@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/


body {
	font-family: "BricolageGrotesque_48ptLight", sans-serif;
	font-size: 16px;
	line-height: 175%;
	color: #000000;
	background: #ffffff;
	padding-top: 80px;
}

body:has(.header.header-white) {
	padding-top: 0;
}

figure {
	margin: 0;
}

b,
strong {
	font-family: "BricolageGrotesque_48pt_CondensedBold", sans-serif;
	font-weight: normal;
}

a,
input,
button,
textarea { outline: none !important; }

a {
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

p {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

ol,
ul {
	margin-bottom: 20px;
}

ol ol,
ol ul,
ul ol,
ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

ol li,
ul li {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.container-fluid,
.container {
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row > * {
	padding-left: 15px;
	padding-right: 15px;
}

.alignnone {
	float: none;
	margin: 20px;
}

.alignleft {
	float: left;
	margin: 20px 20px 20px 0;
}

.alignright {
	float: right;
	margin: 20px 0 20px 20px;
}

.aligncenter {
	float: none;
	display: block;
	margin: 20px auto;
}

blockquote {
	padding-left: 30px;
	border-left: 5px solid #9F9D53;
	margin-bottom: 20px;
}

blockquote * {
	font-size: 150%;
	line-height: 180%;
}

.paragraph-small {
	font-size: 14px;
	line-height: 115%;
}

.paragraph-medium {
	font-size: 20px;
	line-height: 150%;
}

.paragraph-large {
	font-size: 24px;
	line-height: 150%;
}

h1 {
	font-family: 'PPEditorialNewRegular', sans-serif;
	font-weight: normal;
	font-size: 85px;
	line-height: 117.647%;
	color: #2D3B1A;
	margin-bottom: 30px;
}

h2 {
	font-family: 'PPEditorialNewRegular', sans-serif;
	font-weight: normal;
	font-size: 62px;
	line-height: 117.647%;
	color: #2D3B1A;
	margin-bottom: 30px;
}

h3 {
	font-family: 'PPEditorialNewRegular', sans-serif;
	font-weight: normal;
	font-size: 48px;
	line-height: 117.647%;
	color: #2D3B1A;
	margin-bottom: 30px;
}

h4 {
	font-family: 'PPEditorialNewRegular', sans-serif;
	font-weight: normal;
	font-size: 40px;
	line-height: 117.647%;
	color: #2D3B1A;
	margin-bottom: 25px;
}

h5 {
	font-family: 'PPEditorialNewRegular', sans-serif;
	font-weight: normal;
	font-size: 30px;
	line-height: 117.647%;
	color: #2D3B1A;
	margin-bottom: 20px;
}

h6 {
	font-family: 'PPEditorialNewRegular', sans-serif;
	font-weight: normal;
	font-size: 25px;
	line-height: 117.647%;
	color: #2D3B1A;
	margin-bottom: 20px;
}

.fix-width-545 {
	max-width: 545px;
	width: 100%;
}

.fix-width-575 {
	max-width: 575px;
	width: 100%;
}

.fix-width-635 {
	max-width: 635px;
	width: 100%;
}

/* main-sub-title */
.main-sub-title {
	display: block;
	font-family: 'BricolageGrotesqueMedium' !important;
	font-size: 20px !important;
	line-height: 117.647% !important;
	color: #9F9D53 !important;
	text-transform: uppercase !important;
	letter-spacing: 3px !important;
	margin-bottom: 35px !important;
}

a.main-sub-title {
	display: inline-block;
	text-decoration: none;
}

a.main-sub-title:hover {
	color: #000000 !important;
}

.main-sub-title * {
	font-family: inherit;
	font-weight: normal;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.main-sub-title a {
	text-decoration: none;
}

.main-sub-title a:hover {
	color: #8C8D34;
}
/* main-sub-title */

/* main-title */
.main-title {
	font-family: 'PPEditorialNewRegular';
	font-size: 120px;
	line-height: 117.647%;
	color: #2D3B1A;
	margin-bottom: 50px;
}

.main-title * {
	font-family: inherit;
	font-weight: normal;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.main-title i {
	font-family: 'PPEditorialNewItalic';
	font-style: normal;
}

.main-title a {
	text-decoration: none;
}

.main-title a:hover {
	color: #8C8D34;
}
/* main-title */

/* section-title */
.section-title {
	font-family: 'PPEditorialNewRegular';
	font-size: 85px;
	line-height: 117.647%;
	color: #2D3B1A;
	margin-bottom: 50px;
}

.section-title * {
	font-family: inherit;
	font-weight: normal;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.section-title i {
	font-family: 'PPEditorialNewItalic';
	font-style: normal;
}

.section-title a {
	text-decoration: none;
}

.section-title a:hover {
	color: #8C8D34;
}
/* section-title */

/* block-small-title */
.block-small-title {
	font-family: 'PPEditorialNewRegular';
	font-size: 40px;
	line-height: 110%;
	color: #2D3B1A;
	margin-bottom: 25px;
}

.block-small-title * {
	font-family: inherit;
	font-weight: normal;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.block-small-title i {
	font-family: 'PPEditorialNewItalic';
	font-style: normal;
}

.block-small-title a {
	text-decoration: none;
}

.block-small-title a:hover {
	color: #8C8D34;
}
/* block-small-title */

/* extra-small-block-title */
.extra-small-block-title {
	font-family: 'PPEditorialNewRegular';
	font-size: 30px;
	line-height: 110%;
	color: #2D3B1A;
	margin-bottom: 25px;
}

.extra-small-block-title * {
	font-family: inherit;
	font-weight: normal;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.extra-small-block-title i {
	font-family: 'PPEditorialNewItalic';
	font-style: normal;
}

.extra-small-block-title a {
	text-decoration: none;
}

.extra-small-block-title a:hover {
	color: #8C8D34;
}
/* extra-small-block-title */

/* buttons */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: 'BricolageGrotesqueMedium', sans-serif;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 2.4px;
	padding: 14px 30px;
	border: 1px solid transparent !important;
	text-transform: uppercase;
	box-shadow: none;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
}

.btn.btn-small {
	padding: 3px 12px;
}

.btn.btn-common-width {
	max-width: 357px;
	width: 100%;
}

.btn-simple-white {
	color: #ffffff !important;
	background: transparent !important;
	border-color: #ffffff !important;
}

.btn-simple-white:active,
.btn-simple-white:focus {
	color: #ffffff !important;
	background: transparent !important;
	border-color: #ffffff !important;
}

.btn-simple-white:active:focus,
.btn-simple-white:hover {
	color: #231F20 !important;
	background: #ffffff !important;
	border-color: #ffffff !important;
}

.btn-white {
	color: #231F20 !important;
	background: #ffffff !important;
	border-color: #ffffff !important;
}

.btn-white:active,
.btn-white:focus {
	color: #000000 !important;
	background: #ffffff !important;
	border-color: #ffffff !important;
}

.btn-white:active:focus,
.btn-white:hover {
	color: #ffffff !important;
	background: transparent !important;
	border-color: #ffffff !important;
}

.btn-simple-black {
	color: #000000 !important;
	background: transparent !important;
	border-color: #000000 !important;
}

.btn-simple-black:active,
.btn-simple-black:focus {
	color: #000000 !important;
	background: transparent !important;
	border-color: #000000 !important;
}

.btn-simple-black:active:focus,
.btn-simple-black:hover {
	color: #ffffff !important;
	background: #000000 !important;
	border-color: #000000 !important;
}

.btn-black {
	color: #ffffff !important;
	background: #000000 !important;
	border-color: #000000 !important;
}

.btn-black:active,
.btn-black:focus {
	color: #ffffff !important;
	background: #000000 !important;
	border-color: #000000 !important;
}

.btn-black:active:focus,
.btn-black:hover {
	color: #000000 !important;
	background: transparent !important;
	border-color: #000000 !important;
}

.btn-simple-green {
	color: #8C8D34 !important;
	background: transparent !important;
	border-color: #8C8D34 !important;
}

.btn-simple-green:active,
.btn-simple-green:focus {
	color: #8C8D34 !important;
	background: transparent !important;
	border-color: #8C8D34 !important;
}

.btn-simple-green:active:focus,
.btn-simple-green:hover {
	color: #ffffff !important;
	background: #8C8D34 !important;
	border-color: #8C8D34 !important;
}

.btn-green {
	color: #ffffff !important;
	background: #8C8D34 !important;
	border-color: #8C8D34 !important;
}

.btn-green:active,
.btn-green:focus {
	color: #ffffff !important;
	background: #8C8D34 !important;
	border-color: #8C8D34 !important;
}

.btn-green:active:focus,
.btn-green:hover {
	color: #8C8D34 !important;
	background: transparent !important;
	border-color: #8C8D34 !important;
}

.btn-simple-maroon {
	color: #822449 !important;
	background: transparent !important;
	border-color: #822449 !important;
}

.btn-simple-maroon:active,
.btn-simple-maroon:focus {
	color: #822449 !important;
	background: transparent !important;
	border-color: #822449 !important;
}

.btn-simple-maroon:active:focus,
.btn-simple-maroon:hover {
	color: #ffffff !important;
	background: #822449 !important;
	border-color: #822449 !important;
}

.btn-maroon {
	color: #ffffff !important;
	background: #822449 !important;
	border-color: #822449 !important;
}

.btn-maroon:active,
.btn-maroon:focus {
	color: #ffffff !important;
	background: #822449 !important;
	border-color: #822449 !important;
}

.btn-maroon:active:focus,
.btn-maroon:hover {
	color: #822449 !important;
	background: transparent !important;
	border-color: #822449 !important;
}
/* buttons */

/* common-social-icons */
.common-social-icons ul {
	display: inline-flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	margin: 0 -6px !important;
	padding: 0 !important;
	list-style-type: none;
}

.common-social-icons ul li {
	display: inline-flex !important;
	align-items: center !important;
	margin: 0 6px !important;
	padding: 0 !important;
	list-style-type: none;
}

.common-social-icons ul li a {
	text-decoration: none;
	width: 34px;
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	line-height: 100%;
	color: #ffffff;
	background: #2D3B1A;
	border: 1px solid #2D3B1A;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.common-social-icons ul li a:hover {
	color: #2D3B1A;
	background: transparent;
}
/* common-social-icons */
/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/
.header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
	background: #F4EFEE;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

.header.h-stick {
	background: #F4EFEE !important;
	box-shadow: 0 0 5px rgba(0,0,0,0.15);
}

.header.header-home {
	/* position: fixed;
	left: 0;
	right: 0;
	top: 0; */
	background: transparent;
}

/* .header.header-home.set-sticky-logo .navbar-brand > * {
	display: none !important;
}

.header.header-home.set-sticky-logo .navbar-brand .logo-gold {
	display: block !important;
} */

.header.header-home .navbar-brand > * {
	display: none;
}

.header.header-home .navbar-brand .logo-white-mobile {
	display: block;
}

.header.header-home.h-stick .navbar-brand > * {
	display: none;
}

.header.header-home.h-stick .navbar-brand .logo-gold {
	display: block;
}

.header .h-custom-navigation {
	position: relative;
	z-index: 9999;
}

.header .h-custom-navigation ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -15px;
	padding: 0;
	list-style-type: none;
}

.header .h-custom-navigation ul li {
	display: inline-flex;
	align-items: center;
	margin: 0 15px;
	padding: 0;
	list-style-type: none;
	font-family: 'BricolageGrotesqueMedium';
	font-size: 16px;
	line-height: 100%;
	color: #8C8D34;
	letter-spacing: 2.4px;
}

.header .h-custom-navigation ul li a {
	text-decoration: none;
	color: inherit;
	border: 1px solid transparent;
	padding: 7px 20px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
}

.header .h-custom-navigation ul li a:hover {
	border-color: #8C8D34;
}

.header.header-white .h-custom-navigation ul li {
	color: #ffffff;
}

.header.header-white .h-custom-navigation ul li a:hover {
	border-color: #ffffff;
}

.header.header-white .h-custom-navigation ul li .btn {
	color: #ffffff !important;
	background: transparent !important;
	border-color: #ffffff !important;
	padding: 3px 12px;
}

.header.header-white .h-custom-navigation ul li .btn:active:focus,
.header.header-white .h-custom-navigation ul li .btn:hover {
	color: #000000 !important;
	background: #ffffff !important;
	border-color: #ffffff !important;
}

.header.h-stick .h-custom-navigation ul li {
	color: #8C8D34;
}

.header.h-stick .h-custom-navigation ul li a:hover {
	border-color: #8C8D34;
}

.header.h-stick .h-custom-navigation ul li .btn {
	color: #ffffff !important;
	background: #8C8D34 !important;
	border-color: #8C8D34 !important;
}

.header.h-stick .h-custom-navigation ul li .btn:active:focus,
.header.h-stick .h-custom-navigation ul li .btn:hover {
	color: #8C8D34 !important;
	background: transparent !important;
	border-color: #8C8D34 !important;
}

.header .h-languages {
	position: relative;
	z-index: 9999;
}

.header .h-languages ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -7px;
	padding: 0;
	list-style-type: none;
}

.header .h-languages ul li {
	display: inline-flex;
	align-items: center;
	margin: 0;
	padding: 0 7px;
	list-style-type: none;
	font-family: 'BricolageGrotesqueMedium';
	font-size: 16px;
	line-height: 100%;
	color: #B6B19D;
	border-right: 1px solid #8C8D34;
}

.header.header-white .h-languages ul li {
	color: rgba(255, 255, 255, 0.5);
	border-color: #ffffff;
}

.header.h-stick .h-languages ul li {
	color: #B6B19D;
	border-color: #8C8D34;
}

.header .h-languages ul li:last-child {
	border: none;
}

.header .h-languages ul li a {
	text-decoration: none;
	color: inherit;
}

.header .h-languages ul li.current-lang a,
.header .h-languages ul li a.current-lang,
.header .h-languages ul li a:hover {
	color: #8C8D34;
}

.header.header-white .h-languages ul li.current-lang a,
.header.header-white .h-languages ul li a.current-lang,
.header.header-white .h-languages ul li a:hover {
	color: #ffffff;
}

.header.h-stick .h-languages ul li.current-lang a,
.header.h-stick .h-languages ul li a.current-lang,
.header.h-stick .h-languages ul li a:hover {
	color: #8C8D34;
}

.header .h-languages ul li.active a,
.header .h-languages ul li a.active {
	font-family: 'BricolageGrotesqueBold';
	color: #8C8D34;
}

.header.header-white .h-languages ul li.active a,
.header.header-white .h-languages ul li a.active {
	color: #ffffff;
}

.header.h-stick .h-languages ul li.active a,
.header.h-stick .h-languages ul li a.active {
	color: #8C8D34;
}

.header .navbar {
	padding: 0;
}

.header .navbar .navbar-brand {
	position: relative;
	z-index: 9999;
	padding: 0;
	width: 167px;
	margin-right: 50px;
}

.header .navbar .navbar-brand * {
	max-width: 100%;
}

.header .navbar .navbar-brand svg {
	position: relative;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

.header.header-white .navbar .navbar-brand svg {
	fill: #ffffff;
}

.header.h-stick .navbar .navbar-brand svg {
	fill: #8C8D34;
}

.header .navbar .navbar-brand.stick-logo {
	display: none;
}

/* .header.header-home .navbar .navbar-brand.stick-logo {
	position: fixed;
	left: 0;
	top: 0;
	opacity: 0.5;
	transform: translate(218px, 25px);
	-webkit-transform: translate(218px, 25px);
	-moz-transform: translate(218px, 25px);
	-ms-transform: translate(218px, 25px);
	-o-transform: translate(218px, 25px);
} */

.header.header-home .navbar .navbar-brand.stick-logo {
	display: block;
	visibility: visible;
	position: absolute;
	top: calc(50dvh - 175px);
	left: 50%;
	opacity: 0.5;
	transition:  unset !important;
	-webkit-transition:  unset !important;
	-moz-transition:  unset !important;
	-ms-transition:  unset !important;
	-o-transition:  unset !important;
	scale: 2.91;
	/* transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%); */
}

.header.header-home .navbar .navbar-brand.stick-logo {
	z-index: 999;
}

.header.header-home .navbar .navbar-brand.stick-logo > * {
	display: none;
}

.header.header-home .navbar .navbar-brand.stick-logo .logo-white {
	display: block;
}

.header.header-home.set-sticky-logo .navbar .navbar-brand.stick-logo {
	opacity: 1;
	z-index: 9999;
}

.header.header-home.set-sticky-logo .navbar .navbar-brand.stick-logo > * {
	display: none;
}

.header.header-home.set-sticky-logo .navbar .navbar-brand.stick-logo .logo-gold {
	display: block;
}

.header .navbar .navbar-toggler {
	position: relative;
	z-index: 9999;
	width: 37px;
	height: 22px;
	padding: 0;
	box-shadow: none !important;
	border: none;
	z-index: 9999;
}

.header .navbar .navbar-toggler .hamburger-toggle {
	width: 100%;
	height: 100%;
}

.header .navbar .navbar-toggler .hamburger {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}

.header .navbar .navbar-toggler .hamburger span {
	width: 100%;
	height: 2px;
	background: #8C8D34;
	position: relative;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

.header.header-white .navbar .navbar-toggler .hamburger span {
	background: #ffffff;
}

.header.nav-menu-open .navbar .navbar-toggler .hamburger span,
.header.h-stick .navbar .navbar-toggler .hamburger span {
	background: #9F9D53;
}

.header .navbar .navbar-toggler .hamburger span:first-child {
	top: 10px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.header .navbar .navbar-toggler .hamburger span:nth-child(2) {
	opacity: 0;
}

.header .navbar .navbar-toggler .hamburger span:last-child {
	margin: 0;
	top: -10px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.header .navbar .navbar-toggler.collapsed .hamburger span {
	opacity: 1 !important;
	top: auto !important;
	transform: none !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
}

.header .navbar .navbar-collapse {
	justify-content: space-between;
}

.header .navbar .navbar-collapse .h-languages {
	order: 1;
}

.header .navbar .navbar-collapse .navbar-nav {
	order: 2;
}

.header .navbar .navbar-collapse .h-custom-navigation {
	order: 3;
}

.header .navbar .navbar-nav {
	margin: 0;
}

.header .navbar .navbar-nav .nav-item {
	position: unset;
	margin: 0 15px;
}

.header .navbar .navbar-nav .nav-item .nav-link {
	position: relative;
	z-index: 9999;
	font-family: 'BricolageGrotesqueMedium';
	font-size: 16px;
	line-height: 175%;
	letter-spacing: 2.4px;
	color: #8C8D34;
	text-transform: uppercase;
	padding: 26px 0;
	box-shadow: none;
}

.header.header-white .navbar .navbar-nav .nav-item .nav-link {
	color: #ffffff;
}

.header.h-stick .navbar .navbar-nav .nav-item .nav-link {
	color: #8C8D34;
}

.header .navbar .navbar-nav .nav-item .nav-link:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 26px;
	height: 1px;
	background: #8C8D34;
	opacity: 0;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

.header.header-white .navbar .navbar-nav .nav-item .nav-link:before {
	background: #ffffff;
}

.header.h-stick .navbar .navbar-nav .nav-item .nav-link:before {
	background: #8C8D34;
}

.header .navbar .navbar-nav .nav-item.active .nav-link:before,
.header .navbar .navbar-nav .nav-item.current-menu-item .nav-link:before,
.header .navbar .navbar-nav .nav-item.current-menu-parent .nav-link:before,
.header .navbar .navbar-nav .nav-item.current_page_parent .nav-link:before,
.header .navbar .navbar-nav .nav-item .nav-link.active:before,
.header .navbar .navbar-nav .nav-item .nav-link.current-menu-item:before,
.header .navbar .navbar-nav .nav-item .nav-link.current-menu-parent:before,
.header .navbar .navbar-nav .nav-item .nav-link.current_page_parent:before,
.header .navbar .navbar-nav .nav-item .nav-link:hover:before {
	opacity: 1;
}

.header .navbar .navbar-nav .dropdown > a:after {
	display: none;
}

.header .navbar .navbar-nav .dropdown-menu {
	margin: 0;
	background: #F4EFEE;
	border: none;
	box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.header .stay-mega-menu-block {
	padding-bottom: 25px;
}

.header .stay-mega-menu-block .stay-mega-menu-items {
	padding-top: 22px;
}

.header .stay-mega-menu-block .main-sub-title {
	font-size: 16px !important;
	color: #8C8D34 !important;
}

.header .stay-mega-menu-block a.main-sub-title:hover {
	color: #000000 !important;
}

.header .stay-mega-menu-block .stay-mega-navigation ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.header .stay-mega-menu-block .stay-mega-navigation ul li {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: 'PlayfairDisplayRegular', sans-serif;
	font-size: 40px;
	line-height: 162.5%;
	text-transform: uppercase;
	color: #000000;
}

.header .stay-mega-menu-block .stay-mega-navigation ul li a {
	display: inline-block;
	position: relative;
	text-decoration: none;
	color: inherit;
}

.header .stay-mega-menu-block .stay-mega-navigation ul li a:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background: #8C8D34;
	opacity: 0;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

.header .stay-mega-menu-block .stay-mega-navigation ul li.active a:before,
.header .stay-mega-menu-block .stay-mega-navigation ul li.current-menu-item a:before,
.header .stay-mega-menu-block .stay-mega-navigation ul li.current-menu-parent a:before,
.header .stay-mega-menu-block .stay-mega-navigation ul li.current_page_parent a:before,
.header .stay-mega-menu-block .stay-mega-navigation ul li a.active:before,
.header .stay-mega-menu-block .stay-mega-navigation ul li a.current-menu-item:before,
.header .stay-mega-menu-block .stay-mega-navigation ul li a.current-menu-parent:before,
.header .stay-mega-menu-block .stay-mega-navigation ul li a.current_page_parent:before,
.header .stay-mega-menu-block .stay-mega-navigation ul li a:hover:before {
	opacity: 1;
}

.header .stay-mega-menu-block .stay-mega-image {
	text-align: center;
}

.header .stay-mega-menu-block .stay-mega-image * {
	mix-blend-mode: multiply;
}
/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/
/* banner */
.banner-section {
	position: relative;
}

.banner-section.home-banner-section .banner-main-image {
	height: 100vh;
	overflow: hidden;
}

.banner-section.home-banner-section .banner-main-image .banner-image {
	height: calc(100% + 500px);
}

.banner-section.home-banner-section .banner-main-image .banner-image * {
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

.banner-section .banner-main-image {
	position: relative;
	top: 0;
}

.banner-section .banner-main-image .banner-image {
	will-change: transform;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
}

.banner-section .banner-main-image .banner-image * {
	width: 100%;
}

.banner-section .banner-description {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.home-banner-section .banner-description {
	/* margin-top: -310px; */
	z-index: 9999;
	/* top: 300px;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none; */
}

/* body:has(.home-banner-section .banner-logo.set-position) .home-banner-section .banner-description {
	margin-top: 0;
} */

.home-banner-section .banner-description .scroll-to-section {
	position: relative;
	left: auto;
	top: auto;
	margin-top: 70px;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
}

.home-banner-section .banner-logo {
	opacity: 0.5;
	position: relative;
	display: inline-block;
	transform: scale(2.30);
	-webkit-transform: scale(2.30);
	-moz-transform: scale(2.30);
	-ms-transform: scale(2.30);
	-o-transform: scale(2.30);
}

.home-banner-section .banner-logo * {
	width: 100%;
}

/* .home-banner-section .banner-logo {
	position: fixed;
	text-decoration: none;
	display: inline-block;
	width: 167px;
	opacity: 0.5;
	will-change: transform;
	transform: translate(-85px, -70px) scale(2.95);
	-webkit-transform: translate(-85px, -70px) scale(2.95);
	-moz-transform: translate(-85px, -70px) scale(2.95);
	-ms-transform: translate(-85px, -70px) scale(2.95);
	-o-transform: translate(-85px, -70px) scale(2.95);
	transition: transform 0.3s ease;
	-webkit-transition: transform 0.3s ease;
	-moz-transition: transform 0.3s ease;
	-ms-transition: transform 0.3s ease;
	-o-transition: transform 0.3s ease;
} */

/* .home-banner-section .banner-logo .active-logo {
	display: none;
}

.home-banner-section .banner-logo.set-position {
	opacity: 1;
}

.home-banner-section .banner-logo.set-position .default-logo {
	display: none;
}

.home-banner-section .banner-logo.set-position .active-logo {
	display: block;
}

.home-banner-section .banner-logo * {
	width: 100%;
}

.home-banner-section .banner-logo.active ~ .banner-rating {
	visibility: hidden;
} */

/* .banner-section.remove-rating .banner-rating {
	visibility: hidden;
} */

/* .banner-section.remove-logo-rating .banner-logo-rating * {
	visibility: hidden;
} */

.banner-section .banner-logo-rating {
	position: relative;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

.banner-section.remove-logo-rating .banner-logo-rating {
	opacity: 0;
	visibility: hidden;
}

.banner-section .banner-rating {
	position: relative;
	margin-top: 48px;
	opacity: 0.5;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

.banner-section .banner-rating ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 -11px;
	padding: 0;
	list-style-type: none;
}

.banner-section .banner-rating ul li {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 11px;
	padding: 0;
	list-style-type: none;
}

.banner-section .scroll-to-section {
	position: absolute;
	left: 50%;
	top: 50%;
	/*bottom: 275px;*/
	display: inline-block;
	text-decoration: none;
	font-family: 'BricolageGrotesqueMedium';
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 3px;
	color: #ffffff;
	text-align: center;
	z-index: 9;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.banner-section .scroll-to-section .scroll-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 75px;
	height: 75px;
	border: 1px solid #ffffff;
	margin: 0 auto 15px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.banner-section .scroll-to-section .scroll-arrow * {
	position: relative;
	top: 2px;
}

.banner-section .scroll-to-section:hover {
	color: #000000;
}

.banner-section .scroll-to-section:hover .scroll-arrow {
	background: #ffffff;
}

.banner-section .scroll-to-section:hover .scroll-arrow svg {
	stroke: #000000;
}

.banner-section .scroll-to-section span {
	display: block;
	color: inherit;
	position: relative;
}
/* banner */

/* jewel-sorrento */
.jewel-sorrento-section {
	position: relative;
	padding-bottom: 30px;
}

.jewel-sorrento-section:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 100%;
	margin-bottom: -2px;
	width: 100%;
	height: 287px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.90) 46%, #ffffff 87%);
}

.jewel-sorrento-section .jewel-sorrento-content {
	margin-top: -115px;
	margin-bottom: 50px;
}

.jewel-sorrento-section .jewel-sorrento-detail .detail p {
	margin-bottom: 25px;
}

.jewel-sorrento-slider {
	position: relative;
}

/* .jewel-sorrento-slider .jewel-sorrento-arrows {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 9;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.jewel-sorrento-slider .jewel-sorrento-arrows .jewel-sorrento-arrows-content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.jewel-sorrento-slider .jewel-sorrento-arrows .slick-arrow {
	width: 75px;
	height: 75px;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: 1px solid #ffffff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.jewel-sorrento-slider .jewel-sorrento-arrows .slick-arrow svg {
	position: relative;
}

.jewel-sorrento-slider .jewel-sorrento-arrows .slick-arrow.slick-prev svg {
	left: -2px;
}

.jewel-sorrento-slider .jewel-sorrento-arrows .slick-arrow.slick-next svg {
	right: -2px;
}

.jewel-sorrento-slider .jewel-sorrento-arrows .slick-arrow:hover {
	background: #ffffff;
}

.jewel-sorrento-slider .jewel-sorrento-arrows .slick-arrow:hover svg {
	stroke: #000000;
} */

.jewel-sorrento-carousel {
	opacity: 0;
}

.jewel-sorrento-carousel.slick-initialized {
	opacity: 1;
}

.jewel-sorrento-carousel .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 9;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ffffff;
	width: 75px;
	height: 75px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}

.jewel-sorrento-carousel .slick-arrow svg {
	position: relative;
	width: 23px;
	height: 43px;
}

.jewel-sorrento-carousel .slick-arrow:hover {
	background: #ffffff;
}

.jewel-sorrento-carousel .slick-arrow:hover svg {
	stroke: #000000;
}

.jewel-sorrento-carousel .slick-arrow.slick-prev {
	left: calc(50vw - 685px);
}

.jewel-sorrento-carousel .slick-arrow.slick-prev svg {
	left: -2px;
}

.jewel-sorrento-carousel .slick-arrow.slick-next {
	right: calc(50vw - 685px);
}

.jewel-sorrento-carousel .slick-arrow.slick-next svg {
	right: -2px;
}

.jewel-sorrento-carousel .slick-track {
	display: flex;
	justify-content: center;
}

.jewel-sorrento-carousel .slick-slide {
	height: inherit;
}

.jewel-sorrento-carousel .slick-slide .jewel-sorrento-block {
	height: 100%;
}

.jewel-sorrento-carousel .slick-slide .jewel-sorrento-block * {
	height: 100%;
}

.jewel-sorrento-block .jewel-sorrento-image * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
}
/* jewel-sorrento */

/* camera-suit */
.camera-suit-section {
	position: relative;
	z-index: 9;
	padding: 90px 0 80px;
}

.camera-suit-section .camera-suit-description {
	padding-left: calc(50vw - 685px);
}

.camera-suit-section .camera-suit-image {
	border-radius: 20px 0 0 20px;
	-webkit-border-radius: 20px 0 0 20px;
	-moz-border-radius: 20px 0 0 20px;
	-ms-border-radius: 20px 0 0 20px;
	-o-border-radius: 20px 0 0 20px;
}

.camera-suit-section .camera-suit-image * {
	width: 100%;
	border-radius: inherit;
	-webkit-border-radius: inherit;
	-moz-border-radius: inherit;
	-ms-border-radius: inherit;
	-o-border-radius: inherit;
}

.camera-suit-section .camera-suit-main-title .main-sub-title {
	margin-bottom: 12px !important;
}

.camera-suit-section.camere-suit-signature-section .camera-suit-main-title .main-sub-title {
	color: #822449 !important;
}

.camera-suit-section .camera-suit-main-detail {
	padding-right: 30px;
}

.camera-suit-section .camera-suit-main-detail .section-title {
	margin-bottom: 35px;
}

.camera-suit-section .explore-button {
	margin-top: 70px;
}

.camera-suit-section .camera-suit-image .camera-image {
	border-radius: 20px 0 0 20px;
	-webkit-border-radius: 20px 0 0 20px;
	-moz-border-radius: 20px 0 0 20px;
	-ms-border-radius: 20px 0 0 20px;
	-o-border-radius: 20px 0 0 20px;
}

.camera-suit-section .camera-suit-image .camera-image * {
	width: 100%;
	border-radius: inherit;
	-webkit-border-radius: inherit;
	-moz-border-radius: inherit;
	-ms-border-radius: inherit;
	-o-border-radius: inherit;
}

.camera-suit-section .choose-accommodation-block {
	margin-top: 70px;
}

.camera-suit-section .choose-accommodation-block .main-sub-title {
	color: #9F9D53 !important;
	margin-bottom: 20px !important;
}

.camera-suit-section .choose-accommodation-block .accommodation-detail ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.camera-suit-section .choose-accommodation-block .accommodation-detail ul li {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: 'PPEditorialNewRegular';
	font-size: 30px;
	line-height: 176.667%;
	text-transform: uppercase;
	color: #2D3B1A;
}

.camera-suit-section .choose-accommodation-block .accommodation-detail ul li a {
	text-decoration: none;
	display: inline-block;
	position: relative;
	color: inherit;
}

.camera-suit-section .choose-accommodation-block .accommodation-detail ul li a:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background: #9F9D53;
	opacity: 0;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

.camera-suit-section .choose-accommodation-block .accommodation-detail ul li.active a:before,
.camera-suit-section .choose-accommodation-block .accommodation-detail ul li a.active:before,
.camera-suit-section .choose-accommodation-block .accommodation-detail ul li a:hover:before {
	opacity: 1;
}
/* camera-suit */

/* pleasures-drink-section */
.pleasures-drink-section {
	position: relative;
	background: linear-gradient(180deg, #FFF 0%, #8C8D34 33%, #8C8D34 69%, #FFF 100%);
	padding: 420px 0 146px;
	margin-top: -338px;
	margin-bottom: -133px;
}

.pleasures-drink-section .pleasures-drink-list .pleasures-drink-block:nth-child(even) > .row {
	flex-direction: row-reverse;
}

.pleasures-drink-block {
	margin-bottom: 165px;
}

.pleasures-drink-block .row {
	margin: 0 -47px;
}

.pleasures-drink-block .row > * {
	padding: 0 47px;
}

.pleasures-drink-block .main-sub-title {
	color: #ffffff !important;
	margin-bottom: 25px !important;
}

.pleasures-drink-block .section-title {
	color: #ffffff;
	margin-bottom: 75px;
}

.pleasures-drink-block .block-small-title {
	color: #ffffff;
}

.pleasures-drink-block .pleasures-drink-detail .detail {
	font-size: 28px;
	line-height: 128.571%;
	color: #ffffff;
}

.pleasures-drink-block .explore-button {
	margin-top: 50px;
}

.pleasures-drink-block .pleasures-drink-image .drink-image {
	overflow: hidden;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.pleasures-drink-block .pleasures-drink-image .drink-image * {
	width: 100%;
	border-radius: inherit;
	-webkit-border-radius: inherit;
	-moz-border-radius: inherit;
	-ms-border-radius: inherit;
	-o-border-radius: inherit;
}
/* pleasures-drink-section */

/* discover-pool-boat */
.discover-pool-boat-section {
	position: relative;
	z-index: 9;
	padding-bottom: 32px;
}

.discover-pool-boat-section .discover-pool-boat-description {
	margin-bottom: 90px;
}

.discover-pool-boat-section .discover-pool-boat-description .section-title {
	margin-bottom: 0;
}

.discover-pool-boat-section .discover-button {
	margin-top: 50px;
}

.discover-pool-boat-slider {
	position: relative;
}

/* .discover-pool-boat-slider .discover-pool-arrows {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 9;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.discover-pool-boat-slider .discover-pool-arrows .discover-arrows-content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.discover-pool-boat-slider .discover-pool-arrows .slick-arrow {
	width: 75px;
	height: 75px;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: 1px solid #ffffff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.discover-pool-boat-slider .discover-pool-arrows .slick-arrow svg {
	position: relative;
}

.discover-pool-boat-slider .discover-pool-arrows .slick-arrow.slick-prev svg {
	left: -2px;
}

.discover-pool-boat-slider .discover-pool-arrows .slick-arrow.slick-next svg {
	right: -2px;
}

.discover-pool-boat-slider .discover-pool-arrows .slick-arrow:hover {
	background: #ffffff;
}

.discover-pool-boat-slider .discover-pool-arrows .slick-arrow:hover svg {
	stroke: #000000;
} */

.discover-pool-boat-carousel {
	opacity: 0;
}


.discover-pool-boat-carousel.slick-initialized {
	opacity: 1;
}

.discover-pool-boat-carousel .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 9;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ffffff;
	width: 75px;
	height: 75px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}

.discover-pool-boat-carousel .slick-arrow svg {
	position: relative;
	width: 23px;
	height: 43px;
}

.discover-pool-boat-carousel .slick-arrow:hover {
	background: #ffffff;
}

.discover-pool-boat-carousel .slick-arrow:hover svg {
	stroke: #000000;
}

.discover-pool-boat-carousel .slick-arrow.slick-prev {
	left: calc(50vw - 685px);
}

.discover-pool-boat-carousel .slick-arrow.slick-prev svg {
	left: -2px;
}

.discover-pool-boat-carousel .slick-arrow.slick-next {
	right: calc(50vw - 685px);
}

.discover-pool-boat-carousel .slick-arrow.slick-next svg {
	right: -2px;
}

.discover-pool-boat-carousel .slick-track {
	display: flex;
	justify-content: center;
}

.discover-pool-boat-carousel .slick-slide {
	height: inherit;
}

.discover-pool-boat-carousel .slick-slide .discover-pool-boat-block {
	height: 100%;
}

.discover-pool-boat-carousel .slick-slide .discover-pool-boat-block * {
	height: 100%;
}

.discover-pool-boat-block .pool-boat-image * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
}
/* discover-pool-boat */

/* dont-miss-dream */
.dont-miss-dream-section {
	padding-top: 32px;
}

.dont-miss-dream-section .dont-miss-dream-description {
	position: relative;
	z-index: 9;
	margin-bottom: -100px;
}

.dont-miss-dream-section .dont-miss-dream-image .miss-dream-image * {
	width: 100%;
}

.dont-miss-dream-section .dont-miss-main-title .section-title {
	color: #000000;
}
/* dont-miss-dream */

/* camere-steps */
.camere-steps-section {
	padding: 20px 0;
}

.camere-steps-section.camere-steps-signature-section {
	background: linear-gradient(180deg, #FFF 0%, #F1DCAF 51%, #FFF 100%);
}

.camere-steps-list > .row {
	margin: 0 -20px;
}

.camere-steps-list > .row > * {
	padding: 0 20px;
}

.camere-steps-block {
	height: calc(100% - 85px);
	margin-bottom: 85px;
}

.camere-steps-block .camere-steps-image {
	height: 535px;
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.camere-steps-block .camere-steps-image * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
	border-radius: inherit;
	-webkit-border-radius: inherit;
	-moz-border-radius: inherit;
	-ms-border-radius: inherit;
	-o-border-radius: inherit;
}

.camere-steps-block .camere-steps-main-detail {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	height: calc(100% - 535px);
}

.camere-steps-block .camere-steps-title {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 0 -15px;
	padding-bottom: 15px;
	margin-bottom: 25px;
	border-bottom: 1px solid #D8D6D5;
}

.camere-steps-section.camere-steps-signature-section .camere-steps-block .camere-steps-title {
	border-color: #D7B46B;
}

.camere-steps-block .camere-steps-title > * {
	flex: 0 0 auto;
	width: 50%;
	max-width: 100%;
	padding: 0 15px;
}

.camere-steps-block .camere-steps-title .step-title {
	font-family: 'PlayfairDisplayRegular';
	font-size: 30px;
	line-height: 130%;
	color: #000000;
	margin-bottom: 5px;
}

.camere-steps-block .camere-steps-title .step-title * {
	font-family: inherit;
	font-weight: normal;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.camere-steps-block .camere-steps-title .step-title a {
	text-decoration: none;
}

.camere-steps-block .camere-steps-title .step-title a {
	color: #8C8D34;
}

.camere-steps-block .camere-steps-title .step-title span {
	display: block;
	font-family: 'BricolageGrotesque_24ptMedium', sans-serif;
	font-size: 16px;
	line-height: 250%;
	color: #231F20;
}

.camere-steps-block .camere-steps-title .steps-right ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.camere-steps-block .camere-steps-title .steps-right ul li {
	display: inline-flex;
	align-items: center;
	margin: 0 0 5px;
	padding: 0;
	list-style-type: none;
}

.camere-steps-block .camere-steps-title .steps-right ul li .icon {
	margin-right: 25px;
}

.camere-steps-block .camere-steps-detail .detail {
	margin-bottom: 25px;
}

.camere-steps-block .supiles-book-list-items {
	border-top: 1px solid #D8D6D5;
}

.camere-steps-section.camere-steps-signature-section .camere-steps-block .supiles-book-list-items {
	border-color: #D7B46B;
}

.camere-steps-block .supiles-book-list-items > ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.camere-steps-block .supiles-book-list-items > ul > li {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
}

.camere-steps-block .supiles-book-list-items .btn {
	width: 100%;
	box-shadow: none !important;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.camere-steps-block .supiles-book-list-items .btn-supplies {
	position: relative;
}

.camere-steps-block .supiles-book-list-items .btn-supplies:after {
	position: absolute;
	content: "";
	right: 0;
	width: 24px;
	height: 12px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='14' viewBox='0 0 26 14' stroke='%23000000' fill='none'%3E%3Cpath d='M25 1L13 13L1 1'/%3E%3C/svg%3E") no-repeat;
	background-size: 100% 100%;
	border: none;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
}

.camere-steps-block .supiles-book-list-items .btn-supplies.collapsed:after {
	transform: rotate(0);
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
}

.camere-steps-block .supiles-book-list-items .btn-supplies.dropdown-toggle {
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
}

.camere-steps-block .supiles-book-list-items .btn-supplies.show:after {
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
}

.camere-steps-block .supiles-book-list-items .furnitures-supplie-list {
	border-top: 1px solid #D8D6D5;
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	/* top: 100%; */
	background: #ffffff;
	z-index: 9;
}

.camere-steps-block .supiles-book-list-items .furnitures-supplie-list.collapsing {
	transition: height .5s ease;
	-webkit-transition: height .5s ease;
	-moz-transition: height .5s ease;
	-ms-transition: height .5s ease;
	-o-transition: height .5s ease;
}

.camere-steps-block .supiles-book-list-items .furnitures-supplie-list .card-body {
	padding: 0;
	border: none;
	/* max-height: 195px; */
	/* overflow: auto; */
	padding: 20px;
	z-index: 9;
	font-size: 16px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.camere-steps-block .supiles-book-list-items .furnitures-supplie-list ul {
	margin-top: 0;
	padding-left: 20px;
}

.camere-steps-block .supiles-book-list-items .furnitures-supplie-list ul li {
	list-style-type: disc;
}

.camere-steps-block .supiles-book-list-items .supplies-dropdown .dropdown-menu {
	margin: 0;
	padding: 0;
	width: 100%;
	top: 100% !important;
	/* bottom: 100% !important; */
	border: 1px solid #D8D6D5;
	background: #ffffff;
	/* max-height: 200px; */
	/* overflow: hidden; */
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	transform: none !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
}

.camere-steps-section.camere-steps-signature-section .camere-steps-block .supiles-book-list-items .supplies-dropdown .dropdown-menu {
	border-color: #D7B46B;
}

.camere-steps-block .supiles-book-list-items .supplies-dropdown .dropdown-menu li {
	position: relative;
	font-size: 16px;
	line-height: 115%;
	color: #231F20;
	background: transparent;
	padding: 12px 15px 12px 30px;
}

.camere-steps-block .supiles-book-list-items .supplies-dropdown .dropdown-menu li:before {
	position: absolute;
	content: "";
	left: 15px;
	top: 19px;
	width: 5px;
	height: 5px;
	background: #231F20;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.camere-steps-block .supiles-book-list-items .supplies-dropdown .dropdown-menu li.active .dropdown-item,
.camere-steps-block .supiles-book-list-items .supplies-dropdown .dropdown-menu li .dropdown-item.active,
.camere-steps-block .supiles-book-list-items .supplies-dropdown .dropdown-menu li .dropdown-item:hover {
	color: #ffffff;
	background: #8C8D34;
}

.camere-steps-block .supiles-book-list-items .supplies-dropdown .dropdown-menu li.active .dropdown-item:before,
.camere-steps-block .supiles-book-list-items .supplies-dropdown .dropdown-menu li .dropdown-item.active:before,
.camere-steps-block .supiles-book-list-items .supplies-dropdown .dropdown-menu li .dropdown-item:hover:before {
	background: #ffffff;
}

.camere-steps-section.camere-steps-signature-section .camere-steps-block .supiles-book-list-items .supplies-dropdown .dropdown-menu li.active .dropdown-item,
.camere-steps-section.camere-steps-signature-section .camere-steps-block .supiles-book-list-items .supplies-dropdown .dropdown-menu li .dropdown-item.active,
.camere-steps-section.camere-steps-signature-section .camere-steps-block .supiles-book-list-items .supplies-dropdown .dropdown-menu li .dropdown-item:hover {
	color: #ffffff;
	background: #822449;
}

.supplies-select2-block {
	position: relative;
}

.supplies-select2-block .select2 {
	width: 100% !important;
}

.supplies-select2-block .select2 .select2-selection {
	height: 54px;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	background: transparent;
	box-shadow: none;
}

.supplies-select2-block .select2 .select2-selection--single .select2-selection__rendered {
	padding: 0;
	font-family: 'BricolageGrotesqueMedium', sans-serif;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 2.4px;
	padding: 14px 60px 14px 30px;
	border: 1px solid transparent !important;
	text-transform: uppercase;
}

.supplies-select2-block .select2 .select2-selection--single .select2-selection__arrow {
	right: 0;
	top: 50%;
	width: 24px;
	height: 12px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='14' viewBox='0 0 26 14' stroke='%23000000' fill='none'%3E%3Cpath d='M25 1L13 13L1 1'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

.supplies-select2-block .select2.select2-container--open .select2-selection--single .select2-selection__arrow {
	transform: translate(0, -50%) rotate(-180deg);
	-webkit-transform: translate(0, -50%) rotate(-180deg);
	-moz-transform: translate(0, -50%) rotate(-180deg);
	-ms-transform: translate(0, -50%) rotate(-180deg);
	-o-transform: translate(0, -50%) rotate(-180deg);
}

.supplies-select2-block .select2 .select2-selection--single .select2-selection__arrow b {
	display: none;
}

.supplies-dropdown-selectbox .select2-results__options {
	max-height: 210px;
}

.supplies-dropdown-selectbox .select2-results__options .select2-results__option {
	position: relative;
    font-size: 16px;
    line-height: 110%;
    color: #231F20;
    background: transparent;
    padding: 12px 15px 12px 30px;
}

.supplies-dropdown-selectbox .select2-results__options .select2-results__option:before {
	position: absolute;
    content: "";
    left: 15px;
    top: 19px;
    width: 5px;
    height: 5px;
    background: #231F20;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.supplies-dropdown-selectbox .select2-results__options .select2-results__option.select2-results__option--highlighted {
	color: #231F20;
	background: transparent;
}

.supplies-dropdown-selectbox .select2-results__options .select2-results__option.select2-results__option--selected,
.supplies-dropdown-selectbox .select2-results__options .select2-results__option:hover {
	color: #ffffff;
	background: #8C8D34;
}

html:has(.camere-steps-signature-section) .supplies-dropdown-selectbox .select2-results__options .select2-results__option.select2-results__option--selected,
html:has(.camere-steps-signature-section) .supplies-dropdown-selectbox .select2-results__options .select2-results__option:hover {
	color: #ffffff;
	background: #822449;
}

.supplies-dropdown-selectbox .select2-results__options .select2-results__option.select2-results__option--selected:before,
.supplies-dropdown-selectbox .select2-results__options .select2-results__option:hover:before {
	background: #ffffff;
}

.camere-steps-carousel {
	opacity: 0;
}

.camere-steps-carousel.slick-initialized {
	opacity: 1;
}

.camere-steps-carousel .slick-track {
	display: flex;
	justify-content: center;
}

.camere-steps-carousel .slick-slide {
	height: inherit;
}

.camere-steps-carousel .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 9;
	cursor: pointer;
	width: 50px;
	height: 50px;
	border: 1px solid #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.camere-steps-carousel .slick-arrow svg {
	width: 14px;
	height: 27px;
}

.camere-steps-carousel .slick-arrow:hover {
	background: #ffffff;
}

.camere-steps-carousel .slick-arrow:hover svg {
	stroke: #000000;
}

.camere-steps-carousel .slick-arrow.slick-prev {
	left: 21px;
}

.camere-steps-carousel .slick-arrow.slick-next {
	right: 21px;
}
/* camere-steps */

/* dining-discover */
.dining-discover-section .dining-discover-part:last-child {
	padding-bottom: 0;
}

.dining-discover-part {
	padding-top: 20px;
	padding-bottom: 60px;
}

.dining-discover-part .dining-discover-block {
	padding-bottom: 95px;
}

.dining-discover-part .dining-discover-block > .row {
	flex-direction: row-reverse;
}

.dining-discover-part .dining-discover-block .dining-discover-title .section-title {
	margin-bottom: 35px;
}

.dining-discover-part .dining-time-block {
	margin: 35px 0;
}

.dining-discover-part .dining-time-block .extra-small-block-title {
	margin-bottom: 0;
}

.dining-discover-part .dining-time-block .extra-small-block-title p {
	margin: 15px 0 0;
}

.dining-discover-part .dining-time-block .extra-small-block-title span {
	display: block;
	font-family: 'BricolageGrotesque_24ptMedium';
	font-size: 16px;
	line-height: 175%;
	color: #231F20;
	margin-top: 5px;
}

.dining-discover-part .dining-time-block .time-schedule-detail {
	max-width: 425px;
	font-family: 'BricolageGrotesqueMedium';
	font-size: 16px;
	line-height: 200%;
	color: #231F20;
	text-align: left;
}

.dining-discover-part .dining-time-block .time-schedule-detail p {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 0 -10px;
}

.dining-discover-part .dining-time-block .time-schedule-detail p > * {
	flex: 0 0 auto;
	width: 50%;
	max-width: 100%;
	padding: 0 10px;
}

.dining-discover-part .dining-discover-buttons {
	display: block;
	margin-top: 35px;
	max-width: 357px;
}

.dining-discover-part .dining-discover-buttons .btn {
	margin-bottom: 15px;
}

.dining-discover-part .dining-discover-buttons .btn:last-child {
	margin-bottom: 0;
}

.dining-discover-part .dining-discover-image {
	text-align: center;
}
/* dining-discover */

/* typography */
.typography-section {
	padding: 90px 0;
}

.typography-section .back-home-button {
	padding-top: 30px;
}
/* typography */
/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/
.footer {
	background: #F4EFEE;
	padding: 0 0 35px;
}

.footer .f-top {
	padding-top: 70px;
	padding-bottom: 32px;
}

.footer .f-logo {
	margin-bottom: 30px;
}

.footer .f-logo * {
	display: inline-block;
}

.footer .f-navigation-block ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -10px;
	padding: 0;
	list-style-type: none;
}

.footer .f-navigation-block ul li {
	display: inline-flex;
	align-items: center;
	margin: 0 10px 10px;
	padding: 0;
	list-style-type: none;
	font-family: 'BricolageGrotesqueRegular', sans-serif;
	font-size: 16px;
	line-height: 125%;
	letter-spacing: 2.4px;
	color: #000000;
}

.footer .f-navigation-block ul li a {
	text-decoration: none;
	color: inherit;
}

.footer .f-navigation-block ul li.active a,
.footer .f-navigation-block ul li a.active,
.footer .f-navigation-block ul li a:hover {
	color: #8C8D34;
}

.footer .f-copyright-block {
	text-align: right;
}

.footer .f-copyright-block ul {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -5px;
	padding: 0;
	list-style-type: none;
}

.footer .f-copyright-block ul li {
	display: inline-flex;
	align-items: center;
	margin: 0 0 10px;
	padding: 0 5px;
	list-style-type: none;
	font-family: 'BricolageGrotesqueRegular', sans-serif;
	font-size: 14px;
	line-height: 100%;
	color: #000000;
	border-right: 1px solid #000000;
}

.footer .f-copyright-block ul li:last-child {
	border-right: none;
}

.footer .f-copyright-block ul li a {
	text-decoration: none;
	color: inherit;
}

.footer .f-copyright-block ul li.active a,
.footer .f-copyright-block ul li a.active,
.footer .f-copyright-block ul li a:hover {
	color: #8C8D34;
}

.footer .f-bottom {
	border-top: 1px solid #D8D6D5;
}

.footer .f-bottom .f-content {
	padding: 32px 0;
}

.footer .f-newsletter-block .form-title {
	font-family: 'BricolageGrotesqueRegular';
	font-size: 16px;
	line-height: 250%;
	letter-spacing: 2.4px;
	color: #000000;
	margin-bottom: 20px;
}

.footer .f-newsletter-block .form-title * {
	font-family: inherit;
	font-weight: normal;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	letter-spacing: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.footer .f-newsletter-block .form-group {
	display: flex;
	flex-wrap: wrap;
	margin-left: -18px;
	margin-right: -18px;
}

.footer .f-newsletter-block .form-group > * {
	flex: 0 0 auto;
	max-width: 100%;
	width: 50%;
	padding: 0 18px;
}

.footer .f-newsletter-block .form-control {
	height: 54px;
	resize: none;
	border: none;
	border-bottom: 1px solid #000000;
	box-shadow: none;
	background: transparent;
	font-size: 16px;
	line-height: 150%;
	padding: 6px 0;
	color: #000000;
	letter-spacing: 0.48px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.footer .f-newsletter-block .form-control::-webkit-input-placeholder { color: #C6BFBE; }
.footer .f-newsletter-block .form-control::-moz-placeholder { color: #C6BFBE; }
.footer .f-newsletter-block .form-control:-ms-input-placeholder { color: #C6BFBE; }
.footer .f-newsletter-block .form-control:-o-placeholder { color: #C6BFBE; }

.footer .f-newsletter-block .form-submit .btn {
	width: 100%;
}

.footer .f-newsletter-block .form-submit .btn:active:focus,
.footer .f-newsletter-block .form-submit .btn:hover {
	color: #ffffff !important;
	border-color: #8C8D34 !important;
	background: #8C8D34 !important;
}

.footer .f-bottom .f-right {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -25px;
}

.footer .f-bottom .f-right > * {
	flex: 1 0 0;
	max-width: 100%;
	padding: 0 25px;
}

.footer .f-bottom .f-right .f-social-icons {
	flex: 0 0 auto;
}

.footer .f-bottom .f-contact-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	/* overflow: hidden; */
}

.footer .f-bottom .f-contact-block ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -7px;
	padding: 0;
	list-style-type: none;
	max-width: 465px;
}

.footer .f-bottom .f-contact-block ul li {
	display: inline-flex;
	margin: 0 0 10px;
	padding: 0 7px;
	list-style-type: none;
	font-family: 'BricolageGrotesqueRegular';
	font-size: 14px;
	line-height: 125%;
	color: #000000;
	border-right: 1px solid #000000;
}

.footer .f-bottom .f-contact-block ul li:last-child {
	border-right: none;
}

.footer .f-bottom .f-contact-block ul li a {
	text-decoration: none;
	color: inherit;
}

.footer .f-bottom .f-contact-block ul li.active a,
.footer .f-bottom .f-contact-block ul li a.active,
.footer .f-bottom .f-contact-block ul li a:hover {
	color: #8C8D34;
}
/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/

/*========== Modal Start ==========*/
.book-now-modal .modal-body {
	padding-top: 50px;
	position: relative;
	background: #F4EFEE;
	border-radius: inherit;
	-webkit-border-radius: inherit;
	-moz-border-radius: inherit;
	-ms-border-radius: inherit;
	-o-border-radius: inherit;
}

.book-now-modal .btn-close {
	position: absolute;
	right: 15px;
	top: 15px;
	opacity: 1;
	box-shadow: none;
}

.book-now-modal .btn-close:hover {
	--bs-btn-close-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238C8D34'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}

.book-now-modal-section .book-modal-title {
	position: relative;
	text-align: center;
	font-family: 'BricolageGrotesque_24ptBold', sans-serif;
	font-size: 16px;
	line-height: 180%;
	letter-spacing: 1px;
	border-bottom: 1px solid #D8D6D5;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

.book-now-modal-section .book-modal-title:before {
	position: absolute;
	content: "";
	left: 50%;
	bottom: -1px;
	height: 3px;
	width: calc(100% - 50px);
	background: #9F9D53;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.book-now-modal-section .book-modal-title * {
	font-family: inherit;
	font-weight: normal;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.book-now-modal-section .book-modal-title a {
	text-decoration: none;
}

.book-now-modal-section .book-modal-title a:hover {
	color: #9F9D53;
}

.book-now-modal-section .view-change-title {
	position: relative;
	text-align: center;
	font-family: 'BricolageGrotesque_24ptMedium', sans-serif;
	font-size: 16px;
	line-height: 180%;
	letter-spacing: 1px;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

.book-now-modal-section .view-change-title * {
	display: inline-block;
	font-family: inherit;
	font-weight: normal;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
	border-bottom: 3px solid #9F9D53;
}

.book-now-modal-section .view-change-title a {
	text-decoration: none;
}

.book-now-modal-section .view-change-title a:hover {
	color: #9F9D53;
}

.book-now-modal-section .room-guest-block .guest-block {
	border-bottom: 1px solid #D8D6D5;
	margin-bottom: 15px;
}

.book-now-modal-section .room-guest-block .room-title {
	font-family: 'BricolageGrotesque_24ptMedium';
	font-size: 16px;
	line-height: 180%;
	color: #8C8D34;
	text-transform: uppercase;
	border-bottom: 1px solid #D8D6D5;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.book-now-modal-section .room-guest-block .room-title * {
	font-family: inherit;
	font-weight: normal;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.book-now-modal-section .room-guest-block .room-title a {
	text-decoration: none;
}

.book-now-modal-section .room-guest-block .room-title a:hover {
	color: #000000;
}

/* .book-now-modal-section .room-guest-block .guest-options-block {
	margin-bottom: 30px;
} */

.book-now-modal-section .room-guest-block .guest-options-block .options-list {
	display: flex;
	flex-wrap: wrap;
}

.book-now-modal-section .room-guest-block .guest-options-block .options-list .option-item {
	position: relative;
	flex: 0 0 auto;
	max-width: 100%;
	padding: 0 10px;
	margin-bottom: 15px;
}

.book-now-modal-section .room-guest-block .guest-options-block .options-list.with-border .option-item:before {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	width: 1px;
	height: calc(100% - 10px);
	background: #000000;
}

.book-now-modal-section .room-guest-block .guest-options-block .options-list .option-item:last-child:before {
	display: none;
}

.book-now-modal-section .room-guest-block .guest-options-block .opt-title {
	font-family: 'BricolageGrotesque_24ptMedium';
	font-size: 16px;
	line-height: 125%;
	color: #231F20;
	margin-right: 10px;
	text-align: center;
	padding-top: 7px;
}

.book-now-modal-section .room-guest-block .guest-options-block .opt-title * {
	font-family: inherit;
	font-weight: normal;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.book-now-modal-section .room-guest-block .guest-options-block .opt-title span {
	display: block;
	font-size: 10px;
	line-height: 115%;
}

.book-now-modal-section .room-guest-block .guest-options-block .opt-title a {
	text-decoration: none;
}

.book-now-modal-section .room-guest-block .guest-options-block .opt-title a:hover {
	color: #8C8D34;
}

.book-now-modal-section .room-guest-block .opt-block {
	display: flex;
	align-items: flex-start;
}

.book-now-modal-section .room-guest-block .opt-block .opt-detail {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
}

.book-now-modal-section .room-guest-block .opt-block .opt-detail .opt-field {
	flex: 0 0 auto;
	width: 90px;
	max-width: 100%;
	margin-right: 15px;
	margin-bottom: 10px;
}

.book-now-modal-section .room-guest-block .opt-block .form-select {
	border: none;
	width: 100%;
	height: 38px;
	text-align: center;
	font-family: 'BricolageGrotesque_24ptMedium';
	font-size: 16px;
	line-height: 115%;
	color: #231F20;
	background-color: transparent;
	border-bottom: 1px solid #000000;
	box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.book-now-modal-section .check-add-room-block {
	margin-top: 30px;
}

.book-now-modal-section .check-add-room-block .add-room-button {
	margin-bottom: 20px;
}

.book-now-modal-section .check-add-room-block .room-detail {
	font-family: 'BricolageGrotesque_24ptMedium';
	font-size: 16px;
	line-height: 125%;
	color: #000000;
	text-transform: none;
	margin-bottom: 15px;
}

/* modal calendar */
.booking-calendar-block {
	margin-bottom: 30px;
}

.booking-calendar-block .xdsoft_datetimepicker.xdsoft_inline {
	width: 100%;
	background: transparent;
	border: none;
	color: #231F20;
}

.booking-calendar-block .xdsoft_datetimepicker .xdsoft_monthpicker {
	display: flex;
	justify-content: center;
	position: relative;
	margin-bottom: 20px;
}

.booking-calendar-block .xdsoft_datetimepicker .xdsoft_today_button {
	display: none !important;
}

.booking-calendar-block .xdsoft_datetimepicker .xdsoft_next {
	position: absolute;
	right: 0;
}

.booking-calendar-block .xdsoft_datetimepicker .xdsoft_prev {
	position: absolute;
	left: 0;
}

.booking-calendar-block .xdsoft_datetimepicker .xdsoft_label {
	/* font-family: 'PPEditorialNewRegular'; */
	font-size: 18px;
	line-height: 130%;
	color: #8C8D34;
	text-transform: uppercase;
	background: transparent;
}

.booking-calendar-block .xdsoft_datetimepicker .xdsoft_year {
	width: 60px;
}

.booking-calendar-block .xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
	color: #ffffff;
	background: #822449;
	box-shadow: none;
}

.booking-calendar-block .xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover {
	color: #ffffff;
	background: #822449;
	box-shadow: none;
}

.booking-calendar-block .xdsoft_datetimepicker .xdsoft_datepicker {
	width: 100%;
	max-width: 100%;
	margin: 0;
}

.booking-calendar-block .xdsoft_datetimepicker .xdsoft_calendar th {
	background: transparent;
	color: #231F20;
	font-family: 'BricolageGrotesque_24ptMedium' !important;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 1.7px;
	text-transform: uppercase;
	border: none;
}

.booking-calendar-block .xdsoft_datetimepicker .xdsoft_calendar td {
	background: transparent;
	color: #231F20;
	font-family: 'BricolageGrotesque_24ptMedium' !important;
	font-weight: normal !important;
	font-size: 16px;
	letter-spacing: 1.7px;
	text-transform: uppercase;
	border: none;
	text-align: center;
	height: 40px;
	background: transparent !important;
	box-shadow: none;
}

.booking-calendar-block .xdsoft_datetimepicker .xdsoft_calendar td > * {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.booking-calendar-block .xdsoft_datetimepicker .xdsoft_calendar td:hover {
	background: transparent !important;
}

.booking-calendar-block .xdsoft_datetimepicker .xdsoft_calendar td:hover > * {
	color: #ffffff;
	background: #822449;
}

.booking-calendar-block .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.booking-calendar-block .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.booking-calendar-block .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
	box-shadow: none;
}

.booking-calendar-block .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default > *,
.booking-calendar-block .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current > *,
.booking-calendar-block .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current > * {
	color: #ffffff;
	background: #822449;
}
/* modal calendar */

/* booking-discound-modal */
.booking-discound-modal .modal-content {
	background: #F4EFEE;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.booking-discound-modal .modal-body {
	position: relative;
	padding: 0;
	background: transparent;
}

.booking-discound-modal .modal-body .btn-close {
	position: absolute;
	right: 15px;
	top: 30px;
	z-index: 9;
	opacity: 1;
	padding: 0;
	width: 20px;
	height: 20px;
	box-shadow: none;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
	background-size: 100% 100%;
}

.booking-discound-modal .modal-body .btn-close:hover {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%239F9D53'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
	background-size: 100% 100%;
}

.booking-discound-modal .booking-discound-block {
	display: flex;
	flex-wrap: wrap;
}

.booking-discound-modal .booking-discound-block > * {
	flex: 1 0 0;
	max-width: 100%;
}

.booking-discound-modal .booking-discound-block .booking-discound-image {
	flex: 0 0 auto;
	width: 350px;
}

.booking-discound-modal .booking-discound-block .booking-discound-image * {
	width: 100%;
}

.booking-discound-modal .booking-discound-block .booking-discound-main-detail {
	padding: 30px 50px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
}

.booking-discound-modal .booking-discound-block .booking-discound-main-detail .booking-discound-detail {
	height: calc(100% - 60px);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.booking-discound-modal .booking-discound-block .discount {
	font-size: 18px;
	line-height: 125%;
	margin-top: 25px;
	margin-bottom: 35px;
}

.booking-discound-modal .booking-discound-block .discount span {
	display: block;
	font-family: 'PPEditorialNewRegular';
	font-size: 22px;
	line-height: 125%;
	color: #9F9D53;
	text-transform: uppercase;
	margin-top: 10px;
}

.booking-discound-modal .booking-discound-block .book-now-button .btn {
	padding: 10px 20px;
}
/* booking-discound-modal */
/*========== Modal End ==========*/


/* Yash Style */

/* -----  */
.navbar-brand .logo-white {display: none;}

.navbar-brand .logo-white {width: 100%; max-width: 167px;}
.navbar-brand .logo-gold {width: 100%; max-width: 167px;}
.navbar-brand .logo-white-mobile {display: none; width: 100%;max-width: 43px;}
.navbar-brand .logo-gold-mobile {display: none; width: 100%;max-width: 43px;}




.litepicker .container__months .month-item-header {padding: 0 0px 20px !important;}
#inline-calendar .litepicker {width: 100%;}
#inline-calendar .container__main {width: 100%;}
#inline-calendar .container__months {width: 100%;background-color: transparent;box-shadow: none;}
#inline-calendar .month-item {width: 100%;}
#inline-calendar .container__days {width: 100%;justify-content: flex-end;}
.litepicker .container__tooltip { display: none !important; }

.litepicker .month-item-weekdays-row {width: 100%;margin-bottom: 10px;}
.litepicker .container__months .month-item  {padding: 5px 20px;}
.litepicker .month-item-name, .litepicker .month-item-year { font-family: 'BricolageGrotesque_24ptMedium' !important; color: #8C8D34; font-size: 16px; font-style: normal; font-weight: 500; line-height: 250%; letter-spacing: 1px; text-transform: uppercase;}

.litepicker .container__months .month-item-weekdays-row>div { background: transparent !important; color: #231F20 !important; font-family: 'BricolageGrotesque_24ptMedium' !important; font-weight: normal; font-size: 16px !important; letter-spacing: 1.7px !important; text-transform: uppercase !important; border: none; }

#inline-calendar .day-item { width: 108px; height: 38px !important; margin: 5px 0px; }

#inline-calendar .day-item  { display: flex; justify-content: center; align-items: center; color: #231F20; font-family: 'BricolageGrotesque_24ptMedium' !important; font-weight: normal !important; font-size: 16px; letter-spacing: 1.7px; text-transform: uppercase; border: none; text-align: center; height: 40px; background: transparent ; box-shadow: none; border-radius: 100%; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; }

.litepicker .container__days>div {padding: 0 !important;}
.litepicker .container__days .day-item.is-start-date  {color: #ffffff !important; position: relative;z-index: 2;} 
.litepicker .container__days .day-item.is-in-range  {color: #ffffff !important; position: relative;z-index: 2;}
.litepicker .container__days .day-item.is-end-date  {color: #ffffff !important;
position: relative;z-index: 2;}

.litepicker .container__days .day-item.is-start-date::after,.litepicker .container__days .day-item.is-in-range::after,.litepicker .container__days .day-item.is-end-date::after  { position: absolute; content: ''; width: 38px; height: 38px; background: #822449 !important; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); border-radius:100% ; -webkit-border-radius:100% ; -moz-border-radius:100% ; -ms-border-radius:100% ; -o-border-radius:100% ;z-index: -1; }

.litepicker .button-next-month {position: relative !important;width: 32px;height: 32px;}
.litepicker .button-previous-month {position: relative !important;width: 32px;height: 32px;}
.litepicker .button-next-month svg {display: none !important;}
.litepicker .button-previous-month svg {display: none !important;}

.litepicker .button-next-month::after {cursor: pointer; position: absolute; content: '';bottom: 67px;right: 40px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Ccircle cx='15.5833' cy='15.9987' r='15.0833' transform='rotate(-90 15.5833 15.9987)' stroke='%232D3B1A'/%3E%3Cpath d='M13.457 7.49803L21.957 15.998L13.457 24.498' stroke='%232D3B1A'/%3E%3C/svg%3E");background-repeat: no-repeat;width: 32px;height: 32px;}
.litepicker .button-previous-month::after {cursor: pointer; position: absolute; content: '';bottom: 67px;left: 40px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Ccircle cx='15.5846' cy='15.9994' r='15.0833' transform='rotate(90 15.5846 15.9994)' stroke='%232D3B1A'/%3E%3Cpath d='M17.7109 24.5L9.21093 16L17.7109 7.5' stroke='%232D3B1A'/%3E%3C/svg%3E");background-repeat: no-repeat;width: 32px;height: 32px;}

.booking-calendar-block .extra-small-block-title {position: relative;}