/* BANNER */

.banner {
    background: linear-gradient(rgba(41, 41, 41, 0.8), rgba(41, 41, 41, 0.8)), url(../imgs/claquim.webp);
    color: white;
    background-size: cover;
}

.banner h1 {
    text-align: left;
    text-transform: uppercase;
    font-size: 30px;
    color: var(--amarelo);
    font-weight: 300;
}

.banner h2 {
    text-align: left;
    text-transform: uppercase;
    font-size: 90px;
    margin-bottom: 10px;
    font-weight: 800;
    margin-top: -10px;
}

.banner p {
    font-size: 22px;
}

.banner span {
    color: var(--amarelo)
}

/* SOBRE NOS */

.sobre {
    background-color: white;
}

.sobre h2 {
    text-align: left;
    margin-bottom: 40px;
    font-weight: 500;
}

.sobre p{
    font-size: 20px;
    margin-bottom: 80px;
}
.sobre span{
    font-weight: 600;
    /* text-decoration: underline; */
}
.fotos {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .fotos div {
    position: relative;
    width: 300px;
    height: fit-content;
    background: linear-gradient(#fff2, transparent);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.10);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    border-radius: 10px;
    margin: 0 -45px;
    backdrop-filter: blur(10px);
    transform: rotate(calc(var(--r) * 1deg));
  }
  
  .fotos:hover div {
    transform: rotate(0deg);
    margin: 0 10px;
  }
  
  .fotos img {
    max-width: 100%;
    border-radius: 10px;
    padding: 20px 20px 80px;
    background: #f2f1eb;
  }

/* SERVIÇOS */

.servicos{
    background-color: white;
}
.mosaico{
    /* margin-top: 100px; */
    text-align: left;
    row-gap: 40px;
}
.mosaico svg{
    font-size: 50px;
}

.card-servicos{
    background-color: var(--amarelo);
    padding: 50px;
    transition: all 1s;
}
.card-servicos:hover{
    transform: scale(0.97);
}
.mosaico h3{
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 30px;
}

.mosaico p{
    font-size: 16px;
}
.servicos h2 {
    text-align: left;
    margin-bottom: 80px;
    font-weight: 500;
}


/* HOSPEDAGEM */

.hospedagem {
    background-color: white;
}
.conteudo-hospedagem svg{
    margin-right: 10px;
}
.hospedagem h2 {
    text-align: center;
    margin-bottom: 80px;
    font-weight: 500;
}

.hospedagem h3 {
    text-align: center;
    font-weight: 400;
    font-size: 30px;
}

.hospedagem .valor {
    font-size: 50px;
    font-weight: 600;
    color: var(--texto);
    text-align: center;
}
.card:nth-child(2) .valor{
    color: white;
}
.hospedagem .valor:last-child{
    font-size: 30px;
}
.hospedagem .valor span{
    font-size: 18px;
    font-weight: 300;
}
.conteudo-hospedagem p {
    font-size: 18px;
    margin: 20px 0;
}

.cards {
    display: flex;
     flex-direction: row; 
     gap: 40px; 
}

.card {
    height: fit-content;
    width: 100%;
    background: var(--amarelo);
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    overflow: hidden;
    color: black;
    transition: transform 0.3s ease;
}
.card:nth-child(2){
    background: var(--texto);
    color: white;
}
.card:hover {
    transform: translateY(-30px); 
  }

.separacao {
    border: 1px solid black;
    width: 100%;
}

/* CONTATO */

.contato {
    background-color: white;
}

.contato h2 {
    text-align: left;
    margin-bottom: 30px;
    font-weight: 500;
}

.contato p {
    font-size: 18px;
}

.direction {
    flex-direction: row;
    gap: 10%;
}

#contatoForm {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
    align-items: flex-end;
}

#contatoForm input {
    padding: 10px;
    border: none;
    border-bottom: 2px solid var(--amarelo);
    font-size: 18px;
    margin-bottom: 18px;
    width: 100%;
    background: var(--texto);
    color: white;
}

#contatoForm input:focus-visible, #contatoForm .textarea:focus-visible {
    outline: none;
}

#contatoForm .textarea {
    padding: 10px;
    border: none;
    border-bottom: 2px solid var(--amarelo);
    font-size: 18px;
    margin-bottom: 18px;
    width: 100%;
    background: var(--texto);
    color: white;
}

#contatoForm button {
    width: 100%;
    background: var(--amarelo);
    padding: 10px;
    border-radius: 0;
    font-size: 18px;
    border: none;
    cursor: pointer;
} 

.contato-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 60px;
}

.rede a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    width:100%;
    font-size: 16px;
    color: var(--texto);
}
.redes-link{
    flex-direction: column;
    align-items: flex-start;
    gap: 10px
}


.redes-link svg {
    color: var(--texto);
    padding: 0;
    border-radius: 100%;
    border: 2px solid var(--texto);
    padding: 10px;
    width: fit-content;
    font-size: 22px;
}

.formulario {
    background: var(--texto);
    padding: 40px;
}

#mensagemRetorno {
    font-size: 20px;
    margin: 40px 0 0 0;
    color: var(--amarelo);
}
