/*
Theme Name: The Oscar
Theme URI: https://theoscar.md
Author: 2Bros Agency
Author URI: https://2bros.md
Description:
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: theoscar
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* ============================================== */
/* ================ general styles ============== */
/* ============================================== */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
	/* Fonts */
	--primary-font: "Poppins", serif;
	--secondary-font: "Cormorant Garamond", serif;

	/* Colors */
	--black-color: #000;
	--white-color: #fff;
	--gray-color: #6B6B74;
	--dark-grey-color: #291a00;
	--main-color: #E7D7C1;
	--hover-color: #535B34;
	--background-color: #1C1C1C;
	
	/* Transition */
	--basic-transition: all 0.3s ease;

	--transition-duration-04: 0.4s;
	--transition-duration-05: 0.5s;
	
	/* Transform */
    --transform-Y50: translateY(-50%);
    --transform-X50: translateX(-50%);
    --transform-50-50: translate(-50% -50%);

	/* Border */
	--border-basic: 1px solid;

	/* Border Radius */
	--border-r-5: 5px;
	--border-r-10: 10px;
	--border-r-12: 12px;
	--border-r-15: 15px;
	--border-r-20: 20px;
	--border-r-25: 25px;
	--border-r-50: 50px;

	/* Dimension */
	--width-100: 100%;
	--height-100: 100%;


	/* Gap */
	--gap-30: clamp(15px, 0.3125rem + 1.7361vw, 30px);
	--gap-50: clamp(15px, -0.5208rem + 4.0509vw, 50px);
	--gap-70: clamp(15px, -1.3542rem + 6.3657vw, 70px);

	/* Font Size */
	--font-h1: clamp(32px, 1.4853rem + 2.0956vw, 64px);
	--font-h2: clamp(32px, 1.7426rem + 1.0478vw, 42px);
	--font-h3: clamp(20px, 1.1857rem + 0.262vw, 24px);
	--font-p: clamp(16px, 0.9167rem + 0.2315vw, 18px);
}

html {
	-webkit-text-size-adjust: 100%;
}
body {
	font-family: var(--primary-font);
	color: #30341D;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	text-wrap: balance;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

main {
	display: block;
}

h1,
h2,
h3,
h4,
.nav-menu ul li a,
.nav-cta-button a{
	font-family: var(--secondary-font);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: normal;
}

figure,
img {
	padding: 0;
	margin: 0;
}

img {
	vertical-align: middle;
	border-style: none;
}

a:hover {
	text-decoration: none;
}

a {
	transition: all 0.2s ease-in;
}

p {
	padding: 0;
	margin: 0;
	line-height: 1.9;
}

a,
button,
input,
select,
textarea {
	font-family: var(--primary-font);
}

.btn:focus,
.btn:active,
a:focus,
a:active,
input:focus,
input:active,
textarea:focus,
textarea:active,
select:focus,
select:active,
button:focus,
button:active,
span:focus,
span:active {
	outline: 0;
	box-shadow: none;
}

*,
::after,
::before {
	box-sizing: border-box;
}

/* Helper Styles */
.site-container {
	max-width: 1440px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.site-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.site-align-center {
	align-items: center;
	justify-content: center;
}

.site-col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.site-col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.site-col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.site-col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.site-col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.site-col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.site-col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.site-col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.site-col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.site-col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.site-col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.site-col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.site-col-1,
.site-col-2,
.site-col-3,
.site-col-4,
.site-col-5,
.site-col-6,
.site-col-7,
.site-col-8,
.site-col-9,
.site-col-10,
.site-col-11,
.site-col-12 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.site-col-offset-4 {
	margin-left: 33.333333%;
}

.site-col-offset-3 {
	margin-left: 25%;
}

.site-col-offset-2 {
	margin-left: 16.666667%;
}

.site-col-offset-1 {
	margin-left: 8.333333%;
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

/* Site Headings */
.text-center {
	justify-content: center;
	text-align: center;
}

.text-right {
	text-align: right;
	justify-content: flex-end;
}

.text-left {
	text-align: left;
	justify-content: flex-start;
}

.site-heading-white {
	color: var(--white-color);
}

.site-heading p {
	margin-bottom: 15px;
}

.site-heading p:last-of-type {
	margin-bottom: 0;
}

.site-heading h2 {	
	font-size: 50px;
	color: var(--brown-color);
	font-weight: 400;
}

.site-heading h2 em {
	position: absolute;
	font-size: 26px;
	font-style: normal;
}

.site-heading h3 {
	font-size: 18px;
	font-weight: 600;
	color: var(--black-color);
}

.site-heading h4 {
	font-size: 18px;
	font-weight: 500;
}

.site-heading h5 {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.site-heading h6 {
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 500;
}

.site-heading div::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 3px;
	height: 100%;
	background: linear-gradient(180deg, #1cb3c5 0%, #fb79c7 100%);
}

.site-heading div {
	position: relative;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.4;
	padding-left: 35px;
}

/* Site Buttons */
.site-button {
	display: flex;
}
.site-button a {	
	font-size: 16px;
	display: inline-flex;
	font-weight: 500;
	height: 50px;
	padding: 0 40px;
	align-items: center;
	text-decoration: none;
	color: var(--hover-color);	
	transition: var(--basic-transition);
	background-color: var(--main-color);

}
.site-button a:hover {
	color: var(--main-color);
	background-color: var(--hover-color);
}

/* Sections Spacing */
.site-row-p20x {
	padding-top: 20px;
	padding-bottom: 20px;
}

.site-row-pt20x {
	padding-top: 20px;
}

.site-row-pb20x {
	padding-bottom: 20px;
}

.site-row-p25x {
	padding-top: 25px;
	padding-bottom: 25px;
}

.site-row-pt25x {
	padding-top: 25px;
}

.site-row-pb25x {
	padding-bottom: 25px;
}

.site-row-p30x {
	padding-top: 30px;
	padding-bottom: 30px;
}

.site-row-pt30x {
	padding-top: 30px;
}

.site-row-pb30x {
	padding-bottom: 30px;
}

.site-row-p35x {
	padding-top: 35px;
	padding-bottom: 35px;
}

.site-row-pt35x {
	padding-top: 35px;
}

.site-row-pb35x {
	padding-bottom: 35px;
}

.site-row-p50x {
	padding-top: 50px;
	padding-bottom: 50px;
}

.site-row-pt50x {
	padding-top: 50px;
}

.site-row-pb50x {
	padding-bottom: 50px;
}

.site-row-p40x {
	padding-top: 40px;
	padding-bottom: 40px;
}

.site-row-pt40x {
	padding-top: 40px;
}

.site-row-pb40x {
	padding-bottom: 40px;
}

.site-row-p70x {
	padding-top: 70px;
	padding-bottom: 70px;
}

.site-row-pt70x {
	padding-top: 70px;
}

.site-row-pb70x {
	padding-bottom: 70px;
}

.site-row-p100x {
	padding-top: 100px;
	padding-bottom: 100px;
}

.site-row-pt100x {
	padding-top: 100px;
}

.site-row-pb100x {
	padding-bottom: 100px;
}

.site-row-p140x {
	padding-top: 140px;
	padding-bottom: 140px;
}

.site-row-pt140x {
	padding-top: 140px;
}

.site-row-pb140x {
	padding-bottom: 140px;
}

.site-row-p180x {
	padding-top: 180px;
	padding-bottom: 180px;
}

.site-row-pt180x {
	padding-top: 180px;
}

.site-row-pb180x {
	padding-bottom: 180px;
}

.site-row-p200x {
	padding-top: 200px;
	padding-bottom: 200px;
}

.site-row-pt200x {
	padding-top: 200px;
}

.site-row-pb200x {
	padding-bottom: 200px;
}

/* VC Styles */
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
	margin-bottom: 0 !important;
}

.vc_col-has-fill>.vc_column-inner,
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_column_container>.vc_column-inner {
	padding-top: 0 !important;
}

.vc_section.vc_section-has-fill,
.vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section,
.vc_section.vc_section-has-fill+.vc_section {
	padding-top: 0 !important;
}

.wpb_text_column h1,
.wpb_text_column h2,
.wpb_text_column h3,
.wpb_text_column h4,
.wpb_text_column h5,
.wpb_text_column h6 {
	margin-bottom: 15px;
}

.wpb_text_column p {
	margin-bottom: 15px;
}

.wpb_text_column p strong {
	color: #6c4932;
	font-weight: 600 !important;
}

.wpb_text_column iframe {
	width: 100% !important;
	height: 500px !important;
}

.wpb_text_column ul,
.wpb_text_column ol {
	padding: 0 0 0 15px;
	margin: 0 0 10px 0;
}

.wpb_text_column ul li,
.wpb_text_column ol li {
	margin-bottom: 5px;
	line-height: 2;
}

.wpb_text_column p a,
.wpb_text_column li a {
	color: #313132;
	text-decoration: underline;
}

.wpb_text_column .wp-video {
	width: 100% !important;
}

/* 404 Page Styles */
.error404 .main-header{
	background-color: var(--hover-color);
}
.no-result-page {
	text-align: center;
	padding-top: 220px;
	padding-bottom: 100px;
}

.no-result-page img {
	width: auto;
	height: 150px;
	margin-bottom: 35px;
}

.no-result-page h1 {
	font-size: 42px;
	font-weight: 500;
	margin: 0 0 25px 0;
}

.no-result-page p {
	margin-bottom: 25px;
}

.no-result-page .site-button-dark {
	margin-top: 35px;
	justify-content: center;
}

.no-result-page .site-button {
	justify-content: center;
}

/* CF7 Styles */
.wpcf7-spinner {
	display: none;
}

.wpcf7-response-output {
	display: none;
}

.wpcf7 .sent .wpcf7-response-output {
	font-size: 14px;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	padding: 10px 0 0 0;
}

.wpcf7-not-valid-tip {
	font-size: 13px;		
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output .wpcf7 form .wpcf7-response-output {
	padding: 0;
	margin: 0;
	border: none;
}

/* ============================================== */
/* ================ header styles =============== */
/* ============================================== */
/* Navigation */
.main-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: auto;
	z-index: 9;
	margin: 0;
	transition: 0.3s ease;
	background-color: transparent;
}
.main-header.main-header-fixed{
	background-color: var(--hover-color);
}
.main-nav {
	display: flex;
	padding: 15px 50px;
}
.nav-logo {
	width: 20%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav-logo a {
	display: flex;
	height: 90px;
}

.nav-logo img {
	display: block;
	height: 90px;
	width: auto;
}

.nav-menu {
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.nav-menu ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu ul li {
    position: relative;
    display: flex;
    padding: 0;
    align-items: center;
    margin-right: 40px;
}

.nav-menu ul li a {	
	position: relative;
	padding: 0;
	font-size: 17px;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	color: var(--white-color);
}

.nav-menu ul li a::after {
	content: '';
	position: absolute;
	top: auto;
	bottom: -3px;
	left: 0;
	width: 0;
	height: 1px;
	transition: width 0.3s;
	background-color: var(--white-color);
}

.nav-menu ul li a:hover::after {
	width: 100%;
}

.nav-tools {
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.nav-cta-button a{	
	cursor: pointer;
	font-size: 20px;
	font-weight: 400;
	text-decoration: none;
	color: var(--white-color);
}

/* Mobile Navigation */
.nav-tools-mobile {	
	display: none;
}

.menu-open-mobile {
	cursor: pointer;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.menu-open-mobile span {
	width: 25px;
	height: 1px;
	background-color: var(--white-color);
}

.menu-open-mobile span:nth-child(2) {
	margin-top: 5px;
}

.menu-open-mobile span:nth-child(3) {
	margin-top: 5px;
}

.site-overlay {
	cursor: pointer;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s linear;
	background: rgba(0, 0, 0, 0.6);
}

.mobile-menu {
	position: fixed;
	left: 0;
	right: auto;
	top: 0;
	bottom: 0;
	width: 320px;
	background-color: var(--hover-color);
	z-index: 11;
	overflow: auto;
	transform: none;
	transform: translate3d(-100%, 0, 0);
	transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.mobile-menu-header {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mobile-menu-inner {
	padding: 15px;
}

.mobile-menu-logo img,
.mobile-menu-logo {
	height: 65px;
	width: auto;
}

.mobile-menu-active .mobile-menu {
	transform: none;
}

body.mobile-menu-open {
	overflow: hidden;
}

.mobile-menu-open .site-overlay {
	opacity: 1;
	visibility: visible;
}

.menu-close {
	display: block;
	width: 22px;
	height: 22px;
	text-align: center;
	margin-left: auto;
}

.menu-close::before,
.menu-close::after {
	position: absolute;
	content: ' ';
	height: 22px;
	width: 1.5px;
	background-color: var(--white-color);
}

.menu-close::before {
	transform: rotate(45deg);
}

.menu-close::after {
	transform: rotate(-45deg);
}

.mobile-menu-close {
	position: absolute;
	top: 0;
	right: 0;
}

.mobile-menu-close-inner {
	cursor: pointer;
	display: flex;
	color: #313132;
	align-items: center;
}

.mobile-menu-content {
	padding: 15px 0;
	margin: 15px 0;
	text-align: center;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

.mobile-menu-content ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.mobile-menu-content ul li {
	position: relative;
	margin-bottom: 15px;
}

.mobile-menu-content ul li:last-of-type {
	margin-bottom: 0;
}

.mobile-menu-content ul li a {
	position: relative;
	color: var(--white-color);
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
}

.mobile-menu-content .sub-menu {
	display: none;
	margin-top: 10px;
	padding-left: 10px;
}

.mobile-menu-content .sub-menu li a {
	opacity: 0.5;
}

.mobile-menu-content .sub-menu .sub-menu {
	display: block;
}

.mobile-menu-content li.sub-menu-parent::after {
	content: none !important;
}

.mobile-menu-content li.sub-menu-parent .sub-menu {
	padding-left: 0;
}

.mobile-menu-content li.sub-menu-separator {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

.mobile-menu-content li.sub-menu-parent>a {
	opacity: 1 !important;
}

.mobile-menu-content ul .is-active.menu-item-has-children::after {
	transform: rotate(-180deg);
}

.mobile-menu-content ul li.menu-item-has-children::after {
	content: '';
	position: absolute;
	top: 5px;
	right: 0;
	width: 12px;
	height: 7px;
	transition: transform 0.3s ease;
	background-position: center right;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg class='menu-toggle-icon' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 352 192'%3E%3Cpath d='M176 192a15.97 15.97 0 0 1-6.124-1.215 15.964 15.964 0 0 1-5.188-3.473l-160-160c-6.252-6.252-6.252-16.376 0-22.624 6.252-6.248 16.376-6.252 22.624 0L176 153.376 324.688 4.688c6.252-6.252 16.376-6.252 22.624 0 6.248 6.252 6.252 16.376 0 22.624l-160 160a15.964 15.964 0 0 1-5.188 3.473A15.97 15.97 0 0 1 176 192Z' fill='%23010314'%3E%3C/path%3E%3C/svg%3E");
}
.mobile-menu-footer ul{
	display: flex;
	gap: 15px;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;	
	list-style: none;
}
.mobile-menu-footer ul li svg{
	width: 35px;
	height: 35px;
}

/* Single page header */
.site-header {
	position: relative;
}

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

.site-header-image figure {
	height: 450px;
}

.site-header-image figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.site-header-caption {
	position: absolute;
	top: 55%;
	left: 50%;
	width: 100%;
	text-align: center;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.site-header .page-breadcrumbs span.breadcrumbs-separator {
	padding: 0 5px;
}

.site-header .page-breadcrumbs a,
.site-header .page-breadcrumbs span {
	color: var(--white-color);
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.site-header .page-breadcrumbs span.breadcrumbs-current {
	opacity: 0.8;
}

.site-header-inner {
	position: relative;
	height: 100%;
}

.site-header-content {
	color: var(--white-color);
}

.site-header-content h1 {
	margin: 10px 0;
	font-size: 52px;
	font-weight: 300;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.site-header-content p {
	font-size: 18px;
	font-weight: 300;
}

/* Single Page Header Default */
.page-header-default {
	padding: 100px 0 0 0;
}

.page-header-default .page-breadcrumbs span.breadcrumbs-separator {
	padding: 0 5px;
}

.page-header-default .page-breadcrumbs a,
.page-header-default .page-breadcrumbs span {
	color: #313132;
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
}

.page-header-default .page-breadcrumbs span.breadcrumbs-current {
	color: var(--white-color);
}

.page-header-default h1 {
	font-size: 90px;
	text-transform: uppercase;
}

.page-header-default p {
	font-size: 20px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.39);
}

/* ============================================== */
/* =============== elements styles ============== */
/* ============================================== */

/* home hero */
.site-hero {
	position: relative;
}
.hero-image figure{
	height: 100vh;
}
.hero-image figure:before{
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}
.hero-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom center;
}
.hero-caption {
	position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    transform: translateY(-50%);
}
.hero-caption-content{
	display: flex;
	text-align: center;
    flex-direction: column;
}
.hero-caption-content p {
	margin: 20px 0 30px 0;
	font-size: 18px;
	font-weight: 400;	
	color: var(--white-color);
}
.hero-caption-content h1 {	
	font-size: 62px;
	text-transform: uppercase;
	color: var(--white-color);
}
.hero-btn .site-button{
	justify-content: center;
}

/* info block */
.info-block {
	position: relative;
}
.info-block-left .site-row {
	flex-direction: row-reverse;
}
.info-block-content {
	padding-right: 70px;
}
.info-block-left .info-block-content {
	padding-right: 0;
	padding-left: 70px;
}
.info-block-content h5 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 15px;
	color: #DABD91;
	text-transform: uppercase;
}
.info-block-content h2 {	
	font-size: 52px;
	margin: 0 0 15px 0;
	color: var(--black-color);
}
.info-block-content .site-button {
	margin-top: 35px;
}
.info-block-content .site-button a {
	color: var(--white-color);
	background-color: var(--black-color);
}
.info-block-content .site-button a:hover {
	color: var(--black-color);
	background-color: var(--white-color);
}
.info-block-content p{
	margin-bottom: 15px;
	color: var(--black-color);
}

.info-block-content p:last-of-type{
	margin-bottom: 0;
}

.info-block-content strong {
	color: #007c8a;
	font-weight: 400;
	font-style: italic;
}

.info-block-content p:last-of-type {
	margin-bottom: 0;
}

.info-block-image {
	height: 650px;
}
.info-block-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;	
	object-position: center center;
}


/* bubbles info block */
.info-block-bubbles-left .site-row {
	flex-direction: row-reverse;
}

.info-block-bubbles-content {
	padding-right: 70px;
}

.info-block-bubbles-left .info-block-bubbles-content {
	padding-right: 0;
	padding-left: 70px;
}

.info-block-bubbles {
	position: relative;
}

.info-block-bubbles-content {
	color: var(--dark-color);
}

.info-block-bubbles-content h2 {	
	font-size: 42px;
	font-weight: 700;	
	margin-bottom: 25px;
}

.info-block-bubbles-content p {	
	font-weight: 400;
	margin-bottom: 20px;
	color: var(--dark-color);
}

.info-block-bubbles-content strong {
	color: var(--black-color);
	font-weight: 700;
}

.info-block-bubbles-list {
	margin-bottom: 20px;
}

.info-block-bubbles-list span {	
	display: inline-block;
	padding: 10px 15px;
	border-radius: var(--border-r-10);
	margin: 0 5px 5px 0;
	color: var(--black-color);
	background-color: var(--white-color);
}
.info-block-bubbles-list span:last-of-type{
	margin: 0;
}

.info-block-bubbles-image {
	height: 700px;
}

.info-block-bubbles-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

/* Page CTA */
.page-cta {
	position: relative;
	margin-bottom: 30px;
}

.page-cta-image::before {
	content: '';
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(-90deg, rgba(0,0,0,0) 22%, rgba(43,26,18,1) 100%);
}

.page-cta-image {
	height: 500px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.page-cta-caption {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}

.page-cta-content {
	color: var(--white-color);
	width: 30%;
	margin: 0 auto 0 40px;
}

.page-cta-content h2 {
	font-size: 42px;	
	font-weight: 400;
	margin: 0 0 20px 0;
}

.page-cta-content p {
	font-size: 18px;
	font-weight: 400;
}
/* ============================================== */
/* ================ Cristi Style =============== */
/* ============================================== */
/* Contact Block */
.site-contact-block{
	padding: 40px 30px;
	background-color: #FBF8F4;
}
.site-contact-block h2{	
	font-size: 35px;
	text-align: center;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.contact-block-content{
	text-align: center;
	padding: 20px 0;
	background-color: var(--white-color);
}
.contact-block-content h4 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.contact-block-content p,
.contact-block-content p a{		
	text-decoration: none;
	color: var(--black-color);
}
.contact-block-item {
	margin-bottom: 15px;
}
.contact-block-item:last-of-type {
	margin-bottom: 0;
}


/* Review Slider */
.review_slider {
	position: relative;
}
.review-slider-item::before{
	content: "";
	position: absolute;
	bottom: 30px;
	left: 30px;
	width: 40px;
	height: 30px;
	background: url('assets/images/quote-down.svg');
	background-repeat: no-repeat;
}
.review-slider-item::after{
	content: "";
	position: absolute;
	top: 30px;
	right: 30px;
	width: 40px;
	height: 30px;
	background: url('assets/images/quote-up.svg');
	background-repeat: no-repeat;
}
.review-slider-item{		
	padding: 30px;
	text-align: center;
	background-color: #ffffff60;	
	border: var(--border-basic) var(--hover-color);
}
.review-caption-heading figure{
	height: 100px;
	margin-bottom: 30px;
}
.review-caption-heading figure img{
	width: var(--width-100);
	height: var(--height-100);
	object-fit: contain;
	object-position: center center;
}
.review-caption-heading h4{
	font-size: var(--font-p);
	font-style: italic;
	font-weight: 300;
	color: #30341D;
	margin-top: 15px;
	margin-bottom: 30px;
}
.review-slider .swiper-pagination {	
	position: static !important;
	margin: 25px 0 0 0 !important;	
}
.review-slider .swiper-pagination-bullet {
	margin: 0 7px !important;
	opacity: 0.5;
	padding: 5px;
	border-width: 1.5px;
	border-radius: var(--border-r-50);
	border: var(--border-basic) var(--hover-color);
	background: var(--white-color);
}
.review-slider .swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--hover-color);
}



/* Number Block */
.number-block{
	position: relative;
}
.number-block:before{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 390px;
	height: 100%;
	transform: translateX(-50%);
	background: url('assets/images/logo-minimal.svg');
	background-repeat: no-repeat;
}
.number-block .number-block-heading{
	text-align: center;
}
.number-block .number-block-heading h2{	
	font-size: 60px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.number-block .number-block-heading p{
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
}
.number-block-wrapper{
	gap: 30px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}
.number-block-wrapper .number-block-item{
	padding: 70px 50px;
	display: flex;
	gap: 40px;
	margin-top: 30px;
	text-align: center;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	border: 1px solid #DABD91;
}
.number-block-wrapper .number-block-item h3{	
	font-size: 70px;
	color: #DABD91;
	text-transform: uppercase;
}
.number-block-wrapper .number-block-item h4{	
	font-size: 22px;
	text-transform: uppercase;
}

/* Our Services */
.our-services {
	position: relative;	
}
.our-services .mySwiperServices{
	margin-top: 35px;
}
.our-services-heading h2{	
	font-size: 52px;
	text-align: center;
	text-transform: uppercase;
}
.services-carousel-item{
	position: relative;
}
.services-carousel-item .services-carousel-item-heading h3{	
	font-size: 32px;	
	margin: 15px 0;
	text-transform: uppercase;
}
.services-carousel-item .services-carousel-item-images figure::before{
	content: '';
	position: absolute;
	top: 15px;
	right: 15px;
	width: 20px;
	height: 20px;
	z-index: 9;
	background-size: contain;
	background-repeat: no-repeat;	
	background-position: center center;	
	background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M13.95 11.613V3.042A2.365 2.365 0 0 0 11.567.658H3.042A2.367 2.367 0 0 0 .658 3.042v8.57a2.367 2.367 0 0 0 2.384 2.384h8.57c1.284-.046 2.338-1.1 2.338-2.383Zm2.017-6.738v7.38a3.775 3.775 0 0 1-3.759 3.757H4.83c-.275 0-.412.321-.229.505.458.504 1.1.825 1.88.825h6.14a4.714 4.714 0 0 0 4.722-4.721V6.479c0-.733-.321-1.42-.825-1.879-.23-.183-.55 0-.55.275h-.001Z' fill='%23fff'/%3E%3C/svg%3E");
}
.services-carousel-item .services-carousel-item-images figure::after{
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
}
.services-carousel-item .services-carousel-item-images figure{	
	position: relative;
	height: 350px;
}
.services-carousel-item .services-carousel-item-images figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.our-services .swiper-button-disabled {
    display: none
}
.our-services .swiper-button-prev {
    left: -55px;
}
.our-services .swiper-button-next {
    right: -55px;
}
.our-services .swiper-button-next:after,
.our-services .swiper-button-prev:after {
	content: '';
	width: 25px;
	height: 50px;
	background-repeat: no-repeat;
    font-size: 16px!important;
    color: var(--white-color)
}
.our-services .swiper-button-prev:after {
    margin-left: -3px;
	background: url('assets/images/arrow-prev.svg');
}
.our-services .swiper-button-next:after {
    margin-right: -3px;
	background: url('assets/images/arrow-next.svg');

}

/* Info about */
.info-about{
	padding: 70px 0;
	background-color: var(--white-color);
}
.info-about-caption-holder{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 10px;
}
.info-about-caption h5{
	font-size: 18px;
	font-weight: 400;
	color: #DABD91;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.info-about-caption h2{	
	font-size: 52px;
	margin-bottom: 15px;	
	text-transform: uppercase;
}
.info-about-content-holder{
    display: grid;
    align-items: center;
    justify-items: center;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	margin-top: var(--gap-50);
}
.info-about-content{
	display: flex;
	padding: 30px;
	gap: var(--gap-50);
	text-align: center;
	flex-direction: column;
	width: var(--width-100);
	height: var(--height-100);
	justify-content: space-between;	
	background-color: rgba(83, 91, 52, 0.15);
}
.info-about-content h3{	
	font-size: var(--font-h3);
	line-height: 1.3;
	text-align: center;
	text-transform: uppercase;
}
.info-about-content span{	
	font-size: var(--font-h1);
	font-weight: 400;
	align-self: flex-start;
}
.info-about-content-holder svg{
	width: auto;
	height: 48px;
}

/* Custom Tab */
.custom-tabs-wrapper .custom-tabs-wrapper-heading{
	position: relative;
}
.custom-tabs-wrapper .custom-tabs-wrapper-heading h2{	
	font-size: 52px;
	text-align: center;
	margin: 70px 0 0 0;
	text-transform: uppercase;
}
.custom-tabs-wrapper .tab-header-content-number{
	position: absolute;
	top: 0;
	left: 0;
}
.custom-tabs-wrapper .tab-header-content-number h4{
	font-size: 100px;
	color: var(--main-color);
	text-transform: uppercase;
	text-shadow: 3px 4px 4px rgba(0, 0, 0, 0.25);
}
.custom-tabs-wrapper .tab-header-content-image figure {
	height: 350px;
}
.custom-tabs-wrapper .tab-header-content-image figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.custom-tabs-wrapper .tab-header-content-caption h2{	
	font-size: 24px;
	margin-top: 25px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px; 
	color: var(--gray-color);
}
.custom-tabs-wrapper .tab-header-content-caption p{
	font-size: 20px;
	text-align: center;
	color: var(--gray-color);
}
.tab-header .tab-header-content{
	cursor: pointer;
	position: relative;
	display: flex;
	padding: 0 25px 10px 25px;
	flex-direction: column;
	filter: grayscale(1);
	transition: all 0.3s ease;
}
.tab-header .tab-header-content.active{
	filter: grayscale(0);
}
.tab-header .tab-header-content.active h2{
	color: var(--black-color);
}
.tab-header .tab-header-content-holder{
	display: flex;
	align-items: center;
	justify-content: center;
}

.tab-header{
	padding-bottom: 50px;
}
.tab-header-content-holder {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.tab-header-content {
    position: relative;
    padding: 20px;
    text-align: center;
    cursor: pointer;
}
.tab-header-point {
    width: 15px;
    height: 15px;
    background-color: var(--point-color, #D6B167);
    border-radius: 50%;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    transition: transform 0.4s ease, border 0.4s ease;
}
.tab-header-content.active .tab-header-point {
    border: 2px solid var(--border-color, #D6B167);
    transform: translateX(-50%) scale(1.2);
}

.tab-indicator-line {
    position: absolute;
    bottom: -14px;
    left: 0;
	right: 0;
	margin: 0 auto;
    width: 100%;
    height: 2px;
    background-color: var(--line-color, #D6B167);
}

.tab-header-content:hover .tab-header-point {
    transform: translateX(-50%) scale(1.1);
}


/* video block */
.video-block {
	position: relative;
}
.video-block-image {
	height: 500px;
}
.video-block-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.video-block-image::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
}
.video-block-icon {
	text-align: center;
	position: absolute;
	z-index: 8;
	top: 50%;
	left: 50%;
	width: 85px;
	height: 85px;	
	transform: translate(-50%, -50%);
}
.video-block-icon a {
	cursor: pointer;
	height: 65px;
	display: block;
}
.video-block-icon svg {
	height: 65px;
	width: auto;
}

/* Restaurant Section */
.restaurant-section{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.restaurant-section::before{
	content: '';
	position: absolute;
	bottom: 0;
	right: 10%;
	width: 520px;
	height: 570px;
	background: url('assets/images/logo-minimal.svg');
	background-repeat: no-repeat;
}
.restaurant-section .restaurant-section-header h3{
	font-size: 18px;
	font-weight: 500;
	color: var(--main-color);
	text-transform: uppercase;
}
.restaurant-section .restaurant-section-header h2{	
	font-size: 60px;
	line-height: 1.1;
	text-transform: uppercase;
}
.restaurant-section .restaurant-section-left{
	display: flex;
	grid-column: span 2;
	flex-direction: column;
	gap: 30px;
}
.restaurant-section .restaurant-section-content{
	gap: 30px;
	display: grid;
    grid-template-columns: repeat(2, 1fr);
	margin-top: 15px;
}
.restaurant-section .restaurant-section-content p{
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 25px;
}
.restaurant-section .restaurant-section-content p:last-of-type{
	margin: 0;
}
.restaurant-section .restaurant-section-content .site-button a{
	margin-top: 25px;
	padding: 0 100px;
}
.restaurant-section .restaurant-description-image figure{
	height: 700px;
	position: relative;
	z-index: 8;
}
.restaurant-section .restaurant-description-image figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.restaurant-section .restaurant-section-bottom-container{
	display: flex;
	gap: 30px;
}
.restaurant-section .restaurant-section-bottom-container figure{
	height: 400px;
}
.restaurant-section .restaurant-section-bottom-container figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

/* Companies Logos */
.companies-logos{
	gap: 30px;
	display: grid;
	margin-top: 50px;
    grid-template-columns: repeat(4, 1fr);
}
.company-logo-holder{
	display: flex;
	align-items: center;
	justify-content: center;
}
.company-logo-holder:hover img{
	filter: grayscale(0);
}
.company-logo-holder a{
	height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.company-logo-holder img{
	width: 100%;
    height: 100%;
    max-width: 70%;
	filter: grayscale(1);
	transition: all 0.3s ease;
    object-fit: contain;
    object-position: center center;
}

/* Marquee */
:root {
	--marquee-width: 100%;
	--marquee-height: auto;
	--marquee-elements-displayed: 10;
	--marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
	--marquee-animation-duration: calc(var(--marquee-elements) * 3s);
}

.marquee {
	width: var(--marquee-width);
	height: var(--marquee-height);
	overflow: hidden;
	position: relative;
	background-color: var(--brown-color);
}

.marquee-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	margin: 35px 0;
	list-style: none;
	animation: scrolling var(--marquee-animation-duration) linear infinite;
}

.marquee-content:hover {
	animation-play-state: paused;
}

@keyframes scrolling {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
	}
}

.marquee-content li{
	display: flex;
	align-items: center;
	padding: 0 25px;
	max-height: 100%;
	white-space: nowrap;
}
.marquee-content li a{	
	font-size: 24px;
	font-weight: 400;
	color: #FAF6EA;
	text-decoration: none;
	text-transform: uppercase;
}

.marquee-content li figure {
	display: flex;
	align-items: center;
	width: 35px;
	height: auto;
}

.marquee-content li figure img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
}

/* Tab Program */
.tab-program .tab-program-heading{
	width: 60%;
    margin: 0 auto;
	text-align: center;
}
.tab-program .tab-program-heading h2{
	position: relative;	
	font-size: 50px;
	font-weight: 400;
	margin-bottom: 35px;
	color: var(--white-color);
}
.tab-program .tab-program-heading h2::before{
	content: '';
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 0;
    width: 197px;
    height: 50px;
    transition: width 0.3s;
	transform: translateY(-50%);
    background: url('assets/images/program-heading-icon.svg');
}
.tab-program .tab-program-heading h2::after{
	content: '';
    position: absolute;
    top: 50%;
    bottom: auto;
    right: 0;
    width: 197px;
    height: 50px;
    transition: width 0.3s;
	transform: translateY(-50%) scaleX(-1);
    background: url('assets/images/program-heading-icon.svg');
}

.tab-program .tab-program-heading p{
	color: var(--white-color);
}
.tab-program .tab-program-content{
	margin-top: 50px;
}
.tab-program .tab-program-content ul.tab-list{
	gap: 35px;
	margin: 0 0 50px 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
	justify-content: center;
}
.tab-program .tab-program-content ul.tab-list li.tab-item{
	position: relative;	
	cursor: pointer;
	font-size: 32px;
	font-weight: 400;
	padding: 15px 50px;
	border-radius: 5px;
	color: var(--white-color);
	border: 1px solid #FCF9EF;
	background-color: transparent;
	transition: all 0.3s ease;
}

.tab-program .tab-program-content ul.tab-list li.tab-item:hover,
.tab-program .tab-program-content ul.tab-list li.tab-item.active{
	color: var(--main-color);
	background-color: #FCF9EF;
}

.tab-program .tab-program-content ul.tab-list li.tab-item::before {
    content: '';
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 10%;
    width: 20px;
    height: 20px;
    transition: width 0.3s;
	transform: translateY(-50%);
	background-repeat: no-repeat !important;
    background: url('assets/images/program-tab.svg');
}
.tab-program .tab-program-content ul.tab-list li.tab-item::after {
    content: '';
    position: absolute;
    top: 50%;
    bottom: auto;
    right: 10%;
    width: 20px;
    height: 20px;
    transition: width 0.3s;
	transform: translateY(-50%) scaleX(-1);
	background-repeat: no-repeat !important;
    background: url('assets/images/program-tab.svg');
}
.tab-program .tab-program-content ul.tab-list li.tab-item:hover::before,
.tab-program .tab-program-content ul.tab-list li.tab-item.active::before {
    content: '';
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 10%;
    width: 20px;
    height: 20px;
    transition: width 0.3s;
	transform: translateY(-50%);
    background: url('assets/images/program-tab-active.svg');
}
.tab-program .tab-program-content ul.tab-list li.tab-item:hover::after,
.tab-program .tab-program-content ul.tab-list li.tab-item.active::after {
    content: '';
    position: absolute;
    top: 50%;
    bottom: auto;
    right: 10%;
    width: 20px;
    height: 20px;
    transition: width 0.3s;
	transform: translateY(-50%) scaleX(-1);
    background: url('assets/images/program-tab-active.svg');
}

.tab-program .tab-content .program-image figure{
	width: auto;
	height: 100%;
}
.tab-program .tab-content .program-image figure img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
}
.tab-program .tab-content .program-list .program-list-item:first-of-type{
	padding-top: 0;
}
.tab-program .tab-content .program-list .program-list-item{
	padding: 15px 0;
	border-bottom: 1px solid var(--white-color);
}
.tab-program .tab-content .program-list .program-list-item:hover .program-list-item-holder{
	transition: background-color 0.4s ease;
	background-color: var(--orange-light-color)20;
}
.tab-program .tab-content .program-list .program-list-item-holder{
	display: flex;
	align-items: center;	
	padding: 0;
	background-color: transparent;
}
.tab-program .tab-content .program-list .program-list-item .program-list-item-time h3{	
	font-size: 30px;
	font-weight: 400;
	color: #faf6ea;
}
.tab-program .tab-content .program-list .program-list-item .program-list-item-info p{
	color: var(--white-color);
}
.tab-program .tab-content .program-list .program-list-item .program-list-item-info p strong{
	color: var(--orange-color);
}

/* Singers Carousel */
.singers-wrapper{
	display: flex;
	flex-direction: column;
	gap: 35px;
}
.singers-wrapper .singers-heading{
	display: flex;
	width: 60%;
	margin: 0 auto;
	text-align: center;
	flex-direction: column;	
}
.singers-wrapper .singers-heading h2{	
	font-size: 50px;
	font-weight: 400;
	margin-bottom: 15px;
	color: var(--brown-color);
}
.singers-wrapper .singers-heading p{
	color: var(--main-color);
}
.singers-wrapper .singers-holder{
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(3, 1fr);
}
.singers-wrapper .singers-holder .singer-item{
	cursor: pointer;
}
.singers-wrapper .singers-holder .singer-item:hover figure img{
	filter: grayscale(0);
}
.singers-wrapper .singers-holder .singer-item a{
	text-decoration: none;
}
.singers-wrapper .singers-holder .singer-item figure{
	width: auto;
	height: 500px;
}
.singers-wrapper .singers-holder .singer-item figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(1);
	transition: all 0.3s ease;
	object-position: top center;
}
.singers-wrapper .singers-holder .singer-item h3{	
	font-size: 24px;
	font-weight: 400;
	margin-top: 20px;
	color: var(--main-color);
}
/* .singers-holder .mySwiperSingers {
    overflow: visible;
} */
.singers-holder .swiper-scrollbar {
	position: static;
	width: 100%;
	margin: 35px auto 0 auto;
	height: 4px;
}
.singers-holder .swiper-scrollbar .swiper-scrollbar-drag {
	background: var(--main-color);
}

.singer-caption-active .singer-caption-holder {
    display: block;
}
.singer-caption-holder {
    display: none;
    z-index: 11;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 70%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
body.singer-modal-open {
    overflow: hidden;
}
.singer-modal-open .site-overlay {
    opacity: 1;
    visibility: visible;
}
.singer-caption-close {
    position: absolute;
    top: 10px;
    right: 10px;
}
.singer-caption-close-icon {
    cursor: pointer;
    display: block;
    width: 25px;
    height: 25px;
    text-align: center;
    margin-left: auto;
}
.singer-caption-close-icon::before,
.singer-caption-close-icon::after {
    position: absolute;
    content: ' ';
    height: 25px;
    width: 2px;
    background-color: var(--orange-color);
}
.singer-caption-close-icon::before {
    transform: rotate(45deg);
}
.singer-caption-close-icon::after {
    transform: rotate(-45deg);
}
.singer-bio-holder{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--white-color);
	padding: 30px 20px;
}
.singer-bio-holder .singer-bio-image figure{
	height: 550px;
}
.singer-bio-holder .singer-bio-image figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}
.singer-bio-image{
	width: 35%;
}
.singer-details{
	width: 60%;
	margin-left: 5%;
}
.singer-details .singer-details-header{
	margin: 0 0 20px 30px;
}
.singer-details .singer-details-header h2{	
	font-size: 42px;
	font-weight: 400;
	color: #21130D;
}
.singer-details .singer-details-header h2 span{	
	font-size: 18px;
	font-weight: 400;
	color: #4D2B1F;
	padding-left: 15px;
}
.singer-details-list{
	display: none;
}
.singer-details-list .singer-table{
	width: 100%;
	margin: 0;
	padding: 30px;
	background-color: #FAF6EA;
}
.singer-details-list .singer-table tr{
	display: flex;
	gap: 15px;
	align-items: center;
	margin-bottom: 15px;
}
.singer-details-list .singer-table tr:last-of-type{
	margin: 0;
}
.singer-details-list .singer-table tr td{
	font-size: 16px;
	font-weight: 300;
	color: #21130D;
	opacity: 0.7;
}
.singer-details-list ul.singer-list li strong{
	font-size: 16px;
	font-weight: 500;
	color: #21130D;
}
.singer-description{
	margin: 30px 0 0 30px;
}
.singer-description p{
	margin-bottom: 15px;
}
.singer-description p:last-of-type{
	margin: 0;
}


/* Ticket wrapper */
.ticket-grid{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
.ticket-card:first-of-type{
	border: none;
	padding: 0;
	justify-content: flex-start;
}
.ticket-card:first-of-type::before{
	content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 280px;
    height: 250px;
    transition: width 0.3s;
	background: url('assets/images/ticket-icon.svg');
	background-repeat: no-repeat;
	opacity: 0.1;
}
.ticket-card:first-of-type h2{	
	font-size: 50px;
	font-weight: 400;
}
.ticket-card{
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding: 40px;
	justify-content: space-between;
	border: 1px solid var(--main-color);
	transition: all 0.3s ease;
}
.ticket-card:first-of-type:hover{
	background-color:transparent;
}
.ticket-card:hover{
	background-color: var(--brown-color);
}
.ticket-card:hover .ticket-card-price h2{
	color: var(--white-color);
}
.ticket-card:hover .ticket-card-desc li{
	color: var(--white-color);
}
.ticket-card .ticket-card-price h2{	
	font-size: 70px;
	font-weight: 400;
	color: var(--brown-color);
	margin-top: 30px;
}
.ticket-card-desc ul{
	margin: 0;
	padding: 0 0 0 20px;	
}
.ticket-card .ticket-card-desc li{
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 15px;
	color: var(--main-color);
}
.ticket-card .ticket-card-desc li:last-of-type{
	margin-bottom: 0;
}

/* Ticket zone */
.ticket-card .ticket-card-zone{
	position: absolute;
	top: 0;
	right: 0;
    padding: 10px 15px;
	background-color: var(--orange-color);
	transition: all 0.3s ease;
}
.ticket-card .ticket-card-zone p{
	display: none;
}
.ticket-card .ticket-card-zone span{	
	font-size: 20px;
	font-weight: 600;
	color: var(--white-color);
	transition: all 0.3s ease;
}

/* Ticket button */
.ticket-button a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;	
	font-size: 16px;
	font-weight: 500;
	height: 50px;
	line-height: 50px;
	width: 100%;
	text-decoration: none;
	color: var(--white-color);
	text-transform: uppercase;
	transition: all 0.3s ease;
	background-color: var(--orange-light-color);
}
.ticket-button a svg{
	width: auto;
	height: 20px;
	transition: all 0.3s ease;
}
.ticket-button a svg:last-of-type{
	display: none;
}
.ticket-card:hover .ticket-button a {
	background-color: #FCF9EF;
	color: var(--brown-color);
}
.ticket-card:hover .ticket-button a svg path{
	fill: var(--brown-color);
}
.ticket-button a:hover svg:first-of-type{
	display: none;
}
.ticket-button a:hover svg:last-of-type{
	display: block;
}

/* Event Wine */
.event-wine{
	background-color: #FCF9EF;
}
.event-wine-background{
	position: relative;
}
.event-wine-background figure{
	width: auto;
	height: 800px;
}
.event-wine-background figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.event-wine-icon{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.event-wine-icon svg{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #ffffff;
}
.event-wine-content{
	gap: 50px;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
}
.event-wine-content .event-wine-content-medals-info,
.event-wine-content .event-wine-content-about{
	grid-column: span 5;
}
.event-wine-content .event-wine-content-wine-image{
	grid-column: span 2;
}
.event-wine-content .event-wine-content-medals-info .event-wine-content-medals{
	gap: 10px;
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}
.event-wine-content .event-wine-content-medals-info .event-wine-content-medals figure{
	height: 150px;
}
.event-wine-content .event-wine-content-medals-info .event-wine-content-medals figure img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
}
.event-wine-content .event-wine-content-medals-info .event-wine-content-medals-desc{
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.event-wine-content-medals-desc h2{
	font-size: 50px;
	font-weight: 400;
	color: var(--brown-color);
	margin-bottom: 20px;
}
.event-wine-content .event-wine-content-wine-image figure{
	height: auto;
	width: auto;
}
.event-wine-content .event-wine-content-wine-image figure img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: top center;
}
.event-wine-content .event-wine-content-about h2{	
	font-size: 50px;
	font-weight: 400;
	color: var(--brown-color);
	margin-bottom: 30px;
}
.event-wine-content .event-wine-content-about h3{
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 30px;
	font-weight: 500;
	color: var(--orange-color);
	margin-bottom: 20px;
}
.event-wine-content .event-wine-content-about svg{
	width: 30px;
	height: 40px;
}
.event-wine-content .event-wine-content-about p{
	margin-bottom: 15px;
}
.event-wine-content .event-wine-content-about p:last-of-type{
	margin: 0;
}
.event-wine-holder .event-wine-content-holder::before{
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 900px;
    height: 215px;
    transition: width 0.3s;
    background: url('assets/images/event-wine-icon.svg');
    background-repeat: no-repeat;
}

/* Gallery */
.offers-2025 .gallery .gallery-item:nth-of-type(1), 
.offers-2025 .gallery .gallery-item:nth-of-type(2){
	grid-column: span 1;
}
.offers-2025 .gallery .gallery-item figure{
	height: 100% !important;
}
.gallery{
	position: relative;
	padding: 70px 0;
	background-color: #F6EFE6;
}
.gallery-heading h2{	
	font-size: 52px;
	text-align: center;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.gallery .gallery-item figure{
	height: 300px;
}
.gallery .gallery-item figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;	
}
.gallery-holder.tab-first-image{
	grid-template-columns: repeat(1, 1fr);        
}
.gallery-holder.tab-first-image figure{
	height: 600px !important;
}
.gallery-holder{
	display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);        
}
.gallery .gallery-item:nth-of-type(1),
.gallery .gallery-item:nth-of-type(2){
	grid-column: span 2;
}
.gallery .gallery-item:nth-of-type(1) figure,
.gallery .gallery-item:nth-of-type(2) figure{
	height: 500px;
}

.tab-content-wrapper .load-more-photo{
	margin-bottom: 50px;
}


/* Contact Form */
.site-contact-block-section .wpcf7{
	height: 100%;
	background-color: var(--gray-color);
}
.site-contact-block-section .wpcf7 form{
	height: 100%;
}
.site-fom{
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;	
	justify-content: center;	
	padding: 40px 30px;
	text-align: center;	
}
.site-fom h2{	
	font-size: 35px;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: var(--white-color);
}
.site-fom h5{		
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 30px;
	color: var(--white-color);
}
.site-fom .site-row{
	justify-content: center;
}
.site-contact-form br {
	display: none;
}
.site-contact-form .wpcf7-spinner {
	display: none;
}
.site-contact-form .wpcf7-response-output {
	display: none;
}
.site-contact-form .wpcf7 .sent .wpcf7-response-output {
	color: #46b450;
	font-size: 16px;
	font-weight: 400;
	display: block;
	position: absolute;
	left: 15px;
	right: 0;
	text-align: left;
	padding: 10px 0 0 0 !important;
}
.site-contact-form .wpcf7-not-valid-tip {
	font-size: 14px;
	position: absolute;
	left: auto;
	right: 0;
}
.site-contact-form .wpcf7 form.sent .wpcf7-response-output,
.site-contact-form .wpcf7 form.invalid .wpcf7-response-output,
.site-contact-form .wpcf7 form.unaccepted .wpcf7-response-output,
.site-contact-form .wpcf7 form.payment-required .wpcf7-response-output .site-contact-form .wpcf7 form .wpcf7-response-output {
	padding: 0;
	margin: 0;
	border: none;
}

.site-contact-form label {	
	display: block;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 5px;
}
.site-contact-form-input {
	margin-bottom: 25px;
}
.site-contact-form-input:last-of-type {
	margin-bottom: 0;
}
.site-contact-form label span {
	color: var(--black-color);
	font-size: 12px;
}
.site-contact-form input {	
	font-size: 16px;
	font-weight: 400;
	height: 45px;
	line-height: 45px;	
	padding: 0 15px;	
	width: 100%;
	border: none;	
	background-color: #FBF8F4;
}
.site-contact-form .wpcf7-date,
.site-contact-form select {		
	cursor: pointer;
	position: relative;
	font-size: 16px;
	font-weight: 400;
	height: 45px;
	line-height: 45px;	
	padding: 0 15px;
	width: 100%;
	border: none;
	background-color: #FBF8F4;	
}

.site-contact-form textarea {
	height: 120px;
	color: #4c596a;
	font-size: 16px;
	font-weight: 500;
	padding: 15px;
	margin-bottom: 30px;
	width: 100%;
	resize: none;
	border-radius: var(--border-r-12);
	border: none;
	background-color: rgba(217, 217, 217, 0.3);
}
.site-contact-form-button p{
	margin: 0;
}
.site-contact-form input.wpcf7-submit{		
	cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
	width: 100%;
	margin: 0 auto;
	height: 50px;
    padding: 0 40px;
    color: var(--black-color);
    background-color: var(--main-color);
	transition: all 300ms ease;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.site-contact-form input.wpcf7-submit:hover {
	color: var(--white-color);
	background-color: var(--hover-color);
}

.contact-page .site-contact-form input:not(.wpcf7-submit),
.contact-page .site-contact-form textarea{
	margin-bottom: 15px;
}
.contact-page .site-contact-form-input,
.contact-page .site-contact-form input.wpcf7-submit{
	margin: 0;
}

.site-contact-form .site-col-6{
	margin-bottom: 25px;
}

.site-contact-map iframe{
	margin: -7px !important;
	width: 100% !important;
	height: 500px !important;
}


/* ============================================== */
/* ================ End Cristi Style =============== */
/* ============================================== */


/* Location Tabs */
.tab-item-info {
	display: none;
}

.tab-item-info.active {
	display: block;
}

.tabs-menu {
	margin-bottom: 35px;
}

.tabs-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}

.tabs-menu li {
	margin-right: 10px;
}

.tabs-menu li:last-of-type {
	margin-right: 0;
}

.tabs-menu li.active {
	color: var(--white-color);
	background-color: var(--black-color);
}

.tabs-menu li {
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	padding: 10px 30px;
	text-decoration: none;
	text-transform: uppercase;
	color: var(--black-color);
	border-radius: var(--border-r-50);
	letter-spacing: 0.5px;
	border: 1px solid var(--black-color);
	background-color: transparent;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.tabs-menu li:hover {
	color: var(--white-color);
	border: 1px solid var(--black-color);
	background-color: var(--black-color);
}

.tab-item-content h2 {
	font-size: 38px;
	margin-bottom: 5px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.tab-info-location {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.tab-info-location .tab-info-location-item {
	display: flex;
	align-items: center;
	gap: 10px;
}

.tab-info-location .tab-info-location-item::before {
	content: '';
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
}

.tab-info-location .tab-info-location-item:nth-child(1)::before {
	width: 15px;
	height: 20px;
	background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 25'%3E%3Cg clip-path='url(%23svgexport-7 1__a)' clip-rule='evenodd' stroke='%23999' stroke-width='2' stroke-miterlimit='10'%3E%3Cpath d='M8.513 1.021c4.156 0 7.512 3.376 7.512 7.56 0 1.698-1.362 4.85-3.081 7.817-1.488 2.567-3.217 5.054-4.431 6.623-1.215-1.57-2.944-4.057-4.431-6.623C2.362 13.432 1 10.278 1 8.582 1 4.398 4.357 1.02 8.513 1.02Z'/%3E%3Cpath d='M8.513 5.503a2.953 2.953 0 0 1 2.951 2.972 2.956 2.956 0 0 1-2.951 2.975A2.953 2.953 0 0 1 5.56 8.475a2.95 2.95 0 0 1 2.952-2.972Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='svgexport-7 1__a'%3E%3Cpath fill='%23fff' d='M0 0h18v25H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.tab-info-location .tab-info-location-item:nth-child(2)::before {
	width: 18px;
	height: 18px;
	background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg clip-path='url(%23Layer_1__a)'%3E%3Cpath d='M13 1a1 1 0 0 1 1-1 10.01 10.01 0 0 1 10 10 1 1 0 0 1-2 0 8.009 8.009 0 0 0-8-8 1 1 0 0 1-1-1Zm1 5a4 4 0 0 1 4 4 1 1 0 1 0 2 0 6.006 6.006 0 0 0-6-6 1 1 0 1 0 0 2Zm9.093 10.739a3.1 3.1 0 0 1 0 4.378l-.91 1.049c-8.19 7.84-28.12-12.084-20.4-20.3l1.15-1a3.081 3.081 0 0 1 4.327.04c.031.03 1.884 2.438 1.884 2.438a3.1 3.1 0 0 1-.007 4.282L7.979 9.082a12.781 12.781 0 0 0 6.931 6.945l1.465-1.165a3.1 3.1 0 0 1 4.281-.006s2.406 1.852 2.437 1.883Zm-1.376 1.454s-2.393-1.841-2.424-1.872a1.1 1.1 0 0 0-1.549 0c-.027.028-2.044 1.635-2.044 1.635a1 1 0 0 1-.979.152A15.009 15.009 0 0 1 5.9 9.3a1 1 0 0 1 .145-1s1.607-2.018 1.634-2.044a1.1 1.1 0 0 0 0-1.55 503.95 503.95 0 0 1-1.872-2.424 1.1 1.1 0 0 0-1.51.039l-1.15 1C-2.495 10.105 14.776 26.418 20.721 20.8l.911-1.05a1.121 1.121 0 0 0 .085-1.557Z' fill='%23999'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='Layer_1__a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.tab-info-location .tab-info-location-item:nth-child(3)::before {
	width: 20px;
	height: 13px;
	background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 20'%3E%3Cpath d='M27.158 1.962H1.905v16.72h25.253V1.962Z' stroke='%23999' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='m27.1 1.905-12.569 12.6-4.192-4.203-8.377-8.397m-.057 16.777 8.397-8.417m16.856 8.417-8.397-8.417' stroke='%23999' stroke-width='2' stroke-miterlimit='10'/%3E%3C/svg%3E");
}

.tab-info-location .tab-info-location-item p,
.tab-info-location .tab-info-location-item a {
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	color: var(--black-color);
}

.tab-info-iframe iframe {
	width: 100%;
	height: 450px;
	border-radius: var(--border-r-10);
}

/* contact form */
.page-bottom-contact-form h3 {
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 15px;
}

.page-bottom-contact-form h5 {
	line-height: 2;
	font-size: 18px;
	margin-bottom: 15px;
}

.page-bottom-contact-form br {
	display: none;
}

.page-bottom-contact-form-input,
.page-bottom-contact-form-select,
.page-bottom-contact-form-textarea {
	margin-bottom: 25px;
}

.page-bottom-contact-form label {
	display: block;
	font-size: 16px;
	font-weight: 400;
}

.page-bottom-contact-form label span {
	color: #999;
}

.page-bottom-contact-form-select select {
	cursor: pointer;
}

.page-bottom-contact-form-input input,
.page-bottom-contact-form-select select {
	padding: 0 15px;
	font-size: 16px;
	height: 45px;
	width: 100%;
	border: none;
	border-radius: var(--border-r-10);
	background-color: var(--white-color);
}

.page-bottom-contact-form-textarea textarea {
	padding: 0;
	font-size: 16px;
	height: 120px;
	border: none;
	resize: none;
	margin: 10px 0 0 0;
	border-radius: 0;
	background-color: transparent;
	border-bottom: 1px solid #3a3a3a;
}

.page-bottom-contact-form-button {
	margin-top: 30px;
}

.page-bottom-contact-form-button input {
	cursor: pointer;
	display: flex;
	font-size: 14px;
	font-weight: 500;
	padding: 0 40px;
	border: none;
	height: 50px;
	border-radius: var(--border-r-50);
	align-items: center;
	letter-spacing: 0.5px;
	text-decoration: none;
	justify-content: center;
	transition: all 0.3s ease;
	text-transform: uppercase;
	border: 1px solid var(--black-color);
	color: var(--white-color);
	background-color: var(--black-color);
}

.page-bottom-contact-form-button input:hover {
	color: var(--black-color);
	background-color: transparent;
}

/* project Grid List */
.project-grid-list {
	padding-top: 50px;
	padding-bottom: 50px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}

.project-grid-inner {
	position: relative;
}

.project-grid-inner .project-grid-caption {
	position: absolute;
	bottom: 30px;
	left: 30px;
	right: 30px;
	width: auto;
	padding: 0;
}

.project-grid-inner .project-grid-span-count {
	position: absolute;
	top: 30px;
	left: 30px;
	width: auto;
	padding: 0;
	font-size: 22px;
	font-weight: 600;
	color: var(--white-color);	
}

.project-grid-inner .project-grid-gallery-open{
	position: absolute;
	top: 30px;
	right: 30px;
	padding: 0;
}

.project-grid-inner .project-grid-gallery-open a svg {
	width: auto;
	height: 25px;
}

.project-grid-gallery-container {
	position: absolute;
	top: 0;
	z-index: 9;
	opacity: 0;
}


.project-grid-image:hover.project-grid-image figure::before,
.project-grid-image:hover .site-button {
	overflow: visible;
	opacity: 1;
}

.project-grid-image .site-button {
	position: absolute;
	overflow: hidden;
	display: flex;
	justify-content: center;
	opacity: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin: 0 auto;
	transition: all 0.4s ease-in-out;
	transform: translateY(-50%);
}

.project-grid-image .site-button a {
	cursor: pointer;
	width: 80%;
	font-size: 14px;
	font-weight: 500;
	height: 45px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	background-color: transparent;
	color: var(--black-color);
	border-color: var(--white-color);
	background-color: var(--white-color);
}

.project-grid-image .site-button a:hover {
	color: var(--white-color);
	border-color: var(--black-color);
	background-color: var(--black-color);
}

.project-grid-item {
	cursor: pointer;
}

.project-grid-image {
	position: relative;
}

.project-grid-image figure {
	width: auto;
	height: 420px;
	overflow: hidden;
}

.project-grid-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s ease;
	object-position: center center;
}

.project-grid-image figure::after {
	overflow: hidden;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin: 0 auto;
	transition: all 0.4s ease-in-out;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.project-grid-image figure:hover img {
	transform: scale(1.05);
}

.project-grid-gallery-container{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    opacity: 0;
}

.project-grid-gallery-holder,
.project-grid-gallery-holder a{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;	
}

.project-grid-caption h2 {	
    font-size: 28px;
    font-weight: 600;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: var(--white-color);
}

.project-grid-caption h3 {
	font-size: 16px;
	font-weight: 400;	
	color: #6D6D6D;
}

.project-grid-caption p {
	font-size: 16px;
	font-weight: 700;
	margin-top: 5px;
}

/* Category slider */
.category-carousel-caption h2{
	font-size: 50px;
	font-weight: 500;
	color: var(--brown-color);
	margin-bottom: 30px;
}
.category-image {
	position: relative;
	transition: all 0.3s ease;

}
.category-carousel-holder{
	display: flex;
    gap: 30px;
}

.category-image figure{
	height: 250px;
}
.category-image figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.category-block-gallery-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	opacity: 0;
}

.category-image .category-block-gallery-icon {
	display: none;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	transition: all 0.3s ease;
}

.category-block-gallery-icon a {
	cursor: pointer;
}

.category-block-gallery-icon svg {
	height: 85px;
	width: auto;
}

.category-carousel-item{	
	height: 100%;
}
.category-carousel-item:hover .category-image .category-block-gallery-icon {
	display: block;
}	
.category-carousel-item:hover .category-image:before {
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.4);
}

.category-block-gallery-holder{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.category-block-gallery-holder a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;	
}

.category-carousel-item .category-block-gallery-holder img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.category-carousel-item .category-image figure:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
}

.category-carousel-item .category-caption{
	display: flex;
	flex-direction: column;	
	margin-top: 35px;
}

.category-carousel-item .category-caption h2 {
	position: relative;	
	font-size: 90px;
	line-height: 90px;
	font-weight: 400;	
	padding-left: 40px;
	color: var(--main-color);
	margin-bottom: 15px;
}
.category-carousel-item .category-caption h2:after {
	content: '';
    position: absolute;
    top: 50%;
    bottom: auto;
    right: 35%;
    width: 25px;
    height: 25px;
    transition: width 0.3s;
    transform: translateY(-50%) scaleX(-1);
    background: url('assets/images/program-tab.svg');
}
.category-carousel-item .category-caption h2:before {
	content: '';
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 0;
    width: 25px;
    height: 25px;
    transition: width 0.3s;
    transform: translateY(-50%);
    background: url('assets/images/program-tab.svg');
}
.category-carousel-item .category-caption h3{
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 15px;
	color: var(--main-color);
	text-transform: uppercase;
}

.category-carousel-item .category-caption p{
	font-size: 16px;
	font-weight: 400;
	color: var(--main-color);
}

.category-button {
	display: flex;
	margin-top: auto;
}

.category-button a {
	display: flex;
	align-items: center;
	justify-content: space-between;	
	font-size: 16px;
	font-weight: 500;
	width: 200px;
	height: 50px;
	padding-left: 20px;
	border-radius: 5px;
	text-decoration: none;
	color: var(--dark-color);
	transition: all 0.3s ease;
	border: 1px solid var(--dark-color);
	background-color: transparent;
}

.category-button a span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-left: 1px solid var(--dark-color);
}

.category-button a span svg {
	width: 15px;
	height: 15px;
}

.category-button a:hover {
	color: var(--white-color);
	background-color: var(--dark-color);
}

.category-button a:hover svg path {
	fill: var(--white-color);
}

/* Magnific Settings */
body.mfp-zoom-out-cur {
    overflow: hidden!important;
    margin: 0!important;
    padding: 0!important;
    height: 100%!important;
    touch-action: none!important;
    -webkit-overflow-scrolling: touch!important
}
.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close {
    font-size: 32px;
    font-weight: 300;
    opacity: 1!important;    
}
.mfp-arrow {
    opacity: 1!important
}
.mfp-arrow-right:before {
    margin-right: 50px !important;
}
.mfp-arrow:before,.mfp-arrow:after {
    opacity: 1!important;
    border: none!important
}
.mfp-bottom-bar{
	display: block !important;
}
.mfp-arrow-left:before {
    width: 50px!important;
    height: 50px!important;
    background: url('assets/images/arrow-prev-light.svg') no-repeat
}
.mfp-arrow-right:before {
    width: 50px!important;
    height: 50px!important;
    background: url('assets/images/arrow-next-light.svg') no-repeat
}
.mfp-arrow-left:before,.mfp-arrow-left:after {
    border: none!important
}


/* Info Card */
.info-cards-list {	
	display: grid;
	gap: 30px;
	margin-top: 50px;
	grid-template-columns: repeat(3, 1fr);	
}

.info-card {
	position: relative;
	clip-path: polygon(0 0, 90% 0, 100% 10%, 100% 100%, 0 100%);
}


.info-card-image figure {
	width: auto;
	height: 450px;
}

.info-card-image figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.info-card-image figure::before {
	overflow: hidden;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all 0.4s ease-in-out;
	background-color: rgba(0, 0, 0, 0.4);
}

.info-card-icon {
	position: absolute;
	top: 30px;
	left: 30px;
}

.info-card-icon figure{
	width: 50px;
	height: 50px;
}

.info-card-icon figure img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
}

.info-card-content {
	position: absolute;
	bottom: 30px;
	left: 30px;
	right: 30px;
}

.info-card-content h3 {
	font-size: 24px;
	font-weight: 400;
	padding: 0;
	color: var(--white-color);
}

/* Lead Form Popup */
.calc-block-modal-active .calc-block-modal-holder {
	display: block;
}

.calc-block-modal-holder {
	display: none;
	z-index: 11;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 100%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.calc-block-content {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}

body.calc-block-modal-open {
	overflow: hidden;
}

.calc-block-modal-open .site-overlay {
	opacity: 1;
	visibility: visible;
}

.calc-block-close {
	top: -50px;
	right: -50px;
	z-index: 99;
	position: absolute;
}

.calc-close {
	cursor: pointer;
	display: block;
	width: 25px;
	height: 25px;
	text-align: center;
	margin-left: auto;
}

.calc-close::before,
.calc-close::after {
	position: absolute;
	content: ' ';
	height: 25px;
	width: 2px;
	background-color: #ffffff;
}

.calc-close::before {
	transform: rotate(45deg);
}

.calc-close::after {
	transform: rotate(-45deg);
}

.calc-block-form {
	color: var(--dark-color);
	background-color: #F6F4F2;
}

/* project Form Popup */
.project-block-modal-active .project-block-modal-holder {
	display: block;
}

.project-block-modal-holder {
	display: none;
	;
	z-index: 11;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 100%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.project-block-content {
	max-width: 700px;
	margin: 0 auto;
	position: relative;
}

body.project-block-modal-open {
	overflow: hidden;
}

.project-block-modal-open .site-overlay {
	opacity: 1;
	visibility: visible;
}

.project-block-close {
	top: -50px;
	right: -50px;
	z-index: 99;
	position: absolute;
}

.project-close {
	cursor: pointer;
	display: block;
	width: 25px;
	height: 25px;
	text-align: center;
	margin-left: auto;
}

.project-close::before,
.project-close::after {
	position: absolute;
	content: ' ';
	height: 25px;
	width: 2px;
	background-color: #ffffff;
}

.project-close::before {
	transform: rotate(45deg);
}

.project-close::after {
	transform: rotate(-45deg);
}

.project-block-form {
	color: #ffffff;
	padding: 40px 30px;
	border-radius: 15px;
	background-color: var(--black-color);
}

/* ============================================== */
/* ================ footer styles =============== */
/* ============================================== */

/* Footer */
.main-footer {
	position: relative;
	background-color: var(--hover-color);
}

.footer-top {
	padding-top: 70px;
	padding-bottom: 70px;
}

.footer-logo img{
	height: 150px;
	width: auto;
}

.footer-text p {
	color: rgba(255, 255, 255, 0.7);
	font-size: 16px;
	font-weight: 400;
}
.footer-text h4,
.footer-socials h4,
.footer-navigation h4 {
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 20px;	
	text-transform: uppercase;
}

.footer-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-navigation ul li {
	margin-bottom: 15px;
}

.footer-navigation ul li:last-of-type {
	margin-bottom: 0;
}

.footer-navigation ul li a{
	color: #ffffff80;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
}

.footer-navigation ul li a:hover {
	color: var(--white-color);
}

.footer-navigation li.wpml-ls-item {
	display: none !important;
}
.footer-navigation p{
	color: var(--white-color);
	margin-bottom: 10px;
}
.footer-navigation p:last-of-type{
	margin: 0;
}
.footer-navigation a{
	text-decoration: none;
	color: #ffffff80;
}
.footer-navigation a:hover{
	color: var(--white-color);
}
.footer-socials ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-socials ul li{
    margin-right: 15px;
    display: inline-block;
}
.footer-socials ul li:last-of-type{
    margin-right: 0;
}
.footer-socials ul li svg{
    width: auto;
    height: 40px;
	transition: all 0.3s ease;
}
.footer-socials ul li svg:hover path{
	fill: var(--main-color);
	transition: all 0.3s ease;
}
.footer-socials ul li svg:hover rect{
	stroke: var(--main-color);
	transition: all 0.3s ease;
}


/* ============================================== */
/* ================ responsive styles =========== */
/* ============================================== */

@media (max-width: 1440px) {
	.site-container {
		max-width: 1300px;
	}	
	.singer-caption-holder{
		width: 85%;
	}
	.main-nav{
		padding: 15px 35px;
	}
}

/*end*/

@media (max-width: 1300px) {
	.site-container {
		max-width: 1200px;
	}
	.main-nav{
		padding: 15px 35px;
	}	
	.info-about-content-holder{
		grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	}
}

/*end*/

@media (max-width: 1200px) {
	.site-row-p70x {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.site-row-pt70x {
		padding-top: 35px;
	}
	.site-row-pt50x {
		padding-top: 25px;
	}
	.site-row-pb50x {
		padding-bottom: 25px;
	}
	.site-row-p50x {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.site-row-pb70x {
		padding-bottom: 35px;
	}	
	.nav-menu ul li{
		margin-right: 30px;
	}
	.singers-wrapper .singers-holder .singer-item figure{
		height: 450px;
	}
	.singer-caption-holder{
		width: 100%;
	}
	.event-wine-content .event-wine-content-medals-info .event-wine-content-medals figure{
		height: 100px;
	}
	.ticket-card{
		padding: 20px;
	}
	.ticket-card .ticket-card-price h2{
		font-size: 56px;
	}
	.footer-top{
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.main-nav{
		padding: 15px 15px;
	}	
	.nav-logo a,
	.nav-logo img{
		height: 80px;
	}
	.hero-caption-content h1{
		font-size: 52px;
	}
	.info-block-content h2{
		font-size: 42px;
	}
	.info-block-left .info-block-content{
		padding-left: 35px;
	}
	.custom-tabs-wrapper .custom-tabs-wrapper-heading h2{
		font-size: 42px;
		margin: 35px 0 0 0;
	}
	.gallery{
		padding: 35px 0;
	}
	.gallery-holder.tab-first-image figure{
		height: 450px !important;
	}
	.info-about-caption h2{
		font-size: 42px;
	}
	.info-about{
		padding: 35px 0;
	}
	.info-about-content-holder{
		grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
	}
	.gallery .gallery-item:nth-of-type(1) figure, .gallery .gallery-item:nth-of-type(2) figure{
		height: 400px;
	}
	.our-services-heading h2{
		font-size: 42px;
	}
	.services-carousel-item .services-carousel-item-images figure{
		height: 300px;
	}
	.services-carousel-item .services-carousel-item-heading h3{
		font-size: 28px;
	}
	.footer-logo img{
		height: 100px;
	}
	.gallery-heading h2{
		font-size: 42px;
	}

}

/*end*/

@media (max-width: 1100px) {
	
	.tab-content .site-col-6{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.program-image figure{
		max-width: 80%;
		margin: 0 auto;
		margin-bottom: 35px;
	}
	.singers-wrapper .singers-holder{
		gap: 15px;
	}
	.singer-bio-holder{
		flex-direction: column;
	}
	.singer-details{
		width: 100%;
		margin-left: 0;
	}
	.singer-caption-holder{
		top: 0;
		left: 0;
		right: 0;
		-ms-transform: none;
		-webkit-transform: none;
		transform: none;
	}
	.singer-bio-holder .singer-bio-image figure{
		height: 250px;
	}
	.singer-description{
		margin: 0;
	}
	.singer-details .singer-details-header{
		margin: 0 0 20px 0;
	}
	.ticket-grid{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
	.event-wine-background figure{
		height: 400px;
	}
	.event-wine-icon svg{
		width: 50px;
		height: 50px;
	}
	.event-wine-content .event-wine-content-medals-info .event-wine-content-medals figure{
		height: 70px;
	}
	.event-wine-content .event-wine-content-medals-info .event-wine-content-medals{
		margin-bottom: 25px;
	}
	.event-wine-content-medals-desc h2{
		font-size: 42px
	}
	.event-wine-content .event-wine-content-about h2{
		font-size: 42px;
	}
	.event-wine-content .event-wine-content-about h3{
		font-size: 22px;
	}
	.marquee-content{
		margin: 20px 0;
	}
	.info-block-left .info-block-content{
		padding-left: 0;
	}	
	.custom-tabs-wrapper .tab-header-content-caption h2{
		font-size: 20px;
	}
	.tab-header{
		padding-bottom: 35px;
	}
	.info-about-content{
		padding: 20px;
	}
	.info-about-content-holder {
        grid-template-columns: repeat(auto-fit, minmax(195px, 1fr));
    }
	.info-about-content h3{
		font-size: 18px;
	}
	.gallery .gallery-item figure {
		height: 250px;
	}
	.services-carousel-item .services-carousel-item-images figure{
		height: 250px;
	}
	.site-contact-map iframe{
		height: 400px !important;
	}

}

/*end*/

@media (max-width: 1024px) {
	
	.video-block-image{
		height: 400px;
	}

}

/*end*/

@media (max-width: 768px) {

	.hero-image figure{
		height: 85vh;
	}
	.singers-wrapper .singers-holder{		
		grid-template-columns: repeat(2, 1fr);
	}
	.tab-program .tab-program-heading{
		width: 80%;
	}	
	.tab-program .tab-program-heading h2::before,
	.tab-program .tab-program-heading h2::after{
		width: 170px;
		height: 44px;
	}
	.main-nav{
		padding: 10px 20px;
	}
	.nav-menu ul li{
		margin-right: 20px;
	}
	.nav-menu ul li a{
		font-size: 15px;
	}
	.nav-cta-button .btn{
		font-size: 13px;
		padding: 0 15px;
	}
	.tab-program .tab-program-heading h2{
		font-size: 44px;
	}
	.singers-wrapper .singers-heading h2{
		font-size: 44px;
	}
	.singers-wrapper .singers-heading{
		width: 100%;
	}
	.singers-wrapper .singers-holder .singer-item figure{
		height: 400px;
	}
	.singer-bio-image{
		padding-top: 20px;
		width: 100%;
	}
	.singer-bio-holder .singer-bio-image figure{
		height: 400px;
		margin-bottom: 25px;
	}
	.singer-details .singer-details-header h2{
		font-size: 34px;
	}
	.page-cta-image{
		height: 400px;
	}
	.gallery-holder{
		gap: 15px;
	}
	.page-cta{
		margin-bottom: 15px;
	}
	.page-cta-content{
		margin: 0 auto 0 20px;
	}
	.ticket-card .ticket-card-zone span{
		font-size: 18px;
	}
	.nav-logo a,
	.nav-logo img{
		height: 70px;
	}
	.hero-caption-content h1{
		font-size: 46px;
	}
	.hero-caption-content p{
		font-size: 16px;
	}
	.gallery-holder.tab-first-image figure{
		height: 350px !important;
	}
	.gallery .gallery-item:nth-of-type(1) figure, .gallery .gallery-item:nth-of-type(2) figure{
		height: 300px;
	}
	.gallery .gallery-item figure{
		height: 200px
	}
	.site-contact-block{
		padding: 25px;
	}
	.site-fom{
		padding: 25px;
	}
	.offers-2025 .gallery-holder{
		grid-template-columns: repeat(2, 1fr);
	}
	.video-block-icon svg{
		height: 45px;
	}
	.custom-tabs-wrapper .tab-header-content-caption h2{
		font-size: 18px;
	}
	.tab-header .tab-header-content{
		padding: 0 15px 10px 15px;
	}

}

/*end*/

@media (max-width: 576px) {	

	.nav-menu{
		display: none;
	}	
	.program-image figure{
		max-width: 100%;
	}
	.tab-program .tab-program-heading{
		width: 100%;
	}
	.tab-program .tab-program-heading h2::before, 
	.tab-program .tab-program-heading h2::after{
		width: 85px;
		height: 22px;
	}
	.tab-program .tab-program-heading h2{
		font-size: 35px;
		margin-bottom: 20px;
	}
	.event-wine-content{
		gap: 0;
		display: flex;		
		flex-direction: column;
	}	
	.tab-program .tab-program-content{
		margin-top: 20px;
	}
	.tab-program .tab-program-content ul.tab-list li.tab-item{
		font-size: 22px;
		padding: 10px 40px;
	}	
	.singers-wrapper .singers-heading h2{
		font-size: 36px;
	}
	.singers-wrapper .singers-holder .singer-item h3{
		font-size: 20px;
	}
	.singers-wrapper .singers-holder .singer-item figure{
		height: 200px;
	}
	.footer-top .site-col-3{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.ticket-grid {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 15px;
	}
	.ticket-card{
		gap: 15px;
	}
	.ticket-card:first-of-type h2{
		font-size: 36px;
	}
	.ticket-card .ticket-card-price h2{
		font-size: 40px;
		margin-top: 0;
	}
	.event-wine-background figure{
		height: 300px;
	}
	.event-wine-content .event-wine-content-medals-info .event-wine-content-medals{
		justify-content: center;
	}
	.event-wine-content .event-wine-content-wine-image figure{
		width: 100px;
		margin: 20px auto 20px auto;
	}
	.event-wine-content-medals-desc h2{
		font-size: 36px;
		text-align: center;
		margin-bottom: 0;
	}
	.event-wine-content .event-wine-content-about h2{
		font-size: 36px;
		text-align: center;
	}
	.event-wine-content-about{
		order: 1;	
	}
	.event-wine-content-wine-image{
		order: 2;	
	}
	.event-wine-content-medals-info{
		order: 3;
	}
	.page-cta-content{
		margin: 0;
		width: 100%;
		text-align: center;
	}
	.page-cta-image{
		height: 300px;
	}
	.gallery-holder{
		grid-template-columns: repeat(2, 1fr);
	}
	.site-heading h2{
		font-size: 36px;
	}
	.gallery .gallery-item figure{
		height: 200px;
	}
	.gallery .gallery-item:nth-of-type(1) figure, .gallery .gallery-item:nth-of-type(2) figure, .gallery .gallery-item:nth-of-type(7) figure, .gallery .gallery-item:nth-of-type(8) figure{
		height: 200px;
	}
	.marquee-content li a{
		font-size: 18px;
	}
	.marquee-content li{
		padding: 0 15px;
	}
	.marquee-content li figure{
		width: 25px;
	}
	.companies-logos {
		gap: 15px;
		display: grid;
		margin-top: 15px;
		grid-template-columns: repeat(2, 1fr);
	}
	.footer-top{
		text-align: center;
	}
	.footer-text h4, .footer-navigation h4{
		margin-bottom: 10px;
	}
	.footer-top .site-col-3{
		margin-bottom: 25px;
	}
	.footer-top .site-col-3:last-of-type{
		margin-bottom: 0;
	}
	.singer-bio-holder .singer-bio-image figure{
		height: 300px;
	}
	.singer-details .singer-details-header h2{
		font-size: 24px;
	}
	.singer-details .singer-details-header h2 span{
		font-size: 16px;
	}
	.singer-caption-holder{
		max-height: 100%;
		overflow-y: auto;
	}
	.nav-tools-mobile{
		width: 40%;
		display: block;
	}
	.nav-cta-button a{
		font-size: 18px;
	}
	.hero-caption-content h1{
		font-size: 36px;
	}
	.hero-caption-content h1 br{
		display: none;
	}
	.hero-caption-heading{
		padding-left: 15px;
		padding-right: 15px;
	}
	.info-block-content h2{
		font-size: 32px;
	}
	.info-block .site-col-6{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.info-block-image{
		height: 350px;
		margin-top: 25px;
	}
	.custom-tabs-wrapper .custom-tabs-wrapper-heading h2{
		font-size: 32px;
	}
	.gallery-holder.tab-first-image figure{
		height: 250px !important;
	}
	.tab-header .tab-header-content-holder{
		padding-bottom: 15px;
		margin-bottom: 25px;
		white-space: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.custom-tabs-wrapper .tab-header-content-caption h2{
		margin: 0;
	}
	.tab-header .tab-header-content{
		padding: 25px 25px 15px 0;
	}
	.tab-indicator-line{
		bottom: 8px;
		width: 100vh;
	}
	.tab-header-point{
		bottom: -13px;
	}
	.tab-header{
		padding-bottom: 0;
	}
	.info-about-caption h2{
		font-size: 32px;
	}
	.info-about-content span{
		align-self: center;
	}
	.info-about-content-holder svg{
		margin: 20px 0;
	}
	.our-services-heading h2{
		font-size: 32px;
	}
	.site-contact-block-section .site-col-6{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.site-contact-block{
		margin-bottom: 15px;
	}
	.video-block-image{
		height: 300px;
	}
	.gallery-heading h2{
		font-size: 32px;
	}

}

/*end*/