.resort-navbar {
    background: #fff;
    border-radius: 30px 30px 0 0;
    transition: border-radius .3s ease;
}

.resort-navigation {
    height: 0;
    position: sticky;
    max-width: 1480px;
    margin: -180px auto 150px;
    z-index: 100;
    transition: top .3s ease;
}

.resort-navigation.header--hidden {
    top: 0 !important;
}


.resort-navbar {
    display: flex;
    flex-flow:row wrap;
}

.resort-navbar__logo {
    width: 350px;
    height: 140px;
    margin-top: -70px;
    background: #fff;
    border-radius: 30px 30px 0 0;
    padding: 13px 30px;
    position: relative;
    transition: all .3s ease;
}

.resort-navbar__nav {
    background: var(--resort-lightBG);
    border-radius: 0 30px 0 0;
}

.resort-navbar__nav,
.resort-navbar__nav ul {
    display: flex;
    flex:1 auto;
    list-style: none;
    margin:0;
    padding:0;
}

.resort-navbar__nav ul {
    flex-flow: row auto;
}


.resort-navbar__nav ul li {
    flex: 1 auto;
    border-right: 2px solid #fff;
    position: relative;
}

.resort-navbar__nav > ul > li > a {
    padding: 0 20px;
    display: grid;
    place-content: center;
    height: 100%;
    font-family: 'Orgon Bold';
    color: var(--resort-text);
    font-size: 22px;
    line-height: 1;
    position: relative;
    text-decoration: none;
    background: transparent;
    transition: background .3s ease, color .3s ease;
}

.resort-navbar__nav ul li a:hover {
    background: var(--resort-primary-lighter);
    color: #fff;
}

.resort-navbar__nav ul li a::before {
    content: '';
    position: absolute;
    inset: auto 0 0 0;
    height: 10px;
    background: linear-gradient(0deg, rgba(0,0,0,0.035), transparent);
}

img.resort-navbar__resort-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.resort-navbar__rating {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate3d(50%, -50%, 0);
    width: 90px;
    height: 90px;
    background: var(--resort-secundary);
    border-radius: 45px;
    color: #fff;
    text-align: center;
    font-family: 'Orgon Bold';
    container-type: inline-size;
    transition: all .3s ease;
}

.resort-navbar__rating span {
    font-size: 40cqw;
    padding-top: 31cqw;
    width: 100%;
    height: 100%;
    display: block;
}

.resort-navbar__rating::after {
    content: '';
    position: absolute;
    width: 33%;
    height: 33%;
    background: url(/default/img/addons/clover.svg) no-repeat;
    filter: invert(1);
    top: 29%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
}

li.resort-navbar__mo {
    border-right: 0 !important;
    flex: 0 80px !important;
}

li.resort-navbar__mo a {
    background: transparent !important;
}
li.resort-navbar__mo svg {
    width: 1em;
    color: var(--resort-primary);
}


.content-container.resort-footer-info__columns {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(max(300px, 29%), 1fr));
    grid-gap: 50px;
}

ul.resort-footer__socials {
    display: flex;
    flex-flow: row wrap;
    grid-gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.resort-footer__socials svg {
    width: 1.2em;
    height: 1.2em;
    color: #fff;
}

ul.resort-footer__socials li a {
    background: var(--resort-primary);
    display: grid;
    place-content: center;
    width: 2em;
    height: 2em;
    font-size: 1.3em;
    border-radius: 11px;
    transition: transform .3s ease;
}

ul.resort-footer__socials li a:hover {
    transform: scale(1.1);
}

.resort-footer-info__column.ul-as-checkmarks ul {
    list-style: none;
    display: grid;
    grid-gap: 17px;
    padding: 0;
}

.resort-footer-info__column.ul-as-checkmarks ul li::before {
    content: '';
    position: absolute;
    left: 0;
    border: 2px solid var(--resort-primary);
    width: 8px;
    height: 17px;
    border-top: 0;
    border-left: revert-layer;
    transform: rotate(45deg);
    top: 0.2em;
}

.resort-footer-info__column.ul-as-checkmarks ul li {
    position: relative;
    padding-left: 30px;
}

.resort-footer-info__column.ul-as-checkmarks ul li a {
    text-decoration: none;
}

.resort-footer-info__column.ul-as-checkmarks ul li a:hover {
    text-decoration: underline;
}



.resort-navigation.is-sticky .resort-navbar__nav,
.resort-navigation.is-sticky .resort-navbar{
    border-radius: 0 0 20px 20px;
    overflow: hidden;
}

.resort-navigation.is-sticky .resort-navbar {
    box-shadow: 0px -15px 0px var(--resort-lightBG);
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.2));
}

.navigator__container {
    transition: box-shadow .3s ease;
}

.resort-navigation--lower-logo .resort-navbar__logo {
    height: 70px;
    margin-top: revert-layer;
    border-radius: 0;
    padding: 5px 90px 5px 20px;
    background: transparent;
}

.resort-navigation--lower-logo .resort-navbar__rating {
    transform: translate3d(0, 0, 0);
    border-radius: 0;
    width: 70px;
    height: 70px;
}


@media screen and (max-width:1060px){
    body .resort-navbar__logo {
        height:110px;
        margin-top:-55px;
        width: min(275px, 27vw);
    }

    body .resort-navigation--lower-logo .resort-navbar__logo {
        height: 55px;
        padding-right:73px;
    }

    body .resort-navigation--lower-logo .resort-navbar__rating {
        width: 55px;
        height: 55px;
    }

    body .resort-navbar__nav ul li a {
        font-size: 18px;
    }
}

.resort-navbar__nav ul .resort-navbar__submenu {
    position: absolute;
    top: 100%;
    background: #fff;
    display: grid;
    left: 0;
    right: 0;
    box-shadow: 0px 3px 6px #00000040;
    border-radius: 0 0 15px 15px;
    transition: transform .2s ease, opacity .2s ease;
    transform: translateY(-30px);
    opacity: 0;
    overflow: hidden;
}

.resort-navbar__nav ul .resort-navbar__submenu li {
    border-right: 0;
}

ul.resort-navbar__submenu a {
    padding: .8em 2em;
    display: block;
    text-decoration: none;
}

nav.resort-navbar__nav ul li:hover .resort-navbar__submenu {
    transform: translateY(0px);
    opacity: 1;
}

.fotoviewer-toggle {
    position: absolute;
    right: 0;
    bottom: 100%;
    color: #fff;
    margin-bottom: 10px;
    font-size: 1.5em;
    font-size: clamp(1.2em, 4vw, 1.5em);
    font-family: 'Orgon Bold';
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    display: grid;
    grid-template-columns: 1.5em auto;
    align-items: center;
    grid-gap: 13px;
    padding-right: 20px;
}

.fotoviewer-toggle .icon {
    color: var(--resort-primary);
    background: #fff;
    border-radius: 50px;
    width: 1.5em;
    height: 1.5em;
    display: grid;
    place-content: center;
}

.fotoviewer-toggle .icon svg {
    width: 1em;
    height: 1em;
}

.resort-footer-info__logo {
    max-width: 230px;
    height: auto;
    margin-bottom: 2em;
}

@media screen and (max-width:800px){
    ul.resort-navbar__submenu {
        transform: none !important;
    }

    .resort-navbar__nav ul .resort-navbar__submenu {
        display: none;
    }

    ul.resort-navbar__submenu {
        width: 100%;
        list-style: none;
        padding: 0;
        margin: 0;
        /* display: none; */
        position: relative;
        display: none;
    }

    ul.resort-navbar__submenu a {
        padding: .3em 1em;
    }

    .fotoviewer-toggle {
        padding-right:20px;
        max-width: calc(100vw - 200px);
        line-height: 1.1;
    }

    .footer__column:not(.opened) ul {
        display: none;
    }
}

@media screen and (max-width:1060px){
    body .resort-navbar__logo {
        position: absolute;
        bottom: 100%;
        height: auto !important;
        padding: 10px !important;
        border-radius: 10px 10px 0 0 !important;
    }

    body .resort-navbar__nav ul li a {
        white-space: nowrap;
        padding: 15px;
    }

    div.resort-navbar__rating {
        width: min(90px, 15vw);
        height: min(90px, 15vw);
    }

    .resort-navbar {
        border-radius: 0 !important;
    }

    .resort-navbar__nav, .resort-navbar__nav ul {
        overflow-x: scroll;
    }
}