@import url('https://fonts.googleapis.com/css2?family=Cormorant+SC:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

* {
    transition: all 0.5s ease-in-out;
    padding: 0px;
    margin: 0px;
    scroll-behavior: smooth;
}

body {
    /* background-image: url('../assets/blackBGFlour.jpg'); */
    background-color: #000;
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 2000px; */
}

#canvas {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

#headerContainer {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    height: fit-content;
    background-color: #00000071;
}

#logoHeader {
    filter: invert(100%) sepia(4%) saturate(2%) hue-rotate(268deg) brightness(102%) contrast(100%);
    height: 80px;
    margin: 10px;
}

#navbarContainer {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: flex-end;
}

#navbarList {
    display: flex;
    list-style-type: none;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
}

#navbarList li {
    margin: 30px;
    color: white;
    font-family: 'Cormorant SC', serif;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 1.5px;
    transition: all 0.3s ease-in-out;
    border-style: none;
    border-color: #0c0c0c;
    border-left-style: none;
    border-right-style: none;
    padding-top: 3px;
    padding-bottom: 3px;
    white-space: nowrap;
}

.links {
    text-decoration: none;
    color: white;
}

#navbarList li:hover {
    transform: scale(1.1);
    backface-visibility: hidden;
}

#buttonsContainer {
    display: flex;
    justify-content: space-around;
    height: 100%;
    align-items: center;
}

#divisor {
    width: 2px;
    height: 60%;
    border-radius: 40px;
    background-color: rgb(240, 240, 240);
    margin-right: 25px;
}

#pedirButton {
    padding: 18px 30px;
    font-size: 16px;
    border: none;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #f0bd07;
    border-radius: 5px;
    color: #0c0c0c;
    z-index: 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s;
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    order: 2;
}

#pedirButton::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: -50px;
    width: 70%;
    height: 100%;
    background: 
    linear-gradient(90deg, transparent, #ffffff71, transparent);
    transition: all 1s;
    z-index: -1;
    transform: translateX(-120px) skew(-20deg);
}

#pedirButton:hover::before {
    transform: translateX(300px)
    skew(-20deg);
}

#pedirButton:hover {
    background: #f8c91e;
}

#reservaButton {
    padding: 18px 30px;
    font-size: 16px;
    border: none;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #222222;
    border-radius: 30px;
    color: #f3f3f3;
    z-index: 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s;
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

#reservaButton::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: -50px;
    width: 70%;
    height: 100%;
    background: 
    linear-gradient(90deg, transparent, #ffffff71, transparent);
    transition: all 1s;
    z-index: -1;
    transform: translateX(-120px) skew(-20deg);
}

#reservaButton:hover::before {
    transform: translateX(300px)
    skew(-20deg);
}

#reservaButton:hover {
    background: #f0bd07;
    color: #0c0c0c;
}

#footerContainer {
    width: 100%;
    height: fit-content;
    background-color: #0c0c0c;
    display: flex;
    flex-direction: column;
}

#informationsFooterContainer {
    display: flex;
    align-items: center;
    justify-content: center;
}

#unidadesFooter {
    display: flex;
    color: white;
    font-family: 'Roboto Condensed';
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    flex: 1;
}

.unidadesFooterCard {
    list-style: none;
    margin: 30px;
}

.unidadesFooterCard li {
    font-style: italic;
}

.unidadesFooterCardSpan {
    height: 10px;
}

#footerImageContainer {
    display: flex;
    flex: 1;
    justify-content: center;
}

#footerImage {
    height: 250px;
}

#socialsFooter{
    display: flex;
    flex: 1;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.socialLinkFooter {
    text-decoration: none;
}

.socialLinkFooter img {
    filter: invert(100%) sepia(4%) saturate(2%) hue-rotate(268deg) brightness(102%) contrast(100%);
    width: 52px;
    margin: 10px;
}

#copyrightFooter {
    display: flex;
    justify-content: center;
    width: 100%;
}

#copyrightFooter a {
    width: 135px;
    margin-left: 6px;
}

#copyrightTextFooter {
    color: white;
    align-self: center;
    margin-bottom: 20px;
    align-items: flex-end;
    font-family: 'Roboto Condensed';
    font-weight: 500;
}

#logoFooter {
    filter: invert(100%) sepia(4%) saturate(2%) hue-rotate(268deg) brightness(102%) contrast(100%);
}




/* Media Queries Start */

/* 1400px */
@media (max-width: 1400px) {
    #informationsFooterContainer {
        flex-direction: column;
    }

    #unidadesFooter {
        order: 2;
        margin-bottom: 20px;
    }

    #socialsFooter {
        order: 3;
        margin-bottom: 20px;
    }

    #footerImageContainer {
        order: 1;
        margin-top: 20px;
    }
}

/* Laptop Small */

@media (max-width: 960px) {
    #headerContainer {
        flex-direction: column;
        flex-wrap: wrap;
    }
}

/* Tablets Screens */

@media (max-width: 825px) {
    #navbarContainer {
        flex-wrap: wrap;
        justify-content: center;
        height: fit-content;
    }

    #navbarList {
        order: 2;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #navbarList li {
        margin-top: 3px;
        margin-bottom: 0px;
        font-size: 22px;
        white-space: nowrap;
    }

    #divisor {
        visibility: hidden;
        margin: 0px;
        padding: 0px;
        border-width: 0px;
        size: 0px;
    }

    #pedirButton {
        margin-top: 10px;
        height: 30%;
        margin-right: auto;
        order: 2;
    }
    
    #reservaButton {
        margin-top: 10px;
        height: 30%;
        margin-left: auto;
    }

    #footerImage {
        height: 150px;
    }
}

/* Small Tablet */
@media (max-width: 730px) {
    #footerImageContainer {
        display: none;
    }
}

/* Large Mobile Screens */
@media (max-width: 450px) {
    #navbarList li {
        font-size: 18px;
        margin-left: 15px;
        margin-right: 15px;
    }

    #pedirButton {
        height: 40px;
        width: 90px;
    }
    
    #reservaButton {
        height: 40px;
        width: 237px;
    }
}

/* Medium Mobile Screens */
@media (max-width: 375px) {
    #navbarList li {
        font-size: 16px;
        margin-left: 10px;
        margin-right: 10px;
    }

    #pedirButton {
        height: 30px;
        width: 80px;
    }
    
    #reservaButton {
        height: 30px;
        width: 150px;
        font-size: 14px;
    }
}

/* Small Mobile Screens */
@media (max-width: 320px) {
    #navbarList li {
        font-size: 14px;
    }

    #pedirButton {
        height: 20px;
    }
    
    #reservaButton {
        height: 20px;
    }
}

/* Media Queries End */