@font-face {
    font-family: 'minha fonte';
    src: url(fontes/mangat.ttf) format('truetype');
}
@font-face {
    font-family: 'lindeza';
    src: url(fontes/mangati.ttf) format('truetype');
}

@font-face {
    font-family: 'coisa';
    src: url(fontes/mangatb.ttf)format('truetype');
}

body{
    background-color: #363b38;
}



header div  img{
    width: 40%;
    display: block;
    margin: 0 auto;
}
   

header {
    display: flex;
    flex-direction: column;
    background-image: linear-gradient(to right, #4b584f, #869175,#3b463e);
    align-items: center;
    justify-content: center;
    padding: 8px;
    text-align: center;
    border-radius: 20px;
    height: 14vw;
}

nav{
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    gap: 40px;
    padding: 5px;
}

nav a{
    color: #F2E0C9;
    text-decoration: none;
    font-size: 120%;
    font-family: 'minha fonte';
    text-shadow:  2px 2px 4px black;
   
}

nav a:hover{
    color: #d0d097;
    background-color: rgba(42, 41, 41, 0.7);
    padding: 5px;
    border-radius: 10px;
}
   

p{
    text-align: center;
    font-size: 2vw;
    color: #8a5a5d;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

h1{
    text-align: center;
    font-size: 3vw;
    color: #9f9e9e;
    font-family: 'lindeza';
}

.main-container{
    display: flex;
    flex-direction: row;
    flex: 1;
    width: 98%;
    border-radius: 20px;
    padding: 15px;
}
.blocao{
    display: flex;
    padding: 10px;
    width: 98%;
    gap: 15px;
   justify-content: center;
   
}
.main-block{
    font-display: flex;
    flex-direction: column;
   background-image: linear-gradient(to right, #57675c, #939e80);
    border-radius: 20px;
    gap: 5px;
    width: 100%;
    margin: 5px;
    padding: 5px;
    align-items: center;
    text-align: center;
}

div.manga{
    display: flex;
    flex-direction: column;
    width: 45%;
    justify-content: space-around;
    align-items: center;
    background-image: linear-gradient(to right, #3e4a42, #727a65, #3e4a42);
    padding: 10px;
    border-radius: 20px;
    gap: 2px;
   
    
}



div.manga div img{
    width: 75%;
    align-items:center ;
    margin-top: 10px;
    border-radius:20px ;
}

.manga a{
    color:#bd7e60;
    text-decoration: none;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 1.1rem;
}

.manga a:hover{
    color: #e9c15e;
}


.manga h2{
    font-size: 3rem;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: left;
    color: #131111;
    margin-bottom: 15px;
   
  

}

.manga p{
    font-size: 1rem;
    text-align: justify;
    color: #F2E0C9;
}

.manga div{
   
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    border-radius: 20px;
    

}

.manga div strong{
    color: #fab3ad;
}

.main-block p{
    font-family: 'Courier New', Courier, monospace;
    font-size: 1.2vw;
    text-align: center;
    color:#F2E0C9
}

.main-block h2{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 2vw;
    text-align: center;
    color: #131111;
}

.main-block img{
    flex: 1;
    width: 100%;
    border-radius: 30px;
}

.main-block a{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 1.6vw;
    text-align: center;
    text-decoration: none;
    color: 	#fab3ad;
    align-items: center;
    padding: 5px 12px;
    margin: 3px;
    border-radius: 15px;
    font-weight: 500;
    transition: all 0.5s;
    gap: 5px;
}

.main-block a:hover{
    color: #c2ae59;
}

.trailer {
  background-image: linear-gradient(to right, #3e4a42, #727a65, #3e4a42);
  color: #f0f0f0;
  padding: 30px;
  border-radius: 20px;
  font-family: Arial, sans-serif;
  width: 45%;
  max-width: 2000px;
  text-align: center;
}

.trailer h2 {
  font-size: 3rem;
  margin-bottom: 15px;
  color: #131111;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.trailer p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.trailer strong {
  color: #ffe29a;
}

.trailer a {
  text-decoration: none;
}

.video {
  display: flex;
  justify-content:space-around;
  gap: 20px;
  flex-wrap: wrap;
}

.thumbnail {
  width: 420px;
  height: 280px;
  border-radius: 15px;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.thumbnail:hover {
  transform: scale(1.03);
  box-shadow: 0 0 15px #8a885a;
}





footer {
      background-image: linear-gradient(to right, #57675c, #929f7e,#57675c);
    color: #F2E0C9;
    padding: 20px 0px;
    text-align: center;
    display: flex ;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
   
}

#topo a{
    text-decoration: none;
    color: #ebd2aa;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 1.4vw;
}

#topo a:hover{
    color: #8a5a5d;
} 

footer .redes-sociais {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

footer .redes-sociais img {
    width: 24px;
}

footer .redes-sociais img:hover {
    transform: scale(1.1);
}

@media(max-width:700px){
    header,nav{
        width: 100%;
    }


    header div img{
        width: 30%;
        margin-top: 10px;
        
    }

    nav{
        gap: 5px;
        margin-top: 5px;
    }

    nav a{
        display: flex;
        font-size: 40%;
    }

    .main-container{
        display: flex;
        flex-direction: column;
        width: 90%;
        
    }

    .main-block{
        width: 100%;
    }

    .blocao{
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        justify-content: center;
        padding:  20px;
    }

    .manga {
        
       
    }

    .thumbnail{
        width: 320px;
        height: 180px;
        justify-content:center ;
        align-items: center;

    }

}