/*
Theme Name: Masseria Donna Menga
 
Text Domain: donnamenga
 
*/

/************  DEFS  *************/
@font-face {
    font-family: 'Alibaba PuHuiTi 3.0 45';
    src: url('../fonts/AlibabaPuHuiTi_3_45_Light.eot');
    src: url('../fonts/AlibabaPuHuiTi_3_45_Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AlibabaPuHuiTi_3_45_Light.woff2') format('woff2'),
        url('../fonts/AlibabaPuHuiTi_3_45_Light.woff') format('woff'),
        url('../fonts/AlibabaPuHuiTi_3_45_Light.ttf') format('truetype'),
        url('../fonts/AlibabaPuHuiTi_3_45_Light.svg#AlibabaPuHuiTi_3_45_Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'Santeria';
    src: url('../fonts/AlibabaPuHuiTi_3_45_Light.eot');
    src: url('../fonts/AlibabaPuHuiTi_3_45_Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AlibabaPuHuiTi_3_45_Light.woff2') format('woff2'),
        url('../fonts/AlibabaPuHuiTi_3_45_Light.woff') format('woff'),
        url('../fonts/AlibabaPuHuiTi_3_45_Light.ttf') format('truetype'),
        url('../fonts/AlibabaPuHuiTi_3_45_Light.svg#AlibabaPuHuiTi_3_45_Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


body {
	color: #8b8575;
	background: #fff;
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	cursor: default;
	overflow: hidden;
	font-variant-ligatures: none;
	position: fixed;
	top: 0;
	width: 100%;
	


}


body * {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
}

body.exiting {
	opacity: 0;
	-webkit-transition: -webkit-transform 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: transform 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

[data-scroll-speed] {
	will-change: transform;
}

.c-scrollbar_thumb {
	background-color: #8791ac;
}

a {
	text-decoration: none;
	color: #8b8575;
}

p>a {
	text-decoration: underline;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

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

.onTop {
	z-index: 2;
	position: relative;
}

.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

.lowercase {
	text-transform: lowercase;
}

.fit {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	will-change: transform;
}

.fit.bottom {
	object-position: bottom;
}

.fit.top {
	object-position: top;
}

.fit.left {
	object-position: left;
}

.fit.right {
	object-position: right;
}


.no_events {
	pointer-events: none;
}

.no_opacity {
	opacity: 0 !important;
	pointer-events: none;
}

.invisible {
	visibility: hidden;
}

.no_opacity.show,
.show .no_opacity {
	opacity: 1 !important;
	pointer-events: all;
}

.no_transition {
	transition: none !important;
}

.no_width {
	transform: scale(0, 1);
	pointer-events: none;
}

.no_height {
	transform: scale(1, 0);
	pointer-events: none;
}

.no_overflow {
	overflow: hidden;
}


.top_hidden {
	-webkit-transform: translateY(101%);
	transform: translateY(101%);
}

.top_low {
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	opacity: 0;
}

.top_ultralow {
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
	opacity: 0;
}

.top_single {
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	opacity: 0;
}

.top_double {
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
	opacity: 0;
}

.left_single {
	-webkit-transform: translateX(25px);
	transform: translateX(25px);
	opacity: 0;
}

.left_double {
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
	opacity: 0;
}

.top_translated {
	-webkit-transform: translateY(30vw);
	transform: translateY(30vw);
}

.top_translated.less {
	-webkit-transform: translateY(10vw);
	transform: translateY(10vw);
}

.top_translated.full {
	-webkit-transform: translateY(100vh);
	transform: translateY(100vh);
}

.scaledUp {
	transform: scale(1.03);
	opacity: 0;
}

.scaledDown {
	transform: scale(0.95);
	opacity: 0;
}

.top_double.show,
.show .top_double,
.top_single.show,
.show .top_single,
.top_low.show,
.show .top_low,
.top_ultralow.show,
.show .top_ultralow,
.left_single.show,
.left_double.show,
.show .left_single,
.show .left_double,
.scaledUp.show,
.show .scaledUp,
.scaledDown.show,
.show .scaledDown {
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

.top_hidden.show,
.top_translated.show,
.show .top_hidden,
.show .top_translated,
.no_width.show,
.show .no_width,
.no_height.show,
.show .no_height {
	-webkit-transform: none;
	transform: none;
	pointer-events: all;
}

.t_container {
	transform: translateX(0);
	height: 100%;
}

.t_container:nth-child(2) {
	transition-delay: 100ms;
}

.mask_left {
	transform: translateX(50%);
	display: block;
}

.mask_left.full {
	transform: translateX(-100%);

}

.mask_left>.t_container {
	transform: translateX(-100%);
	display: block;
}

.mask_left.full>.t_container {
	transform: translateX(100%);
}

.mask_right {
	transform: translateX(-50%);
}

.mask_right>.t_container {
	transform: translateX(100%);
}

.mask_right.full {
	transform: translateX(100%);
}

.mask_right.full>.t_container {
	transform: translateX(-100%);
}

.mask_top {
	transform: translateY(-50%);
}


.mask_top>.t_container {
	transform: translateY(50%);
}

.mask_top.full {
	transform: translateY(-100%);
}


.mask_top>.t_container {
	transform: translateY(100%);
}

.mask_bottom {
	transform: translateY(50%);
}

.mask_bottom>.t_container {
	transform: translateY(-50%);
}


.mask_bottom>.t_container>img {
	transform: translateY(30%);
}

.mask_bottom.full {
	transform: translateY(100%);
}

.mask_bottom.full>.t_container {
	transform: translateY(-100%);
}

.mobileOnly {
	display: none;
}

.show>.mask_bottom,
.show>.mask_left,
.show>.mask_left .t_container,
.show>.mask_left .t_container img,
.show>.mask_right,
.show>.mask_right .t_container,
.show>.mask_right .t_container img,
.show>.mask_top,
.show>.mask_top .t_container,
.show>.mask_top .t_container img,
.show>.mask_bottom,
.show>.mask_bottom .t_container,
.show>.mask_bottom .t_container img {
	transform: none;
}

.transition_all {
	transition-property: all !important;
}

.has_transition_5000 {
	-webkit-transition: -webkit-transform 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: transform 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.has_transition_3000 {
	transition: transform 3000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 3000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.has_transition_3000_quint {
	-webkit-transition: -webkit-transform 4000ms cubic-bezier(0.230, 1.000, 0.320, 1.000), opacity 3000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: transform 4000ms cubic-bezier(0.230, 1.000, 0.320, 1.000), opacity 3000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.has_transition_2000_quint {
	-webkit-transition: -webkit-transform 2000ms cubic-bezier(0.230, 1.000, 0.320, 1.000), opacity 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: transform 2000ms cubic-bezier(0.230, 1.000, 0.320, 1.000), opacity 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}


.has_transition_2000 {
	-webkit-transition: -webkit-transform 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: transform 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);

}

.has_transition_1500 {
	-webkit-transition: -webkit-transform 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: transform 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);

}

.has_transition_1000 {
	-webkit-transition: -webkit-transform 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: transform 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);

}

.has_transition_800 {
	-webkit-transition: -webkit-transform 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: transform 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000);

}

.has_transition_400 {
	-webkit-transition: -webkit-transform 400ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 400ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: transform 400ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 400ms cubic-bezier(0.190, 1.000, 0.220, 1.000);

}

.has_transition_2000_inout {
	-webkit-transition: -webkit-transform 2000ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 2000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
	transition: transform 2000ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 2000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);

}

.has_transition_1500_inout {
	-webkit-transition: -webkit-transform 1500ms cubic-bezier(0.770, 0.000, 0.175, 1.000), opacity 1100ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
	transition: transform 1500ms cubic-bezier(0.770, 0.000, 0.175, 1.000), opacity 1100ms cubic-bezier(0.575, 0.005, 0.285, 1.005);

}

.has_transition_1000_inout {
	-webkit-transition: -webkit-transform 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
	transition: transform 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);

}

.show .d50,
.show.d50 {
	transition-delay: 50ms;
}

.show .d100,
.show.d100 {
	transition-delay: 100ms;
}

.show .d150,
.show.d150 {
	transition-delay: 150ms;
}

.show .d200,
.show.d200 {
	transition-delay: 200ms;
}

.show .d250,
.show.d250 {
	transition-delay: 250ms;
}

.show .d300,
.show.d300 {
	transition-delay: 300ms;
}

.show .d350,
.show.d350 {
	transition-delay: 350ms;
}

.show .d400,
.show.d400 {
	transition-delay: 400ms;
}

.show .d450,
.show.d450 {
	transition-delay: 450ms;
}

.show .d500,
.show.d500 {
	transition-delay: 500ms;
}

.show .d550,
.show.d550 {
	transition-delay: 550ms;
}

.show .d600,
.show.d600 {
	transition-delay: 600ms;
}

.show .d650,
.show.d650 {
	transition-delay: 650ms;
}

.show .d700,
.show.d700 {
	transition-delay: 700ms;
}

.show .d750,
.show.d750 {
	transition-delay: 750ms;
}


.show .d800,
.show.d800 {
	transition-delay: 800ms;
}

.show .d850,
.show.d850 {
	transition-delay: 850ms;
}

.show .d900,
.show.d900 {
	transition-delay: 900ms;
}

.show .d950,
.show.d950 {
	transition-delay: 950ms;
}

.show .d1000,
.show.d1000 {
	transition-delay: 1000ms;
}

.show .d1050,
.show.d1050 {
	transition-delay: 1050ms;
}

.show .d1100,
.show.d1100 {
	transition-delay: 1100ms;
}

.show .d1150,
.show.d1150 {
	transition-delay: 1150ms;
}

.show .d1200,
.show.d1200 {
	transition-delay: 1200ms;
}

.show .d1250,
.show.d1250 {
	transition-delay: 1250ms;
}

.show .d1300,
.show.d1300 {
	transition-delay: 1300ms;
}

.show .d135,
.show.d1350 {
	transition-delay: 1350ms;
}

.show .d1400,
.show.d1400 {
	transition-delay: 1400ms;
}

.full_width {
	width: 100%;
	height: auto;
}

.full_height {
	height: 100%;
	width: auto;
}

.half {
	width: 50%;
}

.block {
	display: block;
}

span.block,
p.block {
	will-change: transform;
}


.inline_block {
	display: inline-block;
	will-change: transform;
}

.centered {
	text-align: center;
}

.flex {
	display: flex;
}

.flex.center {
	justify-content: center;
}

.flex.vCenter {
	align-items: center;
}

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


.expand {
	flex: 1;
}

.smallMargin {
	margin-top: 20px;
}


.halfMargin {
	margin-top: 2vw;
}

.margin {
	margin-top: 4vw;
}

.doubleMargin {
	margin-top: 8vw;
}

.tripleMargin {
	margin-top: 12vw;
}

.quadMargin {
	margin-top: 16vw;
}

.ma {
	margin-left: auto;
	margin-right: auto;
}

.noWrap {
	white-space: nowrap;
}

.lessMl {
	margin-left: 3vw;
}

.ml {
	margin-left: 4vw;
}

/************** PALETTE *******************/

.bWhite {
	background: #FFFFFF;
}

.cWhite {
	color: #FFFFFF;
}

.cGround {
	color: #ab614a;
}

.bGround {
	color: #ab614a;
}

.cPale {
	color: #bda078;
}

.bPale {
	background: #bda078;
}

.cLightPale {
	color: #ceb99a;
}

.bCream {
	background: #f5f5eb;
}

.cCream {
	color: #f5f5eb;
}


/***********************************/


section,
aside {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
}

article {
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
}

header {
	width: 85vw;
	left: 7.5vw;
	display: flex;
	height: 80px;
	align-items: center;
	position: fixed;
	z-index: 1;
	top: 30px;
	justify-content: center;
	pointer-events: none;
	z-index: 2;
}

header.visible {
	pointer-events: all;
}

#menuController {
	display: none;
}


#barBackground {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	transform-origin: top;
	background: #c1b39f;
}

#mainBar {
	display: flex;
	width: 100%;
	padding: 0 30px;
	box-sizing: border-box;
	max-width: 1200px;
	align-items: center;
}

.barLeft {
	width: 40%;
	display: flex;
	justify-content: space-between;
}

.barCenter {
	width: 20%;
	display: flex;
	justify-content: center;
}

.barRight {
	width: 40%;
	display: flex;
	justify-content: space-between;
}

#barLogo {
	width: 130px;
	margin-top: 46px;
	fill: #7d6657;
	cursor: pointer;
}

#rightSubMenu {
	display: flex;
	justify-content: flex-end;
	width: auto;
}

.mobileBook,
.mobilePhone {
	display: none;
}


header .button,
header a {
	font-size: 15px;
	cursor: pointer;
	position: relative;
}

header .button:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 6px;
	background: white;
	transform: scale(0, 1);
	transform-origin: left;
	-webkit-transition: -webkit-transform 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
	transition: transform 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);

}

header .button.active:after {
	transform: none;
}

.langs {
	display: flex;
}

.lang-item {
	list-style: none;
	margin-left: 15px;
	position: relative;
	transform: translateY(20px);
	opacity: 0;
	-webkit-transition: -webkit-transform 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: transform 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition-delay: 400ms;

}

.lang-item.current-lang:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 7px;
	background: white;

}

.lang-item:first-child {
	margin-left: 0;
}

.lang-item:first-child:after {
	content: '';
	position: absolute;
	height: 15px;
	width: 1px;
	background: white;
	top: 12px;
	right: -8px;
}

.lang-item:only-child:after {
	content: none;
}

.langs li a {
	color: #FFFFFF;
	text-transform: uppercase;

}

.show .lang-item {
	transform: none;
	opacity: 1;
}




#mainLogo {
	width: 240px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	will-change: transform;
}

#mainLogo use {
	will-change: transform;
}

#mainLogo #flower,
#barLogo #flowerM {
	transform: rotateZ(-60deg);
	transform-origin: 50.048% 28.221%;
	opacity: 0;
}

#mainLogo.show #flower,
.show #barLogo #flowerM {
	opacity: 1;
	transform: none;
}


#barLogo #flowerM {
	transition: transform 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);

}


.show #barLogo #flowerM {
	transition: transform 3000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 3000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);

}

#homeTop #mainLogo {
	margin-top: 3vw;
}

#mainLogo {
	fill: #7d6657;
}

#mainLogo svg path.stroked {
	stroke: #7d6657;
	stroke-miterlimit: 10;
	stroke-width: 0.1px;
}

.mainContainer {
	width: 85vw;
	margin-left: auto;
	margin-right: auto;
}

.pic.rect {
	width: 100%;
	height: 32vw;
}

.fullView {
	width: 100%;
	height: 100%;
}

.pic .veil {
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
}


#homeWheel .mainContainer {
	padding-bottom: 8vw;
	overflow: hidden;
}

#wheel {
	fill: #fafaf5;
	display: block;
}

#wheelBackground {
	position: absolute;
	width: 85vw;
	height: 85vw;
	top: -42.5vw;
	z-index: -1;
	will-change: transform;
}

.leadingLogo {
	width: 150px;
}

#homeWheel .leadingLogo {
	margin-top: 1.6vw;

}

.leadingLogo svg {
	fill: #243746;
}

.text {
	font-size: 18px;
	font-family: Nunito;
	font-weight: 300;
	line-height: 38px;
	letter-spacing: 1.5px;
	will-change: transform;
}

.text.bigger {
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 38px;
}

.text.highlight {
	font-size: 1.5vw;
	line-height: 3vw;
	letter-spacing: 1.5px;
}

.skew {
	transform: skewX(-30deg) translateY(100%);
}

.show .skew {
	transform: none;
}

#homeWheel .text.bigger {
	width: 30vw;
}

.text.centered,
.title.centered {
	max-width: 52vw;
}

.text.narrow {
	line-height: 32px;
}

.title.narrow {
	line-height: 4vw;
}

.weightDep {
	font-weight: inherit;
}

.title {
	font-size: 3.5vw;
	line-height: 6vw;
	font-family: 'Alibaba PuHuiTi 3.0 45';
	font-weight: 200;
	letter-spacing: 0.55vw;
	will-change: transform;
}

.title.opener {
	margin-top: 5vw;
	padding-bottom: 1.5vw;
}

.wordHighlight {
	position: relative;
}

.wordHighlight:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	transform-origin: right;
	opacity: 0.7;
	top: 0;
	background: #bda078;
	-webkit-transition: -webkit-transform 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: transform 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.show .wordHighlight:before {
	transform: scale(0, 1);
	transition-delay: 500ms;
}

.show .r3 .wordHighlight:before {
	transition-delay: 750ms;
}

.show .r5 .wordHighlight:before {
	transition-delay: 1000ms;
}



.logoHorizontal {
	width: 90vw;
}

#masseriaScroller,
#ristoranteScroller {
	width: 100%;
	height: 100vh;
}

#masseriaComposition {
	/* margin-top: -1.97vw; */
	height: 500vh;
}

#ristoranteComposition {
	height: 500vh;
}

#masseriaTarget,
#ristoranteTarget {
	height: 400vh;
	position: absolute;
}

#scroll-mask {
	height: 100vh;
	position: absolute;
}

#masseriaSticky,
#ristoranteSticky,
#masseriaSticky1,
#masseriaSticky2{
	height: 0;
}

#vMasseria,
#vRistorante {
	transform: rotateY(180deg);
}

.scrollBlock {
	min-width: 100vw;
	height: 100%;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
}

.scrollBlock:first-child {
	position: relative;
}

.scrollBlock * {
	will-change: transform;

}
.scrollBlock._1 .txtcontent{
	position: absolute;
	top:15%;
	left:15%;
	font-size:2vw;
	 writing-mode: vertical-rl;
	 
	  font-weight:bolder;
}
.scrollBlock._1 .txtcontent p:nth-child(odd){
	text-indent: 1.5em;
}
.scrollBlock._2 {
	z-index: -1;
}


.scrollBlock._2 .text {
	position: absolute;
	width: 30vw;
	right: 7vw;
	top: 16vw;
	min-width: 350px;
}

.scrollBlock._3 {
	z-index: -2;
}

.scrollBlock._3 .text {
	position: absolute;
	width: 100%;
	right: 0;
	bottom: 5vw;
	min-width: 350px;
	font-size: 2.5vw;
	text-align: center;
	line-height: 3vw;
}

.scrollBlock._3 .text .weightDep {
	margin-bottom: 40px;
}

.scrollBlock._3 .pic .text {
	position: absolute;
	width: 27vw;
	right: 7vw;
	top: 16vw;
	min-width: 350px;
	font-size: 16px;
	line-height: 1.7;
}

.scrollBlock .sideText {
	position: absolute;
	left: 0;
	width: 50vw;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5vw;
	box-sizing: border-box;
	min-width: 450px;
}

.scrollBlock._3 .sideText {
	background: url(../img/slider2-1.png) top left / cover no-repeat;
}

.scrollBlock._4 {
	z-index: -4;
}

.scrollBlock._4 .sideText {
	background: url(../img/slider3-1.png) top left / cover no-repeat;
}


#ristoranteScroller .sideText {
	background: #687d71;
}

#pMasseria,
#pRistorante {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#pMasseria .txtContent {
	position: absolute;
	z-index: 2;
	color: #fff;
}

#pMasseria .txtContent .title {
	line-height: 3vw;
	margin-bottom: 40px;
	font-size: 2.5vw;
}

#pMasseria .txtContent .flex {
	flex-wrap: wrap;
}

#pMasseria .txtContent span {
	width: 100%;
	text-align: center;
	/* text-shadow: 0 5px 10px #c2a877; */
}

#pMasseria::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
}

.wArticle {
	font-family: 'Santeria';
	font-size: 4vw;
	position: absolute;
	top: -3.3vw;
	left: -3.2vw;
}

html[lang=en] .wArticle {
	left: -5vw;
}

.santeria.letter {
	position: relative;
	top: 0.5vw;
	font-family: 'Santeria';
	font-size: 8vw;
}

html[lang=en] .santeria.letter {
	font-size: 5vw;
}

.titleDecor {
	/* height: 0;
    width: 40px; */
	text-align: center;
	font-size: 2.5vw;
	line-height: 3vw;
	/* text-shadow: 0 5px 10px #c2a877; */
}

/* .titleDecor:after {
		    content: '';
    position: absolute;
    width: 7vw;
    height: 1px;
    background: #bda078;
    right: calc(-7vw - 10px);
    top: 20px;
    transform-origin:left;
    transform:scale(0,1);
     -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005),opacity 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
    transition: transform 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005),opacity 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
    
}

.titleDecor:before {
	    content: '';
    position: absolute;
    width: 7vw;
    height: 1px;
    background: #bda078;
    left: calc(-7vw - 10px);
    top: 20px;
    transform-origin:right;
    transform:scale(0,1);
     -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005),opacity 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
    transition: transform 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005),opacity 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
} */

.titleWheel {
	opacity: 0;
	transform: rotateZ(-60deg);

}

.show .titleWheel {
	opacity: 1;
	transform: none;
}

.show .titleDecor:before,
.show .titleDecor:after {
	transform: none;
	transition-delay: 100ms;
}

.titleWheel {
	fill: #bda078;
}

.panelTitle {
	margin-left: 25vw;
	width: 37.5vw;
	line-height: 4.25vw;
	display: flex;
	justify-content: center;
}

.panelTitle ._3 {
	margin-left: 14vw;
}

.triplePanel .panelContent {
	display: flex;
}

.triplePanel .panelContent>.left {
	width: 25vw;
}

.triplePanel .panelContent .center {
	width: 37.5vw;
}

.triplePanel .panelContent .center.text {
	padding: 2vw 5vw 3vw 5vw;
	box-sizing: border-box;
}


.triplePanel .panelContent>.right {
	width: 37.5vw;
}

.triplePanel img.fit {
	height: 104%;
	top: -2%;
}


#homeMap {
	min-height: 100vh;
}

#mapBackground {
	width: 100%;
	height: 100%;
	background: #014762;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	will-change: transform;
}

#mapBackground.translated {
	transform: translateX(10.6vw);
}

#mapBackground.translated.show {
	transform: translateX(8.1vw);
}

#mapContainer {
	width: 54.6vw;
}

#mapTarget {
	height: 700vh;
	position: absolute;
}


#mapSvg {
	transform: translate(-3%, -3%);
}

#mapSvg.show {
	transform: none;
}


#mapSticky {
	height: 0;
}

#mapComposition {
	height: 800vh;
}

.mHeight {
	height: 100vh;
}

#mapLayer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


#mapLayer ._1 {
	position: absolute;
	top: 6vw;
	left: 45vw;
}


#mapLayer ._2 {
	position: absolute;
	top: 9.5vw;
	left: 32vw;
}


#mapLayer ._3 {
	position: absolute;
	top: 12vw;
	left: 46.6vw;
}

#mapLayer ._4 {
	position: absolute;
	top: 17vw;
	left: 19.6vw;
}

#textFlower {
	width: 6vw;
	position: absolute;
	left: 3.5vw;
	top: 1.8vw;
	fill: #FFF;
}

.show .scaledDown {
	opacity: 1;
	transform: none;
}

#mapLayer ._4 .l2 {
	position: absolute;
	left: 8.5vw;
	top: 2.15vw;
	text-decoration: underline;
}

#mapLayer ._5 {
	position: absolute;
	top: 19.8vw;
	left: 53vw;
}

#mapLayer ._6 {
	position: absolute;
	top: 22.5vw;
	left: 17vw;
}

#mapLayer ._7 {
	position: absolute;
	top: 31vw;
	left: 27vw;
}


#mapLayer ._8 {
	position: absolute;
	top: 43vw;
	left: 53.5vw;
}

#mapLayer ._9 {
	position: absolute;
	top: 36.5vw;
	left: 19vw;
}

#salentoPuglia {
	position: absolute;
	top: 48.5%;
	left: 67%;
}

#salentoPuglia h2 {
	display: flex;
	flex-direction: column;
}

#salentoPuglia .sp {
	display: flex;
}

#salentoPuglia .sp._2 {
	position: relative;
	left: 50%;
}

.pugliaPayContainer {
	width: 100vw;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pugliaVideo {

	position: absolute;
	left: 7.5vw;
	top: 7.5vw;
	width: 85vw;
	height: 100vh;
	transform: scale(0.2);
	transform-origin: 50% 29%;

}


.row._1 {}

.row._2 {}

.row._3 {}

#homeCulture .text {
	width: 20vw;
}


.smallVideo {
	width: 15vw;
	min-width: 15vw;
	height: 11.46vw;
}

.smallVideo video {}

.row .pic {
	width: 14.1vw;
	height: 16.5vw;
}

.superBig {
	font-family: 'Alibaba PuHuiTi 3.0 45';
	font-weight: 200;
	font-size: 8.3vw;
	letter-spacing: 1vw;
}

.row.margin {
	margin-top: 5vw;
}



#homeServizi .right {
	padding: 2vw 0;
}

#serviziSprite {
	position: absolute;
	right: -5vw;
	top: -5vw;
	width: 25vw;
}

#serviziSprite svg {
	stroke: #f5f5eb;

}

#restorePay {
	height: 120vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

#restoreBackground {
	background: url(../image/pattern.jpg) repeat;
	position: absolute;
	width: 100%;
	height: 140%;
	z-index: -1;
	background-position: center;
}

#restoreTitle {
	max-width: 60vw;
	text-align: center;
}

.doubleCol {
	column-count: 2;
	column-gap: 7.5vw;
}

.maxWidth {
	max-width: calc(100% - 15vw);
}

.qPic {
	height: 25vw;
	position: relative;
}


.arrow {
	background: none;
	border: none;
	border-left: 1px solid #bda078;
	border-top: 1px solid #bda078;
	width: 30px;
	height: 30px;

}


.arrow.left {
	transform: rotate(-45deg);
	position: absolute;
	left: -60px;
	top: 0;
	cursor: pointer;
}

.arrow.right {
	transform: rotate(135deg);
	position: absolute;
	right: -60px;
	cursor: pointer;

}


.glide__controls {
	position: absolute;
	top: calc(50% - 10px);
	width: 100%;
}

#formSection {
	min-height: 100vh;
	overflow: hidden;
}

.simpleBackground {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sideWheel {
	position: absolute;
	width: 218.6vh;
	right: -109.1vh;
	top: 0;
	pointer-events: none;
}

#sideWheelSvg {
	fill: #efede2;
}

.formTitle {
	margin-left: 8vw;
}

.formField input[type='text'],
.formField input[type='email'],
.formField textarea,
.formField input[type='tel'] {
	width: 100% !important;
	max-width: none !important;
	background: none !important;
	border: none !important;
	border-bottom: 1px solid #c4c5c1 !important;
}

.formField textarea {
	border: 1px solid #c4c5c1 !important;
}

.wpforms-field-label,
.modern-title {
	font-size: 16px !important;
	font-family: 'Alibaba PuHuiTi 3.0 45';
	font-weight: 300;
	letter-spacing: 1.5px;
	padding: 6px 10px !important;
}

.wpforms-uploader {
	background: none !Important;
}

.wpforms-container {
	max-width: 31vw;
	width: 90% !important;
	margin-top: 2vw !important;
	margin-bottom: 0 !important;
}

::-webkit-input-placeholder,
.formField input,
.wpforms-field-label {
	font-size: 16px !important;
	font-family: 'Alibaba PuHuiTi 3.0 45';
	font-weight: 300 !important;
	letter-spacing: 1.5px !important;

}

.wpforms-field-description,
div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
	font-size: 14px !important;
	font-family: 'Alibaba PuHuiTi 3.0 45';
	font-weight: 300;
	letter-spacing: 1px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {

	position: relative;
	top: -2px;
}

.formField.textField {
	margin-top: 4vw !important;
}


.wpforms-error {
	font-size: 12px !important;
	font-family: 'Alibaba PuHuiTi 3.0 45';
	font-weight: 300;
	letter-spacing: 0.5px !important;
}

.sendButton {
	text-transform: uppercase !important;
	background: none !important;
	border: none !important;
	display: block !important;
	margin: auto !important;
	margin-top: 2vw !important;
	font-size: 25px !important;
	font-family: 'Alibaba PuHuiTi 3.0 45';
	font-weight: 300;
	letter-spacing: 2px !important;
	color: #8b8575 !important;
	position: relative !important;
	padding: 0 !important;
}

.sendButton:after {
	content: '';
	display: block;
	background: #8b8575 !important;
	position: absolute;
	width: 100%;
	height: 2px;
}


#jobs .formInfoContainer {
	margin-top: calc(110px + 3vw);
	overflow-y: scroll;
	height: calc(100vh - (110px + 3vw));
	width: 85vw;
	margin-left: auto;
	margin-right: auto;
	max-width: 720px;
	z-index: 1;
	position: relative;
}



#jobs .formTitle {
	margin-left: 0;
	font-size: 50px;
	letter-spacing: 8px;
	line-height: 75px;
}

#jobs .wpforms-container-full {
	padding-bottom: 3vw;
	width: 100% !important;
	max-width: 1000px;
}

#jobs.show * {
	visibility: visible !important;
}

#jobs * {
	visibility: hidden !important;
}

#jobs .text {
	margin-left: 10px;
	width: calc(100% - 20px);
}


#jobs .formField.textField,
.wpforms-field-file-upload {
	margin-top: 2vw !important;
}



footer>.mainContainer {
	margin-top: -5.3vw;
}

.footerContainer {
	display: flex;
	justify-content: space-between;
	padding-bottom: 30px;
	flex-wrap: wrap;
}

.footerBlock {
	flex-direction: column;
	display: flex;
	justify-content: space-between;
}

.footerBlock .button.text {
	font-size: 13px;
	position: relative;
	top: 17px;
	cursor: pointer;
}

.footerBlock .leadingLogo {
	margin-top: 10px;
}

.buttonGroup {
	display: flex;
	justify-content: space-between;
}

.footerBlock:first-child {}

.footerBlock.newsletter {
	min-width: 461px;
}

.footerContainer.top {
	margin-top: 3vw;
}

.footerContainer.bottom {}

.footerBlock:nth-child(1) .button.text {
	display: none;
}

.footerBlock .text {
	font-size: 17px;
}

.newsletterTitle {
	font-size: 26.48px;
	font-family: 'Alibaba PuHuiTi 3.0 45';
	letter-spacing: 4px;
}

.newsletter .wpforms-container {
	margin-top: 8px !important;
}

.newsletter .sendButton {
	margin-top: 0 !important;
	font-size: 20px !important;
	color: #bda078 !important;

}

.newsletter .sendButton:after {
	background: #bda078 !important;

}

.newsletter input::-webkit-input-placeholder,
.formField input {
	display: block !important;
	font-size: 0.95vw;
}

.newsletter input::-webkit-input-placeholder {

	text-align: center;
}

div.wpforms-container-full .wpforms-form ul li {
	display: flex;

}


/*************** ROOMS ******************/

#sectionPic {
	margin-top: 110px;
}


.textBlock {
	max-width: 760px;
	width: 90vw;
	margin-left: auto;
	margin-right: auto;
}

.textBlock .panelTitle {
	margin-left: auto;
	margin-right: auto;
}

.roomBlock {
	display: flex;
}

.roomBlock .pic {
	width: 45vw;
	height: 34vw;
}

.roomBlock .right {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.roomBlock .textContainer {
	max-width: 500px;
}

.roomBlock .highlight {
	line-height: 2.5vw;
}

.roomBlock .titleDecor {
	display: block;
	margin-left: calc(7vw + 10px);
}

.roomBlock .titleDecor span {
	white-space: nowrap;
	/* display: flex; */
	margin-left: -36px;
}


.roomBlock.even .left {
	order: 1;
}

.roomBlock.even .right {
	order: 0;
}

#roomList {
	margin-bottom: 5vw;
}

#jobs {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100dvh;
}

.overlay {
	pointer-events: none;
	transform: scale(0.95);
	opacity: 0;
	visibility: hidden;
	z-index: 1;
}

.overlay.show {
	pointer-events: all;
	transform: none;
	opacity: 1;
	visibility: visible;
}

.overlayClose {
	width: 45px;
	height: 45px;
	cursor: pointer;
	position: absolute;
	right: 42px;
	top: 14px;
	z-index: 1;
}

#thefork_book {
	position: fixed;
	bottom: 30px;
	width: 193px;
	background: #c1b39f;
	padding: 10px 20px;
	right: 7.5vw;
	text-align: center;
}

#thefork_book a {
	font-size: 15px;
}


@media all and (max-width:1660px) {


	.footerBlock.newsletter {
		margin-top: 5vw;
		margin-left: auto;
	}

	.footerBlock.leading {
		min-width: 200px;
	}

	.footerBlock:nth-child(2) {
		min-width: 254px;
	}
}


@media all and (max-width:1279px) {

	.footerBlock .text {
		font-size: 15px;
	}

	.newsletterTitle {
		font-size: 22.6px;
	}

	.footerBlock.newsletter {
		min-width: 411px;
	}
}

/******************************************/

@media all and (max-width:960px) {
	header {
		height: 45px;
		top: 0;
		left: 0;
		width: 100%;

	}

	.mobileBook {
		display: block;
		position: absolute;
		left: 70px;
		top: 9px;
	}

	.mobilePhone {
		display: block;
		position: absolute;
		right: 120px;
		top: 14px;
		width: 16px;
	}

	.desktopBook {
		display: none;
	}

	header .button,
	header a {
		font-size: 12px;
	}

	.lang-item:first-child:after {
		height: 12px;
		top: 9px;
		right: -7px;
	}

	.langs {
		margin-left: 20px;
		pointer-events: all;
	}


	#mainBar {
		height: 45px;
	}

	#barBackground {
		height: 220px;
		transform: scale(1, 0);
	}

	#barBackground.show {
		transform: scale(1, 0.2);
	}

	#barBackground.show.full {
		transform: scale(1);
	}


	header .barLeft {
		flex-direction: column;
		position: absolute;
		top: 60px;
		width: calc(100% - 15vw);
		align-items: center;
		pointer-events: none;
	}


	header .barCenter {
		width: 80px;
		position: absolute;
		top: 6px;
		height: 60px;
		left: calc(50% - 40px);
	}


	#barLogo {
		width: 130px;
		margin-top: 0;
	}

	header .barRight {
		position: absolute;
		top: 150px;
		flex-direction: column;
		width: calc(100% - 15vw);
		align-items: center;
		pointer-events: none;

	}

	header .barLeft.show,
	header .barRight.show {
		pointer-events: all;
	}

	#rightSubMenu {
		position: absolute;
		top: -142px;
		left: 0;
		width: auto;
		right: 0;
		pointer-events: none;
	}

	.lang-item {
		transform: translateY(10px);
	}

	.margin {
		margin-top: 25px;
	}

	.doubleMargin {
		margin-top: 50px;
	}

	.tripleMargin {
		margin-top: 75px;
	}

	#mainLogo {
		width: 180px;
	}

	#homeTop #mainLogo {
		margin-top: 20px;
	}

	.pic.rect {
		height: 60vw;
	}


	#wheelBackground {
		opacity: 0;
		transform: rotateZ(-45deg);
	}


	.wheelContainer #wheelBackground {
		opacity: 1;
		transform: none;
		-webkit-transition: -webkit-transform 3000ms cubic-bezier(0.250, 0.460, 0.450, 0.940), opacity 1000ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
		transition: transform 3000ms cubic-bezier(0.250, 0.460, 0.450, 0.940), opacity 1000ms cubic-bezier(0.250, 0.460, 0.450, 0.940);

	}

	#homeWheel .mainContainer {
		overflow: visible;
	}

	#homeWheel .leadingLogo {
		margin-top: 35px;
	}

	.text {
		font-size: 15px;
		line-height: 30px;
	}

	.text.bigger,
	.text.highlight {

		font-size: 16px;
		line-height: 35px;

	}

	.title {
		font-size: 26px;
		line-height: 50px;

	}

	html[lang=en] .santeria.letter {
		font-size: 55px;
		top: 8px;
	}

	.text.centered,
	.title.centered {
		max-width: 100%;
		width: 100%;
	}

	#homeWheel .text.bigger {
		width: 100%;
		margin-top: 80px;
	}

	.title.opener {
		margin-top: 25px;
		padding-bottom: 0;
	}


	#masseriaTarget,
	#ristoranteTarget,
	#mapTarget {
		height: 0;
	}

	#masseriaComposition,
	#ristoranteComposition,
	#mapComposition {
		margin-top: -5px;
		height: auto;
	}


	#masseriaSticky,
	#ristoranteSticky,
	#mapSticky {
		height: auto;
		transform: none !important;
	}

	#masseriaScroller,
	#ristoranteScroller,
	#mapScroller {
		width: 100%;
		height: auto
	}


	.scrollBlock {
		display: flex;
		flex-direction: column;
		position: relative;
	}

	.scrollBlock>.left,
	.scrollBlock>.right {
		height: 100vw;
		width: 100%;
		overflow: hidden;
	}

	.wArticle {
		font-size: 40px;
		top: -40px;
		left: -30px;
	}

	html[lang=en] .wArticle {
		left: -47px;
	}


	.titleDecor {
		margin-top: 10px;
	}

	.titleDecor:before {
		width: 100px;
		left: -130px;
		top: 20px;
	}

	.titleDecor:after {
		width: 100px;
		right: -130px;
		top: 20px;
	}

	img[data-scroll-speed='-1'] {
		height: 112% !important;
		top: -6% !important;
	}


	.scrollBlock .title {
		font-size: 40px;
	}


	.scrollBlock._2 .text {
		order: 0;
		position: relative;
		top: 0;
		width: 85vw;
		right: 0;
		height: 50%;
		margin-left: auto;
		margin-right: auto;
		display: flex;
		align-items: center;
		padding: 50px 0;
		box-sizing: border-box;
		color: #8b8575;
		min-width: 0;
	}

	.scrollBlock .pic {
		order: 1;
		height: 100vw;
	}


	.scrollBlock .pic .veil {
		display: none;
	}


	.scrollBlock .sideText {
		width: 100%;
		padding: 50px 7.5vw;
		box-sizing: border-box;
		height: auto;
		min-width: 0;
		position: relative;

	}


	.panelContent {
		flex-direction: column;
		margin-top: 50px;
	}


	.triplePanel .panelContent>* {
		width: 100% !important;
	}


	.triplePanel .panelContent>.left,
	.triplePanel .panelContent>.right {
		height: 100vw;
	}

	.panelTitle {
		width: auto;
		line-height: 50px;
		font-size: 40px;
		margin-left: auto;
		margin-right: auto;
	}

	.santeria.letter {
		top: 11px;
		font-family: 'Santeria';
		font-size: 80px;
	}


	.triplePanel .panelContent .center {
		margin-top: 25px;
	}


	#homeRooms .pic.rect {
		margin-left: -7.5vw;
		width: 100vw;
	}

	.triplePanel .panelContent>.right {
		margin-top: 25px;
	}


	#mapScroller {
		position: relative;
	}

	#mapScroller .scrollBlock {
		z-index: 1
	}


	#mapContainer {
		height: 84vw;
		width: 105vw;
		display: flex;
		margin-left: -20vw;
	}


	#mapLayer .text {
		font-size: 14px;
		line-height: 17px;
	}


	#mapBackground.translated {
		transform: none !important;
	}


	#mapLayer ._1 {
		top: 7%;
		left: 76%;
	}

	#mapLayer ._2 {
		display: none;
	}

	#mapLayer ._4 {
		top: 27%;
		left: 36%;
		width: 140px;
		text-align: center;
	}

	#textFlower {
		width: 85px;
		left: 14px;
		top: 37px;
	}

	#mapLayer ._4 .l2 {
		left: 82px;
		top: 48px;
	}

	#mapLayer ._3 {
		top: 25%;
		left: 82%;
	}

	#mapLayer ._5 {
		top: 44%;
		left: 97%;
	}

	#mapLayer ._6 {
		top: 57%;
		left: 33%;
		white-space: normal;
		width: 80px;
		text-align: center;
	}

	#mapLayer ._7 {
		top: 73%;
		left: 41%;
	}

	#mapLayer ._8 {
		top: 103%;
		left: 75%;
	}

	#salentoPuglia {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		display: flex;
		justify-content: center;
		margin-top: 35vh;
	}

	#mapLayer ._9 {
		top: 92%;
		left: 30%;
	}

	.title.narrow {
		line-height: 50px;
	}

	.pugliaPayContainer {
		text-align: center;
		padding: 0 5vw;
		box-sizing: border-box;
		height: auto;
		margin-top: 35vh;
	}


	#mapScroller .scrollBlock .row {
		transform: none !important;
	}


	#salentoPuglia .sp._2 {
		left: 0;
		display: flex;
		justify-content: center;
		margin-top: 13px;
	}


	.pugliaVideo {
		width: 85vw;
		top: 0;
		left: 7.5vw;
		transform-origin: 50%;
		height: 55vw;
		transform: scale(0.5);
		position: relative;
		margin-top: 30px;
		-webkit-transition: -webkit-transform 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
		transition: transform 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	}

	.pugliaVideo.show {
		transform: none;


	}

	.pugliaPay.title {
		font-size: 38px;
	}

	#mapScroller .scrollBlock._3 {
		padding-bottom: 7.5vw;
	}

	#homeCulture .row {
		flex-direction: column;
	}

	#homeCulture .row .half {
		width: 100%;
		flex-direction: column;
	}


	#homeCulture .row .half>* {
		width: 100%;
		margin-left: 0;

	}

	#homeCulture .row._1>.left {
		order: 1;

	}

	#homeCulture .row .text,
	#homeCulture .row .smallVideo {
		margin-top: 25px;
	}

	.smallVideo,
	#homeCulture .row .pic {
		height: 55vw;
		width: 100%;
		transition-delay: 200ms !important;
	}

	#homeCulture .row._2>.right .pic {
		display: none;

	}

	#homeCulture .row._3 .smallVideo {
		order: 1;
	}

	#homeCulture .row .superBig {
		transition-delay: 0ms !important;
	}

	#homeCulture .row .text {
		transition-delay: 100ms !important;
	}


	#homeCulture .row._3 {
		align-items: flex-start;
		margin-top: 0;
	}

	#homeCulture .row._3 .superBig {
		display: none;
	}

	#homeCulture .right .pic {
		order: 1;
		margin-top: 25px;
	}

	#ristoranteComposition {
		margin-top: 75px;
	}

	#servicePanel {
		flex-direction: column;
	}

	#servicePanel>.left {
		height: 64vw;
		width: 100%;
	}

	#servicePanel>.right {
		margin-top: 45px;
		width: 100%;
		margin-bottom: 45px;
	}

	#restorePay {
		height: auto;
		padding: 75px 0;
	}

	#restoreTitle {
		max-width: 345px;
	}

	#restoreBackground {

		background-size: contain;
	}

	.maxWidth {
		max-width: 100%;
	}

	.doubleCol {
		column-count: 1;
	}

	.qPic {
		height: 60vw;
	}

	.articled.doubleMargin {
		margin-top: 75px;
	}


	.wpforms-container {
		max-width: none;
		width: 100% !important;
		margin-top: 50px !important;
		margin-bottom: 0 !important;
	}

	#formSection {
		min-height: auto;
	}


	#formSection .mainContainer {
		z-index: 1;
		margin-bottom: 50px;
	}

	.sideWheel {
		position: absolute;
		width: 1450px;
		right: -725px;
		top: 0;
	}


	.footerContainer {
		flex-direction: column;
		padding-bottom: 200px;
		position: relative;
	}




	.footerBlock {

		margin-top: 50px !important;
		text-align: center;
		min-width: 0 !important;
	}

	.footerBlock .button.text {
		position: absolute;
		top: auto;
		width: 100%;
	}


	.footerBlock:nth-child(1) .button.text {
		bottom: 110px;

	}

	.footerBlock:nth-child(2) .button.text {
		bottom: 80px;

	}

	.footerBlock:nth-child(3) .button.text:nth-child(1) {
		bottom: 50px;

	}

	.footerBlock:nth-child(3) .button.text:nth-child(2) {
		bottom: 20px;

	}

	#rightSubMenu .button {
		display: none;
	}

	#menuController {
		display: block;
		position: absolute;
		left: calc(7.5vw - 5px);
		top: 11px;
		z-index: 1;
		padding: 5px;

	}

	#menuController .line {
		width: 25px;
		height: 1px;
		background: white;
		margin-top: 5px;
	}

	#menuController .line._1 {
		margin-top: 0;
	}


	.arrow {
		width: 20px;
		height: 20px;
	}

	.arrow.left {

		left: -20px;

	}

	.arrow.right {

		right: -20px;

	}

	.footerBlock .text {
		font-size: 15px;
	}


	#jobs .wpforms-container-full {

		margin-top: 20px !important;
		padding-bottom: 50px;
	}

	#jobs .formInfoContainer {
		height: calc(100dvh - 130px);
		margin-top: 130px;
	}

	#jobs .formTitle {
		margin-left: 0;
		text-align: left;
		margin-top: 0;
		position: fixed;
		font-size: 26px;
		line-height: 50px;
		top: 70px;
		left: calc(7.5vw + 10px);
		letter-spacing: 3px;
	}

	#jobs .text {
		margin-top: 0;

	}

	.overlayClose {
		width: 32px;
		height: 32px;
		position: fixed;
		right: calc(7.5vw - 8px);
		top: 78px;
		z-index: 1;
	}



	/************** SECTIONS **************/


	#sectionPic {
		margin-top: 46px;
		margin-left: -7.5vw;
		width: calc(100% + 15vw);
	}

	.roomBlock {
		flex-direction: column;
		padding: 0 7.5vw;
	}

	.roomBlock .pic {
		width: 100%;
		height: 50vw;
	}

	.roomBlock .textContainer {
		margin-top: 30px;
	}

	.roomBlock .text:nth-child(3) {
		margin-top: 30px;
	}

	.roomBlock .highlight {
		line-height: 28px;
	}

	#rooms .panelTitle ._3 {
		margin-left: 0;
	}

	.textBlock .panelTitle {
		justify-content: flex-start;
	}

	.roomBlock .titleDecor span {
		margin-left: -28px;
		margin-top: 10px;
	}

	.roomBlock .titleDecor {
		margin-left: auto;
		margin-right: auto;
	}

	.roomBlock {

		margin-top: 125px;
	}

	.roomBlock:first-child {
		margin-top: 50px;
		;
	}

	.roomBlock.even .left {
		order: 0;
	}

	.roomBlock.even .right {
		order: 1;
	}

	#roomList {
		margin-bottom: 125px;
	}

	#thefork_book {
		bottom: 15px;
		width: 160px;
		background: #c1b39f;
		padding: 10px 15px;
		right: 15px;

	}

	#thefork_book a {
		font-size: 12px;
	}
}

#homeMasseria {
	position: relative;
	z-index: 3;
}



.lowerPageContents {
	z-index: 5;
	position: relative;

	padding: 0 !important;
}

.fgDesignConcept {
	contain: paint;
	padding: max(15.625vw, 216px) 0;
	padding-left: 4.6875vw
}

.fgDesignConceptContent {
	position: relative;
	background-image: url(../img/index3-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 5vw 0;
}

.fgDesignConceptContent::before,
.fgDesignConceptContent::after {
	display: block;
	width: 100%;
	overflow: hidden;
	/* background-color: #2b2b2b; */
	content: ""
}

.fgDesignConceptContent::before {
	height: 60px;
	margin-bottom: -1px;
	border-radius: 40px 0 0 0
}

.fgDesignConceptContent::after {
	height: max(13.5416666667vw, 88px);
	margin-top: -2px;
	border-radius: 0 0 0 40px
}

.fgDesignConceptTitle {
	contain: paint;
	display: flex;
	position: relative;
	margin-bottom: 7.8125vw;
	overflow: hidden;
	gap: 1rem;
	color: rgba(255, 255, 255, .13);
	font-weight: 200;
	font-size: 25rem;
	font-size: max(13.0208333333vw, 8.3rem);
	line-height: 1.2;
	white-space: nowrap
}

.fgDesignConceptTitle::before,
.fgDesignConceptTitle::after {
	z-index: 2;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 2em;
	content: ""
}

.fgDesignConceptTitle::before {
	left: 0;
	background: linear-gradient(to right, #2b2b2b 0%, rgba(43, 43, 43, 0) 100%)
}

.fgDesignConceptTitle::after {
	right: 0;
	background: linear-gradient(to left, #2b2b2b 0%, rgba(43, 43, 43, 0) 100%)
}

.fgDesignConceptTitleItem {
	animation: fgDesignConceptTitle 10s linear infinite;
	will-change: translate
}

@keyframes fgDesignConceptTitle {
	0% {
		translate: 0
	}

	100% {
		translate: calc(-100% - 1rem)
	}
}

.fgDesignConceptBody {
	position: relative
}

.fgDesignConceptTheme {
	margin-bottom: max(4.4791666667vw, 38px)
}

.fgDesignConceptThemeTerm {
	font-size: 16px
}

.fgDesignConceptThemeTitle {
	margin-bottom: 30px;
	font-size: calc(24px + 1vw)
}

.fgDesignConceptThemeLead {
	max-inline-size: 367px;
	line-height: 1.5333333333
}

.fgDesignConceptCompany {
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 20px
}

.fgDesignConceptCompanyTerm {
	font-size: 2rem
}

.fgDesignConceptImg {
	position: absolute;
	width: 23.8020833333vw
}

.fgDesignConceptImg.img1 {
	z-index: 3;
	top: 0;
	left: -3.6458333333vw
}

.fgDesignConceptImg.img2 {
	z-index: 2;
	top: -2.875vw;
	left: 5.1041666667vw
}

.fgDesignConceptImg.img3 {
	z-index: 1;
	top: -1.239583vw;
	left: 12.3958333333vw
}


@media screen and (min-width: 769px) {
	.fgDesignConceptBodyInner {
		padding-bottom: 2px;
		padding-inline: 45.4166666667vw 11.8229166667vw;
	}
}


.fgDesignConceptSpAnim .caption.onImg {
	right: 8.5333333333vw
}

@keyframes fgDesignConceptSpAnim {
	0% {
		background-position-x: 0
	}

	100% {
		background-position-x: -647px
	}
}


















