/*
    Created on : Aug 21, 2024 06:53:46 am
    Author     : hashan.athurugiriya@ebeyonds.com
*/

/*---------------- Two Column Page Intro Start ----------------------*/

.r2g-content-main-strip-v2.intro-main-strip .content-wrapper .content-item.title {
	width: calc(50% - (var(--css-grid-between-gap) * 2));
}

/*---------------- Two Column Page Intro End ----------------------*/


/*------------ What's On Listing Start --------------------*/

.r2g-content-main-strip-v2.search-filter .content-wrapper {
	gap: 40px;
}

.r2g-content-main-strip-v2.search-filter .content-wrapper .filter-item {
	width: 289px;
}

.r2g-content-main-strip-v2.search-filter .content-wrapper .filter-item.filter-search {
	width: 346px;
}


/*------------ What's On Listing End --------------------*/

/*------------ Career --------------*/

.selection-tab .tabs-wrapper {
	padding: 50px 60px;
}


/*----------------------------------------- Description With Icons ------------------------------------------------------*/

.description-with-icons.two-col-xlist-1200>.container>.xlist-strip>.strip-xlist>.xList-item.item-2 .xList-item {
	width: 25% !important;
}

/*----------------------------------------- Description With Icons End ------------------------------------------------------*/

/** R2G Rotator Ms Option 2 **/


.r2g-rotator-ms-option-2 .arrows-wrapper {
	display: block;
}

.swiper-pagination-bullet-active {
	background-color: #000;
}

.r2g-rotator-ms-option-2 .container {
	padding: 53px 0;
}

.r2g-rotator-ms-option-2 .container {
	background-color: #eec4b4;
}

.r2g-rotator-ms-option-2 .container::before {
	content: "";
	background-image: url(/images/site-specific/why-book-with-us/section-background.svg);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
}

.r2g-rotator-ms-option-2 .rotator-outer-wrapper {
	max-width: 1210px;
	margin: auto;
	position: relative;
}

.r2g-rotator-ms-option-2 .r2g-xbox-sub-component {
	transition: all 0.4s ease;
	min-height: 505px;
}

.r2g-rotator-ms-option-2 .swiper-slide-prev .r2g-xbox-sub-component {
	margin-left: auto;
}

.r2g-rotator-ms-option-2 .swiper-slide-active .r2g-xbox-sub-component,
.r2g-rotator-ms-option-2 .swiper-slide-duplicate-active .r2g-xbox-sub-component {
	max-width: 470px;
}

.r2g-rotator-ms-option-2 .r2g-xbox-sub-component-expand-wrapper {
	height: 0;
	overflow: hidden;
	transition: all 0.4s ease;
}

.r2g-rotator-ms-option-2 .r2g-xbox-sub-component__expand-content {
	height: 0;
	overflow: hidden;
	transition: all .4s ease;
	margin: 0;
}

.r2g-rotator-ms-option-2 .r2g-xbox-sub-component .flex-container {
	padding: 32px 24px;
}

.r2g-rotator-ms-option-2 .swiper-slide-active .r2g-xbox-sub-component__expand-content {
	height: 85px;
}

.r2g-rotator-ms-option-2 .swiper-wrapper .r2g-xbox-sub-component {
	display: flex;
	align-items: center;
}

.r2g-rotator-ms-option-2 .arrows-wrapper {
	left: auto;
	transform: none;
	width: 100%;
	top: 50%;
}

.r2g-rotator-ms-option-2 .swiper-pagination {
	display: none;
}

.r2g-rotator-ms-option-2 .swiper-button-next {
	right: 15px;
}

.r2g-rotator-ms-option-2 .swiper-button-prev {
	left: 15px;
}

.r2g-rotator-ms-option-2 .swiper-button-next:after,
.r2g-rotator-ms-option-2 .swiper-button-prev:after {
	color: #000;
}


/** R2G Rotator Ms Option 2 **/


/** R2G xBox Sub Option 2 **/

.r2g-xbox-sub-option-2 .xbox-wrapper {
	overflow: hidden;
}

.r2g-xbox-sub-option-2 .flex-container {
	position: absolute;
	bottom: -100px;
	transition: all .4s ease;
	padding: 0;
	width: 100%;
	padding: 36px !important;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	-moz-backdrop-filter: blur(10px);
	-o-backdrop-filter: blur(10px);
	border-top: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.r2g-xbox-sub-option-2 .card-title,
.r2g-xbox-sub-option-2 .card-icon,
.r2g-xbox-sub-option-2 .card-description,
.r2g-xbox-sub-option-2 .btn-tertiary {
	color: #fff;
	transition: all .4s ease;
}

.r2g-xbox-sub-option-2 .card-title {
	margin-bottom: 16px !important;
}

.r2g-xbox-sub-option-2 .card-icon span {
	font-size: 2.4rem;
	padding-right: 8px;
	position: relative;
	top: 3px;
}

.r2g-xbox-sub-option-2 .card-description,
.r2g-xbox-sub-option-2 .btn-tertiary {
	opacity: 0;
}

.r2g-xbox-sub-option-2 .badge {
	background-color: rgba(255, 255, 255, 1);
	color: var(--color-absolute-black);
	opacity: 0;
	transition: all .4s ease;
}

.r2g-xbox-sub-option-2:hover .flex-container,
.r2g-xbox-sub-option-2:hover .flex-container {
	bottom: 0;
}

.r2g-xbox-sub-option-2:hover .flex-container .badge,
.r2g-xbox-sub-option-2:hover .flex-container .badge {
	opacity: 1;
	background-color: rgba(255, 255, 255, .5);
}

.r2g-xbox-sub-option-2:hover .flex-container .card-description,
.r2g-xbox-sub-option-2:hover .flex-container .card-description,
.r2g-xbox-sub-option-2:hover .flex-container .btn-tertiary,
.r2g-xbox-sub-option-2:hover .flex-container .btn-tertiary {
	opacity: 1;
}

.r2g-xbox-sub-option-2 .image-wrapper {
	margin-bottom: 0 !important;
}

.r2g-xbox-sub-option-2 .image-wrapper img {
	transform: scale(1);
	transition: transform 0.6s ease;
}

.r2g-xbox-sub-option-2:hover .image-wrapper img {
	transform: scale(1.1);
}


/*----------- xBox Sub Component Option 3 ----------------*/

.r2g-xbox-sub-option-3 .xbox-wrapper {
	overflow: hidden;
}

.r2g-xbox-sub-option-3 .image-wrapper {
	margin-bottom: 0 !important;
}

.r2g-xbox-sub-option-3 .flex-container {
	position: absolute;
	bottom: -150px;
	transition: all .4s ease;
	padding: 0;
	width: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0) 100%);
}

.whatsOnGeneralRotator .r2g-xbox-sub-option-3 .flex-container {
	padding: 32px !important;
}

.whatsOnActiveRotator .r2g-xbox-sub-option-3 .flex-container {
	padding: 48px !important;
}

.r2g-xbox-sub-option-3 .xbox-wrapper .image-wrapper img {
	transition: transform 0.8s ease;
}

.whatsOnActiveRotator .r2g-xbox-sub-option-3 .xbox-wrapper .image-wrapper img {
	height: 100%;
	object-fit: cover;
}

.whatsOnActiveRotator .r2g-xbox-sub-option-3 .xbox-wrapper .image-wrapper,
.whatsOnActiveRotator .r2g-xbox-sub-option-3 .xbox-wrapper,
.whatsOnActiveRotator .r2g-xbox-sub-option-3 {
	height: 100%;
}

.r2g-xbox-sub-option-3 .xbox-wrapper .flex-container .content-wrapper .xbox-card-title,
.r2g-xbox-sub-option-3 .xbox-wrapper .flex-container .content-wrapper .whats-on-date-category,
.r2g-xbox-sub-option-3 .xbox-wrapper .flex-container .content-wrapper .xbox-card-content {
	margin-bottom: 16px;
}

.r2g-xbox-sub-option-3 .xbox-wrapper .flex-container .content-wrapper .xbox-card-title a {
	text-decoration: none;
}

.r2g-xbox-sub-option-3 .xbox-wrapper .flex-container .content-wrapper .whats-on-date-category .date,
.r2g-xbox-sub-option-3 .xbox-wrapper .flex-container .content-wrapper .xbox-card-title {
	color: var(--color-white);
	font-weight: bold;
}

.r2g-xbox-sub-option-3 .xbox-wrapper .flex-container .content-wrapper .whats-on-date-category .date span,
.r2g-xbox-sub-option-3 .xbox-wrapper .flex-container .content-wrapper .xbox-card-content,
.r2g-xbox-sub-option-3 .xbox-wrapper .flex-container .content-wrapper .xbox-card-link a.btn-tertiary {
	color: var(--color-white);
}

.r2g-xbox-sub-option-3 .xbox-wrapper .flex-container .content-wrapper .xbox-card-link a.btn-tertiary:hover {
	color: var(--color-white);
}

.r2g-xbox-sub-option-3 .xbox-wrapper .flex-container .content-wrapper .xbox-card-content,
.r2g-xbox-sub-option-3 .xbox-wrapper .flex-container .content-wrapper .xbox-card-link {
	opacity: 0;
	transition: opacity 0.4s ease-in-out;
}

.whatsOnActiveRotator .r2g-xbox-sub-option-3 .xbox-wrapper .flex-container .content-wrapper .xbox-card-content,
.whatsOnActiveRotator .r2g-xbox-sub-option-3 .xbox-wrapper .flex-container .content-wrapper .xbox-card-link {
	opacity: 1;
}

.whatsOnActiveRotator .r2g-xbox-sub-option-3 .xbox-wrapper .flex-container,
.whatsOnActiveRotator .r2g-xbox-sub-option-3 .xbox-wrapper .flex-container {
	bottom: 0;
}

.r2g-xbox-sub-option-3:hover .xbox-wrapper .image-wrapper img {
	transform: scale(1.1);
}

.whatsOnGeneralRotator .r2g-xbox-sub-option-3:hover .xbox-wrapper .flex-container .content-wrapper .xbox-card-content,
.whatsOnGeneralRotator .r2g-xbox-sub-option-3:hover .xbox-wrapper .flex-container .content-wrapper .xbox-card-link {
	opacity: 1;
}

.whatsOnGeneralRotator .r2g-xbox-sub-option-3:hover .xbox-wrapper .flex-container,
.whatsOnGeneralRotator .r2g-xbox-sub-option-3:hover .xbox-wrapper .flex-container {
	bottom: 0;
}

.flex-column-rotator {
	height: 100%;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
}

.flex-column-rotator>div {
	width: 100%;
}

.r2g-css-flex-grid-main-strip.sync-slider>.container>.xlist-strip>.xList-items>.xList-item.item-2 {
	display: block;
}


/** R2G xBox Sub Option 2 **/


.r2g-tabs-main-strip-with-rotator-option-1 .swiper-button-next,
.r2g-tabs-main-strip-with-rotator-option-1 .swiper-button-prev {
	width: 48px;
	height: 48px;
}

.r2g-tabs-main-strip-with-rotator-option-1 .swiper-button-next {
	right: -65px;
}

.r2g-tabs-main-strip-with-rotator-option-1 .swiper-button-prev {
	left: -69px;
}

.r2g-tabs-main-strip-with-rotator-option-1 .tab-inner-top-wrapper,
.r2g-tabs-main-strip-with-rotator-option-1 .tab-content-wrapper {
	max-width: 1320px;
	margin-left: auto;
	margin-right: auto;
}

.r2g-tabs-main-strip-with-rotator-option-1 .swiper-wrapper {
	margin-bottom: 0;
}


/* End R2G Tabs Main Strip With Rotator Option 1*/


/* Animated-mask-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: calc(10% - 50px);
}

.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.animated-mask-xbox .animated-mask-xbox__image-wrapper--background {
	opacity: 0;
	transition: opacity 2.2s ease;
}

.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;
	object-position: right;
}

.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;
}

.animated-mask-xbox__image-wrapper::before {
	display: block;
}


/* End Animated-mask-xbox */


/* R2G Social Wall Main Strip */


/*.r2g-social-wall-main-strip .swiper-button-next {*/
/*	right: 70px;*/
/*}*/

/*.r2g-social-wall-main-strip .swiper-button-prev {*/
/*	left: 70px;*/
/*}*/

/*.r2g-social-wall-main-strip .swiper-button-next:after, */
/*   .r2g-social-wall-main-strip .swiper-button-prev:after {*/
/*	color: #000;*/
/*}*/


/* End R2G Social Wall Main Strip */

/** R2G Rotator Ms Option 3 **/

.r2g-rotator-ms-option-3 .image-wrapper {
	margin-bottom: 0 !important;
}

.r2g-rotator-ms-option-3 .arrows-wrapper {
	width: 90%;
	left: 50%;
	transform: translateX(-50%);
}

/*.r2g-rotator-ms-option-3 .rotatorElement.whats-on-home{*/
/*    padding: 0 !important;*/
/*    margin: 0 -25% !important;*/
/*}*/


/* R2G Rotator Ms Option 3 */


/*-------------------- Flex grid main strip Start --------------------- */


.two-col-css-xlist-1024.with-gap.xbox-main-strip-option-1>.container>.xlist-strip>.strip-xlist>.xList-item.image-block {
	width: 545px;
	height: auto;
}

.two-col-css-xlist-1024.with-gap.xbox-main-strip-option-1>.container>.xlist-strip>.strip-xlist>.xList-item.text-block {
	max-width: 523px;
}


/*-------------------- Flex grid main strip End --------------------- */


/*------------------------- Footer Start --------------------------*/

.r2g-css-flex-grid-sub-component.two-col-xlist-1200.with-gap.footer-flex-list>.xlist-strip>.strip-xlist>.xList-item {
	width: calc(50% - (64px / 2));
}

.r2g-css-flex-grid-sub-component.two-col-xlist-1200.with-gap.footer-flex-list>.xlist-strip>.strip-xlist>.xList-item.item-sec-1 {
	width: calc(40% - (64px / 2));
}

.r2g-css-flex-grid-sub-component.two-col-xlist-1200.with-gap.footer-flex-list>.xlist-strip>.strip-xlist>.xList-item.item-sec-2 {
	width: calc(60% - (64px / 2));
}

.r2g-css-flex-grid-sub-component.two-col-xlist-1200.with-gap.footer-flex-list>.xlist-strip>.strip-xlist>.xList-item.item-menu {
	width: calc(50% - (64px / 2));
}

.r2g-css-flex-grid-sub-component.two-col-xlist-1200.with-gap.footer-flex-list>.xlist-strip>.strip-xlist>.xList-item.item-contact {
	width: calc(50% - (64px / 2));
}

.expandable-content .brand-expand-item {
	padding: 0;
}

.expandable-content .brand-expand-item .brand-city-list .brand-city-item {
	width: calc(20% - 42px);
}

.footer-expandable .back-to-top {
	bottom: 180px;
}

.footer-expandable .back-to-top.bottom {
	bottom: 390px;
}

/*------------------------- Footer End --------------------------*/


/*------------ What's On Page Start --------------------*/


.whats-on-date-category.home-featured .date {
	color: #fff;
}

.whats-on-date-category.home-featured .date>p>span {
	color: #fff;
}

/*------------ What's On Page --------------------*/

.r2g-content-main-strip-v2.search-filter .content-wrapper {
	gap: 40px;
}

.r2g-content-main-strip-v2.search-filter .content-wrapper .filter-item {
	width: 289px;
}

.r2g-content-main-strip-v2.search-filter .content-wrapper .filter-item.filter-search {
	width: 346px;
}


/*------------ What's On Page End --------------------*/

/* R2G Amenities List Start */


[data-cse_blockid="block-660e9fa675942___1712234406"].r2g-css-flex-grid-main-strip.with-gap>.container>.flex-xlist>.xList-items {
	gap: var(--css-grid-between-gap);
	max-width: 1301px;
	margin: auto;
}

.two-col-layout-with-amenities {
	margin: auto
}

[data-cse_blockid="block-660e9fa675942___1712234406"] .r2g-icon-with-text-option-1 {
	margin-left: 0;
}


.stay-detail-offers {

	padding: 94px 0;
	background-color: #EEC4B4;

}


/* R2G Amenities List End */

/*-------------------- Two Column Content start --------------------- */


.two-column-content-md {

	column-gap: 64px;
}

/*-------------------- Two Column Content end --------------------- */


/*------------ Image With Two Column --------------*/

.image-with-two-column-content .narrow-content {

	max-width: 1105px;
	column-count: 2;
	column-gap: 117px;

}


/*------------------------- Button Badge Start --------------------------*/

.button-badge {
	top: 50px;
}

/*------------------------- Button Badge End --------------------------*/


.home-featured-explore-item .flex-container {
    min-height: 230px;
}