
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');


*{
    margin: 0;
    padding: 0;
    font-family: "Playfair Display", serif; 
}

.navbar a:hover {
  color: gold;
}

.navbar {
  color: white;
  background-color: black;
}

.carousel-inner img{
    width: 70vw;
    height: 70vh; 
    object-fit: fill;
}

.carousel-caption {
  padding: 10px;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .carousel-caption {
    position: absolute;
    bottom: 10px;
    left: 50%;
    /* transform: translateX(-50%); */
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 14px;
    text-align: center;
    width: auto;
    max-width: 90%;
    z-index: 2;
  }

  .carousel-caption h4 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
  }

  .carousel-caption p {
    font-size: 13px;
    color: #eee;
    margin: 0;
  }
}


/* body section  */

.contaier-TopAnimeInfo{
  margin-top: 8px;
  border: 2px solid black;
}

.AnimeInfo{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 18vh;
  background-image: url("image/topanimeBG1.jpg");
  background-size: cover;
  color: yellow;
}

.AnimeInfo h1{
  padding: 12px;
  background-color: rgba(53, 52, 52, 0.5);

}

/* 1st anime content */

.onepiece{
  color: white;
  margin-top: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px;
    background-image: url("image/opBG.jpg");
    background-repeat: none;
    background-size: cover;
}

@media (max-width: 768px) {
  .onepiece{
    background-image:url("image/opBG1.jpg")
  }
  .onepiece {
    flex-direction: column;
    text-align: center;
    padding: 10px; 
  }

  .onepiece .text p {
    font-size: 14px;      
    line-height: 1.4;     
    margin: 10px 0;
    color: white
  }

  .onepiece .text h2 {
    font-size: 20px;
    margin-bottom: 10px;
    color: white
  }

  .onepiece .image img {
    max-width: 200px; 
    height: auto;
  }
}

/* 2nd anime content */

.naruto{
  color: white;
  margin-top: 1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px;
    background-image: url("image/narutoBG.jpg");
    background-repeat: none;
    background-size: cover;
}

@media (max-width: 768px) {
  .naruto{
    background-image: url("image/narutomobileBG.jpg");
  }
  .naruto {
    flex-direction: column;
    text-align: center;
    padding: 10px; 
  }

  .naruto .text p {
    font-size: 14px;      
    line-height: 1.4;     
    margin: 10px 0;
    color: white
  }

  .naruto .text h2 {
    font-size: 20px;
    margin-bottom: 10px;
    color: white
  }

  .naruto .image img {
    max-width: 200px; 
    height: auto;
  }
}

/* 3rd anime content */

.sololeveling{
  color: white;
  margin-top: 1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px;
    background-image: url("image/soloBG.jpg");
    background-repeat: none;
    background-size: cover;
}

@media (max-width: 768px) {
  .sololeveling{
    background-image: url("image/soloBG1.jpg");
  }
  .sololeveling {
    flex-direction: column;
    text-align: center;
    padding: 10px; 
  }

  .sololeveling .text p {
    font-size: 14px;      
    line-height: 1.4;     
    margin: 10px 0;
    color: black;
  }

  .sololeveling .text h2 {
    font-size: 20px;
    margin-bottom: 10px;
    color: black;
  }

  .sololeveling .image img {
    max-width: 200px; 
    height: auto;
  }
}

/* 4th anime content */

.bleach{
  color: white;
  margin-top: 1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px;
    background-image: url("image/bleachBG.jpg");
    background-repeat: none;
    background-size: cover;
}

@media (max-width: 768px) {
  .bleach{
    background-image: url("image/bleachmobileBG.jpg");
  }
  .bleach {
    flex-direction: column;
    text-align: center;
    padding: 10px; 
  }

  .bleach .text p {
    font-size: 14px;      
    line-height: 1.4;     
    margin: 10px 0;
    /* color: black; */
  }

  .bleach .text h2 {
    font-size: 20px;
    margin-bottom: 10px;
    /* color: black; */
  }

  .bleach .image img {
    max-width: 200px; 
    height: auto;
  }
}

/* 5th anime content */

.dragonballz{
  color: white;
  margin-top: 1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px;
    background-image: url("image/dbzBG.jpg");
    background-repeat: none;
    background-size: cover;
}

@media (max-width: 768px) {
  .dragonballz{
    background-image: url("image/dbzmobileBG.jpg");
  }
  .dragonballz {
    flex-direction: column;
    text-align: center;
    padding: 10px; 
  }

  .dragonballz .text p {
    font-size: 14px;      
    line-height: 1.4;     
    margin: 10px 0;
    color: black;
  }

  .dragonballz .text h2 {
    font-size: 20px;
    margin-bottom: 10px;
    color: black;
  }

  .dragonballz .image img {
    max-width: 200px; 
    height: auto;
  }
}

.footer {
  margin-top:6px;
  padding: 8px;
  border:1px solid black;
  height: 32vh;
  margin-bottom: 2px;
  background-color: black;
  color: rgb(248, 245, 245);
  background-repeat: no-repeat;        
  background-size: cover;               
  background-position: center
}

@media (max-width: 768px){
.footer {
  height: auto;
  background-image: url("image/footerBG.jpg");
}
}

.footercontainer {
  border: 2px solid grey;
  border-radius: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}


.footerlogo {
  left: 0;
  flex: 1;
  min-width: 150px;

}

.footerlogo img{
    height: 28vh;
}

.footer a:hover {
  color: gold;
}

@media (max-width: 768px) {
  .footerlogo {
    flex-direction: column;
    text-align: center;
    padding: 10px; 
  }
  .footerlogo img {
    max-width: 100px; 
    height: auto;
  }
}

.footercontent {
  flex: 2;
  display: flex;
  justify-content: space-around;
  gap: 40px;
  flex-wrap: wrap;
}
.footercontent i {
  padding: 8px;
}

.footer-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
  
}

.footercontent ul {
  padding: 0;
  text-align: left;
  gap: 20px;  
  list-style: none;
}

.footercontent h5{
  margin-bottom: 4px;
  font-weight: bolder;
  font-style: italic;
  font-variant: small-caps;
}

.footercontent ul a {
  text-decoration: none;
  color: white;
}

.footercontent ul i {
  padding-left: 12px;
}


.social {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}


.social {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-decoration: none;
}


/* upcoming style  */

.upcoming-header{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10vh;
  width: auto;
  margin-top: 1px;
  margin-bottom: 5px;
  padding: 0px 12px;
  color:white;
  background-image: url("https://i.pinimg.com/1200x/f7/c5/92/f7c5921b29817771ea43781c1da9c45c.jpg");
  background-size: fill;
  background-repeat:repeat-x;

}

.upcoming-header h2{
  font-family: cursive;
  font-weight: bold;
  padding: 4px 8px 4px 8px;
  color: gold;
  background-color: rgb(0, 0, 0);

}

@media (min-width:768px) {
  .UCanimeIMG img {
  height: 250px;
  width: auto;
}
}

.UCanime{
  margin-top: 1px;
  height: 275px;
  padding: 12px;
  display: flex;
  align-items: center;
}

.UCanime .text {
  flex-wrap: wrap;
  margin-left: 12px;
  border: 2px solid gray;
  border-radius: 2rem;
  padding: 20px;
  color: white;
}

.UCanime .text h4 {
  color: gold;
}

.UCanime #info{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 0.9rem;
  font-weight: bold;
  color: gray;
  padding-bottom: 20px;
}

@media (max-width:768px) {

  .uc-animecontent {
    flex-direction: column;
    text-align: center;
    background-color: gold;
  }
  .UCanime {
    height: fit-content;
    border: 1px solid gray;
    border-radius: 1rem;
  } 

  .UCanimeIMG img {
    max-width: 100px; 
    height: auto;
  }

  .UCanime .text h4 {
    font-size: 20px;
  }

  .UCanime .text #info{
    flex-wrap: nowrap;
    justify-content: center;
    font-size: 11px;
  }

  .UCanime .text p{
    font-size: 12px;
  }
}

.smBtn {
  padding: 12px;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}

.smBtn button {
  width: 100px;
  color: gold;
  border: 1px solid gold;
  border-radius: 2rem;
  background-color: black;
}


/* recommended page styling */

.UCanime #info1{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 0.9rem;
  font-weight: bold;
  color: gray;
  margin-bottom: 0px;
}


.UCanime #genre{
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 20px ;
  color: grey;
}