*{
  scroll-behavior: smooth;
}
.new-dubbed-animes .new-dubbed-container{
  width: 100%;
  margin-inline: auto;
}
.header-tr{
  padding-block: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 76%;
}
.new-dubbed-animes{
  display: flex;
  flex-direction: row !important;
  flex-wrap: wrap;
  width: 76%;
  gap: 0;
  height: fit-content;
  gap: 10px;
}

/* .big-animes{
display: flex;
flex-wrap: wrap;
} */
.new-dubbed-animes .big-anime{
  display: flex;
  width: calc(33% - 5px);
  justify-content: space-between;
  text-align: left !important;
}
.new-dubbed-anime-container{
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 2;
}
.new-dubbed-animes-container{
  width: 100%;
  position: relative;
}
.new-dubbed-animes-container .image-div-sec{
  z-index: 0;
  position: relative;
}
.new-dubbed-animes-container .image-div-sec::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0.3) 40%, rgba(0,0,0,0.2) 60%, rgba(0,0,0,0.3) 80%, rgba(0,0,0,0.3) 100%);
  z-index: 1;
}
.new-dubbed-animes-container .image-div-sec img{
  height: 100%;
  width: 100%;
}
.small-txt{
  font-size: 12px;
}
.image-container-new-anime_{
  height: 100%;
  background-size: 100%;
}
@media only screen and (max-width:600px) {
.new-dubbed-animes .new-dubbed-anime-container .image-container-new-anime_#first-anime, .new-dubbed-animes .new-dubbed-anime-container .image-container-new-anime_#second-anime,  .new-dubbed-animes .new-dubbed-anime-container .image-container-new-anime_#third-anime{
  background-size: auto 100%;
  background-position-x: center;
}
}
.new-dubbed-animes .new-dubbed-anime-container:hover .image-container-new-anime_
.new-dubbed-animes .new-dubbed-anime-container .anime-name-container{
  padding-block: 10px;
}
.new-dubbed-animes .new-dubbed-anime-container h2{
  color: rgba(255,255,255,0.8);
  color: #faa300;
  font-size: 24px;
  font-weight: 800;
  transition: all 0.5s;
  cursor: pointer;
  padding-inline: 1%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-block: 10px;
}
.new-dubbed-animes .new-dubbed-anime-container h2:hover{
  color: #faa300;
  transform: scale(1.01);
}
.new-dubbed-animes .new-dubbed-anime-data{
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
  background-color: rgba(0,0,0,0.4);
  padding-inline: 5px;
}
.new-dubbed-animes .new-dubbed-anime-container .anime-audios-container{
  display: flex;
  /* flex-wrap: wrap; */
  gap: 10px;
  overflow-x: scroll;
  width: 95%;
  margin-inline: auto;
}
.new-dubbed-animes .new-dubbed-anime-container .anime-audios-container::-webkit-scrollbar{
  display: none;
}
.new-dubbed-animes .new-dubbed-anime-container .anime-audios-container .anime-audio-div{
  padding: 5px 10px;
  background-color: rgba(255,255,255,0.7);
  cursor: pointer;
  transition: all 0.5s;
  color: rgba(0,0,0,0.9);
}
.new-dubbed-animes .new-dubbed-anime-container .anime-audios-container .anime-audio-div:hover{
  transform: scale(1.05);
  background-color: #faa300;
  /* color: rgba(255,255,255,0.8); */
}
.new-dubbed-animes .new-dubbed-anime-container .anime-genres-new_{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 5px 0;
  padding-inline-start: 0;
  margin: 0;
}
.new-dubbed-animes .new-dubbed-anime-container .anime-genres-new_ .anime-genre-new_{
  color: rgba(255,255,255,0.8);
  border-right: solid 1px rgba(255,255,255,0.8);
  padding-inline: 5px;
  cursor: pointer;
  transition: all 0.5s;
}
.new-dubbed-animes .new-dubbed-anime-container .anime-genres-new_ .anime-genre-new_:hover{
  color: #faa300;
}
.new-dubbed-animes .anime-updated-time-new_{
  padding: 10px;
  color: rgba(255,255,255,0.8);
}
.new-dubbed-animes .anime-updated-time-new_ i{
  font-size: 10px;
  margin-right: 5px;
}
@media only screen and (max-width:600px) {
  .new-dubbed-animes .new-dubbed-anime-container .image-container-new-anime_{
      background-size: cover;
      background-position-x: center;
  }
  .new-dubbed-animes .new-dubbed-anime-container .anime-audios-container{
    padding-inline: 10px;
  }
  .new-dubbed-animes .new-dubbed-anime-container .anime-audios-container .anime-audio-div, .new-dubbed-animes .new-dubbed-anime-container .anime-genres-new_ .anime-genre-new_, .new-dubbed-animes .anime-updated-time-new_{
    font-size: 10px;
  }
  .new-dubbed-animes .new-dubbed-anime-container h2{
    font-size: 25px;
  }

}
@media only screen and (max-width:1300px) {
  .new-dubbed-animes .new-dubbed-anime-container h2{
    font-size: 22px;
  }
  .small-txt{
    font-size: 11px;
  }
  .new-dubbed-animes .new-dubbed-anime-container .anime-audios-container .anime-audio-div{
    padding: 3px 8px;
  }
  .new-dubbed-animes .new-dubbed-anime-container .anime-audios-container{
    gap: 5px;
  }
}
@media only screen and (max-width:1000px) {
.header-tr{
  width: 100%;
}
.new-dubbed-animes{
  width: 100%;
}
}
.swiper-wrapper{
height: 100%;
}
@media only screen and (min-width:1000px) {
.swiper-container{
  height: 300px !important;
}
}
@media only screen and (min-width:700px) and (max-width:1000px) {
.swiper-container{
  height: 250px;
}
}

.small-animes-a{
height: fit-content;
width: 100%;
}
.small-animes-a .container-a{
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 10px;
/* overflow: hidden; */
}
.small-animes-a .item-a{
min-height: 250px;
position: relative;
height: auto;
cursor: pointer;
border-radius: 5px;
overflow: hidden;
animation: fadeIn 2s ease both;
/* transition: all 0.1s; */
animation-timeline: view();
animation-range: entry 5% cover 30%;
} 
@keyframes fadeIn {
0%{
  opacity: 0.3;
  /* width: 70%; */
  margin-inline: auto;
  width: 100%;
  /* transform: translateY(100px); */
}
}
.span-2{
grid-column: span 2;
}
.small-animes-a .item-a .anime-content-a{
display: flex;
flex-direction: column-reverse;
gap: 5px 0;
}
.small-animes-a .anime-content-a{
position: absolute;
z-index: 2;
height: 100%;
width: 100%;
}
.small-animes-a .anime-content-a .anime-main-content-a{
width: 95%;
margin-inline: auto;
}
.small-animes-a .anime-content-a h2{
margin-block: 10px;
margin-bottom: 15px;
font-size: 18px;
color: #faa300;
display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.small-animes-a .anime-content-a .a-info{
display: flex;
justify-content: space-between;
}
.small-animes-a .anime-content-a .a-info span{
background-color: rgba(255,255,255,0.8);
color: rgba(0,0,0,0.9);
border-radius: 5px;
padding: 2px 5px;
}
.small-animes-a .image-div-a{
height: 90%;
width: 100%;
position: relative;
}
.small-animes-a .image-div-a::before{
content: "";
position: absolute;
height: 100%;
width: 100%;
z-index: 1;
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.7) 20%, rgba(0,0,0,0.4) 40%, rgba(0,0,0,0.2) 60%, rgba(0,0,0,0.3) 80%, rgba(0,0,0,0.3) 100%);
}
.small-animes-a .image-div-a img{
height: 100%;
width: 100%;
}
.small-animes-a .image-div-a .play-icon-a{
width: 100%;
height: 100%;
position: absolute;
display: flex;
justify-content: center;
align-items: center;
font-size: 30px;
display: none;
color: rgba(255,255,255,0.9);
background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0.4) 40%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.4) 80%, rgba(0,0,0,0.5) 100%);
}
.small-animes-a .item-a:hover .image-div-a .play-icon-a{
display: flex;
}
@media only screen and (max-width:1350px){
.small-animes-a .container-a{
  grid-template-columns: repeat(5, 1fr);
}
}
@media only screen and (max-width:1200px){
.small-animes-a .container-a{
  grid-template-columns: repeat(4, 1fr);
}
}
@media only screen and (max-width:750px){
.small-animes-a .container-a{
  grid-template-columns: repeat(3, 1fr);
}
.small-animes-a .anime-content-a h2{
font-size: 15px;
}
}
@media only screen and (max-width:550px){
.small-animes-a .container-a{
  grid-template-columns: repeat(2, 1fr);
}
.small-animes-a .item-a{
  height: auto;
}
}

.checkbox-wrapper-1{
background-color: #faa300;
background-color: rgba(255, 255, 255, 0.7);
width: fit-content;
height: fit-content;
padding: 10px;
border-radius: 10px;
display: flex;
align-items: center;
}
@media only screen and (max-width:800px){
.checkbox-wrapper-1{
  padding: 8px;
}
}
.checkbox-wrapper-1 *,
.checkbox-wrapper-1 ::after,
.checkbox-wrapper-1 ::before {
box-sizing: border-box;
}
.checkbox-wrapper-1 [type=checkbox].substituted {
margin: 0;
width: 0;
height: 0;
display: inline;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.checkbox-wrapper-1 [type=checkbox].substituted + label:before {
content: "";
display: inline-block;
vertical-align: top;
height: 1.15em;
width: 1.15em;
margin-right: 0.6em;
color: rgba(0, 0, 0, 0.275);
border: solid 0.06em;
box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em inset, 0 0 0 0.07em transparent inset;
border-radius: 0.2em;
background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xml:space="preserve" fill="white" viewBox="0 0 9 9"><rect x="0" y="4.3" transform="matrix(-0.707 -0.7072 0.7072 -0.707 0.5891 10.4702)" width="4.3" height="1.6" /><rect x="2.2" y="2.9" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 12.1877 2.9833)" width="6.1" height="1.7" /></svg>') no-repeat center, white;
background-size: 0;
will-change: color, border, background, background-size, box-shadow;
transform: translate3d(0, 0, 0);
transition: color 0.1s, border 0.1s, background 0.15s, box-shadow 0.1s;
}
.checkbox-wrapper-1 [type=checkbox].substituted:enabled:active + label:before,
.checkbox-wrapper-1 [type=checkbox].substituted:enabled + label:active:before {
box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07em rgba(0, 0, 0, 0.1) inset;
background-color: #f0f0f0;
}
.checkbox-wrapper-1 [type=checkbox].substituted:checked + label:before {
background-color: #faa300;
background-size: 0.75em;
color: rgba(0, 0, 0, 0.075);
}
.checkbox-wrapper-1 [type=checkbox].substituted:checked:enabled:active + label:before,
.checkbox-wrapper-1 [type=checkbox].substituted:checked:enabled + label:active:before {
background-color: #faa300;
color: rgba(0, 0, 0, 0.275);
}
.checkbox-wrapper-1 [type=checkbox].substituted:focus + label:before {
box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07em rgba(0, 0, 0, 0.1) inset, 0 0 0 3.3px rgba(255, 160, 0, 0.4), 0 0 0 5px rgba(255, 160, 0, 0.2);
}
.checkbox-wrapper-1 [type=checkbox].substituted:focus:active + label:before,
.checkbox-wrapper-1 [type=checkbox].substituted:focus + label:active:before {
box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07em rgba(0, 0, 0, 0.1) inset, 0 0 0 3.3px rgba(255, 160, 0, 0.4), 0 0 0 5px rgba(255, 160, 0, 0.2);
}
.checkbox-wrapper-1 [type=checkbox].substituted:disabled + label:before {
opacity: 0.5;
}

.checkbox-wrapper-1 [type=checkbox].substituted.dark + label:before {
color: rgba(255, 255, 255, 0.275);
background-color: #222;
background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xml:space="preserve" fill="rgba(34, 34, 34, 0.999)" viewBox="0 0 9 9"><rect x="0" y="4.3" transform="matrix(-0.707 -0.7072 0.7072 -0.707 0.5891 10.4702)" width="4.3" height="1.6" /><rect x="2.2" y="2.9" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 12.1877 2.9833)" width="6.1" height="1.7" /></svg>');
}
.checkbox-wrapper-1 [type=checkbox].substituted.dark:enabled:active + label:before,
.checkbox-wrapper-1 [type=checkbox].substituted.dark:enabled + label:active:before {
background-color: #444;
box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07em rgba(255, 255, 255, 0.1) inset;
}
.checkbox-wrapper-1 [type=checkbox].substituted.dark:checked + label:before {
background-color: #a97035;
color: rgba(255, 255, 255, 0.075);
}
.checkbox-wrapper-1 [type=checkbox].substituted.dark:checked:enabled:active + label:before,
.checkbox-wrapper-1 [type=checkbox].substituted.dark:checked:enabled + label:active:before {
background-color: #c68035;
color: rgba(0, 0, 0, 0.275);
}
.small-animes-a .recent-episodes{
display: none;
padding-bottom: 30px;
}