/*Fontes*/
@import url('https://fonts.googleapis.com/css2?family=Edu+VIC+WA+NT+Hand:wght@400..700&family=Sora:wght@100..800&display=swap');

*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

html, body{
    height:100%;
}

 /*Classes Reutilizaveis*/
 .hidden{
    display:none;
 }

 .visible{
    display:flex;
    justify-content: center;
    align-items: center;
 }

.containerPopUp{
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.9);
    position: absolute;
    z-index:99999;
}
.imagePopUp{
    width:800px;
    height:500px;
    position: absolute;
    border:2px solid white;
}
.closePopUp{
    font-size:40px;
    color:var(--laranjaGara);
    font-family: Arial, Courier, monospace;
    font-weight: bold;
    position: absolute;
    top:50px;
    right:10%;
    cursor: pointer;
}

.btn{
    width:200px;
    height: 50px;
    border-radius: 25px;
    background-color: var(--laranjaGara);
    border:none;
    color:white;
    cursor: pointer;

    font-family: "Sora", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    margin: 10px;
    transition: all 0.1s ease-in-out;
}

.btn:hover{
    transform:scale(1.05);
}

.headline{
    font-size:var(--tamanhoHeadline);
    font-family: "Sora", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    color:var(--laranjaGara);
}

.descricao{
    font-size:var(--tamanhoTexto);
    font-family: "Sora", sans-serif;
    font-weight: 200;
    font-style: normal;
    color:black;
}

/*Variáveis*/
:root{
    --laranjaGara: #F37135;
    --azulGara: #2B5088;
    --marromGara: rgb(88, 35, 29);
    --tamanhoHeadline: 25px;
    --tamanhoTexto: 18px;
}
/*Contaier Fixo*/
#containerFixo{
    width:100%;
    height:8%;

    background-color:var(--azulGara);
    position:fixed;
    z-index:9999;
    bottom:0;
}
#btnCloseCtFixo{
    position: absolute;
    right:50px;
    color:white;
    font-size:25px;
}
#btnCloseCtFixo:hover{
    color:gray;
    cursor:pointer;
}
.btnFixo{
    width:180px;
    height: 35px;
    border-radius: 25px;
    background-color: var(--laranjaGara);
    border:none;
    color:white;
    cursor: pointer;

    font-family: "Sora", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    margin: 10px;
}
.btnFixo:hover{
    transform:scale(1.05);
    transition: all 0.1s ease-in-out;
}
/*Container 01*/
#containerUm{
    width:100%;
    height:100%;
    min-height:500px;

    position:relative;
    z-index: 0;
    
}

#videoBackground{
    width:100%;
    height:100%;
    object-fit: cover;
    position:relative;
    z-index:0;
    filter: brightness(0.5);
}

#containerHeadline{
    width:100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%);
    text-align: center;
    z-index: 1;
}

#containerHeadline h1{
    color:white;
    width:100%;
    font-size: 50px;
    margin-bottom:30px;
    font-family: "Sora", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

/*Container 02*/
#containerDois{
    width:100%;
    min-height:800px;
    
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#elementosCtDois{
    width:100%;
    max-width: 1200px;
    height:100%;

    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#containerInformacoesCtDois{
    width:50%;
    height:100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#containerInformacoesCtDois h2{
    color: var(--laranjaGara);
    font-size: var(--tamanhoHeadline);
    font-family: "Sora", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    margin-bottom:20px;
}

#containerInformacoesCtDois p{
    color: black;
    font-size: var(--tamanhoTexto);
    font-family: "Sora", sans-serif;
    font-weight: 200;
    font-style: normal;
}

#containerFotosCtDois{
    width:50%;
    height:100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#fotoPrincipalCtDois{
    width:90%;
    height:300px;
    box-shadow: 4px 4px 5px gray;
    margin-bottom:20px;
}
#fotoPrincipalCtDois:hover{
    transform:scale(1.05);
    transition: 0.5s;
    cursor: pointer;
}
.galeriaCtDois{
    width:90%;
    height:150px;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.fotoGaleriaCtDois{
    width:32%;
    height:100%;
    box-shadow: 4px 4px 5px gray;
}
.fotoGaleriaCtDois:hover{
    transform:scale(1.05);
    transition: 0.5s;
    cursor: pointer;
}
/*Container 03*/
#containerTres{
    width:100%;
    height:100%;
    min-height:800px;
    
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: var(--laranjaGara);
}

#elementosCtTres{
    width:100%;
    height:100%;

    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#containerFotoCtTres{
    width:60%;
    height:100%;
}

#fotoPrincipalCtTres{
    width:100%;
    height:100%;
    clip-path: polygon(0% 0%, 70% 0%, 100% 100%, 0% 100%);
    background-image:url("../public/cafezinho.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
}

#containerInformacoesCtTres{
    width:40%;
    height:100%;

    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    transform:translateX(-7%);
}
#containerInformacoesCtTres h2{
    color:var(--marromGara);
    margin-bottom:20px;
    width:90%;
    text-align: center;
}
#containerInformacoesCtTres p{
    color:white;
    width:90%;
    text-align: center;
}

/*Container 04*/
#containerQuatro{
    width:100%;
    height:100%;
    min-height:800px;

    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow:hidden;

    position:relative;
}

#containerQuatro > h2{
    height:10%;
    margin-top:80px;
}

#sliderCtQuatro{
    width:100%;
    height:80%;

    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    position: relative;
}

.itemCtQuatro{
    width:60%;
    height:80%;
    border-radius:20px;
    box-shadow:4px 4px 5px gray;

    position:absolute;
    flex-shrink: 0;
    flex-grow: 0;
    margin-left:50px;
    margin-right:50px;

    transition: 0.1s;
    
}

.itemCtQuatro:nth-child(2){
    width:50%;
    height:60%;
    left:-40%;
    filter:blur(2px);
}
.itemCtQuatro:nth-child(4){
    width:50%;
    right:-40%;
    height:60%;
    filter:blur(2px);
}

.itemCtQuatro:hover{
    transform:scale(1.05);
    transition: 0.5s;
    cursor:pointer;
}

.infoItemCtQuatro{
    position:absolute;
    bottom:0;
    width:100%;
    min-height:10%;
    background-color:var(--laranjaGara);
    border-radius: 0 0 20px 20px;
    padding-top:5px;
    padding-left:15px;
}

.infoItemCtQuatro h3{
    font-size:16px;
    color:white;
}

.infoItemCtQuatro p{
    font-size:15px;
    color:white;
}

#quatroPessoasFrenteMar{
    background-image:url("../public/quartos/frenteMar/24.jpeg");
    background-size:cover;
    background-repeat:no-repeat;
}

#quatroPessoasConjugado{
    background-image:url("../public/quartos/conjugado/26.jpeg");
    background-size:cover;
    background-repeat:no-repeat;
}

#tresPessoasLateral{
    background-image:url("../public/quartos/tresPessoas/29.jpeg");
    background-size:cover;
    background-repeat:no-repeat;
    background-position-y: -50px;
}

#duasPessoasLateral{
    background-image:url("../public/quartos/duasPessoas/28.jpeg");
    background-size:cover;
    background-repeat:no-repeat;
}

#containerSetas{
    width:100%;
    height:10%;
    transform:translateY(-30px);
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.left_arrow{
    width:50px;
    height:50px;

    flex-shrink: 0;
    flex-grow: 0;

    background-image:url("../public/left_arrow.png");
    background-size:cover;
    background-repeat:no-repeat;
    cursor:pointer;
    margin-right:20px;
}
.left_arrow:hover, .right_arrow:hover{
    transform:scale(1.15) translateY(-5px);
    transition: 0.5s;
}
.right_arrow{
    width:50px;
    height:50px;
    
    flex-shrink: 0;
    flex-grow: 0;

    background-image:url("../public/right_arrow.png");
    background-size:cover;
    background-repeat:no-repeat;
    cursor:pointer;
}
/*Container 05*/
#containerCinco{
    width:100%;
    height:100%;
    min-height:800px;

    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: var(--laranjaGara);
}

#elementosCtCinco{
    width:100%;
    height:100%;

    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#containerFotoCtCinco{
    width:60%;
    height:100%;
}

#fotoPrincipalCtCinco{
    width:100%;
    height:100%;
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    background-image:url("../public/estrutura/entradaPraia.jpeg");
    background-position-x: -50px;
    background-size: cover;
    background-repeat: no-repeat;
}

#containerInformacoesCtCinco{
    width:40%;
    height:100%;

    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
#containerInformacoesCtCinco h2{
    color:var(--marromGara);
    margin-bottom:20px;
    width:80%;
    text-align: center;
}
#containerInformacoesCtCinco p{
    color:white;
    width:80%;
    text-align: center;
}
/*Container 06*/
#containerSeis{
    width:100%;
    height:100%;
    min-height:800px;
    
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#containerSeis > h2{
    width:100%;
    height: 10%;
    text-align: center;
}
#elementosCtSeis{
    width:100%;
    max-width: 1200px;
    height:70%;

    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#containerFotoPrincipalCtSeis{
    width:60%;
    height:100%;

    display:flex;
    justify-content: center;
    align-items: center;
}
#fotoPrincipalCtSeis{
    width:90%;
    height:100%;
    box-shadow: 5px 5px 5px gray;
}
#fotoPrincipalCtSeis:hover{
    transform:scale(1.05);
    transition: 0.5s;
    cursor:pointer;
}
#containerFotoSecundariaCtSeis{
    width:40%;
    height:100%;

    display:flex;
    flex-direction: column;
    justify-content: space-between;
}

.fotoSecundariaCtSeis{
    width:100%;
    height:48%;
    box-shadow: 5px 5px 5px gray;
}
.fotoSecundariaCtSeis:hover{
    transform:scale(1.05);
    transition: 0.5s;
    cursor:pointer;
}

/*Container 07*/
#containerSete{
    width: 100%;
    height:50%;
    min-height:500px;
    background-color:var(--laranjaGara);

    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

#containerSete > h2 {
    text-align: center;
    color:var(--marromGara);
    margin-bottom:20px;
}

#containerSete > p{
    color:white;
    text-align: center;
    margin-bottom:20px;
}

/*Container 08*/
#containerOito{
    width:100%;
    min-height:100%;

    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#containerOito > h2{
    width:100%;
    height: 10%;

    display:flex;
    justify-content: center;
    align-items: center;
    margin-top:50px;
    margin-bottom:30px;
}

#elementosCtOito{
    width:100%;
    max-width: 1200px;
    min-height:90%;

    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
}

.imgGaleria{
    width:250px;
    height:250px;
    margin:10px;
    flex-shrink: 0;
    flex-grow: 0;
    box-shadow: 5px 5px 5px gray;
    border-radius: 10px;
}
.imgGaleria:hover{
    transform:scale(1.05);
    transition: 0.5s;
    cursor:pointer;
}


/*Telas Grandes*/
@media screen and (min-width:1300px){
    #quatroPessoasFrenteMar, #tresPessoasLateral,
    #duasPessoasLateral{
        background-position-y: -100px;
    }
    #quatroPessoasConjugado{
        background-position-y: -200px;
    }
}


/*Celulares, Tablets e Telas menores*/
@media screen and (max-width:876px){
    /*Container Fixo*/
    .btnFixo{
        width:120px;
        height: 35px;
    }
    #btnCloseCtFixo{
        right:25px;
        font-weight: 700;
    }
    /*Classes Reutilizaveis*/
    .imagePopUp{
        width:80%;
        height:30%;
    }
    /*Container 01*/
    #containerHeadline h1{
        font-size: 35px;
    }
    /*Container 02*/
    #elementosCtDois{
        min-height:100%;
        flex-direction: column;
    }
    #containerInformacoesCtDois{
        width:90%;
        height:50%;
        margin-top:50px;
        margin-bottom:50px;
    }
    #containerInformacoesCtDois h2{
        font-size: 25px;
    }
    #containerInformacoesCtDois p{
        font-size: 15px;
    }
    #containerFotosCtDois{
        width:100%;
        min-height:50%;        
        margin-bottom:50px;
    }
    #fotoPrincipalCtDois{
        width:95%;
    }
    .galeriaCtDois{
        width:95%;
    }
    /*Container 03*/
    #containerTres{
        position: relative;
    }
    #elementosCtTres{
        position: relative;
    }
    #containerFotoCtTres{
        width:100%;
        height:100%;
    }
    #fotoPrincipalCtTres{
        width:100%;
        height:100%;
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
        filter:brightness(0.3);
    }
    #containerInformacoesCtTres{
        width:100%;
        height:50%;
        transform:translateX(0);

        position: absolute;
    }
    #containerInformacoesCtTres h2{
        font-size:25px;
        color:var(--laranjaGara);
    }
    #containerInformacoesCtTres p{
        font-size:15px;
        font-weight: 400;
    }
    /*Container 04*/
    .itemCtQuatro{
        width:90%;
    }
    .itemCtQuatro:nth-child(2){
        left:-60%;
        filter:blur(2px);
    }
    .itemCtQuatro:nth-child(4){
        right:-60%;
        filter:blur(2px);
    }
    .infoItemCtQuatro h3{
        font-size:12px;
        color:white;
    }
    .infoItemCtQuatro p{
        font-size:12px;
        color:white;
    }
    /*Container 05*/
    #containerCinco{
        position: relative;
    }
    #elementosCtCinco{
        position: relative;
    }
    #containerFotoCtCinco{
        width:100%;
        height:100%;
    }
    #fotoPrincipalCtCinco{
        width:100%;
        height:100%;
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
        position: relative;
        filter:brightness(0.3);
        z-index: 0;
    }
    #containerInformacoesCtCinco{
        width:100%;
        height:50%;
        position: absolute;
        z-index: 1;
    }
    #containerInformacoesCtCinco h2{
        color:var(--laranjaGara);
        font-size: 25px;
    }
    #containerInformacoesCtCinco p{
        font-size:15px;
        font-weight: 400;
    }
    /*Container 06*/
    #containerSeis > h2{
        height: 10%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #elementosCtSeis{
        height:90%;
        flex-direction: column;
    }
    #containerFotoPrincipalCtSeis{
        width:100%;
        height:60%;
        margin-bottom:20px;
    }
    #containerFotoSecundariaCtSeis{
        width:90%;
        height:30%;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .fotoSecundariaCtSeis{
        width:48%;
        height:100%;
        flex-shrink: 0;
        flex-grow: 0;
    }
    /*Container 07*/
    #containerSete{
        min-height:500px;
    }
    #containerSete p{
        width:90%;
    }
    #containerSete > h2 {
        font-size:25px;
    }

    #containerSete > p{
        font-size:15px;
    }
    /*Container 08*/
    #containerOito > h2{
        margin-top:50px;
        font-size:25px;
    }
    #elementosCtOito{
        justify-content: center;
        align-items: center;
    }
    .imgGaleria{
        width:250px;
        height:250px;
        margin:10px;
        flex-shrink: 0;
        flex-grow: 0;
        box-shadow: 5px 5px 5px gray;
        border-radius: 10px;
    }
    .imgGaleria:hover{
        transform:scale(1.05);
        transition: 0.5s;
    }
}
