*{
    margin: 0;
    padding: 0;
}

:root{
    --brend-brown: #595045;
    --deep-blue: #08588C;
    --ice-light-blue: #7DC2E7;
    --text-color: rgb(17, 17, 17);
}

html{
    font-size: 19px;    
    scroll-behavior: smooth;
}


svg{
    max-width: 100%;
    display: flex;
    justify-content: stretch;
}

svg > rect{
    max-width: 100%;
}

body{
    padding: 0 1rem 5rem 1rem;  
    font-family: 'Quicksand', 'Montserrat', Arial, Helvetica, sans-serif;
    color: var(--brend-brown);
    display: flex;
    gap: 7rem;
    flex-direction: column;
    align-items: center;
}

:lang(ru) {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

:lang(ru) h1{
font-family: 'Quicksand','Montserrat', Arial, Helvetica, sans-serif;
}


header{
    height: 100%;
    align-self: stretch;
    margin: 0 -1rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 2rem 2rem;
    padding-bottom: 3rem;
    gap: 2rem;
    color: white;
    background-color: var(--ice-light-blue);
    background-image: url(../img/glaicer.png);
    background-position:  -40px bottom;
    background-repeat: no-repeat;
    border-bottom-right-radius: 5rem;
    border-bottom-left-radius: 5rem;
    /* pointer-events: none; */
}


.langlink{
    position: absolute;
    font-size: 1rem;
    color: var(--deep-blue);
    right: 2rem;
    top: 1rem;
}

.langlink:hover{
    color: #8f816f;
}

h1{
    font-size: 5rem;
    line-height: 90%;
    text-wrap: nowrap;
    align-self: center;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
img {
    pointer-events: none;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; 
}


#puro-cielo-header{
    margin-left: 6px;
    font-size: 2rem;
    line-height: 90%;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}


nav>a{
    color: var(--deep-blue);
    text-decoration: none;
    font-size: 1.6rem;
    letter-spacing: -5%;
    font-weight: 400;
    word-wrap: none;
    text-wrap: nowrap;
}


a:hover{
    color: var(--ice-light-blue);
}

nav{
    display: flex;
    align-self: center;
    flex-direction: column;
    padding: 2rem 3rem;
    backdrop-filter: blur(34px);
    gap: 1rem;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 4;
    pointer-events: all;
    border-radius: 2rem;
    width: fit-content;
}

section{
    max-width: 100%;
    display: flex;
    height: fit-content;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 2rem;
}




h2{
    font-family:  'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 4rem;
    font-weight: 400;
    line-height: 90%;
    letter-spacing: -0.2rem;
}


#business-lines > h2{
    font-size: 3rem;
}

h3{
    font-size: 2rem; 
    font-family:  'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -3%;
}

.text>p{
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.right-section>.text:last-child {
    margin-bottom: 0px;
}

.about-project-image, #layout-hotel{
    object-fit: cover;
    align-self: stretch;
}

.right-section, .left-section{
    align-self: stretch;
    display: flex;
    flex-direction: column;
    flex:1;
    justify-content: space-between;
    row-gap: 1rem;
}


.person-cards-container{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-evenly;
    align-items: flex-start;
    row-gap: 70px;
    column-gap: 2rem;
    max-width: 1200px;
}


.person-card{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-width: 280px;
}


.person-card>h3{
    line-height: 110%;
}


.person-card>img{
    display: flex;
    height: 280px;
    width: 290px;
    background-color: #D9D9D9;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}


:lang(ru) .person-card > p{
    font-weight: 600;
} 



h3 a,h3 a:visited{
    color:var(--brend-brown);
    text-decoration: underline;
    cursor: pointer;
}

.why-calafate-cards-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
}

.why-calafate-card{
    display: flex;
    /* align-self: stretch;  */
    height: 520px;
    width: auto;
    color: white;
    align-items: end;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}


.image-description{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem 0.5rem 1rem 1rem; 
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
    text-wrap: wrap;
    width: 100%;
    transition: 0.3s ease;
}

.why-calafate-card:hover .image-description{
    background-color: rgba(81, 81, 81, 0.6);
}

#gastronomy{
    order: 2;
    background-image: url(../img/gastronomy.jpg);
    background-size: cover; 
}

#perito-moreno-glacier{
    order: 1;
    background-image: url(../img/perito-moreno-glacier.jpg);
}

#trekking{
    order: 3;
    background-image: url(../img/trekking.jpg);
}

#water-adventures{
    order: 4;
    background-image: url(../img/water-adventures.jpg);
}

.busines-cards-container{
    display: flex;
    flex-wrap: wrap;
    align-self: center;
    row-gap: 3rem;
    justify-content: center;
    column-gap: 1rem;
    max-width: 900px;
    @media (min-width: 1400px) {
            max-width: 100%;
    }
}

.busines-card-decoration{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    row-gap: 16px;
}

.busines-card{
    width: fit-content;   
    height: fit-content;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}


.busines-card .overlay{
    width: 280px;   
    display: flex;
    color: white;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 400px;
    padding: 0.5rem;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.3);
    transition: 0.3s ease;
}


.busines-card .overlay:hover{
    background-color: rgba(0, 0, 0, 0.6);
}


#royal-expeditions{
    background-image: url(../img/royalexpeditions.jpg);
}


#puro-cielo{
    background-image: url(../img/purocielo.jpg);
}


#royal-safari{
    background: url(../img/royalsafari.jpg);
}


#royal-fish-club{
    background-image: url(../img/royal-fish-club.jpg);
}



.social-media{
    display: flex;
    align-self: stretch;
    padding: 8px;
    justify-content: space-evenly;
    align-items: center;
    background-color: rgba(81, 81, 81, 0.6);
    backdrop-filter: blur(34px);
    border-radius: 0.5rem;
}



iframe{
    /* align-self: stretch;   */
    max-width: 100%
    /* justify-self: stretch;   */
}

.social-media > a{
    text-decoration: none;
}


.social-media > a > svg{
    width: 50px;
}


.social-media > a:hover > svg > path, .social-media > a:hover > svg > g > path{
    fill: var(--ice-light-blue);
}

.social-media > a:hover > svg.facebook > g > path{
    fill: #1B86EA;
}

.social-media > a:hover > svg.telegram > g > path{
    fill: #2299D4;
}

.social-media > a:hover > svg.instagram > path{
    fill: #FF1B90;
}

.social-media > a:hover > svg.you-tube > path{
    fill: #FF0000;
}

.busines-card-decoration>a{
    font-size: 24px;
    line-height: 16px;
    color: var(--brend-brown);
}

 .busines-card-decoration>a:hover{
    color: var(--ice-light-blue);
}

.overlay>svg, .busines-card-decoration>svg{
    align-self: stretch center;
    width: 90%;
}

footer{
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

address{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-size: 2rem;
}

footer a{
    text-decoration: underline;
    color: var(--brend-brown);
}

#post-address{
    font-size: 1.2rem;
    margin-top: 2rem;
    font-style: normal;
}

@media (max-width: 441px) {
    h1{
        font-size: 4rem;
        margin-top: 3rem;
    }

    #puro-cielo-header{
        font-size: 2rem;
        font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    }

    #location-and-layout h2:lang(ru),#about-project h2:lang(ru){
        font-size: 3rem;
    }

    nav{
        padding: 2rem 1rem;
        gap:1.5rem;
        width: auto;
        align-self: stretch ;
    }

    nav>a{
        font-size: 1.5rem;
        text-wrap:wrap;
    }

    #business-lines > h2:lang(ru){
        font-size: 2.7rem;
    }
}


  
@media (min-width: 961px) {
    body{
        padding: 0;
        padding-bottom: 5rem;
    }

    section{
        width: 90%;
    }

    html{
        font-size: 20px;    
    }

    header{
        justify-content: stretch;
        margin: 0;
        gap: 3rem;
        padding: 2rem 0;
    }

    h1{
        font-size: 8rem;
    }


    #puro-cielo-header{
        font-size: 3rem;
        font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    }

    nav{
        flex-direction: row;
        align-self: center;
        width: fit-content;
        border-radius: 2rem;
        padding: 1rem 1rem;
        gap: 0.7rem;
    }

    nav>a{
        font-size: 0.9rem;
    }

    
    .image-description>p{
        line-height: 95%;
    }

}


@media (min-width: 1201px) {

    html{
        font-size: 20px;    
    }


    nav>a{
        font-size: 1rem;
    }


    nav{
        padding: 1rem 2rem;
        gap: 1rem;
    }

    
    #business-lines > h2{
        font-size: 4rem;
    }

        
    h3{
        font-size: 1.5rem;
    }

    .left-section{
        align-self: stretch;
        row-gap: 1rem;
    }


    #about-project, #location-and-layout{
        gap: 20px;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .about-project-image{
        width: 50%;
        align-self: stretch;
    }


    .why-calafate-cards-container{
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }


    #gastronomy, #trekking {
        flex-basis: 35%;
    }

    #perito-moreno-glacier, #water-adventures{
        flex-basis: 55%;

    }
}

@media (min-width: 1901px) {
    header{
        background-position: 0 bottom;
        background-size: cover;
    }

    .about-project-image{
        width: 50%;
        height: 1000px;
    }

    .person-cards-container{
        max-width: 1500px;
    }

}