/*
    Created on : Aug 21, 2024 07:28:49 am
    Author     : hashan.athurugiriya@ebeyonds.com
*/

:root {
	--heading-1-font-size: 5rem;
	--heading-1-margin: 0 0 58px 0;
	--heading-2-font-size: 4rem;
	--heading-3-font-size: 3rem;
	--heading-4-font-size: 2.4rem;
	--heading-5-font-size: 2rem;
	--heading-6-font-size: 1.7rem;
	--intro-section-margin: 72px;
}

.container.container-xl-fluid {
	width: 100%;
	max-width: none;
}


.content-wrapper-with-width-limit .content-wrapper {
	max-width: 400px;
}

.flex-with-pl-left-lg .xList-item:first-child {
	padding-left: 121px;
}

/* ------------------------------- CSS Flex Grid Main Strip Narrow Gap start ----------------------------- */

.two-col-css-xlist-1200.with-gap.narrow-gap>.container>.xlist-strip>.strip-xlist>.xList-item {
	width: calc(50% - (var(--css-grid-between-gap-narrow) / 2));
}

/* ------------------------------- CSS Flex Grid Main Strip Narrow Gap end ----------------------------- */


.flex-30-70-xlg.two-col-css-xlist-1200.with-gap>.container>.xlist-strip>.strip-xlist>.xList-item.item-1,
.flex-30-70-xlg.two-col-css-xlist-1200.with-gap>.container>.xlist-strip>.strip-xlist>.xList-item.column-30 {
	width: calc(30% - (var(--css-grid-between-gap) / 2));
}

.flex-30-70-xlg.two-col-css-xlist-1200.with-gap>.container>.xlist-strip>.strip-xlist>.xList-item.item-2,
.flex-30-70-xlg.two-col-css-xlist-1200.with-gap>.container>.xlist-strip>.strip-xlist>.xList-item.column-70 {
	width: calc(70% - (var(--css-grid-between-gap) / 2));
}

.r2g-css-flex-grid-sub-component.two-col-xlist-1200.with-gap.flex-30-70-xlg>.xlist-strip>.strip-xlist>.xList-item.item-1,
.r2g-css-flex-grid-sub-component.two-col-xlist-1200.with-gap.flex-30-70-xlg>.xlist-strip>.strip-xlist>.xList-item.column-30 {
	width: calc(30% - (var(--css-grid-between-gap) / 2));
}

.r2g-css-flex-grid-sub-component.two-col-xlist-1200.with-gap.flex-30-70-xlg>.xlist-strip>.strip-xlist>.xList-item.item-2,
.r2g-css-flex-grid-sub-component.two-col-xlist-1200.with-gap.flex-30-70-xlg>.xlist-strip>.strip-xlist>.xList-item.column-70 {
	width: calc(70% - (var(--css-grid-between-gap) / 2));
}

/* __ DHI__DAO-1 */
.dhi-c-1 .xList-item {
	position: relative;
	overflow: hidden;
}

.dhi-c-1 .flex-container {
	position: absolute;
	width: 100%;
	padding: 25px;
	left: 50%;
	transform: translateX(-50%);
	transition: all .4s ease-in-out;
	top: calc(100% - 170px);
	z-index: 2;
}

.dhi-c-1 .xList-item:hover .flex-container {
	top: calc(100% - 335px);
}

.dhi-c-1 .image-wrapper::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.38);
	transition: all .4s ease;
	opacity: 0;
	pointer-events: none;
	z-index: 1;
}

.dhi-c-1 .xList-item:hover .image-wrapper::before {
	opacity: 1;
}

.dhi-c-1 .xList-item img {
	transition: all .4s ease-in-out;
}

.dhi-c-1 .xList-item:hover img {
	scale: 1.1;
}

.dhi-c-1 .flex-container *:not(.btn) {
	color: #fff;
}

.dhi-c-1 .flex-container p {
	max-width: 345px;
	margin-left: auto;
	margin-right: auto;
}


/* __ DHI__DAO-2 */
.dhi-c-2 .arrows-wrapper {
	display: block;
}

.swiper-pagination-bullet-active {
	background-color: #000;
}

.dhi-c-2 .container {
	padding: 30px 0;
}

.dhi-c-2 .container {
	background-color: #eec4b4;
}

.dhi-c-2 .rotator-outer-wrapper {
	max-width: 1250px;
	margin: auto;
	position: relative;
}

.dhi-c-2 .r2g-xbox-sub-component {
	transition: all 0.4s ease;
	min-height: 525px;
}

.dhi-c-2 .swiper-slide-prev .r2g-xbox-sub-component {
	margin-left: auto;
}

.dhi-c-2 .swiper-slide-active .r2g-xbox-sub-component,
.dhi-c-2 .swiper-slide-duplicate-active .r2g-xbox-sub-component {
	max-width: 470px;
}

.dhi-c-2 .r2g-xbox-sub-component-expand-wrapper {
	height: 0;
	overflow: hidden;
	transition: all 0.4s ease;
}

.dhi-c-2 .r2g-xbox-sub-component__expand-content {
	height: 0;
	overflow: hidden;
	transition: all .4s ease;
}

.dhi-c-2 .swiper-slide-active .r2g-xbox-sub-component__expand-content {
	height: 90px;
}

.dhi-c-2 .swiper-wrapper .r2g-xbox-sub-component {
	display: flex;
	align-items: center;
}

.dhi-c-2 .arrows-wrapper {
	left: auto;
	transform: none;
	width: 90vw;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	max-width: 1477px;
}

.dhi-c-2 .swiper-pagination {
	display: none;
}

.dhi-c-2 .swiper-button-next {
	right: 15px;
}

.dhi-c-2 .swiper-button-prev {
	left: 15px;
}

.dhi-c-2 .swiper-button-next:after,
.dhi-c-2 .swiper-button-prev:after {
	color: #000;
}

.dhi-c-2 .flex-container h5 {
	margin: 0;
}

.dhi-c-2 .swiper-slide-active h5 {
	margin-bottom: 24px;
}


/* __ DHI__C-3 */
.dhi-c-3 .swiper {
	padding: 0 160px;
}

/* __ DHI__DAO-3 */
.dhi-dao-3 .flex-container {
	position: absolute;
	top: calc(100% - 120px);
	transition: all .4s ease;
	left: 50%;
	transform: translateX(-50%);
	padding: 0;
	width: 100%;
}

.dhi-dao-3 .card-title,
.dhi-dao-3 .card-description,
.dhi-dao-3 .btn-tertiary {
	color: #fff;
	max-width: 373px;
	margin-left: auto;
	margin-right: auto;
	transition: all .4s ease;
	width: 90%;
	max-width: 405px;
}

.dhi-dao-3 .card-description,
.dhi-dao-3 .btn-tertiary {
	opacity: 0;
}

.dhi-dao-3 .badge {
	background-color: #fff;
	color: var(--color-absolute-black);
	opacity: 0;
	transition: all .4s ease;
}

.dhi-dao-3 .xList-item:hover .flex-container,
.dhi-dao-3 .xList-item:hover .flex-container {
	top: 50%;
	transform: translate(-50%, -50%);
}

.dhi-dao-3 .xList-item.swiper-slide-active:hover .flex-container .badge,
.dhi-dao-3 .xList-item.swiper-slide-next:hover .flex-container .badge {
	opacity: .5;
}

.dhi-dao-3 .xList-item.swiper-slide-active:hover .flex-container .card-description,
.dhi-dao-3 .xList-item.swiper-slide-next:hover .flex-container .card-description,
.dhi-dao-3 .xList-item.swiper-slide-active:hover .flex-container .btn-tertiary,
.dhi-dao-3 .xList-item.swiper-slide-next:hover .flex-container .btn-tertiary {
	opacity: 1;
}

.dhi-dao-3 .swiper-pagination {
	display: none;
}

/* __ DHI__DAO - 4 */
.dhi-dao-4 .swiper-button-next,
.dhi-dao-4 .swiper-button-prev {
	width: 48px;
	height: 48px;
}

.dhi-dao-4 .swiper-button-next:after,
.dhi-dao-4 .swiper-button-prev:after {
	font-size: 4.8rem;
}

.dhi-dao-4 .swiper-button-next {
	right: -65px;
}

.dhi-dao-4 .swiper-button-prev {
	left: -69px;
}

.dhi-dao-4 .tab-inner-top-wrapper,
.dhi-dao-4 .tab-content-wrapper {
	max-width: 1320px;
	margin-left: auto;
	margin-right: auto;
}

.dhi-dao-4 .swiper-wrapper {
	margin-bottom: 0;
}

.dhi-dao-4 .bottom-content.content-wrapper {
	margin-top: 46px;
}

/* __ DHI__REVARDS */
.rewards.two-col-xlist-1200>.container>.xlist-strip>.strip-xlist>.xList-item {
	width: 45%;
}

.rewards .icons-list .xList-items .xList-item {
	max-width: 180px;
}

/* __ DHI__ANIMATED xBox */
.animated-mask-xbox .animated-mask-xbox__inner-wrapper {
	flex-direction: row;
	max-width: none;
}

.animated-mask-xbox .animated-mask-xbox__content-wrapper {
	max-width: 504px;
	margin-left: 5%;
}

.animated-mask-xbox {
	padding: 76px 0;
}

.animated-mask-xbox .animated-mask-xbox__image-wrapper--background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	clip-path: ellipse(100% 100% at calc(50% + 402px) 52%);
}

.animated-mask-xbox {
	position: relative;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.animated-mask-xbox .container {
	position: static;
}

.animated-mask-xbox .animated-mask-xbox__image-wrapper--background img {
	height: 100%;
	object-fit: cover;
}

.animated-mask-xbox .animated-mask-xbox__image-wrapper--mask {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	object-fit: cover;
	bottom: 0;
	margin: -15px 0;
	transition: all .4s ease;
}

.animated-mask-xbox .animated-mask-xbox__image-wrapper--mask img {
	height: 100%;
}

.animated-mask-xbox .animated-mask-xbox__image-wrapper--mask {
	display: block;
}


/* __ DHI__WHATS ON */
.dhi-dao-whats-on .swiper-button-next {
	right: 72px;
}

.dhi-dao-whats-on .swiper-button-prev {
	left: 72px;
}

.dhi-dao-whats-on .rotatorElement {
	padding-left: 16%;
}


/* __ DHI__SOCIAL WALL */

.r2g-social-wall-main-strip .container {
	position: relative;

}

.r2g-social-wall-main-strip .container .intro-content {
	width: 45%;
	position: absolute;
	z-index: 2;
	left: 0;
	height: 100%;
	background: var(--color-white);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.r2g-social-wall-main-strip .intro-content .content-wrapper {
	max-width: 361px;
}

.r2g-social-wall-main-strip .container .rotator-inner-wrapper {
	width: 100%;
	overflow: hidden;
}


.image-wrapper.behind-square::after {
	content: '';
	position: absolute;
	width: 230px;
	height: 300px;
	top: 0;
	right: 0;
	z-index: -1;
}

.image-wrapper.behind-square img {
	padding-right: 48px;
	padding-top: 35px;
}

.image-wrapper.behind-square.primary::after {
	background: var(--color-primary);
}

.r2g-social-wall-main-strip .intro-secondary-content {
	justify-content: flex-start;
	align-items: flex-start;
}


.home-featured-meetings .r2g-content-sub .content-wrapper {
	max-width: 305px;
}


/* Intro Content */
.r2g-flex-grid-main-strip.flex-grid-three-col-option-1>.container>.xlist-strip>.xList-items {
	max-width: none;
	margin: auto;
	justify-content: center;
	gap: 72px;
	align-items: flex-end;
}

.r2g-flex-grid-main-strip.flex-grid-three-col-option-1>.container>.xlist-strip>.xList-items>.xList-item {
	margin: 0 !important;
	width: calc(33.333% - (72px * 2 / 3));
}


.r2g-flex-grid-main-strip.flex-grid-three-col-option-1.home-intro>.container>.xlist-strip>.xList-items>.xList-item.item-1 .image-wrapper {
	max-width: 372px;
}

.r2g-flex-grid-main-strip.flex-grid-three-col-option-1>.container>.xlist-strip>.xList-items>.xList-item.item-2 .r2g-content-sub {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.r2g-flex-grid-main-strip.flex-grid-three-col-option-1.home-intro>.container>.xlist-strip>.xList-items>.xList-item.item-center {
	padding-bottom: 54px;
	width: 263px;
	transform-origin: left;
}

.r2g-flex-grid-main-strip.flex-grid-three-col-option-1.home-intro>.container>.xlist-strip>.xList-items>.xList-item.item-left {
	max-width: 400px;
}

.r2g-flex-grid-main-strip.flex-grid-three-col-option-1.home-intro>.container>.xlist-strip>.xList-items>.xList-item.item-right {
	max-width: 451px;
	width: calc(40% - (72px * 2 / 3));
}

.r2g-flex-grid-main-strip.flex-grid-three-col-option-1.home-intro>.container>.xlist-strip>.xList-items>.xList-item.item-center .r2g-content-sub {
	width: 263px;
}

.r2g-flex-grid-main-strip.flex-grid-three-col-option-1>.container>.xlist-strip>.xList-items>.xList-item.item-3 .r2g-xbox-image-only-sub {
	display: flex;
}

.r2g-flex-grid-main-strip.flex-grid-three-col-option-1>.container>.xlist-strip>.xList-items>.xList-item.item-3 .r2g-xbox-image-only-sub .image-wrapper {
	height: calc(100% - 16px);
}

.r2g-flex-grid-main-strip.flex-grid-three-col-option-1>.container>.xlist-strip>.xList-items>.xList-item.item-3 .r2g-xbox-image-only-sub img {
	height: 100%;
	object-fit: cover;
}

.r2g-flex-grid-main-strip.flex-grid-three-col-option-1>.container>.xlist-strip>.xList-items>.xList-item.item-1 {
	max-width: 315px;
}

.r2g-rotator-main-strip-option-2 .xList-item {
	transition: all .5s ease;
}

.r2g-rotator-main-strip-option-2 .xList-item:nth-child(even) {
	transform: translateY(52px);
}

.r2g-rotator-main-strip-option-2 .swiper {
	/*! padding: 0 260px 0 0; */
	;
}

.r2g-rotator-main-strip-option-2.strip-row {
	position: relative;
	overflow: visible;
	padding-bottom: var(--intro-section-gap);
}

.r2g-rotator-main-strip-option-2::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	background-color: #EEC4B4;
	height: 60%;
	bottom: 0;
	z-index: -100;
}

.r2g-rotator-main-strip-option-2 .flex-container {
	padding-right: 45px;
}


/* Featured Offers */

.r2g-tabs-with-rotator-option-1.r2g-tabs-main-strip .swiper,
.r2g-rotator-main-strip-sw.rotator-main-option-3 .swiper,
.r2g-rotator-main-strip-sw.rotator-main-option-4 .swiper {
	overflow: visible;
}

.r2g-rotator-main-strip-sw.rotator-main-option-3 .container,
.r2g-rotator-main-strip-sw.rotator-main-option-4 .container {
	overflow-x: hidden;
}

.r2g-rotator-main-strip-sw.rotator-main-option-3 .container>.intro-content,
.r2g-rotator-main-strip-sw.rotator-main-option-4 .container>.intro-content {
	max-width: 394px;
	margin: auto auto 54px;
}

/*.r2g-rotator-main-strip-sw.rotator-main-option-3 .container > .intro-content h2{*/
/*    margin-bottom: var(--default-gap);*/
/*}*/

.r2g-tabs-with-rotator-option-1.r2g-tabs-main-strip .swiper .xList-item.swiper-slide-active,
.r2g-rotator-main-strip-sw.rotator-main-option-3 .swiper .xList-item.swiper-slide-active,
.r2g-rotator-main-strip-sw.rotator-main-option-4 .swiper .xList-item.swiper-slide-active {
	transform: none;
}

.r2g-tabs-with-rotator-option-1 .flex-container,
.r2g-rotator-main-strip-sw.rotator-main-option-3 .flex-container {
	position: absolute;
	top: calc(100% - 80px);
	transition: all .4s ease;
	max-width: 394px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	padding: 0 20px;
}

.r2g-rotator-main-strip-sw.rotator-main-option-4 .flex-container {
	width: 100%;
	padding: 24px 20px;
	background: var(--color-primary);
}

.r2g-rotator-main-strip-sw.rotator-main-option-4 .image-wrapper {
	margin-bottom: 0;
}

.r2g-rotator-main-strip-sw.rotator-main-option-4 .image-wrapper img {
	aspect-ratio: 366/269;
}

.r2g-tabs-with-rotator-option-1.r2g-tabs-main-strip .swiper .xList-item,
.r2g-rotator-main-strip-sw.rotator-main-option-3 .swiper .xList-item,
.r2g-rotator-main-strip-sw.rotator-main-option-4 .swiper .xList-item {
	transform: translateY(-110px);
	transition: all .4s ease;
}

.r2g-tabs-with-rotator-option-1.r2g-tabs-main-strip .swiper .xList-item:hover .flex-container,
.r2g-rotator-main-strip-sw.rotator-main-option-3 .swiper .xList-item:hover .flex-container {
	top: 50%;
	transform: translate(-50%, -50%);
}

.r2g-tabs-with-rotator-option-1 .home-featured-offers .flex-container h4,
.r2g-rotator-main-strip-sw.rotator-main-option-3 .r2g-xbox-sub-component .flex-container h5 {
	margin-bottom: 90px;
	transition: all 0.4s ease-in-out;
}

.r2g-tabs-with-rotator-option-1.r2g-tabs-main-strip .swiper .xList-item:hover .home-featured-offers .flex-container h4,
.r2g-rotator-main-strip-sw.rotator-main-option-3 .swiper .xList-item:hover .r2g-xbox-sub-component .flex-container h5 {
	margin-bottom: 24px;
}

.r2g-tabs-with-rotator-option-1 .swiper-slide,
.r2g-rotator-main-strip-sw.rotator-main-option-3 .swiper-slide {
	overflow: hidden;
}

.r2g-tabs-with-rotator-option-1 .content-wrapper *:not(.btn),
.r2g-rotator-main-strip-sw.rotator-main-option-3 .content-wrapper *:not(.btn) {
	color: #fff;
}

.r2g-tabs-with-rotator-option-1 .image-wrapper,
.r2g-rotator-main-strip-sw.rotator-main-option-3 .image-wrapper {
	position: relative;
}

.r2g-tabs-with-rotator-option-1 .image-wrapper::before,
.r2g-rotator-main-strip-sw.rotator-main-option-3 .image-wrapper::before {
	content: "";
	position: absolute;
	background-color: var(--localization-color);
	opacity: 0;
	pointer-events: none;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all .4s ease;
}

.r2g-tabs-with-rotator-option-1.r2g-tabs-main-strip .swiper .xList-item:hover .image-wrapper::before,
.r2g-rotator-main-strip-sw.rotator-main-option-3 .swiper .xList-item:hover .image-wrapper::before {
	opacity: .82;
}

/* Featured Offers */
.r2g-rotator-main-strip-sw.rotator-main-option-3 .swiper .arrows-wrapper,
.r2g-rotator-main-strip-sw.rotator-main-option-4 .swiper .arrows-wrapper {
	top: auto;
	width: 323px;
	right: 0;
	position: absolute;
	justify-content: flex-start;
	margin-top: 0;
}

.r2g-rotator-main-strip-sw.rotator-main-option-3 .swiper .arrows-wrapper {
	bottom: 40px;
}

.r2g-rotator-main-strip-sw.rotator-main-option-4 .swiper .arrows-wrapper {
	bottom: 25px;
}

.r2g-rotator-main-strip-sw.rotator-main-option-3 .btn-quaternary {
	background-color: transparent;
	color: var(--color-white);
	border-color: var(--color-white);
}

.r2g-rotator-main-strip-sw.rotator-main-option-3 .btn-quaternary:hover {
	background-color: var(--color-white);
	color: var(--color-black);
	border-color: transparent;
}

.r2g-rotator-main-strip-sw.rotator-main-option-3 .btn-quaternary span {
	transition: 0.4s ease-in-out;
}

.r2g-rotator-main-strip-sw.rotator-main-option-3 .btn-quaternary:hover span {
	color: var(--color-black);
}

.r2g-rotator-main-strip-option-2 .arrows-wrapper {
	height: 100%;
}

.r2g-rotator-main-strip-option-2 .arrows-wrapper .swiper-button-next,
.r2g-rotator-main-strip-option-2 .arrows-wrapper .swiper-button-prev {
	top: 0;
	bottom: 0;
	height: 100%;
	width: 50%;
	opacity: 0;
	border-radius: 0;
}

.r2g-rotator-main-strip-option-2 .arrows-wrapper .swiper-button-next::after,
.r2g-rotator-main-strip-option-2 .arrows-wrapper .swiper-button-prev::after {
	display: none;
}

.r2g-rotator-main-strip-option-2 .arrows-wrapper .swiper-button-next {
	right: 0;
	cursor: url(/images/icons-and-symbols/cursor.png) 22 28, pointer;
}

.r2g-rotator-main-strip-option-2 .arrows-wrapper .swiper-button-prev {
	left: 0;
	cursor: url(/images/icons-and-symbols/cursor.png) 22 28, pointer;
}

.r2g-rotator-main-strip-option-2 .swiper-wrapper {
	/*! padding-left: 5vw; */
	;
}

.r2g-tabs-with-rotator-option-1.r2g-tabs-main-strip .tab-titles-wrapper .tab-items-wrapper {
	margin-bottom: 25px;
}

.r2g-tabs-with-rotator-option-1 .image-wrapper {
	margin-bottom: 0;
}

.r2g-map-with-info>.container>.xlist-strip>.strip-xlist>.xList-item.item-1 .r2g-image-map-sub-component,
.r2g-map-with-info>.container>.xlist-strip>.strip-xlist>.xList-item.item-1 svg {
	height: 100%;
}

.r2g-map-with-info>.container>.xlist-strip>.xList-items>.xList-item.item-2 {
	padding: 65px 100px;
}

.r2g-rotator-main-strip-option-2 .intro-content {
	max-width: none;
}


/* Review With Rating */
.r2g-review-with-rating-sub {
	padding: 48px;
}


/* Section Bottom */
.r2g-flex-grid-main-strip-option-1 .item-2 .r2g-flex-grid-sub-component>.xlist-strip>.strip-xlist>.xList-item>.r2g-content-sub {
	margin-top: 0;
	margin-bottom: 90px;
}

.r2g-flex-grid-main-strip-option-1 .item-2 .r2g-flex-grid-sub-component>.xlist-strip>.strip-xlist>.xList-item.item-2 {
	order: initial;
	margin-top: 0;
}

.r2g-flex-grid-main-strip-option-1 .item-1 .r2g-flex-grid-sub-component>.xlist-strip>.strip-xlist>.xList-item>.r2g-content-sub {
	margin-top: 90px;
}

.r2g-flex-grid-main-strip-option-1>.container>.xlist-strip>.strip-xlist>.xList-item {
	width: calc(50% - 48px);
}

.r2g-flex-grid-main-strip-option-1 {
	position: relative;
	overflow: visible !important;
}

.r2g-flex-grid-main-strip-option-1::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	background-color: #EEC4B4;
	height: 68%;
	bottom: -70px;
	z-index: -1;
}

.r2g-multiple-sliders-with-description>.container>.xlist-strip>.strip-xlist>.xList-item.item-2 {
	display: list-item;
}

.r2g-multiple-sliders-with-description>.container>.xlist-strip>.strip-xlist>.xList-item.item-1 .primary-arrows {
	display: none;
}

.r2g-flex-grid-sub-component>.xlist-strip>.strip-xlist>.xList-item.sliders-description .content-wrapper * {
	text-align: left;
}

.r2g-flex-grid-sub-component>.xlist-strip>.strip-xlist>.xList-item.sliders-description {
	order: inherit;
	margin-top: 24px;
	max-width: calc(25%);
	margin: 0 0 0 auto;
}

.r2g-flex-grid-sub-component>.xlist-strip>.strip-xlist>.xList-item.sliders-description .padding-wrapper {
	padding: 0;
}

.r2g-multiple-sliders-with-description .slider-small {
	max-width: calc(24.75%);
	position: relative;
}

.r2g-multiple-sliders-with-description>.container>.xlist-strip>.strip-xlist>.xList-item .r2g-flex-grid-sub-component>.flex-xlist>.xList-items {
	gap: 54px;
}

.r2g-multiple-sliders-with-description>.container>.flex-xlist>.xList-items {
	gap: 96px;
}

.r2g-multiple-sliders-with-description .slider-medium {
	transform: translateY(-60px);
	/*! width: calc(44.75%) !important; */
	width: calc(50% - 54px) !important;
}

.r2g-multiple-sliders-with-description .primary-arrows {
	max-width: 64px;
	display: flex;
	flex-direction: column;
	gap: 55px;
	right: -98px;
	top: 20px;
	transform: none;
}

.r2g-multiple-sliders-with-description .primary-arrows .swiper-button-next,
.r2g-multiple-sliders-with-description .primary-arrows .swiper-button-prev {
	position: static;
}

.r2g-multiple-sliders-with-description .slider-large {
	/*! max-width:calc(49.25%); */
	;
}


/* Whats on Slider */
.whats-on-slider .padding-wrapper {
	padding: 0 48px;
	box-sizing: border-box;
}

.r2g-rotator-main-strip-sw.r2g-rotator.whats-on-slider .arrows-wrapper {
	position: absolute;
	max-width: fit-content;
	right: 25px;
	margin-top: 0;
	top: auto;
	bottom: 64px;
	z-index: 100;
}

.r2g-rotator-main-strip-sw.r2g-rotator.whats-on-slider .r2g-flex-grid-sub-component>.xlist-strip>.strip-xlist>.xList-item {
	margin-block: 0;
}

.bottom-cta {
	margin-top: 70px;
}

.r2g-rotator-main-strip-sw.r2g-rotator.whats-on-slider .arrows-wrapper {
	top: auto;
	bottom: 125px;
}


/* Offers */
.r2g-tabs-with-rotator-option-1 .arrows-wrapper {
	position: absolute;
	max-width: calc(100% - 25px);
	top: calc(50% - 110px) !important;
}

.date-and-tag-wrapper {
	justify-content: flex-start;
}

.main-container::after {
	background-size: contain;
	background-position: top right;
}

/*.flex-grid-three-col-option-1  .image-wrapper {*/
/*	-webkit-clip-path: inset(0 200% 0 0);*/
/*	-ms-clip-path: inset(0 200% 0 0);*/
/*	clip-path: inset(0 200% 0 0);*/
/*	-webkit-transition: -webkit-clip-path 1.5s ease-in-out 0.0s;*/
/*	-ms-transition: -ms-clip-path 1.5s ease-in-out 0.0s;*/
/*	transition: clip-path 1.5s ease-in-out 0.0s;*/
/*}*/

/*.flex-grid-three-col-option-1.in-view  .image-wrapper {*/
/*	-webkit-clip-path: inset(0);*/
/*	-ms-clip-path: inset(0);*/
/*	clip-path: inset(0);*/
/*}*/

/*.flex-grid-three-col-option-1.in-view .image-wrapper img {*/
/*	transform: translate(-100%, 0);*/
/*	transition: all 0.2s cubic-bezier(0.69, 0.25, 0.22, 0.83);*/
/*	transition-delay: 1s;*/
/*	z-index: -1;*/
/*	position: relative;*/
/*}*/

/*.flex-grid-three-col-option-1.in-view .image-wrapper img {*/
/*	transform: translate(0, 0);*/
/*}*/

/*.flex-grid-three-col-option-1 .image-wrapper:before {*/
/*	content: '';*/
/*	position: absolute;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	background-color: var(--color-primary);*/
/*	z-index: 10;*/
/*	left: 0;*/
/*	transition: all 1s;*/
/*	transition-delay: 1.5s;*/
/*	z-index: 28;*/
/*}*/

/*.flex-grid-three-col-option-1.in-view .image-wrapper:before {*/
/*	left: 100%;*/
/*}*/

.r2g-social-wall-main-strip {
	position: relative;
	overflow: visible !important;
}

/*.r2g-social-wall-main-strip::after{*/
/*      content: "";*/
/*      position: absolute;*/
/*      left: 0;*/
/*      right: 0;*/
/*      background-color: #EEC4B4;*/
/*      height: 50%;*/
/*      bottom: -86px;*/
/*      z-index: -1;*/
/*}*/


.as-intro-content {
	margin-bottom: 57px;
}


/* Stay Page - Apartments & Suits section */
/*.our-apartments.r2g-css-flex-grid-main-strip .container {*/
/*	max-width: 1145px;*/
/*}*/

.alternate-ordering-list:nth-child(even) .r2g-css-flex-grid-sub-component>.flex-xlist>.xList-items>.xList-item:last-child .r2g-content-sub {
	padding-right: 96px;
}

.alternate-ordering-list:nth-child(even) .r2g-css-flex-grid-sub-component.dining-restaurants>.flex-xlist>.xList-items>.xList-item:last-child .r2g-content-sub {
	padding-right: 0;
}


/* ------------------------------ R2G Special Menu Main Strip start -------------------------------- */

.r2g-special-menu-sub-component>.xlist-strip>.strip-xlist>.xList-item.image {
	max-width: 667px;
}

.r2g-special-menu-sub-component.meeting>.xlist-strip>.strip-xlist>.xList-item.image {
	max-width: 50%;
}

.r2g-special-menu-sub-component>.xlist-strip>.strip-xlist>.xList-item.details {
	flex: 1;
}

.r2g-special-menu-sub-component .r2g-content-sub {
	display: flex;
	align-items: center;
	/*padding-left: 96px;*/
	padding-left: 117px;
}

.r2g-special-menu-sub-component.meeting.zig-zag-image-right .r2g-content-sub {
	/*padding-right: 96px;*/
	padding-right: 117px;
}

.r2g-special-menu-sub-component .r2g-content-sub .content-wrapper {
	max-width: 568px;
}

/* ------------------------------ R2G Special Menu Main Strip end -------------------------------- */


/* --------------------------- R2G lg Two Col Content Image Main Strip start ----------------------- */

/*.r2g-lg-two-col-content-image-main-strip .r2g-content-sub {*/
/*	padding-left: 96px;*/
/*}*/

.r2g-lg-two-col-content-image-main-strip .r2g-content-sub .content-wrapper {
	max-width: 549px;
}

/* --------------------------- R2G lg Two Col Content Image Main Strip end ----------------------- */


/* --------------------------------- R2G Explore Item sub start ----------------------------------- */

/*.r2g-explore-item-sub .r2g-content-sub {*/
/*	padding-left: 96px;*/
/*}*/

/*.xList-item:nth-child(2n) .r2g-explore-item-sub .r2g-content-sub {*/
/*	padding-left: var(--default-gap);*/
/*	padding-right: 96px;*/
/*	justify-content: flex-end;*/
/*}*/

/*.r2g-explore-item-sub .r2g-content-sub .content-wrapper {*/
/*	max-width: 589px;*/
/*}*/

/* --------------------------------- R2G Explore Item sub end ----------------------------------- */


/* ---------------------------------------- R2G Dining Detail Main start ------------------------------- */


.dining-detail-info-main .content-wrapper {
	padding: 65px;
}

.dining-detail-info-main .dining-info-wrapper {
	justify-content: flex-start;
	flex-direction: row;
}

.dining-detail-info-main .dining-info-item {
	width: calc(50% - (42px / 2));
}

.dining-detail-info-main .dining-info-title {
	justify-content: flex-start;
}

.r2g-dining-detail-main>.container>.xlist-strip>.strip-xlist>.xList-item.item-1,
.r2g-dining-detail-main>.container>.xlist-strip>.strip-xlist>.xList-item.item-2 {
	padding: 46px 52px;
}

/* ---------------------------------------- R2G Dining Detail Main end ------------------------------- */


/* ----------------------------------------- R2G Gallery Rotator start --------------------------------------- */

.r2g-gellery-rotator-main-strip .swiper-wrapper {
	padding: 45px 0;
}

.r2g-gellery-rotator-main-strip .swiper-slide {
	left: 0;
	transition: all 0.5s;
}

.r2g-gellery-rotator-main-strip .swiper-slide.swiper-slide-prev {
	left: -70px;
}

.r2g-gellery-rotator-main-strip .swiper-slide.swiper-slide-next {
	left: 70px;
}

.r2g-gellery-rotator-main-strip .swiper-slide.swiper-slide-active {
	scale: 1.2;
}

/* ----------------------------------------- R2G Gallery Rotator end --------------------------------------- */

/* ----------------------------------------- R2G Amenities List Sub start --------------------------- */

.r2g-amenities-list-sub.r2g-aminities-list-alt {
	max-width: 100%;
}

.r2g-amenities-list-sub.r2g-aminities-list-alt.r2g-flex-grid-sub-component>.xlist-strip>.strip-xlist>.xList-item {
	width: calc(33% - 25px) !important;
}

/* ----------------------------------------- R2G Amenities List Sub end --------------------------- */


/* ----------------------------------------- R2G Media Tabs Main Strip start ------------------------- */

/*.r2g-media-tabs-main-strip .r2g-rotator-sub-component-sw .swiper .swiper-button-next {*/
/*	right: 35px;*/
/*}*/

/*.r2g-media-tabs-main-strip .r2g-rotator-sub-component-sw .swiper .swiper-button-prev {*/
/*	left: 35px;*/
/*}*/

/* ----------------------------------------- R2G Media Tabs Main Strip end ------------------------- */


/*------------------ Home Featured What's On Start -------------------*/

.featured-whats-on .intro-content {
	max-width: 713px;
}

/*------------------ Home Featured What's On End -------------------*/


/*------------------------ X-box with Gray Background Start -------------------------*/

.r2g-xbox-sub-component.xbox-with-gray-bg .xbox-wrapper .flex-container {
	padding: 50px 50px;
}

/*------------------------ X-box with Gray Background End -------------------------*/

/*------------------------ X-box with Gray Background Start -------------------------*/

.r2g-xbox-sub-component.xbox-with-white-bg .xbox-wrapper .flex-container {
	padding: 50px 50px;
}

/*------------------------ X-box with Gray Background End -------------------------*/


/* ------------------------------- R2G Contact Grid Main Strip start ----------------------------- */

.three-col-css-xlist-1200.with-gap.three-column-narrow-gap>.container>.xlist-strip>.strip-xlist>.xList-item {
	width: calc(33.3333% - (60px * 2 / 3));
}


/* ------------------------------- R2G Contact Grid Main Strip end ----------------------------- */


.r2g-content-sub.r2g-xbox-sub-component-with-amenities .content-wrapper .description-row {
	margin-bottom: 58px;
}


/*------------------ xBox - Lisitng block with Background Start -------------------*/

.r2g-xbox-sub-component.listing-block-with-bg .xbox-wrapper .flex-container {
	padding: 50px;
}

/*------------------ xBox - Lisitng block with Background End -------------------*/


/*------------------ xBox - Lisitng block with Background Start -------------------*/

.content-with-fluid-image .container:first-child {
	margin-bottom: 58px;
}

/*------------------ xBox - Lisitng block with Background End -------------------*/

/*------------------ Accommmodation Detail Start -------------------*/
.accommodation-details .container .flex-xlist {
	padding-bottom: 65px;
}

/*------------------ Accommmodation Detail End -------------------*/


.arrows-bottom-with-pagination.arrows-start .arrows-wrapper {
	justify-content: flex-start;
}


.arrows-bottom-with-pagination.vertical-arrows-desktop .swiper-wrapper {
	margin-bottom: 0;
}

.arrows-bottom-with-pagination.vertical-arrows-desktop .arrows-wrapper {
	justify-content: flex-start;
	position: absolute;
	padding: 2px;
	top: 0;
	width: 90px;
	flex-direction: column;
	background: var(--color-white);
	height: calc(100% + 2px);
}

.arrows-bottom-with-pagination.vertical-arrows-desktop.arrows-right .swiper {
	padding-right: 90px;
}

.arrows-bottom-with-pagination.vertical-arrows-desktop.arrows-left .swiper {
	padding-left: 90px;
}

.arrows-bottom-with-pagination.vertical-arrows-desktop.arrows-right .arrows-wrapper {
	align-items: flex-end;
	right: 0;
}

.arrows-bottom-with-pagination.vertical-arrows-desktop.arrows-left .arrows-wrapper {
	align-items: flex-start;
	left: 0;
	transform: translate(-1px, -1px);
}

.arrows-bottom-with-pagination.vertical-arrows-desktop.arrows-center .arrows-wrapper {
	align-items: flex-start;
	left: 40%;
	transform: translate(-50%, -1px);
}

.arrows-bottom-with-pagination.arrows-right-horizontal .arrows-wrapper {
	justify-content: flex-end;
	bottom: 150px;
}

.r2g-rotator-main-strip-sw.slide-overflow .swiper {
	padding: 0;
	margin: 0 -20%;
}


/* Stay Page - Offers Section */
/*.r2g-rotator-main-strip-sw.offers-strip .container .arrows-wrapper .swiper-button-next {*/
/*	right: 50px;*/
/*}*/

/*.r2g-rotator-main-strip-sw.offers-strip .container .arrows-wrapper .swiper-button-prev {*/
/*	left: 50px;*/
/*}*/


/* Stay Details Page - Details Section */
.r2g-rotator-main-strip-sw.stay-detail-rotator .container .bottom-content {
	gap: 96px;
	padding: 58px 60px;
}

.r2g-rotator-main-strip-sw.stay-detail-rotator .container .bottom-content .bottom-content-right .features-icons {
	flex-direction: row;
}

.r2g-rotator-main-strip-sw.stay-detail-rotator .container .share-page {
	padding: 0 100px 55px;
	padding-left: 60px;
}

.r2g-rotator-main-strip-sw.stay-detail-rotator .container .bottom-content .bottom-content-right .features-item {
	text-align: left;
}


/* ------------------------------- R2G Contact Grid Main Strip start ----------------------------- */

.r2g-css-flex-grid-sub-component.three-col-xlist-1200.with-gap.center-content-3-col-item>.xlist-strip>.strip-xlist>.xList-item.item-left-image {
	width: calc(35% - (var(--css-grid-between-gap) * 2 / 3));
}

.r2g-css-flex-grid-sub-component.three-col-xlist-1200.with-gap.center-content-3-col-item>.xlist-strip>.strip-xlist>.xList-item.item-center-content {
	width: calc(40% - (var(--css-grid-between-gap) * 2 / 3));
}

.r2g-css-flex-grid-sub-component.three-col-xlist-1200.with-gap.center-content-3-col-item>.xlist-strip>.strip-xlist>.xList-item.item-right-image {
	width: calc(25% - (var(--css-grid-between-gap) * 2 / 3));
}

/* ------------------------------- R2G Contact Grid Main Strip end ----------------------------- */


/* ------------------------------- Two Column Flex with Rotator start ----------------------------- */

.two-col-css-xlist-1200.with-gap.two-col-with-rotator>.container>.xlist-strip>.strip-xlist>.xList-item.item-content {
	width: calc(40% - (var(--css-grid-between-gap) / 2));
}

.two-col-css-xlist-1200.with-gap.two-col-with-rotator>.container>.xlist-strip>.strip-xlist>.xList-item.item-rotator {
	width: calc(60% - (var(--css-grid-between-gap) / 2));
}

/* ------------------------------- Two Column Flex with Rotator end ----------------------------- */


/*------------------ Two Column Flex 60% - 40% Main Strip start ---------------*/

.two-col-css-xlist-1200.with-gap.two-col-flex-60-40>.container>.xlist-strip>.strip-xlist>.xList-item.column-60 {
	width: calc(60% - var(--css-grid-between-gap) / 2);
}

.two-col-css-xlist-1200.with-gap.two-col-flex-60-40>.container>.xlist-strip>.strip-xlist>.xList-item.column-40 {
	width: calc(40% - var(--css-grid-between-gap) / 2);
}

/*------------------ Two Column Flex 60% - 40% Main Strip end ---------------*/


/*------------------ Two Column Flex 60% - 40% Subcomponent start ---------------*/

.r2g-css-flex-grid-sub-component.two-col-xlist-1200.two-col-flex-60-40>.xlist-strip>.strip-xlist>.xList-item.column-60 {
	width: calc(60% - var(--css-grid-between-gap) / 2);
}

.r2g-css-flex-grid-sub-component.two-col-xlist-1200.two-col-flex-60-40>.xlist-strip>.strip-xlist>.xList-item.column-40 {
	width: calc(40% - var(--css-grid-between-gap) / 2);
}

/*------------------ Two Column Flex 60% - 40% Subcomponent end ---------------*/


/*------------------ Dining - Other Restaurants start ---------------*/

.r2g-css-flex-grid-sub-component.two-col-flex-60-40.dining-restaurants .r2g-dining-details-sub .content-wrapper {
	padding: 50px 45px 50px 0;
}

.alternate-ordering-list:nth-child(even) .r2g-css-flex-grid-sub-component.two-col-flex-60-40.dining-restaurants .r2g-dining-details-sub .content-wrapper {
	padding: 50px 0 50px var(--css-grid-between-gap);
}

/*------------------ Dining - Other Restaurants end ---------------*/

/*------------------ Home Featured What's On Start -------------------*/

.featured-whats-on .intro-content {
	max-width: 749px;
}

/*------------------ Home Featured What's On End -------------------*/