.container_video {
	height: 120vh;
	position: relative;
	min-height: 900px;
	background: #bfbcce;
}

/******************new animation******************/
.imagemnt.top {
	background: url(../images/mntbg.png) no-repeat center center;
	width: 100%;
	height: auto;
	text-align: center;
	background-size: cover;
	position: relative;
}

.insidemnt {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

.textsmnt {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	color: #fff;
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-family: "Sora";
	font-style: normal;
	font-weight: 400;
	font-size: min(2.5rem, 2vw);
	text-transform: uppercase;
	line-height: 1.6;
}

.animate .text.mnt1 {
	left: 6%;
	animation: rise 2s ease-in-out forwards;
}

.animate .text.mnt2 {
	left: 20%;
	animation: rise2 2s ease-in-out forwards;
	animation-delay: 1s;
}

.animate .text.mnt3 {
	left: 50.5%;
	animation: rise_peak 2s ease-in-out forwards;
	animation-delay: 4s;
}

.animate .text.mnt4 {
	left: 74.7%;
	animation: rise3 2s ease-in-out forwards;
	animation-delay: 3s;
}

.animate .text.mnt5 {
	left: 86.3%;
	animation: rise4 2s ease-in-out forwards;
	animation-delay: 2s;
}

.textsmnt .text {
	display: inline-block;
	position: absolute;
	bottom: 0%;
	background-image: linear-gradient(#ffffff, #ffffff);
	background-size: 3px 80%;
	background-repeat: no-repeat;
	background-position: 50% bottom;
	height: 29%;
	text-wrap-mode: nowrap;
	width: 3px;
}

.textsmnt .text:after {
	content: attr(text);
	top: 0;
	transform: translateX(-50%);
	position: absolute;
}

@keyframes rise {
	0% {
		bottom: 0%;
	}

	100% {
		bottom: 42%;
	}
}

@keyframes rise2 {
	0% {
		bottom: 0%;
	}

	100% {
		bottom: 32%;
	}
}

@keyframes rise3 {
	0% {
		bottom: 0%;
	}

	100% {
		bottom: 42%;
	}
}

@keyframes rise4 {
	0% {
		bottom: 0%;
	}

	100% {
		bottom: 32%;
	}
}

@keyframes rise_peak {
	0% {
		bottom: 0%;
	}

	100% {
		bottom: 55%;
	}
}

/******************new animation end******************/
body[data-theme="day_theme"] .container_video:after {
	content: "";
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #bfbcce 91.75%);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 15rem;
	pointer-events: none;
}

.container_video video {
	min-height: 900px;
}

.ticket_button {
	position: absolute;
	height: 100vh;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	top: 0;
	left: 0;
	padding-left: 5%;
	z-index: 6;
}

.ticket_button_right {
	position: absolute;
	height: 100vh;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	top: 0;
	right: 0;
	padding-left: 5%;
	z-index: 6;
	animation: blinker 2s linear infinite;
}

.ticket_button_normal {
	animation: blinker 2s linear infinite;
	align-content: center;
	text-align: center;
	display: flex;
	align-items: center;
	flex-direction: column;

}

.ticket_button_normal .btn.btn_circle {
	font-size: var(--default-title-size);
}

.blackfont .btn.btn_circle {
	background: var(--black_gradient);
	background-repeat: no-repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bolder;
	padding-bottom: 50px;
}

.blackfont .btn.btn_circle::after {
	content: " ";
	background: url("../images/arrow_circle_black.svg");
	background-repeat: no-repeat;
	background-size: contain;
	width: 5.8rem;
	height: 4.7rem;
	display: inline-block;
	margin-left: 2.5rem;
	margin-right: -1px;
}

.modal-backdrop.show {
	opacity: .2 !important;
	z-index: -1;
}

@keyframes blinker {
	50% {
		opacity: 0;
	}
}

#popupFlyer .modal-dialog {
	/* position: absolute;*/
	top: 100px;
	/* bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%); */
}

.pop-up_hp_wrapper {
	/* position: sticky; */
	top: 100px;
	/* bottom: 0; */
	/* left: 0; */
	/* right: 0; */
	/* width: 100vw; */
	height: 100%;
}

.container_counter {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	position: absolute;
	bottom: 100px;
	height: 100vh;
	width: 100%;
}

.days_only_mobile {
	display: none;
	margin: 3.8rem 0;
}

.one_day_mobile {
	display: none;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.one_day_mobile.selected {
	display: flex;
}

.container_counter .over_video_text h1 {
	font-family: "Acta Display";
	font-style: normal;
	font-weight: 400;
	font-size: 15rem;
	line-height: 1.3;
	/* or 133% */
	text-align: center;
	text-transform: uppercase;

	background: linear-gradient(75deg, #09c8a9 35%, #e862eb 80%);

	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;

	mix-blend-mode: normal;
}

.count_down {
	font-family: "Acta Display";
	font-style: normal;
	font-weight: 400;
	font-size: 7rem;
	line-height: 1;
	/* or 71% */
	text-align: center;
	text-transform: uppercase;

	background: linear-gradient(90deg, #e862eb -20%, #09c8a9 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;

	mix-blend-mode: normal;
}

#newsletterphase2,
#contact {
	padding: 5rem 0 10rem 0;
}

#footer {
	background: #344248;
	padding: 14rem 0 5rem 0;
}

#footer .container {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 5%;
}

.footer_text p {
	color: #09c8a9;
	font-family: "Sora";
	font-style: normal;
	font-weight: 100;
	font-size: 1.8rem;
	line-height: 1.6;
}

.footer_text p a,
.footer_text a {
	text-decoration: none;
	color: #09c8a9;
	font-family: "Sora";
	font-size: 1.8rem;
	line-height: 1.6;
	font-weight: 100;
}

.footer_text p strong a,
.footer_text strong a {
	font-weight: 600;
}

.footer-col4 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.social_icons svg,
.social_container svg {
	transition: all 0.4s;
	border-radius: 50%;
}

.social_icons svg circle,
.social_container svg circle {
	stroke: var(--green);
}

.social_icons svg:hover,
.social_container svg:hover {
	color: #000;
	background-color: var(--green);
}

.social_icons svg:hover path,
.social_container svg:hover path {
	transition: all 0.4s;
}

.social_icons svg:hover path,
.social_container svg:hover path {
	transform-origin: center;
	transform-box: border-box;
	scale: 1.3;
}

.social_icons {
	max-width: 190px;
	/* margin-bottom: 1.5rem; */
}

.social_icons a {
	margin-right: 3rem;
	/* margin-bottom: 3rem; */
	display: inline-block;
}

.footer_menu li a:hover,
.footer_menu li a.active {
	color: #ffffff;
}

.round_buttons p.button_parent {
	/* width: 194px;
	height: 194px;
	border-radius: 50%;
	border: 2px solid #cdecde;
	display: flex;
	justify-content: center;
	align-items: center; */
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	background: transparent;
	border: 0;
	color: var(--bs-nav-link-color);
}

.round_buttons p.button_parent .custom_btn,
.nav-tabs button.nav-link {
	width: 194px;
	height: 194px;
	border-radius: 50%;

	display: flex;
	justify-content: center;
	align-items: center;

	font-family: "Sora";
	font-style: normal;
	font-weight: 400;
	font-size: 2.5rem;
	line-height: 1;

	text-align: center;
	text-transform: uppercase;

	background: var(--red_green_gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;

	mix-blend-mode: normal;
}

.round_buttons p.button_parent .custom_btn:hover,
.nav-tabs button.nav-link:hover,
.nav-tabs .nav-link.active {
	border: 1px solid #09c8a9;
	background: linear-gradient(88.29deg, #000 7.7%, #000 91.75%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

body[data-theme="night_theme"] .round_buttons p.button_parent .custom_btn:hover,
body[data-theme="night_theme"] .nav-tabs button.nav-link:hover,
body[data-theme="night_theme"] .nav-tabs .nav-link.active {
	border: 1px solid #09c8a9;
	background: var(--red_green_gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

div#nav-tab {
	border: 0;
	display: flex;
	max-width: 600px;
	justify-content: space-evenly;
	margin: 0 auto;
}

.round_buttons .cell_1_3:nth-child(1) p.button_parent {
	display: flex;
	justify-content: end;
}

.round_buttons .cell_1_3:nth-child(2) p.button_parent {
	display: flex;
	justify-content: center;
}

.round_buttons .cell_1_3:nth-child(3) p.button_parent {
	display: flex;
	justify-content: start;
}

.round_buttons .cell_1_3:nth-child(1) p.button_parent a {
	background: linear-gradient(90deg, #e862eb 10%, #09c8a9 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	padding-left: 4rem;
	padding-right: 4rem;
}

.round_buttons .cell_1_3:nth-child(2) p.button_parent a {
	background: linear-gradient(90deg, #e862eb 30%, #09c8a9 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	padding-left: 4rem;
	padding-right: 4rem;
}

.round_buttons .cell_1_3:nth-child(3) p.button_parent a {
	background: linear-gradient(90deg, #e862eb 35%, #09c8a9 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	padding-left: 4rem;
	padding-right: 4rem;
}

#index .round_buttons .cell_1_3:nth-child(1) p.button_parent a,
#index .round_buttons .cell_1_3:nth-child(2) p.button_parent a,
#index .round_buttons .cell_1_3:nth-child(3) p.button_parent a,
#hp .round_buttons .cell_1_3:nth-child(1) p.button_parent a,
#hp .round_buttons .cell_1_3:nth-child(2) p.button_parent a,
#hp .round_buttons .cell_1_3:nth-child(3) p.button_parent a {
	border: 1px solid #09c8a9;
}

#index .round_buttons p.button_parent .custom_btn:hover,
#index .nav-tabs button.nav-link:hover,
#index .nav-tabs .nav-link.active,
#hp .round_buttons p.button_parent .custom_btn:hover,
#hp .nav-tabs button.nav-link:hover,
#hp .nav-tabs .nav-link.active {
	background: linear-gradient(88.29deg, #000 7.7%, #000 91.75%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	/*border: 1px solid #000;*/
}

.nav-tabs button.nav-link:hover,
.nav-tabs .nav-link.active {
	border: 1px solid #09c8a9;
	background: linear-gradient(88.29deg, #000 7.7%, #000 91.75%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

body[data-theme="night_theme"] #index .round_buttons p.button_parent .custom_btn:hover,
body[data-theme="night_theme"] #index .nav-tabs button.nav-link:hover,
body[data-theme="night_theme"] #index .nav-tabs .nav-link.active,
body[data-theme="night_theme"] #hp .round_buttons p.button_parent .custom_btn:hover,
body[data-theme="night_theme"] #hp .nav-tabs button.nav-link:hover,
body[data-theme="night_theme"] #hp .nav-tabs .nav-link.active {
	background: linear-gradient(88.29deg, #fff 7.7%, #fff 91.75%) !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	background-clip: text !important;
}

.round_buttons {
	padding: 10rem 0 14rem 0;
}

body[data-theme="day_theme"] .backgroundhover {
	background: linear-gradient(180deg, #bfbcce 0%, #fff 42.55%) !important;
	/*background: linear-gradient(180deg, #bfbcce 0%, #fff 13.75%) !important;*/
	/*background: url(../images/day_gradient.png) repeat-x top center #fff;*/
}

body[data-theme="day_theme"] #hp .backgroundhover,
body[data-theme="day_theme"] #index .backgroundhover {
	background: linear-gradient(180deg, #bfbcce 0%, #fff 70.55%) !important;
	/*background: linear-gradient(180deg, #bfbcce 0%, #fff 13.75%) !important;*/
	/*background: url(../images/day_gradient.png) repeat-x top center #fff;*/
}

body[data-theme="day_theme"].menu_opened .logo_power img,
body[data-theme="day_theme"].menu_opened .logo_text img {
	filter: invert(1) grayscale(1);
}

body[data-theme="day_theme"] .logo_power img :has(:not(.hide_logo)) {
	transition-delay: 1s;
}

body[data-theme="night_theme"] .round_buttons {
	/* background: linear-gradient(180deg, #344248 0%, #344248 61.75%); */
	background: transparent;
}

body[data-theme="night_theme"] .mirror_far p {
	color: #fff;
}

body[data-theme="day_theme"] .marqee_mini_container * {
	color: #344248;
}

body[data-theme="night_theme"] .marqee_mini_container * {
	color: #fff;
}

.marqee_container_1,
.marqee_container_2,
.marqee_container_3 {
	display: flex;
	align-items: center;
	flex-direction: row;
}

.marqee_item_container {
	/* min-width: fit-content;
	max-width: fit-content; */
	margin: 0;
	display: flex;
	align-items: center;
	flex: 0 0 auto;
}

.marqee_item_container>.marqee_title {
	font-size: 15rem;
	line-height: 1.1;
	font-weight: 400;
	font-family: "Acta Display";
	text-transform: uppercase;
	padding: 0rem 1rem 0 5rem;
	white-space: nowrap;
}

.marqee_item_container:nth-child(2n + 1)>.marqee_title {
	background: var(--green_red_gradient);
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.marqee_item_container:nth-child(2n + 2)>.marqee_title {
	background: var(--red_green_gradient);
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.marqee_item_container picture {
	position: absolute;
	z-index: 10000000;
	/* width: 250px; */
	height: 300px;
	object-fit: contain;
	transform: translateY(-50%);
	top: 50%;
	pointer-events: none;
}

.marqee_item_container .multiple_artists {
	position: absolute;
	z-index: 10000000;
	/* width: 250px; */
	height: 300px;
	object-fit: contain;
	transform: translateY(-50%);
	top: 50%;
	pointer-events: none;
	display: flex;
	justify-content: center;
	width: 100%;
	gap: 15px;
}

.marqee_item_container .multiple_artists picture {
	position: relative;
	min-width: 100px;
	max-width: 200px;
}

/* .marqee_item_container:hover .marqee_title {
	opacity: 1;
	filter: grayscale(1);
} */
.marqee_item_container:nth-child(2n + 1):hover>.marqee_title {
	background: var(--red_green_gradient);
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.marqee_item_container:nth-child(2n + 2):hover>.marqee_title {
	background: var(--green_red_gradient);
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.marqee_mini_container * {
	color: #fff;
}

/* .marqee_mini_container {
	padding: 0;
	position: relative;
	opacity: 0;
	visibility: hidden;
	width: 0;
	transition: all 0.35s;
	height: 13rem;
} */

.marqee_mini_container {
	position: absolute;
	/* width: 100%; */
	top: 0;
	height: 13.2rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 0.8rem 3rem 1rem 5rem;
	transition: all 0.35s;
	/* overflow: hidden; */
	opacity: 0;
	visibility: hidden;
	width: 100%;
}

.marqee_mini_container h3,
.marqee_mini_container p {
	display: none;
}

.marqee_item_container:hover .marqee_mini_container {
	opacity: 1;
	visibility: visible;
	transition: all 0.35s;
	/* top: 0;
	height: 12rem; */
}

.marqee_item_container:before {
	content: "";
	width: 40px;
	height: 100%;
	/* border-left: 2px solid #424242; */
	background: url(../images/slash.svg) no-repeat left center;
	position: absolute;
	top: 0;
	/* right: -4rem; */
	left: 0;
	bottom: 0;
	/* transform: rotate(16deg); */
}

.marqee_mini_container:after {
	content: "";
	width: 3px;
	height: 100%;
	/* border-left: 2px solid #424242; */
	position: absolute;
	top: 0;
	left: 2.3rem;
	bottom: 0;
	transform: rotate(16deg);
}

.marquee_small_text_first {
	font-family: "Sora";
	font-weight: 200;
	color: #ffffff;
	font-size: 1.8rem;
	padding-bottom: 0.5rem;
}

.marquee_small_text {
	font-family: "Sora";
	font-weight: 200;
	color: #ffffff;
	font-size: 1.8rem;
}

.marqee_mini_container h3 {
	font-family: "Acta Display";
	font-size: 5rem;
	font-weight: 400;
}

.marquee-content {
	display: flex;
	/* animation: 20s linear infinite scrolling; */
	z-index: 1;
	position: relative;
}

.marquee-content:hover,
.marquee-content-reverse:hover {
	animation-play-state: paused;
}

.marqee_item_container,
.marquee-item-reverse {
	flex: 0 0 fit-content
		/*77vw*/
	;
	/* margin: 0 1vw; */
	position: relative;
	cursor: pointer;
}

@keyframes scrolling {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translatex(-500vw);
	}
}

.marquee-content-reverse {
	display: flex;
	/* animation: 20s linear infinite reverse scrolling_reverse; */
	z-index: 1;
	position: relative;
}

@keyframes scrolling_reverse {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translatex(-162vw);
	}
}

#index .mountain_bg .container {
	max-width: 100%;
	overflow: hidden;
	padding: 0;
}

.mountain_bg .container {
	max-width: 100%;
	/* overflow: hidden; */
	padding: 0;
}

.scrolling_gallery.mountain_bg .container {
	overflow: hidden;
}

.mountain_bg .container .row>* {
	padding-left: 0;
	padding-right: 0;
}

div#nav-tabContent {
	padding: 100px 0;
}

.mountain_bg .button_parent {
	max-width: 310px;
	margin: 5rem auto 15rem auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.mountain_bg .button_parent .custom_btn {
	font-size: 3rem;
	background: linear-gradient(90deg, #09c8a9 0%, #e862eb 60%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	font-family: "Sora";
	font-weight: 400;
	text-transform: uppercase;
	align-self: center;
	display: flex;
	align-items: center;
}

/* .mountain_bg .button_parent .custom_btn::after {
	content: " ";
	background: url(../images/arrow_circle.svg) no-repeat;
	background-size: contain;
	width: 10.5rem;
	height: 8.5rem;
	display: inline-block;
	margin-left: 5rem;
} */

.oops_404 .mountain_bg .container {
	max-width: 1170px;
	overflow: hidden;
	/* padding-bottom: 25rem; */
	padding: 25rem 1rem 25rem 1rem !important;
}

body[data-theme="day_theme"] .oops_404 .mountain_bg {
	background: url(../images/white_mountain_2.png) no-repeat center center;
	padding-top: 00rem;
	position: relative;
	background-size: cover;
	aspect-ratio: 36 / 23;
	padding-bottom: 0;
}

body[data-theme="day_theme"] .oops_404 .mountain_bg:after {
	content: "";
	background: var(--forofor-gradient-themed);
	width: 100%;
	height: 400px;
	position: absolute;
	bottom: 0;
}

.zoom_with_button .flex_container {
	align-items: center;
}

.area1 .button_parent a {
	font-size: 5rem;
	line-height: 1;
	background: var(--red_green_gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	text-align: left;
	font-weight: 400;
	text-transform: uppercase;
	align-self: center;
	display: flex;
	align-items: center;

	font-family: "Acta Display";
}

.area1 .button_parent a {
	justify-content: space-between;
}

.area1 .button_parent a::after {
	content: " ";
	background: url(../images/arrow_circle.svg) no-repeat right center;
	background-size: contain;
	width: 10.5rem;
	height: 8.5rem;
	display: inline-block;

}

.area2 .button_parent a {
	align-self: center;
	display: flex;
	align-items: center;
}

.area2 .button_parent a span {
	font-size: 5rem;
	line-height: 1;
	background: linear-gradient(90deg, #e862eb 30%, #09c8a9 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-family: "Acta Display";
	text-align: right;
	font-weight: 400;
	text-transform: uppercase;
	padding-left: 5rem;
}

.area2 .button_parent a::before {
	content: " ";
	background: url(../images/arrow_circle.svg) no-repeat left center;
	background-size: contain;
	width: 10.5rem;
	height: 8.5rem;
	display: inline-block;
	margin-left: 0rem;
}

.area1 .cell_1_2,
.area2 .cell_1_2 {
	margin: 20px;
	min-width: calc(50% - 40px);
	max-width: calc(50% - 40px);
}

.area1 {
	margin-bottom: -9%;
}

.area1 h2,
.area2 h2 {
	display: none;
}

.footer_logo_cont img {
	width: 100%;
	max-width: 260px;
}

.footer-col1 {
	padding-right: 2rem;
}

.area2 .button_parent a {
	text-decoration: none;
}

.mirror_content .container {
	max-width: 100%;
	margin-left: auto;
	margin-right: 0;
	padding-right: 0;
}

.container_counter .languages_cont {
	display: none;
}

.elec_view {
	padding: 0 3rem 1rem 3rem;
}

.music_view {
	padding: 0 3rem 7rem 3rem;
}

.box_background {
	position: relative;
}

.box_background .box_caption {
	position: absolute;
	top: 0;
}

.box_tickets .full-height {
	position: relative;
}

.box_tickets .img_cont+p {
	position: absolute;
	top: 0;

	font-size: 12rem !important;
	line-height: 1 !important;
	font-family: "Acta Display";
	font-weight: 400;
	font-size: var(--default-title-size);
	margin: 0;
	padding: 0rem;
	background: var(--green_red_gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
	letter-spacing: -2px;
}

.max-width-850 .container {
	max-width: 850px;
}

.custom_btn.btn-purple {
	font-size: 3rem;
	line-height: 1.3;
	background: var(--red_green_gradient);
	background-repeat: no-repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: right;
	font-weight: 400;
	text-transform: uppercase;
    display: flex;
    align-items: center;
    height: 8.5rem;
    /* width: 25.4rem; */
	width: auto;
}
.custom_btn.btn-purple::before {
    content: " ";
    background: url(../images/circle-green.svg) no-repeat;
    position: absolute;
    width: 8.5rem;
    height: 8.5rem;
    right: 0.5rem;
    transition: transform 0.6s;
    transform: translate(0px, -50%);
    top: 50%;
}
.custom_btn.btn-purple::after {
	content: " ";
    background: url(../images/arrow_only.svg) no-repeat;
    position: absolute;
    width: 8.0rem;
    height: 5.1rem;
    transition: transform 0.6s;
    transform: translate(0px, -50%);
    top: 50%;
    right: 35px;
}
.custom_btn.btn-purple:hover{
	background: var(--green_red_gradient);
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.custom_btn.btn-purple:hover::before {
    background-color: var(--background-text-color-start);
    border-radius: 50%;
}
.custom_btn.btn-purple:hover::after {
    transform: translate(70px, -50%);
    transition: transform background-color 0.6s;
}

#hotelpackages .custom_btn.btn-purple{
    width: 26.4rem;

}


.align_right .button_parent {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding-right: 10rem;
}

.box_tickets .img_cont {
	position: relative;
}

.box_tickets .caption {
	position: absolute;
	top: 0rem;
	font-size: 12rem;
	text-transform: uppercase;
	font-family: "Acta Display", sans-serif;
	background: var(--green_red_gradient);
	background-repeat: no-repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.box_tickets .flex_container {
	align-items: center;
}

.box_tickets h3 {
	font-family: "Sora", sans-serif;
	font-weight: normal;
	font-size: 2.5rem;
	background: var(--red_green_gradient);
	background-repeat: no-repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.box_tickets p {
	font-family: "Sora", sans-serif;
	font-weight: 200;
	font-size: 1.8rem;
	color: var(--white);
	padding-top: 1rem;
}

.box_tickets .cell_1_2:nth-child(1) {
	max-width: 48%;
	min-width: 48%;
}

.box_tickets:last-child {
	padding-bottom: 10rem;
}

.box_tickets .img_cont {
	position: relative;
}

.box_tickets .caption {
	position: absolute;
	top: 0rem;
	font-size: 12rem;
	text-transform: uppercase;
	font-family: "Acta Display", sans-serif;
	background: var(--green_red_gradient);
	background-repeat: no-repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.box_tickets .flex_container {
	align-items: center;
}

.box_tickets h3 {
	font-family: "Sora", sans-serif;
	font-weight: normal;
	font-size: 2.5rem;
	background: var(--red_green_gradient);
	background-repeat: no-repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.box_tickets p {
	font-family: "Sora", sans-serif;
	font-weight: 200;
	font-size: 1.8rem;
	color: var(--white);
	padding-top: 1rem;
}

.box_tickets .cell_1_2:nth-child(1) {
	max-width: 48%;
	min-width: 48%;
}

.box_tickets:last-child {
	padding-bottom: 10rem;
}

.box_hotels .img_cont,
.box_hotels .full-height {
	position: relative;
	height: 100%;
}

.box_hotels .caption {
	position: absolute;
	width: 100%;
	padding: 0 1rem;
	bottom: 2.4rem;
	font-size: 1.8rem;
	text-transform: capitalize;
	font-family: "Sora", sans-serif;
	font-weight: 600;
	color: var(--white);
	text-align: center;
}

.box_hotels .flex_container {
	align-items: stretch;
}

.box_hotels .full-height {
	height: 100%;
	min-height: 100%;
}

.box_hotels .cell_1_2:nth-child(1) .full-height,
.box_hotels.tickets_reversed .cell_1_2:nth-child(1) .full-height {
	display: flex;
	flex-direction: column;
}

.box_hotels .full-height p:last-child {
	align-self: flex-end;
	justify-self: flex-end;
	align-self: flex-end;
	align-content: end;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
}
.about_button .full-height p{
	align-self: flex-end;
	justify-self: flex-end;
	align-self: flex-end;
	align-content: end;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
}

.box_hotels .img_cont:before {
	content: "";
	background: rgb(127, 127, 127);
	background: linear-gradient(180deg, rgba(127, 127, 127, 1) 0%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 1) 82%, rgba(127, 127, 127, 1) 100%);
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	opacity: 0.3;
	pointer-events: none;
}

.box_hotels ul li {
	list-style-type: square;
	list-style-position: inside;
	padding: 0 0 0 0.5rem;
	font-size: 1.8rem;
	font-weight: 200;
	font-family: "Sora", sans-serif;
	color: var(--list-text-color);
}

.box_hotels h3 {
	font-family: "Sora", sans-serif;
	font-weight: normal;
	font-size: 2.5rem;
	background: var(--red_green_gradient);
	background-repeat: no-repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding-top: 5rem;
}

.box_hotels h2 {
	/* padding-bottom: 0rem; //3rem */
}

.box_hotels p {
	font-family: "Sora", sans-serif;
	font-weight: 200;
	font-size: 1.8rem;
	color: var(--white);
	padding-top: 1rem;
}

.box_hotels p b{
	padding-bottom: 1rem;
	display: block;
}

.box_hotels_intro p {
	font-family: "Sora", sans-serif;
	font-weight: 200;
	font-size: 1.8rem;
	color: var(--green);
	padding-top: 1rem;
}

.box_hotels .small_text_over {
	font-family: "Acta Display", sans-serif;
	font-size: 2.5rem;
	color: var(--white);
}

.box_hotels .cell_1_2:nth-child(1) {
	max-width: 45%;
	min-width: 45%;
}

.box_hotels {
	padding-bottom: 7rem;
}

.box_hotels .img_cont+p {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12rem !important;
	line-height: 1 !important;
	font-family: "Acta Display";
	font-weight: 400;
	font-size: var(--default-title-size);
	margin: 0;
	padding: 0rem;
	color: var(--white);
	text-transform: uppercase;
	letter-spacing: -2px;
}

.align_right.reservations {
	margin-bottom: 6rem;
}

.presenting_partner {
	background-color: #ffffff;
}

.presenting_partner .flex_container {
	background-color: #f6f5f5;
	padding: 9rem 0;
}

.presenting_partner h1 {
	font-size: 7rem;
}

.presenting_partner .img_cont {
	max-width: 430px;
	margin: 5rem auto;
}

.presenting_partner .cell_1_1 {
	min-width: 725px;
	max-width: 725px;
	margin: 0 auto;
}

.partner_title {
	padding: 10rem 0 5rem 0;
}

.parteners_img .img_cont {
	padding: 0 1rem;
}

.parteners_img img {
	object-fit: scale-down;
}

.presenting_partner p {
	font-weight: 300;
}

button.gm-ui-hover-effect {
	outline: none !important;
	box-shadow: none !important;
	display: none !important;
}

.gm-style {
	background: #000 !important;
	box-shadow: 1px #000;
}

.gm-style .gm-style-iw-c {
	font-size: 15px;
}

#maps:focus-visible {
	outline: none;
	box-shadow: none;
}

#contact .mountain_bg .container {
	max-width: 1200px;
	padding: 0 1rem;
}

.index .menu_cont {
	justify-content: flex-end;
}

.index .menu_cont .container_lang_contact {
	margin-right: 0;
}

#partners {
	padding-bottom: 20rem;
	background-color: #ffffff;
}
.main_parteners_img .flex_container,
.other_parteners_img .flex_container{
	justify-content: center;
}
.main_parteners_img .cell_1_1,
.main_parteners_img .cell_1_2,
.main_parteners_img .cell_1_3,
.main_parteners_img .cell_1_4,
.main_parteners_img .cell_1_5,
.main_parteners_img .cell_1_6 {
	display: flex;
	align-items: center;
	min-width: 20%;
	max-width: 20%;
}
.main_parteners_img .cell_1_1:empty,
.main_parteners_img .cell_1_2:empty,
.main_parteners_img .cell_1_3:empty,
.main_parteners_img .cell_1_4:empty,
.main_parteners_img .cell_1_5:empty,
.main_parteners_img .cell_1_6:empty,
.other_parteners_img .cell_1_1:empty,
.other_parteners_img .cell_1_2:empty,
.other_parteners_img .cell_1_3:empty,
.other_parteners_img .cell_1_4:empty,
.other_parteners_img .cell_1_5:empty,
.other_parteners_img .cell_1_6:empty{
	display: none;
}


.other_parteners_img .cell_1_1,
.other_parteners_img .cell_1_2,
.other_parteners_img .cell_1_3,
.other_parteners_img .cell_1_4,
.other_parteners_img .cell_1_5,
.other_parteners_img .cell_1_6,
.other_parteners_img .cell_2_6,
.other_parteners_img .cell_3_6,
.other_parteners_img .cell_2_5,
.other_parteners_img .cell_3_5,
.other_parteners_img .cell_2_3,
.other_parteners_img .cell_2_4 {
	display: flex;
	align-items: center;
	min-width: 16%;
	max-width: 16%;
	justify-content: center;
}

.main_parteners_img .full-height {
	width: 100%;
}

.main_parteners_img .img-responsive img {
	border-radius: 0px;
	width: 100%;
	object-fit: scale-down;
	max-height: 118px;
}

.other_parteners_img .img-responsive img {
	max-height: 70px;
	object-fit: scale-down;
	width: 100%;
}

.other_parteners_img.single .img-responsive img {
	/*max-height: 50px;*/
}

:nth-child(4 of .gm-style > div > div > div > div):last-child>div:nth-child(6) .gm-style-iw-tc {
	/*left: 56px;
	top: -20px;
	transform: translateX(-50%) rotate(0deg);*/

}



:nth-child(4 of .gm-style > div > div > div > div):last-child>div:nth-child(5) .gm-style-iw-tc {
	left: -10px;
	top: -3px;
	transform: translateX(0%) rotate(0deg);
}

:nth-child(4 of .gm-style > div > div > div > div):last-child>div:nth-child(2) .gm-style-iw-tc {
	left: -18px;
	top: -59px;
	transform: translateX(-50%) rotate(180deg);
}

:nth-child(4 of .gm-style > div > div > div > div):last-child>div:nth-child(3) .gm-style-iw-tc {
	left: 0px;
	top: -60px;
	transform: translateX(-50%) rotate(180deg);
}

:nth-child(4 of .gm-style > div > div > div > div):last-child>div:nth-child(4) .gm-style-iw-tc {
	left: 58px;
	top: -27px;
	transform: translateX(-50%) rotate(270deg);
}

:nth-child(4 of .gm-style > div > div > div > div):last-child>div:nth-child(1) .gm-style-iw-tc {
	left: 53px;
	top: -27px;
	transform: translateX(-50%) rotate(270deg);
}

:nth-child(4 of .gm-style > div > div > div > div):last-child>div:nth-child(7) .gm-style-iw-tc {
	left: -70px;
	top: 0px;
	transform: translateX(0%) rotate(0deg);
}


#art :nth-child(4 of .gm-style > div > div > div > div):last-child>div:nth-child(2) .gm-style-iw-tc {
	left: 0px;
	top: 0px;
	transform: none;
}

#art :nth-child(4 of .gm-style > div > div > div > div):last-child>div:nth-child(3) .gm-style-iw-tc {
	left: -137px;
	top: -25px;
	transform: translateX(50%) rotate(87deg);
}


#art :nth-child(4 of .gm-style > div > div > div > div):last-child>div:nth-child(1) .gm-style-iw-tc {
	left: 0px;
	top: 0px;
	transform: none;
}

#art :nth-child(4 of .gm-style > div > div > div > div):last-child>div:nth-child(4) .gm-style-iw-tc {
	left: 81px;
	top: 0px;
	transform: none;
}

.gone_logo .logo {
	padding-top: 10px;
}

.box_hotels .cell_1_2:nth-child(2) p,
.box_hotels.tickets_reversed .cell_1_2:nth-child(1) p,
.box_hotels .cell_1_2:nth-child(2) p a,
.box_hotels.tickets_reversed .cell_1_2:nth-child(1) p a,
.box_hotels .cell_1_2:nth-child(2) a,
.box_hotels.tickets_reversed .cell_1_2:nth-child(1) a {
	color: var(--list-text-color);
}

.box_hotels .img_cont img {
	height: 100%;
	object-fit: cover;
	min-height: 610px;
}

.box_hotels .cell_1_2:nth-child(2),

.box_hotels.tickets_reversed .cell_1_2:nth-child(1) .full-height {
	display: flex;
	flex-direction: column;
}

.logo_plus_tickets {
	display: none;
}

.abs_cutoff {
	position: absolute;
	bottom: 0;
	overflow: hidden;
	background: var(--carousel-gradient-themed);
}

.ticket_button a,
.ticket_buttons a {
	font-family: "Sora", sans-serif;
}

.show_on_desktop_contact {
	display: block;
}

.hide_on_desktop_contact {
	display: none;
}

.download_booklet img {
	/* width: 100%; */
	max-width: 300px;
	margin-top: 70px;
}

.marqee_mini_container img {
	color: #fff;
	object-fit: contain;
	object-position: center;
	height: 100%;
}

.nopic-ticketbox .full-height {
	text-align: center;
}

.nopic-ticketbox .button_parent {
	margin: 0 auto;
}

#popupFlyer {
	background: rgb(0 0 0 / 80%);
	--bs-modal-width: 620px;
}

#popupFlyer .modal-content {
	background-color: transparent;
	border: 0;
	padding: 0;
}

#popupFlyer .modal-header {
	border: 0;
	padding: 0;
}

#popupFlyer .modal-body {
	padding: 0;
	text-align: center;
}

#popupFlyer .modal-header .btn-close {
	font-size: 23px;
	color: #ffffff !important;
	--bs-btn-close-color: #ffffff !important;
}

#popupFlyer .modal-body img {
	max-height: 90vh;
}

body.is-home ul.nav.navbar-nav>li:not(:has(> a[href$="/contact"])) {
	display: none;
}




.ticket_button,
.ticket_button_right {
	display: none;
}

.index .cell_1_3_header.mid_logo {
	min-width: calc(100% - 150px);
	max-width: calc(100% - 150px);
	display: flex;
	justify-content: flex-end;
}

.menu_opened .cell_1_3_header.mid_logo {
	order: 1;
	min-width: auto;
	max-width: max-content;
	display: flex;
	justify-content: center;
}

.menu_opened .cell_1_3_header.menu_cont {
	order: 2;
}
.box_hotels h2{
	font-size: var(--default-title-size);
}
.box_hotels h3 {
	padding-top: 0;
}

.box_hotels .flex_container,
.box_tickets .flex_container {
	/* flex-direction: column; */
}

.box_hotels .cell_1_2:nth-child(1),
.box_hotels.tickets_reversed .cell_1_2:nth-child(2) {
	order: 1;
}

.box_hotels .cell_1_2:nth-child(2),
.box_hotels.tickets_reversed .cell_1_2:nth-child(1) {
	order: 2;
}

.box_tickets.tickets_reversed .flex_container {
	flex-direction: column-reverse;
}

.box_hotels .flex_container,
.box_tickets .flex_container {
	align-items: flex-start;
}

#music .nav-link.active {
	font-size: 5.5rem;
	width: 170px;
}

#music .nav-link {
	font-size: 3rem;
	width: 139px;
}

.container_music h2 {
	font-size: 4rem;
}

.container_video,
.container_video video {
	height: 100vh;
	min-height: unset;
}

#hp .container_video,
#index .container_video {
	position: relative;
}

#hp .container_video .full-height,
#index .container_video .full-height {
	height: 100%;
	align-items: center;
}

#hp .container_video .full-height .logo,
#index .container_video .full-height .logo {
	height: 100%;
}

.logo_plus_tickets {
	position: absolute;
	bottom: 0;
	display: block;
}

.container_video:after {
	content: none !important;
}

#index video,
#hp video {
	height: 100vh;
}

.title_artist_tall {
	font-size: 1.8rem;
	line-height: 1.2;
}

/* .artist_photo_tall img {
		max-height: 280px;
	} */

.content_container_music .tns-outer {
	overflow: hidden;
	/* max-width: 62%; */
	margin: 0 auto;
}

.artist_photo_tall .content_container_music .tns-outer {
	overflow: hidden;
	margin: 0;
}

.area1 .button_parent a {
	flex-direction: column;
	align-items: flex-start;
}

.area1 .button_parent a::after {
	content: " ";
	background: url(../images/arrow_circle.svg) no-repeat left center;
	background-size: 79px;
	margin-left: 0;
}

.social_icons a {
	margin-right: 1.5rem;
	margin-bottom: 1.5rem;
}

.area2 .cell_1_2:nth-child(1) {
	order: 2;
}

.area2 .cell_1_2:nth-child(2) {
	order: 1;
}

.area1 h2,
.area2 h2 {
	display: block;
	position: absolute;
	top: -98px;
}

.area1 .flex_container,
.area2 .flex_container {
	position: relative;
}

.area2 {
	padding-top: 19rem;
}

.area2 .button_parent a::after {
	content: " ";
	background: url(../images/arrow_circle.svg) no-repeat left center;
	background-size: 79px;
	margin-left: 0;
	width: 10.5rem;
	height: 8.5rem;
	display: inline-block;
	margin-left: 0rem;
}

.area2 .button_parent a::before {
	content: none;
}

.area2 .button_parent a {
	flex-direction: column;
	align-items: flex-start;
}

.area1 .button_parent a,
.area2 .button_parent a span {
	font-size: 0rem;
}


.btn.btn_circle_border {
	font-family: "Sora", sans-serif;
	font-size: 2rem;
}

.elec_view,
.art_view,
.music_view {
	padding: 0 0 0 0;
}

.mirror_container h2 {
	font-size: 11rem;
}

:nth-child(4 of .gm-style > div > div > div > div):last-child>div:nth-child(6) .gm-style-iw-tc {
	/*left: 56px;
	top: -20px;
	transform: translateX(-50%) rotate(270deg);*/
}

:nth-child(4 of .gm-style > div > div > div > div):last-child>div:nth-child(2) .gm-style-iw-tc {
	left: -18px;
	top: -59px;
	transform: translateX(-50%) rotate(180deg);
}

:nth-child(4 of .gm-style > div > div > div > div):last-child>div:nth-child(3) .gm-style-iw-tc {
	left: 0px;
	top: -60px;
	transform: translateX(-50%) rotate(180deg);
}

:nth-child(4 of .gm-style > div > div > div > div):last-child>div:nth-child(4) .gm-style-iw-tc {
	left: 55px;
	top: -27px;
	transform: translateX(-50%) rotate(270deg);
}

:nth-child(4 of .gm-style > div > div > div > div):last-child>div:nth-child(1) .gm-style-iw-tc {
	left: 53px;
	top: -27px;
	transform: translateX(-50%) rotate(270deg);
}

#art :nth-child(4 of .gm-style > div > div > div > div):last-child>div:nth-child(2) .gm-style-iw-tc {
	left: -40px;
	top: -60px;
	transform: translateX(50%) rotate(180deg);
}

#art :nth-child(4 of .gm-style > div > div > div > div):last-child>div:nth-child(3) .gm-style-iw-tc {
	left: -137px;
	top: -25px;
	transform: translateX(50%) rotate(87deg);
}


#art :nth-child(4 of .gm-style > div > div > div > div):last-child>div:nth-child(1) .gm-style-iw-tc {
	/*left: 53px;
	top: -27px;
	transform: translateX(-50%) rotate(270deg);*/
}

#art :nth-child(4 of .gm-style > div > div > div > div):last-child>div:nth-child(4) .gm-style-iw-tc {
	left: 81px;
	top: 0px;
	transform: none;
}

.box_hotels .img_cont:before {
	background: none;
}

/* .box_hotels .img_cont img {
		max-width: 80%;
	} */

.box_hotels .cell_1_2:nth-child(even) .img_cont {
	text-align: left;
}

.box_hotels .cell_1_2:nth-child(odd) .img_cont {
	text-align: right;
}
.hp_box_hotels.box_hotels .cell_1_2:nth-child(even) .img_cont {
	text-align: left;
	padding-left: 30px;
}

.hp_box_hotels.box_hotels .cell_1_2:nth-child(odd) .img_cont {
	text-align: left;
	padding-left: 30px;
}

.hp_box_hotels.box_hotels .custom_btn.btn-purple{
	text-transform: uppercase;
	font-family: "Acta Display";
    font-weight: 400;
    font-size: var(--default-text-size-btn);
	text-align: left;
	line-height: 1;
	position: relative;
}

.btn-gray{
	width: 32rem;
}
.btn-gray::before,
.hp_box_hotels.box_hotels .custom_btn.btn-purple::before {
	content: " ";
	background: url("../images/circle-green.svg") no-repeat;
	position: absolute;
	width: 8.5rem;
	height: 8.5rem;
	right: 0.5rem;
	transition: transform 0.6s;
	transform: translate(0px, -50%);
    top: 50%;
}
.btn-gray span{
	white-space: wrap;
}
.btn-gray::after,
.hp_box_hotels.box_hotels .custom_btn.btn-purple::after {
	content: " ";
	background: url("../images/arrow_only.svg") no-repeat;
	position: absolute;
	width: 8.0rem;
	height: 5.1rem;
	transition: transform 0.6s;
	
	transform: translate(0px, -50%);
    top: 50%;
    right: 35px;
}
.btn-gray:hover,
.hp_box_hotels.box_hotels .custom_btn.btn-purple:hover{
	background: var(--green_red_gradient);
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.btn-gray:hover::before,
.hp_box_hotels.box_hotels .custom_btn.btn-purple:hover::before {
    background-color: var(--background-text-color-start);
    border-radius: 50%;
}
.btn-gray:hover::after,
.hp_box_hotels.box_hotels .custom_btn.btn-purple:hover::after {
    transform: translate(70px, -50%);
    transition: transform background-color 0.6s;
}
.btn-magic.menu_tickets_btn{
	text-transform: uppercase;
	/* font-family: "Acta Display"; */
    font-weight: 400;
    /* font-size: var(--default-title-size); */
	text-align: left;
	line-height: 1;
	position: relative;
	background: var(--red_green_gradient);
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.btn-magic.menu_tickets_btn::before {
	content: " ";
	background: url("../images/circle-green.svg") no-repeat;
	position: absolute;
	width: 8.5rem;
	height: 8.5rem;
	right: 0.5rem;
	transition: transform 0.6s;
	transform: translate(0px, -50%);
    top: 50%;
}

.btn-magic.menu_tickets_btn::after {
	content: " ";
	background: url("../images/arrow_only.svg") no-repeat;
	position: absolute;
	width: 8.0rem;
	height: 5.1rem;
	transition: transform 0.6s;
	
	transform: translate(0px, -50%);
    top: 50%;
    right: 35px;
}
.btn-magic.menu_tickets_btn:hover{
	background: var(--green_red_gradient);
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.btn-magic.menu_tickets_btn:hover::before {
    background-color: var(--background-text-color-start);
    border-radius: 50%;
}
.btn-magic.menu_tickets_btn:hover::after {
    transform: translate(70px, -50%);
    transition: transform background-color 0.6s;
}
.about_button .btn-gray {
    text-align: right;
    padding-right: 13rem;
	background: var(--red_green_gradient);
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-size: 2.5rem;
	text-transform: uppercase;
}


.about_button .btn-gray:hover {
    text-align: right;
    padding-right: 13rem;
	background: var(--green_red_gradient);
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}







.visible_when_opened {
	display: none;
}
.menu_opened .visible_when_opened {
	display: block;
}
.container_lang_contact{
	width: 500px;
	justify-content: space-between;
}
.menu_opened .cell_1_3_header.menu_cont{
	min-width: 500px;
	max-width: 500px;
}


.hp_box_hotels.box_hotels .flex_container {
    align-items: center;
}



@media (max-width: 430px) {
	.mirror_container h2 {
		font-size: 8.4rem;
	}

	.artist_item_container h3 a {
		font-size: 3.8rem;
	}
}

.u-hide-link .button_parent {
	display: none !important;
}


.video_container_hero .text_over_upper {
	position: absolute;
	top: 9rem;
	width: 100%;
	z-index: 20;
	pointer-events: auto;
}


.text_over_upper {
	display: flex;
	justify-content: space-between;
	padding: 0 4rem 0 3rem;
}



.btn-magic {
	font-size: 3rem;
	background: var(--white);
	background-repeat: no-repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	align-self: center;
	display: flex;
	align-items: center;
	position: relative;
	height: 8.5rem;
	width: 25.4rem;
}

.btn-magic:nth-child(2) {
	width: 28.6rem;

}
.video_container_hero .btn-magic:nth-child(2) {
	width: 31.6rem;

}
.btn-magic::before {
	content: " ";
	background: url("../images/white-circle.svg") no-repeat;
	position: absolute;
	width: 8.5rem;
	height: 8.5rem;
	right: 0.5rem;
	transition: transform 0.6s;
	transform: translateX(0px);
}

.btn-magic::after {
	content: " ";
	background: url("../images/white-arrow.svg") no-repeat;
	position: absolute;
	width: 8.0rem;
	height: 8.5rem;
	transform: translateX(140px);
	transition: transform 0.6s;

}

.btn-magic:nth-child(2)::before {
	content: " ";
	transition: transform 0.6s;
	transform: translateX(0px);
}

.btn-magic:nth-child(2)::after {
	content: " ";
	transform: translateX(170px);
	transition: transform 0.6s;

}
.video_container_hero .btn-magic:nth-child(2)::before {
	content: " ";
	transition: transform 0.6s;
	transform: translateX(0px);
}

.video_container_hero .btn-magic:nth-child(2)::after {
	content: " ";
	transform: translateX(205px);
	transition: transform 0.6s;

}

.btn-magic:hover::before {
	background-color: var(--background-text-color-start);
	border-radius: 50%;
}

.btn-magic:hover::after {
	transform: translateX(210px);
	transition: transform background-color 0.6s;
}

.btn-magic:nth-child(2):hover::before {
	background-color: var(--background-text-color-start);
	border-radius: 50%;
}

.btn-magic:nth-child(2):hover::after {
	transform: translateX(240px);
	transition: transform background-color 0.6s;
}

.video_container_hero .btn-magic:nth-child(2):hover::after {
	transform: translateX(265px);
	transition: transform background-color 0.6s;
}




























/*********************************************************************/
/*********************************************************************/
/*********************************************************************/
/*********************************************************************/
/*********************************************************************/
/***********************new changes ***************/
.hp_tickets_section.box_tickets .flex_container {
	align-items: stretch !important;
}

.hp_tickets_section .cell_1_3:empty {
	display: none;
}

.hp_tickets_section .cell_1_3 {
	background: #09C8A9;
	background: linear-gradient(90deg, rgba(9, 200, 169, 1) 0%, rgba(232, 98, 235, 1) 100%);
	transform: rotate(-4.76deg);
	padding: 30px;
}
.hp_tickets_section .full-height {
	transform: rotate(4.76deg);
}

.hp_tickets_section .cell_1_1 .cell_1_3 {
	background: #09C8A9;
	background: linear-gradient(90deg, rgba(9, 200, 169, 1) 0%, rgba(232, 98, 235, 1) 100%);
	transform: rotate(-4.76deg);
	padding: 30px;
	margin-bottom: 40px;
}


.hp_tickets_section .cell_1_1 .full-height{
	transform: none;
	display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.hp_tickets_section .cell_1_1 .cell_1_3 .full-height {
	transform: rotate(4.76deg);
	flex-direction: column;
	gap: 5px;;
}

.hp_tickets_section.box_tickets h1,
.hp_tickets_section.box_tickets h2,
.hp_tickets_section.box_tickets h3,
.hp_tickets_section.box_tickets h3,
.hp_tickets_section.box_tickets h4,
.hp_tickets_section.box_tickets h5,
.hp_tickets_section.box_tickets h6 {
	color: #000000 !important;
	-webkit-text-fill-color: #000000;
}

.hp_tickets_section.box_tickets h1 {
	font-size: 120px;
}

.hp_tickets_section.box_tickets h2 {
	font-family: "Sora", sans-serif;
	font-size: 35px;
}

.hp_tickets_section.box_tickets h3 {
	font-family: "Sora", sans-serif;
	font-size: 25px;
}

.hp_tickets_section.box_tickets h4 {
	font-family: "Sora", sans-serif;
	font-size: 25px;
}

.hp_tickets_section.box_tickets .custom_btn.btn-purple span {
	width: 130px;
}
.hp_tickets_section.box_tickets .custom_btn.btn-purple{
	font-size: 2.5rem;
	line-height: 1.3;
	background: var(--black);
	background-repeat: no-repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: left;
	font-weight: 400;
	text-transform: uppercase;
	display: flex;
	align-items: center;
}

.hp_tickets_section.box_tickets .custom_btn.btn-purple::before {
    content: " ";
    background: url(../images/dark-circle.svg) no-repeat;
    position: absolute;
    width: 8.5rem;
    height: 8.5rem;
    right: 0.5rem;
	top: 0;
    transition: transform 0.6s;
    transform: translateX(0px);
}
.hp_tickets_section.box_tickets .custom_btn.btn-purple::after {
    content: " ";
    background: url(../images/dark-arrow.svg) no-repeat;
    position: absolute;
    width: 8.0rem;
    height: 8.5rem;
    transform: translateX(-35px);
	right: 0px;
	top: 0;
    transition: transform 0.6s;
}
.hp_tickets_section.box_tickets .custom_btn.btn-purple:hover::before {
    background-color: var(--background-text-color-start);
    border-radius: 50%;
}

.hp_tickets_section.box_tickets .custom_btn.btn-purple:hover::after {
    transform: translateX(30px);
	right: 0px;
    transition: transform background-color 0.6s;
}


.hp_tickets_section.box_tickets .cell_1_3 {
	min-width: calc(33.3% - 20px);
	max-width: calc(33.3% - 20px);
}

.highlight_box h2{
	width: 400px;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}
.highlight_box p{
	color: #ffffff;
	padding-top: 2rem;;
}
.musicart_buttons .nav-tabs{
	border-bottom: 0;
	display: flex;
    justify-content: center;
    margin: 60px 0 80px 0;
}
body[data-theme="night_theme"] #index  .musicart_buttons .nav-tabs .nav-link.active,
#index .musicart_buttons .nav-tabs .nav-link.active{
	-webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
    background-clip: unset !important;
    background: var(--green_red_gradient) !important; 
    color: #000000;
	border: 0 !important;
}

/* .tickets_mountain_bg{
	position: relative;
}
.tickets_mountain_bg .container::after{
	content: '';
	background-image: url(../images/dark_mountain_bg.png);
    background-repeat: no-repeat;
    background-color: #000;
    background-size: 100%;
    background-position: center 20.5%;
	position: absolute;
	top: 0;
	width: 100%;
} */







.spacer-tb-80 {
	margin-top: 8rem;
	margin-bottom: 8rem;
}

.text1_move .flex_container,
.text2_move .flex_container,
.text3_move .flex_container {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	/* background: #000; */
	padding: 60px 1% 20px 1%;
	gap: 0px;
	overflow: hidden;
}

.text1_move .cell_1_2,
.text2_move .cell_1_2,
.text3_move .cell_1_2 {
	flex: 1;
	min-width: auto;
}

.text11_move .cell_1_2,
.text22_move .cell_1_2,
.text33_move .cell_1_2 {
	flex: 1;
	min-width: auto;
}

.text1_move .cell_1_2 h4 p,
.text1_move .cell_1_2 h3 p,
.text1_move .cell_1_2 h2 p,
.text2_move .cell_1_2 h4 p,
.text2_move .cell_1_2 h2 p,
.text2_move .cell_1_2 h3 p,
.text3_move .cell_1_2 h4 p,
.text3_move .cell_1_2 h3 p,
.text3_move .cell_1_2 h2 p {
	font-family: "Acta Display";
	font-size: 7.5rem;
	line-height: 0.9;
	text-transform: uppercase;
	margin: 0;
	text-align: right;
	background: var(--green_red_gradient_pink);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: 0;
	transform: translateX(60px);
	transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
	padding-bottom: 0px;
}
.text3_move h3,
.text3_move h2{
	transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.text11_move.fedit h2,
.text11_move.fedit h4,
.text22_move.fedit h2,
.text22_move.fedit h4
 {
	
	font-family: "Acta Display";
	font-size: 7.5rem;
	line-height: 0.9;
	text-transform: uppercase;
	margin: 0;
	text-align: right;
	background: var(--green_red_gradient_pink);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: 0;
	transform: translateX(60px);
	transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
	padding-bottom: 0px;
}

.text11_move .img_cont{
	opacity: 0;
	transform: translateX(60px);
	transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
	padding-bottom: 0px;
}
.text11_move .button_parent{
	opacity: 0;
	transform: translateX(80px);
	transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
	transition-delay: 0.15s;
}
.text11_move_ticket .cell_1_1 .cell_1_3:nth-child(3n+1){
	opacity: 0;
	transform: translateX(80px) rotate(-4.76deg);;
	transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
	transition-delay: 0.15s;
}
.text11_move_ticket .cell_1_1 .cell_1_3:nth-child(3n+2){
	opacity: 0;
	transform: translateX(80px) rotate(-4.76deg);;
	transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
	transition-delay: 0.30s;
}
.text11_move_ticket .cell_1_1 .cell_1_3:nth-child(3n+3) {
	opacity: 0;
	transform: translateX(80px) rotate(-4.76deg);;
	transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
	transition-delay: 0.60s;
}
.text11_move_artist .artist_item_container{
	opacity: 0;
	transform: translateX(80px);
	transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
	transition-delay: 0.60s;
}
.text44_move .cell_1_2{
	opacity: 0;
	transform: translateX(80px);
	transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
	transition-delay: 0.60s;
}

.text1_move .description_content,
.text2_move .description_content,
.text3_move .description_content {
	margin-top: 103px;
	max-width: 420px;
	opacity: 0;
	transform: translateX(80px);
	transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
	transition-delay: 0.15s;
}

.text1_move .description_content p,
.text2_move .description_content p,
.text3_move .description_content p {
	color: var(--white);
	font-family: "Sora";
	font-weight: 200;
	font-size: 1.8rem;
	line-height: 1.6;
	margin: 0;
}

.text11_move.fedit .cell_1_2:nth-child(2) p,
.text22_move.fedit .cell_1_2:nth-child(2) p {
	margin-top: 103px;
	max-width: 420px;
	opacity: 0;
	transform: translateX(80px);
	transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
	transition-delay: 0.15s;
	color: var(--white);
	font-family: "Sora";
	font-weight: 200;
	font-size: 1.8rem;
	line-height: 1.6;

}
.text3_move h2,
.text3_move h2 p,
.text3_move h3,
.text3_move h3 p {
	font-family: "Acta Display";
	font-weight: 400;
	font-size: var(--default-title-size-XL);
	margin: 0;
	padding: 0rem;
	background: var(--green_red_gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
	letter-spacing: -2px;
	/* opacity: 0;
    transform: translateX(60px); */
}
.text3_move h2,
.text3_move h3 {

	opacity: 0;
    transform: translateX(90px);
}
.text3_move h2,
.text3_move h2 p {
	text-align: right;
}


/* Clasa care declanseaza animatia */
.text11_move.fedit .flex_container.active .cell_1_2:nth-child(2) p,
.text22_move.fedit .flex_container.active .cell_1_2:nth-child(2) p,

.text11_move.fedit .flex_container.active h2,
.text11_move.fedit .flex_container.active h4,
.text22_move.fedit .flex_container.active h2,
.text22_move.fedit .flex_container.active h4,
.text11_move.about_gray .flex_container.active h3,

.text1_move .flex_container.active .cell_1_2 h2 p,
.text1_move .flex_container.active .cell_1_2 h4 p,
.text1_move .flex_container.active .description_content,
.text2_move .flex_container.active .cell_1_2 h2 p,
.text2_move .flex_container.active .cell_1_2 h4 p,
.text2_move .flex_container.active .description_content,
.text3_move .flex_container.active .cell_1_2 h2 p,
.text3_move .flex_container.active .cell_1_2 h4 p,
.text3_move .flex_container.active .cell_1_2 h3 p,
.text3_move .flex_container.active .cell_1_2 h2,
.text3_move .flex_container.active .cell_1_2 h3,
.text3_move .flex_container.active .cell_1_2 h4,

/* .text3_move .flex_container.active .cell_1_1 h2 p,
.text3_move .flex_container.active .cell_1_1 h4 p,
.text3_move .flex_container.active .cell_1_1 h3 p, */
.text3_move .flex_container.active .cell_1_1 h2,
.text3_move .flex_container.active .cell_1_1 h3,
.text3_move .flex_container.active .cell_1_1 h4,
.text3_move .flex_container.active .description_content,

.text11_move .flex_container.active .img_cont,
.text11_move .flex_container.active .button_parent,
.text11_move.about_boxes .flex_container.active p{
	opacity: 1;
	transform: translateX(0);
}
.text11_move_ticket  .cell_1_3.active{
	opacity: 1 !important;
	transform: translateX(0) rotate(-4.76deg) !important;
}
.text11_move_artist .artist_item_container.active{
	opacity: 1 !important;
	transform: translateX(0)!important;
}

.text11_move_artist .artist_item_container.expanded_full,
.text11_move_artist .artist_item_container.active.expanded_full{
	transition: none !important;
	transition-delay: 00 !important;
}

.text44_move .cell_1_2.active{
	opacity: 1 !important;
	transform: translateX(0) !important;
}



























.max-width-940 .container {
	max-width: 940px;
	width: 100%;
}

.max-width-740 .container {
	max-width: 740px;
	width: 100%;
	margin: auto auto 0 33%;
}

.max-width-740_right .container {
	max-width: 740px;
	width: 100%;
	margin: auto auto 0 43%;
}

.barba-container {
	/* background-image: url(../images/dark_mountain_bg.png);
	background-repeat: repeat-y;
	background-color: #000;
	background-size: 100%; */
	background-position: center 20.5%;
}




/* Containerul care se misca */
.track-vizual-artisti {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	/* Esential: pastreaza totul intr-o singura linie */
	overflow-x: hidden !important;
	/* Ascundem scrollbar-ul */
	width: 100% !important;
	cursor: grab;
}

/* Ascundere scrollbar pentru browsere diferite */
.track-vizual-artisti::-webkit-scrollbar {
	display: none;
}

.track-vizual-artisti {
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.track-vizual-artisti h2{
	font-size: var(--default-title-size);
}

/* Fiecare element din slider */
.slide {
	flex: 0 0 424px !important;
	/* Latime fixa */
	min-width: 424px !important;
	margin-right: 30px;
	/* Spatiu intre poze */
}

/* Imbunatatire imagini */
.image-box img {
	width: 100%;
	/* aspect-ratio: 1/1; */
	object-fit: cover;
	display: block;
}

.mountain_bg-ex.scrolling_gallery.u-hidess{
	margin: 180px 0 !important;
	padding: 0 !important;
}
.scrolling_gallery{
	margin: 180px 0 !important;
	padding: 0 !important;
}
.visible_status_type{
	cursor: pointer
}

.tns-ovh {
    overflow: hidden;
}
.tns-inner {
    transition-timing-function: linear !important;
}
.tns-carousel {
    transition-timing-function: linear !important;
}

.my-slider > div {
    will-change: transform;
}

.about_titles h2 p,
.about_titles h3 p,
.about_titles h4 p{
	padding-bottom: 0;
}
.about_titles h4 p{
	font-family: "Acta Display";
    font-weight: 400;
    font-size: var(--default-title-size);
    margin: 0;
    padding: 0rem;
    background: var(--green_red_gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    letter-spacing: -2px;
}
.about_titles.mirror_far{
	grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
}
.about_boxes p{
	color: #ffffff;
	max-width: 460px;
	padding-left: 40px;
	opacity: 0;
    transform: translateX(60px);
	transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
	font-weight: 300;;

}
.about_boxes .img_cont{
	padding-right: 40px;;
}
.about_boxes.about_boxes_reversed .img_cont{
	padding-right: 0;
	padding-left: 40px;
}
.about_boxes img{
	transform: rotate(-4.76deg);
}
.about_boxes.about_boxes_reversed .flex_container{
	flex-direction: row-reverse;
}
.about_boxes.about_boxes_reversed img{
	transform: rotate(4.76deg);

}
.about_boxes .cell_1_2:nth-child(2){
	/* max-width: 420px; */
	margin-left: auto;
	margin-right: 0;
}
.about_boxes.about_boxes_reversed .cell_1_2:nth-child(2) p{
	/* max-width: 420px; */
	margin-left: auto;
	margin-right: 0;
	padding-left: 0;
    padding-right: 40px;
	font-weight: 300;;
}

#aboutus .scrolling_gallery {
	margin-bottom: -180px !important;
}
.about_gray{
	padding-bottom: 40px;;
}
.about_gray h3{
	font-size: var(--default-title-size);
	    background: var(--green_red_gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
	opacity: 0;
	transform: translateX(60px);
	transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.about_gray_text .container{
	max-width: 720px;
	padding-bottom: 60px;;
	
} 
.about_gray_text p,
.about_gray_text ul li{
	color: #ffffff;
	font-size: 1.8rem;
	position: relative;
}
.about_gray_text ul{
	list-style: disc;
}
.about_gray_text ul li::before{
	content: '';
	background: #ffffff;
	width: 6px;
	height: 6px;
	border-radius: 0%;;
	position: absolute;
	left: 0;
	top: 10px;;
}
.about_gray_image{
	padding-bottom: 80px;;
}
.about_gray_image .container{
	max-width: 780px;
}
.about_gray_image .container img{
	transform: rotate(-4.76deg);
}
.about_contact.about_form{
	background: #000000;
	background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0) 100%);
}
.about_contact p,
.about_contact p a,
.about_contact a{
	color: var(--green);
}
.about_contact .container{
	max-width: 640px;
}
.text3_move.left_text h2{
	max-width: 1100px;
	margin: 0 auto;
}
.text3_move.left_text h2 p{
	text-align: left;
	font-size: var(--default-title-size-XXL);
	line-height: 1.2;
}

.text3_move.middle_text h2 p{
	text-align: center;
}
.bp_title h2{
	font-size: var(--default-title-size);
}
.lounge_btn .btn-magic {
	text-align: right;
	padding-right: 140px;
    width: 36rem;
	margin-left: auto;
	margin-right: 6rem;
	margin-top: 6rem;
	margin-bottom: 6rem;
}
.price_official_hotel {
	position: relative;
}
.price_official_hotel h4{
	font-size: var(--default-title-size-XXL);
	color: var(--white);
	position: absolute;
	z-index: 1;
	top: -20px;
	right: 0px;;
}
.price_official_hotel h4:before{
	content: 'Ab';
	font-family: 'Sora', sans-serif;
	font-size: 25px;
	color: var(--white);
	position: absolute;
	z-index: 1;
	bottom:	30px;
	left: -50px;
}
.price_official_hotel h5{
	font-size: var(--default-text-size);
	font-family: 'Sora', sans-serif;
	color: var(--white);
	position: absolute;
	z-index: 1;
	bottom: 30px;
	width: 100%;
	text-align: center;
}
.reverse_mirror .mirror_container{
	transform: scale(-1, 1);
	/* transform: inherit; */

}
.reverse_mirror .mod575 h2{
	transform: scale(-1, 1);
	/* transform: inherit; */
}

/* .about_gray_faq p{
	color: ;
} */
details{
	color: var(--white);
	font-size: var(--default-text-size-sm);
	font-family: 'Sora',serif;
	padding-left: 30px;
	padding-bottom: 40px;
	position: relative;
}
details summary{
	font-size: 25px;
	color: var(--green);
	text-transform: uppercase;
	margin-left: -30px;
	padding-bottom: 15px;
	padding-right: 70px;;
	list-style: none;
}
details[open] summary{
	color: var(--white);
}



details summary::-webkit-details-marker {
  display: none; /* Pentru Safari/Chrome mai vechi */
}
summary::before {
	content: '';
	margin-right: 10px;
	font-size: 0.8em;
	transition: transform 0.2s ease; /* Opțional: animație de rotație */
	background: url(../images/green-arrow-down.svg) no-repeat;
	width: 50px;
	height: 57px;
	display: block;
	position: absolute;
	right: 0;
	top: -13px;
}

details[open] summary::before {
  content: '';
  background: url(../images/close-white.svg) no-repeat;
}
.disclaimer_content p{
	color: #bebebe;
}

@media (max-width: 1450px) {
	ul.navbar-nav li a {
		font-size: 5rem;
	}

	.mirror_container p {
		max-width: 100%;
	}

	body[data-theme="day_theme"] .mirror_content {
		background: linear-gradient(180deg, #fff 0%, #fff 91.75%);
		/*background: url(../images/day_gradient.png) repeat-x center center #fff;*/
	}

	#programm .tab-content {
		padding: 0 1%;
	}
}

@media (max-width: 1350px) {
	.location_container h2 {
		font-size: 7rem;
		line-height: 1.2;
	}
}

@media (max-width: 1199px) {
	.inner-spacer-top-130.video_container_hero {
        padding-top: 120px !important;
    }
	.spacer-bott-neg250 {
		margin-bottom: 0 !important;
	}
	.sidebar_right{

	}
	.video_container_hero .btn-magic:nth-child(2)::after {
		content: " ";
		transform: translateX(165px);
		transition: transform 0.6s;
	}
	.video_container_hero .btn-magic:nth-child(2):hover::after {
		transform: translateX(216px);
		transition: transform background-color 0.6s;
	}
	.button_parent.programm_pdf_btn{
		width: 240px;
	}
	.hp_box_hotels .custom_btn span{
		width: 300px;
	}
	.hp_box_hotels.box_hotels .flex_container{
		align-items: flex-start !important;
	}
	.btn-magic::after {
		content: " ";
		height: 7.5rem;
		transform: translateX(114px);

	}
	.btn-magic:nth-child(2)::after {
		content: " ";
		transform: translateX(140px);
		transition: transform 0.6s;
	}
	.btn-magic.menu_tickets_btn::after {
		right: 25px;
	}
	.btn.btn_circle.download_booklet::after {
		margin-top: 70px;
	}
	.btn-magic:hover::after {
		transform: translateX(171px);
		transition: transform background-color 0.6s;
	}
	.btn-magic:nth-child(2):hover::after {
		transform: translateX(196px);
		transition: transform background-color 0.6s;
	}
	.hp_tickets_section.box_tickets .custom_btn.btn-purple::after {
		transform: translateX(-30px);
		transition: transform 0.6s;
	}
	.hp_tickets_section.box_tickets .custom_btn.btn-purple:hover::after {
		transform: translateX(30px);
		transition: transform background-color 0.6s;
	}






	.download_booklet img {
		width: 100%;
		max-width: 150px;
		margin-top: 70px;
	}

	.container_music {
		transition: height 0.2s;
		width: calc(100% - 15.8rem);
		margin-left: auto;
		padding-right: 3rem;
	}

	#music .tns-controls button[data-controls="next"] {
		right: 1rem;
	}

	#music .tns-controls button[data-controls="prev"] {
		left: 1rem;
	}

	#art .tns-controls button[data-controls="next"] {
		right: 1rem;
	}

	#art .tns-controls button[data-controls="prev"] {
		left: 1rem;
	}

	.round_buttons .cell_1_3:nth-child(3) p.button_parent a {
		padding-left: 5rem;
		padding-right: 5rem;
	}

	.container {
		max-width: 100%;
	}

	.round_buttons p.button_parent .custom_btn {
		width: 150px;
		height: 150px;
		font-size: 2rem;
	}

	.social_icons img,
	.social_icons svg {
		width: 65px;
		height: 65px;
	}
}

@media (max-width: 991px) {
	.location_filter{
		width: 100%;
		flex-wrap: wrap;
	}
	.one_location_filter{
		margin-bottom: 2rem;;
	}
	.location_filter label{
		font-size: 2.5rem;;
	}
	.programm_pdf_btn{
		display: none;
	}
	.hideme_on_mobile{
		display: none !important;
	}
	.mobile_order_1{
		order: 1 !important;	
	}
	.mobile_order_2{
		order: 2 !important;	
	}
	.mobile_order_3{
		order: 3 !important;	
	}
	.mobile_order_4{
		order: 4 !important;	
	}
	.hp_tickets_section.box_tickets .cell_1_3 {
		min-width: calc(50% - 20px);
		max-width: calc(50% - 20px);
	}
	.download_booklet img {
		width: 100%;
		max-width: 150px;
		margin-top: 0px;
	}

	.btn.btn_circle.download_booklet::after {
		margin-top: 0px;
	}

	#contact .ticket_button {
		top: 120px;
		height: auto;
	}

	.max-width-850.box_tickets {
		padding: 4rem 0;
	}

	.container_music h2:nth-child(2),
	.list_artists {
		max-width: 100%;
		margin: 0 0 0 0;
		text-align: left;
		padding: 1rem 0 0 1.5rem;
		font-size: 4.8rem;
	}

	.title_artist_tall {
		font-family: "Sora";
		font-size: 2.4rem;
		font-weight: 400;
		line-height: 1.3;
		text-transform: uppercase;
		cursor: pointer;
		padding-bottom: 0.6rem;
	}

	.container_music {
		transition: height 0.2s;
		width: calc(100% - 7.5rem);
		margin: 0 0 0 auto;
	}

	.content_container_music .tns-outer {
		overflow: hidden;
		max-width: 250px;
	}

	.container_location_odd .full_location,
	.container_location_even .full_location {
		justify-content: center !important;
		flex-wrap: wrap;
	}

	.container_location_odd .flexy_loc {
		order: 3;
	}

	.container_location_even .flexy_loc {
		order: 3;
	}

	.container_location_odd .location_photo_cont {
		order: 1;
		transform-origin: top center;
	}

	.container_location_even .location_photo_cont {
		order: 2;
		transform-origin: top center;
	}

	.container_location_odd .flexy_loc,
	.container_location_odd .location_photo_cont,
	.container_location_odd .full_location_bottom,
	.container_location_even .flexy_loc,
	.container_location_even .location_photo_cont,
	.container_location_even .full_location_bottom {
		max-width: 60%;
		min-width: 60%;
	}

	.container_location_odd .location_photo_cont:hover,
	.container_location_even .location_photo_cont:hover {
		scale: 1.4;
		transform-origin: top center !important;
	}

	.container_location_odd .loc_pin_icon {
		order: 2;
		min-width: 40px;
		max-width: 40px;
		right: 12%;
		position: absolute;
	}

	.container_location_even .loc_pin_icon {
		order: 1;
		min-width: 40px;
		max-width: 40px;
		left: 12%;
		position: absolute;
	}

	.container_location_odd .full_location_bottom {
		align-items: flex-start;
		flex-direction: column;
		margin: 0 auto;
		text-align: right;
	}

	.container_location_even .full_location_bottom {
		align-items: flex-start;
		flex-direction: column-reverse;
		margin: 0 auto;
		text-align: left;
	}

	.container_location_odd .full_location_bottom>div {
		flex: 1;
		max-width: 100%;
		width: 100%;
	}

	.container_location_even .full_location_bottom>div {
		flex: 1;
		max-width: 100%;
		width: 100%;
	}

	.container_location_odd .container_location p,
	.container_location_odd .container_location span {
		text-align: right;
	}

	.container_location_even .container_location p,
	.container_location_even .container_location span {
		text-align: left;
	}

	.container_location_odd .full_location_bottom .loc_description_text.ta-left {
		text-align: right !important;
	}

	.container_location_even .full_location_bottom .loc_description_text {
		text-align: left !important;
	}

	/*************
	######################
	***************************************/

	#programm .round_buttons p.button_parent .custom_btn,
	#programm .nav-tabs button.nav-link {
		width: 154px;
		height: 154px;
	}

	.artist_item_container h3 {
		font-size: 5rem;
	}

	.expanded.artist_item_container h3,
	#cat2 .expanded.artist_item_container h3 {
		font-size: 10rem;
	}

	.ticket_button {
		padding-left: 1%;
		z-index: 6;
	}

	.ticket_button .btn.btn_circle::after {
		content: " ";
		background: url(../images/arrow_circle.svg);
		background-repeat: no-repeat;
		background-size: contain;
		width: 7.8rem;
		height: 6.1rem;
	}

	.mirror_container h2 {
		font-size: 13rem;
		line-height: 1.3;
		font-weight: 400;
	}

	#main-navigation .col-6 {
		order: 1;
		width: 100%;
	}

	#main-navigation .col-3 {
		order: 2;
		width: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 6rem;
		margin-bottom: 6rem;
	}
	#main-navigation .col-3:nth-child(2),
	#main-navigation .col-3:nth-child(4){
		width: 100%;
		justify-content: center;
	}

	#main-navigation .col-3:nth-child(4){
		display: none;
		margin-top: 0;
	}
	#main-navigation .col-3:nth-child(5) .social_container{
		justify-content: flex-end;
		padding-right: 2.5rem;
	}
	#main-navigation .col-3:nth-child(7) .social_container{
		justify-content: flex-start;
		padding-left: 2.5rem;
	}
	.social_container img,
	.social_container svg {
		width: 65px;
		height: 65px;
	}
	
}

@media (max-width: 767px) {
.inner-spacer-top-130.video_container_hero{
	padding-top: 100px !important;
}
	.about_boxes .cell_1_2:nth-child(2) {
		/* max-width: 420px; */
		margin-left: auto;
		margin-right: 0;
		margin-top: 80px;
	}

	.about_boxes.about_boxes_reversed .cell_1_2:nth-child(2) p {
		/* max-width: 420px; */
		margin-left: 0;
		margin-right: 0;
		padding-left: 40px;
		padding-right: 40px;
	}
	.about_boxes p{
		width: 100%;
		max-width: 100%;
		padding-right: 40px;;
	}


	.video_container_hero .text_over h1{
		font-family: "Acta Display";
		font-weight: 400;
		font-size: 16vw;
	}
	.hp_box_hotels.mobile_reverse .flex_container {
		flex-direction: column-reverse;
	}
	.hp_box_hotels.spacer-bott-neg250 {
		margin-bottom: 0 !important;
	}
	.box_hotels .full-height p:last-child{
		justify-self: flex-start;
		align-self: flex-start;
	}
	.box_hotels.about_button .full-height p.button_parent:last-child{
		justify-self: flex-end;
		align-self: flex-end;
	}
	.about_gray.inner-spacer-top-450{
		padding-top: 250px !important;
	}
	
	.box_hotels .cell_1_2:nth-child(1) {
        min-width: 60%;
        max-width: 60%;
    }
	.box_hotels .cell_1_2:nth-child(2) {
        min-width: 100%;
        max-width: 100%;
    }
	.box_hotels.tickets_reversed .cell_1_2:nth-child(1) {
		order: unset !important;
	}
	.box_hotels.tickets_reversed .cell_1_2:nth-child(2) {
		order: unset !important;
	}
	.box_hotels .flex_container, .box_tickets .flex_container {
		/* flex-direction: column; */
		gap: 5rem;
	}
	.hp_box_hotels.box_hotels .cell_1_2:nth-child(even) .img_cont,
	.hp_box_hotels.box_hotels .cell_1_2:nth-child(odd) .img_cont {
		text-align: left;
		padding-left: 0px;
	}
	.hp_box_hotels.box_hotels .cell_1_2 .img_cont{
		max-width: 480px;
	}
	.text11_move .cell_1_2, .text22_move .cell_1_2, .text33_move .cell_1_2 {
		flex: 1;
		min-width: 100%;
		max-width: 100%;
	}
	.text11_move.fedit h2, .text11_move.fedit h4, .text22_move.fedit h2, .text22_move.fedit h4{
		text-align: left;
		max-width: 280px;
        margin: 0 0;
	}
	.text11_move.fedit .cell_1_2:nth-child(2) p, .text22_move.fedit .cell_1_2:nth-child(2) p{
		margin-left: 10%;
        margin-right: 0;
        margin-top: 50px;
        margin-bottom: 50px;
	}
	.video_container_hero .text_over {
		position: absolute;
		bottom: 23rem;
		pointer-events: none;
	}
	.marqee_item_container>.marqee_title {
    	font-size: 9rem;
	}
	.slide {
		flex: 0 0 324px !important;
		min-width: 324px !important;
		margin-right: 30px;
	}
	.slide h2{
		font-size: var(--default-title-size);
	}
	.video_container_hero .text_over_upper {
    position: relative;
		top: 9rem;
		width: 100%;
		z-index: 20;
		pointer-events: auto;
		margin-top: 0rem;
		margin-bottom: 6rem;
		
	}
	#index video, #hp video {
		height: 50vh;
	}
	#main-navigation {
		top: calc(var(--headerHeight) * 1.2);
	}
	#main-navigation .col-12{
		margin: 1.5rem 0;
	}
	.menu_opened .cell_1_3_header.menu_cont {
		min-width: 120px;
		max-width: 120px;
	}
	.box_hotels .img_cont img {
		height: 100%;
		object-fit: cover;
		min-height: 490px;
	}

	.gone_logo .logo {
		padding-top: 13px;
	}

	.container_counter .languages_cont {
		display: block;
	}

	.round_buttons .cell_1_3:nth-child(1) p.button_parent a {
		padding-left: 0;
		padding-right: 0;
	}

	.round_buttons p.button_parent .custom_btn,
	.nav-tabs button.nav-link {
		width: 145px;
		height: 145px;
	}

	#maps {
		border-radius: 3rem;
		margin-bottom: 7rem;
	}

	.cell_1_3_header:nth-child(1),
	.cell_1_3_header:nth-child(3) {
		pointer-events: all;
		min-width: 147px;
		max-width: 147px;
	}

	.container_lang_contact {
		margin-right: 0;
	}

	.presenting_partner .img_cont {
		max-width: 430px;
		margin: 10rem auto;
		padding: 0 1rem;
	}

	.presenting_partner h1 {
		font-size: 5.5rem;
	}

	.parteners_img .flex_container {
		justify-content: center;
	}

	.parteners_img .cell_1_3,
	.parteners_img .cell_1_6 {
		min-width: 50%;
		max-width: 50%;
		margin-bottom: 2rem;
	}

	.presenting_partner .cell_1_1 {
		min-width: 100%;
		max-width: 100%;
		margin: 0 auto;
		padding: 0 1rem;
	}

	.box_hotels .img_cont+p,
	.box_tickets .img_cont+p {
		position: absolute;
		top: 0;
		font-size: 7rem !important;
	}

	#music .nav-link {
		font-size: 4rem;
		width: 180px;
	}

	#music .nav-link.active {
		font-size: 7rem;
		width: 250px;
	}

	.title_artist_tall {
		font-size: 2.2rem;
	}

	.content_container_music .tns-outer {
		overflow: hidden;
		max-width: 210px;
	}

	#music .tns-controls button[data-controls="prev"]:after,
	#music .tns-controls button[data-controls="next"]:after {
		content: " ";
		background: url(../images/arrow_circle.svg);
		background-repeat: no-repeat;
		background-size: contain;
		width: 7rem;
		height: 5.5rem;
	}

	#art .tns-controls button[data-controls="prev"]:after,
	#art .tns-controls button[data-controls="next"]:after {
		content: " ";
		background: url(../images/arrow_circle.svg);
		background-repeat: no-repeat;
		background-size: contain;
		width: 7rem;
		height: 5.5rem;
	}

	.container_location_odd .flexy_loc,
	.container_location_odd .location_photo_cont,
	.container_location_odd .full_location_bottom,
	.container_location_even .flexy_loc,
	.container_location_even .location_photo_cont,
	.container_location_even .full_location_bottom {
		max-width: 75%;
		min-width: 75%;
	}

	.container_location_odd .location_photo_cont:hover,
	.container_location_even .location_photo_cont:hover {
		scale: 1.4;
		transform-origin: top center !important;
	}

	.container_location_odd .loc_pin_icon {
		right: 5%;
	}

	.container_location_even .loc_pin_icon {
		left: 5%;
	}

	#locations .nav-tabs .nav-tabs button.nav-link {
		width: 145px;
		height: 145px;
	}

	.artist_item_container h3 {
		font-size: 4rem;
	}

	.index .container_counter .languages_cont {
		display: block;
		margin-top: -5rem;
	}

	body[data-theme="day_theme"] .container_counter .languages_cont a {
		padding: 0 0.5rem;
		font-size: 2.5rem;
	}

	body[data-theme="day_theme"] .container_counter .container_lang_contact a.selected {
		color: #344248;
		text-decoration: underline;
	}

	.expanded.artist_item_container h3,
	#cat2 .expanded.artist_item_container h3 {
		font-size: 6.5rem;
	}

	.artist_photo {
		left: 0;
	}

	.the_day {
		width: 8rem;
		min-width: 8rem;
		max-width: 8rem;
		font-size: 8rem;
		font-weight: 600;
	}

	.all_artists_list {
		width: 96%;
		min-width: 95%;
		max-width: 95%;
		/* background: #cdcdcd; */
	}

	.one_filter label {
		font-family: "Sora";
		color: var(--white-secondary);
		width: 50px;
		height: 50px;
	}

	/* .days_filter {
		width: 57px;
		min-width: 57px;
		max-width: 57px;
	} */

	.contact_form .col-6 {
		width: 100%;
	}

	.newsletter_mountain .additional_code {
		width: 85%;
	}

	.one_picture_slide img {
		max-width: 175px;
	}

	.footer-col3,
	.footer-col4 {
		margin-top: 10rem;
	}

	.ticket_button {
		position: absolute;
		height: auto;
		top: 140px;
	}

	#contact .ticket_button {
		position: absolute;
		height: auto;
		top: 120px;
	}

	.footer_logo_cont.col-4,
	.footer_logo_cont.col-3,
	.footer_text.col-3,
	.footer_text.col-2,
	.footer_text.col-4 {
		flex: 0 0 auto;
		width: 50%;
	}

	.container_counter .over_video_text h1 {
		font-size: 10rem;
	}

	a.logo_power img,
	a.logo_text img {
		max-width: 130px;
	}

	.menu_cont {
		display: flex;
		align-items: flex-end;
		justify-content: flex-end;
		background: transparent;
		flex-direction: column;
	}

	.index .menu_cont {
		display: none;
	}

	.navbar>.container-fluid {
		padding-right: 0;
		margin-top: 2rem;
	}

	.area1 .cell_1_2,
	.area2 .cell_1_2 {
		margin: 10px;
		min-width: calc(50% - 20px);
		max-width: calc(50% - 20px);
	}

	.area1 .button_parent a,
	.area2 .button_parent a span {
		font-size: 3.5rem;
	}

	.area1 .button_parent a::after {
		content: " ";
		background: url(../images/arrow_circle.svg) no-repeat right center;
		background-size: 45px;
		margin-left: 2rem;
	}

	.area2 .button_parent a span {
		padding-left: 0;
	}

	.area2 .button_parent a::before {
		content: " ";
		background: url(../images/arrow_circle.svg) no-repeat left center;
		background-size: 45px;
	}

	/* electronic music & art festival start */
	.animate .mirror_far {
		animation: mirror_full 0.82s forwards ease-in-out;
		display: flex;
		flex-wrap: wrap;
		/* flex-direction: column; */
	}

	.mirror_far {
		width: 100%;
		transform: translate(none);
	}

	.mirror_container h2 {
		font-size: 7.5rem;
		line-height: 1.3;
		font-weight: 400;
		min-width: 50%;
	}

	.elec_view,
	.art_view,
	.music_view {
		padding: 0 3rem 1rem 0rem;
	}

	.elec_view .order0,
	.music_view .order0,
	.art_view .order0 {
		order: 9;
	}

	.elec_view .order1 {
		order: 1;
	}

	.elec_view .order2 {
		order: 2;
		width: 100%;
		transform: translateX(49%);
	}

	.elec_view .order3 {
		order: 3;
	}

	.elec_view .order4 {
		order: 4;
	}

	.elec_view .mirror.mod575,
	.music_view .mirror.mod575,
	.art_view .mirror.mod575 {
		margin-left: 0%;
		width: 100%;
	}

	.elec_view .tronic.mod575,
	.music_view .tronic.mod575,
	.art_view .tronic.mod575 {
		right: 000%;
	}

	.elec_view .posa,
	.music_view .posa,
	.art_view .posa {
		position: absolute;
	}

	.mirror_container p {
		padding: 0;
	}

	/* .mirror_far > p {
		order: 0;
	} */
	.animate .mirrorX2 {
		animation: mirror 1.35s 0.5s forwards ease-in-out;
	}

	.elec_view .order0,
	.music_view .order0,
	.art_view .order0 {
		margin-left: 0 !important;
		margin-top: 0rem !important;
	}

	/* electronic music & art festival start */
}

@media (min-width: 576px) {

	.elec_view .order0,
	.art_view .order0 {
		margin: 0 0 0 30px;
	}

}

@media (min-width: 1400px) {
	.music_view .order0 {
		margin-right: -25%;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.music_view .order0 {
		margin-right: -15%;
	}

	.art_view .orderX {
		margin-right: -15%;
	}
}

@media (min-width: 1200px) and (max-width: 1399px) {
	.music_view .order0 {
		margin-right: -15%;
	}

}

@media (min-width: 1200px) {
	.art_view .orderX {
		margin-right: -15%;
	}

	.dec_event_date {
		box-sizing: inherit;
		font-family: \'Acta Display\';
		line-height: 1;
		color: #212529;
		text-align: center;
		font-size: 8rem;
		padding: 0rem;
		background: linear-gradient(90deg, #09c8a9 0%, #e862eb 80%) 0% 0% / auto repeat scroll padding-box text #ffffff;
		-webkit-text-fill-color: transparent;
		text-transform: uppercase;
		letter-spacing: -2px;
		max-width: 100%;
		padding-bottom: 50px !important;
	}
}

@media (max-width: 1199px) {

	.dec_event_date {
		text-align: center;
		max-width: 100%;
		font-size: 6rem;

	}
}

@media (orientation: landscape) and (max-width: 850px) {
	.container_counter {
		bottom: 10rem;
	}

	.container_counter .over_video_text h1 {
		font-size: 8rem;
		line-height: 1;
	}

	.count_down {
		font-size: 5rem;
	}

	.container_video,
	.container_video video {
		min-height: 750px;
	}
}

@media (max-width: 767px) {
	.artist_item_container h3 a {
		font-size: 4rem;
	}

	.expanded.artist_item_container h3 a {
		font-size: 4.7rem;
	}

	.mountain_bg.together .additional_code {
		padding: 0 3rem;
	}

	.show_on_desktop_contact {
		display: none;
	}

	.hide_on_desktop_contact {
		display: block;
	}

	#contact .ticket_button {
		position: relative;
		top: 0;
		width: 100%;
		display: flex;
		justify-content: center;
		margin-top: 15rem;
	}

	.senden_button {
		justify-content: flex-end;
		display: flex;
		margin-top: 4rem;
	}

	.location_container h2 a {
		font-size: 6rem;
		line-height: 1.2;
		text-decoration: none;
		font-family: "Acta Display";
		font-weight: 400;
	}

	.container_lang_contact {
		display: none;
	}

	.container_lang_contact_menu {
		display: block;
	}

	.container_lang_contact_menu {
		display: flex;
		justify-content: space-between;
		text-transform: uppercase;
		padding-left: 1.5rem;
	}

	.container_lang_contact_menu a {
		font-size: 2rem;
		color: var(--green);
		font-weight: 300;
	}

	.container_lang_contact_menu .languages_cont {
		font-size: 2rem;
		color: var(--green);
		width: 70px;
		display: flex;
		justify-content: space-between;
	}

	.container_lang_contact_menu .languages_cont a {
		font-weight: 300;
	}

	.container_lang_contact_menu .languages_cont a.selected {
		color: var(--white);
	}
}

@media (max-width: 640px) {
	.hp_tickets_section.box_tickets .cell_1_3 {
        min-width: calc(321px - 20px);
        max-width: calc(321px - 20px);
    }
	.hp_tickets_section {
		margin: 0 !important;
		padding: 0 !important;
	}

	.hp_tickets_section .custom_btn.btn-purple::after {
		content: " ";
		background: url(../images/arrow_circle.svg);
		width: 7.4rem;
		height: 6.1rem;
		background-size: contain;
		background-repeat: no-repeat;
	}

	.hp_tickets_section.box_tickets p {
		padding-top: 0;
	}

	.newsletter_mountain .btn.btn_circle_border {
		width: 90%;
	}

	.textsmnt .text {
		width: 2px;
	}
}

@media (max-width: 575px) {
	.text_over_upper{
		flex-wrap: wrap;
	}
	.text_over_upper a{
		margin-bottom: 15px;;
	}
	.artist_item_container {
		max-width: calc(100% - 0rem);
		min-width: calc(100% - 0rem);
	}
	.text3_move.left_text h2 p{
		font-size: var(--default-title-size-XL)
	}
	.artist_info_container{
		transform: rotate(-1.7deg);
	}
	.artist_info_container{
		padding: 11rem 4rem 4rem 4rem;
	}
	.artist_info {
		transform: rotate(1.7deg);
	}
	.artist_info-header .btn-close {
		width: 55px;
		height: 35px;
	}

	#art .tns-controls button {
		position: absolute;
		transform: translateY(-0%);
		top: -2.5rem;
	}

	#art .content_container_music {
		display: flex;
		position: relative;
		flex-wrap: wrap;
		pointer-events: none;
		padding-top: 7rem;
	}

	.reservations {
		margin-top: 3rem;
	}

	#art .tns-controls button[data-controls="prev"],
	#art .tns-controls button[data-controls="next"] {
		pointer-events: all;
	}

	.reservations .custom_btn.btn-purple {
		font-size: 18px;
		line-height: 1.3;
	}

	.reservations .custom_btn.btn-purple::after {
		content: " ";
		background: url(../images/arrow_circle.svg);
		background-repeat: no-repeat;
		background-size: contain;
		width: 7.8rem;
		height: 5.5rem;
	}

	.container {
		padding: 0 calc(2.5rem - calc(var(--bs-gutter-x) * 1));
	}

	.one_day_mobile h2,
	.one_day_mobile h2 p,
	.one_day_mobile h2 span {
		font-size: calc(var(--default-title-size) - 6px);
	}

	body[data-theme="day_theme"] #index .mountain_bg {
		/* aspect-ratio: 19 / 23; */
	}

	#maps {
		border-radius: 2rem;
		margin-bottom: 5rem;
	}

	.box_hotels .img_cont img {
		height: 100%;
	}

	.align_right.reservations .button_parent {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		padding-right: 3rem;
	}

	.box_hotels .img_cont,
	.box_tickets .img_cont {
		position: relative;
		/* margin-bottom: 4rem; */
		height: 100%;
	}

	.box_tickets .flex_container {
		/* flex-direction: column; */
	}

	.box_tickets.tickets_reversed .flex_container {
		flex-direction: column-reverse;
	}

	.box_tickets .flex_container,
	.box_hotels .flex_container {
		align-items: stretch;
	}

	.box_hotels .cell_1_2:nth-child(1),
	.box_hotels.tickets_reversed .cell_1_2:nth-child(2),
	.box_tickets .cell_1_2:nth-child(1),
	.box_tickets.tickets_reversed .cell_1_2:nth-child(2) {
		max-width: 200px !important;
		min-width: 200px !important;
		margin-right: auto;
	}

	.box_hotels .cell_1_2:nth-child(2),
	.box_hotels.tickets_reversed .cell_1_2:nth-child(1),
	.box_tickets .cell_1_2:nth-child(2),
	.box_tickets.tickets_reversed .cell_1_2:nth-child(1) {
		max-width: calc(100% - 240px) !important;
		min-width: calc(100% - 240px) !important;
		margin-right: auto;
	}

	.box_hotels .cell_1_2:nth-child(1),
	.box_hotels.tickets_reversed .cell_1_2:nth-child(2) {
		order: 0 !important;
	}

	.box_hotels .cell_1_2:nth-child(2),
	.box_hotels.tickets_reversed .cell_1_2:nth-child(1) {
		order: 0 !important;
	}

	.box_hotels .img_cont img {
		min-height: 250px;
	}

	#music .tns-controls button {
		top: -73px;
	}

	.scroll-prompt {
		pointer-events: all;
	}

	.days_only_mobile {
		display: flex;
	}

	.artist_photo_tall.tns-outer {
		pointer-events: none;
	}

	.artist_photo_tall img {
		display: inline-block;
		vertical-align: top;
		max-width: calc(100% - 150px);
		max-height: 470px;
		min-height: 320px;
		object-fit: cover;
		object-position: top;
		pointer-events: all;
	}

	.artist_photo_tall .pic_caption {
		margin-top: 4.5rem;
		max-width: 100%;
		margin: 4.5rem auto 0 auto;
		pointer-events: all;
	}

	.content_container_music .tns-outer {
		overflow: hidden;
		max-width: 100%;
		margin: 0 auto;
	}

	.flex_con {
		display: flex;
		flex-direction: column;
		width: calc(100% - 130px);
		/* align-items: center; */
		align-items: flex-start;
		pointer-events: none;
		position: absolute;
		overflow: visible;
	}

	.flex_con h2 {
		display: none !important;
	}

	.content_container_music {
		display: flex;
		position: relative;
		flex-wrap: wrap;
		pointer-events: none;
	}

	.container_music {
		transition: height 0.2s;
		/* width: calc(100% - 8rem); */
		margin: 0 0 0 0;
		width: 150px;
		padding-right: 1rem;
	}

	.container_music h2:nth-child(2),
	.list_artists {
		max-width: 100%;
		margin: 0 0 0 0;
		text-align: left;
		padding: 1rem 0 0 1.5rem;
	}

	.cell_1_3_header:nth-child(1),
	.cell_1_3_header:nth-child(3) {
		pointer-events: all;
		min-width: auto;
		max-width: max-content;
	}

	.container_location_odd .flexy_loc,
	.container_location_odd .location_photo_cont,
	.container_location_odd .full_location_bottom,
	.container_location_even .flexy_loc,
	.container_location_even .location_photo_cont,
	.container_location_even .full_location_bottom {
		max-width: 80%;
		min-width: 80%;
	}

	.container_location_odd .location_photo_cont:hover,
	.container_location_even .location_photo_cont:hover {
		scale: 1.4;
		transform-origin: top center !important;
	}

	.container_location_odd .loc_pin_icon {
		right: 5px;
		min-width: 30px;
		max-width: 30px;
	}

	.container_location_even .loc_pin_icon {
		left: 5px;
		min-width: 30px;
		max-width: 30px;
	}

	.loc_pin_icon a {
		width: 30px !important;
		height: 37px !important;
		background-size: contain !important;
	}

	.container_location_odd .loc_pin_icon img,
	.container_location_even .loc_pin_icon img {
		width: 100%;
	}

	.artist_mini_container {
		flex: 1 0 100%;
		width: 100%;
		text-align: left;
		z-index: 1;
	}

	.artist_item_container h3 {
		font-size: 4rem;
		padding-left: 0;
	}

	.artist_item_container {
		padding-left: 2rem;
		flex-direction: column;
	}

	.all_artists_list {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		/* background-color: #cdcdcd; */
		padding-right: 2rem;
	}

	/* .ticket_button {
		position: absolute;
		height: auto;
		top: 120px;
	} */
	.ticket_button {
		position: absolute;
		height: auto;
		/* top: 120px; */
		bottom: 200px;
		top: auto;
		transform: translate(-50%, 0);
		left: 50%;
	}

	.ticket_button_right {
		position: absolute;
		height: auto;
		/* top: 120px; */
		bottom: 250px;
		top: auto;
		transform: translate(-50%, 0);
		left: 50%;


	}





	.ticket_button .btn.btn_circle {
		/* flex-direction: column; */
	}

	/* #contact .ticket_button {
		position: absolute;
		height: auto;
		top: 120px;
		bottom: auto;
		position: relative;
		margin: 0 auto;
		width: 100%;
		text-align: center;
		display: flex;
		justify-content: center;
	} */

	#contact .ticket_button .btn.btn_circle {
		flex-direction: row;
	}

	.ticket_button .btn.btn_circle::after {
		content: " ";
		background: url(../images/arrow_circle.svg) center right;
		background-repeat: no-repeat;
		background-size: contain;
		width: 5.8rem;
		height: 4.7rem;
		margin-left: auto;
	}

	/* cauta-ma si decomenteaza pe varianta cu menu
	.cell_1_3_header.mid_logo {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		z-index: 20;
	} 
	a.logo_text img {
		margin-top: 8rem;
	}*/

	.gone_logo {
		z-index: 23;
	}

	.menu_cont {
		z-index: 22;
	}

	#main-navigation .col-3 {
		order: 2;
		/* width: 100%; */
		margin-top: 4rem;
	}
	.social_container {
		display: flex;
		gap: 1.3rem;
	}
	#main-navigation .col-3:nth-child(5) .social_container {
        justify-content: flex-end;
        padding-right: 0rem;
    }
	#main-navigation .col-3:nth-child(7) .social_container {
        justify-content: flex-start;
        padding-left: 0rem;
    }


	.animate .mirror_far {
		animation: mirror_full 0.82s forwards ease-in-out;
		display: flex;
		flex-wrap: wrap;
		/* flex-direction: column; */
	}

	.mirror_far {
		width: 100%;
		transform: translate(none);
	}

	.mirror_container h2 {
		/* font-size: 12rem; */
		line-height: 1.3;
		font-weight: 400;
		min-width: 50%;
	}

	.elec_view,
	.art_view,
	.music_view {
		padding: 0 3rem 4rem 3rem;
	}

	.elec_view .order0,
	.music_view .order0,
	.art_view .order0 {
		order: 9;
	}

	.elec_view .order1 {
		order: 1;
	}

	.elec_view .order2 {
		order: 2;
	}

	.elec_view .order3 {
		order: 3;
	}

	.elec_view .order4 {
		order: 4;
	}

	.elec_view .mirror.mod575,
	.music_view .mirror.mod575,
	.art_view .mirror.mod575 {
		/* margin-left: 100%; */
		width: 100%;
		font-size: 7rem;;
	}

	.elec_view .tronic.mod575,
	.music_view .tronic.mod575,
	.art_view .tronic.mod575 {
		/* right: -100%; */
	}

	.elec_view .posa,
	.music_view .posa,
	.art_view .posa {
		position: absolute;
	}

	.mirror_container p {
		padding: 0;
	}

	/* .mirror_far > p {
		order: 0;
	} */
	.animate .mirrorX2 {
		animation: mirror 1.35s 0.5s forwards ease-in-out;
	}

	.container,
	.container-sm {
		max-width: 100%;
	}

	.round_buttons .cell_1_3 {
		padding: 0;
	}

	.container_counter .over_video_text h1 {
		font-size: 6rem;
	}

	.count_down {
		font-size: 4rem;
	}

	.footer_logo_cont.col-3,
	.footer_text.col-4 {
		flex: 0 0 auto;
		width: 100%;
	}

	.footer_logo_cont.col-3 {
		margin-bottom: 5rem;
		text-align: center;
	}

	#footer {
		padding: 3rem 0 5rem 0;
	}
	.newsletter_container .newsletter_form .form-control{
		font-size: 1.7rem;
	}

	.newsletter_container {
		width: 100%;
		
	}
	.newsletter_container .newsletter_form .form_rows{
		gap: 0.6rem;
	}
	.round_buttons {
		padding: 10rem 0 6rem 0;
	}

	.footer-col3,
	.footer-col4 {
		margin-top: 5rem;
	}

	.one_picture_slide img {
		max-width: 135px;
	}

	body[data-theme="night_theme"] .mountain_bg,
	body[data-theme="day_theme"] .mountain_bg {
		padding-bottom: 10rem;
		padding-top: 22rem;
	}

	.round_buttons .flex_container {
		justify-content: center;
	}

	/* .round_buttons .cell_1_3 {
		min-width: 50%;
		max-width: 50%;
	} */

	.round_buttons .cell_1_3:nth-child(1) p.button_parent {
		display: flex;
		justify-content: center;
	}

	.round_buttons .cell_1_3:nth-child(2) p.button_parent {
		display: flex;
		justify-content: center;
	}

	.round_buttons .cell_1_3:nth-child(3) p.button_parent {
		display: flex;
		justify-content: center;
	}

	.box_hotels .cell_1_2:nth-child(2),
	.box_hotels.tickets_reversed .cell_1_2:nth-child(1),
	.box_tickets .cell_1_2:nth-child(2),
	.box_tickets.tickets_reversed .cell_1_2:nth-child(1) {
		max-width: 100% !important;
		min-width: 100% !important;
		margin-right: auto;
	}

	.box_hotels .cell_1_2:nth-child(1),
	.box_hotels.tickets_reversed .cell_1_2:nth-child(2) {
		max-width: 100% !important;
		min-width: 100% !important;
		margin-right: auto;
	}

	.box_tickets .cell_1_2:nth-child(1),
	.box_tickets.tickets_reversed .cell_1_2:nth-child(2) {
		max-width: 100% !important;
		min-width: 100% !important;
		margin-right: auto;
	}

	.box_tickets.tickets_reversed .cell_1_2:nth-child(2),
	.box_hotels.tickets_reversed .cell_1_2:nth-child(2) {
		margin-left: auto;
		margin-right: 0;
	}

	.box_hotels.tickets_reversed .cell_1_2:nth-child(2) {
		padding-right: 2rem;
	}

	.box_hotels .full-height p:last-child {
		flex: 1;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		width: 100%;
	}
	.about_button .full-height p:last-child,
	.about_button .full-height p.button_parent {
        justify-self: flex-end !important;
        align-self: flex-end !important;
    }
	.tns-nav {
		width: calc(100% - 150px);
		float: right;
	}

	.textsmnt .text {
		width: 1px;
	}

	.footer_logo_cont.col-4,
	.footer_logo_cont.col-3,
	.footer_text.col-3,
	.footer_text.col-2,
	.footer_text.col-4 {
		flex: 0 0 auto;
		width: 100%;
	}
}

@media (max-width: 480px) {
	.inner-spacer-top-130.video_container_hero {
        padding-top: 87px !important;
    }
	.marqee_mini_container {
		top: 0;
		height: auto;
		padding: 0 3rem 0rem 5rem;
	}

	.marquee-content {
		display: flex;
		margin: 20px 0;
	}

	.zoom_with_button.area1 {
		margin-bottom: 0;
	}

	body[data-theme="day_theme"] #index .mountain_bg {
		aspect-ratio: 14 / 23;
	}

	.main_parteners_img .cell_1_1,
	.main_parteners_img .cell_1_2,
	.main_parteners_img .cell_1_3,
	.main_parteners_img .cell_1_4,
	.main_parteners_img .cell_1_5,
	.main_parteners_img .cell_1_6 {
		display: flex;
		align-items: center;
		min-width: 33%;
		max-width: 33%;
		margin-bottom: 2rem;
	}

	.other_parteners_img .cell_1_1,
	.other_parteners_img .cell_1_2,
	.other_parteners_img .cell_1_3,
	.other_parteners_img .cell_1_4,
	.other_parteners_img .cell_1_5,
	.other_parteners_img .cell_1_6,
	.other_parteners_img .cell_2_6,
	.other_parteners_img .cell_3_6,
	.other_parteners_img .cell_2_5,
	.other_parteners_img .cell_3_5,
	.other_parteners_img .cell_2_3,
	.other_parteners_img .cell_2_4 {
		display: flex;
		align-items: center;
		min-width: 26%;
		max-width: 26%;
		justify-content: center;
		margin-bottom: 2rem;
	}

	.round_buttons p.button_parent .custom_btn,
	.nav-tabs button.nav-link {
		width: 100px;
		height: 100px;
		font-size: 1.8rem;
	}

	.cell_1_3_header.mid_logo {
		order: 0;
		min-width: 50%;
		max-width: 50%;
		display: flex;
		justify-content: left;
	}

	.gone_logo {
		display: none;
	}

}
@media (max-width: 1350px) {
	.max-width-740 .container {
		max-width: 740px;
		width: 100%;
		margin: auto auto 0 10%;
	}

	.max-width-740_right .container {
		max-width: 740px;
		width: 100%;
		margin: auto auto 0 23%;
	}
}

@media (max-width: 991px) {
	.max-width-740 .container {
		max-width: 740px;
		width: 100%;
		margin: auto auto 0 0%;
	}

	.max-width-740_right .container {
		max-width: 740px;
		width: 100%;
		margin: auto auto 0 10%;
	}
}

@media (max-width: 820px) {
	.max-width-740 .container {
		max-width: 740px;
		width: 100%;
		margin: auto;
	}

	.max-width-740_right .container {
		max-width: 740px;
		width: 100%;
		margin: auto;
	}
}

@media (max-width: 575px) {
	.max-width-740 .container {
		max-width: 740px;
		width: 100%;
		margin: auto;
	}

	.max-width-740_right .container {
		max-width: 740px;
		width: 100%;
		margin: auto;
	}

	.text1_move .cell_1_2,
	.text2_move .cell_1_2,
	.text3_move .cell_1_2 {
		flex: 1;
		min-width: 100%;
		max-width: 100%;
	}

	.text1_move .cell_1_2:nth-child(1) .full-height,
	.text2_move .cell_1_2:nth-child(1) .full-height,
	.text1_move .cell_1_2:nth-child(1) .full-height {
		align-items: flex-start;
	}

	.text1_move .description_content,
	.text2_move .description_content,
	.text3_move .description_content {
		margin-left: auto;
		margin-top: 20px;
	}
}

body[data-theme="day_theme"] .st0{
	fill: none;
	stroke: #09C8A9;
	stroke-miterlimit: 10;
	stroke-opacity: 0.3;
}