@font-face {
    font-family: speda;
    src: url(Speda.ttf);
}
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200&family=Roboto:wght@300&display=swap');
*{
    font-family: speda !important;
    color: whitesmoke;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
  background-color: #25282c !important;
}
ul li{
  list-style: none;
  display: inline;
  margin: 5px;
}
.navbar .tags{
  position: relative;
  width: 100%;
  margin-top: 5px;
}
.tags ul{
  position: absolute;
  right: 10px;
}
.tags ul li{
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.tags ul li:hover{
  color: dodgerblue;
}
a{
  text-decoration: none !important;
}
.logosvg{
  position: relative;
}
.logosvg img{
  width: 100px;
  position: absolute;
  left: 50px;
  top: 10px;
}

header{
  position: fixed;
  left: 0;
  top: 0;
  width: 100% ;
  height: 60px;
  z-index: 9999 !important;
  background-color: #25282c;
  box-shadow: 0px 0px 5px black;
}
.logosvg span i{
  font-size: 30px !important;
  transition: 0.3s ease-in;
  cursor: pointer;
}
.logosvg span i:hover{
  color: dodgerblue;
}
.hum .bar{
  width: 27px;
  height: 4px;
  background-color: whitesmoke;
  margin: 5px;
  transition: 0.3s ease-in;
}
.humbergr{
  position: relative;
  display: none;
}
.humbergr .hum{
  position: absolute;
  top: -20px;
  right: 10px;
  cursor: pointer;
}
.humbergr .hum.active .bar:nth-child(2){
  opacity: 0;
}
.humbergr .hum.active .bar:nth-child(1){
  transform: translateY(8px) rotate(225deg);
 }
 .humbergr .hum.active .bar:nth-child(3){
  transform: translateY(-10px) rotate(-225deg);
}
.tags ul li i{
  display: none;
}
@media only screen and (max-width: 768px) {
  .tags ul li i{
    display: inline;
  }
  .navbar .tags{
    position: fixed !important;
    top: -5px;
    left: -105%;
    z-index: 10;
    transition: 0.3s ease-in-out;
  }
  .tags.active{
    left: -50%;
  }
  .tags ul{
    text-align: center !important;
    background-color: #232323!important;
    width: 50%;
    height: 100vh;
  }
  .tags ul li{
    display: block;
    border-radius: 5px;
    font-size: large;
    padding-left: 0px;
    padding: 15px;
    width: 150px;
    margin: 10px auto;
    border: 1px solid whitesmoke;
    text-align: center;
    position: relative;
  }
  .humbergr{display: block;}
  .tags ul li i{
    position: absolute;
    top: 12px;
    font-size: 25px;
    right: 10px;
  }
}
@media only screen and (max-width: 300px) {
  .tags ul li{
    font-size: small !important;
    width: 100px;
  }
}

.logosvg button{
  position: absolute;
  left: 160px;
  background-color: #101010;
  top: 1px;
}
/* tawaw buny headre w co */
.container-movies{
  width: 90% !important;
  margin: auto !important;
}

/* start movie tumbline */
.movies-row{
  padding: 1em;
  display: grid !important;
  grid-gap: 1em;
  grid-template-columns: repeat(6,1fr);
}
.repats-episodes{
  padding: 1em;
  display: grid !important;
  grid-gap: 1em;
  grid-template-columns: repeat(10,1fr);
}
@media only screen and (max-width: 1400px) {
  .movies-row{
    grid-template-columns: repeat(4,1fr);
  }
  .repats-episodes{
    grid-template-columns: repeat(8,1fr);
  }
}
@media only screen and (max-width: 968px) {
  .movies-row{
    grid-template-columns: repeat(3,1fr);
  }
  .repats-episodes{
    grid-template-columns: repeat(6,1fr);
  }
}
@media only screen and (max-width: 768px) {
  .movies-row{
    grid-template-columns: repeat(2,1fr);
  }
  .repats-episodes{
    grid-template-columns: repeat(4,1fr);
  }
}
.movie-tumbline{
  position: relative;
    width: 100%;
    padding-bottom: 158%;
    overflow: hidden;
    display: block;
    border-radius: 10px;
}

.movie-tumbline img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  border-radius: 10px;
  transition: 0.3s ease-in-out;
}
.movie-tumbline img:hover{
  transform: scale(1.2);
}
.movie-info .name{
  font-family:  'Roboto', sans-serif !important;
  margin-top: 3px;
}
.movie-texts{
  position: relative;
}
.movie-texts .bookmark{
  position: absolute;
  right: 0;
  top: 0;
  font-size: large;
  cursor:  pointer !important;
}
.m-info{
  font-size: 8px;
  position: absolute;
  left: 0;
  top: 25px;
}
/* xalas buny movie-tumblani */
.iframe iframe{
  border: none !important;
}
.in-movie-info img{
  border-radius: 5px;
}
.en{
  font-family:  'Roboto', sans-serif !important;
}
.in-movie{
  background: linear-gradient(black,transparent);
  padding: 10px;
  border-radius: 10px;
}
.in-movie-info span{
  border: 1px solid gray;
  padding: 5px;
  border-radius: 5px;
}
.co-or{
  color: #fe5d00 !important;
}
.responsive{
  position: relative !important;
}
.iframe-ratio{
  position: relative;
  height: 100%;
}
.iframe-ratio iframe{
  width: 100%;
  height: 600px;
  border: none;
  border-radius: 10px;
}
@media only screen and (max-width: 1200px) {
  .iframe-ratio iframe{
    height: 550px;
  }
}
@media only screen and (max-width: 992px) {
  .iframe-ratio iframe{
    height: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .iframe-ratio iframe{
    height: 300px;
  }
}
@media only screen and (max-width: 500px) {
  .iframe-ratio iframe{
    height: 250px;
  }
}
@media only screen and (max-width: 457px) {
  .iframe-ratio iframe{
    height: 100%;
  }
}
/* drops */
.dropdown-menu{
  background-color: #101010 !important;
  color: whitesmoke !important;
  font-family: speda;
  box-shadow: 0px 0px 10px black;
}
.dropdown-menu li{
  display: block;
  text-align: center;
  padding: 8px;
  border-radius: 5px;
  background-color: #28282b;
  cursor: pointer;
  transition: 0.3s ease-out;
}
.dropdown-menu li:hover{
  color: #fe5d00;
}
/* end drops */
.epsiodes-row{
  position: relative;
  cursor: pointer;
  border-radius: 5px;
}
.epsiodes-row p{
  position: absolute;
  bottom: -20px;
  background-color: #101010;
  z-index: 3;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: small;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.epsiodes-row img{
  border-radius: 6px;
}
.epsiodes-row .top-zero{
  position: absolute;
  top: 0;
  height: 20px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.owl-nav{
  position: absolute;
  top:50%;
  width: 100%;
}
.owl-nav button{
  background: none;
  border: none;
  font-size: 20px;
  position: relative;
}
.owl-nav button:focus{
  outline: none;
}
.owl-nav button i{
  text-shadow: 0px 0px 10px black;
}
.owl-nav .owl-next{
  position: absolute;
  right: 0;
}
.user-menu{
  position: absolute !important;
  width: 200px  !important;
  padding: 0px 10px  !important;
  background-color: #101010;
  border-radius: 5px  !important;
  overflow: hidden !important;
  transition: 0.3s ease-in-out;
  max-height: 0px;
  max-width: 0px;
}
.user-menu ul li{
  display: block;
  text-align: center;
  margin: 5px 5px;
  background-color: #28282b;
  border-radius: 5px ;
  padding: 5px;
  cursor: pointer;
  transition: 0.2s ease;
}
.user-menu ul li:hover{
  font-size: 18px;
}
.user-menu ul li:nth-child(1){
 margin-top: 16px ;
}
.user-menu.active{
  max-height: 100px;
  max-width: 200px;
}
.anime-menu{
  position: absolute !important;
 width: 150px;
 background-color: #101010 !important;
 left: 0px;
 top: 40px;
 z-index: 10;
 border-radius: 5px;
 padding: 0px 10px;
 max-height: 0;
 overflow: hidden;
 transition: 0.3s ease-in-out;
}
.anime-menu.active{
  max-height: 100px;
}
.anime-menu p span{
  display: block;
  text-align: center;
  margin: 5px 5px;
  background-color: #28282b;
  border-radius: 5px ;
  padding: 5px;
  cursor: pointer;
  transition: 0.2s ease;
}
.anime-menu p span:hover{
  font-size: 18px;
}
.anime-menu p span:nth-child(1){
  margin-top: 16px ;
 }
.search-screen{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999999999999999;
  top: 0;
  left: 0;
  transition: 0.3s ease;
  transform: translateY(-100%);
}
.search-screen.active{
  transform: translateY(0%);
}
.search-input{
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid whitesmoke;
}
input:focus{
  outline: none !important;
  border-bottom: 1px solid whitesmoke;
}

.search-box{
  position: relative;
  margin-top: 50px;
}
.mag-search-icon{
  position: absolute;
  right: 20px;
}
.fixed-close-screen{
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 30px;
 cursor: pointer;
 color: aliceblue;

}
.fixed-close-screen i{
  transition: 0.3s ease-in-out;
}
.fixed-close-screen i:hover{
  color: red;
}
.movie-slide{
  width: 100%;
  padding-bottom: 140%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.movie-slide img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}
.movie-slide img:hover{
  transform: scale(1.2);
}
.movie-slide .name{
  position: relative;
  bottom: 0;
  background: linear-gradient(black,rgba(0,0,0,0.4));
  width: 100%;
}
.rating-stars{
  font-size: 20px;
}
.rating-stars i{
  cursor: pointer;
}
.story i{
  color: #d05f1e !important;
}
.in-movie-info .bi-star-fill{
  color: #d05f1e;
}
/* toast */
.my-toast{
  position: fixed;
  top: 10px;
  right: 10px;
  width: 300px;
  z-index: 9999;
  background-color: #101010;
  padding: 10px;
  text-align: right;
  border-radius: 10px;
  border-left: 5px solid dodgerblue;
  animation: toast 0.6s ease-in-out forwards;

}
@keyframes toast {
  from {transform: translateX(400px);}
  to {transform: translateX(0px);}
  
}
.in-my-toast{
  position: relative;
}
.in-my-toast p{
  margin: 1px !important;
  font-size: 12px;
}
.in-my-toast .loading{
  position: absolute;
  left: 10px;
  top: 15px;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid whitesmoke;
  border-top: 1px solid whitesmoke;
  border-radius: 10px;
  animation: loading 3s ease infinite;
}
@keyframes loading {
  from{transform: rotate(0deg)scale(1);}
  to{transform: rotate(360deg)scale(1.8);}
}
.my-toast.error{
  border-left: 5px solid rgb(255, 41, 30);
}
.my-toast.suc{
  border-left: 5px solid rgb(40, 129, 5);
}
.my-toast.warr{
  border-left: 5px solid rgb(245, 199, 16);
}
/*  end toast  */
/*  login  */
.login-screen{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: -100%;
  background-color: rgba(0, 0, 0, 0.99);
  z-index: 9999;
  transition: 0.6s ease-in-out;
}
.login-screen.active{
  right: 0px;
}
.sign-screen{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-color: rgba(0, 0, 0, 0.99);
  z-index: 9999;
  transition: 0.6s ease-in-out;
}
.sign-screen.active{
  left: 0px;
}
.passwordeye{
  position: relative;
}
.passwordeye span{
  color: black;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 9999;
  cursor: pointer;
  font-size: 20px;
}
.passwordeye span i{
  color: black;
}
.one-piece{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 20px;
}
.one-piece img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.transparent-one-piece{
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left,black,transparent);
  z-index: 2;
}
.one-piece .one-piece-info{
  position: absolute;
  z-index: 3;
  right: 20px;
  top: 10px;
  text-align: right;
  width: 100%;
  height: 100%;
}
.one-piece .one-piece-info .one-piece-info-icons span{
  padding: 5px;
  border: 1px solid gray;
  border-radius: 5px;
}
.one-piece .one-piece-info .wacth-now-one-piece{
  position: absolute !important;
  bottom: 20px !important;
  left: 40px !important;
  z-index: 3;
}
/* end of one-piece */
/* start of footer */
.footer-dark {
  padding:50px 0;
  color:#f0f9ff;
  background: linear-gradient(to top,black,#25282c);

}

.footer-dark h3 {
  margin-top:0;
  margin-bottom:12px;
  font-weight:bold;
  font-size:16px;
}

.footer-dark ul {
  padding:0;
  list-style:none;
  line-height:1.6;
  font-size:14px;
  margin-bottom:0;
}

.footer-dark ul a {
  color:inherit;
  text-decoration:none;
  opacity:0.6;
}

.footer-dark ul a:hover {
  opacity:0.8;
}

@media (max-width:767px) {
  .footer-dark .item:not(.social) {
    text-align:center;
    padding-bottom:20px;
  }
}

.footer-dark .item.text {
  margin-bottom:36px;
}

@media (max-width:767px) {
  .footer-dark .item.text {
    margin-bottom:0;
  }
}

.footer-dark .item.text p {
  opacity:0.6;
  margin-bottom:0;
}

.footer-dark .item.social {
  text-align:center;
}

@media (max-width:991px) {
  .footer-dark .item.social {
    text-align:center;
    margin-top:20px;
  }
}

.footer-dark .item.social > a {
  display:inline-block;
  text-align:center;
  font-size: 40px;
  margin:0 8px;
  color:#fff;
  opacity:0.75;
}

.footer-dark .item.social > a:hover {
  opacity:0.9;
}

.footer-dark .copyright {
  text-align:center;
  padding-top:24px;
  opacity:0.3;
  font-size:13px;
  margin-bottom:0;
}
.footer-dark ul li{
  background-color: none !important;
  background: none !important;
}
/*end of footer */
.staf-rez-repeat{
  padding: 1em;
  display: grid !important;
  grid-gap: 1em;
  grid-template-columns: repeat(4,1fr);
}
.staf-card .card-text{
  font-size: 12px !important;
}
@media only screen and (max-width: 992px){
  .staf-rez-repeat{
    grid-template-columns: repeat(2,1fr);
  }
}
.social-link-paste{
  background-color: white;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;

}
.social-link-paste i{
  color: #101010;
}
.social-link-paste span{
  margin: 5px;
}
#relative{
  position: relative;
}
#relative p{
  position: absolute;
  right:153px;
  top:0px;
  text-align:center;
  background-color: #2323;
  box-shadow: 0px 0px 10px black;
  z-index: 99;
  max-height:0px;
  overflow: hidden;
  transition: 0.3s ease;
} 
#relative p.active{
  max-height:200px;
}
#relative p span{
  width:100% !important;
}
/*hero section */

.hero-img{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

}
.relative{
  width: 100%;
  position:  relative !important;
  background-image: linear-gradient(to left,black,transparent);
}

.inf-hero{
z-index: 1;
color: rgb(255, 255, 255);
text-align: right;

height: 100%;
width: 80%;
margin: auto;
}
.h-icons span{
  margin: 10px;
  text-shadow: 0px 0px 10px black;
}
.butn{
  position: relative;
  text-align: center;
  margin-left: 20px;
  padding-bottom: 20px;
}
.inf-hero .h-name{
  font-size: x-large;
  text-transform: uppercase;
  padding-top: 10px;
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif !important;
}
.inf-hero .k-name{
font-size: x-large;
}
.top-down{
  transform: translateY(-50px);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease-in-out;
}
.delay-2{
  transition-delay: 0.2s;
}
.delay-4{
  transition-delay: 0.6s;
}
.delay-5{
  transition-delay: 0.8s;
}
.owl-item.active .top-down{
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

#hero-carousel.carousel-nav-center .owl-nav button i{
  font-size: 3rem;
}
#hero-carousel .owl-nav .owl-prev{
  position: absolute;
  top: 60%;
  transform: translateY(-80%);
  left: 10px;
  font-size: 50px;
         text-shadow: 0px 0px 8px black;
}
#hero-carousel .owl-nav .owl-next{
  position: absolute;
  top: 60%;
  transform: translateY(-80%);
  right: 10px;
  font-size: 50px;
         text-shadow: 0px 0px 8px black;
}
button{
  border: none !important;
  outline: none !important;
}
.movie-hero-bar .h-story{
  margin-top: 50px;
 }
 .movie-hero-bar .butn button{
  background-color: dodgerblue;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 15px;
  cursor: pointer;
 }
 .movie-hero-bar .butn button i{
  transform: rotate(15deg);
  opacity: 1;
  transition: 0.3s ease-in-out;
 }
 .movie-hero-bar .butn button:hover i{
  
      opacity: 1;
 }
     .e-manga-number{
        width: 100px;
        height:100%;
        background-color:black;
        text-align:center;
    }
    .e-manga-number h1{
        margin-top:25px;
    }
    .manga-names{
        text-align:right;
    }
    .manga-names .name{
        font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif !important;
    }
    .m-e-one{
        width:100%;
        height:100px;
       overflow: hidden;
       position: relative;
    }
    .photo-manga{
        width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  }
    .inf-e-manga{
  width: 100%;
  height: 100%;
  position: absolute;
  background-color:     rgba(0, 0, 0, 0.6);
  z-index: 1;
  display:flex;
  justify-content:space-between;
    }
    /* manga */
    .e-manga-number{
      width: 100px;
      height:100%;
      background-color:black;
      text-align:center;
  }
  .e-manga-number h1{
      margin-top:25px;
  }
  .manga-names{
      text-align:right;
  }
  .manga-names .name{
      font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif !important;
  }
  .m-e-one{
      width:100%;
      height:100px;
     overflow: hidden;
     position: relative;
  }
  .photo-manga{
      width: 100%;
height: 100%;
position: absolute;
z-index: -1;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
  .inf-e-manga{
width: 100%;
height: 100%;
position: absolute;
background-color:     rgba(0, 0, 0, 0.6);
z-index: 1;
display:flex;
justify-content:space-between;
  }