@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
html {
  scroll-padding-top: 100px; /* height of sticky header */
}
#main-wrapper>.container-fluid>.row>.main-content{
	overflow: clip;
}
/* .montserrat-<uniquifier> {
font-family: "Montserrat", sans-serif;
} */
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
.layout-builder__layout.no-gutters{
    --bs-gutter-y: 0;
    --bs-gutter-x: 0;
}
/*
** Footer CSS Starts */
.wpb_ym_brand_showcase,
.wpb_ym_footer {
	padding: 100px 16px;
}

.wpb_ym_concerts_section,
.wpb_ym_footer {
	background: #34561D;
	position: relative;
}

.wpb_ym_concerts_section::before,
.wpb_ym_footer::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(29.51% 48.54% at 23.45% 51.48%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.wpb_ym_concerts_section::after,
.wpb_ym_footer::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(303.9deg, rgba(0, 0, 0, 0.6) 11%, rgba(0, 0, 0, 0.06) 46.7%, rgba(0, 0, 0, 0.6) 100%);
}

.wpb_ym_footer .wpb_ym_container {
	max-width: 1204px;
	z-index: 1;
	position: relative;
	margin: 0 auto;
}

.wpb_ym_footer .wpb_ym_newsletter .wpb_ym_title {
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0;
	line-height: 34px;
	letter-spacing: 1.4px;
	text-align: center;
	letter-spacing: 0;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	line-height: 1.2;
	font-size: 32px;
}

.wpb_ym_footer .wpb_ym_newsletter .wpb_ym_newsletter_text {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 0.8rem;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	margin-top: 8px;
}

.wpb_ym_footer .wpb_ym_newsletter .wpb_ym_newsletter_text p {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
}

.wpb_ym_footer .wpb_ym_newsletter .wpb_ym_newsletter_text p:last-child {
	margin-bottom: 0;
}

.wpb_ym_footer_form .mktoForm fieldset .mktoFormRow:nth-child(4),
.wpb_ym_footer_form .mktoForm fieldset .mktoFormRow:nth-child(5),
.wpb_ym_footer_form .mktoForm>div.mktoFormRow+.mktoFormRow,
.wpb_ym_footer_form .mktoForm fieldset>div.mktoFormRow+div.mktoFormRow .mktoFormCol:first-child {
	display: none !important;
}

.wpb_ym_footer .wpb_ym_footer_form {
	position: relative;
	border-radius: 16px;
	backdrop-filter: blur(30px);
	--webkit-backdrop-filter: blur(30px);
	background-color: rgba(255, 255, 255, 0.05);
	z-index: 1;
	padding: 24px;
	margin-top: 32px;
}

.wpb_ym_footer .wpb_ym_footer_form::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 16px;
	padding: 1px;
	background: linear-gradient(46.84deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.06));
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: -1;
}

.wpb_ym_footer_form .mktoForm {
	width: 100%;
	max-width: 100%;
	display: flex;
	align-items: center;
	float: unset
}

.wpb_ym_footer_form fieldset .mktoFormRow .mktoFormCol {
	margin: 0 !important
}

.wpb_ym_footer_form .mktoForm fieldset {
	display: flex;
}

.wpb_ym_footer_form .mktoForm fieldset .mktoFormRow:first-of-type {
	width: 71.197% !important;
}

.wpb_ym_footer_form .mktoFormRow+.mktoFormRow {
	width: 28.803% !important;
	padding: 0 0px;
}

.wpb_ym_footer_form .mktoForm fieldset .mktoFormRow:first-of-type .mktoFormCol {
	width: calc(50% - 32px) !important;
	margin-right: 32px !important;
	padding-right: 32px;
	position: relative;
	padding-top: 1.5px !important;
	padding-bottom: 1.5px !important;
}

.wpb_ym_footer_form .mktoForm fieldset .mktoFormRow .mktoFormCol::after,
.wpb_ym_footer_form .mktoForm fieldset .mktoFormRow:first-of-type .mktoFormCol::after {
	content: '';
	background: rgba(255, 255, 255, 0.4);
	width: 1px;
	position: absolute;
	left: calc(100% - 1px);
	height: 100%;
	top: 0;
}

.wpb_ym_footer_form .mktoFormRow+.mktoFormRow .mktoFormCol {
	width: 100% !important;
}

.wpb_ym_footer_form .mktoForm .mktoButtonRow {
	margin: 0 !important;
	width: max-content !important;
	padding-left: 32px;
}

.wpb_ym_footer_form .mktoForm .mktoButtonWrap.mktoInset .mktoButton {
	min-width: max-content;
	/* background: linear-gradient(0deg, #DAAA00, #DAAA00), linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%), linear-gradient(0deg, #E7C95E, #E7C95E) !important; */
	box-shadow: unset;
	border-radius: 56px !important;
	padding: 16px 40px !important;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
	font-size: 20px !important;
	line-height: 1.2;
	border: 0 !important;
	font-style: italic;
	margin: 0 !important;
	background-color: #E7C95E !important;
	height: auto !important;
	color: #0B0B0B !important;
	border: 1px solid #E7C95E !important;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.wpb_ym_footer_form .mktoForm .mktoButtonWrap.mktoInset .mktoButton:after{
	content: '';
	position: absolute;
	background-color: #0B0B0B;
	z-index: -1;
	border-radius: 100px;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: auto;
	right: 100%;
	transition: all 0.3s;
}
.wpb_ym_footer_form .mktoForm .mktoButtonWrap.mktoInset .mktoButton:hover:after{
	/* width: 100%; */
	right: 0px;
}
.wpb_ym_footer_form .mktoForm .mktoButtonWrap.mktoInset .mktoButton:hover{
	color: #E7C95E !important;
}
.wpb_ym_footer_form .mktoForm .mktoRequiredField label.mktoLabel {
	margin-bottom: 7px !important;
	color: rgba(255, 255, 255, 0.8);
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 1.2 !important;
	font-size: 0.8rem !important;
	padding: 0 !important;
	float: unset !important;
	display: inline-block;
}

.wpb_ym_footer_form .mktoForm input[type=url],
.wpb_ym_footer_form .mktoForm input[type=text],
.wpb_ym_footer_form .mktoForm input[type=date],
.wpb_ym_footer_form .mktoForm input[type=tel],
.wpb_ym_footer_form .mktoForm input[type=email],
.wpb_ym_footer_form .mktoForm input[type=number],
.wpb_ym_footer_form .mktoForm textarea.mktoField,
.wpb_ym_footer_form .mktoForm select.mktoField {
	background-color: transparent !important;
	border: 0 !important;
	padding: 0 !important;
	font-size: 1rem !important;
	letter-spacing: 0 !important;
	font-family: "Montserrat", sans-serif;
	line-height: 1.2;
	color: rgba(255, 255, 255, 1) !important;
	outline: none;
	font-weight: 700;
	box-shadow: unset;
}

.wpb_ym_footer_form .mktoForm input[type=url]::placeholder,
.wpb_ym_footer_form .mktoForm input[type=text]::placeholder,
.wpb_ym_footer_form .mktoForm input[type=date]::placeholder,
.wpb_ym_footer_form .mktoForm input[type=tel]::placeholder,
.wpb_ym_footer_form .mktoForm input[type=email]::placeholder,
.wpb_ym_footer_form .mktoForm input[type=number]::placeholder,
.wpb_ym_footer_form .mktoForm textarea.mktoField::placeholder,
.wpb_ym_footer_form .mktoForm select.mktoField::placeholder,
.wpb_ym_footer_form .mktoForm input[type=url]::-webkit-input-placeholder,
.wpb_ym_footer_form .mktoForm input[type=text]::-webkit-input-placeholder,
.wpb_ym_footer_form .mktoForm input[type=date]::-webkit-input-placeholder,
.wpb_ym_footer_form .mktoForm input[type=tel]::-webkit-input-placeholder,
.wpb_ym_footer_form .mktoForm input[type=email]::-webkit-input-placeholder,
.wpb_ym_footer_form .mktoForm input[type=number]::-webkit-input-placeholder,
.wpb_ym_footer_form .mktoForm textarea.mktoField::-webkit-input-placeholder,
.wpb_ym_footer_form .mktoForm select.mktoField::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 1);
	text-transform: lowercase !important;
}

.wpb_ym_footer_form .mktoForm input[type=url]::-webkit-input-placeholder,
.wpb_ym_footer_form .mktoForm input[type=text]::-webkit-input-placeholder,
.wpb_ym_footer_form .mktoForm input[type=date]::-webkit-input-placeholder,
.wpb_ym_footer_form .mktoForm input[type=tel]::-webkit-input-placeholder,
.wpb_ym_footer_form .mktoForm input[type=email]::-webkit-input-placeholder,
.wpb_ym_footer_form .mktoForm input[type=number]::-webkit-input-placeholder,
.wpb_ym_footer_form .mktoForm textarea.mktoField::-webkit-input-placeholder,
.wpb_ym_footer_form .mktoForm select.mktoField::-webkit-input-placeholder {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.2;
}

.wpb_ym_footer .wpb_ym_footer_main {
	margin-top: 80px;
	display: flex;
}

.wpb_ym_footer .wpb_ym_footer_main .wpb_ym_footer_logo {
	width: 40.5%;
	padding-right: 16px;
}

.wpb_ym_footer .wpb_ym_footer_main .wpb_ym_footer_links {
	width: 59.5%;
}

.wpb_ym_footer .wpb_ym_footer_main .wpb_ym_footer_logo_text {
	margin-top: 36px;
	display: flex;
	flex-direction: column;
}

.wpb_ym_footer .wpb_ym_footer_main .wpb_ym_footer_logo_text .contact-number,
.wpb_ym_footer .wpb_ym_footer_main .wpb_ym_footer_logo_text a,
.wpb_ym_footer .wpb_ym_footer_main .wpb_ym_footer_logo_text address,
.wpb_ym_footer .wpb_ym_footer_main .wpb_ym_footer_logo_text p {
	font-size: 0.8rem;
	color: #fff;
	line-height: 1.5;
	font-weight: 400;
	font-family: "Montserrat", sans-serif;
	display: inline-block
}

.wpb_ym_footer .wpb_ym_footer_main .wpb_ym_footer_logo_text p:last-child {
	margin-bottom: 0;
}

.wpb_ym_footer .wpb_ym_footer_main .wpb_ym_footer_logo_text .contact-number:hover {
	text-decoration: none;
}

.wpb_ym_footer .wpb_ym_footer_main .wpb_ym_footer_logo_text .contact-number:not(:last-child) {
	margin-bottom: 22px;
}

.wpb_ym_footer .wpb_ym_footer_main .wpb_ym_footer_logo_text .contact-number {
	max-width: max-content;
}

.wpb_ym_footer .wpb_ym_footer_main .wpb_ym_footer_logo_text address:not(:last-child),
.wpb_ym_footer .wpb_ym_footer_main .wpb_ym_footer_logo_text p:not(:last-child) {
	margin-bottom: 24px;
}

.wpb_ym_footer_additional_links ul,
.wpb_ym_footer .wpb_ym_footer_links .wpb_ym_main_links ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	column-count: 3;
	column-gap: 16px;
}

.wpb_ym_footer_additional_links {
	margin-top: 40px;
}

.wpb_ym_footer_additional_links ul li,
.wpb_ym_footer .wpb_ym_footer_links .wpb_ym_main_links ul li {
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 0.8rem;
	line-height: 1.2;
	font-weight: 400;
	break-inside: avoid;
	margin-bottom: 12px;
}

.wpb_ym_footer_additional_links ul li a,
.wpb_ym_footer .wpb_ym_footer_links .wpb_ym_main_links ul li a {
	color: inherit;
	font-weight: inherit;
	font-size: inherit;
	text-decoration: none;
	display: inline-block;
	line-height: inherit;
}

.wpb_ym_footer_additional_links ul li a:hover,
.wpb_ym_footer .wpb_ym_footer_links .wpb_ym_main_links ul li a:hover {
	text-decoration: underline
}

.wpb_ym_footer .wpb_ym_footer_logo_column {
	margin-top: 40px;
}

.wpb_ym_footer .wpb_ym_footer_logo_column ul {
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	gap: 24px;
}

.wpb_ym_footer .wpb_ym_footer_logo_column ul li {
	height: 60px;
	width: auto;
	max-width: 60px;
}

.wpb_ym_footer .wpb_ym_footer_logo_column ul li img {
	height: 100%;
	width: 100%;
	object-fit: contain
}

.wpb_ym_footer_copyright {
	margin-bottom: 0;
	font-size: 0.8rem;
	text-transform: uppercase;
	color: #fff;
	margin-top: 21px;
	font-family: "Montserrat", sans-serif;
	line-height: 1.5;
}

.wpb_ym_footer_copyright p {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin-bottom: 0;
	text-transform: none;
}

.wpb_ym_footer .wpb_ym_footer_logo_image a {
	display: inline-block;
	width: 100%;
	max-width: 83%;
}

.wpb_ym_footer .wpb_ym_footer_logo_image a img {
	max-width: 100%;
	width: 100%;
	display: inline-block
}

.wpb_ym_social_links_wrapper {
	display: flex;
	list-style: none;
	padding: 0;
	gap: 24px;
	margin: 0;
	margin-top: 28px;
}

.wpb_ym_social_links_wrapper li {
	line-height: 1;
	display: flex;
}

.wpb_ym_social_links_wrapper li>a {
	height: 24px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: inline-block;
	transition: 0.3s all;
}

.wpb_ym_social_links_wrapper li>a:hover {
	opacity: 0.7;
}

.wpb_ym_social_links_wrapper li.facebook-icon-link a {
	width: 15px;
	background-image: url(../img/facebook-f.svg);
}

.wpb_ym_social_links_wrapper li.instagram-icon-link a {
	width: 23px;
	background-image: url(../img/instagram.svg);
}

.wpb_ym_social_links_wrapper li.linkedin-icon-link a {
	width: 21px;
	background-image: url(../img/linkedin-in.svg);
}

.wpb_ym_social_links_wrapper li.twitter-icon-link a {
	width: 23px;
	background-image: url(../img/x-twitter.svg);
}

.wpb_ym_social_links_wrapper li.youtube-icon-link a {
	width: 27px;
	background-image: url(../img/youtube.svg);
}

.wpb_ym_social_links_wrapper li.tiktok-icon a {
	width: 21px;
	background-image: url(../img/tiktok.svg);
}

/*
** Footer CSS Ends */
/*
** Header CSS Starts */
.wpb_ym_header {
	--header-inline-padding: 20px;
	position: sticky;
	width: 100%;
	z-index: 100;
	top: 0;
	padding-inline: var(--header-inline-padding, 20px);
	background-color: #fff;
	border-bottom: 1px solid #2B541029;
	transition: 0.3s all;
}

.wpb_ym_header .wpb_ym_container {
	max-width: 1238px;
	margin-left: auto;
	margin-right: auto;
}
.wpb_ym_header .header-notification{
	margin-inline: calc(var(--header-inline-padding) * -1);
}

.wpb_ym_top_bar {
	padding-top: 11px;
	padding-bottom: 15px;
}

.wpb_ym_top_bar .wpb_ym_container {
	display: flex;
	justify-content: space-between;
	column-gap: 24px;
}

.wpb_ym_top_links {
	display: flex;
	gap: 24px;
}

.wpb_ym_top_links .wpb_ym_user_link {
	color: #0B0B0B;
	text-decoration: none;
	font-weight: 400;
	line-height: 1.2;
	font-size: .6rem;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.25px;
}

.wpb_ym_top_links .wpb_ym_user_link:hover {
	text-decoration: underline;
}

.wpb_ym_top_links .wpb_ym_icon_link {
	display: flex;
	align-items: center;
}

.wpb_ym_top_links .wpb_ym_icon_link::before {
	width: 14px;
	height: 14px;
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
	position: relative;
	margin-right: 6px
}

.wpb_ym_top_links .wpb_ym_icon_link.wpb_ym_login::before {
	background: url('../img/user-green.svg') no-repeat center center / contain;
}

.wpb_ym_top_links .wpb_ym_icon_link.wpb_ym_calendar_link::before {
	background: url('../img/calendar-green.svg') no-repeat center center / contain;
}

.wpb_ym_top_links .wpb_ym_icon_link.wpb_ym_play_online::before {
	background: url('../img/play-green.svg') no-repeat center center / contain;
}

.wpb_ym_top_links .wpb_ym_icon_link.wpb_ym_download::before {
	background: url('../img/mobile-green.svg') no-repeat center center / contain;
	width: 11px;
}

.wpb_ym_bottom_bar .wpb_ym_search_wrap {
	margin-left: auto;
}

.wpb_ym_bottom_bar .wpb_ym_search_wrap>a {
	display: inline-block;
	height: 21px;
	width: 16px;
	display: flex;
	align-items: center;
	background: url('../img/magnifying-glass-dark.svg') center center / contain no-repeat;
	transition: 0.3s all;
	position: relative;
}
.wpb_ym_bottom_bar .wpb_ym_search_wrap>a:after{
	content: '';
    inset: -8px;
    position: absolute;
}
.wpb_ym_bottom_bar .wpb_ym_search_wrap>a:hover {
	opacity: 0.8;
}

.wpb_ym_bottom_bar .wpb_ym_container {
	display: flex;
	position: relative;
	justify-content: space-between;
	column-gap: 18px;
	max-width: 1278px;
	padding-right: 20px;
	align-items: flex-start;
}

.wpb_ym_bottom_bar .wpb_ym_logo {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	top: calc(50% - 17px);
}

.wpb_ym_bottom_bar .wpb_ym_logo a {
	display: inline-block;
	width: 74px;
	height: 70px;
}

.wpb_ym_bottom_bar .wpb_ym_logo a img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.wpb_ym_bottom_bar .wpb_ym_nav_book {
	border: 0;
	padding: 9px 22px;
	border-radius: 36px;
	background-color: #E7C95E;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0;
	font-size: .75rem;
	line-height: 1.4;
	transition: 0.3s all;
	margin-left: 35px;
	cursor: pointer;
	border: 1px solid #E7C95E;
	color: #0B0B0B !important;
}

.wpb_ym_bottom_bar .wpb_ym_nav_book:hover {
	background-color: #3E4827 !important;
	color: #E7C95E !important;
	border-color: #3E4827 !important;
}

.wpb_ym_bottom_bar .wpb_ym_search_wrap {
	height: 100%;
	align-self: center;
	margin-top: -10px
}

.wpb_ym_bottom_bar .wpb_ym_site_nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.wpb_ym_bottom_bar .wpb_ym_site_nav>ul {
	display: flex;
}

.wpb_ym_bottom_bar .wpb_ym_site_nav>ul li {
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
}

.wpb_ym_bottom_bar .wpb_ym_site_nav>ul li a {
	font-size: inherit;
	text-decoration: none;
	line-height: inherit;
	font-weight: inherit;
	color: #0B0B0B;
	display: inline-block;
}

.wpb_ym_bottom_bar .wpb_ym_site_nav>ul>li {
	font-size: .75rem;
	position: relative;
	line-height: 1.4;
}

.wpb_ym_bottom_bar .wpb_ym_site_nav>ul>li:not(:last-child) {
	margin-right: 11px;
}

.wpb_ym_bottom_bar .wpb_ym_site_nav>ul>li:nth-child(4) {
	margin-right: 154px;
}

.wpb_ym_bottom_bar .wpb_ym_site_nav>ul>li>a {
	padding: 10.5px 20px 19px;
	border-radius: 16px 16px 0 0;
	transition: 0.3s all;
	position: relative;
}

.wpb_ym_bottom_bar .wpb_ym_site_nav>ul>li:hover>a {
	background-color: #F2F5F1;
	color: #2B5410;
}

.wpb_ym_search_wrap {
	position: relative;
}

.wpb_ym_search_wrap .search_form {
	width: 0px;
	display: flex;
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	right: -9px;
	overflow: hidden;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
}
.wpb_ym_footer_form .mktoForm .mktoError {
    position: absolute;
    z-index: 99;
    color: #bf0000;
    top: 100% !important;
    bottom: auto !important;
    left: 0 !important;
    right: auto !important;
}
.wpb_ym_search_wrap.open .search_form {
	width: 337px;
	/* adjust to fit your form */
	opacity: 1;
	visibility: visible;
}

.wpb_ym_search_wrap .search_form input[type="search"] {
	background-color: #F2F5F1;
	border: 0;
	height: 39px;
	padding: 9px 33px 11px 33px;
	border-radius: 8px;
	color: #0B0B0B;
	font-size: 0.8rem;
	line-height: 1.4;
	font-weight: 400;
	width: 100%;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0.8px;
	outline: none;
}

.wpb_ym_search_wrap .search_form input[type="search"]::placeholder {
	color: #0B0B0B;
}

.wpb_ym_search_wrap .search_form [type="image"] {
	position: absolute;
	left: 10px;
	top: calc(50% - 1px);
	transform: translatey(-50%);
}

.wpb_ym_search_wrap .close_search {
	position: absolute;
	right: 8px;
	width: 20px;
	height: 20px;
	top: calc(50% - 1px);
	transform: translatey(-50%);
	background-image: url(../img/xmark.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 17px;
	cursor: pointer;
}

.wpb_ym_search_wrap .search_form input[type="search"]::-webkit-search-decoration,
.wpb_ym_search_wrap .search_form input[type="search"]::-webkit-search-cancel-button,
.wpb_ym_search_wrap .search_form input[type="search"]::-webkit-search-results-button,
.wpb_ym_search_wrap .search_form input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

.wpb_ym_search_wrap .search_form input[type="search"] {
	-moz-appearance: textfield;
}

.wpb_ym_bottom_bar .wpb_ym_site_nav>ul>li>a:after {
	content: '';
	background: #2B5410;
	height: 2px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -1px;
	transition: 0.3s all;
	opacity: 0;
	visibility: hidden
}

.wpb_ym_bottom_bar .wpb_ym_site_nav>ul>li:has(.is-active)>a:after,
.wpb_ym_bottom_bar .wpb_ym_site_nav>ul>li>a.is-active:after,
.wpb_ym_bottom_bar .wpb_ym_site_nav>ul>li>a:hover:after {
	opacity: 1;
	visibility: visible
}
.wpb_ym_bottom_bar .wpb_ym_site_nav>ul>li:has(.is-active)>a{
	color: #2B5410;
}
.wpb_ym_bottom_bar .wpb_ym_site_nav>ul>li>ul {
	position: absolute;
	background-color: #F2F5F1;
	padding: 12px 0;
	top: 100%;
	width: 268px;
	border-radius: 0 0 16px 16px;
	overflow: hidden;
	transform: translatey(5px);
	opacity: 0;
	visibility: hidden;
	transition: 0.3s all;
	left: 0;
	margin-top: 1px ;
}

.wpb_ym_bottom_bar .wpb_ym_site_nav>ul>li>ul>li {
	font-size: 0.8rem;
	line-height: 1.5;
	font-weight: 400;
	color: #0B0B0B;
	text-transform: none;
}

.wpb_ym_bottom_bar .wpb_ym_site_nav>ul>li>ul>li>a {
	padding: 6px 24px;
	width: 100%;
}

.white_logo {
	display: none;
}

.open-menu-arrow {
	width: 35px;
	height: 35px;
	position: relative;
	top: 0;
	right: -13px;
	cursor: pointer;
	display: inline-block;
	background: url('../img/chevron-right.svg') no-repeat center center;
}

.wpb_ym_bottom_bar .wpb_ym_site_nav>ul li:not(:has(ul)) {
	cursor: auto
}
body.user-logged-in .wpb_ym_header {
    --wpb-header-height: 79px;
    top: var(--wpb-header-height, 79px);
}
body.path-frontpage:not(.user-logged-in) .wpb_ym_header {
	position: fixed;
	left: 0;
	right: 0;
}
body.path-frontpage .wpb_ym_header{
	position: sticky;
}
body.path-frontpage:not(.user-logged-in):not(.is_scrolled):not(.menu_open) .wpb_ym_header {
	background-color: transparent;
}

body.path-frontpage:not(.user-logged-in):not(.is_scrolled) .wpb_ym_header .wpb_ym_top_links .wpb_ym_user_link {
	color: #fff;
}

body.path-frontpage:not(.user-logged-in):not(.is_scrolled) .wpb_ym_header .wpb_ym_top_links .wpb_ym_icon_link.wpb_ym_download::before {
	background: url(../img/mobile.svg) no-repeat center center / contain;
}

body.path-frontpage:not(.user-logged-in):not(.is_scrolled) .wpb_ym_header .wpb_ym_top_links .wpb_ym_icon_link.wpb_ym_play_online::before {
	background: url(../img/play-online.svg) no-repeat center center / contain;
}

body.path-frontpage:not(.user-logged-in):not(.is_scrolled) .wpb_ym_header .wpb_ym_top_links .wpb_ym_icon_link.wpb_ym_calendar_link::before {
	background: url(../img/calendar.svg) no-repeat center center / contain;
}

body.path-frontpage:not(.user-logged-in):not(.is_scrolled) .wpb_ym_header .wpb_ym_top_links .wpb_ym_icon_link.wpb_ym_login::before {
	background: url(../img/user.svg) no-repeat center center / contain;
}

body.path-frontpage:not(.user-logged-in):not(.is_scrolled) .wpb_ym_header {
	border-bottom-color: transparent;
}

body.path-frontpage:not(.user-logged-in):not(.is_scrolled) .wpb_ym_bottom_bar .wpb_ym_search_wrap>a {
	background: url(../img/magnifying-glass.svg) center center / contain no-repeat;
}

body.path-frontpage:not(.user-logged-in):not(.is_scrolled) .wpb_ym_header .wpb_ym_bottom_bar .wpb_ym_site_nav>ul>li:hover>a {
	color: #0B0B0B;
}

body.path-frontpage:not(.user-logged-in):not(.is_scrolled) .wpb_ym_header .wpb_ym_bottom_bar .wpb_ym_nav_book {
	border: 1px solid rgba(255, 255, 255, 0.4) !important;
	padding: 9px 22px;
	background-color: transparent;
	color: #ffffff !important;
}

body.path-frontpage:not(.user-logged-in):not(.is_scrolled) .wpb_ym_header .wpb_ym_bottom_bar .wpb_ym_nav_book:hover {
	background-color: #E7C95E !important;
	color: #0B0B0B !important;
	border-color: #E7C95E !important;
}

/* .wpb_ym_tabs_section .wpb_ym_tabs_background .wpb_ym_tab_bg_item:has(iframe), */
.wpb_ym_homepage_banner:has(iframe) {
	aspect-ratio: var(--desktop-aspect-ratio, 16 / 9);
	min-height: 0 !important;
}


.wpb_ym_homepage_banner {
	position: relative;
}

.wpb_ym_homepage_banner:after {
	content: "";
	position: absolute;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 48.61%, rgba(0, 0, 0, 0.8) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 36.74%);
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
}

/* .wpb_ym_tabs_section .wpb_ym_tabs_background .wpb_ym_tab_bg_item:has(iframe) iframe, */
.wpb_ym_homepage_banner iframe {
	width: 100%;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.wpb_ym_homepage_banner:has(img) {
	min-height: 900px;
}

.wpb_ym_homepage_banner .wpb_ym_banner_img {
	width: 100%;
	height: 100% !important;
	position: absolute;
	object-fit: cover;
	object-position: center right;
}

.wpb_ym_homepage_banner {
	display: flex;
}

.wpb_ym_homepage_banner>div {
	z-index: 1;
	position: relative;
}

.wpb_ym_banner_bottom_cards {
	align-self: flex-end;
	width: 100%;
	padding-bottom: 32px;
	padding-left: 17px;
	padding-right: 17px;
}

.wpb_ym_banner_bottom_cards .wpb_ym_container {
	max-width: 1448px;
	margin-left: auto;
	margin-right: auto;
}

.wpb_ym_cards_wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
}

.wpb_ym_cards_wrapper .wpb_ym_banner_card {
	position: relative;
	padding: 24px;
	border-radius: 16px;
	background-color: rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	overflow: hidden;
	width: calc((100% - 80px) / 6);
	align-items: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
	row-gap: 24px;

	cursor: pointer;
	text-decoration: none;
}
.wpb_ym_cards_wrapper .wpb_ym_banner_card .wpb_ym_icon_img_hover,
.wpb_ym_cards_wrapper .wpb_ym_banner_card:hover .wpb_ym_icon_img {
	transition: all 0.3s
	ease-in-out;
		position: absolute;
		inset: 0;
		opacity: 0;
		visibility: hidden;
}

.wpb_ym_cards_wrapper .wpb_ym_banner_card .wpb_ym_icon_img{
	opacity: 1;
	visibility: visible;
}
.wpb_ym_cards_wrapper .wpb_ym_banner_card:hover .wpb_ym_icon_img_hover {
	opacity: 1;
	visibility: visible;
}
.wpb_ym_cards_wrapper .wpb_ym_banner_card::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	padding: 1px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0.01%, rgba(255, 255, 255, 0.05) 100.01%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
	z-index: 1;
}

.wpb_ym_cards_wrapper .wpb_ym_banner_card::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	padding: 1px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0.01%, rgba(255, 255, 255, 0.05) 100.01%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
	z-index: 1;

	transition: opacity 0.3s ease-in-out;
}

.wpb_ym_cards_wrapper .wpb_ym_banner_card::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	padding: 1px;
	background: linear-gradient(46.84deg, rgba(255, 255, 255, 0.6) -0.05%, rgba(255, 255, 255, 0.06) 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
	z-index: 1;
	opacity: 0;
	/* hidden by default */
	transition: opacity 0.3s ease-in-out;
}

.wpb_ym_cards_wrapper .wpb_ym_banner_card:hover::after {
	opacity: 1;
}

.wpb_ym_cards_wrapper .wpb_ym_banner_card:hover .wpb_ym_card_title {
	color: #E7C95E;
}


.wpb_ym_cards_wrapper .wpb_ym_banner_card .wpb_ym_card_title {
	font-family: "Montserrat", sans-serif;
	color: #fff;
	text-align: center;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.2;
	text-transform: none;
	letter-spacing: 0;
	margin: 0;
	transition: color 0.3s ease-in-out;
	word-break: break-word;
}

.wpb_ym_cards_wrapper .wpb_ym_banner_card .wpb_ym_icon {
	height: 24px;
	width: 23px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: relative;
}

.wpb_ym_cards_wrapper .wpb_ym_banner_card .wpb_ym_icon.wpb_ym_location {
	background-image: url(../img/location.svg);
	width: 15px;
}

.wpb_ym_cards_wrapper .wpb_ym_banner_card .wpb_ym_icon.wpb_ym_promotions {
	background-image: url(../img/promotions.svg);
	width: 20px;
}

.wpb_ym_cards_wrapper .wpb_ym_banner_card .wpb_ym_icon.wpb_ym_theater {
	background-image: url(../img/yaamava-theater.svg);
	width: 21px;
}

.wpb_ym_cards_wrapper .wpb_ym_banner_card .wpb_ym_icon.wpb_ym_spa {
	background-image: url(../img/spa.svg);
}

.wpb_ym_cards_wrapper .wpb_ym_banner_card .wpb_ym_icon.wpb_ym_videos {
	background-image: url(../img/photos-and-videos.svg);
}

.wpb_ym_cards_wrapper .wpb_ym_banner_card .wpb_ym_icon.wpb_ym_tour {
	background-image: url(../img/virtual-tour.svg);
}

.wpb_ym_cards_wrapper .wpb_ym_banner_card:hover .wpb_ym_icon.wpb_ym_location {
	background-image: url(../img/location-yellow.svg);
	width: 15px;
}

.wpb_ym_cards_wrapper .wpb_ym_banner_card:hover .wpb_ym_icon.wpb_ym_promotions {
	background-image: url(../img/promotions-yellow.svg);
	width: 20px;
}

.wpb_ym_cards_wrapper .wpb_ym_banner_card:hover .wpb_ym_icon.wpb_ym_theater {
	background-image: url(../img/yaamava-theater-yellow.svg);
	width: 21px;
}

.wpb_ym_cards_wrapper .wpb_ym_banner_card:hover .wpb_ym_icon.wpb_ym_spa {
	background-image: url(../img/spa-yellow.svg);
}

.wpb_ym_cards_wrapper .wpb_ym_banner_card:hover .wpb_ym_icon.wpb_ym_videos {
	background-image: url(../img/photos-and-videos-yellow.svg);
}

.wpb_ym_cards_wrapper .wpb_ym_banner_card:hover .wpb_ym_icon.wpb_ym_tour {
	background-image: url(../img/virtual-tour-yellow.svg);
}

.wpb_ym_brand_showcase {
	background-color: #fff;
}

.wpb_ym_brand_showcase .wpb_ym_container {
	max-width: 1448px;
	margin-left: auto;
	margin-right: auto;
}

.wpb_ym_brand_showcase .wpb_ym_section_title,
.wpb_ym_brand_showcase h2 {
	font-size: 48px;
	line-height: 1.2;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	text-align: center;
	color: #3E4827;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 0;
}

.wpb_ym_brand_showcase .wpb_ym_section_description,
.wpb_ym_brand_showcase p {
	margin-top: 16px;
	text-align: center;
	max-width: 959px;
	margin-left: auto;
	margin-right: auto;
	font-size: .9rem;
	line-height: 1.6;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	color: #324822;
	font-weight: 400;
}

.wpb_ym_brand_showcase .wpb_ym_simple_image {
	margin-top: 24px;
	height: 40px;
	text-align: center;
}

.wpb_ym_brand_showcase .wpb_ym_simple_image img {
	max-height: 100%;
	max-width: 100%;
	height: 40px !important;
	width: auto impotant;
}

.wpb_ym_brands_slider {
	margin-top: 56px;
}

.wpb_ym_brands_slider .swiper-wrapper {
	max-width: max-content;
	margin: 0 auto;
}

.wpb_ym_brands_slider .swiper-slide {
	background-color: #324822;
	border-radius: 16px;
	height: auto;
	padding: 16px 12px;
	min-height: 199px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 16px;
	width: 228px;
	box-sizing: border-box;
}

.wpb_ym_brands_slider .swiper-slide .swiper-slide {
	min-height: 0;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
}

.wpb_ym_brands_slider .swiper-slide:last-child {
	margin-right: 0 !important;
}

.wpb_ym_brands_slider .swiper-slide .image_wrapper {
	margin: 0 auto;
	text-align: center;
	transition: transform 0.25s ease-in-out;

	transform: translateY(8px);
}

.wpb_ym_brands_slider .swiper-slide .image_wrapper .field--type-image {
	float: none;
	width: 100%;
	margin: 0;
}

.wpb_ym_brands_slider .swiper-slide .image_wrapper img {
	max-width: 100%;
	max-height: 100px;
	margin-bottom: 0;
	width: auto;
	height: auto;
}

.wpb_ym_brand_showcase {
	overflow: hidden;
}

.wpb_ym_brands_slider .swiper-slide .slide_content {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	font-weight: 500;
	transition: 0.3s ease;
	opacity: 0;
	visibility: hidden;
}

.wpb_ym_brands_slider .swiper-slide .slide_content p {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-family: inherit;
	color: inherit;
	margin: 0;
}

.wpb_ym_brands_slider .swiper-slide:hover .slide_content {
	opacity: 1;
	visibility: visible;
}

.wpb_ym_brands_slider .swiper-slide:hover .image_wrapper {
	transform: translateY(0);
}
.wpb_ym_footer_form [tabindex="0"]:focus-visible,
.wpb_ym_footer_form .newsletter-form-bar .mktoForm .mktoButtonWrap.mktoSimple .mktoButton,
.wpb_ym_footer_form .newsletter-form-bar .mktoForm .mktoButtonWrap.mktoInset .mktoButton:focus-visible,
.wpb_ym_footer_form .mktoForm .mktoField:not(input[type="radio"]):not(input[type="checkbox"]):focus-visible{
 	outline-color: #fff !important;
	outline-offset: 5px !important;
}
.wpb_ym_promotions_section {
	background-image: url('../img/promotions-background.jpg');
	background-position: 65% center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 100px 16px;
	position: relative;
	overflow: hidden;

	/* min-height: 924px; */
}
.wpb_ym_you_are_in_cards_slides{
	transform: translateY(calc(var(--content-height, 34px) / 2));
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    gap: 8px;
	position: relative;
	z-index: 1;
}
.wpb_ym_you_are_in_cards_slides_link{
	position: absolute;
	inset: 0;
	z-index:2;
}
.wpb_ym_brands_slider  .swiper-slide:hover .wpb_ym_you_are_in_cards_slides{
	transform: translateY(0);
}
.wpb_ym_promotions_section .wpb_ym_container {
	margin: 0 auto;
	max-width: 1480px;
}

.wpb_ym_promotions_section::before {
	content: '';
	background: linear-gradient(0deg, rgba(11, 11, 11, 0.4), rgba(11, 11, 11, 0.4)), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.wpb_ym_btn {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    background: linear-gradient(#E7C95E, #E7C95E) padding-box, /* button fill */ linear-gradient(46.84deg, rgba(231, 201, 94, 0.8), rgba(255, 255, 255, 0.8)) border-box;
    padding: 23px 31px;
    display: inline-block;
    outline: none;
    box-shadow: unset;
    text-decoration: none;
    border-radius: 60px;
    color: #0B0B0B;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    transition: 0.3s all;
    position: relative;
    vertical-align: top;
    border: 1px solid transparent;
    background-clip: padding-box, border-box;
    background-origin: border-box;

}
.wpb_ym_btn:focus{
	color: #0B0B0B ;
}
.wpb_ym_btn_yellow {
	overflow: hidden;
}
.wpb_ym_btn_yellow:focus{
	color: #0B0B0B ;

}
.wpb_ym_btn_yellow:hover {
	color: #E7C95E;
}
.wpb_ym_btn_yellow:focus:hover{
	color: #E7C95E ;

}
.wpb_ym_btn_yellow span:not(.sr-only) {
	position: relative;
	z-index: 1;
}

.wpb_ym_btn.wpb_ym_btn_transparent::before,
.wpb_ym_concerts_card .wpb_ym_concerts_cta_wrap .wpb_ym_btn.wpb_ym_btn_transparent::before,
.wpb_ym_btn.wpb_ym_btn_white::before,
.wpb_ym_btn_yellow::before {
	content: '';
	background-color: #0B0B0B;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	border-radius: inherit;
	transition: 0.3s all;
	width: 0px;
	/* transform: translatex(-1px); */
}

.wpb_ym_btn.wpb_ym_btn_transparent:hover::before,
.wpb_ym_concerts_card .wpb_ym_concerts_cta_wrap .wpb_ym_btn.wpb_ym_btn_transparent:hover:before,
.wpb_ym_btn.wpb_ym_btn_white:hover::before,
.wpb_ym_btn_yellow:hover::before {
	width: 100%;
	transform: translatex(0);
}

.wpb_ym_promotions_section .wpb_ym_container {
	position: relative;
	z-index: 1;
}

.wpb_ym_promotions_section .wpb_ym_promos_controlls_wrap,
.wpb_ym_promotions_section .wpb_ym_promo_header {
	max-width: 1238px;
	margin: 0 auto;
}

.wpb_ym_promo_cta {
	display: flex;
}

.wpb_ym_testimonials .wpb_ym_testimonials_header :is(h2),
.wpb_ym_promotions_section .wpb_ym_promo_header :is(h2) {
	color: #fff;
	font-size: 48px;
	font-weight: 800;
	font-family: "Montserrat", sans-serif;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0;
	line-height: normal;
	margin-bottom: 17px;
}

.wpb_ym_promotions_section .wpb_ym_promo_header :is(p) {
	margin-top: 16px;
	text-align: center;
	font-size: 1.1rem;
	line-height: 1.5;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: 500;
	margin-bottom: 0;
}

.wpb_ym_testimonials .wpb_ym_testimonials_header :is(p) {
	margin-top: 16px;
	font-size: .95rem;
	line-height: 1.6;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
}

.wpb_ym_promotions_section .wpb_ym_promos_controlls_wrap,
.wpb_ym_promotions_section .wpb_ym_promos_slider_wrap {
	margin-top: 40px;
}

body.path-frontpage:not(.user-logged-in) .wpb_ym_header .green_logo{
	transition: 0.3s all;
}
body.path-frontpage:not(.user-logged-in):not(.is_scrolled) .wpb_ym_header .green_logo{
	filter: brightness(0) invert(1);
}
.wpb_ym_promotions_section .wpb_ym_promos_controlls_wrap {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
	flex-wrap: wrap;
}

.wpb_ym_swiper_btn {
	background-image: url('../img/nav-arrow-right.svg');
	width: 72px;
	height: 72px;
	border-radius: 50%;
	border: 1px solid #fff;
	position: static;
	cursor: pointer;
	transition: 0.3s all;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
	transform: unset;
	margin: 0;
	min-width: 72px;
	cursor: pointer;
}

.wpb_ym_swiper_btn::after {
	display: none !important;
}

.wpb_ym_swiper_btn.swiper-button-prev {
	transform: scale(-1);
}

.wpb_ym_swiper_btn:hover {
	background-color: rgba(255, 255, 255, 0.05);
	border-color: #E7C95E;
	background-image: url('../img/nav-arrow-right-yellow.svg');
}

.yellow-controlls .wpb_ym_swiper_btn {
	border-color: #E7C95E;
	background-image: url('../img/nav-arrow-right-yellow.svg');
}
.wpb_ym_rooms_suites_gallery  .wpb_ym_swiper_btn:hover{
	background-color: #2B5410 !important;
	background-image: url('../img/nav-arrow-right.svg');
	opacity: 1;
}
.wpb_ym_promos_slider .swiper-slide {
	border-radius: 16px;
	/* min-height: 472px; */
	aspect-ratio: 1 / 1;
}

.wpb_ym_promos_slider .swiper-slide {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	text-decoration: none;
}
.yellow-controlls .wpb_ym_swiper_btn.swiper-button-next{
	margin-left: 16px;
}
.wpb_ym_more_ways_blocks .wpb_ym_more_ways_block::before,
.wpb_ym_promos_slider .swiper-slide::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.30) 37.31%, rgba(0, 0, 0, 0.80) 100%);
	z-index: 1;
	pointer-events: none;
}

.wpb_ym_more_ways_blocks .wpb_ym_more_ways_block::after,
.wpb_ym_promos_slider .swiper-slide::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg,
			rgba(0, 0, 0, 0.3) 37.31%,
			rgba(0, 0, 0, 0.8) 100%);
	z-index: 2;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.wpb_ym_more_ways_blocks .wpb_ym_more_ways_block:hover::after,
.wpb_ym_promos_slider .swiper-slide:hover::after {
	opacity: 1;
}

.wpb_ym_promos_slider .swiper-slide .promo_img_wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	transition: 0.3s all;
}

.wpb_ym_promos_slider .swiper-slide .promo_img_wrap img {
	border-radius: inherit;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}

.wpb_ym_promos_slider .swiper-slide .wpb_ym_promo_content {
	z-index: 3;
	padding: 24px 24px 8px;
	max-height: 100%;
    overflow: auto;
	scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
}
.wpb_ym_promos_slider .swiper-slide .wpb_ym_promo_content::-webkit-scrollbar {
	display: none; /* Chrome, Safari, Edge */
  }

.wpb_ym_more_ways_blocks .wpb_ym_more_ways_block .wpb_ym_ways_content h3,
.wpb_ym_promos_slider .swiper-slide .wpb_ym_promo_content .wpb_ym_promo_headline {
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
	color: #fff;
	letter-spacing: 0;
	transition: 0.3s all;
}

.wpb_ym_more_ways_blocks .wpb_ym_more_ways_block:hover .wpb_ym_ways_content h3,
.wpb_ym_promos_slider .swiper-slide:hover .wpb_ym_promo_content .wpb_ym_promo_headline {
	color: #E7C95E;
}

.wpb_ym_promos_slider .swiper-slide .wpb_ym_promo_content .wpb_ym_promo_description {
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 0.8rem;
	line-height: 1.6;
	font-weight: 400;
	max-height: 0;
	visibility: hidden;
	opacity: 0;
	transition: all 0.6s;
	scrollbar-width: thin;
	scrollbar-color: #E7C95E transparent;
	margin-bottom: 8px;
	margin-top: 8px;
	overflow: hidden;
}

.wpb_ym_more_ways_blocks .wpb_ym_more_ways_block .wpb_ym_ways_content .wpb_ym_ways_description p,
.wpb_ym_promos_slider .swiper-slide .wpb_ym_promo_content .wpb_ym_promo_description p {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-family: inherit;
	color: inherit;
}

.wpb_ym_more_ways_blocks .wpb_ym_more_ways_block:hover .wpb_ym_ways_content .wpb_ym_ways_description,
.wpb_ym_promos_slider .swiper-slide:hover .wpb_ym_promo_content .wpb_ym_promo_description {
	max-height: 300px;
	opacity: 1;
	visibility: visible;
}

.wpb_ym_promos_slider .swiper-slide .wpb_ym_promo_content .wpb_ym_promo_description::-webkit-scrollbar {
	width: 4px;
}

.wpb_ym_promos_slider .swiper-slide .wpb_ym_promo_content .wpb_ym_promo_description::-webkit-scrollbar-track {
	background: transparent;
}

.wpb_ym_promos_slider .swiper-slide .wpb_ym_promo_content .wpb_ym_promo_description::-webkit-scrollbar-thumb {
	background-color: #E7C95E;
	border-radius: 10px;
}

.wpb_ym_pagination {
	position: static;
	line-height: 1;
	width: 100%;
	justify-content: center;
	display: none;
}

.wpb_ym_pagination .swiper-pagination-bullet {
	margin: 0 6px;
	width: 12px !important;
	height: 12px;
	background-color: rgba(255, 255, 255, 0.4);
	border-radius: 50%;
	opacity: 1;
	transition: 0.3s all;
}

.wpb_ym_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #E7C95E;
	cursor: auto;
}

.wpb_ym_pagination .swiper-pagination-bullet:hover:not(.swiper-pagination-bullet-active) {
	background-color: rgba(255, 255, 255, 0.7);
}

.wpb_ym_testimonials {
	padding: 100px 16px;
	background-image: url('../img/testimonials-background-banner.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	overflow: hidden;
}

.wpb_ym_testimonials::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}

.wpb_ym_testimonials .wpb_ym_container {
	margin: 0 auto;
	max-width: 909px;
	position: relative;
	z-index: 1;
}

.wpb_ym_testimonials_slider_wrap {
	margin-top: 60px;
}

.wpb_ym_testimonial_pagination {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

.wpb_ym_testimonial_pagination .swiper-pagination-progressbar-fill {
	background-color: #E7C95E;
	border-radius: inherit;
	border-radius: 20px;
}

.wpb_ym_testimonials_slider {
	position: relative;
	padding: 0 96px;
}

.wpb_ym_testimonials_slider .wpb_ym_swiper_btn {
	position: absolute;
	top: calc(50% - 24px);
	transform: translatey(-50%);
}

.wpb_ym_testimonials_slider .wpb_ym_swiper_btn.wpb_ym_testimonial_left {
	left: 0;
}

.wpb_ym_testimonials_slider .wpb_ym_swiper_btn.wpb_ym_testimonial_right {
	right: 0;
}

.wpb_ym_testimonials_slider .wpb_ym_testimonial_left.wpb_ym_swiper_btn {
	transform: translatey(-50%) scale(-1);
}
.wpb_ym_testimonial_content{
	margin-bottom: auto;
}
.wpb_ym_testimonials_slider .swiper-slide {
	padding: 34px 32px 32px;
	background-color: rgba(255, 255, 255, 0.12);
	border-radius: 16px;
	backdrop-filter: blur(30px);
	--webkit-backdrop-filter: blur(30px);
	position: relative;
	display: flex;
	flex-direction: column;
	height: auto ;
}
.wpb-ym-apps{
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.wpb-ym-apps.text-align-center{
	justify-content: center;
}
.wpb_ym_testimonials_slider .wpb_ym_testimonial_content :is(p) {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 1.2rem;
	line-height: 1.6;
	text-align: center;
	color: #fff;
}
.wpb_ym_testimonials_slider .wpb_ym_testimonial_content :is(p):last-child{
	margin-bottom: 0;
}

.wpb_ym_testimonials_slider .wpb_ym_testimonial_info {
	text-align: center;
	display: flex;
	flex-direction: column;
	margin-top: 23px;
	align-items: center;
}

.wpb_ym_testimonials_slider .wpb_ym_testimonial_name {
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	line-height: 1.6;
	color: #E7C95E;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.wpb_ym_testimonials_slider .wpb_ym_testimonial_role {
	font-family: "Montserrat", sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-size: .7rem;
	line-height: 1.6;
	letter-spacing: 0.08em;
	margin-top: 4.5px;
	font-weight: 400;
	text-decoration: none;
	display: inline-block;
}

.wpb_ym_testimonials_slider .wpb_ym_testimonial_role:hover{
	text-decoration: underline;
}
.wpb_ym_testimonials_slider .swiper-slide::before,
.wpb_ym_testimonials_slider .swiper-slide::after {
	content: '';
	width: 34px;
	height: 28px;
	position: absolute;
	background-image: url('../img/testimonial-quote.svg');
}
.wpb_ym_footer .confirmation-message{
	width: 100%;
	text-align: center;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
	margin: 0;
	color: #ffffff;
}
.wpb_ym_testimonials_slider .swiper-slide::before {
	transform: rotate(180deg);
	top: -11px;
	left: 60px;
}

.wpb_ym_testimonials_slider .swiper-slide::after {
	bottom: -12px;
	right: 58px;
}

.wpb_ym_tabs_section {
	position: relative;
	width: 100%;
	overflow: hidden;
	background-color: #0B0B0B;
}

/* .wpb_ym_tabs_section:has(.wpb_ym_tabs_background .wpb_ym_tab_bg_item iframe) {
	aspect-ratio: 16/9;
} */

.wpb_ym_tabs_section .wpb_ym_container {
	max-width: 1480px;
	margin: 0 auto;
	height: 100%;
	padding: 32px 16px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 50px
}

.wpb_ym_tabs_section .wpb_ym_tabs_content {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 400px;
	display: flex;
}

.wpb_ym_tabs_section .wpb_ym_tabs_background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	transition: 0.3s all;
	z-index: 1;
}

.wpb_ym_tabs_section .wpb_ym_tabs_background .wpb_ym_tab_bg_item {
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	transition: 0.3s all;
	transform: translateX(-100%);
	transition-delay: .3s;
}

.wpb_ym_tabs_section .wpb_ym_tabs_background .wpb_ym_tab_bg_item.is-active{
	transform: translateX(0);
	transition-delay: 0s;
	z-index: 1;
}


.wpb_ym_tabs_section .wpb_ym_container::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(11, 11, 11, 0) 50%, rgba(11, 11, 11, 0.8) 100%), linear-gradient(270deg, rgba(11, 11, 11, 0) 39.9%, #0B0B0B 87.98%);
}

.wpb_ym_tabs_section .wpb_ym_container>div {
	z-index: 1;
	position: relative;
}

.wpb_ym_tabs_section .wpb_ym_content_wrapper {
	max-width: 594px;
	width: 54.4%;
}

.wpb_ym_tabs_section .wpb_ym_tabs_header {
	width: 45.6%;
}

.wpb_ym_tabs_section .wpb_ym_content_wrapper .wpb_ym_image_wrap {
	width: 298px;
	display: block;
}

.wpb_ym_tabs_section .wpb_ym_content_wrapper .wpb_ym_image_wrap img {
	max-width: 100%;
	max-height: 100%;
}

.wpb_ym_tabs_section .wpb_ym_content_wrapper .wpb_ym_tab_content {
	margin-top: 24px;
	z-index: 1;
	position: relative;
}
.wpb_ym_tabs_section .wpb_ym_content_wrapper .wpb_ym_tab_content .wpb_ym_tab_content{
	margin-top: 0;
}
.wpb_ym_tabs_section .wpb_ym_content_wrapper h2,
.wpb_ym_tabs_section .wpb_ym_content_wrapper .wpb_ym_tab_title {
	font-family: "Montserrat", sans-serif;
	color: #fff;
	font-size: 48px;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 0;
}

.wpb_ym_tabs_section .wpb_ym_content_wrapper p,
.wpb_ym_tabs_section .wpb_ym_content_wrapper .wpb_ym_tab_description {
	margin-top: 17px;
	font-family: "Montserrat", sans-serif;
	color: #fff;
	font-size: 0.8rem;
	line-height: 1.666667;
	font-weight: 500;
}

.wpb_ym_tabs_section .wpb_ym_content_wrapper .wpb_ym_tab_description p {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-family: inherit;
	margin-bottom: 0;
}

.wpb_ym_tabs_section .wpb_ym_content_wrapper .wpb_ym_tab_cta {
	display: flex;
	margin-top: 22px;
}

.wpb_ym_tabs_section .wpb_ym_tabs_header {
	display: flex;
}

.wpb_ym_tabs_section .wpb_ym_tabs_header img {
	height: 40px !important;
	max-width: 100%;
	object-fit: contain;
}

.wpb_ym_tabs_section button.wpb_ym_tab_button {
	background-color: transparent;
	box-shadow: unset;
	border: 0;
	padding: 16.5px 20px 17px;
	cursor: pointer;
	outline: none;
	transition: 0.3s all;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	flex: 1
}

.wpb_ym_tabs_section button.wpb_ym_tab_button:hover {
	background-color: rgba(255, 255, 255, 0.08) !important;
	backdrop-filter: blur(40px);
	--webkit-backdrop-filter: blur(40px);
}

.wpb_ym_tabs_section button.wpb_ym_tab_button:focus {
	outline: none;
}

.wpb_ym_slider_bar {
	position: absolute;
	height: 3px;
	width: 0%;
	background-color: #E7C95E;
	top: auto;
	bottom: 0;
	left: 0;
	transition: 0.3s all;
	width: 33.33%;
}

.wpb_ym_tabs_section:has([data-active-tab="1"]) .wpb_ym_slider_bar {
	left: 33.33%;
}

.wpb_ym_tabs_section:has([data-active-tab="2"]) .wpb_ym_slider_bar {
	left: 66.66%;
}

.wpb_ym_restaurants_section {
	overflow: hidden;
	padding: 100px 16px;
	background-color: #0B0B0B;
}

.wpb_ym_restaurants_section .wpb_ym_container {
	max-width: 1448px;
	margin: 0 auto;
}

.wpb_ym_btn.wpb_ym_btn_white {
	border-color: #fff;
	background: none;
	color: #fff;
	overflow: hidden;
	border-image-source: none;
}

.wpb_ym_btn.wpb_ym_btn_transparent span,
.wpb_ym_concerts_card .wpb_ym_concerts_cta_wrap .wpb_ym_btn.wpb_ym_btn_transparent span,
.wpb_ym_btn.wpb_ym_btn_white span {
	z-index: 1;
	position: relative;
}

.wpb_ym_btn.wpb_ym_btn_white:hover {
	color: #fff;
}

.wpb_ym_btn.btn_small {
	font-size: 0.8rem;
	line-height: 1.2;
	font-weight: 700;
	padding: 10.5px 30px
}

.wpb_ym_concerts_section .wpb_ym_concerts_header .wpb_ym_head_title,
.wpb_ym_restaurants_section .wpb_ym_restaurants_title,
.wpb_ym_restaurants_section h2 {
	font-family: "Montserrat", sans-serif;
	font-size: 48px;
	line-height: 1.2;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0;
}

.wpb_ym_restaurants_header p,
.wpb_ym_restaurants_section .wpb_ym_slide_description,
.wpb_ym_restaurants_section .wpb_ym_restaurants_description {
	margin-top: 16px;
	font-size: 1rem;
	line-height: 1.6;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: 400;
}

.wpb_ym_restaurants_section .wpb_ym_slide_description p {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-family: inherit;
}

.wpb_ym_restaurants_section .wpb_ym_slide_description {
	text-align: center;
	font-size: 18px;
	margin-top: 0
}

.wpb_ym_restaurants_section .swiper-slide .wpb_ym_content_wrap {
	margin-top: 24px;
}

.wpb_ym_restaurants_section .swiper-slide .wpb_ym_slide_cta {
	margin-top: 20px;
	text-align: center;
}

.wpb_ym_restaurants_section .swiper-slide .wpb_ym_slide_cta .wpb_ym_btn::after {
	content: "";
	width: 168px;
	display: block;
	max-width: 100%;
}

.wpb_ym_restaurants_section .swiper-slide .wpb_ym_slide_image {
	width: 100%;
	max-width: 424px;
}

.wpb_ym_restaurants_section .swiper-slide .wpb_ym_slide_content {
	z-index: 1;
	position: relative;
	display: flex;
	align-items: center;
	padding: 62px 24px 33px;
	flex-direction: column;
	min-height: 500px;
	justify-content: center;
}

.wpb_ym_restaurants_section .swiper-slide .wpb_ym_slide_image img {
	max-height: 160px;
	width: auto;
}

.wpb_ym_restaurants_slider_wrap {
	margin-top: 40px;
}

.wpb_ym_restaurants_section .swiper-slide .wpb_ym_slide_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	top: 0;
	left: 0;
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.wpb_ym_restaurants_section .swiper-slide .wpb_ym_slide_bg::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: inherit;
	top: 0;
	left: 0;
	transition: all 0.3s;
}
.wpb_ym_restaurants_section .swiper-slide:hover .wpb_ym_slide_bg::before{
	background-color: rgba(0, 0, 0, .6);
}
.wpb_ym_restaurants_section .wpb_ym_promos_controlls_wrap {
	margin-top: 32px;
}
.ym-tier-slider-navigation{
	display: flex;
	align-items: center;
	margin-top: 32px;
}
.ym-tier-slider-navigation .wpb_ym_btn{
	margin-left: auto;
}

.wpb_ym_restaurants_section .swiper-slide {
	border-radius: 16px;
	overflow: hidden;
	position: relative;
}
.wpb_ym_restaurants_slider_wrap .wpb_ym_slide_image>div{
	float: none;
	width: 100%;
	margin: 0;
	text-align: center;
}
.wpb_ym_restaurants_slider_wrap .wpb_ym_promos_controlls_wrap {
	display: flex;
	align-items: center;
}

.wpb_ym_restaurants_slider_wrap .wpb_ym_promos_controlls_wrap .wpb_ym_btn {
	margin-left: auto;
}

.wpb_ym_promos_controlls_wrap.white-controlls .wpb_ym_swiper_btn.swiper-button-prev,
.wpb_ym_restaurants_slider_wrap .wpb_ym_promos_controlls_wrap .swiper-button-prev {
	margin-right: 16px
}
.wpb_ym_restaurants_slider_wrap .wpb_ym_promos_controlls_wrap .swiper-button-prev{
	margin-right: 0;
}

.wpb_ym_restaurants_section .swiper-slide .wpb_ym_content_wrap {
	transition: 0.3s all;
	position: relative;
}

.wpb_ym_rooms_suites_section {
	padding: 100px 0;
	background-color: #ffffff;
	overflow: hidden;
}

.wpb_ym_rooms_suites_section .wpb_ym_container {
	max-width: 1480px;
	margin: 0 auto;
	display: flex;
	background-color: inherit;
	padding-left: 16px;
	padding-right: 16px;
}

.wpb_ym_rooms_suites_section .wpb_ym_rooms_suites_tabs {
	width: 42.1%;
	padding-right: 16px;
	z-index: 3;
	position: relative;
	background-color: inherit;
}

.wpb_ym_rooms_suites_section .wpb_ym_rooms_suites_tabs .wpb_ym_rooms_suites_tab:not(:last-child) {
	margin-bottom: 15.5px;
}

.wpb_ym_rooms_suites_section .wpb_ym_rooms_suites_tabs .wpb_ym_tabs_content {
	margin-top: 46px;
	padding-left: 40px;
}

.wpb_ym_rooms_suites_section .wpb_ym_rooms_suites_tabs .wpb_ym_rooms_suites_cta {
	display: flex;
	margin-top: 48px;
}


.wpb_ym_rooms_suites_section .wpb_ym_rooms_suites_galleries {
	width: 57.9%;
	/* overflow: hidden; */
	justify-self: flex-start;
}

.wpb_ym_rooms_suites_section .wpb_ym_rooms_suites_galleries .swiper-slide img {
	width: 100%;
	height: 100% !important;
	border-radius: 16px;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
}

.wpb_ym_rooms_suites_section .wpb_ym_rooms_suites_galleries .swiper-slide {
	border-radius: 16px;
	min-height: 556px;
}

.wpb_ym_rooms_suites_section .wpb_ym_rooms_suites_gallery {
	position: relative;
	border-radius: 16px;
}

.wpb_ym_rooms_suites_section .wpb_ym_rooms_suites_gallery .wpb_ym_promos_controlls_wrap {
	position: absolute;
	bottom: 32px;
	left: 32px;
	z-index: 1;
	display: flex;
}

.wpb_ym_promos_controlls_wrap.white-controlls .wpb_ym_swiper_btn {
	backdrop-filter: blur(20px);
	webkit-backdrop-filter: blur(20px);
	background-color: rgba(0, 0, 0, 0.32);
	border: 0;
	opacity: 1;
}

.wpb_ym_rooms_suites_section .wpb_ym_rooms_suites_header .wpb_ym_rooms_suites_title,
.wpb_ym_rooms_suites_section .wpb_ym_rooms_suites_header h2 {
	font-family: "Montserrat", sans-serif;
	color: rgba(62, 72, 39, 1);
	font-size: 48px;
	line-height: 1.2;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0;
}

.wpb_ym_rooms_suites_section .wpb_ym_rooms_suites_header p,
.wpb_ym_rooms_suites_section .wpb_ym_rooms_suites_header .wpb_ym_rooms_suites_description {
	color: rgba(50, 72, 34, 1);
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: .8rem;
	line-height: 1.6;
	margin-top: 16px;
}

.wpb_ym_rooms_suites_tabs .right-aligned {
	max-width: 538px;
	margin-left: auto;
}

.wpb_ym_restaurants_section .swiper-slide .wpb_ym_content_wrap {
	max-height: 0;
	top: 200px;
	transition: 0.3s all;
	position: relative;

}

.wpb_ym_restaurants_section .swiper-slide:hover .wpb_ym_content_wrap {
	position: relative;
	max-height: 230px;
	top: 0;
}

.wpb_ym_restaurants_section .wpb_ym_slide_description {
	position: relative;
	top: 70px;
	transition: 0.3s all;
}

.wpb_ym_restaurants_section .swiper-slide:hover .wpb_ym_slide_description {
	top: 0;
}
.ym-tier-slider-navigation .ym-tier-slider-pagination{
	margin-inline: 32px;
}
.ym-tier-slider-navigation .ym-tier-slider-pagination,
.wpb_ym_concerts_section .wpb_ym_concerts_features .wpb_ym_concerts_controlls .wpb_ym_concerts_pagination,
.wpb_ym_restaurants_section .wpb_ym_promos_controlls_wrap .wpb_ym_pagination {
	display: flex;
	margin-top: 0;
}
.wpb_ym_concerts_section .wpb_ym_concerts_features .wpb_ym_concerts_controlls .wpb_ym_swiper_btn:hover{
	border-color: #fff;
	background-image: url(../img/nav-arrow-right.svg);
}
.wpb_ym_concerts_section {
	padding: 100px 16px;
	overflow: hidden;
}

.wpb_ym_concerts_section .wpb_ym_container {
	max-width: 1448px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
}

.wpb_ym_concerts_section .wpb_ym_concerts_wrapper {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start
}


.wpb_ym_concerts_section .wpb_ym_concerts_features .wpb_ym_concerts_card {
	min-height: 620px;
}

.wpb_ym_concerts_section .wpb_ym_concerts_features .wpb_ym_concerts_controlls {
	margin-top: 32px;
	display: flex;
	align-items: center;
}

.wpb_ym_concerts_section .wpb_ym_concerts_features .wpb_ym_concerts_controlls .wpb_ym_concerts_right {
	margin-left: 16px;
}

.wpb_ym_concerts_section .wpb_ym_concerts_upcoming {
	width: 350px;
}

.wpb_ym_concerts_section .wpb_ym_concerts_upcoming .wpb_ym_concerts_see_all {
	margin-top: 32px;
	text-align: right;
}

.wpb_ym_concerts_section .wpb_ym_concerts_upcoming .wpb_ym_concerts_card {
	min-height: 196px
}

.wpb_ym_concerts_section .wpb_ym_concerts_upcoming .wpb_ym_concerts_card:not(:last-child) {
	margin-bottom: 16px;
}

.wpb_ym_concerts_card {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 16px;
	display: flex;
	align-items: flex-end;
	padding: 24px;
	position: relative;
	overflow: hidden;
	background-color: #000000;
}

.wpb_ym_concerts_section .wpb_ym_concerts_upcoming .wpb_ym_concerts_card {
	padding: 16px;
}

.wpb_ym_concerts_card .wpb_ym_concerts_title {
	font-size: 48px;
	line-height: 1.2;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 0;
}

.wpb_ym_concerts_upcoming .wpb_ym_concerts_card .wpb_ym_concerts_title,
.wpb_ym_concerts_section .wpb_ym_concerts_upcoming .wpb_ym_concerts_card .wpb_ym_concerts_title {
	font-size: 24px;
	line-height: 1
}

.wpb_ym_concerts_section .wpb_ym_concerts_card .wpb_ym_concerts_location {
	margin-top: 8px;
	font-size: .7rem;
	line-height: 1;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1.1px;
	margin: 0;
}

.wpb_ym_concerts_card::after {
	content: '';
	background: linear-gradient(359.95deg, rgba(0, 0, 0, 0.7) 0.04%, rgba(0, 0, 0, 0) 35.8%);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
}
.sr-only{
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	white-space: nowrap;
	clip-path: inset(100%);
	clip: rect(0 0 0 0);
	overflow: hidden;
	word-wrap: normal;
}
.wpb_ym_concerts_upcoming .wpb_ym_concerts_card::after {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 37.31%, #000000 100%);
	transition: opacity 0.3s ease-in-out;
}
.wpb_ym_concerts_upcoming .wpb_ym_concerts_card::before{
	background: linear-gradient(180deg, rgba(0, 0, 0, .5) 37.31%, #000000 100%);
    content: '';
    inset: 0;
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
	z-index: 1;
	will-change: opacity;
}
.wpb_ym_concerts_upcoming .wpb_ym_concerts_card:hover::before{
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
}
.wpb_ym_concerts_upcoming .wpb_ym_concerts_card:hover::after{
	opacity: 0;
	transition: opacity 1s ease-in-out;
}

.wpb_ym_concerts_card {
	position: relative;
	z-index: 1
}

.wpb_ym_concerts_features .wpb_ym_concerts_card::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	padding: 2px;
	background: linear-gradient(107.56deg, rgba(231, 201, 94, 0.8) 0%, rgba(255, 255, 255, 0) 50%, rgba(231, 201, 94, 0.8) 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	opacity: 0;
	transition: opacity .3s ease;
	z-index: 1;
}

.wpb_ym_concerts_features .wpb_ym_concerts_card:hover::before {
	opacity: 1
}

.wpb_ym_concerts_card .wpb_ym_concerts_content {
	z-index: 4;
	max-width: 100%;
	width: 100%;
	position: relative;
}

.wpb_ym_concerts_card .wpb_ym_concerts_info {
	display: flex;
    /* align-items: flex-end; */
    transition: 0.3s ease-in-out;
    flex-direction: column;
    justify-content: flex-end;
    gap: 12px;
}

.wpb_yammava_date_info,
.wpb_ym_concerts_card .wpb_ym_concerts_info .wpb_ym_concerts_date_info {
	min-width: 90px;
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 13px 4px;
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	margin-right: 16px;
}

.wpb_ym_concerts_upcoming .wpb_ym_concerts_card .wpb_ym_concerts_info .wpb_ym_concerts_date_info {
	width: 60px;
	min-width: 60px;
	height: 60px;
	padding: 9px 4px;
	margin-right: 12px
}

.wpb_yammava_date_info .wpb_yammava_date_month,
.wpb_ym_concerts_upcoming .wpb_ym_concerts_card .wpb_ym_concerts_info .wpb_ym_concerts_date_info .wpb_ym_concerts_month {
	font-size: .9rem;
	line-height: 1;
}

.wpb_ym_concerts_upcoming .wpb_ym_concerts_card .wpb_ym_concerts_info .wpb_ym_concerts_date_info .wpb_ym_concerts_date {
	font-size: 24px;
}

.wpb_yammava_date_info span,
.wpb_ym_concerts_card .wpb_ym_concerts_info .wpb_ym_concerts_date_info span {
	color: #fff;
	font-family: "Montserrat", sans-serif;
	display: inline-block;
	text-transform: uppercase;
}

.wpb_yammava_date_info .wpb_yammava_date_month,
.wpb_ym_concerts_card .wpb_ym_concerts_info .wpb_ym_concerts_date_info .wpb_ym_concerts_month {
	font-size: 1.2rem;
	line-height: 1;
	font-weight: 600;
}

.wpb_yammava_date_info .wpb_yammava_date_day,
.wpb_ym_concerts_card .wpb_ym_concerts_info .wpb_ym_concerts_date_info .wpb_ym_concerts_date {
	font-size: 40px;
	line-height: 1;
	font-weight: 700;
}

.wpb_ym_concerts_card .wpb_ym_concerts_cta_wrap {
	display: flex;
	gap: 16px;
	margin-top: 24px;
	max-width: 100%;
	flex-wrap: wrap;
	transition: 0.3s ease-in-out;
	position: relative;
	/* max-height: 0px; */
	overflow: hidden;
	/* top: 50px */
}

.wpb_ym_concerts_features .wpb_ym_concerts_card .wpb_ym_concerts_cta_wrap {

}

.wpb_ym_concerts_features .wpb_ym_concerts_card .wpb_ym_concerts_content .wpb_ym_concerts_cta_wrap {
	opacity: 1;
	visibility: visible;
}

.wpb_ym_concerts_card:hover .wpb_ym_concerts_cta_wrap {
	max-height: 300px;
	/* top: 0px; */
}

.wpb_ym_concerts_upcoming .wpb_ym_concerts_card .wpb_ym_concerts_cta_wrap {
	margin-top: 16px
}

.wpb_ym_concerts_card .wpb_ym_concerts_content {
	position: relative;
	/* top: 82px; */
	transition: 0.3s all;
}

.wpb_ym_concerts_card .wpb_ym_concerts_content .wpb_ym_concerts_info {
	transform: translatey(80px)
}

.wpb_ym_concerts_features .wpb_ym_concerts_card .wpb_ym_concerts_content .wpb_ym_concerts_info {
	transform: unset;
}

.wpb_ym_concerts_features .wpb_ym_concerts_card .wpb_ym_concerts_content {
	top: 82px;
}

/* .wpb_ym_concerts_upcoming .wpb_ym_concerts_card .wpb_ym_concerts_content {
	top: 62px
} */

.wpb_ym_concerts_features .wpb_ym_concerts_card:hover .wpb_ym_concerts_content,
.wpb_ym_concerts_card:hover .wpb_ym_concerts_content {
	top: 0
}

.wpb_ym_concerts_upcoming .wpb_ym_concerts_card .wpb_ym_concerts_content .wpb_ym_concerts_info {
	transform: translatey(var(--desc-height,59px))
}

.wpb_ym_concerts_card .wpb_ym_concerts_content .wpb_ym_concerts_cta_wrap {
	transition: 0.3s all;
	opacity: 0;
	visibility: hidden;
	transition-delay: 0.1s;
}

.wpb_ym_concerts_card:hover .wpb_ym_concerts_content .wpb_ym_concerts_cta_wrap {
	opacity: 1;
	visibility: visible
}

.wpb_ym_concerts_card:hover .wpb_ym_concerts_content .wpb_ym_concerts_info {
	transform: translatey(0)
}

.wpb_ym_featured_act .wpb_ym_act_cta_wrap .wpb_ym_btn,
.wpb_ym_concerts_card .wpb_ym_concerts_cta_wrap .wpb_ym_btn {
	padding: 14px 24px 16px;
	border-radius: 8px;
	text-align: center;
	max-width: 100%;
	position: relative;
	vertical-align: top;
}

.wpb_ym_concerts_card .wpb_ym_concerts_cta_wrap .wpb_ym_btn::after {
	content: "";
	width: 198px;
	display: block;
	max-width: 100%;
}

.wpb_ym_concerts_upcoming .wpb_ym_concerts_card .wpb_ym_concerts_cta_wrap .wpb_ym_btn::after {
	display: none;
}

.wpb_ym_concerts_upcoming .wpb_ym_concerts_card .wpb_ym_concerts_cta_wrap .wpb_ym_btn {
	flex: 1;
	max-width: 248px;
	font-size: 0.8rem;
	padding: 11px 24px;
}
body #ot-sdk-btn-floating.ot-floating-button{
	visibility: hidden;
}

.wpb_ym_btn.wpb_ym_btn_transparent,
.wpb_ym_featured_act .wpb_ym_act_cta_wrap .wpb_ym_btn.wpb_ym_btn_transparent,
.wpb_ym_concerts_card .wpb_ym_concerts_cta_wrap .wpb_ym_btn.wpb_ym_btn_transparent {
	background: none !important;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.4);
	overflow: clip;
}

/* .wpb_ym_btn.wpb_ym_btn_transparent::before, */
.wpb_ym_featured_act .wpb_ym_act_cta_wrap .wpb_ym_btn.wpb_ym_btn_transparent::before,
.wpb_ym_concerts_card .wpb_ym_concerts_cta_wrap .wpb_ym_btn.wpb_ym_btn_transparent::before {
	background-color: #0B0B0B;
}

.wpb_ym_btn.wpb_ym_btn_transparent:hover::before,
.wpb_ym_featured_act .wpb_ym_act_cta_wrap .wpb_ym_btn.wpb_ym_btn_transparent:hover::before,
.wpb_ym_concerts_card .wpb_ym_concerts_cta_wrap .wpb_ym_btn.wpb_ym_btn_transparent:hover::before {
	border-radius: 0px;
}

.wpb_ym_btn.wpb_ym_btn_transparent:hover,
.wpb_ym_featured_act .wpb_ym_act_cta_wrap .wpb_ym_btn.wpb_ym_btn_transparent:hover,
.wpb_ym_concerts_card .wpb_ym_concerts_cta_wrap .wpb_ym_btn.wpb_ym_btn_transparent:hover {
	border-color: #E6C864;
	color: #E6C864
}
.wpb_ym_pitbull_logo{
	max-width: 250px;
	margin-bottom:6px;
}
.ym-image-gallery-slider.is-long-slider .swiper-slide img{
    aspect-ratio: 472/800;
}

.wpb_ym_upcoming_acts_main.wpb_ym_events_archive_section .wpb_ym_acts_list_main{
	padding-left: 0;
	width: 100%;
}

@media screen and (min-width: 768px) {

	/* .wpb_ym_rooms_suites_section .wpb_ym_rooms_suites_tabs .wpb_ym_tab_image, */
	.wpb_ym_rooms_suites_mobile_image {
		display: none;
	}

	.wpb_ym_rooms_suites_section .wpb_ym_rooms_suites_tabs::after {
		content: '';
		width: 100vw;
		height: calc(100% + 16px);
		background-color: inherit;
		position: absolute;
		right: 0;
		top: -8px;
		z-index: -1
	}

	.wpb_ym_rooms_suites_section .wpb_ym_rooms_suites_tabs .wpb_ym_rooms_suites_tab {
		border-radius: 40px;
		padding: 8px 24px 6px;
		font-size: 20px;
		line-height: 1.6;
		font-weight: 400;
		font-family: "Montserrat", sans-serif;
		color: rgba(43, 84, 16, 1);
		cursor: pointer;
		transition: 0.3s all;
		text-transform: uppercase;
		letter-spacing: 1.6px;
		max-width: max-content;
		border: 1px solid rgba(43, 84, 16, 0);
		background-image: unset !important;
	}
	.wpb_ym_rooms_suites_section .wpb_ym_rooms_suites_tabs .wpb_ym_rooms_suites_tab:not(.is-active){
		color: rgb(11 11 11 / 70%);
	}

	.wpb_ym_rooms_suites_section .wpb_ym_rooms_suites_tabs .wpb_ym_rooms_suites_tab.is-active {
		border: 1px solid rgba(43, 84, 16, 1);
	}

	.wpb_ym_rooms_suites_section .wpb_ym_rooms_suites_tabs .wpb_ym_rooms_suites_tab:hover {
		border: 1px solid #3248224D;
		color: #2B5410;
	}

}

@media screen and (min-width: 1025px) {
	.wpb_ym_homepage_banner .wpb_ym_mobile_iframe{
		visibility: hidden;
	}
	.wpb_ym_more_ways_blocks .wpb_ym_more_ways_block:hover .wpb_ym_ways_img_wrap,
	.wpb_ym_promos_slider .swiper-slide:hover .promo_img_wrap {
		transform: scale(1.1)
	}

	.wpb_ym_testimonial_pagination {
		background-color: rgba(255, 255, 255, 0.3);
		overflow: hidden;
		max-width: 528px;
		height: 8px;
		border-radius: 20px;
	}
	.wpb_ym_space_capacity_slider .wpb_ym_promos_controlls_wrap .swiper-pagination,
	.ym-tier-slider-navigation .ym-tier-slider-pagination,
	.wpb_ym_concerts_section .wpb_ym_concerts_features .wpb_ym_concerts_controlls .wpb_ym_concerts_pagination,
	.wpb_ym_restaurants_section .wpb_ym_promos_controlls_wrap .wpb_ym_pagination {
		width: 528px;
		height: 8px;
		margin-left: 32px;
		background-color: rgba(231, 201, 94, 0.2);
		border-radius: 20px;
		overflow: hidden;
		max-width: 100%;
		display: flex;
	}
	.ym-tier-slider-navigation .ym-tier-slider-pagination{
		background: #FFFFFF4D;
	}
	.wpb_ym_space_capacity_slider .wpb_ym_promos_controlls_wrap .swiper-pagination .swiper-pagination-bullet,
	.ym-tier-slider-navigation .ym-tier-slider-pagination .swiper-pagination-bullet,
	.wpb_ym_concerts_section .wpb_ym_concerts_features .wpb_ym_concerts_controlls .wpb_ym_concerts_pagination .swiper-pagination-bullet,
	.wpb_ym_testimonial_pagination .swiper-pagination-bullet,
	.wpb_ym_restaurants_section .wpb_ym_promos_controlls_wrap .wpb_ym_pagination .swiper-pagination-bullet {
		height: 100%;
		flex: 1;
		border-radius: 12px;
		margin: 0;
		background-color: transparent;
	}
	.wpb_ym_space_capacity_slider .wpb_ym_promos_controlls_wrap .swiper-pagination .swiper-pagination-bullet:hover:not(.swiper-pagination-bullet-active),
	.ym-tier-slider-navigation .ym-tier-slider-pagination .swiper-pagination-bullet:hover:not(.swiper-pagination-bullet-active),
	.wpb_ym_concerts_section .wpb_ym_concerts_features .wpb_ym_concerts_controlls .wpb_ym_concerts_pagination .swiper-pagination-bullet:hover:not(.swiper-pagination-bullet-active),
	.wpb_ym_testimonial_pagination .swiper-pagination-bullet:hover:not(.swiper-pagination-bullet-active),
	.wpb_ym_restaurants_section .wpb_ym_promos_controlls_wrap .wpb_ym_pagination .swiper-pagination-bullet:hover:not(.swiper-pagination-bullet-active) {
		background-color: transparent;
	}
	.wpb_ym_space_capacity_slider .wpb_ym_promos_controlls_wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
	.ym-tier-slider-navigation .ym-tier-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
	.wpb_ym_concerts_section .wpb_ym_concerts_features .wpb_ym_concerts_controlls .wpb_ym_concerts_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
	.wpb_ym_restaurants_section .wpb_ym_promos_controlls_wrap .wpb_ym_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background-color: rgba(231, 201, 94, 1)
	}

	.ym_brands_slider .swiper-wrapper {
		transform: unset !important;
		flex-wrap: wrap;
		row-gap: 16px;
		justify-content: center
	}

	.wpb_ym_site_nav {
		display: block !important;
	}

	.desktop_hide,
	.wpb_ym_site_nav .toggle-back {
		display: none !important;
	}

	.wpb_ym_bottom_bar .wpb_ym_site_nav>ul>li>ul>li>a.is_active,
	.wpb_ym_bottom_bar .wpb_ym_site_nav>ul>li>ul>li>a.is-active,
	.wpb_ym_bottom_bar .wpb_ym_site_nav>ul>li>ul>li:hover>a {
		background-color: #fff;
		color: #2B5410;
	}

	.open-menu-arrow,
	button.wpb_ym_toggler_nav,
	.wpb_ym_footer_form .mktoForm fieldset>div.mktoFormRow+div.mktoFormRow .mktoFormCol::after {
		display: none;
	}

	.wpb_ym_bottom_bar .wpb_ym_site_nav>ul>li:hover>ul {
		opacity: 1;
		visibility: visible;
		transform: translatey(0px);
	}

	body.path-frontpage:not(.user-logged-in):not(.is_scrolled) .wpb_ym_header .wpb_ym_bottom_bar .wpb_ym_site_nav>ul>li>a {
		color: #fff
	}
	.wpb_ym_header .wpb_ym_bottom_bar .wpb_ym_site_nav>ul>li:has(>a.desktop_hide){
		display: none;
	}
}

@media screen and (max-width: 1333px) {

	/* .wpb_ym_bottom_bar .wpb_ym_site_nav > ul > li:nth-child(4) {
		margin-right: 100px;
	} */
	.wpb_ym_bottom_bar .wpb_ym_container {
		padding-right: 0;
		max-width: 1238px;
	}

	.wpb_ym_bottom_bar .wpb_ym_site_nav>ul>li:not(:last-child) {
		margin-right: 8px;
	}

	.wpb_ym_bottom_bar .wpb_ym_site_nav>ul>li:nth-child(4) {
		margin-right: clamp(80px, 11.5vw, 154px);
	}

	.wpb_ym_bottom_bar .wpb_ym_site_nav {
		flex: 1;
	}

	.wpb_ym_bottom_bar .wpb_ym_site_nav>ul {
		flex: 1;
		justify-content: space-between;
	}

	.wpb_ym_bottom_bar .wpb_ym_search_wrap {
		margin-left: 0;
	}

	.wpb_ym_bottom_bar .wpb_ym_container {
		column-gap: 17px;
	}

	.wpb_ym_bottom_bar .wpb_ym_site_nav>ul>li>a {
		padding: 10.5px 14.5px 19px;
	}
}

@media screen and (max-width: 1280px) {
	.wpb_ym_bottom_bar .wpb_ym_site_nav>ul>li {
		font-size: 13px;
	}

	.wpb_ym_bottom_bar .wpb_ym_site_nav>ul>li>a {
		padding: 10.5px 15px 19px;
	}

	.wpb_ym_bottom_bar .wpb_ym_container {
		column-gap: 14px;
	}

}

@media screen and (max-width: 1120px) {

	.wpb_ym_search_wrap.open .search_form{
		width: 267px;
	  }

	.wpb_ym_bottom_bar .wpb_ym_nav_book {
		margin-left: 12px;
	}

	.wpb_ym_bottom_bar .wpb_ym_site_nav>ul>li:nth-child(4) {
		margin-right: clamp(80px, 9.5vw, 154px);
	}

	.wpb_ym_bottom_bar .wpb_ym_container {
		column-gap: 12px;
	}

	.wpb_ym_bottom_bar .wpb_ym_site_nav>ul>li:not(:last-child):not(:nth-child(4)) {
		margin-right: 0;
	}

	.wpb_ym_rooms_suites_section .wpb_ym_rooms_suites_tabs {
		width: 47%;
	}

	.wpb_ym_rooms_suites_section .wpb_ym_rooms_suites_galleries {
		width: 53%;
	}

	.wpb_ym_rooms_suites_section {
		padding: 80px 0;
	}
}

@media screen and (max-width: 1024px) {
	.ym-tab-blocks-accordion-item {
		width: calc(50% - 15px);
	}
	.wpb_ym_homepage_banner .wpb_ym_desktop_iframe{
		visibility: hidden;
	}
	.wpb_ym_tabs_section .wpb_ym_container {
		gap: 30px
	}

	.wpb_ym_tabs_section .wpb_ym_tab_button {
		padding: 8px 10px 8px;
		;
	}

	.wpb_ym_tabs_section .wpb_ym_content_wrapper .wpb_ym_tab_description {
		font-size: 14px;
	}

	.wpb_ym_tabs_section .wpb_ym_content_wrapper .wpb_ym_tab_title {
		font-size: 32px;
		margin-bottom: 0;
	}
	.wpb_ym_you_are_in_cards_slides{
		transform: translateY(0);
	}
	.wpb_ym_brands_slider .swiper-slide .slide_content {
		opacity: 1;
		visibility: visible;
		max-height: unset !important;
	}

	.wpb_ym_brands_slider .swiper-slide .image_wrapper {
		transform: unset;
	}

	.wpb_ym_testimonials,
	.wpb_ym_restaurants_section,
	.wpb_ym_promotions_section,
	.wpb_ym_brand_showcase,
	.wpb_ym_footer {
		padding: 80px 16px;
	}

	.wpb_ym_footer_form .mktoForm {
		flex-wrap: wrap;
	}

	.wpb_ym_footer_form .mktoForm .mktoButtonRow {
		padding-left: 0;
		margin-top: 33px !important;
	}

	.wpb_ym_footer_additional_links ul,
	.wpb_ym_footer .wpb_ym_footer_links .wpb_ym_main_links ul {
		column-count: 2;
	}

	.wpb_ym_footer_form .mktoForm fieldset .mktoFormRow:first-of-type,
	.wpb_ym_footer_form .mktoFormRow+.mktoFormRow {
		width: 100% !important;
		flex-wrap: wrap;
		display: flex;
	}

	.wpb_ym_footer_form .mktoForm fieldset .mktoFormRow:first-of-type {
		gap: 32px;
	}

	.wpb_ym_footer_form .mktoForm fieldset {
		flex-wrap: wrap;
	}

	.wpb_ym_footer_form .mktoForm fieldset .mktoFormRow:first-of-type .mktoFormCol {
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.wpb_ym_footer_form .mktoForm fieldset .mktoFormRow .mktoFormCol::after,
	.wpb_ym_footer_form .mktoForm fieldset .mktoFormRow:first-of-type .mktoFormCol::after {
		width: 100%;
		left: 0;
		height: 1px;
		top: calc(100% + 11px);
	}

	/* Footer CSS Ends */
	/* Header CSS Starts */
	.wpb_ym_bottom_bar {
		padding-bottom: 12px;
	}

	.wpb_ym_bottom_bar .wpb_ym_container {
		align-items: center;
		justify-content: unset;
		padding-right: 0;
		column-gap: 24px;
	}

	.wpb_ym_bottom_bar .wpb_ym_search_wrap>a {
		width: 24px;
		height: 24px;
	}

	.wpb_ym_bottom_bar .wpb_ym_search_wrap {
		margin-top: 0;
	}

	.wpb_ym_bottom_bar .wpb_ym_nav_book {
		order: -1;
		margin: 0;
	}

	button.wpb_ym_toggler_nav {
		background: url('../img/bars.svg') no-repeat center center / contain !important;
		border: 0;
		outline: none;
		width: 21px;
		height: 21px;
		box-shadow: none;
		padding: 0;
	}

	body.path-frontpage:not(.user-logged-in):not(.is_scrolled) button.wpb_ym_toggler_nav {
		background: url('../img/bars-white.svg') no-repeat center center / contain !important;
	}

	body.menu_open button.wpb_ym_toggler_nav {
		background: url('../img/xmark.svg') no-repeat center center / 27px !important;
		position: relative;
		top: -2px;
	}

	body.menu_open.path-frontpage:not(.is_scrolled) button.wpb_ym_toggler_nav {
		background: url('../img/xmark-white.svg') no-repeat center center / contain !important;
	}

	button.wpb_ym_toggler_nav:focus {
		outline: none !important;
	}

	.wpb_ym_top_links .wpb_ym_icon_link::before {
		width: 11px;
		height: 12px;
	}

	.wpb_ym_top_links .wpb_ym_user_link {
		letter-spacing: 0;
	}

	.wpb_ym_bottom_bar .wpb_ym_search_wrap {
		margin-left: auto;
	}


	.mobile_hide {
		display: none !important;
	}
	.wpb_ym_desktop-iframe{
		visibility: hidden;
	}

	/* .wpb_ym_tabs_section:has(.wpb_ym_tabs_background .wpb_ym_tab_bg_item iframe), */
	.wpb_ym_homepage_banner:has(iframe) {
		aspect-ratio: var(--mobile-aspect-ratio, 1/1);
	}

	.wpb_ym_bottom_bar .wpb_ym_site_nav>ul>li {
		font-size: 0.8rem;
		line-height: 1.4;
	}

	.wpb_ym_bottom_bar .wpb_ym_site_nav {
		position: absolute;
		top: calc(100% + 1px);
		background-color: #fff;
		width: calc(100% + 0px);
		left: 0;
		height: calc(100dvh - 94.39px);
		padding: 12px 20px 40px;
		display: none;
	}

	.wpb_ym_bottom_bar .wpb_ym_container {
		position: static;
	}

	.wpb_ym_bottom_bar .wpb_ym_logo {
		top: calc(50% - 2px);
	}

	.wpb_ym_bottom_bar .wpb_ym_site_nav ul {
		flex-direction: column;
	}

	.wpb_ym_bottom_bar .wpb_ym_site_nav>ul>li>a:after {
		display: none;
	}

	.wpb_ym_bottom_bar .wpb_ym_site_nav>ul>li>a {
		border-radius: 0;
		padding: 13px 0 10.6px;
		background-color: transparent !important;
	}

	.wpb_ym_bottom_bar .wpb_ym_site_nav>ul>li:nth-child(4),
	.wpb_ym_bottom_bar .wpb_ym_site_nav>ul>li {
		margin: 0;
	}

	.wpb_ym_bottom_bar .wpb_ym_site_nav>ul li {
		border-bottom: 1px solid #2B541029;
	}
	.wpb_ym_bottom_bar .wpb_ym_site_nav>ul li:has(.is-active){
		border-bottom-color: #2B5410 !important;
		color: #2B5410;
	}

	body.menu_open {
		overflow: hidden !important;
	}

	.wpb_ym_bottom_bar .wpb_ym_site_nav>ul>li:has(.open-menu-arrow) {
		display: flex;
		justify-content: space-between;
		align-items: center;
		cursor: pointer;
	}


	.wpb_ym_bottom_bar .wpb_ym_site_nav>ul>li>ul {
		display: block;
		position: fixed;
		width: 100%;
		top: 94.39px;
		bottom: 0;
		z-index: 12;
		left: 0;
		transform: translatex(100%);
		transition: 0.3s all;
		padding: 0 20px 30px;
		overflow-y: auto;
		overflow-x: clip;
		background-color: #F2F5F1;
		opacity: 1;
		visibility: visible;
		padding: 0 20px 40px;
	}

	.wpb_ym_bottom_bar .wpb_ym_site_nav>ul>li>ul.active {
		transform: translateX(0);
	}

	.wpb_ym_site_nav .toggle-back {
		font-size: 0.8rem;
		line-height: 1.4;
		padding: 13px 0 10.7px;
		background-color: #fff;
		position: relative;
		display: inline-block;
		width: 100%;
		position: sticky;
		top: 0;
		margin-bottom: 12px;
	}

	.wpb_ym_site_nav .sub-menu.active>.toggle-back {
		display: block;
	}

	.wpb_ym_site_nav .toggle-back span {
		z-index: 1;
		position: relative;
		padding-left: 20px;
	}

	.wpb_ym_site_nav .toggle-back span::after {
		content: '';
		width: 10px;
		height: 21px;
		position: absolute;
		left: 0;
		background: url('../img/chevron-right.svg') no-repeat center center;
		transform: rotate(180deg);
	}

	.wpb_ym_site_nav .toggle-back::after {
		content: '';
		position: absolute;
		background: inherit;
		width: calc(100% + 60px);
		height: 100%;
		left: -30px;
		top: 0;
	}

	.wpb_ym_bottom_bar .wpb_ym_site_nav>ul>li>ul>li>a {
		padding: 12px 0 11.5px;
		background-color: transparent !important;
		max-width: max-content;
	}

	.wpb_ym_bottom_bar .wpb_ym_site_nav>ul>li:has(> ul > li > a.is_active),
	.wpb_ym_bottom_bar .wpb_ym_site_nav>ul li:has(> a.is_active) {
		border-bottom-color: #2B5410;
		color: #2B5410
	}

	.wpb_ym_cards_wrapper .wpb_ym_banner_card {
		width: calc((100% - 32px) / 3);
		padding: 16px;
		gap: 8px
	}

	.wpb_ym_cards_wrapper .wpb_ym_banner_card .wpb_ym_card_title {
		font-size: 18px;
	}

	.wpb_ym_rooms_suites_section .wpb_ym_rooms_suites_galleries .swiper-slide {
		min-height: 400px;
	}
	.wpb_ym_rooms_suites_section .wpb_ym_rooms_suites_header h2,
	.wpb_ym_rooms_suites_section .wpb_ym_rooms_suites_header .wpb_ym_rooms_suites_title {
		font-size: 32px;
	}
	.wpb_ym_rooms_suites_section .wpb_ym_rooms_suites_header h2{
		margin-bottom: 19px;
	}
	.wpb_ym_rooms_suites_section .wpb_ym_rooms_suites_header p,
	.wpb_ym_rooms_suites_section .wpb_ym_rooms_suites_header .wpb_ym_rooms_suites_description {
		font-size: 0.8rem;
	}
	.wpb_ym_rooms_suites_section .wpb_ym_rooms_suites_header p{
		margin: 0;
	}

	.wpb_ym_rooms_suites_section .wpb_ym_rooms_suites_tabs .wpb_ym_tabs_content {
		padding-left: 0;
		margin-top: 32px;
	}

	.wpb_ym_rooms_suites_section .wpb_ym_rooms_suites_tabs .wpb_ym_rooms_suites_cta {
		margin-top: 32px;
	}

	.wpb_ym_rooms_suites_section .wpb_ym_rooms_suites_gallery .wpb_ym_promos_controlls_wrap {
		bottom: 16px;
		left: 16px;
	}

	.wpb_ym_rooms_suites_section .wpb_ym_rooms_suites_gallery .wpb_ym_promos_controlls_wrap .wpb_ym_swiper_btn {
		width: 40px;
		height: 40px;
		min-width: 40px;
		background-size: 14px;
	}

	.wpb_ym_restaurants_slider_wrap .wpb_ym_promos_controlls_wrap {
		flex-direction: column;
	}

	.wpb_ym_restaurants_slider_wrap .wpb_ym_promos_controlls_wrap .wpb_ym_btn {
		margin-right: auto;
		margin-top: 30px;
	}

	.wpb_ym_restaurants_slider_wrap .wpb_ym_promos_controlls_wrap .wpb_ym_swiper_btn {
		display: none;
	}

	.wpb_ym_rooms_suites_section .wpb_ym_rooms_suites_tabs .wpb_ym_rooms_suites_tab {
		font-size: 17px;
	}

	.wpb_ym_concerts_section .wpb_ym_concerts_wrapper {
		flex-direction: column;
	}

	.wpb_ym_concerts_section .wpb_ym_concerts_upcoming,
	.wpb_ym_concerts_section .wpb_ym_concerts_features {
		width: 100%;
		margin-right: 0;
	}

	.wpb_ym_concerts_controlls .wpb_ym_swiper_btn {
		display: none;
	}

	.wpb_ym_concerts_section .wpb_ym_concerts_upcoming {
		margin-top: 40px;
	}

	.wpb_ym_concerts_section .wpb_ym_concerts_features .wpb_ym_concerts_card {
		min-height: 520px;
	}

	.wpb_ym_concerts_block_inner div:not([class]){
		display: flex;
		gap: 16px;
		flex-wrap: wrap;
		justify-content: center;
	}


	.wpb_ym_concerts_section .wpb_ym_concerts_upcoming .wpb_ym_concerts_see_all {
		text-align: center;
	}

	.wpb_ym_concerts_section .wpb_ym_concerts_upcoming .wpb_ym_concerts_card {
		min-height: 240px;
		width: calc((100% - 32px) / 3);
	}

	.wpb_ym_concerts_section {
		padding: 80px 16px;
	}

}

@media screen and (max-width: 900px) {
	.wpb_ym_concerts_section .wpb_ym_concerts_upcoming .wpb_ym_concerts_card {
		min-height: 240px;
		width: calc((100% - 16px) / 2);
	}
}

@media screen and (max-width: 767px) {
	.wpb_ym_header{
		border-bottom: 1px solid #2B541029;
	}
	body:has(.wpb_ym_search_wrap.open) .wpb_ym_bottom_bar .wpb_ym_logo {
		opacity: 0;
	}

	.wpb_ym_search_wrap {
		position: static;
	}

	.wpb_ym_search_wrap .search_form {
		right: 15px;
		bottom: -9px;
		width: 100%;
		top: auto;
		width: calc(100% - 30px);
	}

	.wpb_ym_search_wrap.open .search_form {
		width: calc(100% - 30px);
	}

	.wpb_ym_restaurants_section .wpb_ym_slide_description {
		display: none;
	}

	/* Footer CSS Starts */
	.wpb_ym_testimonials,
	.wpb_ym_brand_showcase,
	.wpb_ym_footer {
		padding: 56px 16px;
	}

	.wpb_ym_footer .wpb_ym_footer_form {
		padding: 20px 16px 24px;
		margin-top: 23px;
	}

	.wpb_ym_footer_form .mktoForm .mktoRequiredField label.mktoLabel {
		font-size: 14px !important;
		margin-bottom: 4px !important;
	}

	.wpb_ym_footer_form .mktoForm input[type=url],
	.wpb_ym_footer_form .mktoForm input[type=text],
	.wpb_ym_footer_form .mktoForm input[type=date],
	.wpb_ym_footer_form .mktoForm input[type=tel],
	.wpb_ym_footer_form .mktoForm input[type=email],
	.wpb_ym_footer_form .mktoForm input[type=number],
	.wpb_ym_footer_form .mktoForm textarea.mktoField,
	.wpb_ym_footer_form .mktoForm select.mktoField {
		font-weight: 600
	}

	.wpb_ym_footer_form .mktoForm input[type=url]::-webkit-input-placeholder,
	.wpb_ym_footer_form .mktoForm input[type=text]::-webkit-input-placeholder,
	.wpb_ym_footer_form .mktoForm input[type=date]::-webkit-input-placeholder,
	.wpb_ym_footer_form .mktoForm input[type=tel]::-webkit-input-placeholder,
	.wpb_ym_footer_form .mktoForm input[type=email]::-webkit-input-placeholder,
	.wpb_ym_footer_form .mktoForm input[type=number]::-webkit-input-placeholder,
	.wpb_ym_footer_form .mktoForm textarea.mktoField::-webkit-input-placeholder,
	.wpb_ym_footer_form .mktoForm select.mktoField::-webkit-input-placeholder {
		font-weight: 600;
	}

	.wpb_ym_footer .wpb_ym_footer_main {
		flex-wrap: wrap;
		flex-direction: column;
		margin-top: 24px;
	}

	.wpb_ym_footer .wpb_ym_footer_main .wpb_ym_footer_logo {
		width: 100%;
		position: relative;
		padding-bottom: 24px;
		margin-bottom: 26px;
		padding-right: 0;
	}

	.wpb_ym_footer_copyright::after,
	.wpb_ym_footer_additional_links::after,
	.wpb_ym_footer .wpb_ym_footer_main .wpb_ym_footer_logo::after {
		background: #FFFFFF66;
		content: "";
		width: 100%;
		height: 1px;
		position: absolute;
		top: 100%
	}

	.wpb_ym_footer_copyright,
	.wpb_ym_footer_additional_links {
		position: relative;
		margin-top: 24px;
		padding-top: 26px;
	}

	.wpb_ym_footer_copyright {
		padding-top: 25px;
	}

	.wpb_ym_footer_copyright::after,
	.wpb_ym_footer_additional_links::after {
		top: 0;
	}

	.wpb_ym_footer .wpb_ym_footer_logo_image a {
		max-width: 273px;
	}

	.wpb_ym_footer .wpb_ym_newsletter .wpb_ym_newsletter_text {
		margin-top: 16px;
	}

	.wpb_ym_footer .wpb_ym_footer_main .wpb_ym_footer_logo_text {
		margin-top: 19px;
	}

	.wpb_ym_footer .wpb_ym_footer_main .wpb_ym_footer_logo_text address:not(:last-child),
	.wpb_ym_footer .wpb_ym_footer_main .wpb_ym_footer_logo_text p:not(:last-child),
	.wpb_ym_footer .wpb_ym_footer_main .wpb_ym_footer_logo_text .contact-number:not(:last-child) {
		margin-bottom: 16px;
	}

	.wpb_ym_footer .wpb_ym_footer_main .wpb_ym_footer_links {
		width: 100%;
	}

	.wpb_ym_footer_additional_links ul li,
	.wpb_ym_footer .wpb_ym_footer_links .wpb_ym_main_links ul li {
		font-size: 14px;
	}

	.wpb_ym_social_links_wrapper {
		margin-top: 20px;
	}

	.wpb_ym_footer .wpb_ym_footer_logo_column ul li {
		height: 53px;
		width: 58px;
	}

	.wpb_ym_footer .wpb_ym_footer_logo_column {
		margin-top: 25px;
	}

	.wpb_ym_footer .wpb_ym_footer_logo_column ul {
		gap: 16px
	}
	:where(.wpb_ym_concerts_features, .wpb_ym_concerts_upcoming, .wpb_ym_upcoming_acts  ) .views-element-container{
		margin: 0;
	}

	/* Footer CSS Ends */
	.wpb_ym_bottom_bar .wpb_ym_logo a {
		width: 60px;
		height: 56px;
	}

	.wpb_ym_bottom_bar .wpb_ym_logo {
		top: calc(50% - 16px);
	}

	body.path-frontpage:not(.user-logged-in):not(.is_scrolled) .wpb_ym_header .wpb_ym_bottom_bar .wpb_ym_nav_book,
	.wpb_ym_bottom_bar .wpb_ym_nav_book {
		font-size: 14px;
		padding: 8px 16px;
	}

	.wpb_ym_bottom_bar .wpb_ym_site_nav {
		height: calc(100dvh - 88.98px);
		width: calc(100% + 40px);
		left: -20px;
	}

	.wpb_ym_homepage_banner:has(img) {
		min-height: 709px;
	}

	.wpb_ym_homepage_banner .wpb_ym_banner_img {
		object-position: 86% center;
	}

	.wpb_ym_banner_bottom_cards {
		padding-bottom: 24px;
	}

	.wpb_ym_promos_slider .swiper-slide {
		min-height: 310px;
	}

	.wpb_ym_promos_slider .swiper-slide .wpb_ym_promo_content {
		padding: 16px 16px;
	}

	.wpb_ym_more_ways_blocks .wpb_ym_more_ways_block .wpb_ym_ways_content h3,
	.wpb_ym_promos_slider .swiper-slide .wpb_ym_promo_content .wpb_ym_promo_headline {
		font-size: 20px;
	}

	.wpb_ym_swiper_btn {
		min-width: 40px;
		width: 40px;
		height: 40px;
		background-size: 14px;
		display: none;
	}

	.wpb_ym_promotions_section .wpb_ym_promos_controlls_wrap {
		flex-direction: column;
		gap: 32px;
		margin-top: 24px;
	}

	.wpb_ym_pagination {
		display: flex;
		margin-top: 0;
	}

	.wpb_ym_testimonials_slider {
		padding: 0;
	}

	.wpb_ym_rooms_suites_section .wpb_ym_rooms_suites_galleries,
	.wpb_ym_promos_slider .swiper-slide .wpb_ym_promo_content .wpb_ym_promo_description {
		display: none;
	}

	.wpb_ym_rooms_suites_tabs .right-aligned,
	.wpb_ym_rooms_suites_section .wpb_ym_rooms_suites_tabs {
		width: 100% !important;
		max-width: 100%;
		padding-right: 0;
	}

	.wpb_ym_rooms_suites_section .wpb_ym_rooms_suites_tabs .wpb_ym_tabs_content {
		display: flex;
		gap: 16px;
		flex-wrap: wrap;
	}

	.wpb_ym_rooms_suites_section .wpb_ym_rooms_suites_tabs .wpb_ym_rooms_suites_tab {
		position: relative;
		min-height: 268px;
		border-radius: 16px;
		width: calc(50% - 8px);
		margin: 0 !important;
		display: flex;
		align-items: flex-end;
		padding: 16px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

	.wpb_ym_rooms_suites_section .wpb_ym_rooms_suites_tabs .wpb_ym_rooms_suites_tab::before {
		content: '';
		width: 100%;
		height: 100%;
		border-radius: inherit;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}

	.wpb_ym_rooms_suites_section .wpb_ym_rooms_suites_tabs .wpb_ym_rooms_suites_tab .wpb_ym_rooms_suites_tab_text {
		z-index: 1;
		position: relative;
		font-size: 18px;
		font-family: "Montserrat", sans-serif;
		font-weight: 700;
		color: #fff;
		line-height: 1;
		text-transform: uppercase;
		letter-spacing: 1.5px;
	}

	/* .wpb_ym_rooms_suites_section .wpb_ym_rooms_suites_tabs .wpb_ym_tab_image {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		border-radius: inherit
	}

	.wpb_ym_rooms_suites_section .wpb_ym_rooms_suites_tabs .wpb_ym_tab_image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: inherit;
	} */

	.wpb_ym_rooms_suites_section {
		padding: 0 0 56px !important;
	}

	.wpb_ym_rooms_suites_mobile_image {
		position: relative;
		min-height: 342px;
		margin-bottom: -41px;
		height: 65vw;
	}
	.wpb_ym_rooms_suites_mobile_image .contextual-region{
		height: 100%;
	}

	.wpb_ym_rooms_suites_mobile_image::after {
		background: linear-gradient(180deg, rgba(255, 255, 255, 0) 47.37%, #FFFFFF 100%);
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		content: '';
	}

	.wpb_ym_rooms_suites_mobile_image img {
		width: 100%;
		height: 100% !important;
		position: absolute;
		left: 0;
		top: 0;
		object-fit: cover;
	}

	.wpb_ym_rooms_suites_section .wpb_ym_container {
		background-color: transparent;
	}

	.wpb_ym_cards_wrapper .wpb_ym_banner_card::after {
		opacity: 1;
		background: linear-gradient(112.45deg, rgba(231, 201, 94, 0.6) 0%, rgba(255, 255, 255, 0.06) 100%);
	}

	.wpb_ym_concerts_section .wpb_ym_concerts_header .wpb_ym_head_title,
	.wpb_ym_testimonials .wpb_ym_testimonials_header :is(h2, .wpb_ym_promotion_title),
	.wpb_ym_restaurants_section .wpb_ym_restaurants_title,
	.wpb_ym_restaurants_section h2,
	.wpb_ym_brand_showcase h2,
	.wpb_ym_brand_showcase .wpb_ym_section_title {
		font-size: 32px;
	}
	.wpb_ym_promotions_section .views-element-container{
		margin: 0;
	}
	.wpb_ym_brand_showcase h2{
		margin-bottom: 14px;
	}
	.wpb_ym_testimonials .wpb_ym_testimonials_header :is(h2, .wpb_ym_promotion_title){
		margin-bottom: 16px;
	}
	.wpb_ym_testimonials .wpb_ym_testimonials_header :is(p){
		margin: 0;
		font-size: 0.8rem;
	}
	.wpb_ym_restaurants_header h2,
	.wpb_ym_restaurants_section .wpb_ym_restaurants_title {
		text-align: center;
		margin-bottom: 18px;
	}

	.wpb_ym_brand_showcase .wpb_ym_section_description {
		font-size: 14px;
	}
	.wpb_ym_restaurants_section p{
		margin: 0;
	}
	.wpb_ym_restaurants_section p,
	.wpb_ym_testimonials .wpb_ym_testimonials_header .wpb_ym_promo_description_wrap,
	.wpb_ym_restaurants_section .wpb_ym_restaurants_description {
		font-size: 0.8rem;
		text-align: center;
	}

	.wpb_ym_testimonials_slider_wrap,
	.wpb_ym_brands_slider {
		margin-top: 32px;
	}

	.wpb_ym_restaurants_section,
	.wpb_ym_promotions_section {
		padding: 56px 16px;
	}

	.wpb_ym_concerts_section .wpb_ym_concerts_header .wpb_ym_head_title,
	.wpb_ym_promotions_section .wpb_ym_promo_header .wpb_ym_promotion_title {
		font-size: 30px;
	}

	.wpb_ym_concerts_section .wpb_ym_concerts_header .wpb_ym_head_title {
		text-align: center;
	}

	.wpb_ym_restaurants_slider_wrap,
	.wpb_ym_promotions_section .wpb_ym_promos_slider_wrap {
		margin-top: 30px;
	}

	.wpb_ym_restaurants_section .swiper-slide .wpb_ym_slide_content {
		min-height: 520px;
		padding: 223px 16px 60px;
	}

	.wpb_ym_restaurants_section .swiper-slide .wpb_ym_content_wrap {
		margin-top: auto;
	}

	.wpb_ym_restaurants_section .wpb_ym_promos_controlls_wrap .wpb_ym_pagination {
		margin: 0;
	}

	.wpb_ym_restaurants_section .wpb_ym_promos_controlls_wrap {
		margin-top: 22px;
	}

	.wpb_ym_testimonials_slider .swiper-slide::before {
		left: 27px;
	}

	.wpb_ym_testimonials_slider .wpb_ym_testimonial_content :is(p){
		font-size: 20px;
	}

	.wpb_ym_testimonials_slider .swiper-slide::after {
		right: 27px;
	}

	.wpb_ym_testimonial_pagination {
		margin-top: 24px;
	}

	.wpb_ym_footer .wpb_ym_newsletter .wpb_ym_title {
		font-size: 24px;
	}

	.wpb_ym_tabs_section .wpb_ym_content_wrapper .wpb_ym_tab_description {
		display: none;
	}

	.wpb_ym_tabs_section .wpb_ym_container {
		flex-direction: column-reverse;
		align-items: center;
		margin-top: -224px;
		gap: 12px;
		padding: 32px 16px 40px;
	}

	.wpb_ym_tabs_section .wpb_ym_tabs_header,
	.wpb_ym_tabs_section .wpb_ym_content_wrapper {
		width: 100%;
		max-width: 100%;
	}

	.wpb_ym_tabs_section .wpb_ym_tabs_header {
		max-width: 400px;
	}

	.wpb_ym_tabs_section .wpb_ym_content_wrapper .wpb_ym_image_wrap {
		width: 100%;
		max-width: 304px;
		margin-bottom: -84px;
	}
	.wpb_ym_testimonials::before{
		background-color: rgba(0, 0, 0, 0.7);
	}
	.wpb_ym_tabs_section .wpb_ym_content_wrapper .wpb_ym_image_wrap img{
		filter: drop-shadow(0px 0px 114px #00000059);
	}
	.wpb_ym_image_wrap:after{
		background: linear-gradient(180deg, rgba(11, 11, 11, 0) 33.17%, #0B0B0B 100%);
		content: '';
		position: absolute;
		inset: 0;
		width: 100dvw;
        left: 50%;
        margin-left: -50dvw;
	}

	.wpb_ym_tabs_section .wpb_ym_content_wrapper .wpb_ym_tab_cta {
		margin-top: 17px;
	}

	.wpb_ym_tabs_section .wpb_ym_content_wrapper {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.wpb_ym_tabs_section .wpb_ym_content_wrapper .wpb_ym_tab_title {
		text-align: center;
	}

	.wpb_ym_tabs_section .wpb_ym_tabs_background {
		position: relative;
		height: 514px;
	}

	.wpb_ym_tabs_section .wpb_ym_tabs_background::before {
		background: linear-gradient(180deg, rgba(11, 11, 11, 0) 23.08%, #0B0B0B 100%);
		content: '';
		height: 100%;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
	}

	div.wpb_ym_tabs_section button.wpb_ym_tab_button {
		padding: 7px 6px 6px;
	}

	.wpb_ym_tabs_section .wpb_ym_tabs_header img {
		height: 28px !important;
	}

	.wpb_ym_tabs_section .wpb_ym_container::before {
		display: none;
	}

	.wpb_ym_concerts_section .wpb_ym_concerts_features .wpb_ym_concerts_card,
	.wpb_ym_concerts_section .wpb_ym_concerts_upcoming .wpb_ym_concerts_card {
		min-height: 270px !important;
		width: 100% !important;
		height: 56vw;
	}

	.wpb_ym_concerts_card {
		padding: 16px;
	}

	.wpb_ym_concerts_card .wpb_ym_concerts_title {
		font-size: 24px;
		line-height: 1;
	}

	.wpb_yammava_date_info,
	.wpb_ym_concerts_card .wpb_ym_concerts_info .wpb_ym_concerts_date_info {
		width: 60px;
		min-width: 60px;
		height: 60px;
		padding: 9px 4px;
		margin-right: 16px;
	}

	.wpb_yammava_date_info .wpb_yammava_date_month,
	.wpb_ym_concerts_card .wpb_ym_concerts_info .wpb_ym_concerts_date_info .wpb_ym_concerts_month {
		font-size: 18px;
		line-height: 1;
	}

	.wpb_yammava_date_info .wpb_yammava_date_day,
	.wpb_ym_concerts_card .wpb_ym_concerts_info .wpb_ym_concerts_date_info .wpb_ym_concerts_date {
		font-size: 24px;
	}

	.wpb_ym_featured_act .wpb_ym_act_cta_wrap .wpb_ym_btn::after,
	.wpb_ym_concerts_card .wpb_ym_concerts_cta_wrap .wpb_ym_btn::after,
	.wpb_ym_concerts_section .wpb_ym_concerts_card .wpb_ym_concerts_location {
		display: none;
	}

	.wpb_ym_concerts_card .wpb_ym_concerts_cta_wrap .wpb_ym_btn {
		flex: 1;
		max-width: 248px;
		font-size: 0.8rem;
		padding: 11px 24px;
	}

	.wpb_ym_concerts_card::after {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 37.31%, #000000 100%);
	}

	.wpb_ym_concerts_features .wpb_ym_concerts_card::before {
		display: none;
	}
	.wpb_ym_concerts_features .wpb_ym_concerts_card .wpb_ym_concerts_content {
		top: 62px;
	}

	.wpb_ym_concerts_section {
		padding: 56px 16px;
	}

	.wpb_ym_concerts_section .wpb_ym_concerts_wrapper {
		margin-top: 32px;
	}

	.wpb_ym_concerts_card .wpb_ym_concerts_cta_wrap {
		margin-top: 16px;
	}
/*
	.wpb_ym_concerts_upcoming .wpb_ym_concerts_card .wpb_ym_concerts_content .wpb_ym_concerts_info {
		transform: translatey(61px)
	} */
}

.wpb_ym_restaurants_section .swiper-slide:hover .wpb_ym_content_wrap {
	position: relative;
	max-height: 230px;
	top: 0;
}

.wpb_ym_restaurants_section .wpb_ym_slide_description {
	position: relative;
	top: 70px;
	transition: 0.3s all;
}

.wpb_ym_restaurants_section .swiper-slide:hover .wpb_ym_slide_description {
	top: 0;
}

.wpb_ym_concerts_section .wpb_ym_concerts_features .wpb_ym_concerts_controlls .wpb_ym_concerts_pagination,
.wpb_ym_restaurants_section .wpb_ym_promos_controlls_wrap .wpb_ym_pagination {
	display: flex;
}



.wpb_ym_concerts_section .wpb_ym_concerts_features {
    width: calc(100% - 366px);
    margin-right: 16px;
    overflow: hidden;
}
.ym-1-column-text-block-wrapper :is(h2, p, strong, ul, li){
	color: #fff;
	letter-spacing: 0;
}
.ym-1-column-text-block-wrapper :is(h2,h3,h4,h5, h6, p){
    color: #fff;
}
.ym-1-column-text-block-wrapper :is(h3){
	margin-bottom: 16px;
    color: #fff;
}
.ym-1-column-text-block-content :is(h2){
    font-family: Montserrat;
	font-weight: 700;
	font-size: 48px;
	line-height: 1.2;
	letter-spacing: 0;
    text-transform: none;
    margin: 0 0 16px;
}
.ym-image-swiper-pagintion button{
    position: static;
    margin: 0;
    border-color: #E7C95E !important;
    background-color: transparent !important;
    background-image: url(../img/nav-arrow-right-yellow.svg);
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: static;
    cursor: pointer;
    transition: 0.3s all;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    transform: unset;
    margin: 0;
    min-width: 72px;
    cursor: pointer;

}
.ym-tier-slider-navigation .wpb_ym_swiper_btn {
    display: block;
    opacity: 1;
    pointer-events: auto;
    opacity: 1;
}
.ym-image-swiper-pagintion button:focus{
	border: 1px solid #E7C95E !important;
	outline: 1px solid #E7C95E !important;
	box-shadow: none!important;
}
.ym-image-swiper-pagintion button:focus-visible{
	border: 1px solid #E7C95E !important;
	outline: 1px solid #E7C95E !important;
}
.ym-image-slider-wrapper .swiper-pagination{
	margin-top: 24px;
}
.ym-image-slider-wrapper .swiper-pagination .swiper-pagination-bullet{
margin: 0 6px;
width: 12px !important;
height: 12px;
background-color: rgba(255, 255, 255, 0.4);
border-radius: 50%;
opacity: 1;
transition: 0.3s all;
}

.ym-image-slider-wrapper .swiper-pagination .swiper-pagination-bullet:hover{

background-color: rgba(255, 255, 255, 1);
}

.ym-image-slider-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
background-color: #E7C95E;
cursor: auto;
}
.ym-image-gallery-slider{
	padding-inline: 30px;
}
.ym-image-gallery-slider .swiper-slide{
	width: 33.3333334%;
}
.ym-image-gallery-slider .swiper-slide img{
	aspect-ratio: 1/1;
	object-fit: cover;
	width: 100%;
	height: 100% !important;
}
.ym-image-gallery-slider .swiper-slide{
    border-radius: 16px;
    overflow: hidden;
}
.ym-image-swiper-pagintion button:hover{
	background-color: rgba(255, 255, 255, 0.05) !important;
    border-color: #E7C95E !important;
    background-image: url(../img/nav-arrow-right-yellow.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	opacity: 1;
}
._none:has(.visually-hidden.layout-builder__layout){
    display: none;
}
.ym-image-swiper-pagintion button.ym-image-swiper-pagintion-prev{
	transform: scale(-1);
}
.ym-image-swiper-pagintion{
    display: flex;
    gap: 16px;
    margin-top: 40px;
}
.ym-1-column-text-block-container{
    max-width: 1204px;
    margin-inline: auto;
}
.ym-1-column-text-block-wrapper :is(p, ul, li){
    font-size: .9rem;
    line-height: 1.6;
	color: #fff !important;
}
.ym-1-column-text-block-wrapper :is(p, ul, li, ol):last-child{
	margin-bottom: 0 !important;
}
#block-sanmanuel-content .ym-1-column-text-block-wrapper  ol:not([class])>li:before{
	color: currentColor;
	border-color: currentColor;
}
.ym-1-column-text-block-wrapper :is(p):last-child{
    margin-bottom: 0;
}
.ym-app-access-block-wrapper{
    text-align: center;
}
.ym-app-access-block-wrapper .ym-app-access-block-content h2{
    color: #fff;
	font-family: Montserrat;
    font-weight: 700;
    font-size: clamp(1.5rem, 9.326vw - 2.077rem, 2.4rem);
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    text-transform: none;
    margin: 0 0 16px;
	letter-spacing: 0;

}
.ym-app-access-block-wrapper .ym-app-access-block-content h3{

    color: #fff;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.222;
    text-align: center;
    margin: 0 0 16px;
	letter-spacing: 0;
}
.ym-app-access-block-wrapper .ym-app-access-block-content p{
	color: #FFF;
text-align: center;
font-family: Montserrat;
font-size: .9rem;
font-style: normal;
font-weight: 400;
line-height: 1.6;
letter-spacing: 0;
}

.ym-app-access-block-wrapper .ym-app-access-block-image{
    display: flex;
    justify-content: center;
    gap: 16px;
	flex-wrap: wrap;
}
.ym-tab-blocks-buttons{
    padding: 16px 24px;
    background: #FFFFFF0F;
    border-radius: 16px;
        border: 1px solid transparent;
    background-image: linear-gradient(#191919, #191919), linear-gradient(46.84deg, rgba(255, 255, 255, 0.06) -0.05%, rgba(255, 255, 255, 0.6) 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}
.ym-tab-blocks-buttons *:focus{
	outline: none !important;
}
.ym-tab-blocks-buttons *:focus-visible{
	outline: 1px solid #fff !important;
}
.ym-tab-blocks-buttons .ym-tab-blocks-button{
    background: #FFFFFF0F;
    border-radius: 8px;
    border: 1px solid #FFFFFF00 !important;
    min-width: 200px;
    font-family: Montserrat;
font-weight: 500;
font-size: 18px;
line-height: 1.2;
letter-spacing: 0;
text-align: center;
    text-transform: none;
	padding: 16px;
	height: 54px;
	transition: all 0.3s ease-in-out;
	backdrop-filter: blur(30px);
}
.ym-tab-blocks-item{
 padding-block: 40px;
 display: none;
}

.ym-tab-blocks-item *{
    color: #fff !important;
}
.ym-tab-blocks-accordion-item{
padding: 30px 28px;
    background:#FFFFFF0F;
        border: 1px solid transparent;
    background-image: linear-gradient(#191919, #191919), linear-gradient(46.84deg, rgba(255, 255, 255, 0.06) -0.05%, rgba(255, 255, 255, 0.6) 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border-radius: 16px;
}
.ym-tab-blocks-accordion-item{
	width: calc(33.333334% - 20px);
}
.ym-app-access-block-wrapper .ym-app-access-block-image img{
    width: auto;
    height: auto;
}

.ym-app-access-block-wrapper .ym-app-access-block-content p:last-child{
    margin-bottom: 0;
}

.ym-app-access-block-wrapper .ym-app-access-block-content{
    margin-bottom: 24px;
}
.ym-app-access-block-container{
    max-width: 980px;
    margin-inline: auto;
    padding: clamp(1.2rem, 16.901vw - 5.282rem, 3rem) clamp(0.75rem, 21.127vw - 7.352rem, 3rem);
    border-radius: 16px;
	border: 1px solid transparent;
	background-image:
		linear-gradient(#191919, #191919),
		linear-gradient(46.84deg, rgba(255, 255, 255, 0.06) -0.05%, rgba(255, 255, 255, 0.6) 100%);
	background-origin: border-box;
	background-clip: padding-box, border-box;
}
.ym-tab-blocks-container{
    max-width: 1204px;
    margin-inline: auto;
}
.ym-tab-blocks-content h2{
    text-align: center;
    margin: 0 0 clamp(1.5rem, 3.891vw + 0.008rem, 2rem);
    text-transform: none;
    font-family: Montserrat;
    font-weight: 700;
    font-size: clamp(1.6rem, 3.113vw + 0.406rem, 2rem);
    line-height: 1.2;
    letter-spacing: 0;
    color: #fff;
}
.ym-tab-blocks-buttons{
    padding: 16px 24px;
    background: #FFFFFF0F;
    border-radius: 16px;
        border: 1px solid transparent;
    background-image: linear-gradient(#191919, #191919), linear-gradient(7.84deg, rgba(255, 255, 255, 0.06) -0.05%, rgba(255, 255, 255, 0.6) 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}
.ym-tab-blocks-buttons:has(.ym-tab-blocks-button-prev.swiper-button-disabled):has(.ym-tab-blocks-button-next.swiper-button-disabled) :is(.ym-tab-blocks-button-prev, .ym-tab-blocks-button-next){
    display: none;
}
.ym-tab-blocks-buttons:has(.ym-tab-blocks-button-prev.swiper-button-disabled):has(.ym-tab-blocks-button-next.swiper-button-disabled) :is(.swiper-slide):last-child{
	margin-right: 0 !important;
}
.ym-tab-blocks-buttons:has(.ym-tab-blocks-button-prev.swiper-button-disabled):has(.ym-tab-blocks-button-next.swiper-button-disabled) .swiper-wrapper{
    justify-content: center;
    display: flex;
}
.ym-tab-blocks-item-accordion {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
}
.ym-tab-blocks-buttons .ym-tab-blocks-button:is(.ym-tab-blocks-button-active, :hover){
	background: #ffffff00 !important;
	border: 1px solid #E6C864 !important;
	color: #E6C864 !important;
}
.ym-tab-blocks-item:is(.ym-tab-blocks-item-active){
    display: block;
}
.ym-tab-blocks-accordion-item{
padding: 30px 28px;
    background:#FFFFFF0F;
        border: 1px solid transparent;
    background-image: linear-gradient(#191919, #191919), linear-gradient(46.84deg, rgba(255, 255, 255, 0.06) -0.05%, rgba(255, 255, 255, 0.6) 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border-radius: 16px;
}
.ym-tab-blocks-accordion-item{
    width: calc(33.3333% - 15px);
}
#block-sanmanuel-content .ym-tab-blocks-accordion-item ul:not([class]), #block-sanmanuel-content .ym-tab-blocks-accordion-item ol:not([class]){
	margin-bottom: 0 !important;
}
#block-sanmanuel-content .ym-tab-blocks-accordion-item ul:not([class]) li:last-child, #block-sanmanuel-content .ym-tab-blocks-accordion-item ol:not([class]) li:last-child{
	margin-bottom: 0 !important;
}
.ym-tab-blocks-content ul:not([class]) li:before,
#block-sanmanuel-content .ym-tab-blocks-content ul:not([class]) li:before{
    content: '-' !important;
    background: none !important;
    top: 0 !important;
}
.ym-tab-blocks-content :is(.swiper-button-prev,.swiper-button-next){
    padding: 0 !important;
    background: none;
    border: 0 !important;
    position: static;
    margin: 0 !important;
	display: inline-block;
	color: #E6C864 !important;
	opacity: 1;
}
.ym-tab-blocks-content :is(.swiper-button-prev,.swiper-button-next):hover{
    padding: 0;
    background: none !important;
    border: 0 !important;
	display: inline-block !important;
	color: #E6C864 !important;

}
.ym-tab-blocks-content :is(.swiper-button-prev,.swiper-button-next):is(.swiper-button-disabled){
	color: #fff !important;
	opacity: .4 !important;
}
.ym-tab-blocks-buttons{
    display: flex;
    align-items: center;
}

.ym-tab-blocks-buttons .swiper-container{
    flex: 1;
	margin-inline: 15px;
}
.wpb_ym_act_after_hero_wrapper{
    max-width: 970px;
    margin-inline: auto;
}
.wpb_ym_act_after_hero_wrapper h2{
    font-family: Montserrat;
	font-weight: 800;
	font-size: clamp(1.6rem, 7.882vw - 1.423rem, 2.4rem);
	line-height: 1.2;
	letter-spacing: 0;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
}
.wpb_ym_act_after_hero_wrapper p{
	color: #ffffff;
}
.wpb_ym_images{
    margin-top: 40px;
}
.wpb_ym_images {
    display: flex;
    gap: clamp(1rem, 14.778vw - 4.667rem, 2.5rem);
    justify-content: center;
}
.wpb_ym_images img{
    max-height: clamp(1.65rem, 18.227vw - 5.34rem, 3.5rem);
}
.ym-tab-blocks-buttons .swiper-slide{
	width: auto;
	margin-right: 16px;
}
.wpb_ym_promotions_section .pagination{
	display: none;}


	.wpb_ym_image_slider_images .wpb_ym_transform_block{
		margin-bottom: 120px;
	}
	.wpb_ym_image_slider_images{
		position: relative;
	}

	.wpb_ym_image_slider_images .wpb_ym_image_slider_controlls {
		position: absolute;
		bottom: 0;
		margin-top: 0;
		left: 0;
		z-index: 1;
		display: flex;
		left: calc(57.9% + var(--content-gap));
	}
@media screen and (max-width: 1333px) {

	/* .wpb_ym_bottom_bar .wpb_ym_site_nav > ul > li:nth-child(4) {
	margin-right: 100px;
} */
	.wpb_ym_bottom_bar .wpb_ym_container {
		padding-right: 0;
		max-width: 1238px;
	}

	.wpb_ym_bottom_bar .wpb_ym_site_nav>ul>li:not(:last-child) {
		margin-right: 8px;
	}

	.wpb_ym_bottom_bar .wpb_ym_site_nav>ul>li:nth-child(4) {
		margin-right: clamp(80px, 11.5vw, 154px);
	}

	.wpb_ym_bottom_bar .wpb_ym_site_nav {
		flex: 1;
	}

	.wpb_ym_bottom_bar .wpb_ym_site_nav>ul {
		flex: 1;
		justify-content: space-between;
	}

	.wpb_ym_bottom_bar .wpb_ym_search_wrap {
		margin-left: 0;
	}

	.wpb_ym_bottom_bar .wpb_ym_container {
		column-gap: 17px;
	}

	.wpb_ym_bottom_bar .wpb_ym_site_nav>ul>li>a {
		padding: 10.5px 14.5px 19px;
	}
}

@media screen and (max-width: 1280px) {
	.wpb_ym_bottom_bar .wpb_ym_site_nav>ul>li {
		font-size: 13px;
	}

	.wpb_ym_bottom_bar .wpb_ym_site_nav>ul>li>a {
		padding: 10.5px 15px 19px;
	}

	.wpb_ym_bottom_bar .wpb_ym_container {
		column-gap: 14px;
	}

	.wpb_ym_bottom_bar .wpb_ym_site_nav>ul>li:nth-child(4) {
		/* margin-right: clamp(80px, 10vw, 154px); */
	}

	/* .wpb_ym_bottom_bar .wpb_ym_site_nav > ul > li > a {
	padding: 8px 14px 17px;
}
.wpb_ym_bottom_bar .wpb_ym_site_nav > ul > li > a {
	padding: 10.5px 15px 19px;
}
.wpb_ym_bottom_bar .wpb_ym_container {
	column-gap: 14px;
}
.wpb_ym_bottom_bar .wpb_ym_site_nav > ul > li {
	font-size: 13px;
}
.wpb_ym_bottom_bar .wpb_ym_nav_book {
	margin-left: 0;
}
.wpb_ym_bottom_bar .wpb_ym_site_nav > ul > li:not(:last-child):not(:nth-child(4)) {
	margin-right: 5px;
} */
}

@media screen and (max-width: 1120px) {
	.wpb_ym_bottom_bar .wpb_ym_nav_book {
		margin-left: 12px;
	}

	.wpb_ym_bottom_bar .wpb_ym_site_nav>ul>li:nth-child(4) {
		margin-right: clamp(80px, 9.5vw, 154px);
	}

	.wpb_ym_bottom_bar .wpb_ym_container {
		column-gap: 12px;
	}

	.wpb_ym_bottom_bar .wpb_ym_site_nav>ul>li:not(:last-child):not(:nth-child(4)) {
		margin-right: 0;
	}

	.wpb_ym_rooms_suites_section .wpb_ym_rooms_suites_tabs {
		width: 47%;
	}

	.wpb_ym_rooms_suites_section .wpb_ym_rooms_suites_galleries {
		width: 53%;
	}

	.wpb_ym_rooms_suites_section {
		padding: 80px 0;
	}
}

@media screen and (max-width: 1024px) {
	.wpb_ym_image_slider_images .wpb_ym_transform_block{
		margin-bottom: 0;
	}
	.wpb_ym_image_slider_images .wpb_ym_image_slider_controlls{
		position: static;
	}
	.wpb_ym_image_slider_images .wpb_ym_pagination{
		display: block;
	}
	.wpb_ym_concerts_section .wpb_ym_concerts_upcoming .wpb_ym_concerts_card:not(:last-child){
		margin-bottom: 16px;
	}
	.wpb_ym_tabs_section .wpb_ym_container {
		gap: 30px
	}

	.wpb_ym_tabs_section button.wpb_ym_tab_button {
		padding: 8px 10px 8px;
		;
	}

	.wpb_ym_tabs_section .wpb_ym_content_wrapper .wpb_ym_tab_description {
		font-size: 14px;
	}

	.wpb_ym_tabs_section .wpb_ym_content_wrapper .wpb_ym_tab_title {
		font-size: 32px;
	}

	.wpb_ym_brands_slider .swiper-slide .slide_content {
		opacity: 1;
		visibility: visible;
		max-height: unset !important;
	}

	.wpb_ym_brands_slider .swiper-slide .image_wrapper {
		transform: unset;
	}


	.wpb_ym_footer_form .mktoForm {
		flex-wrap: wrap;
	}

	.wpb_ym_footer_form .mktoForm .mktoButtonRow {
		padding-left: 0;
		margin-top: 33px !important;
	}

	.wpb_ym_footer_additional_links ul,
	.wpb_ym_footer .wpb_ym_footer_links .wpb_ym_main_links ul {
		column-count: 2;
	}

	.wpb_ym_footer_form .mktoForm fieldset .mktoFormRow:first-of-type,
	.wpb_ym_footer_form .mktoFormRow+.mktoFormRow {
		width: 100% !important;
		flex-wrap: wrap;
		display: flex;
	}

	.wpb_ym_footer_form .mktoForm fieldset .mktoFormRow:first-of-type {
		gap: 28px;
	}

	.wpb_ym_footer_form .mktoForm fieldset {
		flex-wrap: wrap;
	}

	.wpb_ym_footer_form .mktoForm fieldset .mktoFormRow:first-of-type .mktoFormCol {
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.wpb_ym_footer_form .mktoForm fieldset .mktoFormRow .mktoFormCol::after,
	.wpb_ym_footer_form .mktoForm fieldset .mktoFormRow:first-of-type .mktoFormCol::after {
		width: 100%;
		left: 0;
		height: 1px;
		top: calc(100% + 11px);
	}

	/* Footer CSS Ends */
	/* Header CSS Starts */
	.wpb_ym_bottom_bar {
		padding-bottom: 11px;
	}

	.wpb_ym_bottom_bar .wpb_ym_container {
		align-items: center;
		justify-content: unset;
		padding-right: 0;
		column-gap: 24px;
	}

	.wpb_ym_bottom_bar .wpb_ym_search_wrap>a {
		width: 24px;
		height: 24px;
	}

	.wpb_ym_bottom_bar .wpb_ym_search_wrap {
		margin-top: 0;
	}

	.wpb_ym_bottom_bar .wpb_ym_nav_book {
		order: -1;
		margin: 0;
	}

	button.wpb_ym_toggler_nav {
		background: url('../img/bars.svg') no-repeat center center / contain;
		border: 0;
		outline: none;
		width: 21px;
		height: 21px;
		box-shadow: none;
	}

	body.path-frontpage:not(.user-logged-in):not(.is_scrolled) button.wpb_ym_toggler_nav {
		background: url('../img/bars-white.svg') no-repeat center center / contain;
	}

	body.menu_open button.wpb_ym_toggler_nav {
		background: url('../img/xmark.svg') no-repeat center center / 16px;
	}

	body.menu_open.path-frontpage:not(.is_scrolled) button.wpb_ym_toggler_nav {
		background: url('../img/xmark-white.svg') no-repeat center center / contain;
	}

	button.wpb_ym_toggler_nav:focus {
		outline: none !important;
	}

	.wpb_ym_top_links .wpb_ym_icon_link::before {
		width: 11px;
		height: 12px;
	}

	.wpb_ym_top_links .wpb_ym_user_link {
		letter-spacing: 0;
	}

	.wpb_ym_bottom_bar .wpb_ym_search_wrap {
		margin-left: auto;
	}

	.mobile_hide {
		display: none !important;
	}
	.wpb_ym_desktop-iframe{
		visibility: hidden;
	}

	/* .wpb_ym_tabs_section:has(.wpb_ym_tabs_background .wpb_ym_tab_bg_item iframe), */
	.wpb_ym_homepage_banner:has(iframe) {
		aspect-ratio: var(--mobile-aspect-ratio, 1/1);
	}

	.wpb_ym_bottom_bar .wpb_ym_site_nav>ul>li {
		font-size: 0.8rem;
		line-height: 1.4;
	}

	.wpb_ym_bottom_bar .wpb_ym_site_nav {
		position: absolute;
		top: calc(100% + 1px);
		background-color: #fff;
		width: calc(100% + 0px);
		left: 0;
		padding: 12px 20px 40px;
		display: none;
	}

	.wpb_ym_bottom_bar .wpb_ym_container {
		position: static;
	}

	.wpb_ym_bottom_bar .wpb_ym_logo {
		top: calc(50% - 2px);
	}

	.wpb_ym_bottom_bar .wpb_ym_site_nav ul {
		flex-direction: column;
	}

	.wpb_ym_bottom_bar .wpb_ym_site_nav>ul>li>a:after {
		display: none;
	}

	.wpb_ym_bottom_bar .wpb_ym_site_nav>ul>li>a {
		border-radius: 0;
		padding: 13px 0 10.6px;
		background-color: transparent !important;
	}
	.wpb_ym_bottom_bar .wpb_ym_site_nav>ul>li a.is-active{
		color: #2B5410;
	}

	.wpb_ym_bottom_bar .wpb_ym_site_nav>ul>li:nth-child(4),
	.wpb_ym_bottom_bar .wpb_ym_site_nav>ul>li {
		margin: 0;
	}

	.wpb_ym_bottom_bar .wpb_ym_site_nav>ul li:not(:last-child) {
		border-bottom: 1px solid #2B541029;
	}

	body.menu_open {
		overflow: hidden !important;
	}

	.wpb_ym_bottom_bar .wpb_ym_site_nav>ul>li:has(.open-menu-arrow) {
		display: flex;
		justify-content: space-between;
		align-items: center;
		cursor: pointer;
	}


	.wpb_ym_bottom_bar .wpb_ym_site_nav>ul>li>ul {
		display: block;
		position: fixed;
		width: 100%;
		top: 94.39px;
		bottom: 0;
		z-index: 12;
		left: 0;
		transform: translatex(100%);
		transition: 0.3s all;
		padding: 0 20px 30px;
		overflow-y: auto;
		overflow-x: clip;
		background-color: #F2F5F1;
		opacity: 1;
		visibility: visible;
		padding: 0 20px 40px;
		margin-top: 1px;
	}

	.wpb_ym_bottom_bar .wpb_ym_site_nav>ul>li>ul.active {
		transform: translateX(0);
	}

	.wpb_ym_site_nav .toggle-back {
		font-size: 0.8rem;
		line-height: 1.4;
		padding: 13px 0 10.7px;
		background-color: #fff;
		position: relative;
		display: inline-block;
		width: 100%;
		position: sticky;
		top: 0;
		margin-bottom: 12px;
		color: #0B0B0B;
	}

	.wpb_ym_site_nav .sub-menu.active>.toggle-back {
		display: block;
	}

	.wpb_ym_site_nav .toggle-back span {
		z-index: 1;
		position: relative;
		padding-left: 20px;
	}

	.wpb_ym_site_nav .toggle-back span::after {
		content: '';
		width: 10px;
		height: 21px;
		position: absolute;
		left: 0;
		background: url('../img/chevron-right.svg') no-repeat center center;
		transform: rotate(180deg);
	}

	.wpb_ym_site_nav .toggle-back::after {
		content: '';
		position: absolute;
		background: inherit;
		width: calc(100% + 60px);
		height: 100%;
		left: -30px;
		top: 0;
	}

	.wpb_ym_bottom_bar .wpb_ym_site_nav>ul>li>ul>li>a {
		padding: 12px 0 11.5px;
		background-color: transparent !important;
		max-width: max-content;
	}

	.wpb_ym_bottom_bar .wpb_ym_site_nav>ul>li:has(> ul > li > a.is_active),
	.wpb_ym_bottom_bar .wpb_ym_site_nav>ul li:has(> a.is_active) {
		border-bottom-color: #2B5410;
		color: #2B5410
	}

	.wpb_ym_cards_wrapper .wpb_ym_banner_card {
		width: calc((100% - 32px) / 3);
		padding: 16px;
		gap: 8px
	}

	.wpb_ym_cards_wrapper .wpb_ym_banner_card .wpb_ym_card_title {
		font-size: 18px;
	}

	.wpb_ym_rooms_suites_section .wpb_ym_rooms_suites_galleries .swiper-slide {
		min-height: 400px;
	}

	.wpb_ym_rooms_suites_section .wpb_ym_rooms_suites_header .wpb_ym_rooms_suites_title {
		font-size: 32px;
	}

	.wpb_ym_rooms_suites_section .wpb_ym_rooms_suites_header .wpb_ym_rooms_suites_description {
		font-size: 0.8rem;
	}

	.wpb_ym_rooms_suites_section .wpb_ym_rooms_suites_tabs .wpb_ym_tabs_content {
		padding-left: 0;
		margin-top: 32px;
	}

	.wpb_ym_rooms_suites_section .wpb_ym_rooms_suites_tabs .wpb_ym_rooms_suites_cta {
		margin-top: 32px;
	}

	.wpb_ym_rooms_suites_section .wpb_ym_rooms_suites_gallery .wpb_ym_promos_controlls_wrap {
		bottom: 16px;
		left: 16px;
	}

	.wpb_ym_rooms_suites_section .wpb_ym_rooms_suites_gallery .wpb_ym_promos_controlls_wrap .wpb_ym_swiper_btn {
		width: 40px;
		height: 40px;
		min-width: 40px;
		background-size: 14px;
	}

	.wpb_ym_restaurants_slider_wrap .wpb_ym_promos_controlls_wrap {
		flex-direction: column;
	}

	.wpb_ym_restaurants_slider_wrap .wpb_ym_promos_controlls_wrap .wpb_ym_btn {
		margin-right: auto;
		margin-top: 32px;
	}

	.wpb_ym_restaurants_slider_wrap .wpb_ym_promos_controlls_wrap .wpb_ym_swiper_btn {
		display: none;
	}

	.wpb_ym_rooms_suites_section .wpb_ym_rooms_suites_tabs .wpb_ym_rooms_suites_tab {
		font-size: 17px;
	}

	.wpb_ym_concerts_section .wpb_ym_concerts_wrapper {
		flex-direction: column;
	}

	.wpb_ym_concerts_section .wpb_ym_concerts_upcoming,
	.wpb_ym_concerts_section .wpb_ym_concerts_features {
		width: 100%;
		margin-right: 0;
	}

	.wpb_ym_concerts_controlls .wpb_ym_swiper_btn {
		display: none;
	}

	.wpb_ym_concerts_section .wpb_ym_concerts_upcoming {
		margin-top: 40px;
	}

	.wpb_ym_concerts_section .wpb_ym_concerts_features .wpb_ym_concerts_card {
		min-height: 520px;
	}

	.wpb_ym_concerts_block_inner  div:not[class]{
		display: flex;
		gap: 16px;
		flex-wrap: wrap;
		justify-content: center;
	}
	.wpb_ym_concerts_section .wpb_ym_concerts_upcoming .wpb_ym_concerts_card:not(:last-child){
		margin-bottom: 0;
	}



	.wpb_ym_concerts_section .wpb_ym_concerts_upcoming .wpb_ym_concerts_see_all {
		text-align: center;
	}

	.wpb_ym_concerts_section .wpb_ym_concerts_upcoming .wpb_ym_concerts_card {
		min-height: 240px;
		width: calc((100% - 32px) / 3);
	}
	.wpb_ym_concerts_block_inner .views-element-container{
		width: 100%;
	}

	.wpb_ym_concerts_section {
		padding: 80px 16px;
	}
	.ym-tab-blocks-accordion-item{
		width: calc(50% - 15px);
	}
	.ym-tier-slider-navigation{
		flex-direction: column;
		align-items: center;
	}
	.ym-tier-slider-navigation .wpb_ym_btn{
		margin-inline: auto;
		margin-top: 32px;
	}
	.ym-tier-slider-navigation{
		margin-top: 24px;
	}

}
@media screen and (max-width: 767px) {
	.ym-tab-blocks-accordion-item {
		width: 100%;
	}
	.ym-tab-blocks-buttons .ym-tab-blocks-button{
		min-width: 0;
	}
	.ym-tab-blocks-buttons{
		padding: 16px;
	}
	.ym-tab-blocks-buttons .swiper-container{
		margin: 0;
	}
	.ym-tab-blocks-wrapper:not(.ym-daily-tab) .ym-tab-blocks-content :is(.swiper-button-prev,.swiper-button-next){
		display: none;
	}
	.ym-1-column-text-block-wrapper :is(p, ul, li){
		font-size: 0.8rem;
	}
}
@media screen and (max-width: 900px) {
	.wpb_ym_concerts_section .wpb_ym_concerts_upcoming .wpb_ym_concerts_card {
		min-height: 240px;
		width: calc((100% - 16px) / 2);
	}
}


@media screen and (max-width: 520px) {
	.wpb_ym_rooms_suites_section .wpb_ym_rooms_suites_tabs .wpb_ym_rooms_suites_tab {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {

	.wpb_ym_footer_form .mktoForm .mktoButtonRow,
	.wpb_ym_footer_form .mktoForm .mktoButtonWrap.mktoInset .mktoButton {
		width: 100% !important;
	}

	/* Footer CSS Ends */
}

@media screen and (max-width: 379px) {
	.wpb_ym_header {
		--header-inline-padding: 15px;
	}


	.wpb_ym_bottom_bar .wpb_ym_logo a {
		width: 55px;
	}

	.wpb_ym_banner_bottom_cards {
		padding-left: 15px;
		padding-right: 15px;
	}

	.wpb_ym_cards_wrapper .wpb_ym_banner_card {
		padding: 16px 8px;
	}

	.wpb_ym_cards_wrapper .wpb_ym_banner_card .wpb_ym_card_title {
		font-size: 15px;
	}
}
@media (max-width: 359px){
	.wpb_ym_top_links .wpb_ym_icon_link::before{
		margin-right: 2px;
	}
	.wpb_ym_bottom_bar .wpb_ym_logo a {
        width: 45px;
    }
}
.wpb_ym_concerts_description p {
  color: #FFFFFF;
  &:last-child {
	margin-bottom: 0;
  }
}
