#roomsSec {
	position: relative;
	padding-top: 96px;
	padding-bottom: 128px;
	background-color: #f6f6f6;
	background-image: url(../../images//sparkle-bg.png);
	background-position: center;
	background-repeat: repeat;
	overflow: hidden;
}

#roomsSec .roomsTopBox {
	position: relative;
	width: 100%;
}

#roomsSec .roomsTopBox .titleBox {
	width: 100%;
	margin: 0 0 96px 0;
}

#roomsSec .roomsTopBox .titleBox .h2 {
	display: block;
	margin: 0 0 0 0;
	font-size: 2.375rem;
	color: #52d7fa;
	font-weight: 300;
	line-height: 2.75rem;
	text-align: center;
}

#roomsSec .roomsTopBox .titleBox .h2 strong {
	color: #204f86;
	font-weight: 700;
	font-style: italic;
}

#roomsSec .roomsTopBox .filterBox {
	border-bottom: 1px solid #b0b0b0;
	padding-bottom: 32px;
	margin-bottom: 32px;
}

#roomsSec .roomsTopBox .filterBox .accommodationBox {
	display: flex;
	align-items: center;
	gap: 15px;
}

#roomsSec .roomsTopBox .filterBox .accommodationBox label {
	margin: 0;
	font-size: 1rem;
	color: #6d6d6d;
	font-weight: 700;
	line-height: 1.5rem;
	text-transform: uppercase;
}

#roomsSec .roomsTopBox .filterBox .accommodationBox .accommodationMenu {
	position: relative;
	z-index: 2;
}

#roomsSec .roomsTopBox .filterBox .accommodationBox .accommodationMenu>a {
	display: block;
	width: 235px;
	padding: 11px 15px;
	padding-right: 38px;
	background-color: #ffffff;
	border: 1px solid #b0b0b0;
	border-radius: 8px;
	font-size: 0.75rem;
	color: #204f86;
	font-weight: 700;
	line-height: 1rem;
	text-transform: uppercase;
	transition: 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#roomsSec .roomsTopBox .filterBox .accommodationBox .accommodationMenu>a::after {
	content: "";
	width: 24px;
	height: 24px;
	background-color: #e5edf9;
	background-image: url("../../images//select-menu-icon.svg");
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 4px;
	position: absolute;
	top: 8px;
	right: 8px;
	transition: 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#roomsSec .roomsTopBox .filterBox .accommodationBox .accommodationMenu>a:hover::after {
	background-color: #204f86;
	background-image: url(../../images//white-arrow.svg);
}

#roomsSec .roomsTopBox .filterBox .accommodationBox .accommodationMenu a.open+ul {
	transform: translateY(0em);
	opacity: 1;
	visibility: visible;
}

#roomsSec .roomsTopBox .filterBox .accommodationBox .accommodationMenu ul {
	width: 100%;
	min-width: 100px;
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 8px 8px;
	background-color: #ffffff;
	box-shadow: 0 0 15px 0 rgb(41 51 88 / 10%);
	border-radius: 5px;
	position: absolute;
	top: 100%;
	right: 0;
	transform: translateY(0.5em);
	opacity: 0;
	visibility: hidden;
	transition: 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#roomsSec .roomsTopBox .filterBox .accommodationBox .accommodationMenu ul li {
	display: block;
	font-size: 1rem;
	color: #6d6d6d;
	font-weight: 400;
	line-height: 1.5rem;
	text-transform: uppercase;
}

#roomsSec .roomsTopBox .filterBox .accommodationBox .accommodationMenu ul li a {
	display: block;
	padding: 4px 8px;
	background-color: transparent;
	border-radius: 4px;
	color: #6d6d6d;
	font-weight: 400;
	text-decoration: none;
	transition: 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#roomsSec .roomsTopBox .filterBox .accommodationBox .accommodationMenu ul li a:hover {
	background-color: #e5edf9;
	color: #204f86;
}

#roomsSec .roomsTopBox .filterBox .accommodationBox .accommodationMenu ul li.current>a {
	pointer-events: none;
	background-color: transparent;
	color: #204f86;
	font-weight: 700;
}

#roomsSec .roomsBox {}

#roomsSec .roomsBox .rooms {
	display: flex;
	flex-direction: row-reverse;
	/*flex-wrap: wrap;*/
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 64px;
}

#roomsSec .roomsBox .rooms:last-child {
	margin-bottom: 0px;
}

#roomsSec .roomsBox .rooms .image {
	position: relative;
	width: 55%;
	border-radius: 8px;
	transition-property: transform, opacity;
	transition-duration: 1000ms;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	overflow: hidden;
}

#roomsSec .roomsBox .rooms .image>img {
	width: 100%;
	height: auto;
}

#roomsSec .roomsBox .rooms .image .viewGallery {
	width: auto;
	padding: 8px 8px 8px 24px;
	background: rgba(69, 69, 69, 0.24);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	border-radius: 8px;
	position: absolute;
	bottom: 16px;
	right: 16px;
	z-index: 1;
}

#roomsSec .roomsBox .rooms .image .viewGallery .hidden {
	display: none;
}

#roomsSec .roomsBox .rooms .image .viewGallery .link {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	min-height: 40px;
	padding-right: 64px;
	font-size: 0.75rem;
	color: #ffffff;
	font-weight: 700;
	line-height: 1rem;
	text-transform: uppercase;
}

#roomsSec .roomsBox .rooms .image .viewGallery .link::after {
	content: "";
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	background-image: url(../../images//gallery-icon.svg);
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 4px;
	position: absolute;
	top: 8px;
	right: 8px;
	transition: 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#roomsSec .roomsBox .rooms .image .viewGallery .link:hover::after {
	background-color: #fff;
	background-image: url(../../images//gallery-blue-icon.svg);
}

#roomsSec .roomsBox .rooms .content {
	width: 45%;
	max-width: 580px;
	padding: 0 64px 64px 0px;
}

#roomsSec .roomsBox .rooms .content .h2,
#roomsSec .roomsBox .rooms .content .h3 {
	margin: 0 0 32px 0;
	font-size: 2.375rem;
	color: #204f86;
	font-weight: 700;
	font-style: italic;
	line-height: 2.75rem;
}

#roomsSec .roomsBox .rooms .content p {
	margin: 0 0 16px 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75rem;
}

#roomsSec .roomsBox .rooms .content p:last-child {
	margin-bottom: 0;
}

#roomsSec .roomsBox .rooms .content p strong {
	font-weight: 500;
}

#roomsSec .roomsBox .rooms .content ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
	padding: 0;
	margin: 0 0 32px 0;
	list-style-type: none;
}

#roomsSec .roomsBox .rooms .content ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	font-size: 0.75rem;
	color: #6d6d6d;
	font-weight: 700;
	line-height: 1rem;
}

#roomsSec .roomsBox .rooms .content ul li .img,
#viewMoreModal #viewMoreModalContent .modal-body ul.featureIcons li .img {
	background-repeat: no-repeat;
	background-position: center;
}

#roomsSec .roomsBox .rooms .content ul li .img {
	width: 35px;
	height: 35px;
	background-size: 85%;
}

#roomsSec .roomsBox .rooms .content ul li:nth-child(1) .img,
#viewMoreModal #viewMoreModalContent .modal-body ul.featureIcons li:nth-child(4n + 1) .img {
	background-image: url(../../images/facilities/blue-background-1.png);
}

#roomsSec .roomsBox .rooms .content ul li:nth-child(2) .img,
#viewMoreModal #viewMoreModalContent .modal-body ul.featureIcons li:nth-child(4n + 2) .img {
	background-image: url(../../images/facilities/blue-background-2.png);
}

#roomsSec .roomsBox .rooms .content ul li:nth-child(3) .img,
#viewMoreModal #viewMoreModalContent .modal-body ul.featureIcons li:nth-child(4n + 3) .img {
	background-image: url(../../images/facilities/blue-background-3.png);
}

#roomsSec .roomsBox .rooms .content ul li:nth-child(4) .img,
#viewMoreModal #viewMoreModalContent .modal-body ul.featureIcons li:nth-child(4n + 4) .img {
	background-image: url(../../images/facilities/blue-background-4.png);
}

#roomsSec .roomsBox .rooms .content ul li img,
#viewMoreModal #viewMoreModalContent .modal-body ul.featureIcons li img {
	width: 100%;
	display: block;
	position: relative;
	z-index: 1;
	filter: brightness(0) saturate(100%) invert(46%) sepia(13%) saturate(680%) hue-rotate(175deg) brightness(92%) contrast(88%);
}

#viewMoreModal #viewMoreModalContent .modal-body ul.featureIcons li img {
	width: 80%;
}

#roomsSec .roomsBox .rooms .content .buttons {
	display: flex;
	gap: 10px;
	margin-top: 40px;
}

#roomsSec .roomsBox .rooms .content .buttons .button {
	border-color: #52d7fa;
	background-color: #52d7fa;
	color: #204f86;
}

#roomsSec .roomsBox .rooms .content .buttons .button:hover {
	border-color: #204f86;
	background-color: #204f86;
	color: #52d7fa;
}

#roomsSec .roomsBox .rooms .content .buttons .button+.button {
	border-color: #b0b0b0;
	background-color: transparent;
	color: #6d6d6d;
}

#roomsSec .roomsBox .rooms .content .buttons .button+.button:hover {
	border-color: #204f86;
	color: #204f86;
}


/* #Additional - Large Screens beyond 1366px
================================================== */
@media only screen and (min-width: 1180px) and (max-width: 1366px) {

#roomsSec .roomsBox .rooms .content 		{ padding: 0 50px 40px 0px; }

}

/* #iPad Pro - Large Screens beyond 1024px
================================================== */
@media only screen and (min-width: 959px) and (max-width: 1180px) {

#roomsSec									{ padding-top: 90px; padding-bottom: 90px; }
#roomsSec .roomsTopBox .titleBox			{ margin-bottom: 90px; }
#roomsSec .roomsTopBox .titleBox .h2		{ }

#roomsSec .roomsBox .rooms 					{ align-items: flex-start; justify-content: space-between; margin-bottom: 64px; }
#roomsSec .roomsBox .rooms .image 			{ width: 100%; }
#roomsSec .roomsBox .rooms .content 		{ width: 100%; padding: 0 0px 0px 0px; }
#roomsSec .roomsBox .rooms .content .h2,
#roomsSec .roomsBox .rooms .content .h3 	{ font-size: 2rem; line-height:2.625rem; }
#roomsSec .roomsBox .rooms .image .viewGallery .link { min-height: 34px; padding-right: 50px; }
#roomsSec .roomsBox .rooms .image .viewGallery .link::after { width: 34px; height: 34px; }


}


/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {


#roomsSec											{ padding-top: 85px; padding-bottom: 85px; }
#roomsSec .roomsTopBox .titleBox					{ margin-bottom: 85px; }
#roomsSec .roomsTopBox .titleBox .h2				{ font-size: 1.75rem; line-height: 2.375rem; }

#roomsSec .roomsBox .rooms 							{ align-items: flex-start; justify-content: space-between; margin-bottom: 64px; }
#roomsSec .roomsBox .rooms .image 					{ width: 100%; }
#roomsSec .roomsBox .rooms .content 				{ width: 100%; padding: 0 0px 0px 0px; }
#roomsSec .roomsBox .rooms .content .h2,
#roomsSec .roomsBox .rooms .content .h3 			{ font-size: 1.75rem; line-height:2.375rem; }
#roomsSec .roomsBox .rooms .image .viewGallery .link { min-height: 34px; padding-right: 50px; }
#roomsSec .roomsBox .rooms .image .viewGallery .link::after { width: 34px; height: 34px; }

}


/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {

#roomsSec									{ padding-top: 64px; padding-bottom: 64px; }
#roomsSec .roomsTopBox .titleBox			{ margin-bottom: 64px; }
#roomsSec .roomsTopBox .titleBox .h2		{ font-size: 1.75rem; line-height: 2.375rem; }
#roomsSec .roomsTopBox .filterBox .accommodationBox { align-items: flex-start; flex-direction: column; }

#roomsSec .roomsBox .rooms 					{ flex-direction: column; justify-content: space-between; margin-bottom: 64px; }
#roomsSec .roomsBox .rooms .image 			{ width: 100%; }
#roomsSec .roomsBox .rooms .content 		{ width: 100%; padding: 0 0px 0px 0px; }
#roomsSec .roomsBox .rooms .content .h2,
#roomsSec .roomsBox .rooms .content .h3 	{ font-size: 1.75rem; line-height:2.375rem; }
#roomsSec .roomsBox .rooms .image .viewGallery .link { min-height: 34px; padding-right: 50px; }
#roomsSec .roomsBox .rooms .image .viewGallery .link::after { width: 34px; height: 34px; }


}
