ul,p {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

a {
    text-decoration: none !important;
    color: inherit !important;
}

#master {
    width: 100%;
    height: 100%;
    position: relative;
}

.opac-light-bg {
    position: absolute;
    inset: 0;
    background-color: #76767675;
}

.title-mantis, .subtitle-mantis {
    font-family: "GFS Didot", serif;
}

.mantispf-content {
    width: 100%;
    height: calc(100svh - 4.25rem);
    overflow-y: auto;
	overflow-x: hidden;
    scroll-behavior: smooth;
}

.mantispf-content .sub-section {
    position: relative;
    width: 100%;
    height: 50%;
    padding: 1rem;
    display: flex;
    background-size: cover;
}

.mantispf-content .sub-section-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.mantispf-content .title {
    color: #58c3ca;
    font-weight: 600;
    font-size: 0.9rem;
}

.mantispf-content .plaquette-img {
    width: 100%;
    box-shadow: 0 .75rem .5rem -.5rem gray;
}

.mantispf-content .sub-section-link .icon, .mantispf-content .scroller-icon {
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    background-color: #58c3ca;
    border-radius: 50%;
}

.mantispf-content .scroller-icon {
    position: fixed;
    bottom: 5.5rem;
    right: 1.5rem;
    color: #fff;
    cursor: pointer;
}

.mantispf-content .sub-section.top-inset-shadow-light {
    box-shadow: inset 0 10rem 10rem -5rem #fff;
}

.mantispf-content .sub-section.top-inset-shadow-dark {
    box-shadow: inset 0 10rem 10rem -5rem #000;
}

.mantispf-content .sub-section.bottom-inset-shadow-light {
    box-shadow: inset 0 -10rem 10rem -5rem #fff;
}

.mantispf-content .sub-section.bottom-inset-shadow-dark {
    
    box-shadow: inset 0 -10rem 10rem -5rem #000;
}

@media(min-width: 768px) {
    .mantispf-content {
        width: calc(100vw - 5.5rem);
        height: 100svh;
    }

    .mantispf-content.has-sub-section {
        display: flex;
        gap: 0;
    }

    .mantispf-content.has-sub-section .sub-section {
        position: relative;
        height: 100%;
        padding: 1rem;
        display: flex;
        background-size: cover;
    }

    .mantispf-content.has-sub-section .sub-section {
        padding: 2rem;
    }

    .mantispf-content .scroller-icon {
        bottom: 3.5rem;
        right: 10.5rem;
    }

    .mantispf-content .plaquette-img, .mantispf-content a.plaquette-img-wrapper {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }


    .mantispf-content a.plaquette-img-wrapper .plaquette-img {
        width: 100%;
    }
}
/* GLOBAL STYLES END */

/* NAVBAR STYLES */
#mantis-platform-nav {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 2;
    background-color: #ffffff;
}

#mantis-platform-nav #logo {
    width: 2.5rem;
    aspect-ratio: 1;
}

#mantis-platform-nav .item .menu-icon {
    height: 1.5rem;
    aspect-ratio: 1;
}

#mantis-platform-nav .item {
    padding-top: 0.5rem;
    font-size: 0.8rem;
}

#mantis-platform-nav .item>a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#mantis-platform-nav .item .underline-block {
    margin-top: 0.5rem;
    width: 2.5rem;
    height: 2px;
    background-color: transparent;
    border-radius: 1rem;
}

#mantis-platform-nav .item.active .underline-block {
    background-color: #313131;
}

@media (min-width: 768px) {
    #mantis-platform-nav {
        width: auto;
        height: 100%;
        left: auto;
        right: 0;
        bottom: auto;
        top: 0;
    }

    #mantis-platform-nav>ul {
        height: 100%;
    }
}
/* NAVBAR STYLES END */

/* HOME MANTIS PLATFORM STYLE */
#mantis-platform {
    position: relative;
    z-index: 1;
}

#mantis-platform-bg {
    z-index: 1;
}

#mantis-platform-content {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 0.9rem;
}

#mantis-platform-content #search-form {
    display: block;
    background-color: #bebebec4;
    color: #fff;
    padding: 0.3rem 1rem;
    border-radius: 1rem;
    width: 100%;
}
#mantis-platform-content #search-form input, #mantis-platform-content #search-form input::placeholder {
    color: #fff;
}

#mantis-platform-content #search-form input {
    background-color: transparent;
    outline: none;
    border: none;
}

#mantis-platform-content .title-mantis {
    text-shadow: 0 0 .5rem #0000009d;
}

#mantis-platform-content #room-directory-link {
    padding: 0.5rem 1.5rem;
    border-radius: 1rem;
    background-color: #58c3ca;
    color: #000 !important;
    font-weight: 600;
}

#mantis-platform-content #room-directory-link, #mantis-platform-content #search-form {
    box-shadow: 0 0.5rem 0.5rem #5e5e5e9d;
}

/* HOME MANTIS PLATFORM STYLES END */

/* RESTAURANT STYLES */

#restaurant-content #lunch {
    justify-content: end;
    align-items: end;
    background-position: bottom;
}

#restaurant-content #lunch .icon {
    color: #fff;
}

#restaurant-content #dinner {
    align-items: start;
    background-position: top;
}

#restaurant-content #dinner .icon {
    color: #000;
}
/* RESTAURANT STYLES END */

/* ACTIVITIES STYLES */

#activities-content #activities {
    justify-content: end;
    align-items: start;
    background-position: bottom;
}

#activities-content #activities .icon {
    color: #000;
}

#activities-content #excursions {
    align-items: end;
    background-position: top;
}

#activities-content #excursions .icon {
    color: #fff;
}

/* ACTIVITIES STYLES END */

/* EVENTS STYLES */

#events-content #wedding {
    justify-content: end;
    align-items: start;
    background-position: bottom;
}

#events-content #wedding .icon {
    color: #fff;
}

#events-content #corporate {
    align-items: end;
    background-position: top;
}

#events-content #corporate .icon {
    color: #000;
}

/* EVENTS STYLES END */

/* MENU PAGE STYLES */

#mantispf-restaurant-menu {
    position: relative;
}

#floating-menu {
    position: fixed;
    top: 1rem;
    left: 1rem;
    width: 3rem;
    height: 3rem;
    overflow: hidden;
    background: #222;
    color: white;
    border-radius: .2rem;
    transition:
        width 0.4s ease,
        height 0.4s ease;
    font-family: sans-serif;
    box-shadow: 0.2rem 0.2rem 1rem #00000092;
}

#floating-menu #header {
	position: sticky;
	top: 0;
	left: 0;
    display: flex;
    align-items: center;

    height: 3rem;
    padding: 0 .8rem;
	background-color: #222;
	z-index: 2;
}

#floating-menu-icon {
    font-size: 1.5rem;
    flex-shrink: 0;
}

#current-item {
    margin-left: 1rem;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s ease;
}

#menu-items {
	position: relative;
	z-index: 1;
    display: flex;
    flex-direction: column;
    padding: 0.5rem 1rem 1rem;
}

#menu-items>a {
    color: white;
    text-decoration: none;
    opacity: 0;
    transform: translateY(0.5rem);
    transition:
        opacity 0.3s ease,
        transform 0.3s ease;

    border-bottom: 1px solid rgba(255, 255, 255, 0.119);
    padding: 0.5rem 0;
}

#menu-items>a:last-child {
    border-bottom: none;
}

/* HORIZONTAL OPEN */
#floating-menu.horizontal-open {
    width: 17.5rem;
}

#floating-menu.horizontal-open #current-item {
    opacity: 1;
}

/* FULL OPEN */
#floating-menu.full-open {
    height: 22rem;
	overflow-y: auto;
}

#floating-menu.full-open #menu-items a {
    opacity: 1;
    transform: translateY(0);
}

/* MENU PAGE STYLES END */

/* SPA STYLES */

/* SPA STYLES END */