body{
  background-color: #101019;
}

button{
  cursor: pointer;
}

#body{
  overflow: hidden auto; 
  position: fixed;
  top: 0;
  padding-top: 79px;
  width: 100%;
  height: calc(100vh - 1px);
}

::-webkit-scrollbar {
display: none;
}

.nav-bar{
  background-color: #111020d7;
  padding: 10px;
  justify-content: space-between;
  z-index: 1000;
  position: fixed;
  top: 0;
  width: 100%;
  backdrop-filter: blur(6px);
}

.nav_title{
  font-weight: bold;
  color: #fff;
  width: 200px;
}

.nav-logo{
  width: 60px;
  height: 60px;
}

.nav_btns button, .nav_title button{
  background: none;
  border: none;
}

.nav_btns button span, .nav_title button span{
  color: #fff;
  font-size: 40px;
}

.sidebar_menu{
  width: 0;
  overflow: hidden;
  position: fixed;
  background-color: #101019cc;
  backdrop-filter: blur(4px);
  height: 100%;
  transition: 0.2s;
  z-index: 9999;
}

.slideBarOpenBG{
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00000079;
  backdrop-filter: blur(4px);
  display: none;
}

.close_menu{
  width: 100%;
}

.close_menu button{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  font-weight: 800;
  font-size: 1.1rem;
  background-color: #a903d75c;
  color: #fff;
  border: none;
  border-bottom: 0.1px solid #a903d7;
  width: 100%;
}

.sidebar_menu-links{
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: .3px solid #6262625a;
  margin-top: 30px;
  
}

.sidebar_menu-btn{
  border: none;
  border-bottom: .3px solid #4a4a4a81;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  background: transparent;
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
  cursor: pointer;
  
}

.sidebar_menu-btn:hover{
  color: #b204e3;
  transition-duration: 100ms;
}

/* slide show css */




.card-content{
  color: #d0d0d0;
  font-weight: bolder;
  z-index: 1000;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.card-content .info{
  padding: 15px 5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.card-content img{
  width: 220px;
  height: 100%;
  
}

.trending .cards{
  overflow-x: scroll;
  overflow-y: hidden;
  cursor: -webkit-grabbing;
  user-select: none;
}

.info h1{
white-space: pre;
width: 130px;
overflow: hidden;
text-overflow: ellipsis;
}

.trending h2{
  color: #9749fe;
  font-weight: bolder;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.3rem;
}

.trending h2 a{
  color: #f9f4ff;
  font-weight: 500;
  font-size: 1.1rem;
}

.trending h2 a:hover{
  color: #498bfe;
}

.trending .cards{
  display: flex;
  overflow: visible auto;
  padding: 15px 10px;
  transition: 200ms ease-in;
  /* width: 1960px; */
}

.trending .button{
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  height: 280px;
  position: absolute;
  z-index: 102;
  transform: translate(calc(100vw - 70px), 15px);
  visibility: hidden;
}

.trending .button button{
  width: 50px;
  height: 45%;
  border-radius: 8px;
  /* border: 1px solid #333; */
  cursor: pointer;
}

.trending .button button:hover{
  outline: 3px solid #9749fe9e;
  transition: 100ms ease-in;
  color: #9749fe;
}

footer{
  padding: 5px 30px;
  background-color: #0a0a10;
}

footer ol{
  color: #e4e4e4;
  padding: 0 30px;
}

footer h1 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #e4e4e4;
}
footer p {
  font-size: 16px;
  line-height: 1.5;
  color: #e4e4e4;

}
.highlight {
  color: rgb(18, 235, 18);
  font-weight: bold;
  text-decoration: underline;
}

.search-box{
  position: fixed;
  top: 80px;
  z-index: 1000;
  width: 100%;
  height: 0;
  display: flex;
  transition: 150ms;
  overflow: hidden;
}
.search-box input{
  width: calc(100% - 80px);
  height: 100%;
  padding: 15px;
  font-size: 1.1rem;
  background-color: #101019b7;
  backdrop-filter: blur(6px);
  color: #fff;
  border: none;
  outline: none;
}

.search-box button{
  width: 80px;
  height: 100%;
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #8203d7ac;
  color: #fff;
  backdrop-filter: blur(6px);
  border: none;
  cursor: pointer;
  
}

.search-box input::placeholder{
  font-weight:600;
  font-size: 1rem;
}


.watchAnime{
  width: 100%;
  height: calc(100% - 1px);
  position: fixed;
  top: 0;
  padding: 80px 0 0 0;
  background-color: #101019fb;
  z-index: 999;
  color: white;
  overflow: auto;
  display: none;
  
}

.watchAnime .navigation{
  background-color: #3a3a3a53;
  /* padding: 5px; */
  backdrop-filter: blur(4px);
  display: flex;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

.watchAnime .navigation button{
  color: #fff;
  font-weight: bolder;
  background-color: #6e42c1a8;
  border: none;
  padding: 10px;
  height: 100%;
  margin: 0;
}

.watchAnime .navigation .close{
  background-color: tomato;
}

.watchAnime .navigation button:hover{
  color: #c5c5c5;
}

.watchAnime .navigation button span{
  scale: 1.5;
  position: relative;
  top: 2px;
  
}

.animeBox{
  height: calc(100%);
  /* margin-top: 46px; */
  min-width: 100vw;
  transform: translateX(1px);
  transition: 100ms;
}

.container{
  /* height: calc(100%); */
  display: flex;
  padding: 46px 5px 20px 5px;
  overflow: hidden visible;
  width: calc(100vw - 0) !important;
}

.animeBox{
  padding: 8px 0;
}

.animeBox .anisContent{
  display: flex;
  /* align-items: center; */
  justify-content: center;
}

.anisContent .title h1{
  display: block;
  margin: 10px 0;
  max-width: 230px;
  text-align: center;
}

.anisContent .title{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.animeBox .title img{
  width: 200px;
  height: 280px;
  filter: contrast(125%) saturate(150%);
  border-radius: 8px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.animeBox .title button{
  margin:  0 0 10px 0;
  border-radius: 8px;
  padding: 10px 0;
  background-color: #9749fe;
  color: #fff;
  font-weight: bold;
  border: none;
  width: 100%;
  
}

.animeBox .title div{
  display: flex;
  width: 200px;
}

.anisInfo{
  width: 1000px;
}

.animeBox .desc{
  display: block;
  padding: 10px;
  backdrop-filter: blur(4px) opacity(50%);
  height: 200px;
  overflow: auto;
  color: #a2a2a2;
  font-weight: bold;
  border-radius: 8px;
  background-color: #101019e2;
}

.animeBox .desc::-webkit-scrollbar{
  display: block;
  color: #fff;
}

.anisInfo{
  display: none;
  padding: 10px;
}

.anisInfo h1{
  margin-bottom: 10px;
  font-weight: 900;

}

.anisInfo p{
  color: #9e9e9e;
  font-weight: 700;
}

.animeBox .title button:nth-child(1){
  width: calc(100% - 40px);
  font-size: 1.15rem;
}

.animeBox .title button:nth-child(2){
  background-color: #fefefe;
  color: #333;
  width: 40px;
}

.animeBox .title button:nth-child(2) span{
  scale: 1.5;
}

.otherAniInfo{
  max-width: 100%;
  min-width: 250px;
  margin: auto;
  display: flex;
  overflow-x: auto;
  cursor: grabbing;
  background-color: #00000034;
  padding: 10px 15px;
  /* backdrop-filter: blur(6px); */
  border-radius: 8px;
  outline: 4px solid #00000034;
}




/* .otherAniInfo::-webkit-scrollbar{
  display: block;
} */


.otherAniInfo .elements span{
  white-space: pre;
  color: #c2c2c2;
}

.otherAniInfo .elements strong{
  font-weight: bold;
}

.otherAniInfo .elements{
  margin: 10px;
}

.animeBox .title button:nth-child(2){
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.animeBox .title button:nth-child(1){
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.anisItems{
  max-width: 1210px;
  margin: auto;
}

.epRange, .epLangs{
  width: 100%;
  height: 40px;
  border-radius: 5px;
  overflow: visible;
}

.controls{
  display: flex;
}

.epRange .rangeList, .epLang .langList{
  display: flex;
  flex-direction: column;
  height: 0;
  position: relative;
  top: 0;
  overflow: auto;
  transition: 100ms;
  background-color: #fff;
  color: #000;
  width: 120px;
  z-index: 10;
}

.selectedValue, .selectedLangValue{
  width: 120px;
  height: 40px;
  background-color: slateblue;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
}

.selectedValue span, .selectedLangValue span{
  scale: 1.3;
  position: relative;
  top: 2px;
}

.currentAnime b{
  font-weight: bolder;
  color: lime;
}

.currentAnime{
  /* padding: 20px; */
  text-align: center;
  background-color: #101019;
}

.rangeList span, .langList span{
  padding: 8px;
  border-bottom: 0.5px solid #33333377;
}

.rangeList span:hover, .rangeEpActive, .langList span:hover{
  background-color: #dbdbdb94;
  transition: 50ms;
}

.epis_btns{
  display: grid;
  margin: auto;
  grid-template-columns: repeat(auto-fill, 50px);
  width: 100%;
  overflow: auto;
  padding: 10px 10px 10px 0;
  /* justify-items: stretch; */
  justify-content: space-evenly;
  /* align-content: center; */
}

.epis_btns button{
  padding: 5px 0;
  font-weight: 1.1rem;
  margin: 3px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #000;
  background-color: #252132a3;
  color: #ededf0;
  font-weight: bolder;
}

.currentAnime{
  width: 99%;
  display: flex;
  flex-direction: column;
  
}

.video{
  display: flex;
  flex-wrap: wrap;
  max-width: 1500px;
  margin: auto;
}

.epis{
  width: 100%;
  background-color: #111020cf;
  min-height: 220px;
  overflow: hidden;
}

.epis_btns{
  min-height: 40px;
  max-height: calc(100% - 120px);
}

.btnActive, .epBtn:hover{
  background-color: #28a745 !important;
  color: #000 !important;
  opacity: 0.8 !important;
  font-weight: bolder !important;
}

.epis .relatedAnimes{
  display: flex;
  width: 95%;
  margin: 10px auto;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  border: 2px solid #b0b0b0;
  border-radius: 50px;
  backdrop-filter: brightness(150%);
  cursor: pointer;
}

.epis .relatedAnimesHtml{
  width: 95%;
  margin: 0 auto 10px auto;
  overflow: auto;
  height: 0;
  backdrop-filter: brightness(150%);
  border-radius: 8px;
   /* border: 2px solid #2e2e2e; */
   transition: 200ms;
   position: relative;
   top: 0;
}

.epis .relatedAnimes i{
  font-size: 2.3rem;
}

.animeSongs{
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.songsCard{
  width: 85%;
  max-width: 600px;
  height: 120px;
  padding: 10px;
  background-color: #101019;
  margin: 10px auto;
  outline: 0.2px solid #363449;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
}

.songsCard .links{
  /* background-color: #14700499; */
  padding: 10px;
  display: flex;
  flex-direction: column;
}

.songsCard .spotify i{
  color: lawngreen;
  font-size: 2rem;
}

.songsCard .youtube i{
  color: orangered;
  font-size: 2rem;
}

.songsCard .linkDisabled{
  opacity: 0.3;
}

.charactersCard{
  display: flex;
  padding: 10px;
  margin: 10px auto;
  justify-content: space-between;
  background-color: #1e242ebe;
  backdrop-filter: blur(1px);
  border-radius: 10px;
}

.charactersCard img{
  width: 90px;
  height: 130px;
  border-radius: 8px;
  margin: 5px;
}

.charactersCard .character{
  display: flex;
}

.charactersCard .voice_actorName, .charactersCard .lang{
  text-align: right;
  padding: 7px 0;
}

.charactersCard .lang,
.charactersCard .type{
  opacity: .5;
}

.charactersCard .charName{
  margin: 7px 0;
}

.charactersCard .characterInfo{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 130px;
}

.voice_actorsCard{
  display: flex;
}
.voice_actorsCard .voice_actorsInfo{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.relatedAnime{
  display: flex;
  background-color: #1e242ebe;
  padding: 10px;
  border-radius: 8px;
  width: 95%;
  margin: 10px auto;
  height: 105px;
  cursor: pointer;
}

.relatedAnime:hover{
  color: royalblue;
  transition: 100ms;
}

.relations{
  width: calc(100%);
  
}

.video .relations{
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  border: 0.5px dashed #fff;
  margin: 10px 0;
  overflow: auto;
  height: 200px;
}

.ext_links{
  padding: 10px;
  margin: 0 10px;
  background-color: #1e242ebe;
  border-radius: 8px;
}

.ext_links h3{
  margin-bottom: 8px;
}

.ext_links a{
  padding: 4px 5px;
  color: skyblue;
}

.ext_links a:hover{
  color: rgb(49, 112, 220);
  transition-duration: 100ms;
}

.relatedAnime img{
  width: 60px;
  height: 80px;
  margin-right: 10px;
  border-radius: 8px;
}

.relatedAnime small{
  opacity: 0.6;
  text-align: left;
}

.relatedAnimeInfo{
  display: flex;
  flex-direction: column;
}


/* _____________________________ */
/* Media queries */

@media (min-width: 900px){

  .currentAnime{
    width: 900px;
    margin: auto;
  }

}

@media (min-width: 1100px) {
  .epis{
    width: calc(100% - 910px);
    height: 560px !important;
  }
  
}

@media (min-width: 600px) {

  .info h1{
    width: auto;
    
    }
  
  .card-content img{
    width: 290px;
  }

  .trending .button{
    visibility: visible;
  }
}

@media (min-width: 700px) {
  .wxyz{
    width: calc(100% - 300px);
  }

  .charactersCard img{
    width: 135px;
    height: 190px;
  }

  .charactersCard .characterInfo{
    height: 190px;
  }

  .charactersCard .voice_actorName, .charactersCard .lang{
    width: 200px;
    text-align: right;
  }

  .charactersCard{
    display: flex;
    width: 80%;
  }

  .animeBox .desc{
    display: none;
  }

  .anisInfo{
    display: block;
  }

  .anisContent .title h1{
    display: none;
  }

  .animeBox .title button{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .animeBox .title button:nth-child(2){
    border-bottom-left-radius: 0;
  }

  .animeBox .title button:nth-child(1){
    border-bottom-right-radius: 0;
  }

  .otherAniInfo{
    flex-direction: column;
    overflow: hidden;
    cursor: grabbing;
    flex-direction: column;
    width: 250px;
    margin: 10px;
  }
  
  .otherAniInfo .elements span{
    white-space: wrap;
  }

  .animeBox .anisItems{
    display: flex;
  }
}