.menu a,
.menu button.menu-link {
	text-decoration: none;
	color: #fff;
	font-family: var(--font-heading);
	font-weight: 400;
	font-size: 1.25rem;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	font: inherit;
}

.menu-vip a{
	position: relative;
	display: inline-block !important;
	padding-inline-end: 2rem;
}

.menu-vip a:before{
	content: "";
	background-image: url(/wp-content/uploads/star-2.svg);
	position: absolute;
    height: 1rem;
    width: 1rem;
    background-repeat: no-repeat;
    background-size: contain;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

/*
.page-loader {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: grid;
	place-items: center;
	background-color: #090a0b;
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
	will-change: clip-path;
}

.page-loader img {
	width: min(140px, 45vw);
	height: auto;
	animation: page-loader-pulse 1.6s ease-in-out infinite;
}

.page-loader--hidden {
	animation: page-loader-reveal 1s ease-in-out forwards;
	pointer-events: none;
}

@keyframes page-loader-reveal {
	from {
		-webkit-clip-path: inset(0% 0% 0% 0%);
		clip-path: inset(0% 0% 0% 0%);
	}

	to {
		-webkit-clip-path: inset(0% 0% 100% 0%);
		clip-path: inset(0% 0% 100% 0%);
	}
}

@keyframes page-loader-pulse {
	0%,
	100% {
		opacity: 0.75;
		transform: scale(0.96);
	}

	50% {
		opacity: 1;
		transform: scale(1);
	}
}

@media (prefers-reduced-motion: reduce) {
	.page-loader,
	.page-loader img {
		animation: none;
		transition: none;
	}
}
*/
.grecaptcha-badge {
	z-index: 999 !important;
}



.sub-menu a {
	display: block;
	line-height: 1.1;
	margin-bottom: 0.7rem;
	text-wrap: balance;
}

@media(min-width: 1200px){
	.top-bar:before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background-color: rgba(0, 0, 0, 0.35);
	backdrop-filter: blur(15px) saturate(140%);
	-webkit-backdrop-filter: blur(12px) saturate(140%);
}
}


.menu-top-menu-container li {
	position: relative;
}



.top-bar {
	width: 100%;
	position: relative;
	border-bottom: 1px solid var(--clr-primary);
	/* color: var(--clr-black) !important; */
	padding-block: 0.8rem;
	margin-block-end: 1.5rem;
	font-size: 0.75rem;
	overflow: hidden;
}

.site-header .top-bar a {
	color: var(--clr-white);
	text-transform: uppercase;
}

.top-bar-container {
	display: flex;
	justify-content: flex-end;
}

@media (min-width: 1199px) {
	.tickets-info {
		display: none;
	}

	.menu-header-container .menu{
		margin-block: 0;
	}

	.nav-cta{
		display: flex;
		align-items: center;
	}

	.menu-top-menu-container li:not(:last-child):after {
		content: "|";
		position: absolute;
		right: -1.25rem;
		top: 0;
		height: 100%;
		width: 1px;
		color: var(--clr-primary);
		margin-inline-end: 0.5rem;
	}
}

.cta-and-menu-icon {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.menu-top-menu-container ul {
	margin: 0;
}

.menu-top-menu-container ul li {
	margin-bottom: 0;
}

.cta-and-menu-icon .menu-toggle {
	margin-left: 1rem;
}

.site-header {
	position: fixed;
	z-index: 999;
	width: 100%;
	/*background: var(--clr-black);*/
	padding-block-end: 0.6rem;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
}

#primary-menu li {
	margin-bottom: 0;
}

/*#primary-menu{
padding-inline-start: 9rem;
}*/

.site-header.scrolled:before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background-color: rgba(0, 0, 0, 0.35);
	backdrop-filter: blur(15px) saturate(140%);
	-webkit-backdrop-filter: blur(12px) saturate(140%);
}

.site-header.scrolled .site-branding img {
	/*top: 1rem;
	transform: scale(0.75);*/
	transform-origin: top center;
	transition: all 0.4s ease-in;
	width: 60px;
	/* margin-top: 1rem; */
}

.site-header.scrolled .btn {
	padding: 0.5em 2em;
	transition: all 0.4s ease-in;
}

.site-branding img {
	transform-origin: top center;
	top: 0;
	position: relative;
	height: auto;
	z-index: 5;
	transition: all 0.4s ease-out;
}

@media (max-width: 1199px) {
	.main-navigation .menu-header-container {
		display: none;
	}

	.page-item-7{
		display: none;
	}

	.menu-top-menu-container{
		margin-block-start: 2rem;
		border-top: 1px solid var(--clr-primary);
		padding-block-start: 2rem;
	}

	.top-bar {
		display: none;
	}

	.sub-menu a{
		margin-bottom: 0;
		line-height: 1.5;
	}

	.side-menu li{
		margin-bottom: 0 !important;
	}
}

.menu {
	list-style: none;
}

.menu .active {
	border-bottom: 1px solid var(--clr-primary);
}

.menu-item-has-children {
	position: relative;
}
.sub-menu:after {
	content: "";
	position: absolute;
	top: -1px;
	left: 50%;
	width: 60%;
	height: 1px;
	background-color: var(--clr-black);
	z-index: -1;
	transform: translateX(-50%);
}

.menu-item-has-children .sub-menu {
	position: absolute;
	top: calc(100% + 1rem);
	left: 50%;
	background-color: var(--clr-black);
	padding: 1rem 1rem 3rem 1rem;
	border: 1px solid var(--clr-primary);
	width: 220px;
	transform: translateX(-50%);
	list-style: none;
	font-weight: 400;
	clip-path: polygon(50% 0, 50% 0, 50% 0, 50% 0);
	transition: clip-path 0.7s ease-in-out;
	z-index: 6;
}

/* Ensure hidden submenus are not focusable but don't break layout */
.menu-item-has-children .sub-menu[hidden] {
	display: none;
}

.menu-item-has-children .sub-menu:before {
	content: "";
	position: absolute;
	bottom: 1rem;
	left: 50%;
	width: 80%;
	height: 27px;
	background-image: url(/wp-content/uploads/2025/04/geo-lines.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transform: translateX(-50%);
}

.menu-item-has-children:hover .sub-menu {
	display: block;
}

.menu-toggle {
	height: 34px;
	width: 34px;
	position: relative;
	display: inline-block;
	cursor: pointer;
	transition: width 0.3s ease-in-out;
	z-index: 99;
}

.menu-toggle:hover .menu-box:nth-child(1),
.menu-toggle:hover .menu-box:nth-child(4),
.menu-toggle:hover .menu-box:nth-child(7) {
	left: 2px;
	transition: all 0.3s ease-in-out;
}

.menu-toggle:hover .menu-box:nth-child(3),
.menu-toggle:hover .menu-box:nth-child(6),
.menu-toggle:hover .menu-box:nth-child(9) {
	left: 22px;
	transition: all 0.3s ease-in-out;
}

.menu-toggle:hover .menu-box {
	transition: all 0.3s ease-in-out;
	height: 5px;
	background-color: var(--clr-white) !important;
}

.menu-box {
	background-color: var(--clr-primary);
	height: 10px;
	width: 10px;
	display: inline-block;
	position: absolute;
	transition: all 0.3s ease-in-out;
}

.menu-box:nth-child(1) {
	top: 0;
	left: 0;
}

.menu-box:nth-child(2) {
	top: 0;
	left: 12px;
}

.menu-box:nth-child(3) {
	top: 0;
	left: 24px;
}

.menu-box:nth-child(4) {
	top: 12px;
	left: 0;
}

.menu-box:nth-child(5) {
	top: 12px;
	left: 12px;
}

.menu-box:nth-child(6) {
	top: 12px;
	left: 24px;
}

.menu-box:nth-child(7) {
	top: 24px;
	left: 0;
}

.menu-box:nth-child(8) {
	top: 24px;
	left: 12px;
}

.menu-box:nth-child(9) {
	top: 24px;
	left: 24px;
}

/* Side menu */
.side-menu {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;

	z-index: 9;
	/*padding: var(--space-3xl);*/
}

/* Side Menu Animation */
/* .ticket-buttons {
display: none;
} */

.side-menu-content-inner .menu {
	flex-direction: column;
	padding-inline-start: 0;
}

/* Make sub menus open by default in mobile menu */
.side-menu-content-inner .menu-item-has-children .sub-menu {
	position: relative;
	top: auto;
	left: auto;
	transform: none;
	width: 100%;
	display: block !important;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	padding: 0;
	border: none;
	background: none;
}

/* Indent sub menu links in mobile menu */
.side-menu-content-inner .sub-menu li {
	position: relative;
	left: 0;
	opacity: 1;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	padding-left: 1.5rem;
	transition: none;
	transition-delay: 0s;
}

/* Remove decorative elements from sub menus in mobile */
.side-menu-content-inner .sub-menu:after,
.side-menu-content-inner .sub-menu:before {
	display: none;
}

.side-menu {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	min-height: 100vh;
	background: rgba(0, 0, 0, 0.9);
	z-index: 1000;
	clip-path: circle(0% at 100% 0);
	overflow-y: auto;
	overflow-x: hidden;
	transition: clip-path 0.5s ease-in-out;
	z-index: 9999;
}

.side-menu.active {
	clip-path: circle(150% at 100% 0);
}

.side-menu-content {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.menu-close {
	position: absolute;
	top: 0.7rem;
	right: 0.7rem;
	width: 40px;
	height: 40px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	z-index: 1001;
}

.menu-close .menu-box {
	background-color: var(--clr-primary);
	height: 4px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform-origin: center;
	transition: all 0.3s ease-in-out;
}

.menu-close .menu-box:first-child {
	transform: translateY(-50%) rotate(45deg);
}

.menu-close .menu-box:last-child {
	transform: translateY(-50%) rotate(-45deg);
}

.menu-close:hover .menu-box {
	background-color: var(--clr-white);
}

/* .side-menu-content-inner {
padding: 2rem;
} */

.side-menu li a,
.side-menu li button {
	font-size: var(--fs-700) !important;
}

/* Menu Toggle Button */
.menu-toggle {
	/* display: none; */
	cursor: pointer;
	z-index: 1001;
}

@media (max-width: 768px) {
	.menu-toggle {
		display: block;
	}

	.main-navigation .menu {
		display: none;
	}

	.top-bar a {
		font-size: 0.6rem;
	}
}

/* Menu Box Animation */
/* .menu-box {
display: block;
width: 20px;
height: 2px;
background: #000;
margin: 4px 0;
transition: all 0.3s ease;
} */

/* .menu-toggle.active .menu-box:nth-child(1) {
transform: translateY(6px) rotate(45deg);
}

.menu-toggle.active .menu-box:nth-child(2) {
opacity: 0;
}

.menu-toggle.active .menu-box:nth-child(3) {
transform: translateY(-6px) rotate(-45deg);
} */

/* Show sub-menu when parent is clicked */
/* Override hidden attribute when menu is active so animations work */
.menu-item-has-children.active .sub-menu {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	display: block !important; /* Override hidden attribute's display: none */
}

/* Submenu items styles */
.menu-item-has-children .sub-menu li {
	position: relative;
	left: 50px;
	opacity: 0;
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	transition: all 0.7s ease-in-out;
	/* Base delay to wait for container animation */
	--base-delay: 0.7s;
	/* Stagger delay for each item */
	--stagger-delay: calc(var(--index) * 0.1s);
	/* Total delay is base + stagger */
	transition-delay: calc(var(--base-delay) + var(--stagger-delay));
}

/* Show submenu items when parent is active */
.menu-item-has-children.active .sub-menu li {
	left: 0;
	opacity: 1;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

/* Closing animation - items animate out first */
.menu-item-has-children:not(.active) .sub-menu li {
	left: 50px;
	opacity: 0;
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	/* Reverse the stagger for closing */
	--reverse-index: calc(5 - var(--index));
	--stagger-delay: calc(var(--reverse-index) * 0.1s);
	transition-delay: var(--stagger-delay);
}

/* Container closes after items */
.menu-item-has-children:not(.active) .sub-menu {
	transition-delay: 0.8s;
}

@media (min-width: 1200px) {
	.menu-toggle {
		display: none;
	}

	/* .menu-item-has-children .sub-menu {
	width: 300px;
} */
}
.sub-menu {
	width: 300px !important;
}

@media (min-width: 768px) {
	.cta-mobile {
		display: none;
	}
}

@media (max-width: 1199px) {
	/*.cta-desktop {
	display: none;
}*/

	/*.header-container {
	flex-direction: column;
	margin-block-start: 1rem;
}
	*/
	.menu-toggle {
		position: absolute;
		right: 1rem;
		top: 1rem;
	}

	.header-container {
		flex-direction: column;
		padding-block: 1rem;
		align-items: center;
	}

	.top-bar {
		margin-block-end: 0 !important;
		padding-block: 1rem !important;
	}

	.top-bar-container {
		justify-content: flex-start;
	}

	.top-bar-container ul {
		padding-inline-start: 0 !important;
	}

	.site-branding img {
		top: 0rem;
		margin-bottom: 0.5rem;
	}

	.cta-and-menu-icon .menu-toggle {
		margin-left: auto;
	}

	.cta-mobile {
		width: 70%;
		align-self: flex-start;
		font-size: 0.7rem;
	}

	.cta-mobile a {
		font-size: inherit;
	}

	.sub-menu {
		width: 300px !important;
	}

	.side-menu-content {
		height: auto;
	}

	.cta-and-menu-icon {
		gap: 1rem;
		flex-direction: column;
		justify-content: flex-start;
	}

	/* .cta-mobile {
	width: 100%;
} */
}
/* css made by komal on 29 sep */
@media (max-width: 768px) {
	.cta.cta-desktop {
		display: flex;
		flex-direction: column;
		align-items: stretch; /* makes them take full width */
		gap: 10px; /* space between links */
	}

	.cta.cta-desktop a {
		display: block;
		text-align: center; /* keeps text centered */
	}
	.mobile-only {
		display: block;
		color: #fff;
	}
}
/* Hide by default */
a.mobile-only {
	display: none;
	color: #fff;
}
@media (min-width: 1025px) {
	#floating-btn {
		position: fixed;
		top: 50%;
		right: 2px;
		transform: translateY(-50%);
		width: 140px;
		height: 40px;
		background-color: #6d2d35;

		cursor: pointer;
		z-index: 9999;

		display: flex;
		align-items: center;
		justify-content: center;

		opacity: 0;
		transition:
			opacity 0.5s ease,
			transform 0.5s ease;
	}

	#floating-btn a {
		display: flex;
		align-items: center;
		justify-content: center;
		text-decoration: none;
		color: #fff;
		font-weight: bold;
		font-size: 14px;
		width: 100%;
		height: 100%;
	}

	#floating-btn a img {
		max-height: 24px; /* adjust image size */
		margin-right: 6px; /* space between image and text */
	}

	#floating-btn.show {
		opacity: 1;
		transform: translateY(-50%);
	}

	#floating-btn.hidden {
		opacity: 0;
		transform: translateY(-40%);
		pointer-events: none;
	}
}
/* css made by komal on 29 sep */
@media (max-width: 768px) {
	.cta.cta-desktop {
		display: flex;
		flex-direction: row;
		align-items: stretch; /* makes them take full width */
		gap: 10px; /* space between links */
		justify-content: center;
	}

	.cta.cta-desktop a {
		display: block;
		text-align: center; /* keeps text centered */
	}
	.mobile-only {
		display: block;
	}
}
/* Hide by default
.mobile-only {
display: none;
}  */
/* Only show on desktop */
#floating-btn {
	position: fixed;
	top: 400px;
	right: 2px;
	transform: translateY(-50%);
	width: 140px;
	height: 40px;
	background-color: #6d2d35;

	cursor: pointer;
	/* z-index: 9999; */
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;

	opacity: 1;
	transition:
		opacity 0.5s ease,
		transform 0.5s ease;
}

#floating-btn a {
	font-family: var(--font-body-secondary);
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	width: 100%;
	height: 100%;
	display: flex;
}

#floating-btn a img {
	max-height: 29px; /* adjust image size */
	margin-right: 11px; /* space between image and text */
}

#floating-btn.show {
	opacity: 1;
	transform: translateY(-50%);
}

#floating-btn.hidden {
	opacity: 0;
	transform: translateY(-40%);
	pointer-events: none;
}
@media screen and (max-width: 1199px) {
	.site-header .menu-toggle:hover .menu-box:nth-child(1),
	.site-header .menu-toggle:hover .menu-box:nth-child(4),
	.site-header .menu-toggle:hover .menu-box:nth-child(7) {
		left: 0px;
	}
	.site-header .menu-toggle:hover .menu-box {
		background-color: var(--clr-primary) !important;
		height: 10px;
	}
	.site-header .menu-toggle:hover .menu-box:nth-child(3),
	.site-header .menu-toggle:hover .menu-box:nth-child(6),
	.site-header .menu-toggle:hover .menu-box:nth-child(9) {
		left: 24px;
	}

	.menu-item-has-children > button {
		display: none !important;
	}

	.site-branding img {
		width: 75px;
	}

	.side-menu-content-inner {
		height: 100vh;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}

	.side-menu-content-inner .sub-menu li {
		padding-inline-start: 0 !important;
	}

	.side-menu li a,
	.side-menu li button,
	.side-menu-content-inner h3{
		font-size: clamp(1.1rem, 0.5571rem + 2.7143vw, 3rem) !important;
		padding-block: 0.4rem;
	}

	.side-menu li {
		margin-bottom: 0.5rem;
	}

	.menu .active {
		border-bottom: none !important;
	}

	.sub-menu li:not(:first-child) {
		padding-inline-start: 1rem !important;
	}

	.sub-menu li:not(:first-child)::before {
		content: "-";
		display: inline-block;
		position: absolute;
		left: 0;
		top: 50%;
		color: var(--clr-primary);
		transform: translateY(-50%);
	}

	.sub-menu {
		width: 100% !important;
	}

	.side-menu {
		padding-inline: 1rem !important;
	}

	.mobile-menu-events--container,
	.mobile-menu-venue--container{
		margin-left: 0;
	}

	.mobile-the-venue{
		width: 100%;
	}

	.mobile-menu-events--container,
	.menu-mobile-menu-venue-container{
		border-bottom: 1px solid #b8860b;
		margin-bottom: 2rem;
		padding-bottom: 1rem;
	}
	
	/*.mobile-menu-events--container{
		display: none;
	}*/

	.mobile-menu-events--container ul
	{
		margin-top: 0 !important;
	}

	.mobile-menu-events--container p{
		margin-bottom: 0;
	}

	.mobile-menu-events--container p{
		color: #b8860b;
	}

	#menu-item-3633 a:after{
		content: " (1 ticket, 3 experiences)";
		font-size: 60%;
		color: #b8860b;
	}

	.cta-desktop{
		width: 100%;
	}
}



@media (max-width: 767px) {
	.gap-xl {
		gap: 0 !important;
	}
	#floating-btn {
		top: auto;
		bottom: 4rem;
	}

	.side-menu li a,
	.side-menu li button {
		/* font-size: clamp(0.7rem, 0.08rem + 3.0999vw, 2rem) !important; */
		padding-block: 0 !important;
	}

	.slider-video, .lp-hero__image, .slider-image img, .slider-wrapper{
		aspect-ratio: 1/1;
	}


}

.hide-menu-item {
	display: none;
}

header .btn-primary {
	animation: ticketStepPulse 2s ease-in-out infinite;
}

@keyframes ticketStepPulse {
	0% {
		transform: scale(1);
		opacity: 1;
	}

	50% {
		transform: scale(1.04);
		opacity: 0.95;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

.ebp-chatbot{
	top: auto !important;
	bottom: 2rem !important;
}

