@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;900&family=Sen:wght@400;700;800&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif; 
  
}
body{
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  display: flex;
  overflow-x: hidden;
  justify-content: center;
  align-items: center;
  background-color: #060709;
}
body::-webkit-scrollbar{
  width: 2px;
  border-radius: 50px;
  background-color: #060709;
}
body::-webkit-scrollbar-thumb{
  border-radius: 50px;
  background-color: #f60b29;
}
/* --------------------------------- راستکردنەوەی پەرەکە*/
.page-wrapper {
  background-color: #060709;
  width: 1364px;
  border-radius: 0px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1115px) {
  .page-wrapper{
    overflow-x: hidden;
    width: 100%;
  }
  
}


/* --------------------------------- ناڤ بار */
.topnav{
  padding: 17px 0px;
  position: fixed;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 70px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0px 0px 0px #f60b29;
  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: 1115px) {
  .topnav{
    background-color: #060709;
    position: relative;
    z-index: none;
  }
}
/* --- mobile menu --- */
.container-mobile{
  position: absolute;
  top: 15%;
  right: 3%;
  display: inline-block;
  cursor: pointer;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #ffffff;
  margin: 6px 0;
  transition: 0.4s;
}
@media screen and (max-width: 700px){
  .container-mobile{
    display: inline-block;
  }
}
.logo{
  position: absolute;
  top: .5%;
  width: auto;
  height: 60px;
  right: 5.8%;
  margin: 0px 20px;
  background-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width:575px){
  .container-mobile{
    position: absolute;
    top: 20%;
    right: 3%;
    display: inline-block;
    cursor: pointer;
  }
  .logo{
    top: 5%;
    margin: 0px 30px;
    height: 55px;
  }
}
/*----------------------- topnav-socials*/
.topnav-socials{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  right: 43%;
}
.top-soc{
  display: flex;
  justify-content: center;
  align-items: center; 
  position: relative;
  width: 32px;
  height: 32px;
  margin: 0px 3px;
  padding: 0px 10px;
  border-radius: 100%;}
.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: 1115px) {
  .topnav-socials{
    right: 20%;
    margin: 0px 7px 0px 0px;
  }
}
@media screen and (max-width: 1024px) {
  .topnav-socials{
    display: none;
  }
}
/* ---------------------- lay jap */
.topnav-jap{
  position: absolute;
  top: 7%;
  right: 57%;
}
.topnav-icons {
  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-icons i{
  font-size: 17px;
  color: #f60b29;
}
.topnav-icons 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-icons:hover{text-decoration: none;}
.topnav-icons:hover i{
  color: #f60b29;
}
.topnav-icons:hover h6{
  color: #f60b29;
}

@media screen and (max-width: 1115px) {
  .topnav-jap{
    right: 38%;
    margin: 0px 7px 0px 0px;
  }
}
@media screen and (max-width: 1024px) {
  .topnav-jap{
    right: 22.5%;
    margin: 0px 7px 0px 0px;
  }
}
@media screen and (max-width: 1024px) {
  .topnav-jap{
    right: 22.5%;
    margin: 0px 7px 0px 0px;
  }
}
@media screen and (max-width: 900px) {
  .topnav-jap{
    right: 26%;
    margin: 0px 7px 0px 0px;
  }
}
@media screen and (max-width: 767px) {
  .topnav-jap{
    display: none;
  }
}
/* ----------------- lay rast */
.topnav-rast{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 13%;
  left: 46.5%;
} 
.box-search{
  position: absolute;
  display: flex;
  cursor: pointer;
  margin-top: 26px;
  margin-right: 55%;
  padding: 10px 20px;
  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;
  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;
  
}

/* box search 2 */
.box-search-1{
  display: none;
  position: absolute;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  top: 10%;
  padding: 30px 0px;
  z-index: 2;
  background-color: #060709;
}
.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{
  background-color: #f60b29;
}
.box-search-close .fa-angle-up{
  font-size: 25px;
}
.box-search-mobile{
  display: flex;
  cursor: pointer;
  width: 90%;
  height: 45px;
  padding: 10px 20px;
  margin: 0px 10px 0px 0px;
  background: #ffffff;
  border-radius: 5px;
  align-items: center;
  transition: .8s;
}
.box-search-mobile input::placeholder {
  text-align: right;
  color: rgb(19, 19, 19);
  font-family: noto kufi arabic,sans-serif;
}
.box-search-mobile input{
  width: 100%;
  outline: none;
  border: none;
  color: rgb(19, 19, 19);
  text-align: right;
  font-weight: 500;
  transition: 0.8s;
  background: transparent;
}
.box-search-mobile a .fas{
  color: rgb(19, 19, 19);
  font-size: 18px;
  
}

/* box results */
.box-results-map{
  display: flex;
  justify-content: right;
  width: 100%;
  height: 100%;
}
.box-results{
  position: fixed;
  justify-content: right;
  display: none;
  top: 12%;
  z-index: 2;
  width: 310px;
  max-height: 310px;
  margin: 0px 19.56%;
  overflow-x: hidden;
  box-shadow: 2px 2px 10px #000000;
  background-color: #0a0b0da2;
  backdrop-filter: blur(10px);
  border-radius: 5px;
}
.box-results::-webkit-scrollbar{
width: 5px;
border-radius: 50px;
background-color: rgba(255, 255, 255, 0);
}
.box-results::-webkit-scrollbar-track {
background: #f1f1f100; 
}
.box-results::-webkit-scrollbar-thumb{
background-color: #f60b29;
border-radius: 5px;
}
.box-results::-webkit-scrollbar-thumb:hover {
background: #dd0a26; 
}
.box-results .zero-results{
  color: #a0a0a0;
  margin: 10px 0px 10px 50px;
  font-size: 18px;
  text-align: right;
  font-family: noto kufi arabic,sans-serif;
}
.result-item {
  border-bottom: 1px solid #222222a8;
  padding: 10px 10px 0px 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: right;
}

.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 {
  width: 50px;
  height: 75px;
  height: auto;
  margin-left: 20px;
}

.result-item .anime-info {
  flex-grow: 1;
  display: flex;
  flex-direction: column; /* Stack elements vertically */
  
}
.result-item .name {
  font-size: 18px;
  margin: 0;
  color: #fff;
  text-align: right;
  width: 219px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.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;
}
.result-item .year-type-time {
  color: #d4d4d4;
  font-size: 14px;
  text-align: right;
}
.result-item:hover a{
  text-decoration: none;
}

@media screen and (max-width: 1115px) {
  .box-results{
    position: absolute;
    top: 20%;
    margin: 0px 2.5%;
    z-index: 2;
    width: 95%;
    max-height: 330px;
  }
  .box-results .zero-results{
    margin: 10px 20px 10px 20px;}
}
/*  */
.IconSearch{
  position: relative;
  color: #f60b29;
  font-size: 28px;
  /* top: 25%;
  left: 11%; */
  margin: 0px 7px;
}
#IconSearch1{
  display: none;
}
#IconSearch2{
  display: none;
  color: #fff;
}
@media screen and (max-width: 1115px) {
  .box-search{display: none;}
  #IconSearch1{
    display: flex;
  }
  #IconSearch2{
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .box-search{display: none;}
  .IconSearch{
    margin: 10px 20px;
  }
}
/* ---------------- بازار*/
.topnav-search-but{
  display: flex; 
  position: absolute;
  align-items: center;
  top: 15%;
  left: 1%;
}
.butBazar {
  display: flex;
  position: relative;
  align-items: center;
  padding: 10px 13px;
  margin: 0px 10px;
  text-align: center;
  background: #f60b29;
  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;
  }
}
/* --------------- */

/* menw laptop  */
.sidenav {
  height: 100%;
  width: 300px;
  position: fixed;
  z-index: 3;
  top: 0;
  right: -100%;
  background: #0a0b0da2;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  transition: 0.5s;
}
.sidenav a{
  display: flex;
  justify-content: center; 
  align-items: center; 
  position: relative;
  padding: 8px 18px 12px 0px;
  display: block; 
  top: -3%;
  font-size: 25px;
  font-weight: 450;
  color: #f1f1f1;
  text-align: right;
  text-decoration: none;
  font-family: noto kufi arabic,sans-serif;
  transition: 0.15s;
}
/*.sidenav .active-page{
  color: #f1f1f1;
}*/
.sidenav .side-page{
  border-bottom: 1px solid #292929;
}
.toggle-sidebar {
  display: flex;
  justify-content: center; 
  align-items: center; 
  position: relative;
  color: #fff;
  top: -7%;
  right: -54%;
  padding: 10px 13px;
  line-height: 25px;
  text-align: center;
  background: #292929;
  border: none!important;
  border-radius: 30px;
  transition: 0.5s;
}
.toggle-sidebar:hover{
  background-color: #1d1d1d;
}
.toggle-sidebar h2{
  text-align: center;
  font-weight: 300;
  font-size: 20px;
  font-family: noto kufi arabic,sans-serif;
  margin: .2px 8px 0px 8px;
}
button:not(:disabled) {
    cursor: pointer;
}
#myback{ 
  position: fixed;
  display: none;
  background-color: #0a0b0da2;
  backdrop-filter: blur(10px);
  z-index: 3;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.sidenav .side-page:hover{
  text-decoration: none;
  padding-right: 15%;
  color: #f60b29;
}

.sidenav .closebtn {
  position: absolute;
  left: 15px;
  top: 0;
  font-size: 36px;
  margin-right: 50px;
}

.sidenav-icons{
  position: absolute;
  display: none;
  justify-content:center;
  top: 13%;
  left: 0;
  background-color: #29292918;
  height: 90px;
  width: 100%;
}
.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{
  position: absolute;
  font-size: 17px;
  color: #f60b29;
}
.side-icon h6{
  position: absolute;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  font-family: noto kufi arabic,sans-serif;
}
.I1{top: 25%;left: 37%;}
.H1{top: 60%;left: 31%;}
.I2{top: 25%;left: 37%;}
.H2{top: 60%;left: 17%;}
.I3{top: 25%;left: 37%;}
.H3{top: 60%;left: 19%;}
.side-icon:hover{text-decoration: none;}
.side-icon:hover i{
  color: #f60b29;
}
.side-icon:hover h6{
  color: #f60b29;
}

@media screen and (max-width: 767px) {
  .sidenav a{
    top: 14%;}
  .sidenav-icons{
    display: flex;}
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
/* --------------------------------- تاگی سلایدەکان --- */
.carousel-indicators{
  background-color: #ffffff00;
}
.carousel-inner{
  width: 100%;
  height: 498px;
  margin-bottom: 50px;
}
.video-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
/* .slider-img{
  position: absolute;
  width: 100%;
  overflow: hidden;
} */
.background-div {
  position: absolute;
  width: 100%; /* Set the width of the div */
  height: 100vh; /* Set the height of the div */
  background-size: cover; /* Adjust the background size as needed */
  background-position: center;
}
#background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;}

.slider-number-test-xat{
  position: absolute;
  display: flex;
  align-items: center;
  top: 30%;
  right: 0;
  margin: 0px 88px 0px 0px ;
  color: #ffffff;
  width: 100px;
  font-size: 23px;
  font-weight: 600;
  font-family: noto kufi arabic, sans-serif;
  /* white-space: nowrap;
  overflow: hidden; */
  text-align: right;
}

.slider-xat{
  color: #f60b29;
}
.slider-title{
  position: absolute;
  top: 38%;
  right: 3%;
  color: #ffffff;
  max-width: 420px;
  height: 60px;
  font-size: 35px;
  font-weight: 600;
  font-family: noto kufi arabic, sans-serif;
  /* white-space: nowrap;
  overflow: hidden; */
  text-align: right;
}
.slider-text{
  position: absolute;
  display: flex;
  top: 56%;
  right: 3%;
  color: rgb(255, 255, 255);
  width: 500px;
  height: 70px;
  font-size: 13px;
  font-weight: 600;
  font-family: noto kufi arabic, sans-serif;
  text-align: right;
}

.slider-type-time-year{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: right;
  top: 49%;
  right: 3%;
  color: #f5f5f5;
  height: 30px;
  width: 300px;
  font-family: noto kufi arabic, sans-serif;
}

.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-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;
}
.slider-box-loc{
  color: #f60b29;
  font-family: noto kufi arabic, sans-serif;
}
.slider-box-epis{
  color: #f60b29;
  font-weight: 700;
  font-family: noto kufi arabic, sans-serif;
  margin-right: 5px;
}
.slider-type{
  color: rgb(245, 245, 245);
  font-family: noto kufi arabic, sans-serif;
}
.slider-type-t{
  color: #f5f5f5;
  font-family: noto kufi arabic, sans-serif;
  margin-right: 5px;
  max-width: 50px;
}
.slider-time{
  color: #f5f5f5;
  font-family: noto kufi arabic, sans-serif;
  margin: 0px 20px 0px 0px;
}
.slider-time-t{
  color: #f5f5f5;
  font-family: noto kufi arabic, sans-serif;
  margin-right: 5px;
}
.slider-year{
  color: #f5f5f5;
  font-family: noto kufi arabic, sans-serif;
  margin: 0px 20px 0px 0px;
}
.slider-year-t{
  color: #f5f5f5;
  font-family: noto kufi arabic, sans-serif;
  margin-right: 8px;
}

.slider-watch{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(245, 245, 245);
  top: 68%;
  right: 3%;
  height: 50px;
  width: 120px;
  font-weight: 600;
  font-size: 15px;
  border-radius: 25PX;
  font-family: noto kufi arabic, sans-serif;
  background-color: #252525;
  transition: .3s;
}
.slider-watch-play{
  font-size: 15px;
  margin-left: 5px;
}
.slider-watch:hover{
  background-color: #f60b29;
}
.slider-box-right{
  position: absolute;
  width: 350px;
  height: 100%;
  right: 0px;
  background: -moz-linear-gradient(left, #060709 0%, #060709 100%);
  background: -webkit-linear-gradient(left, #060709 0%, #060709 100%);
}
.slider-background-right{
  position: absolute;
  width: 300px;
  height: 100%;
  right: 0%;
  margin: 0px 349px 0px 0px;
  background: -moz-linear-gradient(left, rgba(19, 19, 0, 0) 0%, #060709 100%);
  background: -webkit-linear-gradient(left, rgba(19, 19, 0, 0) 0%, #060709 100%);
}
.slider-background-left{
  position: absolute;
  width: 300px;
  height: 100%;
  left: 0%;
  background: -moz-linear-gradient(right, rgba(19, 19, 0, 0) 15%, #060709 100%);
  background: -webkit-linear-gradient(right, rgba(19, 19, 0, 0) 15%, #060709 100%);
}
.slider-background-top{
  position: absolute;
  width: 100%;
  top: 0%;
  left: 0%;
  height: 500px;
  background: -moz-linear-gradient(top, rgba(19, 19, 0, 0) 50%, #060709 100%);
  background: -webkit-linear-gradient(top, rgba(19, 19, 0, 0) 50%, #060709 100%);
  /*: linear-gradient(to bottom, rgba(8,7,14,0) 0%, #000000 100%); */
}
.slider-background-bottom{
  position: absolute;
  width: 100%;
  top: 0%;
  left: 0%;
  height: 500px;
  background: -moz-linear-gradient(bottom, rgba(19, 19, 0, 0) 50%, #060709 100%);
  background: -webkit-linear-gradient(bottom, rgba(19, 19, 0, 0) 50%, #060709 100%);
  /*: linear-gradient(to bottom, rgba(8,7,14,0) 0%, #000000 100%); */
}
#lidemo{
  background-color: #00000000;
  width: 20px;
  height: 4px;
  margin: 0px 4px;
  transition: .4s;
}
#divdemo{
  background-color: #aaaaaa;
  width: 20px;
  height: 5px;
  border-radius: 25px;
}
#demos1{
  width: 40px;
  height: 40px;
  z-index: 1;
  top: 72%;
  left: 2%;
  background-color: #1b1b1b;
  border-radius: 2px;
  opacity: 0.5;
  transition: 0.3s;
}
#demos2{
  width: 40px;
  height: 40px;
  z-index: 1;
  top: 81%;
  left: 2%;
  background-color: #1b1b1b;
  border-radius: 2px;
  opacity: 0.5;
  transition: 0.3s;
}
#demos1:hover ,#demos2:hover{
  opacity: 1;
}
@media screen and (max-width: 1115px) {
  .slider-number-test-xat{
    margin: 0px 76px 0px 0px ;
    top: 25%;
    font-size: 20px;
  }
  .slider-title{
    font-size: 32px;
    top: 32%;
  }
  .slider-type-time-year{
    top: 42.5%;
    height: 30px;
  }
  .slider-box-loc-epis{
    background-color: #0000002d;
    backdrop-filter: blur(2.5px);
    margin: 0px 6px 0px 0px;
  }
  .slider-box-loc{
    font-size: 12px;
  }
  .slider-box-epis{
    font-size: 12px;
  }
  .slider-box-hd{
    font-size: 12px;
    padding: 1px 5px 0px 5px;
    margin: 0px 13px 0px 0px;
  }
  .slider-year{
    margin: 0px 15px 0px 0px;
  }
  .slider-time{
    margin: 0px 15px 0px 0px;
  }
  .slider-text{
    top: 50%;
    height: 70px;
    font-size: 13px;
    font-weight: 600;
  }
  .slider-watch{
    top: 62%;
  }
  /* .slider-background-right{ */
  /* right: 31%;} */ 
  /* right: 0%;
  margin: 0px 349px 0px 0px;
  } */
}
@media screen and (max-width: 1115px) {
  .slider-box-right{
    width: 180px;
  }
  .slider-background-right{
    margin: 0px 180px 0px 0px;
  }
}
/* @media screen and (max-width: 900px) {
  .slider-box-right{
    width: 180px;
  }
  .slider-background-right{
    margin: 0px 180px 0px 0px;
  }
} */
@media screen and (max-width: 760px) {
  .carousel-inner{
    height: 340px;
  }
  .background-div{
    height: 340px;
  }
  .slider-title{
    font-size: 30px;
    top: 30%;
  }
  .slider-number-test-xat{
    margin: 0px 27px 0px 0px ;
    top: 25%;
    font-size: 15px;
  }
  .slider-box-right{
    width: 150px;
  }
  .slider-background-right{
    margin: 0px 150px 0px 0px;
    background: -moz-linear-gradient(left, rgba(19, 19, 0, 0) 40%, #060709 100%);
    background: -webkit-linear-gradient(left, rgba(19, 19, 0, 0) 40%, #060709 100%);
  }
  .slider-background-left{
    background: -moz-linear-gradient(right, rgba(19, 19, 0, 0) 70%, #060709 100%);
    background: -webkit-linear-gradient(right, rgba(19, 19, 0, 0) 70%, #060709 100%);
  }
  .slider-background-bottom{
    background: -moz-linear-gradient(bottom, rgba(19, 19, 0, 0) 70%, #060709 100%);
    background: -webkit-linear-gradient(bottom, rgba(19, 19, 0, 0) 70%, #060709 100%);
  }
  .slider-background-top{
    top: -25%;
    background: -moz-linear-gradient(top, rgba(19, 19, 0, 0) 70%, #060709 100%);
    background: -webkit-linear-gradient(top, rgba(19, 19, 0, 0) 70%, #060709 100%);
  }
  .slider-type-time-year{
    display: none; 
  }
  .slider-text{
    display: none;
  }
  .slider-watch{
    top: 40%;
    right: 3%;
    height: 35px;
    width: 125px;
    font-weight: 600;
    font-size: 13px;
    border-radius: 25PX;
    font-family: noto kufi arabic, sans-serif;
    background-color: #252525;
    transition: .3s;
  }
  .slider-watch-play{
    font-size: 13px;
    margin-left: 10px;
  }
  #demos1{
    top: 60%;
  }
  #demos2{
    top: 74%;
  }
}
@media screen and (max-width: 460px) {
  
}
/* --------------------------------- top-view-poster  */
.top-all{
  display: flex;
  justify-content: center; 
  align-items: center; 
  position: relative;
  width: 100%;
  height: 600px;
  margin: 25px 0px;
}
.top-all-titles{
  position: absolute;
  color: #ffffff;
  font-size: 30px;
  float: right;
  font-family: noto kufi arabic,sans-serif;
  font-weight: 700;
  top: 1.5%;
  left: 85%;
}
.top-all-xat{
  position: absolute;
  background-color: #f60b29;
  top: 2%;
  left: 98%;
  width: 5px;
  height: 50px;
}
.top-view{
  display: flex;
  justify-content: center; 
  align-items: center; 
  position: relative;
  margin: 0px 10px;
  width: auto;
  height: 496px;
  white-space: nowrap;
  cursor: grab;
  display: inline-block;
}
.top-view a:hover{
  text-decoration: none;
}
.top-view-poster{
  margin: 25px 10px;
  width: auto;
  height: 496px;
  border-radius: 5px;
}
.top-view-background{ 
  position: absolute;
  bottom: -5%;
  left: 0;
  right: 0;
  border-radius: 5px;
  overflow: hidden;
  width: auto;
  height: 496px;
  background: -moz-linear-gradient(top, rgba(19, 19, 0, 0) 0%, #060709 100%);
  background: -webkit-linear-gradient(top, rgba(19, 19, 0, 0) 0%, #060709 100%);
  transition: .3s ease;
}
#player-1{
  position: absolute;
  opacity: 0.6;
  top: 35%;
  left: 46%;
  width: 100px;
  height: 100px;
  transition: .3s ease;
}
.top-view-background #player-2{
  opacity: 0.6;
  position: absolute;
  color: white;
  top: 39%;
  left: 48.3%;
  font-size: 62px;
  transition: .3s ease;
}
.top-view-title{
  opacity: 0.6;
  color: white;
  font-size: 80px;
  font-weight: 600;
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  transition: .3s ease;
}

.top-view:hover .top-view-background
#player-1{
  opacity: 1;
  color: #eeeeee;
}
.top-view:hover .top-view-background
#player-2 {
  opacity: 1;
  color: #eeeeee;
}
.top-view:hover .top-view-background
.top-view-title {
  opacity: 1;
  color: #eeeeee;
  
}





/* ---------------- new poster */
.new-poster{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 550px;
}
.new-poster-1{
  width: 660px;
  height: 400px;
  border-radius: 10px 0px 0px 10px;
  background-image: url("https://sportshub.cbsistatic.com/i/2022/11/13/5b7cd022-e962-465e-881b-29628db23c73/attack-on-titan.png");
  background-color: #cccccc;
  background-size: cover; 
  background-repeat: no-repeat; 
  background-position: center center;
}
.new-poster-2{
  width: 660px;
  height: 400px;
  border-radius: 0px 10px 10px 0px;
  background-image: url("https://www.syfy.com/sites/syfy/files/styles/scale_640_no_scale/public/image-asset_0.jpeg");
  background-color: #cccccc;
  background-size: cover; 
  background-repeat: no-repeat; 
  background-position: center center;
}
.new-poster-title{
  position: absolute;
  color: #ffffff;
  font-size: 30px;
  font-family: noto kufi arabic,sans-serif;
  font-weight: 700;
  width: 200px;
  top: 1.5%;
  left: 85%;
}
.new-poster-xat{
  position: absolute;
  background-color: #f60b29;
  top: 2%;
  left: 98%;
  width: 5px;
  height: 50px;
}

.new-poster-titles{
  position: absolute;
  opacity: 0.9;
  top: 70%;
  color: white;
  width: 400px;
  font-size: 25px;
  font-weight: 800;
  font-family: noto kufi arabic,sans-serif;
  background-color: #00000000;
  text-align: right;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.new-titles-rast{
  left: 64.5%;
}
.new-titles-jap{
  left: 23%;
}

.new-background{
  position: absolute;
  width: 660px;
  height: 400px;
  opacity: 0.6;
  transition: .3s ease;
}
.new-back-jap{  
  border-radius: 10px 0px 0px 10px;
  background: -moz-linear-gradient(top, rgba(19, 19, 0, 0) 0%, #060709 100%);
  background: -webkit-linear-gradient(top, rgba(19, 19, 0, 0) 0%, #060709 100%);
}
.new-back-rast{  
  border-radius: 0px 10px 10px 0px;
  background: -moz-linear-gradient(top, rgba(19, 19, 0, 0) 0%, #060709 100%);
  background: -webkit-linear-gradient(top, rgba(19, 19, 0, 0) 0%, #060709 100%);
}

.new-bazna{
  position: absolute;
  opacity: 0.6;
  width: 100px;
  height: 100px;
  top: 35%;
  background: none;
  border: solid 5px #fff;
  border-radius: 100%;
  text-indent:-9999px;
  box-shadow: 1px 1px 3px #999999;
  transition: .3s ease;
}
#new-bazna-jap{
  left: 21%;
}
#new-bazna-rast{
  left: 71%;
}
.new-player{
  opacity: 0.6;
  position: absolute;
  color: white;
  top: 38.5%;
  font-size: 62px;
  transition: .3s ease;
}
#new-player-jap{left: 23.4%;}
#new-player-rast{left: 73.4%;}
#new-poster:hover .new-bazna{opacity: 1;}
#new-poster:hover .new-player{opacity: 1;}
#new-poster:hover .new-background{opacity: .9;}
#new-poster:hover .new-poster-titles{opacity: 1;}


/* --------------------------------- title item */
.title-item{
  display: flex;
  justify-content: center; /* Horizontally center items */
  align-items: center; /* Vertically center items */
  text-align: center;
  /* height: 100vh; Adjust this for the desired height */
  margin: 0px 0px 0px 0px;
  width: 100%;
  height: 70px;
  background-color:  #060709;
}
.title-list{
  color: #ffffff;
  width: 300px;
  height: 60;
  font-size: 30px;
  font-family: noto kufi arabic,sans-serif;
  font-weight: 700;
  margin: 0px 25px 0px 25px;
}
.title-xat-j{
  background-color: #f60b29;
  margin-left: 25px;
  width: 500px;
  height: 3px;
}
.title-xat-r{
  background-color: #f60b29;
  margin-right: 25px;
  width: 500px;
  height: 3px;
}
@media screen and (max-width: 1115px) {
.title-list{
  font-size: 25px;}
}
@media screen and (max-width: 760px) {
  .title-list{
    margin: 0px 20px 0px 20px;
    font-size: 22.5px;}
  }
/* --------------------------------- link web */
.link-web{
  display: flex;
  justify-content: center;
  align-items: center; 
  width: 100%;
  height: 25px;
  background-color: #060709;
  margin-bottom: 50px;
}
.link-web-items{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.link-web a:hover{
  text-decoration: none;
}
.link-web-title{ 
  color: #ffffff;
  font-size: 25px;
  font-family: noto kufi arabic,sans-serif;
  font-weight: 630;
  transition: .2s;
}
.link-web a i{
  display: flex;
  justify-content: center;
  align-items: center;
}
.ink-web-click{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f60b29;
  margin-bottom: 6px;
}
.link-web-items:hover .link-web-title{
  font-size: 27px;
}


/* --------------------------------- list-poster --- */

#listposter{
  display: flex;
  align-items: center; 
  width: 100%;
  height: 450px;
  background-color: #00000000;
  overflow: auto; 
  position: relative;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 20px;
}

#listposter::-webkit-scrollbar{
  height: 3px;
  border-radius: 50px;
  background-color: #00000000;
}
#listposter::-webkit-scrollbar-track {
  background: #00000000; 
}
#listposter::-webkit-scrollbar-thumb{
  background-color: #242424;
  border-radius: 5px;
  
}
#listposter::-webkit-scrollbar-thumb:hover {
  background: #f60b29;
}

.box-poster{
  width: 240px;
  height: 420px;
  margin: 0px 10px;
}

.box-poster a:hover{
  text-decoration: none;
}
.poster{
  position: relative;
  width: 100%;
  height: 365px;
}
.poster img{
  /*opacity: .6;*/
  width: 100%;
  height: 365px;
}
.box-overlay{
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 365px;
  bottom: 0%;
  left: 0;
  background-color: rgba(56, 56, 56, 0.178);
  backdrop-Filter: blur(5px);
  transition: .25s;
}
.poster:hover .box-overlay{
  opacity: 1;
}
.loc-eps{
  position: absolute;
  display: flex;
  /* align-items: ; */
  bottom: 4%;
  left: 4%;
  max-width: 200px;
  height: 23px;
  padding: 0px 5px;
  border-radius: 2px;
  background-color: #0000007c;
  backdrop-Filter: blur(10px);

}
.box-loc{
  color: #f60b29;
  margin: 5px 5px 0px 1px;
  font-size: 14px;
}
.box-eps{
  color: #f60b29;
  font-weight: 800;
  font-family: noto kufi arabic,sans-serif;
  margin: 1px;
  margin: 5px 0px 0px 0px;
  font-size: 14px;
}
.poster:hover .box-eps{
  color: #fff;
  font-weight: 700;
  font-family: noto kufi arabic,sans-serif;
}
.poster:hover .box-loc{
  color: #fff;
}
.box-player {
  opacity: 0;
  color: #fff;
  position: absolute;
  font-size: 35px;
  top: 45%;
  left: 45%;
}
.poster:hover .box-player{
  opacity: 1;
}
.box-title{
  white-space: nowrap;      
  overflow: hidden;          
  text-overflow: ellipsis;
  color: white;
  width: 240px;
  font-size: 15px;
  font-weight: 500;
  margin: 10px 0px 5px 0px;
}
.type-time{
  display: flex;
  position: relative;
  align-items: center;
  color: #AAAAAA;
}
.box-type{
  font-size: 13px;
  margin: 0px 5px 0px 0px;
}
.box-time{
  font-size: 13px;
  margin: 0px 0px 0px 5px;
}
.box-dot{
  font-size: 4px;
}



/* ---------------------------------bottom navbar*/
.botnav{
  display: flex;
  justify-content: center; 
  align-items: center; 
  position: relative;
  width: 100%;
  height: 250px;
  background-color: #0a0b0d;
  margin-top: 30px;

}
.botnav-img{
  position: absolute;
  width: 100px;
  height: 100px;
  top: 30%;
  right: 80%;
}
.botnav-title{
  position: absolute;
  color: #eeeeee;
  font-family: noto kufi arabic,sans-serif;
  font-weight: 550;
  top: 17%;
}
.botnav-icon{
  position: absolute;
  color: #f60b29;
  top: 45%;
}
.botnav-icon a i{
  color: #f60b29;
  font-size: 30px;
  padding: 10px;
  transition: 0.2s ease;
}
.botnav-ag{
  position: absolute;
  top: 50%;
  left: 65%;
  color: #eeeeee;
  font-size: 16px;
  font-family: noto kufi arabic,sans-serif;
  text-align: right;
}
.botnav-icon a:hover i{
  color: #eeeeee;
  text-decoration: none;
}

/* --------------------------------- btn*/
#myBtn {
  display: none;
  position: fixed;
  width: 50px;
  height: 145px;
  bottom: 60px;
  right: 50px;
  z-index: 2;
  border: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0.411);
  color: #ffffff;
  cursor: pointer;
  padding: 15px;
  box-shadow: 100px 1px #0a0b0d;
  border-radius: 4px 0px 0px 4px;
  border-right: 3px solid #f60b29;
}
#myBtn a{
  display: flex;
  justify-content: center; 
  align-items: center; 
  position: relative;
  top: -10px;
}
#myBtn a:hover{
  text-decoration: none;
}
#myBtn a i{
  text-align: end;
  font-size: 20px;
  padding: 7px 0px;
  color: #eeeeee;
}
#myBtn a i:hover{
  color: #f60b29;
}
