*{
  margin: 0;
  padding: 0;
}
/*        body        */
body{
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
  background-color: #060709;
}
/*        -webkit-scrollbar        */
body::-webkit-scrollbar{
width: 2px;
border-radius: 50px;
background-color: #060709;
}
/*        -webkit-scrollbar-thumb        */
body::-webkit-scrollbar-thumb{
border-radius: 50px;
background-color: #f60b29;
}
/*        page-wrapper        */
.page-wrapper{
  position: relative;
  width: 1500px;
  height: 100%;
  overflow: hidden;
  /* background-color: #f09433; */
}
/*        container        */
.container{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  position: fixed;
  left: 0;
  z-index: 2;
  background: -moz-linear-gradient(bottom, rgba(19, 19, 0, 0) -5%, #060709 100%);
  background: -webkit-linear-gradient(bottom, rgba(19, 19, 0, 0) -5%, #060709 100%);
}
@media screen and (max-width: 1300px) {
  .container{
      position: relative;
      z-index: none;
      background: #060709;
  }
}
/*        container-cover        */
.container-cover {
  position: relative;
  overflow: hidden;
  width: 1500px;
}
/*        topnav        */
.topnav{
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 70px;
  overflow: hidden;
}
.nav-right{
  display: flex;
  position: relative;
  float: right;
  width: 100%;
  height: 100%;
}
/*        container-mobile        */
.container-mobile{
  margin: 12px 25px 0px 0px;
  display: inline-block;
  cursor: pointer;
}
.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #ffffff;
  margin: 6px 0;
  transition: 0.4s;
}
/*        logo        */
.logo{
  width: auto;
  height: 60px;
  margin: 0px 20px;
  background-color: rgba(0, 0, 0, 0);
}
/*        box-search        */
.box-search{
  display: flex;
  cursor: pointer;
  padding: 0px 25px 0px 25px;
  margin: 10px 20px 0px 35px;
  height: 45px;
  background: #ffffff;
  border-radius: 25px;
  align-items: center;
  transition: .8s;
}
.box-search input::placeholder {
  text-align: right;
  color: rgb(19, 19, 19);
  font-family: noto kufi arabic,sans-serif;
}
.box-search input{
  width: 250px;
  height: 43px;
  outline: none;
  border: none;
  color: rgb(19, 19, 19);
  text-align: right;
  font-weight: 500;
  transition: 0.8s;
  background: transparent;
}
.box-search a .fas{
  color: rgb(19, 19, 19);
  font-size: 18px;  
}
@media screen and (max-width: 1300px) {.box-search{display: none;}}
/*        topnav-socials        */
.topnav-socials{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 5px 0px 5px;
}
.top-soc{
  display: flex;
  justify-content: center;
  align-items: center; 
  position: relative;
  width: 32px;
  height: 32px;
  margin: 0px 3px;
  border-radius: 100%;
  text-decoration: none;
}
.top-soc i{
  color: #fff;
  font-size: 20px;
}
.top-tg {
  color: #229ED9;
  background-color: #fff;
  border-radius: 100%;
}
.top-tg i{
  color: #229ED9;
  font-size: 34px;
}
.topnav-socials .top-ig{
  background-color: #fff;
  background: #f09433; 
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.topnav-socials .top-fb{
  background-color: #3b5998;
}
.topnav-socials .top-yt{
 background-color: #fff;
}
.top-soc .fa-youtube{
  color: red;
}
.top-soc:hover{
  text-decoration: none;
}
.top-tg:hover i{
  color: #229ED9;
  text-decoration: none;
}
@media screen and (max-width: 1025px) {
  .topnav-socials{display: none;}}
/*        topnav-socials        */
.topnav-icons{
  display: flex;
  margin: 4px 20px 0px 0px;
  width: 250px;
}
.topnav-icon {
  display: inline-block;
  justify-content: center; 
  align-items: center; 
  position: relative;
  width: auto;
  padding: 10px 0px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}
.topnav-icon i{
  font-size: 17px;
  color: #f60b29;
}
.topnav-icon h6{
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  font-family: noto kufi arabic,sans-serif;
  margin: 5px 8px 0px 8px;
}
.topnav-icon:hover{text-decoration: none;}
.topnav-icon:hover i{
  color: #f60b29;
}
.topnav-icon:hover h6{
  color: #f60b29;
}
@media screen and (max-width: 1025px) {
  .topnav-icons{margin: 4px 10px 0px 0px;}}
@media screen and (max-width: 760px) {
  .topnav-icons{display: none;}}
/*        nav-left        */
.nav-left{
  display: flex;
}
/*        IconSearch        */
#IconSearch{
  color: #f60b29;
  font-size: 28px;
  margin: 20px 10px 0px 10px;
  display: none;
}
@media screen and (max-width: 1300px) {
  #IconSearch{display: flex;}}
@media screen and (max-width: 575px) {
  #IconSearch{margin: 21.5px 10px 0px 25px;}}
/*        butBazar        */
.butBazar {
  display: flex;
  align-items: center;
  padding: 10px 13px;
  margin: 7px 10px 0px 10px;
  text-align: center;
  background: #f60b29;
  text-decoration: none;
  max-width: 70px;
  max-height: 30px;
  border: none!important;
  border-radius: 3px;
  transition: 0.5s;
}
.butBazar h2{
  color: #fff;
  text-align: center;
  font-weight: 550;
  font-size: 20px;
  font-family: noto kufi arabic,sans-serif;
  margin: .2px 4px 0px 8px;
  transition: 0.3s;
}
.butBazar i{
  color: #fff;
  transition: 0.3s;
}
.butBazar:hover{
  background-color: #1d1d1d;
  text-decoration: none;
}
.butBazar:hover i{
  color: #fff;
}
.butBazar:hover h2{
  color: #fff;
}
@media screen and (max-width: 575px) {
  .butBazar{display: none;}}

/*        search-container        */
#searchContainer{
  display: none;
  justify-content: center;
  align-items: top;
  position: absolute;
  top: 0;
  left: 0;
  margin: 70px 0px 0px 0px;
  z-index: 2;
  width: 100%;
  /* height: 60px; */
}
/*        search-container-cover        */
.search-container-cover {
  position: relative;
  overflow: hidden;
  width: 1500px;
  /* height: 60px; */
}
/*        BoxSearch        */
#BoxSearch{
  position: relative;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #060709;
}
/*        box-search-close        */
.box-search-close{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  color: #fff;
  background-color: #292929;
  border-radius: 5px;
  margin: 0px 10px;
  transition: 0.4s;
}
/*        box-search-close:hover        */
.box-search-close:hover{
  background-color: #f60b29;
}
/*        fa-angle-up        */
.box-search-close .fa-angle-up{
  font-size: 25px;
}
/*        boxSsearch        */
.boxSsearch{
  display: flex;
  cursor: pointer;
  width: 90%;
  height: 45px;
  padding: 0px 17px;
  margin: 0px 10px 0px 0px;
  background: #ffffff;
  border-radius: 5px;
  align-items: center;
  transition: .8s;
}
/*        boxSsearch input        */
.boxSsearch input{
  width: 100%;
  outline: none;
  border: none;
  color: rgb(19, 19, 19);
  text-align: right;
  font-weight: 500;
  transition: 0.8s;
  background: transparent;
}
/*        boxSsearch input::placeholder        */
.boxSsearch input::placeholder {
  text-align: right;
  color: rgb(19, 19, 19);
  font-family: noto kufi arabic,sans-serif;
}
/*        boxSsearch .fas        */
.boxSsearch .fas{
  color: rgb(19, 19, 19);
  font-size: 23px;  
}

/* .box-results-map {
  position: relative;
  width: 1500px;
  background-color: #4765a1;
} */

/*        box-results        */
#box-results{
  display: flex;
  position: fixed;
  justify-content: right;
  width: 317px;
  max-height: 310px;
  overflow-x: hidden;
  font-family: Arial, sans-serif;
  margin: 15px 19.5px 0px 0px;
  background-color: #0a0b0da2;
  box-shadow: 1px 2px 10px #000000;
  backdrop-filter: blur(10px);
  border-radius: 5px;
}
#boxresults{
  display: flex;
  position: relative;
  justify-content: right;
  max-width: 1300px;
  max-height: 500px;
  overflow-x: hidden;
  font-family: Arial, sans-serif;
  margin: 15px 19.5px 0px 19.5px;
  background-color: #0a0b0da2;
  box-shadow: 1px 2px 10px #000000;
  backdrop-filter: blur(10px);
  border-radius: 5px;
}
/*        results-scrollbar::-webkit-scrollbar        */
.results-scrollbar::-webkit-scrollbar{
width: 5px;
border-radius: 50px;
background-color: rgba(255, 255, 255, 0);
}
/*        results-scrollbar::-webkit-scrollbar-track        */
.results-scrollbar::-webkit-scrollbar-track {
background: #f1f1f100; 
}
/*        results-scrollbar::-webkit-scrollbar-thumb        */
.results-scrollbar::-webkit-scrollbar-thumb{
background-color: #f60b29;
border-radius: 5px;
}
/*        results-scrollbar::-webkit-scrollbar-thumb:hover        */
.results-scrollbar::-webkit-scrollbar-thumb:hover {
background: #dd0a26; 
}
/*        results-scrollbar .zero-results        */
.results-scrollbar .zero-results{
color: #a0a0a0;
margin: 10px 0px 10px 50px;
font-size: 18px;
text-align: right;
font-family: noto kufi arabic,sans-serif;
}
/*        result-item        */
.result-item {
  display: flex;
  align-items: right;
  border-bottom: 1px solid #222222a8;
  padding: 10px 10px 0px 10px;
  margin-bottom: 10px;
}
/*        result-item a        */
.result-item a {
  display: flex; /* Make the link a flex container */
  align-items: flex-start; /* Align items to the top */
  text-decoration: none;
  color: #333;
}
/*        result-item img        */
.result-item img {
  width: 50px;
  height: 70px;
  margin: 0px 0px 10px 20px;
}
@media screen and (max-width:355px) {
  .result-item img {
      width: 45px;
      height: 64px;
      margin: 0px 0px 10px 10px;
  }
}
/*        result-item .anime-info        */
.result-item .anime-info {
  flex-grow: 1;
  display: flex;
  flex-direction: column; 
}
/*        result-item .name        */
.result-item .name {
  font-size: 18px;
  margin: 0;
  color: #fff;
  text-align: right;
  width: 219px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width:355px) {
  .result-item .name {
      width: 210px;
      margin: 0px 0px 0px 10px;
      font-size: 14px;
  }
}
/*        result-item .genre        */
.result-item .genre {
  color: #d4d4d4;
  margin: 5px 0px 6px 0px;
  text-align: right;
  font-size: 15px;
  width: 219px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width:355px) {
  .result-item .genre {
      margin: 10px 0px 10px 0px;
      font-size: 13px;
  }
}
/*        result-item .year-type-time        */
.result-item .year-type-time {
  color: #d4d4d4;
  font-size: 14px;
  text-align: right;
}
@media screen and (max-width:355px) {
  .result-item .year-type-time {
      font-size: 10px;
  }
}
/*        result-item:hover a         */
.result-item:hover a{
  text-decoration: none;
}
/*        mySidenav-container        */
.mySidenav-container{
display: flex;
}
/*        myback        */
#myback{ 
position: fixed;
display: none;
background-color: #0a0b0da2;
backdrop-filter: blur(10px);
z-index: 3;
top: 0;
left: 0;
height: 100%;
width: 100%;
}
/*        sidenav        */
.sidenav {
  height: 100%;
  width: 300px;
  position: fixed;
  /* display: flex; */
  z-index: 3;
  top: 0;
  right: -100%;
  background: #0a0b0da2;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  transition: 0.5s;
}
@media screen and (max-width:300px) {
  .sidenav{
      right: -160%;
  }
}
@media screen and (max-width:190px) {
  .sidenav{
      right: -700%;
  }
}
/*        toggle-sidebar        */
.toggle-sidebar {
  display: flex;
  justify-content: center; 
  align-items: center; 
  position: relative;
  color: #fff;
  /* top: -7%; */
  margin: -43px 0px 0px 0px;
  right: -54%;
  width: 125px;
  height: 45px;
  text-align: center;
  background: #292929;
  border: none!important;
  border-radius: 30px;
  transition: 0.5s;
}
/*        toggle-sidebar:hover        */
.toggle-sidebar:hover{
  background-color: #1d1d1d;
}
/*        toggle-sidebar h2        */
.toggle-sidebar h2{
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  font-family: noto kufi arabic,sans-serif;
  margin: .2px 8px 0px 8px;
}
.toggle-sidebar .mr-2{
  font-size: 19px;
  margin: 0px 3px 0px 3px;
}
/*        button:not        */
button:not(:disabled) {
    cursor: pointer;
}
/*        sidenav-icons        */
.sidenav-icons{
  position: absolute;
  display: none;
  justify-content:center;
  top: 13%;
  left: 0;
  background-color: #29292957;
  height: 90px;
  width: 100%;
}
@media screen and (max-width:760px){
  .sidenav-icons{display: flex;}
}
/*        side-icon        */
.side-icon{
  display: inline-block;
  justify-content: center; 
  align-items: center; 
  position: relative;
  width: 100px;
  height: 70px;
  margin: 0px 7px;
  text-decoration: none;
  transition: 0.3s;
}
/*        side-icon i        */
.side-icon i{
  position: absolute;
  font-size: 17px;
  color: #f60b29;
}
/*        side-icon h6        */
.side-icon h6{
  position: absolute;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  font-family: noto kufi arabic,sans-serif;
}
/*        I-H        */
.I1{top: 25%;left: 37%;}
.H1{top: 50%;left: 31%;}
.I2{top: 25%;left: 45%;}
.H2{top: 50%;left: 17%;}
.I3{top: 25%;left: 37%;}
.H3{top: 50%;left: 19%;}
/*        side-icon:hover,i,h6        */
.side-icon:hover{text-decoration: none;}
.side-icon:hover i{color: #f60b29;}
.side-icon:hover h6{color: #f60b29;}
/*        side-pages        */
.side-pages{
  position: absolute;
  width: 100%;
  height: 340px;
  top: 10.5%;
}
@media screen and (max-width:760px){
  .side-pages{
      top: 26%;
  }
}
/*        sidenav a        */
.sidenav a{
  display: flex;
  position: relative;
  padding: 8px 18px 12px 0px;
  font-size: 25px;
  font-weight: 450;
  color: #f1f1f1;
  text-align: right;
  text-decoration: none;
  font-family: noto kufi arabic,sans-serif;
  transition: 0.15s;
}
/*        side-page        */
.side-pages .side-page{border-bottom: 1px solid #292929;}
/*        side-page:hover        */
.side-pages .side-page:hover{
  text-decoration: none;
  padding-right:
  15%;color: #f60b29;
}
/*        slide-container        */
.slide-container{
  width: 100%;
  height: 500px;
}
@media screen and (max-width:1115px){
  .slide-container{
      height: 450px;
  }
}
@media screen and (max-width:760px){
  .slide-container{
      height: 350px;
  }
}
@media screen and (max-width:480px){
  .slide-container{
      height: 320px;
  }
}
/*        slideshow-container        */
.slideshow-container {
  max-width: 1500px;
  position: relative;
  margin: auto;
}
/*        mySlides        */
.mySlides {display: none}
/*        carousel-item        */
.carousel-item{
  position: relative;
  display: flex;
  width: 100%;
  height: 500px;
  background-color:  #060709;
}
@media screen and (max-width:1115px){
  .carousel-item{
      height: 450px;
  }
}
@media screen and (max-width:760px){
  .carousel-item{
      height: 350px;
  }
}
@media screen and (max-width:480px){
  .carousel-item{
      height: 320px;
  }
}
/*        cover        */
.cover{
  position: absolute;
  top: 0;
  left: 0;
  right: 20%;
  bottom: 0;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(270deg,transparent 0,rgb(36,36,40) 30%,rgb(36,36,40) 70%,transparent);
  mask-image: linear-gradient(270deg,transparent 0,rgb(36,36,40) 30%,rgb(36,36,40) 70%,transparent);
}
@media screen and (max-width: 1115px) {
  .cover{
      right: 0;
      -webkit-mask-image: linear-gradient(270deg,transparent 0,rgb(36,36,40) 50%,rgb(36,36,40) 70%,transparent);
      mask-image: linear-gradient(270deg,transparent 0,rgb(36,36,40) 50%,rgb(36,36,40) 70%,transparent);
  }
}
/*        cover-img        */
.cover-img{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: linear-gradient(0deg,transparent 0,rgb(36,36,40) 30%,rgb(36,36,40) 70%,transparent);
  mask-image: linear-gradient(0deg,transparent 0,rgb(36,36,40) 30%,rgb(36,36,40) 70%,transparent);
}
@media screen and (max-width: 1115px) {
  .cover-img{
      -webkit-mask-image: linear-gradient(0deg,transparent 0,rgb(36,36,40) 50%,rgb(36,36,40) 70%,transparent);
      mask-image: linear-gradient(0deg,transparent 0,rgb(36,36,40) 50%,rgb(36,36,40) 70%,transparent);
  }
}
/*        box-img        */
.box-img{
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover 120%; 
  background-repeat: no-repeat; 
  background-position: center 10%;
}
@media screen and (max-width:760px){
  .box-img{ 
      background-repeat: no-repeat; 
      background-position: center 20%;
  }
}
/*        content        */
.content{
  position: absolute;
  max-width: 600px;
  right: 0;
  bottom: 40px;
  margin-right: 30px;
}
/*        sliders-number        */
.sliders-number{
  display: flex;
  align-items: center;
  color: #ffffff;
  width: 100px;
  font-size: 23px;
  font-weight: 600;
  font-family: noto kufi arabic, sans-serif;
}
@media screen and (max-width:760px) {
  .sliders-number{
      font-size: 17px;
  }
}
/*        slider-xat        */
.slider-xat{
  color: #f60b29;
}
/*        slider-title        */
.slider-title{
  color: #ffffff;
  max-width: 420px;
  height: 60px;
  font-size: 35px;
  font-weight: 600;
  font-family: noto kufi arabic, sans-serif;
  box-shadow: 0px 0px 0px 0px black;
}
@media screen and (max-width:760px) {
  .slider-title{
      font-size: 25px;
  }
}
/*        slider-type-time-year        */
.slider-type-time-year{
  display: flex;
  height: 30px;
  width: 300px;
  color: #f5f5f5;
  font-family: noto kufi arabic, sans-serif;
  align-items: center;
  margin: 13px 0px 0px 0px;
}
@media screen and (max-width: 760px) {
  .slider-type-time-year{display: none;}}
/*        slider-type        */
.slider-type{
  color: rgb(245, 245, 245);
  font-family: noto kufi arabic, sans-serif;
}
/*        slider-type-t        */
.slider-type-t{
  color: #f5f5f5;
  font-family: noto kufi arabic, sans-serif;
  margin-right: 5px;
  max-width: 50px;
}
/*        slider-time        */
.slider-time{
  color: #f5f5f5;
  font-family: noto kufi arabic, sans-serif;
  margin: 0px 20px 0px 0px;
}
/*        slider-time-t        */
.slider-time-t{
  color: #f5f5f5;
  font-family: noto kufi arabic, sans-serif;
  margin-right: 5px;
}
/*        slider-year        */
.slider-year{
  color: #f5f5f5;
  font-family: noto kufi arabic, sans-serif;
  margin: 0px 20px 0px 0px;
}
/*        slider-year-t        */
.slider-year-t{
  color: #f5f5f5;
  font-family: noto kufi arabic, sans-serif;
  margin-right: 8px;
}
/*        slider-box-hd        */
.slider-box-hd{
  color: rgb(245, 245, 245);
  font-weight: 550;
  font-family: noto kufi arabic, sans-serif;
  background-color: #f60b29;
  padding: 1px 6px 0px 5px;
  border-radius: 3px;
  margin: 0px 18px 0px 0px;
}
/*        content        */
.slider-box-epis{
  color: #f60b29;
  font-weight: 700;
  font-family: noto kufi arabic, sans-serif;
  margin-right: 5px;
}
/*        slider-box-loc-epis        */
.slider-box-loc-epis{
  display: flex;
  align-items: center;
  text-align: center;
  background-color: #000000;
  padding: 0px 5px;
  border-radius: 3px;
  border: 1px solid #f60b29;
  margin: 0px 10px 0px 0px;
}
/*        slider-box-loc        */
.slider-box-loc{
  color: #f60b29;
  font-family: noto kufi arabic, sans-serif;
}
/*        slider-box-epis        */
.slider-box-epis{
  color: #f60b29;
  font-weight: 700;
  font-family: noto kufi arabic, sans-serif;
  margin-right: 5px;
}
/*        slider-text        */
.slider-text{
  /* display: flex; */
  color: rgb(255, 255, 255);
  width: 470px;
  height: 70px;
  font-size: 13px;
  font-weight: 600;
  font-family: noto kufi arabic, sans-serif;
  margin: 15px 0px 0px 0px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 760px) {
  .slider-text{display: none;}}
/*        slider-watch        */
.slider-watch{
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(245, 245, 245);
  height: 50px;
  width: 120px;
  font-weight: 600;
  font-size: 15px;
  border-radius: 25PX;
  margin: 15px 0px 0px 0px;
  font-family: noto kufi arabic, sans-serif;
  background-color: #252525;
  transition: .3s;
}
@media screen and (max-width:760px) {
  .slider-watch{
      margin: 0px 0px 0px 0px;
  }
}
/*        slider-watch-play        */
.slider-watch-play{
  font-size: 15px;
  margin-left: 5px;
}
/*        slider-watch        */
.slider-watch:hover{
  background-color: #f60b29;
}
/*        a        */
a{text-decoration: none;}
a:hover{text-decoration: none;}

.demos-item{
  position: relative;
}
/*        demos        */
.demos{
  display: flex; 
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: 1;
  color: #fff;
  background-color: #1b1b1b;
  border-radius: 2px;
  opacity: 0.5;
  transition: 0.3s;
}
/*        demos1        */
.prev{
  bottom: 0%;
  margin: 0px 0px 100px 25px;
}
/*        demos2        */
.next{
  bottom: 0%;
  margin: 0px 0px 50px 25px;
}
/*        prev:hover/next:hover/display:none        */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}
@media screen and (max-width: 575px) {
  .demos{
      display: none;}
}

.fade {
  animation-name: fade;
  animation-duration: 5s;
}

@keyframes fade {
  0%,100% {opacity: .4} 
  5%,95% {opacity: 1}
}

.fade-alternate {
  animation-name: fade-alternate;
  animation-duration: 1.5s;
}

@keyframes fade-alternate {
  from {opacity: .4} 
  to {opacity: 1}
}

/*        item-container        */
#item-container{
  display: none;
  position: absolute;
  margin: 0px 0px 45px 15px;
  bottom: 0%;
}
@media screen and (max-width: 575px) {
  #item-container{
      display: block;} /* ama bkawa ba block */
}
/*        item        */
.item {
  position: relative;
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 18px 0px;
  background-color: #ffffff;
  border-radius: 50%;
  transition: background-color 0.6s ease;
}
/*        item:hover        */
.active, .item:hover {
  opacity: 1;
  background-color: #f60b29;
}
/*        title-item        */
.title-item{
  display: flex;
  justify-content: center;
  align-items: center; 
  text-align: center;
  margin: 0px 0px 0px 0px;
  width: 100%;
  height: 70px;
  background-color:  #060709;
}
/*        title-xat-r        */
.title-xat-r{
background-color: #f60b29;
margin-right: 35px;
width: 800px;
height: 3px;
}
/*        title-list        */
.title-list{
  color: #ffffff;
  height: 60;
  font-size: 27px;
  font-family: noto kufi arabic,sans-serif;
  font-weight: 700;
  margin: 0px 25px 0px 25px;
}
/*        title-xat-j        */
.title-xat-j{
background-color: #f60b29;
margin-left: 35px;
width: 800px;
height: 3px;
}
/*        listposter        */
#listposter{
display: flex;
align-items: center; 
width: 100%;
height: 400px;
overflow: auto; 
position: relative;
white-space: nowrap;
width: 100%;
margin-bottom: 20px;
}
/*        -webkit-scrollbar        */
#listposter::-webkit-scrollbar{
height: 3px;
border-radius: 50px;
background-color: #00000000;
}
/*        -webkit-scrollbar-track        */
#listposter::-webkit-scrollbar-track {
background: #00000000; 
}
/*        -webkit-scrollbar-thumb        */
#listposter::-webkit-scrollbar-thumb{
background-color: #242424;
border-radius: 5px;

}
/*        -webkit-scrollbar-thumb:hover        */
#listposter::-webkit-scrollbar-thumb:hover {
background: #f60b29;
}
/*        box-poste        */
.box-poster{
width: 210px;
height: 370px;
margin: 0px 10px;
}
/*        box-poster a:hover        */
.box-poster a:hover{
text-decoration: none;
}
/*        poster        */
.poster{
position: relative;
width: 100%;
height: 315px;
}
/*        poster img        */
.poster img{
/*opacity: .6;*/
width: 100%;
height: 315px;
}
/*        box-overlay        */
.box-overlay{
position: absolute;
opacity: 0;
width: 100%;
height: 315px;
bottom: 0%;
left: 0;
background-color: rgba(56, 56, 56, 0.178);
backdrop-Filter: blur(5px);
transition: .25s;
}
/*        poster:hover .box-overlay        */
.poster:hover .box-overlay{
opacity: 1;
}
/*        loc-eps        */
.loc-eps{
position: absolute;
display: flex;
align-items: center;
bottom: 4%;
left: 4%;
max-width: 200px;
height: 23px;
padding: 0px 5px;
border-radius: 2px;
background-color: #0000007c;
backdrop-Filter: blur(10px);

}
/*        box-loc        */
.box-loc{
color: #f60b29;
margin: 0px 5px 0px 1px;
font-size: 14px;
}
/*        box-eps        */
.box-eps{
color: #f60b29;
font-weight: 800;
font-family: noto kufi arabic,sans-serif;
margin: 0px 0px 0px 0px;
font-size: 14px;
}
/*        poster:hover .box-eps        */
.poster:hover .box-eps{
color: #fff;
font-weight: 700;
font-family: noto kufi arabic,sans-serif;
}
/*        poster:hover .box-loc        */
.poster:hover .box-loc{
color: #fff;
}
/*        box-player        */
.box-player {
opacity: 0;
color: #fff;
position: absolute;
font-size: 35px;
top: 45%;
left: 45%;
}
/*        poster:hover .box-player        */
.poster:hover .box-player{
opacity: 1;
}
/*        box-title        */
.box-title{
white-space: nowrap;      
overflow: hidden;          
text-overflow: ellipsis;
color: white;
width: 205px;
font-size: 14px;
font-weight: 500;
font-family: Arial, sans-serif;
margin: 10px 0px 5px 0px;
}
/*        type-time        */
.type-time{
display: flex;
position: relative;
align-items: center;
font-family: Arial, sans-serif;
color: #AAAAAA;
}
/*        box-type        */
.box-type{
font-size: 12px;
margin: 0px 5px 0px 0px;
}
/*        box-dot        */
.box-dot{
font-size: 4px;
}
/*        box-time        */
.box-time{
font-size: 12px;
margin: 0px 0px 0px 5px;
}
/*        link-web        */
.link-web{
display: flex;
justify-content: center;
align-items: center; 
width: 100%;
height: 26px;
margin-bottom: 50px;
}
/*        link-web-items        */
.link-web-items{
position: absolute;
display: flex;
justify-content: center;
align-items: center;  
}
/*        link-web a:hover        */
.link-web a:hover{
text-decoration: none;
}
/*        link-web-title        */
.link-web-title{ 
color: #ffffff;
font-size: 21px;
font-family: noto kufi arabic,sans-serif;
font-weight: 630;
margin: 0px 4px;
transition: .2s;
}
/*        link-web a i        */
.link-web a i{
display: flex;
justify-content: center;
align-items: center;
font-size: 16px;
}
/*        ink-web-click        */
.ink-web-click{
display: flex;
justify-content: center;
align-items: center;
color: #f60b29;
}
/*        link-web-items:hover .link-web-title        */
.link-web-items:hover .link-web-title{
font-size: 24px;
}
/*        link-web-items:hover .link-web-title        */
.link-web-items:hover .ink-web-click{
  font-size: 19px;
}
/*        top-viewers        */
.top-viewers{
  position: relative;
  width: 100%;
  height: 580px;
  margin: 65px 0px;
  /* background-color: #5bb14a; */
}
@media screen and (max-width:1115px){
  .top-viewers{
      height: 500px;
  }
}
@media screen and (max-width:600px){
  .top-viewers{
      height: 400px;
  }
}
@media screen and (max-width:420px){
  .top-viewers{
      height: 300px;
  }
}
/*        topAllview        */
.topAllview{
  display: flex;
}
/*        top-all-titles        */
.top-all-titles{
  color: #ffffff;
  font-size: 26px;
  font-family: noto kufi arabic,sans-serif;
  font-weight: 650;
  margin: -0.5px 0px 0px 0px;
}
/*        top-all-xat        */
.top-all-xat{
  background-color: #f60b29;
  width: 5px;
  height: 50px;
  margin: 4px 26px 0px 15px;
}
/* .top-box{
  width: 1500px;
  height: 500px;
} */
/*        top-cover-img        */
.top-cover-img{
  display: block;
  top: 0;
  right: 0; 
  left: 0;
  bottom: 0;
  overflow: hidden;
  max-width: 1450px;
  height: 500px;
  margin: 10px 26px 10px 26px;
  -webkit-mask-image: linear-gradient(0deg,transparent 0,rgb(36,36,40) 30%,rgb(36,36,40) 60%,transparent);
  mask-image: linear-gradient(0deg,transparent 0,rgb(36,36,40) 40%,rgb(36,36,40) 60%,transparent);
}
@media screen and (max-width:1115px){
  .top-cover-img{
      height: 420px;
  }
}
@media screen and (max-width:600px){
  .top-cover-img{
      height: 320px;
  }
}
@media screen and (max-width:420px){
  .top-cover-img{
      height: 230px;
  }
}
/*        top-img        */
.top-img{
  position: relative;
  max-width: 1450px;
  height: 500px;
  overflow: hidden;
  background-image: url('https://m.media-amazon.com/images/I/71KKo0ciD3L.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
}
@media screen and (max-width:1115px){
  .top-img{
      height: 420px;
  }
}
@media screen and (max-width:600px){
  .top-img{
      height: 320px;
  }
}
@media screen and (max-width:420px){
  .top-img{
      height: 230px;
  }
}
/*        top-tiPlay        */
.top-tiPlay{
  display: flex;
  position: absolute;
  justify-content: center;
  /* background-color: #229fd95d; */
  top: 0;
  right: 0; 
  left: 0;
  bottom: 0;
  overflow: hidden;
  max-width: 1450px;
  height: 500px;
  margin: 60px 26px 0px 26px;
}
@media screen and (max-width:1115px){
  .top-tiPlay{
      height: 420px;
  }
}
@media screen and (max-width:600px){
  .top-tiPlay{
      height: 320px;
  }
}
@media screen and (max-width:420px){
  .top-tiPlay{
      height: 230px;
  }
}
/* .tiPlay-cover {
  background-color: #060709; 
} */
/*        ti-player        */
#ti-player{
  margin: 100px 0px 0px 40%;
  color: #ffffff;
  font-size: 200px;
  text-shadow: 0px 0px 400px black;
  opacity: 0.7;
  transition: .3s ease;
}
/*        ti-player        */
.top-box:hover .top-tiPlay 
.tiPlay-cover #ti-player {
opacity: 1;
text-shadow: 0px 0px 200px black;
color: #eeeeee;
}
.top-view-title{
  opacity: 0.7;
  color: white;
  font-size: 75px;
  font-weight: 600;
  text-shadow: 0px 0px 200px black;
  margin: 10px 0px 0px 0px;
  font-family: noto kufi arabic,sans-serif;
  text-align: center;
  transition: .3s ease;
}
.top-box:hover .top-tiPlay 
.tiPlay-cover .top-view-title {
opacity: 1;
text-shadow: 0px 0px 100px black;
color: #eeeeee;
}
@media screen and (max-width:1115px){
  #ti-player{
      margin: 100px 0px 0px 41%;
      font-size: 150px;
  }
  .top-view-title{
      opacity: 0.7;
      color: white;
      font-size: 65px;
  }
}
@media screen and (max-width:600px){
  #ti-player{
      margin: 100px 0px 0px 42%;
      font-size: 90px;
  }
  .top-view-title{
      opacity: 0.7;
      color: white;
      font-size: 50px;
  }
}
@media screen and (max-width:500px){
  #ti-player{
      margin: 100px 0px 0px 41%;
      font-size: 80px;
  }
  .top-view-title{
      opacity: 0.7;
      color: white;
      font-size: 40px;
  }
}
@media screen and (max-width:420px){
  #ti-player{
      margin: 70px 0px 0px 42%;
      font-size: 50px;
  }
  .top-view-title{
      opacity: 0.7;
      color: white;
      font-size: 30px;
  }
}
/*        botnav        */
.botnav{
  display: flex;
  justify-content: center; 
  align-items: center; 
  position: relative;
  width: 100%;
  height: 250px;
  background-color: #0a0b0d;
  margin-top: 30px;

}
/*        botnav-img        */
.botnav-img{
  position: absolute;
  width: 100px;
  height: 100px;
  top: 30%;
  right: 80%;
}
/*        botnav-title        */
.botnav-title{
  position: absolute;
  color: #eeeeee;
  font-family: noto kufi arabic,sans-serif;
  font-weight: 550;
  top: 17%;
}
/*        botnav-icon        */
.botnav-icon{
  position: absolute;
  color: #f60b29;
  top: 45%;
}
/*        botnav-icon a i        */
.botnav-icon a i{
  color: #f60b29;
  font-size: 30px;
  padding: 10px;
  transition: 0.2s ease;
}
/*        botnav-ag        */
.botnav-ag{
  position: absolute;
  top: 50%;
  right: 2.5%;
  color: #eeeeee;
  font-size: 16px;
  font-family: noto kufi arabic,sans-serif;
  text-align: right;
}
/*        botnav-icon a:hover i        */
.botnav-icon a:hover i{
  color: #eeeeee;
  text-decoration: none;
}