/* GENERAL */
.nicdark_site {
    padding-top: var(--navbar-height);
}

#nd_options_header_6 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    float: none;
    z-index: 999;
}

.nd_booking_section .nd_booking_e_rooms_postgrid_l1_price {
    background-color: #00beac !important;
}

/* HERO, MENU */
#menu-main-menu .menu-item > a {
    position: relative;
}

#menu-main-menu .menu-item:not(.navbar-item-highlighted) > a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    min-width: calc(100% - var(--widgets-spacing));
    max-width: calc(100% - var(--widgets-spacing));
    width: calc(100% - var(--widgets-spacing));
    min-height: 1px;
    max-height: 1px;
    height: 1px;
    background-color: currentColor;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

#menu-main-menu .menu-item > a:hover::after,
#menu-main-menu .menu-item > a:focus-visible::after,
#menu-main-menu .menu-item.current_page_item > a::after {
    opacity: 1;
}

#menu-main-menu .navbar-item-highlighted.menu-item > a {
    background-color: var( --e-global-color-secondary );
    padding: 10px;
}

#menu-main-menu .navbar-item-highlighted.menu-item > a:hover,
#menu-main-menu .navbar-item-highlighted.menu-item > a:focus-visible {
    background-color: #000000;
}

.nd_elements_navigation_component > div {
    display: block !important;
}

.nd_elements_open_navigation_sidebar_content {
    display: none !important;
}

@media (max-width: 1024px) {
    .nd_elements_navigation_component > div {
        display: none !important;
    }
    .nd_elements_open_navigation_sidebar_content {
        display: block !important;
    }
    .navbar-columns > .elementor-container > .elementor-column:nth-of-type(1) {
        order: 1;
    }
    .navbar-columns > .elementor-container > .elementor-column:nth-of-type(2) {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        order: 3;
    }
    .navbar-columns > .elementor-container > .elementor-column:nth-of-type(2) > *,
    .navbar-columns > .elementor-container > .elementor-column:nth-of-type(2) > * > * {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        padding: 0 !important;
    }
    .navbar-columns > .elementor-container > .elementor-column:nth-of-type(3) {
        order: 2;
    }
}

/* FOOTER */
.footer-col__map {
    min-width: 50% !important;
    max-width: 50% !important;
    width: 50% !important;
}

.footer-col__brown,
.footer-col__blue {
    min-width: 25% !important;
    max-width: 25% !important;
    width: 25% !important;
}

@media (max-width: 1024px) {
    .footer-col__map,
    .footer-col__brown,
    .footer-col__blue {
        min-width: 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }
}
/* FOOTER END */

/* Photo gallery & blocks component */
.standard-blocks__wrapper > .elementor-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px;
}

.standard-blocks__wrapper > .elementor-container > * {
    padding-left: 16px;
    padding-right: 16px;
}

.standard-blocks__item {
    min-width: 33.33333333%;
    max-width: 33.33333333%;
    width: 33.33333333%;
}

.standard-blocks__item + .standard-blocks__item + .standard-blocks__item + .standard-blocks__item {
    margin-top: 32px;
}

.gallery {
    display: -webkit-flex;
    display: flex;
    -wwebkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gallery-item {
    float: none;
}

.gallery-item img {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    aspect-ratio: 1080 / 720;
    object-position: center;
    object-fit: cover;
}

@media (max-width: 1024px) {
    .standard-blocks__item + .standard-blocks__item + .standard-blocks__item {
        margin-top: 32px;
    }
    .gallery-item  {
        min-width: 50%;
        max-width: 50%;
        width: 50%;
    }
}

@media (max-width: 767px) {
    .standard-blocks__item + .standard-blocks__item {
        margin-top: 32px;
    }
    .gallery-item  {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }
}

/* Hero slider */
.hero-slider__section {
    position: relative;
    min-height: 100vh !important;
    max-height: 100vh !important;
    height: 100vh !important;
}

#rev_slider_3_1_wrapper {
    min-height: 100vh !important;
    max-height: 100vh !important;
    height: 100vh !important;
}

#rev_slider_3_1_wrapper .elementor-widget-wrap {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.hero-slider__section rs-fw-forcer {
    display: none !important;
}

.hero-slider__section rs-sbg-px {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.hero-slider__section rs-layer-wrap,
.hero-slider__section rs-layer-wrap * {
    position: static !important;
}

/* .hero-slider__section .elementor-widget-wrap  {
    padding-top: 80px !important;
} */

.hero-slider__content {
    margin-top: 80px;
    z-index: 1;
}

.hero-slider__heading h1 {
    color: #FFFFFF !important;
    font-family: "Roboto" !important;
    font-size: 60px !important;
    font-weight: 900 !important;
    letter-spacing: 1px !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    text-align: center !important;
    padding: 0 16px !important;
}

@media (max-width: 1024px) {
    .hero-slider__content {
        margin-top: 40px;
    }
    .hero-slider__heading h1 {
        font-size: 45px !important;
    }
}

@media (max-width: 767px) {
    .hero-slider__heading h1 {
        font-size: 30px !important;
    }
}
/* Hero slider end */

/* BOOKING WIDGET COMPONENT */
.booking-widget-component__wrapper {
    position: static;
    left: 0;
    bottom: 200px;
    width: 100%;
}

.booking-widget-component {
    max-width: 840px;
    width: 100%;
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 190, 171.99999999999994, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 190, 171.99999999999994, 0.2);
    z-index: 999;
}

.booking-widget-component__row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.booking-widget-component__col {
    min-width: 33.33333333%;
    max-width: 33.33333333%;
    width: 33.33333333%;
}

.booking-widget-component__inner {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    padding: 30px;
}

.booking-widget-component__inner.btn {
    background-color: var( --e-global-color-secondary );
    padding: 0;
}

.booking-widget-component__inner:not(.btn)::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 2px;
    height: 80%;
    background-color: #f9f9f9;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.booking-widget-component__top {
    color: #5c5c5c;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.booking-widget-component__content {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.booking-widget-component__content > * {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
}

.nd_options_customizer_forms input[type="date"].booking-widget-component__input,
.booking-widget-component__input {
    background-color: var( --e-global-color-primary ) !important;
    color: var( --e-global-color-4f08706 ) !important;
}

.booking-widget-component__inner-btn {
    -webkit-appearance: none;
    border: none;
    outline: none;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    min-height: 138px;
    height: 100% !important;
    background-color: var( --e-global-color-secondary );
    color: var( --e-global-color-4f08706 ) !important;
    font-family: "Roboto", Sans-serif;
    font-size: 12px;
    line-height: 1.8em;
    letter-spacing: 4px;
    text-align: center;
    text-transform: uppercase;
    height: 138px;
    padding: 20px;
    margin-top: 0px;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.booking-widget-component__inner-btn:hover,
.booking-widget-component__inner-btn:focus-visible {
    background-color: #000000;
}

@media (max-width: 1024px) {
    .booking-widget-component__wrapper {
        position: static;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .booking-widget-component {
        max-width: 500px;
    }
    .booking-widget-component__col {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }
    .booking-widget-component__inner {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    .booking-widget-component__inner:not(.btn)::after {
        display: none;
    }
    .rev_slider_3_1_wrapper {
        left: 0 !important;
    }
    .booking-widget-component__inner-btn {
        min-height: auto;
    }
}
/* BOOKING WIDGET COMPONENT END */

/* ROOMS GALLERY SLIDER */
.rooms-gallery-slider .elementor-widget-wrap,
.rooms-gallery-slider .elementor-widget-image-carousel,
.rooms-gallery-slider .elementor-widget-container,
.rooms-gallery-slider .elementor-image-carousel-wrapper,
.rooms-gallery-slider .swiper-slide,
.rooms-gallery-slider .swiper-slide-inner,
.rooms-gallery-slider .swiper-slide-image {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    min-height: 100%;
    max-height: 100%;
    height: 100%;
}

.rooms-gallery-slider .swiper-slide,
.rooms-gallery-slider .swiper-slide-inner,
.rooms-gallery-slider .swiper-slide-image {
    min-height: 421px;
}

.rooms-gallery-slider .swiper-slide-inner {
    position: relative;
    display: -webkit-flex;
    display: flex;
}

.rooms-gallery-slider .swiper-slide-image {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    object-position: center;
    object-fit: cover;
}

.rooms-gallery-slider .elementor-swiper-button {
    background-color: #00C4B3;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.rooms-gallery-slider .elementor-swiper-button:hover,
.rooms-gallery-slider .elementor-swiper-button:focus-visible {
    background-color: #1C1C1C;
}

@media (max-width: 1024px) {
    .rooms-gallery-slider .swiper-slide,
    .rooms-gallery-slider .swiper-slide-inner,
    .rooms-gallery-slider .swiper-slide-image {
        min-height: 100%;
    }

    .rooms-gallery-slider .elementor-widget-wrap,
    .rooms-gallery-slider .elementor-widget-image-carousel,
    .rooms-gallery-slider .elementor-widget-container,
    .rooms-gallery-slider .elementor-image-carousel-wrapper,
    .rooms-gallery-slider .swiper-slide,
    .rooms-gallery-slider .swiper-slide-inner {
        min-height: 0;
        max-height: max-content;
        height: initial;
    }
    .rooms-gallery-slider .swiper-slide-inner {
        padding-bottom: 66.83333333%;
    }
    .rooms-gallery-slider .swiper-pagination {
        display: none;
    }
    .rooms-gallery-slider .swiper, 
    .rooms-gallery-slider .swiper-container {
        padding-bottom: 0 !important;
    }
}
/* ROOMS GALLERY SLIDER END */