@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
    font-family: cursiva;
    src: url(Amoresa.ttf);
}
*{margin: 0;
    box-sizing: border-box;
}
body{
    
    background-color:#FFE6C3 ;
    font-family: "Poppins", sans-serif;
   }

#pag1 { 
    background-image: url(fundo1.jpg);
    background-blend-mode: multiply;
    background-size: cover;
    height:110vh;
   

} 
.logo{

}
.pesquise{
    background-color: #FFE6C3;
    border: none;
    border-radius: 20px;
    padding: 10px 15px;
}
.retangulo{
    display: flex;
    background-color: rgb(5 16 35);
    padding: 0.5rem;
    flex: 2rem;
    align-items: center;
    justify-content: space-evenly;
    
}


.esquerda{
    margin-left: 190px;
}

.btnih{
    color: #b48230;
    text-decoration: none;
    font-size: 0.75rem;
    padding-left: 40px;
}

.btni{
    color: #FFE6C3;
    text-decoration: none;
    font-size: 0.75rem;
    padding-left: 40px;
}
.btni:hover{
    color: #b48230;
}


.retangulo_desc{
   
    max-width: 400px;
    height: 200px;
    margin: auto;
    text-align: center;
    
    background-color: #0b2146;
    display: grid;
    position: relative;
    top: -90vh;
    left: 5%;
}
.titulo{
    color: #ffe44d;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}
.grid-imagens{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}


.galeria {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 10px;
    height: 120vh;
    margin-left: 50px;
  }
  .item {
    overflow: hidden;
    object-position: center center;
  }
    
    .item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center;
      border-radius: 30px;
    }
    
    .item1 {
      grid-column: span 1;
      grid-row: span 2;

    }
    
    .item2 {
      grid-column: span 1;
      grid-row: 2;
    }
    
    .item3 {
      grid-column: span 1;
      grid-row: span 1;
       }
.text1{
    font-family: cursiva;
    color: #051023;
    display: grid;
    margin-top: -890px;
    margin-left: 50px;
    font-weight: 100;
}
.text2{
    font-family: cursiva;
    color: #051023;
    display: grid;
    font-weight: 100;
    margin-top: -130px;
    margin-left: 1200px;
    font-size: 1.9rem;
}
.desconto {
    margin-top: -1150px;
    margin-left: 55%;
    background: #051023;
    background-image: url("freepik__the-style-is-candid-image-photography-with-natural__79223.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 35%;
    border-radius: 50px;
    border: 5px solid;

    display: flex;
    text-align: center;
    align-items: end;
    width: 500px;
    align-items: center;
    height: 565px;
}  

.desconto img {
    border-radius: 25px;
}
.btn_comprar{
    
    width: 400px;
    height: 50px;
    border: 3px solid #FFE6C3;
    border-radius: 50px;
    font-size: 1.2rem;
    font-family: "Poppins", sans-serif;
    transition: all 0.3s ease;
    background-color: #D6A04C;
    margin-left: 45px;
    margin-top: 500px;
}
.btn_comprar:hover{
    background: transparent;
    color: #D6A04C;
    border-color: #D6A04C;
}


.nome_rodapé{
    font-family:"Poppins", sans-serif ;
}



.site-footer {
    margin-top: 380px;
    background: #0f1724;
    color: #FFE6C3;
    font-family: Arial, sans-serif;
  }
  .footer-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 2rem 1rem;
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 1rem;
  }
  .brand {
    display: flex;
    gap: 1rem;
    align-items: center;
  }
  .brand .logo {
    width: 56px;
    height: 56px;
    border-radius: 10px;
    background: #051023;
    display: grid;
    place-items: center;
    font-weight: bold;
    color: #7dd3fc;
  }
  .links {
    margin-top: 1rem;
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
  }
  .links a {
    color: #94a3b8;
    text-decoration: none;
  }
  .links a:hover {
    color: #b48230;
  }
  .aside {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
  .newsletter {
    display: flex;
    gap: 0.5rem;
  }
  .newsletter input {
    flex: 1;
    padding: 0.6rem;
    border-radius: 8px;
    border: 1px solid #222;
    background: #071126;
    color: inherit;
  }
  .newsletter button {
    padding: 0.6rem 0.8rem;
    border-radius: 30px;
    border: 3px solid #FFE6C3;
    background: #D6A04C;
    color: #042029;
    font-weight: bold;
    cursor: pointer;
  }
  .newsletter button:hover{
    background: transparent;
    color: #D6A04C;
    border-color: #D6A04C;
}
  
  
  .social {
    display: flex;
    gap: 0.5rem;
  
  }
  .social a {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(255,255,255,0.05);
    color: #b48230;
    text-decoration: none;
  }
  .bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 1rem;
    font-size: 0.9rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .legal a {
    color: #b48230;
    margin-left: 0.75rem;
    text-decoration: none;
  }
  .legal a:hover {
    color: #7dd3fc;
  }
