body{
    margin: 0;

    font-family: 'DM Sans', sans-serif;

    background: #0B0B0C;
}
#navLogo{
    width: 84px;
    height: 54px;
}
#home{
    width: 117px;
    height: 43px;

    font-weight: 700;

    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.05em;
    text-decoration: none;

    color: #FFFFFF;
    transition: 300ms;
}
#home:hover{
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.8);
}
#aboutHref{
    width: 117px;
    height: 43px;

    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.05em;
    text-decoration: none;


    color: #FFFFFF;

    opacity: 0.7;
    transition: 300ms;
}
#aboutHref:hover{
    cursor: pointer;
    opacity: 1;
    font-size: 25px;
}
#gallery{
    width: 117px;
    height: 43px;

    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.05em;
    text-decoration: none;

    color: #FFFFFF;

    opacity: 0.7;
    transition: 300ms;
}
#gallery:hover{
    opacity: 1;
    font-size: 25px;
}
#reservation{
    display: flex;
    width: 161px;
    height: 46px;
    justify-content: center;
    align-items: center;
    color: white;

    box-shadow: 0 5px 10px rgba(23, 63, 65, 0.52);
    border-radius: 50px;
    transition: 300ms;
    border: 2px solid #16C6BB;

    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 104.2%;
    text-decoration: none;
    background: rgba(0,0,0,0);
}
#reservation:hover{
    color: black;
    cursor: pointer;
    box-shadow: 0 2px 30px rgba(0, 225, 255, 0.5);
    background: #16C6BB;
}
#reservationText{
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 104.2%;
    text-decoration: none;

    margin: 0;
    letter-spacing: -0.05em;
    opacity: 0.8;
}
#close{
    margin: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 104.2%;
}
/*---------------------------------------------------*/



/*-------------------------------------------------------*/
#footerLaguna{
    margin: 2px;
    font-size: 18px;
    font-weight: 700;

    color: #FFFFFF;
}
#footerStreet{
    margin: 2px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;

    color: #FFFFFF;

    opacity: 0.6;
}
.blur{
    position: absolute;
    width: 653px;
    height: 615px;
    left: -17px;
    top: -31px;

    background: #16C6BB;
    opacity: 0.25;
    filter: blur(241.5px);
}
.rules{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 74%;
    margin: 160px 13% 50px;

    box-sizing: border-box;

    background: linear-gradient(180deg, rgba(40, 40, 44, 0.6) 0%, rgba(35, 35, 39, 0.24) 100%);
    opacity: 0.9;
    transition: 300ms;
    border: 2px solid rgba(175, 175, 175, 0.3);
    border-radius: 30px;
}
.rules:hover{
    opacity: 1;
    border: 2px solid rgba(175, 175, 175, 0.5);
}
.rulesHeader{
    padding: 20px 0 20px 40px;
    width: 100%;
    display: flex;
    justify-content: left;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;

    color: #FFFFFF;
}
.rulesText{
    width: 90%;
    padding-left: 5%;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;

    color: #FFFFFF;

    opacity: 0.7;
}
.nav{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 115px;
    display: grid;
    grid-template-columns: 15% 85%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(8px);
}
.navButtons{
    height: 100%;
    margin-right: 150px;

    font-weight: 500;
    font-size: 24px;
    line-height: 104.2%;

    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.navLogo{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}
.alert{
    position: fixed;
    width: 100%;
    height: 34px;
    left: 0;
    top: 115px;
    text-align: center;
    display: grid;
    grid-template-columns: 97% 3%;
    background: rgba(22, 198, 187, 0.8);
    backdrop-filter: blur(6px);
}
.alertContent{
    display: flex;
    justify-content: center;
    align-items: center;

    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 104.2%;
}
.alertClose{
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.alertClose:hover{
    cursor: pointer;
}
/*---------------------------------------------------*/
.footer{
    display: flex;
    padding-right: 13%;
    padding-left: 13%;
    height: 115px;
    justify-content: space-between;

    background: rgba(21, 21, 25, 0.5);
    backdrop-filter: blur(10px);
}
.footerLeft{
    height: 100%;
    width: 70%;
    display: flex;
    align-items: center;
}
.footerRight{
    height: 100%;
    width: 30%;
    padding-right: 15px;
    display: grid;
    justify-items: end;

    font-style: normal;
    font-weight: 500;
    font-size: 14px;

    color: #FFFFFF;

    opacity: 0.5;
}
.footerLItem{
    margin-left: 20px;
}
.footerButtons{
    padding-left: 20px;
}
.footerButton{
    margin: 30px;
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;

    color: #FFFFFF;
}
.footerRItem{
    margin: 10px 0 0 0;
}
.footerRLink{
    opacity: 0.8;
    color: #FFFFFF;
    transition: 300ms;
    text-decoration: white;
}

/*---------------------------------------------*/
.loaderWrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #0B0B0C;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    border: 4px solid #16C6BB;
    border-radius: 5px;
    animation: loader 2s infinite ease;
}
.loaderInner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #16C6BB;
    animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
    0% { transform: rotate(0deg);}
    25% { transform: rotate(180deg);}
    50% { transform: rotate(180deg);}
    75% { transform: rotate(360deg);}
    100% { transform: rotate(360deg);}
}

@keyframes loader-inner {
    0% { height: 0;}
    25% { height: 0;}
    50% { height: 100%;}
    75% { height: 100%;}
    100% { height: 0;}
}
@media (max-width: 1260px){
    .navButtons{
        margin-right: 20px;
    }
}
@media (max-width: 780px){
    .footer{
        display: grid;
        grid-template-columns: 100%;
        padding: 0;
        height: auto;
    }
    .footerLeft{
        height: auto;
        width: 100%;
        justify-content: space-around;
    }
    .footerRight{
        padding-right: 0;
        height: auto;
        width: 100%;
        grid-template-columns: 100%;
        justify-items: center;
    }
    .footerButtons{
        display: grid;
        grid-template-columns: 100%;
    }
    .footerButton{
        margin: 5px;
    }
    .rules{
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .rulesHeader{
        width: auto;
    }
    .blur{
        display: none;
    }

}
@media (max-width: 500px){
    .nav{
        height: 160px;
        grid-template-columns: 100%;
    }
    .alert{
        height: 50px;
        top: 160px;
        grid-template-columns: 95% 5%;
    }
    .navButtons{
        margin: -15px 15px;
    }
    .navLogo{
        width: 100%;
        justify-content: center;
    }
    .rulesHeader{
        font-size: 26px;
    }
    .rules{
        margin-top: 230px;
    }
}
@media (max-width: 425px) {
    .navButtons{
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 400px){
    .nav{
        height: 200px;
    }
    .alert{
        top: 200px;
    }
    .navButtons{
        display: grid;
        grid-template-columns: 50% 50%;
        justify-items: center;
    }
    .rules{
        margin-top: 270px;
    }
}
@media (max-width: 321px) {
    .footerButtons{
        padding-left: 0;
    }
}