@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700&display=swap');

body {
	margin: 0;
	padding: 0;
	top: 0 !important;
	font-size: 16px;
	font-weight: 400;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

h3 {
	margin: 0;
	padding: 0;
	list-style: none;
}

h4 {
	margin: 0;
	padding: 0;
	list-style: none;
}

h5 {
	margin: 0;
	padding: 0;
	list-style: none;
}

h6 {
	margin: 0;
	padding: 0;
	list-style: none;
}

p {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	margin: 0;
	padding: 0;
	list-style: none;
	outline: none !important;
	text-decoration: none !important;
}

input {
	outline: none !important;
}

button {
	outline: none !important;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.sp {
	padding-top: 110px;
	padding-bottom: 110px;
}

h1 {
	font-size: 30px;
	font-weight: 900;
	line-height: normal;
	letter-spacing: 0.43px;
	color: #101820;
	margin-bottom: 17.6px;
	text-transform: uppercase;
}

h1 span {
	color: #00c1d5;
}

p {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.28;
	letter-spacing: 0.26px;
	color: #101820;
}

p strong {
	color: #101820;
	font-size: 18px;
	padding-bottom: 8px;
	display: inline-block;
}

.bg_white {
	background-color: white;
}

.pt_0 {
	padding-top: 0px;
}

.pb_0 {
	padding-bottom: 0px;
}

.small_button a {
	font-family: Muli;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	border-radius: 4px;
	background-color: #00c1d5;
	padding: 8px 27px;
	border-color: #00c1d5;
	margin-top: 15px !important;
	transition: 0.5s;
	display: inline-block;
}

.small_button a:hover {
	background-color: #101820;
}

#page-top {
	overflow-x: hidden !important;
	background-image: url("../images/banner/body_banner.png");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #000;
}


.show_data {
	display: block;
}

.hide_data {
	display: none;

}

/*==========================================
			Header / Navbar
===========================================*/
.mainnav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1030;
	background-color: transparent;
	transition: background-color 0.3s ease, padding 0.4s ease;
	padding: 25px 0;
	border-top: 3px solid #D0AD6A;
}

.mainnav.scrolled {
	background-color: rgba(13, 10, 7, 0.95);
	padding: 12px 0;
}

.mainnav .nav-flex {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.mainnav .nav-menu-list {
	display: flex;
	align-items: center;
	gap: 24px;
}

.mainnav .nav-contact-link {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #ffffff;
	border: none;
	outline: none;
}

.mainnav .nav-contact-link:hover,
.mainnav .nav-contact-link:focus {
	color: #D0AD6A;
}

.mainnav .nav-item-lang .gtranslate_wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
}

.mainnav .nav-item-lang .gtranslate_wrapper a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.6);
	border: none;
	outline: none;
}

.mainnav .nav-item-lang .gtranslate_wrapper a:hover {
	color: #D0AD6A;
}

.mainnav .nav-item-lang .gtranslate_wrapper a.gt-current-lang {
	background-color: #D0AD6A;
	color: #101820;
	font-weight: 600;
	padding: 4px 10px;
	border-radius: 4px;
}

.mainnav .btn-reserve {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 13px;
	color: #ffffff;
	background-color: #D0AD6A;
	border: none;
	border-radius: 4px;
	padding: 5px 17px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.mainnav .btn-reserve-icon {
	height: 39px;
	width: auto;
}

.mainnav .btn-reserve-divider {
	width: 1px;
	align-self: stretch;
	background-color: rgba(255, 255, 255, 0.5);
}

.mainnav .btn-reserve:hover {
	background-color: #B1935A;
	color: #ffffff;
}



/*==========================================
			Hero
===========================================*/
.hero_section {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 130px;
	padding-bottom: 60px;
	text-align: center;
}



.hero_logo img {
	width: 174px;
	height: auto;
	margin: 0 auto 20px;
}

.hero_title {
	font-family: 'Playfair Display', serif;
	font-weight: 600;
	font-size: 48px;
	letter-spacing: 6px;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 24px;
}

.hero_desc {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.85);
	max-width: 100%;
	margin: 0 auto 40px;
	text-align: center;
}

.hero_desc strong {
	color: #ffffff;
	font-weight: 700;
}

.countdown_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 6px;
}

.countdown_item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.countdown_box {
	width: 226px;
	height: 226px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(208, 173, 106, 0.5);
	border-radius: 26px;
	background-color: rgba(0, 0, 0, 0.35);
}

.countdown_box--active {
	background-color: #D0AD6A;
	border-color: #D0AD6A;
}

.countdown_number {
	display: block;
	font-weight: 800;
	font-size: 111px;
	line-height: 1;
	color: #ffffff;
	font-family: 'Helvetica Neue';
}

.countdown_box--active .countdown_number {
	color: #101820;
}

.countdown_label {
	display: block;
	margin-top: 12px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.85);
}

.countdown_label--active {
	color: #D0AD6A;
}

@media (max-width: 991px) {
	.countdown_box {
		width: 150px;
		height: 150px;
		border-radius: 18px;
	}

	.countdown_number {
		font-size: 70px;
	}
}

@media (max-width: 575px) {
	.hero_title {
		font-size: 34px;
		letter-spacing: 3px;
	}

	.countdown_wrap {
		row-gap: 16px;
	}

	.countdown_box {
		width: 76px;
		height: 76px;
		border-radius: 10px;
	}

	.countdown_number {
		font-size: 28px;
	}

	.countdown_label {
		font-size: 11px;
	}
}

/*==========================================
			Event Details / Reservation
===========================================*/
.event_details_row {
	max-width: 980px;
	margin: auto;
}

section.event_section {
	padding-bottom: 60px;
}

.event_text {
	text-align: right;
	color: rgba(255, 255, 255, 0.85);
}

.event_date {
	color: #D0AD6A !important;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 20px;
}

.event_text p {
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	line-height: 20px;
	color: #ffffff;
	margin-bottom: 18px;
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
}

.event_text p:last-child {
	margin-bottom: 0;
}

.reserve_card {
	position: relative;
	background-color: #D0AD6A;
	border-radius: 12px;
	padding: 30px 30px 30px 74px;
	overflow: hidden;
	min-height: 150px;
	display: flex;
	align-items: center;
}

.reserve_card_ribbon {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 100px;
	width: auto;
	max-width: none;
}

.reserve_card_content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
}

.reserve_card_tag {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 12px;
	color: #FFF;
}

.reserve_card_title {
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-weight: 600;
	font-size: 22px;
	color: #101820;
}

.reserve_card_btn,
.reserve_card_btn:link,
.reserve_card_btn:visited,
.reserve_card_btn:hover,
.reserve_card_btn:focus,
.reserve_card_btn:active {
	color: #ffffff;
}

.reserve_card_btn {
	display: inline-block;
	margin-top: 12px;
	background-color: #74603D;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 13px 22px;
	border-radius: 6px;
	transition: background-color 0.3s ease;
}

.reserve_card_btn:hover {
	background-color: #5c4c31;
}

.exclusive_divider {
	text-align: center;
	margin-top: 60px;
}

.exclusive_label {
	display: block;
	font-style: italic;
	font-weight: 600;
	color: #D0AD6A;
	font-size: 22px;
	margin-bottom: 40px;
	font-family: 'Montserrat', sans-serif;
}

.exclusive_line {
	position: relative;
	height: 1px;
	background-color: rgba(208, 173, 106, 0.4);
	display: flex;
	align-items: center;
	justify-content: center;
}

.exclusive_btn,
.exclusive_btn:link,
.exclusive_btn:visited,
.exclusive_btn:hover,
.exclusive_btn:focus,
.exclusive_btn:active {
	color: #1D1D1D;
}

.exclusive_btn {
	display: inline-block;
	background-color: #D0AD6A;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 20px;
	line-height: 29px;
	letter-spacing: 0;
	padding: 4px 45px;
	border-radius: 30px;
}

@media (max-width: 767px) {
	.reserve_card {
		margin-top: 30px;
	}
}

/*==========================================
			FAQ Accordion
===========================================*/
.faq_section {
	padding: 40px 0;
}

.faq_title {
	text-align: center;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 32px;
	margin-bottom: 40px;
}

.faq_accordion {
	max-width: 900px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.faq_item {
	border: 1px solid rgba(208, 173, 106, 0.6);
	border-radius: 30px;
	background-color: rgba(0, 0, 0, 0.25);
	padding: 20px 32px;
	cursor: pointer;
}

.faq_question {
	display: flex;
	align-items: center;
	gap: 18px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 15px;
	color: #ffffff;
}

.faq_item.active .faq_question {
	color: #D0AD6A;
}

.faq_arrow {
	width: 14px;
	height: auto;
	flex-shrink: 0;
}

.faq_answer {
	max-height: 0;
	overflow: hidden;
	margin-left: 32px;
	opacity: 0;
	transition: max-height 0.35s ease, margin-top 0.35s ease, opacity 0.3s ease;
}

.faq_item.active .faq_answer {
	margin-top: 14px;
	opacity: 1;
}

.faq_answer p {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 575px) {
	.faq_title {
		font-size: 24px;
	}

	.faq_item {
		padding: 16px 20px;
	}

	.faq_question {
		gap: 12px;
		font-size: 14px;
	}

	.faq_answer {
		margin-left: 26px;
	}
}

/*==========================================
			Partners
===========================================*/
.partners_section {
	padding: 60px 0 70px;
}

.partners_label {
	text-align: center;
	color: #D0AD6A;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 40px;
}

.partners_grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 40px 60px;
}

.partners_item {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
}

.partners_item img {
	max-height: 55px;
	max-width: 160px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.partners_divider {
	height: 1px;
	background-color: rgba(208, 173, 106, 0.3);
	margin-top: 50px;
}

@media (max-width: 575px) {
	.partners_grid {
		gap: 30px 34px;
	}

	.partners_item {
		height: 44px;
	}

	.partners_item img {
		max-height: 38px;
		max-width: 120px;
	}
}

/*==========================================
			Contact
===========================================*/
.contact_section {
	padding: 15px 0 51px;
}

.contact_title {
	text-align: center;
	color: #D0AD6A;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 28px;
	margin-bottom: 8px;
}

.contact_subtitle {
	text-align: center;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	margin-bottom: 40px;
}

.contact_subtitle a {
	color: #ffffff;
}

.contact_form {
	max-width: 460px;
	margin: 0 auto;
}

.contact_form .wpcf7-form {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.contact_form .wpcf7-form>p,
.contact_form .wpcf7-form>div {
	margin: 0;
}

.contact_form .wpcf7-not-valid-tip {
	color: #ff9a9a;
	font-size: 12px;
	margin-top: -8px;
}

.contact_form .wpcf7-response-output {
	color: #ffffff;
	border-color: rgba(208, 173, 106, 0.4);
	border-radius: 6px;
	font-size: 13px;
	margin: 10px 0 0;
}

.contact_input,
.contact_textarea {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(208, 173, 106, 0.4);
	border-radius: 6px;
	padding: 14px 18px;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}

.contact_input::placeholder,
.contact_textarea::placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.contact_textarea {
	resize: vertical;
	min-height: 120px;
}

.contact_submit_wrap {
	text-align: center;
	margin-top: 10px;
}

.contact_submit,
.contact_submit:link,
.contact_submit:visited,
.contact_submit:hover,
.contact_submit:focus,
.contact_submit:active {
	color: #D0AD6A;
}

.contact_submit {
	background-color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 14px 40px;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.contact_submit:hover {
	background-color: #D0AD6A;
	color: #ffffff;
}

/*==========================================
			Footer
===========================================*/
.site_footer {
	background-color: #D0AD6A;
	padding: 18px 0;
}

.footer_flex {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}

.footer_copyright {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	color: #101820;
	margin: 0;
}

.footer_imprint,
.footer_imprint:link,
.footer_imprint:visited,
.footer_imprint:hover,
.footer_imprint:focus,
.footer_imprint:active {
	color: #101820;
}

.footer_imprint {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 12px;
}

@media (max-width: 575px) {
	.footer_flex {
		flex-direction: column;
		text-align: center;
		gap: 6px;
	}
}

/*==========================================
			Scroll To Top
===========================================*/
.scroll-top {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 1040;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.scroll-top.show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.scroll-top a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background-color: #D0AD6A;
	color: #101820;
	font-size: 16px;
	transition: background-color 0.3s ease;
}

.scroll-top a:hover {
	background-color: #ffffff;
}

/*==========================================
			Preloader
===========================================*/
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #0d0a07;
	transition: opacity 0.5s ease, visibility 0.5s ease;
}

.preloader.loaded {
	opacity: 0;
	visibility: hidden;
}

.preloader_inner {
	position: relative;
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.preloader_ring {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid rgba(208, 173, 106, 0.2);
	border-top-color: #D0AD6A;
	border-radius: 50%;
	animation: preloader-spin 1s linear infinite;
}

.preloader_logo {
	width: 48px;
	height: auto;
	animation: preloader-pulse 1.6s ease-in-out infinite;
}

@keyframes preloader-spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes preloader-pulse {

	0%,
	100% {
		opacity: 0.6;
		transform: scale(0.92);
	}

	50% {
		opacity: 1;
		transform: scale(1);
	}
}

@media all and (max-width: 767px) {
	.event_text {
		text-align: center;
		color: rgba(255, 255, 255, 0.85);
	}

	.mainnav .nav-flex {
		justify-content: center;
	}

	.partners_section {
		padding: 20px 0 35px;
	}

	.contact_subtitle {
		text-align: center;
		color: #ffffff;
		font-family: 'Montserrat', sans-serif;
		font-size: 19px;
		margin-bottom: 40px;
	}
}

.wpcf7-spinner {
	display: none;
}