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;
    margin-right: 10%;
    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;
}
/*---------------------------------------------*/
.blur1{
    position: absolute;
    width: 653px;
    height: 615px;
    left: -23px;
    top: -24px;

    background: #16C6BB;
    opacity: 0.25;
    filter: blur(241.5px);
}
.blur2{
    position: absolute;
    width: 625px;
    height: 822px;
    top: 0;

    background: linear-gradient(180deg, rgba(11, 11, 12, 0) 0%, rgba(11, 11, 12, 0.79) 57.29%, #0B0B0C 97.4%, #0B0B0C 100%);
    transform: rotate(90deg);
}
.blur3{
    display: none;
    position: absolute;
    width: 625px;
    height: 822px;
    top: 0;
    left: 61.2%;

    background: linear-gradient(180deg, rgba(11, 11, 12, 0) 0%, rgba(11, 11, 12, 0.79) 57.29%, #0B0B0C 97.4%, #0B0B0C 100%);
    transform: rotate(-90deg);
}
.blur4{
    position: absolute;
    width: 100%;
    height: 540px;
    left: 0;
    top: 200px;

    background: linear-gradient(180deg, rgba(11, 11, 12, 0) 0%, rgba(11, 11, 12, 0.69) 49.07%, #0B0B0C 100%);
}
.background{
    position: absolute;
    width: 100%;
    height: 747px;
    left: 0;
    top: -7px;

    background: url("../images/255172_morze_baltyk_plaza_fale.jpg");
    /*background-attachment: fixed;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    opacity: 0.8;
}
.gallery{
    position: relative;
    margin-left: 13%;
    margin-right: 13%;
    margin-top: 200px;
}
.actualGallery{
    margin: 20px auto 50px;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px, 1fr));
    grid-gap: 30px;
}
.image{
    width: 250px;
    border: #1e1e21 3px solid;
    border-radius: 20px;
    transition: 300ms;
    box-shadow: #16C6BB 0 0 0;
}
.image:hover{
    transform: scale(97%);
    border: #6e6e6e 3px solid;
    cursor: pointer;
    box-shadow: #16C6BB 0 0 15px;
}
.fullImage{
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.8);
    visibility: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
}
.okok{
    position: absolute;
    width: 100%;
    bottom: 10vh;
    height: 178px;

    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.49) 42.71%, #000000 100%);
    opacity: 0.7;
    border-radius: 0 0 16px 16px;
}
.navigator{
    margin: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;

    color: #11E2D6;
}
.header{
    margin: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 72px;

    color: #FFFFFF;
}
#imageFull{
    height: 75vh;
}
#closeImg{
    position: fixed;
    top: 5%;
    right: 5%;
    font-size: 40px;
    color: white;
    cursor: pointer;
    transition: 200ms;
}
#closeImg:hover{
    color: #173634;
    text-shadow: #16C6BB 0 0 10px;
    transform: scale(120%);
}
#closeImg:active{
    transform: scale(170%);
}
#fullImageBox{
    transition: opacity 200ms ease-in;
    opacity: 0;
}
/*---------------------------------------------*/
.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: 1800px){
    .booking{
        grid-template-columns: 50% 50%;
    }
    .form{
        flex-direction: column;
    }
}
@media (max-width: 1260px){
    .navButtons{
        margin-right: 20px;
    }
    #imageFull{
        height: auto;
        width: 100%;
    }
}
@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;
    }
    .blur{
        display: none;
    }
    .blur1{
        display: none;
    }
    .blur2{
        display: none;
    }
    #reservation{
        margin-right: 0;
    }
}
@media (max-width: 535px){

}

@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;
    }
    .gallery{
        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;
    }
    .gallery{
        margin-top: 260px;
    }
}
@media (max-width: 321px) {
    .footerButtons{
        padding-left: 0;
    }
}