/* 
---------------------------------------------
anime details 
--------------------------------------------- 
*/
.anime-details{
  width: 100%;
 position: relative;
 }
.anime-details-bg{
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  background-position: center center;
  background-size: cover;
  filter: blur(20px);
}
.anime-details-content{
  z-index: 2;
  position: inherit;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
 
}


.anime-details .anime-main-info{
  width: 100%;
  
  display: block;
  text-align: center;
 
}
.anime-details .anime-main-info .anime-title{
  margin-bottom: 17px;
  border-radius: 10px;
 
  width: 100%;
 
  text-align: center;
}

.anime-details .anime-main-info h1{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background-color: #1e1e1e6e;
  border-radius: 10px;
}
.anime-details .anime-state{
  margin-top: auto;
  margin-bottom: auto;
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
  background-color: #27292a;
  padding: 10px;
  border-radius: 50px;
  border: solid #2C8CE7;
}

.anime-details  .anime-state-rnd{
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #3b9125
}
.anime-details  .anime-state h5{
  color: #Fff;
  font-size: 20px;
  padding-left: 5px;
}



.anime-details .anime-main-info .anime-main-img{
  position: relative;
  margin-bottom: 20px;
}
.anime-details .anime-main-info .anime-editAdd {
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50%;
  width: 240px;
}


.anime-details .anime-main-info img{
  transition: 0.2s;
  border-radius: 23px;
  width: 100%;
}
@media (min-width:480px) {
  .anime-details .anime-main-info img{
    width: 400px;    
  }
}

.anime-details .anime-main-info a{
  background-color: #3b9125;
  color: #Fff;
  font-size: 15px;
  border-radius: 23px;
  height: 30px;
  padding: 10px;
}


.anime-details p{
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  padding: 5%;
}

.anime-band{
  padding: 10px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  text-align: center;
 
 
}
.anime-band-item{
  border-radius: 50px;
  background-color: #6c6c6c9e;
  padding: 10px;
  margin: 5px;
  min-width: fit-content;
}
.anime-band-item:hover{
  background-color: #ccc;
  color: #2C8CE7
}
.anime-band-item:hover h4{
  color: #2C8CE7;
}

.anime-infos{
  background-color: #1e1e1e;
  border-radius: 23px;
}

.anime-dyn{
  display: flex;
  flex-wrap: wrap;
}
.anime-double{
  width: 100%;
}

@media (min-width:800px) {
  .anime-double{
    width: 50%;
  }
}





.anime-left{
  margin: 20px;
  padding: 30px;
  background-color: #27292a;
  border-radius: 23px;
  text-align: left;
}
 .anime-double h4{
  color: #2C8CE7;
  font-size: 20px;
  padding-bottom: 10px;
}
 .anime-double span{
  color: #ccc;
  font-size: 20px;
  margin-left: 5px;
}

.anime-right{
  margin: 20px;
  padding: 40px;
  background-color: #27292a;
  border-radius: 23px;
  text-align: center;
}

.anime-right{
  margin: 20px;
  padding: 40px;
  background-color: #27292a;
  border-radius: 23px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}

.anime-right .anime-tag {
  border-radius: 50px;
  background-color: #2C8CE7;

  padding: 10px;
  margin: 5px;
  min-width: fit-content;
  
}
.anime-right .anime-tag h4{
  padding-bottom: 0px;
  color: #fff;

}
