/*
    Created on : Apr 21, 2020 11:14:20 am
    Author     : dumidu.kodithuwakku@ebeyonds.com
*/







.r2g-header .more-menu-wrapper .more-menu {
    /*width: 325px;*/
    width: 215px;
    padding: 80px 64px 36px;
    /*background-image: url('/images/site-specific/logos/gray-logo.webp');*/
    background-repeat: no-repeat;
    background-position: 64px 36px;
    left: -300px;
    opacity: 0;
    transition: all 0.5s;
}
.menu-open .r2g-header .more-menu-wrapper .more-menu {
    left: 0;
    opacity: 1;
}
.r2g-header .more-menu nav li a {
    font-size: 2rem;
}
.r2g-header .more-menu nav li {
    /*margin-bottom: 12px;*/
}
.r2g-header .more-menu nav li ul {
    padding-left: 44px;
    width: 300px;
    top: 197px;
    left: 580px;
    height: calc(100vh - 266px);
}
.r2g-header .more-menu nav li.sub-menu-open ul {
    left: 580px;
}
.r2g-header.header-option-four .top-bar {
    max-width: 1460px;
    left: 50%;
    transform: translateX(-50%);
}
@media (min-width: 1024px) {
    .r2g-header.header-option-four .top-bar {
        max-width: 86%;
    }
    .r2g-header.header-option-four .main-menu .menu-section nav > ul > li.bottom-bar-btn {
        right: 6%;
    }
    .r2g-header.header-option-four .main-menu .menu-section nav > ul > li.bottom-bar-menu-btn {
        left: 4%;
    }
}
@media (min-width: 1280px) {
    .r2g-header.header-option-four .top-bar {
        max-width: 88%;
    }
    .r2g-header.header-option-four .main-menu .menu-section nav > ul > li.bottom-bar-btn {
        right: 6%;
    }
    .r2g-header.header-option-four .main-menu .menu-section nav > ul > li.bottom-bar-menu-btn {
        left: 4%;
    }
}
@media (min-width: 1600px) {
    .r2g-header.header-option-four .top-bar {
        max-width: 88%;
    }
    .r2g-header.header-option-four .main-menu .menu-section nav > ul > li.bottom-bar-btn {
        right: 6%;
    }
    .r2g-header.header-option-four .main-menu .menu-section nav > ul > li.bottom-bar-menu-btn {
        left: 4%;
    }
}
@media (min-width: 1700px) {
    .r2g-header.header-option-four .top-bar {
        max-width: 1460px;
    }
    .r2g-header.header-option-four .main-menu .menu-section nav > ul > li.bottom-bar-btn {
        right: calc(50% - 732px);
    }
    .r2g-header.header-option-four .main-menu .menu-section nav > ul > li.bottom-bar-menu-btn {
        left: calc(50% - 763px);
    }
}
.r2g-header.header-option-four.header-fixed .top-bar {
    transform: translate(-50%, -50px);
}
.r2g-header .more-menu-wrapper .more-menu nav {
    /*width: 367px;*/
    width: 215px;
    height: calc(100vh - 100px) !important;
    max-height: none;
}







.custom-slider .follower {
    opacity: 0;
    transform: scale(0.8);
    /*transition: all 0.5s;*/
    position: fixed;
    width: 80px;
    height: 50px;
    background-color: #ffffffd4;
    backdrop-filter: blur(5px);
    border-radius: 25px;
    pointer-events: none;
    z-index: 1;
    top: 0;
    left: 0;
    box-shadow: 0 0 5px #00000055;
    display: none;
}
.custom-slider .follower::before {
    content: '\ea3b';
    font-family: 'icomoon';
    font-size: 3rem;
    color: var(--color-dark-gray);
    position: absolute;
    top: 12px;
    left: 8px;
}
.custom-slider .follower::after {
    content: '\ea3d';
    font-family: 'icomoon';
    font-size: 3rem;
    color: var(--color-dark-gray);
    position: absolute;
    top: 12px;
    right: 8px;
}
.custom-slider:hover .follower.hovering {
    opacity: 0;
}
.custom-slider:hover {
    /*cursor: none;*/
}
.custom-slider:hover .follower {
    opacity: 1;
    transform: scale(1);
}







.full-width-image-xbox .flex-container {
    width: 100%;
}







.parallax-image-wrapper {
    width: 100%;
    overflow: hidden;
}
.parallax-image-wrapper img {
    position: absolute;
    top: 10px; /* start point */
    transition: top 0.2s linear;
    will-change: top;
    height: 200px;
    /*transform: scale(1.2);*/
    width: 100% !important;
    height: calc(100% + 200px) !important;
    object-fit: cover !important;
}
.parallax-item {
    position: relative;
}





.r2g-rotator-main-strip .slick-list {
    padding: 0;
}







.intro-content-with-widget {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--xl);
    justify-content: space-between;
}
.intro-content-with-widget h2 {
    margin-bottom: 0;
}







.r2g-xbox-sub-component .flex-container {
    padding: var(--s) var(--m) 0;
    /*padding: var(--s) 0 0;*/
}







.experience-slider-section {
    overflow: hidden;
}
.experience-slider-section .container {
    width: 100%;
    max-width: 100%;
}
.experience-slider-section .xList-items {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.experience-slider-section .slick-list {
    padding: 0 15%;
}

.experience-slider-section:not(:has(.slick-initialized)) .xList-items {
    padding: 0 15% !important;
}






.three-col-xlist-1024.without-gap .xlist-strip > .strip-xlist > .xList-item {
    width: calc(33.333% - var(--flex-items-gap) / 3 * 2);
}
.two-col-xlist-1024.without-gap .xlist-strip > .strip-xlist > .xList-item {
    width: calc(50% - var(--flex-items-gap) / 2);
}







.xbox-sub-option-1 .flex-container {
    position: absolute;
    background-color: transparent;
}







.blog-listing-wrapper .blog-items {
    width: calc(66% - 56px);
    padding-right: 56px;
}







.r2g-main-visual.default-banner-image-height {
    padding-top: 0;
}







.r2g-header.header-fixed.header-option-four .main-menu .left-menu,
.r2g-header.header-fixed.header-option-four .main-menu .right-menu {
    flex: 1;
}







@media (min-width: 1280px) {
    .full-width-image-xbox .flex-container {
        position: absolute;
        background-color: #ffffffde;
        top: 50%;
        left: 64px;
        transform: translate(0, -50%);
        width: 500px;
        padding-top: 0;
    }
    .full-width-image-xbox .content-wrapper {
        padding: var(--xl);
    }
    
    
    
    
    
    
    
    .stay-full-card .content-wrapper {
        display: flex;
    }
    .stay-full-card .content-wrapper .col-1 {
        width: 25%;
        margin-bottom: 0;
        padding-right: var(--xl);
    }
    .stay-full-card .content-wrapper .col-2 {
        width: 55%;
        margin-bottom: 0;
        padding-right: var(--xl);
    }
    .stay-full-card.stay-full-card-alt .content-wrapper .col-2 {
        width: 75%;
        margin-bottom: 0;
        padding-right: var(--xl);
    }
    .stay-full-card .content-wrapper .col-3 {
        width: 150px;
        flex-shrink: 0;
    }
    .stay-full-card .flex-container {
        padding: var(--l) var(--xxl) 0;
    }
    .stay-rotator.r2g-rotator-sub-component .rotator-wrapper .slick-slide {
        margin-left: 24px;
        margin-right: 24px;
    }
    
    
    
    
    
    
    
    [data-aos^=fade][data-aos^=fade].aos-animate {
        transform: none !important;
    }
    
    
    
    
    
    
    
    .full-width-image-xbox.content-right .flex-container {
        left: unset;
        right: 64px;
    }
    
    
    
    
    
    
    
    .aqua-adventures-items .xList-items {
        gap: var(--xxxl) !important;
    }
    .aqua-adventures-xbox .xbox-wrapper {
        flex-direction: row;
    }
    .aqua-adventures-xbox .xbox-wrapper .image-wrapper {
        width: 60%;
        flex-shrink: 0;
        overflow: hidden;
    }
    .aqua-adventures-xbox .xbox-wrapper .flex-container {
        padding: 0 0 0 var(--xl);
        width: calc(40% - var(--xl));
    }
    .aqua-adventures-xbox .xbox-wrapper .flex-container .content-wrapper {
        padding-left: 0;
    }
    .xList-item:nth-child(even) .aqua-adventures-xbox .xbox-wrapper .image-wrapper {
        order: 1;
    }
    .xList-item:nth-child(even) .aqua-adventures-xbox .xbox-wrapper .flex-container {
        padding: 0 var(--xl) 0 0;
    }

    .r2g-header.header-option-four .main-menu .left-menu nav > ul > li.show-on-left-1366,
    .r2g-header.header-option-four .main-menu .right-menu nav > ul > li.show-on-right-1366 {
        display: inline-block;
    }
}




.stay-mega-menu .menu .menu-block,
.dining-mega-menu .menu .menu-block,
.wellness-mega-menu .menu .menu-block {
    padding-bottom:0 !important
}

.stay-mega-menu .menu .menu-block > p{
    line-height:1;
}