/* ============================================================
   ////  KoboStyles  ////  
   Author: KOBO / .LifeThink 
   ============================================================ */
:root {
	--kobo_color_black: #131614;
	--kobo_color_accent: #5E6266;
	--kobo_color_linen: #FEFAF7;
	/* --kobo_color_linen: #e0d6ca; */
	--kobo_color_gold: #CDB97D;
	--kobo_color_accb: #8b8178;
	--kobo_color_bg: #F3EEE8;
	--kobo_font_body: "Poppins", sans-serif;
	--kobo_font_heading: "Poppins", sans-serif;
	--kobo_font_weight: normal;
	--kobo_font_size_body: 14px;
	--kobo_font_size_btn: 13px;
	--kobo_font_size_titles: 44px;
	--kobo_font_size_row_titles: 26px;
	--kobo_font_size_subtitles: 10px;
	--kobo_font_size_q: 50px;
	--kobo_font_subtitle_sz: 22px;
	--kobo_font_secitle_sz: 20px;
	--kobo_slider_height: 100vh !important; 
} 
/* ============================================================
	  Dev
	  ============================================================ */

.koboDev {
	background: #fffae6;
	border: 1px dashed #d4aa00;
	color: #665500;
	font-family: monospace;
	font-size: 13px;
	padding: 6px 10px;
	margin: 15px 0;
	border-radius: 6px;
	opacity: 0.8;
	text-align: center;
}
.koboDevRed {
	background: #ffecec;
	border: 1px dashed #cc0000;
	color: #660000;
	font-family: monospace;
	font-size: 13px;
	padding: 6px 10px;
	margin: 15px 0;
	border-radius: 6px;
	opacity: 0.9;
	text-align: center;
}
.pdEditThis {
	display: none;
	position: fixed;
	top: 200px;
	background: red;
	left: -42px;
	padding: 5px 20px;
	font-weight: bold;
	z-index: 10000;
	transform: rotate(90deg);
}
.pdEditThis a {
	color: #FFF;
	text-decoration: none !important;
}
.logged-in .pdEditThis {
	display: block !important;
}
.koboClear {
	clear: both;
}
.koboClear5 {
	clear: both;
	padding: 5px;
}
.koboClear10 {
	clear: both;
	padding: 10px;
}
.koboClear15 {
	clear: both;
	padding: 15px;
}
.koboClear20 {
	clear: both;
	padding: 20px;
}
.no-results {
	text-align: center;
}
/* ============================================================
  TOP
  ============================================================ */
.kobotop {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	gap: 20px;
	margin-top: -1px;
}
.kobobook a {
	color: var(--kobo_color_black);
	text-decoration: none !important;
	font-size: var(--kobo_font_size_btn);
	padding: 0;
	background: transparent;
	text-decoration: none !important;
	letter-spacing: 1.2px;
}
.hasnt-overlay-header .kobobook a,
.is-sticky .kobobook a {
	color: var(--kobo_color_black) !important;
}
.has-overlay-header .kobobook a {
	color: #FFF;
}
.koboclub {
	margin-right: 20px;
}
.koboclub a {
	color: var(--kobo_color_black);
	text-decoration: none !important;
	text-transform: uppercase;
	padding: 0;
	font-weight: 400;
	font-size: var(--kobo_font_size_btn);
	padding: 3px 0;
	letter-spacing: .12em;
	border-bottom: 1px solid;
}
.has-overlay-header .koboclub a {
	color: #FFF;
}
.is-sticky .koboclub a {
	color: var(--kobo_color_black);
}
.kobotopleft {
	position: absolute;
	left: 60px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	gap: 5px;
	margin-top: 4px; //for fix
}
.kobotopgroup {
	width: 77px;
}
.kobotopgroup img {
	width: 100%;
	user-select: none;
	-webkit-user-drag: none;
	user-drag: none;
	filter: none;
}
.has-overlay-header .kobotopgroup img {
	filter: brightness(0) invert(1);
}
.is-sticky .kobotopgroup img {
	filter: none;
}
.koboportal .kobotopgroup {
	display: none;
}

/* ==========================================================
   FINAL CSS — New Namespace: koboslider_
========================================================== */
.homeslider {
	position: relative;
	height: var(--kobo_slider_height);
	margin: 0 auto;
	overflow: hidden;
}
#koboslider_slider {
	height: 100%;
}
#koboslider_slider ul {
	margin: 0;
}
.koboslider_video {
	object-fit: cover !important;
	width: 100%;
	height: 100vh;
}

#koboslider_video_container {
	position: relative;
	height: 100vh;
	overflow: hidden;
}

#koboslider_controls {
	width: fit-content;
	position: absolute;
	bottom: 30px;
	right: 30px;
	z-index: 1000;
}

.koboslider_btn_icon {
	width: 40px;
	height: 40px;
	float: left;
	padding: 5px;
	border-radius: 50%;
}

.koboslider_title_meta {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) !important;
	z-index: 10;
	max-width: 700px;
	padding: 0 20px;
	width: fit-content;
}

.koboslider_title_meta.align-center {
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}

.koboslider_title_meta.align-left {
	left: 10%;
	right: unset;
	margin: 0;
	text-align: left;
}

.koboslider_title_meta.align-right {
	right: 10%;
	left: unset;
	margin: 0;
	text-align: right;
}

.koboslider_title_meta.align-topcenter {
	top: 18%;
	left: 0;
	right: 0;
	transform: none;
	margin: 0 auto;
	text-align: center;
}

.koboslider_title_meta.align-bottomcenter {
	top: auto;
	bottom: 18%;
	left: 0;
	right: 0;
	transform: none;
	margin: 0 auto;
	text-align: center;
}
.koboslider_title_meta.align-bottomleft {
	top: auto;
	bottom: 80px;
	left: 80px;
	right: unset;
	transform: none;
	margin: 0 auto;
	text-align: left;
}

.koboslider_title {
	font-size: var(--kobo_font_size_titles);
	font-family: var(--kobo_font_heading);
	font-weight: var(--kobo_font_weight);
	line-height: 1.2;
	margin-bottom: 10px;
	color: #FFF;
}

.koboslider_sub {
	color: #FFF;
	font-size: 16px;
}
.koboslider_btn {
	margin: 35px 0 0;
}
.koboslider_btn a {
	color: #FFF;
	border: 1px solid #FFF;
	padding: 10px 30px;
	text-decoration: none !important;
}
.koboslider_item {
	height: var(--kobo_slider_height);
}
.koboslider_bg {
	height: 100%;
	width: 100%;
	background-size: cover !important;
	background-position: center !important;
}
#koboslider_slider .flex-direction-nav a {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 50;
	font-size: 30px;
	color: #FFF;
	text-decoration: none !important;
	/* background: #000000;*/
}
#koboslider_slider .flex-direction-nav .flex-prev {
	left: 20px;
}
#koboslider_slider .flex-direction-nav .flex-next {
	right: 20px;
}
#koboslider_slider.kobonarrw1 .flex-direction-nav {
	display: none !important;
}


/* ============================================================
  MISC ELEM
  ============================================================ */
*,
html {
	scroll-behavior: smooth !important;
}
#book {
	scroll-margin-top: 120px;
	overflow: initial !important;
}
/* [data-kobo-reveal]{
	visibility: visible;
}  */
.sr-only {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	color: #000;
	overflow: hidden;
}
.scrollD {
	position: absolute;
	right: 0;
	left: 0;
	text-align: center;
	font-size: 10px;
	color: #FFF;
	z-index: 10;
	bottom: 10px;
}
.scrollDb {
	height: 20px;
	width: 1px;
	background: #FFF;
	margin: 0 auto;
}
.scrollD span {
	/* background: #0000004a; */
	padding: 1px 7px;
}
.copyrights {
	font-size: 11px;
	letter-spacing: 0.6px;
	font-weight: 400;
	color: var(--kobo_color_black);
}
.copyrights a {
	color: var(--kobo_color_black);
}
.fancybox-caption {
	display: none !important;
}
.grecaptcha-badge {
	display: none !important;
}
.is-sticky #site-header-inner {
	padding-top: 15px;
	padding-bottom: 15px;
}
.is-sticky #site-logo img {
	max-width: 100px;
}
.kobohrsrow_noresults {
	text-align: center;
	font-style: italic;
}
.header-one #site-logo {
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: center;
}
.site-logo-koborc {
	display: none;
}
.single-property .site-logo-koborc {
	display: block;
}
.site-logo-koborc img {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none; 
	max-width: 80px !important;
}
.is-sticky .site-logo-koborc img {
	max-width: 50px !important;
}
.hasnt-overlay-header .site-logo-koborc img,
.is-sticky .site-logo-koborc img {
	filter: brightness(0) saturate(100%) !important;
}
/* ============================================================
	  BURGER MENU
	  ============================================================ */
#mobile-menu a {
	display: flex;
	gap: 20px;
	align-items: center;
}
.kobomenunav {
	width: 35px;
	height: 2px;
	background: #FFF;
}
.kobomenunavb {
	width: 35px;
	height: 2px;
	background: #FFF;
	margin: 7px 0;
}
.kobomenunavc {
	width: 35px;
	height: 2px;
	background: #FFF;
}
.kobomenunavcT {
	/* margin-top: 2px; */
	color: #FFF;
	font-size: var(--kobo_font_size_btn);
	font-family: var(--kobo_font_heading);
	letter-spacing: 1.2px;
	line-height: 1;
	display: none;
}
.hasnt-overlay-header .kobomenunav,
.hasnt-overlay-header .kobomenunavb,
.hasnt-overlay-header .kobomenunavc {
	background: var(--kobo_color_black);
}
.is-sticky .kobomenunav,
.is-sticky .kobomenunavb,
.is-sticky .kobomenunavc {
	background: var(--kobo_color_black);
}
.kobomenunavc,
.kobomenunavb {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
/* #mobile-menu a:hover .kobomenunavb {
	width: 35px;
	background: var(--kobo_color_black);
}
#mobile-menu a:hover .kobomenunavc {
	width: 30px;
} */
.is-sticky .kobomenunavcT,
.hasnt-overlay-header .kobomenunavcT {
	color: var(--kobo_color_black);
}
.kobomobmenu {
	/* position: absolute;
	right: 30px;
	bottom: 30px;
	display: flex;
	gap: 20px;
	align-items: center; */
}
.kobo-club-bm {
	color: var(--kobo_color_black);
	text-decoration: none !important;
	text-transform: uppercase;
	padding: 0;
	font-weight: 400;
	font-size: 13px;
	padding: 3px 0;
	letter-spacing: .12em;
	border-bottom: 1px solid;
}
.kobo-book-bm {
	color: var(--kobo_color_black);
	text-decoration: none !important;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding: 10px 20px;
	background: transparent;
	border: 1px solid !important;
	letter-spacing: .12em;
}
.kobomobmsoc {}
.kobomobmsocTitle {
	font-family: var(--kobo_font_heading);
	font-weight: var(--kobo_font_weight);
	font-size: 18px;
	margin: 0 0 10px;
}
.kobomobmsocR {
	font-size: 16px !important;
	line-height: 26px !important;
}
.koboespa {
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 1000;
	max-width: 300px;
}

.koboespa img {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	display: block;
}

/* close button */
.koboespaClose {
	position: absolute;
	top: -8px;
	right: -8px;
	width: 22px;
	height: 22px;
	background: #000;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
	font-weight: bold;
}
/* #kobo-manage-consent {
	position: fixed;
	left: unset !important;
	right: 16px;
} */
.kobomobmenubg {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
	width: 100%;
	height: 100vh;
	position: revert;
}
.kobomobmenubgL {
	position: absolute;
	bottom: 100px;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
}
.kobomobmenubgL img {
	max-width: 150px;
	margin: 0 auto;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
.kobomobmenudat {
	position: absolute;
	left: 40px;
	bottom: 40px;
	display: flex;
	gap: 20px;
	align-items: center;
}
.kobomobmenudatSocial {
	display: flex;
	gap: 20px;
}
/* ============================================================
  BUTTONS
   ============================================================ */

.koboBtn {
	background: transparent;
	color: var(--kobo_color_black);
	border: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	position: relative;
	text-transform: uppercase;
	text-decoration: none !important;
	font-size: var(--kobo_font_size_btn);
	letter-spacing: 1px;
	transition: color .35s ease;
}

/* base subtle line */
.koboBtn::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -0.25rem;
	height: 1px;
	background: var(--kobo_color_accent);
	opacity: .5;
}

/* animated accent line */
.koboBtn::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -0.25rem;
	height: 2px;
	background: var(--kobo_color_accent, var(--kobo_color_black));
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .35s ease;
}

.koboBtn:hover {
	color: var(--kobo_color_accent, var(--kobo_color_black)) !important;
}

.koboBtn:hover::after {
	transform: scaleX(1);
}

.koboBtnB {
	background: transparent;
	color: var(--kobo_color_black);
	border: 1px solid var(--kobo_color_black);
	padding: 5px 20px;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	position: relative;
	text-transform: uppercase;
	text-decoration: none !important;
	font-size: var(--kobo_font_size_btn);
	letter-spacing: 1px;
	transition: color .35s ease;
	font-weight: 400;
}
.koboBtnB:hover {
	color: var(--kobo_color_accent, var(--kobo_color_black)) !important;
	opacity: 0.8;
}
.koboBtnT {
	background: transparent;
	color: var(--kobo_color_black);
	border: 1px solid var(--kobo_color_black);
	border: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	position: relative;
	text-transform: uppercase;
	text-decoration: none !important;
	font-size: var(--kobo_font_size_btn);
	letter-spacing: 1px;
	transition: color .35s ease;
	font-weight: 400;
}
.koboBtnT:hover {
	color: var(--kobo_color_accent, var(--kobo_color_black)) !important;
	opacity: 0.8;
}
.koboBtnT:hover::after {
	transform: scaleX(1);
}


.koboBtnG {
	--shine: #fccb3a61;

	position: relative;
	isolation: isolate;
	display: inline-flex;
	align-items: center;
	justify-content: center;

	padding: 10px 40px;
	border: 0;
	background: var(--kobo_color_gold);
	color: #fff;

	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 500;
	overflow: hidden;
	cursor: pointer;

	transition: color .45s ease;
}

/* layers go BEHIND the text */
.koboBtnG::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, var(--kobo_color_bg), var(--kobo_color_ivory));
	transform: translateX(-130%);
	transition: transform 1s cubic-bezier(.25, .46, .45, .94);
	z-index: -2;
}

.koboBtnG::after {
	content: "";
	position: absolute;
	inset: 0 auto 0 -180%;
	width: 55%;
	background: linear-gradient(120deg, transparent 0%, var(--shine) 50%, transparent 100%);
	transform: skewX(-18deg);
	transition: left 1.2s cubic-bezier(.25, .46, .45, .94);
	z-index: -1;
}

/* hover */
.koboBtnG:hover::before {
	transform: translateX(0)
}
.koboBtnG:hover::after {
	left: 180%
}
.koboBtnG:hover {
	color: var(--kobo_color_gold) !important;
	/* text visible on light gradient */
	text-decoration: none !important;
}

.koboDotBtn {
	display: inline-flex;
	gap: 10px;
	font-size: 12px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	text-decoration: none !important;
	color: var(--kobo_color_black);
	font-weight: 500;
	align-items: center;
}
.koboDotBtn::before {
	content: "";
	width: 6px;
	height: 6px;
	background: var(--kobo_color_black);
	border-radius: 50%;
	display: inline-block;
}
.koboDotBtn:hover {
	opacity: 0.7;
}

.koboDotBtnW {
	display: inline-flex;
	gap: 10px;
	font-size: 12px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	text-decoration: none !important;
	color: #FFF;
	font-weight: 500;
	align-items: center;
}
.koboDotBtnW::before {
	content: "";
	width: 6px;
	height: 6px;
	background: #FFF;
	border-radius: 50%;
	display: inline-block;
}
.koboDotBtnW:hover {
	opacity: 0.7;
}

.koboBtnW {
	background: transparent;
	color: #FFF;
	border: 1px solid;
	padding: 10px 20px;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	position: relative;
	text-transform: uppercase;
	text-decoration: none !important;
	font-size: var(--kobo_font_size_btn);
	letter-spacing: 1px;
	font-weight: 500;
	transition: color .35s ease;
}

/* base subtle white line */
.koboBtnW::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -0.25rem;
	height: 1px;
	background: #FFF;
	opacity: .45;
}

/* animated white line */
.koboBtnW::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -0.25rem;
	height: 2px;
	background: #FFF;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .35s ease;
}

.koboBtnW:hover {
	color: #eee !important;
}

.koboBtnW:hover::after {
	transform: scaleX(1);
}




/* Row Button */
.koboNbtn {
	font-size: var(--kobo_font_size_btn);
	font-family: var(--kobo_font_heading);
	color: var(--kobo_color_black);
	text-transform: lowercase;
	text-decoration: none !important;
	display: inline-flex;
	align-items: center;
	gap: 16px;
	position: relative;
}

.koboNbtn::after {
	content: "";
	width: 42px;
	height: 1px;
	background: currentColor;
	opacity: .35;
	transform-origin: left;
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.koboNbtn:hover::after {
	transform: scaleX(1.3) translateX(6px);
	opacity: 1;
}

.koboNbtnw {
	font-size: var(--kobo_font_size_btn);
	font-family: var(--kobo_font_heading);
	color: #FFF;
	text-transform: normal;
	text-decoration: none !important;
	display: inline-flex;
	align-items: center;
	gap: 16px;
	position: relative;
}

.koboNbtnw::after {
	content: "";
	width: 42px;
	height: 1px;
	background: currentColor;
	opacity: .35;
	transform-origin: left;
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.koboNbtnw:hover::after {
	transform: scaleX(1.3) translateX(6px);
	opacity: 1;
}



.koboBtnf {
	--shine: #fccb3a61;
	position: relative;
	isolation: isolate;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 40px;
	border: 0;
	background: transparent;
	/* background:var(--kobo_color_linen); */
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 500;
	overflow: hidden;
	cursor: pointer;
	transition: color .45s ease;
}
.koboBtnf::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, var(--kobo_color_linen), var(--kobo_color_ivory));
	transform: translateX(-130%);
	transition: transform 1s cubic-bezier(.25, .46, .45, .94);
	z-index: -2;
}

.koboBtnf::after {
	content: "";
	position: absolute;
	inset: 0 auto 0 -180%;
	width: 55%;
	background: linear-gradient(120deg, transparent 0%, var(--shine) 50%, transparent 100%);
	transform: skewX(-18deg);
	transition: left 1.2s cubic-bezier(.25, .46, .45, .94);
	z-index: -1;
}

/* hover */
.koboBtnf:hover::before {
	transform: translateX(0)
}
.koboBtnf:hover::after {
	left: 180%
}
.koboBtnf:hover {
	color: var(--kobo_color_gold) !important;
	/* text visible on light gradient */
	text-decoration: none !important;
}

/* ============================================================
   Map
   ============================================================ */

#mapContact {
	width: 100%;
	height: 560px;
}
.maptitle {
	font-family: var(--kobo_font_heading);
	font-weight: var(--kobo_font_weight);
	font-size: 20px;
	margin: 0 0 5px;
	text-transform: uppercase;
}
.maplink{
	padding: 10px 0;
}
.maplink a {
	color: var(--kobo_color_black);
	text-decoration: none !important;
	border-bottom: 1px solid var(--kobo_color_black);
	padding: 0 0 1px;
	font-size: 12px;
}
.gm-style-iw-chr {
	position: absolute;
	right: 0;
	max-width: 40px;
}
.gm-style .gm-style-iw-d {
	padding: 20px 10px 10px 8px;
}
/* ============================================================
  FOOTER
  ============================================================ */
.koboFooter {
	background: var(--kobo_color_linen);
	padding: 70px 10px;
}

.koboFooterInner {
	width: min(1200px, 95%);
	margin: 0 auto;
}

.koboFblcka {
	display: flex;
	gap: 20px;
	justify-content: space-between;
}

.koboFblckaF {
	width: 33%;
	display: flex;
	align-items: center;
}

.koboFblckaL {
	width: 77%;
}

.koboFooterLogo {
	max-width: 200px;
}

.koboFblckaLInner {
	display: flex;
	gap: 60px;
	position: relative;
	justify-content: flex-end;
	align-items: center;
}

.koboFblckaLInner>.koboFblckaS {
	/* flex: 1 1 0;
  		min-width: 0;  */
	width: 33.333%;
}

.koboFblckaLInner>.koboFblckaS:nth-child(2) {
	position: relative;
	padding-left: 60px;
	width: 52.66%;
}

.koboFblckaLInner>.koboFblckaS:nth-child(2)::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	background: linear-gradient(to bottom,
			transparent,
			rgba(0, 0, 0, 0.15),
			transparent);
}

.koboFblckaSMenu {
	display: flex;
	gap: 60px;
}

.koboFblckaS {}

.koboFootData {
	padding: 0 0 5px;
}

.koboFooterSsmap {
	min-height: 200px;
	display: flex;
	align-items: center;
	width: 33%;
	justify-content: center;
}

.koboFooterSsmap ul {
	margin: 0;
}

.koboFooterSsmap ul li {
	list-style-type: none;
	padding: 0 0 12px;
}

.koboFblckaSMenu {
	display: flex;
	gap: 60px;
	/* align-items: center; */
}

.koboFootDataspac {
	margin-bottom: 20px;
}

.koboFooterb {
	background: var(--kobo_color_bg);
	padding: 70px 10px;
}

.koboFooterbInner {
	width: min(1200px, 95%);
	margin: 0 auto;
}
.koboFblckb {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.koboFooterSocial {
	display: flex;
	gap: 20px;
}
.koboFooterSocialS {}
.koboFooterSocialS {
	border: 1px solid #dad6d6;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.koboFblckc {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
}
.koboFblckcF {
	width: 30%;
}
.koboFblckcS {
	width: 70%;
}
.koboFblckcSpartners {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: flex-end;
	margin-right: 0;
	margin-left: auto;
}
.koboFblckcSpartner img {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	pointer-events: none;
}

.fmhtenumber {
	text-align: center;
	margin: 40px 0 0;
	font-size: 13px;
}

.koboFooterq{
	font-weight: var(--kobo_font_weight);
}
/* ============================================================
  META P
  ============================================================ */


.kobohmeta {
	max-width: 880px;
	margin: 80px auto;
	text-align: center;
}
.kobohmetavilla {
	margin: 80px auto 30px;
}
.kobohmetanh {
	margin: 0 auto 80px;
}
.kobohmetanb {
	margin: 0 auto;
}
.kobohmeta_title {
	margin: 10px 0 20px;
}
.kobohmeta_title h1 {
	font-size: var(--kobo_font_size_titles);
	margin: 0;
}
.kobohmeta_subtitle h2 {
	font-size: var(--kobo_font_size_subtitles);
	font-family: var(--kobo_font_body);
	margin: 0;
	text-transform: uppercase;
}
.kobohmeta_text {
	padding: 0;
}
.kobohmeta_btn {}

.koboftext {
	text-align: left;
}
.koboftext ul {}
.koboftext a {
	color: var(--kobo_color_black);
	font-weight: bold;
}

/* =========================================
   NEWSLETTER BOX
========================================= */

.koboNl {
	border-top: 2px solid var(--kobo_color_linen);
	border-bottom: 2px solid var(--kobo_color_linen);
	background: var(--kobo_color_ivory);
}
.koboNlInner {
	margin: 0 auto;
	width: min(1500px, 95%);
	padding: 50px 0;
	display: flex;
	gap: 40px;
	align-items: center;
}
.koboNlL {
	width: 25%;
}
.koboNlM {
	width: 40%;
}
.koboNlR {
	width: 35%;
}
.koboNlLTitle {
	font-style: var(--kobo_font_size_subtitles);
	font-family: var(--kobo_font_heading);
	font-weight: var(--kobo_font_weight);
	font-size: var(--kobo_font_subtitle_sz);
	text-align: center;
}
.koboNlLText {
	max-width: 90%;
}
.koboSignup {
	width: 100%;
	display: flex;
	gap: 10px;
}
.koboSignup input[type="email"] {
	background: transparent;
	color: var(--kobo_color_black);
	border: 0;
	border-bottom: 1px solid var(--kobo_color_black) !important;
	width: 100%;
	border-radius: 0;

}
.koboSignup__btn {
	background: var(--kobo_color_black);
	border-radius: 0;
	width: 100%;
}


/* =========================
   KOBO — ACF Gallery Masonry
   Desktop 3 / Mobile 1
   ========================= */

.koboGal {
	padding: 0 0 100px;
}

.koboGalMasonry {
	column-count: 3;
	column-gap: clamp(12px, 1.5vw, 22px);
	width: min(1400px, 95%);
	margin: 0 auto;
}

.koboGalItem {
	break-inside: avoid;
	-webkit-column-break-inside: avoid;
	margin: 0 0 clamp(12px, 1.5vw, 22px);
}

.koboGalLink {
	display: block;
	text-decoration: none;
}

.koboGalImg {
	width: 100%;
	height: auto;
	display: block;
	transform: translateZ(0);
	transition: transform .35s ease, filter .35s ease;
}
@media (hover:hover) {
	.koboGalLink:hover .koboGalImg {
		transform: scale(1.01);
		filter: saturate(1.03) contrast(1.02);
	}
}
@media (max-width: 1024px) {
	.koboGalMasonry {
		column-count: 2;
	}
}
@media (max-width: 640px) {
	.koboGalMasonry {
		column-count: 1;
	}
}

/* ======================================================

   KOBO — CONTACT SECTION

   ====================================================== */

.kobonconta {
	display: flex;
	gap: 80px;
	flex-wrap: wrap;
	width: min(1200px, 95%);
	margin: 0 auto 100px;
}
.koboncontaL {
	flex: 3;
}
.koboncontaR {
	flex: 7;
}
.koboncontaTitle h2 {
	font-size: var(--kobo_font_size_row_titles);
	margin: 0 0 25px;
}
.koboncontaDIcon {
	width: 25px;
	text-align: left;
}
.koboncontaDataS {
	display: flex;
	gap: 5px;
	padding: 0 0 5px;
}
.koboContSGD {
	margin: 25px 0 0;
}
.koboncontbTitle {
	font-size: var(--kobo_font_subtitle_sz);
	font-family: var(--kobo_font_heading);
	margin: 0 0 25px;
	text-align: center;
}
.koboncontaText {}

.kobocontSocial {
	display: flex;
	gap: 20px;
	margin: 20px 0 0;
}
.kobocontSocialS {
	border: 1px solid #dad6d6;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.kobocsfa {
	color: var(--kobo_color_black);
}
.koboContS {
	margin: 20px 0;
}
.koboContSDat {
	margin: 0 0 10px;
}
.koboContSDat a {
	color: var(--kobo_color_black);
	text-decoration: none !important;
}
.koboContSDatadd{
	margin: 0 0 20px;
}

.koboncontaL,
.koboncontaR {
	min-width: 0;
}
.koboContSDgd{
	margin: 20px 0 0;
}

@media (max-width: 768px) {

	.kobonconta {
		width: min(100%, 90%);
		margin: 0 auto 70px;
		gap: 45px;
		flex-direction: column;
	}

	.koboncontaL,
	.koboncontaR {
		flex: 1 1 100%;
		width: 100%;
		min-width: 0;
	}

	.koboncontaTitle h2 {
		margin: 0 0 20px;
	}

	.koboncontaDataS {
		gap: 10px;
		padding: 0 0 12px;
		align-items: flex-start;
	}

	.koboncontaDIcon {
		width: 22px;
		flex: 0 0 22px;
	}

	.koboncontaDIcon img {
		width: 100%;
		height: auto;
		display: block;
	}

	.koboContSGD {
		margin: 25px 0 0;
	}

	.koboncontbTitle {
		text-align: left;
		margin: 0 0 20px;
	}

	.kobocontSocial {
		gap: 12px;
		flex-wrap: wrap;
	}

	.kobocontSocialS {
		width: 38px;
		height: 38px;
	}

	.koboContS {
		margin: 22px 0;
	}

	.koboContSDat {
		display: flex;
		flex-direction: column;
		gap: 3px;
		margin: 0 0 12px;
	}

	.koboncontaMWrap {
		width: 100%;
		overflow: hidden;
	}

}
  
/* CONTACT FORM */
.koboncontaf{
	background: var(--kobo_color_linen);
	padding: 60px;
	margin: 0 auto 100px;
	width: min(1200px, 95%);
}

.wpcf7 form {
	/* width: min(760px, 100%); */
	margin: 0 auto;
}

.contForm,
.contFormCh,
.reqFrom {
	width: 100%;
	margin-bottom: 22px;
}

.contForm input,
.contForm textarea {
	width: 100%;
	background: transparent;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, .16);
	color: var(--kobo_color_black);
	padding: 0 0 16px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: .02em;
	border-radius: 0;
	box-shadow: none;
	outline: none;
	transition: all .35s ease;
	-webkit-appearance: none;
	appearance: none;
	font-family: inherit;
}

.contForm input {
	height: 56px;
}

.contForm textarea {
	min-height: 140px;
	resize: vertical;
	padding-top: 10px;
}

.contForm input::placeholder,
.contForm textarea::placeholder {
	color: var(--kobo_color_black);
	opacity: 1;
	letter-spacing: .08em;
	text-transform: uppercase;
	font-size: 13px;
}

.contForm input:focus,
.contForm textarea:focus {
	border-bottom-color: var(--kobo_color_black);
}

.contForm textarea:focus {
	box-shadow: none;
}

/* checkbox */
.contFormCh {
	font-size: 10px;
	line-height: 1;
	color: var(--kobo_color_black);
	position: relative;
}

.contFormCh .wpcf7-form-control-wrap {
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
}

.contFormCh input[type="checkbox"] {
	width: 16px;
	height: 16px;
	margin: 4px 10px 0 0;
	accent-color: var(--kobo_color_black);
	cursor: pointer;
}

.contFormCh a {
	color: var(--kobo_color_black);
	text-decoration: none;
	border-bottom: 1px solid rgba(136, 165, 152, .35);
	transition: all .3s ease;
}

.contFormCh a:hover {
	color: var(--kobo_color_black);
	border-bottom-color: var(--kobo_color_black);
	;
}

/* submit */
.reqFrom {
	margin-top: 34px;
}

.reqFrom input[type="submit"] {
	display: inline-block;
	background: transparent;
	border: 1px solid var(--kobo_color_black);
	color: var(--kobo_color_black);
	padding: 13px 28px;
	min-width: 211px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .24em;
	text-transform: uppercase;
	cursor: pointer;
	transition: all .35s ease;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}

.reqFrom input[type="submit"]:hover {
	background: #FFF; 
	color: var(--kobo_color_black);
}

.reqFrom input[type="submit"]:focus {
	outline: none;
	box-shadow: none;
}

/* validation */
.wpcf7-not-valid-tip {
	margin-top: 8px;
	font-size: 11px;
	letter-spacing: .04em;
	color: #b35b5b;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	margin: 25px 0 0;
	padding: 14px 18px;
	border: 1px solid rgba(179, 91, 91, .25);
	background: rgba(255, 255, 255, .45);
	color: #8f5f5f;
	font-size: 14px;
	line-height: 1.7;
}

.wpcf7 form.sent .wpcf7-response-output {
	margin: 25px 0 0;
	padding: 14px 18px;
	border: 1px solid rgba(136, 165, 152, .35);
	background: rgba(255, 255, 255, .45);
	color: #6b8278;
	font-size: 12px;
	line-height: 1.7;
}

.koboClear {
	clear: both;
}

/* optional spacing if labels/errors break flow */
.wpcf7-form-control-wrap {
	display: block;
}



/* mobile */
@media (max-width: 767px) {
	.contForm,
	.contFormCh,
	.reqFrom {
		margin-bottom: 18px;
	}

	.contForm input,
	.contForm textarea {
		font-size: 14px;
		padding: 0 0 14px;
	}

	.contForm input {
		height: 40px;
	}

	.contForm textarea {}

	.contForm input::placeholder,
	.contForm textarea::placeholder {
		font-size: 10px;
		letter-spacing: .14em;
	}

	.reqFrom {
		margin-top: 26px;
	}

	.reqFrom input[type="submit"] {
		width: 100%;
		min-width: 100%;
		padding: 16px 24px;
	}
}



/* ======================================================

   KOBO — SINGLE ROOM

   ====================================================== */

.kobosroomspec {
	display: flex;
	margin: 100px auto;
	width: 95%;
	max-width: 1400px;
	gap: 40px;
	align-items: center;
}
.kobosroomspecR {
	width: 40%;
}

.kobosroomspecL {
	width: 60%;
}
.kobosroomspecLBg {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
	width: 100%;
	height: 500px;
}
.kobosroomspecRInner {
	max-width: 80%;
	margin: 0 auto;
}
.koboroomgallery {
	width: 95%;
	margin: 100px auto;
}

.koboroomgalleryTitle {
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 40px;
	font-family: var(--kobo_font_heading);
	font-size: var(--kobo_font_size_titles);
	font-weight: var(--kobo_font_weight);
}
.koboproomGalleryWrap {
	position: relative;
	max-width: 90%;
	margin: 0 auto;
	padding-bottom: 20px;
}

/* SLIDER GAP FIX */
.koboproomGallery {
	margin: 0 -15px;
}

/* ITEM */
.koboproomGallery .koboproomGallery__item {
	padding: 0 15px;
	box-sizing: border-box;
}

.koboproomGallery .koboproomGallery__item a {
	display: block;
	height: 480px;
	overflow: hidden;
	position: relative;
}

/* IMAGE */
.koboproomGallery .koboproomGallery__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .4s ease;
}

/* HOVER */
.koboproomGallery .koboproomGallery__item a:hover img {
	transform: scale(1.04);
}

/* SLICK FIX (equal height) */
.koboproomGallery .slick-track {
	display: flex !important;
}

.koboproomGallery .slick-slide {
	height: inherit !important;
}

.koboproomGallery .slick-slide>div {
	height: 100%;
}

/* =========================================
   ARROWS (BOTTOM RIGHT - ISOLATED)
========================================= */

.koboproomGallery__arrows {
	position: absolute;
	right: 5%;
	bottom: -40px;
	display: flex;
	gap: 40px;
}

.koboLineArrow {
	position: relative;
	width: 60px;
	height: 20px;
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
}
.koboLineArrow::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #444;
	transform: translateY(-50%);
	transition: all .25s ease;
}
.koboLineArrow::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 8px;
	height: 8px;
	border-top: 1px solid #444;
	border-right: 1px solid #444;
	transform: translateY(-50%) rotate(45deg);
	transition: all .25s ease;
}

.koboLineArrow--next::after {
	right: 0;
}
.koboLineArrow--prev::after {
	left: 0;
	transform: translateY(-50%) rotate(-135deg);
}
.koboLineArrow:hover::before,
.koboLineArrow:hover::after {
	opacity: 0.7;
}
.koboproomGallery__arrows button:hover {
	background-color: transparent !important;
	background: transparent !important;
}

.koboLineArrow.slick-disabled {
	opacity: .3;
	pointer-events: none;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1024px) {
	.koboproomGalleryWrap {
		max-width: 100%;
	}
}

@media (max-width: 767px) {

	.koboroomgallery {
		margin: 70px auto;
	}

	.koboproomGalleryWrap {
		max-width: 100%;
		padding-bottom: 70px;
	}

	.koboproomGallery {
		margin: 0 -6px;
	}

	.koboproomGallery .koboproomGallery__item {
		padding: 0 6px;
	}

	.koboproomGallery .koboproomGallery__item a {
		height: 420px;
	}

	.koboproomGallery__arrows {
		right: 6px;
		bottom: 0;
	}

	.koboGalleryArrow {
		width: 40px;
		height: 40px;
	}
}

.koboRoomGallerySection {
	width: min(1400px, 95%);
	margin-left: auto;
	margin-right: 0;
	padding: 80px 0 20px;
	position: relative;
}

.koboRoomGallerySection__panel {
	/* padding: 34px 34px 70px; */
	padding: 20px 0 30px;
	position: relative;
}

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

.koboRoomGallerySection__caption {
	max-width: 420px;
	padding: 18px 0 0 80px;
	position: relative;
	z-index: 3;
}

.koboRoomGallerySection__title {
	margin: 0 0 6px;
	font-family: var(--kobo_font_body);
	font-size: 34px;
	line-height: 1;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #5c5c5c;
}

.koboRoomGallerySection__sub {
	margin: 0;
	font-family: var(--kobo_font_body);
	font-size: 11px;
	line-height: 1.5;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #777;
}
.kobosroomrelRow .kobofod4 {
	margin: 50px auto 100px;
}

/* kobo rooms relet */

.kobosroomrel {}
.kobosroomrelRow .koboHomeSec2 {
	background: var(--kobo_color_bg);
	padding: 40px 0 100px;
	margin: 0 0 50px;
}


/* kobo single gallery  */

.kobogalNavWrap {
	width: min(1400px, 95%);
	margin: 30px auto 50px;
}

.kobogalNav {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 28px;
	align-items: center;
	justify-content: center;
}

.kobogalNav__item {
	position: relative;
	display: inline-block;
	padding: 0;
	text-decoration: none !important;
	color: var(--kobo_color_black);
	transition: opacity .3s ease;
	font-weight: var(--kobo_font_weight);
	text-transform: uppercase;
}

.kobogalNav__item::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: var(--kobo_color_ivory);
	transition: width .35s ease;
}

.kobogalNav__item:hover::after,
.kobogalNav__item.is-active::after {
	width: 100%;
	border-bottom: 0.5px solid;
}

.kobogalNav__item:hover {
	opacity: .75;
}

.kobogalGridWrap {
	width: min(1400px, 95%);
	margin: 0 auto 80px;
}

.kobogalGrid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.kobogalGrid__item {
	position: relative;
}

.kobogalGrid__link {
	display: block;
	overflow: hidden;
	aspect-ratio: 4 / 5;
}

.kobogalGrid__link img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .45s ease;
}

.kobogalGrid__item:hover .kobogalGrid__link img {
	transform: scale(1.04);
}

.kobogalGrid__title {
	margin-top: 12px;
	text-align: center;
	line-height: 1.5;
}

@media (max-width: 980px) {
	.kobogalGrid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 680px) {
	.kobogalGrid {
		grid-template-columns: 1fr;
	}

	.kobogalNav {
		gap: 10px 18px;
	}
}

@media (max-width: 980px) {

	.kobospaPromo__row {
		grid-template-columns: 1fr;
	}

	.kobospaPromo__image {
		min-height: 360px;
	}

	.kobospaPromo__content {
		max-width: 100%;
		margin: -40px 20px 0;
		padding: 30px 24px;
	}

	.kobospaPromo__actions {
		justify-content: flex-start;
	}
}

/* tablet */
@media (max-width: 1024px) {
	.koboExpPatternWrap {
		grid-template-columns: repeat(2, 1fr);
		gap: 24px;
	}

	.koboExpItem--style1,
	.koboExpItem--style2,
	.koboExpItem--style3,
	.koboExpItem--style4 {
		grid-column: auto;
		margin-top: 0;
		margin-bottom: 0;
	}

	.koboExpItem--style1 .koboExpMedia,
	.koboExpItem--style2 .koboExpMedia {
		aspect-ratio: 0.78 / 1;
	}

	.koboExpItem--style3,
	.koboExpItem--style4 {
		grid-column: 1 / -1;
	}

	.koboExpItem--style3 .koboExpMedia,
	.koboExpItem--style4 .koboExpMedia {
		aspect-ratio: 1.7 / 1;
	}
}


/* ======================================================

   KOBO — BOOK FORM 

   ====================================================== */
.kobobbar {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100px;
	z-index: 999;
	width: fit-content;
	margin: 0 auto;
	padding: 10px;
	background: rgb(255 255 255 / 17%);
	backdrop-filter: blur(2px);
}

.kobobbarForm {
	display: grid;
	grid-template-columns: 260px 170px 170px 120px auto;
	align-items: center;
	width: 100%;
	padding: 10px 0;
	background: rgba(255, 255, 255, .55);
	backdrop-filter: blur(2px);
}

.kobobbarItem {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 58px;
	padding: 7px 18px;
	border-right: 1px solid rgba(0, 0, 0, .35);
}
.kobobbarnb {
	border-right: 0 !important;
}

.kobobbarItem--btn {
	padding: 0 26px;
	border-right: 0;
	align-items: center;
}

.kobobbarLabel {
	display: block;
	margin-bottom: 7px;
	font-size: 14px;
	line-height: 1;
	color: var(--kobo_color_black);
	text-transform: none;
}

.kobobbarSelect,
.kobobbarDate {
	display: block;
	width: 100%;
	height: 22px;
	min-height: 22px;
	padding: 0 !important;
	margin: 0;
	border: 0 !important;
	outline: 0;
	box-shadow: none !important;
	background-color: transparent !important;
	font-size: 14px;
	line-height: 22px;
	color: var(--kobo_color_black);
	font-family: inherit;
	text-align: left;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}
.kobobbarSelect {
	padding-right: 26px !important;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' fill='none' stroke='%23222222' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: right 4px center !important;
	background-size: 12px 8px !important;
}

.kobobbarSelect--disabled {
	background-image: none !important;
	cursor: default;
	opacity: 1;
}

.kobobbarGuests {
	width: 70px;
	max-width: 70px;
}

.kobobbarDate {
	position: relative;
	z-index: 5;
}

.kobobbarBtn {
	height: 56px;
	padding: 0 26px;
	border: 0;
	border-radius: 0;
	background: #FFF;
	color: var(--kobo_color_black);
	font-size: 13px;
	line-height: 1;
	letter-spacing: .02em;
	text-transform: uppercase;
	cursor: pointer;
	white-space: nowrap;

	transition: all .45s cubic-bezier(.19, 1, .22, 1);

	will-change: transform;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
}

.kobobbarBtn:hover {
	background: var(--kobo_color_black);
	color: #fff;

	transform: translateY(-2px);

	box-shadow: 0 12px 30px rgba(0, 0, 0, .16);
}

.kobobbarBtn:active {
	transform: translateY(0);
	box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
}

@media (max-width: 960px) {
	.kobobbar {
		position: relative;
		bottom: auto;
		width: 95%;
		margin: 25px auto;
	}

	.kobobbarForm {
		grid-template-columns: 1fr 1fr;
	}

	.kobobbarItem {
		border-right: 0;
		border-bottom: 1px solid rgba(0, 0, 0, .25);
	}

	.kobobbarItem--btn {
		grid-column: 1 / -1;
		padding: 16px;
	}

	.kobobbarBtn {
		width: 100%;
	}
}

@media (max-width: 520px) {
	.kobobbarForm {
		grid-template-columns: 1fr;
	}

	.kobobbarItem {
		height: auto;
		min-height: 58px;
		padding: 14px 18px;
	}
}




/* Kobo Full Banner */
.kobobanfull {
	margin: 50px auto;
}

.kobobanfull_in {
	position: relative;
	width: 100%;
	height: 720px;
	display: flex;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.kobobanfull_in::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgb(0 0 0 / 30%);
	z-index: 1;
}

.kobobanfull_video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

.kobobanfull_meta {
	position: relative;
	z-index: 2;
	color: #fff;
	padding: 100px 50px;
	max-width: 700px;
}

.kobobanfull_title h3 {
	font-family: var(--kobo_font_heading);
	font-size: var(--kobo_font_subtitle_sz);
	line-height: 1.2;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.kobobanfull_text {
	margin: 0 0 20px;
}

/* Positions */
.kobobanfull_in--topleft {
	align-items: flex-start;
	justify-content: flex-start;
	text-align: left;
}

.kobobanfull_in--topright {
	align-items: flex-start;
	justify-content: flex-end;
	text-align: left;
}

.kobobanfull_in--center {
	align-items: center;
	justify-content: center;
	text-align: center;
}

.kobobanfull_in--bottomleft {
	align-items: flex-end;
	justify-content: flex-start;
	text-align: left;
}

.kobobanfull_in--bottomright {
	align-items: flex-end;
	justify-content: flex-end;
	text-align: left;
}

.kobobanfull_villas {
	display: flex;
	gap: 20px;
	margin: 20px auto;
	justify-content: center;
}
.kobobanfull_villatype {}


/* ======================================================
  
  KOBO — Single Villa 
  
  ====================================================== */

.koboslider_sview_title {
	color: #FFF;
}
.kobosvilla {
	width: min(1200px, 95%);
	margin: 70px auto;
	display: grid;
	grid-template-columns: 50% 50%;
	justify-content: center;
	/* gap: 70px; */
	align-items: start;
}
.kobosvillaL {}
.kobosvillaR {}
.kobosvillametaTitle h1 {
	font-family: var(--kobo_font_heading);
	font-size: var(--kobo_font_size_row_titles);
	margin: 0 0 20px;
}
.kobosvillametatext {
	max-width: 80%;
}
.kobosrviewSpecs {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 32px;
	row-gap: 18px;
	max-width: 400px;
	margin-right: 0;
	margin-left: auto;
}

.kobosrviewSpec {
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(0, 0, 0, .25);
	min-height: 74px;
}

.kobosrviewSpecTitle {
	font-family: var(--kobo_font_heading);
	font-weight: var(--kobo_font_weight);
	margin-bottom: 7px;
}

.kobo-book-inroom {
	display: flex;
	align-items: flex-end;
}

.kobo-book-room {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 140px;
	height: 40px;
	padding: 0 18px;
	border: 1px solid var(--kobo_color_black);
	font-size: var(--kobo_font_size_btn);
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--kobo_color_black);
	text-decoration: none !important;
	background: transparent;
	transition: all .25s ease;
	margin-top: 30px;
}

.kobo-book-room:hover {
	opacity: 0.8;
}

/* ======================================================
   
   KOBO — Property Room Amenities
   
   ====================================================== */

.koboproAmenities {
	margin: 100px 0;
	padding: 100px 0;
	background: var(--kobo_color_linen);
}

.koboproAmenities__inner {
	width: min(1400px, 95%);
	/* max-width: 95%;*/
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 110px;
}

.koboproAmenities__image {
	width: 40%;
	overflow: hidden;
}

.koboproAmenities__image img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	transition: transform .9s cubic-bezier(.22, .61, .36, 1);
	will-change: transform;
	max-height: 750px;
}

.koboproAmenities__image:hover img {
	transform: scale(1.06);
}

.koboproAmenities__content {
	width: 50%;
}

.koboproAmenities__block h3 {
	column-count: 2;
	column-gap: 70px;
	font-family: var(--kobo_font_body);
	font-size: var(--kobo_font_size_body);
	line-height: 1.7;
}

.koboproAmenities__block h2 {
	font-family: var(--kobo_font_heading);
	font-size: var(--kobo_font_size_row_titles);
	text-transform: uppercase;
	margin: 0 0 34px;
}

.koboproAmenities__text {
	column-count: 2;
	column-gap: 70px;
	font-family: var(--kobo_font_body);
	font-size: var(--kobo_font_size_body);
	line-height: 1.7;
}

.koboproAmenities__text p {
	margin: 0 0 9px;
	break-inside: avoid;
	border-bottom: 1px solid #e8e8e8;
}

.koboproAmenities__block--comforts {
	margin-top: 54px;
	padding-top: 54px;
	border-top: 1px solid rgba(19, 22, 20, .55);
}

@media (max-width: 991px) {
	.koboproAmenities__inner {
		flex-direction: column;
		gap: 50px;
	}

	.koboproAmenities__image,
	.koboproAmenities__content {
		width: 100%;
		max-width: none;
	}
}

@media (max-width: 767px) {
	.koboproAmenities {
		padding: 70px 0;
	}

	.koboproAmenities__inner {
		width: 88%;
	}

	/* .koboproAmenities__text {
			 column-count: 1;
		}
    */
	.koboproAmenities__block--comforts {
		margin-top: 40px;
		padding-top: 40px;
	}
	.kobosvilla {
		margin: 40px auto;
		grid-template-columns: 1fr;
	}
	.kobosvillaL {
		width: 100%;
	}
	.kobosvillaR {
		width: 100%;
	}
}

/* ======================================================
	  
	  KOBO — Property Room Gallery
	  
	  ====================================================== */

.koboproGallery {
	padding: 50px 0;
	overflow: hidden;
}

.koboproGallery__head {
	text-align: center;
	margin-bottom: 42px;
}

.koboproGallery__head h2 {
	font-family: var(--kobo_font_heading);
	font-size: var(--kobo_font_size_row_titles);
	font-weight: 400;
	margin: 0;
}

.koboproGallery__slider {
	width: min(1500px, 95%);
	margin: 0 auto;
}

.koboproGallery__slide {
	padding: 0;
}

.koboproGallery__image {
	width: 100%;
	height: 420px;
	overflow: hidden;
}

.koboproGallery__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .9s cubic-bezier(.22, .61, .36, 1);
	will-change: transform;
}

.koboproGallery__image:hover img {
	transform: scale(1.06);
}

/* Arrows */
.koboproGallery .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	width: 38px;
	height: 38px;
	border: 0;
	background: transparent;
	font-size: 0;
	cursor: pointer;
}

.koboproGallery .slick-prev {
	left: -42px;
}

.koboproGallery .slick-next {
	right: -42px;
}

.koboproGallery .slick-prev::before,
.koboproGallery .slick-next::before {
	font-size: 34px;
	line-height: 1;
	color: var(--kobo_color_black);
	opacity: 1;
}

.koboproGallery .slick-prev::before {
	content: "‹";
}

.koboproGallery .slick-next::before {
	content: "›";
}

@media (max-width: 991px) {
	.koboproGallery__image {
		height: 340px;
	}
}

@media (max-width: 767px) {
	.koboproGallery {
		padding: 55px 0 70px;
	}

	.koboproGallery__slider {
		width: 88%;
	}

	.koboproGallery__image {
		height: 280px;
	}

	.koboproGallery .slick-prev {
		left: -28px;
	}

	.koboproGallery .slick-next {
		right: -28px;
	}
}



.koboVillaLayout {
	display: grid;
	grid-template-columns: minmax(320px, 650px) minmax(320px, 650px);
	gap: 80px;
	align-items: flex-start;
	width: min(1200px, 95%);
	margin: 120px auto;
}

.koboVillaLayout__image img {
	display: block;
	width: 100%;
	height: auto;
}

.koboVillaLayout__subtitle {
	font-size: var(--kobo_font_size_row_titles);
	line-height: 1;
	margin-bottom: 20px;
}

.koboVillaLayout__text {}

.koboVillaLayout__text p {
	margin: 0 0 28px;
}

.koboVillaLayout__text p:last-child {
	margin-bottom: 0;
}

@media(max-width:991px) {

	.koboVillaLayout {
		grid-template-columns: 100%;
		gap: 50px;
		margin: 80px auto;
	}

	.koboVillaLayout__subtitle {
		font-size: 34px;
		margin-bottom: 30px;
	}
}

/* ======================================================

KOBO — Related Villas

====================================================== */

.kobovillaRelated {
	padding: 50px 0 100px;
}

.kobovillaRelated__inner {
	width: min(1080px, 94%);
	margin: 0 auto;
	position: relative;
}

.kobovillaRelated__heading {
	font-family: var(--kobo_font_heading);
	font-size: var(--kobo_font_size_row_titles);
	text-align: center;
	margin: 0 0 58px;
}

.kobovillaRelated__slide {
	padding: 0 14px;
}
.kobovillaRelated__slider .koboVillaCard {
	width: 100%;
	max-width: none;
}
.kobovillaRelated .koboVillaCardImg {
	display: block;
	overflow: hidden;
	margin-bottom: 24px;
}

.kobovillaRelated .koboVillaCardImg img {
	width: 100%;
	height: 520px;
	object-fit: cover;
	display: block;
	transition: transform .9s cubic-bezier(.22, .61, .36, 1);
	will-change: transform;
}

.kobovillaRelated .koboVillaCardImg:hover img {
	transform: scale(1.06);
}

.kobovillaRelated .koboVillaCardTitle {
	font-family: var(--kobo_font_heading);
	font-size: var(--kobo_font_size_row_titles);
	font-weight: 400;
	line-height: 1.25;
	margin: 0 0 16px;
}

.kobovillaRelated .koboVillaCardTitle a {
	color: inherit;
	text-decoration: none;
}

.kobovillaRelated .koboVillaSpecs {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 18px;
	font-family: var(--kobo_font_body);
	font-size: 13px;
}

.kobovillaRelated .koboVillaSpecs span:not(:last-child)::after {
	content: "|";
	margin-left: 14px;
	opacity: .45;
}

.kobovillaRelated .koboVillaExcerpt {
	font-family: var(--kobo_font_body);
	line-height: 1.6;
	max-width: 560px;
	margin-bottom: 24px;
}

/* Arrows bottom right */
.kobovillaRelated__arrows {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 28px;
	margin-top: 34px;
}

.kobovillaRelated__arrows .slick-arrow {
	position: static;
	transform: none;
	width: 54px;
	height: 28px;
	border: 0;
	background: transparent;
	font-size: 0;
	cursor: pointer;
}

.kobovillaRelated__arrows .slick-prev::before,
.kobovillaRelated__arrows .slick-next::before {
	font-size: 46px;
	line-height: 1;
	color: var(--kobo_color_black);
	opacity: 1;
	font-family: serif;
}

.kobovillaRelated__arrows .slick-prev::before {
	content: "←";
}

.kobovillaRelated__arrows .slick-next::before {
	content: "→";
}

@media (max-width: 991px) {
	.kobovillaRelated .koboVillaCardImg img {
		height: 420px;
	}
}

@media (max-width: 767px) {
	.kobovillaRelated {
		padding: 70px 0;
	}

	.kobovillaRelated__inner {
		width: 88%;
	}

	.kobovillaRelated__heading {
		margin-bottom: 38px;
	}

	.kobovillaRelated__slide {
		padding: 0;
	}

	.kobovillaRelated .koboVillaCardImg img {
		height: 340px;
	}

	.kobovillaRelated__arrows {
		justify-content: center;
	}
}

/* ======================================================

KOBO — Offers Archive/List

====================================================== */

.koboOffers {
	padding: 0 0 110px;
}

.koboOffers__inner {
	width: min(1350px, 90%);
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 100px;
}

.koboOfferRow {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 85px;
}

.koboOfferRow__image {
	width: 58%;
	display: block;
	overflow: hidden;
}

.koboOfferRow__image img {
	width: 100%;
	height: 550px;
	display: block;
	object-fit: cover;
	transition: transform .9s cubic-bezier(.22, .61, .36, 1);
	will-change: transform;
}

.koboOfferRow__image:hover img {
	transform: scale(1.06);
}

.koboOfferRow__content {
	width: 34%;
	max-width: 420px;
}

.koboOfferRow__property{
	font-size:11px;
	letter-spacing:2px;
	text-transform:uppercase;
	margin-bottom:12px;
	color:var(--kobo_color_accb);
	font-weight:600;
}

.koboOfferRow__title {
	font-family: var(--kobo_font_heading);
	font-size: var(--kobo_font_size_row_titles);
	font-weight: 400;
	line-height: 1.25;
	margin: 0 0 28px;
}

.koboOfferRow__text {
	font-family: var(--kobo_font_body);
	font-size: var(--kobo_font_size_body);
	line-height: 1.55;
	margin-bottom: 28px;
}

.koboOfferRow__text p {
	margin: 0 0 18px;
}

.koboOfferRow__text ul {
	margin: 12px 0 0;
	padding-left: 18px;
}

.koboOfferRow__text li {
	margin-bottom: 5px;
}

.koboOffersEmpty{
	text-align: center;
}

/* Responsive */
@media (max-width: 991px) {
	.koboOffers__inner {
		gap: 70px;
	}

	.koboOfferRow {
		flex-direction: column;
		align-items: flex-start;
		gap: 35px;
	}

	.koboOfferRow__image,
	.koboOfferRow__content {
		width: 100%;
		max-width: none;
	}
}

@media (max-width: 767px) {
	.koboOffers {
		padding: 70px 0;
	}

	.koboOffers__inner {
		width: 88%;
		gap: 60px;
	}

	.koboOfferRow__title {
		margin-bottom: 22px;
	}
}


/* ======================================================

KOBO — TOP Menu

====================================================== */

.koboPropertyMenu {
	border-top: 1px solid #b5b5b559;
}
.koboPropertyMenu__list {
	display: flex;
	justify-content: center;
	margin: 0;
	gap: 5px;
	padding: 5px 0;
}
.koboPropertyMenu__item {
	list-style-type: none;
	padding: 10px;
	text-transform: uppercase;
}
.koboPropertyMenu__link,
.koboPropertyMenu__link a {
	color: #FFF;
	text-decoration: none !important;
}

/* .hasnt-overlay-header .koboPropertyMenu,
.is-sticky .koboPropertyMenu{
	border-top: 1px solid var(--kobo_color_black);
} */
.hasnt-overlay-header .koboPropertyMenu__link,
.is-sticky .koboPropertyMenu__link {
	color: var(--kobo_color_black);
}

.is-sticky .koboPropertyMenu__item {
	padding: 5px 10px;
}

/* ======================================================
   KOBO — TOP Menu Mobile Scroll
====================================================== */
@media (max-width: 768px) {

	.koboPropertyMenu {
		display: block;
		width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
	}

	.koboPropertyMenu__list {
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-start;
		width: max-content;
		min-width: 100%;
	}

	.koboPropertyMenu__item {
		flex: 0 0 auto;
		white-space: nowrap;
	}

}


/* ======================================================
   
	  KOBO — Villas Row
   
	  ====================================================== */

.koboVillasArchive {
	padding: 20px 0;
}
/* Filters */
.koboFilters {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 18px;
	margin-bottom: 40px;
	font-size: 13px;
	flex-wrap: wrap;
}
.koboFilterBtn {
	color: var(--kobo_color_black);
	text-decoration: none;
	opacity: .75;
	transition: opacity .25s ease;
}
.koboFilterBtn.active {
	opacity: 1;
	text-decoration: underline;
	font-weight: 500;
}
.koboFilterBtn:hover {
	text-decoration: none !important;
}
.koboFilterSep {
	opacity: .35;
}
.koboFilterItem {
	transition: opacity .25s ease;
}
.koboFilterItem.is-hidden {
	display: none !important;
}
.koboFilterNoResults {
	text-align: center;
	width: 100%;
	margin: 40px auto;
}
/* Rooms Row */
.koboVillaGrid {
	width: min(1400px, 94%);
	margin: 70px auto 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 90px 44px;
}
.koboVillaCard {
	width: calc(50% - 15px);
	max-width: 480px;
}
.koboVillaCardImg {
	display: block;
	overflow: hidden;
	aspect-ratio: 1 / .95;
}
.koboVillaCardImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .7s ease;
}
.koboVillaCard:hover .koboVillaCardImg img {
	transform: scale(1.04);
}
.koboVillaCardTitle {
	margin: 22px 0 14px;
	font-family: var(--kobo_font_heading);
	font-size: var(--kobo_font_size_row_titles);
	font-weight: 400;
	line-height: 1.1;
}
.koboVillaCardTitle a {
	color: var(--kobo_color_black);
	text-decoration: none;
}
.koboVillaSpecs {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 14px;
	font-size: 12px;
	opacity: .75;
	align-items: center;
}
.koboVillaSpecs span:not(:last-child)::after {
	content: "|";
	margin-left: 12px;
	opacity: .45;
}
.koboVillaExcerpt {
	line-height: 1.6;
	max-width: 90%;
	margin-bottom: 22px;
}
.koboVillaBtns {
	display: flex;
	gap: 25px;
	align-items: center;
}

/* Room Row Responsive */
@media (max-width: 1024px) {
	/* .koboVillaCard {
		width: calc(50% - 20px);
	} */

	.koboFilters {
		margin-bottom: 40px;
	}
}

.koboFiltersWrap {

	position: relative;

}

@media (max-width: 640px) {
	.koboVillasArchive {
		padding: 10px 0;
	}

	/* .koboFilters {
		   gap: 12px;
		   font-size: 12px;
		   margin-bottom: 40px;
	  } */

	.koboFilters {

		justify-content: flex-start;
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 6px;
		gap: 12px;
		scrollbar-width: none;
		margin: 0 20px;
	}
	.koboFilters::-webkit-scrollbar {
		display: none;
	}
	.koboFilters>* {
		flex: 0 0 auto;
		white-space: nowrap;
	}
	/* right fade */
	.koboFiltersWrap:after {
		content: '';
		position: absolute;
		right: 0;
		top: 0;
		width: 60px;
		height: 100%;
		pointer-events: none;
		background: linear-gradient(to right,
				rgba(255, 255, 255, 0),
				rgba(255, 255, 255, 1));
	}
	/* swipe hint */
	.koboFiltersWrap:before {
		content: '← Swipe →';
		position: absolute;
		right: 10px;
		bottom: -12px;
		font-size: 10px;
		letter-spacing: .5px;
		opacity: .6;
		pointer-events: none;
		z-index: 2;
	}
	.koboVillaGrid {
		width: min(520px, 92%);
	}
/* 
	.koboVillaCard {
		width: calc(50% - 15px);
	} */

	.koboVillaExcerpt {
		max-width: 100%;
	}
}

/* ======================================================
   KOBO — Property
====================================================== */

 .kobopropsec1{
	 width: min(1400px, 94%);
	 margin: 50px auto 100px;
 }
 .koboPropImage{
	 position:relative;
	 width:100%;
	 height:700px;
	 background-size:cover;
	 background-position:center;
	 background-repeat:no-repeat; 
	 overflow:hidden;
 }    
 .kobopropsec2{
	 background: var(--kobo_color_linen); 
 }
 
/* ======================================================
   KOBO — Property Villas
====================================================== */

.koboPropVillas{
	padding:80px 0;
	position:relative;
}

.koboPropVillas__inner{
	width: min(1400px, 95%);
	margin:0 auto;
	position:relative;
}

.koboPropVillas__head{
	text-align:center;
	max-width:760px;
	margin:0 auto 70px;
}

.koboPropVillas__subtitle{
	font-size:12px;
	letter-spacing:3px;
	text-transform:uppercase;
	margin-bottom:18px;
	opacity:.7;
}

.koboPropVillas__title{
	font-family:var(--kobo_font_heading);
	font-size: var(--kobo_font_size_row_titles);
	line-height:1;
	margin:0; 
}

.koboPropVillas__slider{
	margin:0 -14px;
}

.koboPropVillas__slide{
	padding:0 14px;
}

.koboPropVillaCard{
	position:relative;
}

.koboPropVillaCard__image{
	position:relative;
	display:block;
	overflow:hidden;
	margin-bottom:26px;
	background:#f5f5f5;
}

.koboPropVillaCard__image img{
	width:100%;
	height:520px;
	object-fit:cover;
	display:block;
	transition:transform 1.2s cubic-bezier(.22,.61,.36,1);
	will-change:transform;
}

.koboPropVillaCard__image:hover img{
	transform:scale(1.06);
}

.koboPropVillaCard__body{
	max-width:720px;
}

.koboPropVillaCard__property{ 
	font-size:11px;
	letter-spacing:2px;
	text-transform:uppercase;
	margin-bottom:5px;
	color:var(--kobo_color_accb);
	font-weight:600; 
}

.koboPropVillaCard__title{
	font-family:var(--kobo_font_heading);
	font-size: var(--kobo_font_size_row_titles);
	line-height:1.1;
	font-weight:400;
	margin:0 0 18px;
}

.koboPropVillaCard__title a{
	color:inherit;
	text-decoration:none;
}

.koboPropVillaCard__specs{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	gap:20px;
	margin-bottom:22px;
	font-size:13px;
	letter-spacing:.3px;
}

.koboPropVillaCard__specs span{
	display:flex;
	align-items:center;
	gap:8px;
}

.koboPropVillaCard__specs i{
	font-size:14px;
	opacity:.8;
}

.koboPropVillaCard__text{
	font-size:16px;
	line-height:1.8;
	max-width:620px;
	margin-bottom:32px;
	opacity:.86;
}

.koboPropVillaCard__buttons{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	gap:16px;
}

/* arrows */

.koboPropVillas__arrows{
	display:flex;
	justify-content:flex-end;
	align-items:center;
	gap:28px;
	margin-top:50px;
}

.koboPropVillas__arrows .slick-arrow{
	position:static;
	transform:none;
	width:54px;
	height:28px;
	border:0;
	background:transparent;
	font-size:0;
	cursor:pointer;
	padding:0;
}

.koboPropVillas__arrows .slick-prev::before,
.koboPropVillas__arrows .slick-next::before{
	font-size:48px;
	line-height:1;
	color:var(--kobo_color_black);
	opacity:1;
	font-family:serif;
}

.koboPropVillas__arrows .slick-prev::before{
	content:"←";
}

.koboPropVillas__arrows .slick-next::before{
	content:"→";
}

/* mobile */

@media(max-width:1200px){

	.koboPropVillaCard__image img{
		height:620px;
	}
} 

@media(max-width:767px){

	.koboPropVillas{
		padding:35px 0;
		width: 90%;
		margin: 0 auto;
	}
/* 
	.koboPropVillas__inner{
		width:88%;
	} */

	.koboPropVillas__head{
		margin-bottom:42px;
	}

	.koboPropVillas__slide{
		padding:0;
	}

	.koboPropVillaCard__image{
		margin-bottom:22px;
	}

	.koboPropVillaCard__image img{
		height:360px;
	} 
	.koboPropVillaCard__text{
		font-size:15px;
		line-height:1.7;
	} 
	s
	.koboPropVillas__arrows{
		justify-content:center;
		margin-top:34px;
	}
}

/* ======================================================

KOBO — Promo Cols

====================================================== */

.koboPromoCols{
	padding:100px 0;
}

.koboPromoCols__inner{
	width:min(1200px,94%);
	margin:0 auto;
	display:grid;
	gap:22px;
	align-items:start;
}

/* 1 column */
.koboPromoCols--1 .koboPromoCols__inner{
	grid-template-columns:1fr;
}

/* 2 columns */
.koboPromoCols--2 .koboPromoCols__inner{ 
	grid-template-columns:1.65fr 1fr; 
}

/* 3 columns */
.koboPromoCols--3 .koboPromoCols__inner{
	grid-template-columns:repeat(3,1fr);
}

.koboPromoCol{
	position:relative;
}

.koboPromoCol__image{
	margin-bottom:28px;
	overflow:hidden;
}

.koboPromoCol__image img{
	width:100%;
	height:520px;
	object-fit:cover;
	display:block;
	transition:transform 1.1s cubic-bezier(.22,.61,.36,1);
}

.koboPromoCol:hover .koboPromoCol__image img{
	transform:scale(1.04);
}

.koboPromoCol__title{
	line-height:1.1; 
	margin:0 0 18px;
	font-family:var(--kobo_font_heading);
	font-size: var(--kobo_font_size_row_titles);  
}

.koboPromoCol__text{
	font-size:14px;
	line-height:1.8;
	margin-bottom:22px;
	max-width:680px;
}

.koboPromoCol__link{
	font-size:11px;
	letter-spacing:1.5px;
	text-transform:uppercase;
	text-decoration:none;
	color:inherit;
	display:inline-flex;
	align-items:center;
	gap:10px;
}

.koboPromoCol__link::after{
	content:"→";
	font-size:16px;
	position:relative;
	top:-1px;
}

@media(max-width:991px){

	.koboPromoCols--1 .koboPromoCols__inner,
	.koboPromoCols--2 .koboPromoCols__inner,
	.koboPromoCols--3 .koboPromoCols__inner{
		grid-template-columns:1fr;
	}

	.koboPromoCol__image img{
		height:420px;
	}
}

@media(max-width:767px){

	.koboPromoCols{
		padding:70px 0;
	}

	.koboPromoCols__inner{
		width:88%;
	}

	.koboPromoCol__image{
		margin-bottom:20px;
	}

	.koboPromoCol__image img{
		height:320px;
	}

	.koboPromoCol__title{
		font-size:32px;
	}

	.koboPromoCol__text{
		font-size:15px;
		line-height:1.7;
	}
}

/* ======================================================

KOBO — Property Offers

====================================================== */

.koboPropOffers{
	padding: 20px 0 150px;
}

.koboPropOffers__head{
	text-align:center;
	width:min(680px,90%);
	margin:0 auto 58px;
}

.koboPropOffers__head h2{
	font-size:34px;
	font-weight:400;
	margin:0 0 18px;
}

.koboPropOffers__head p{
	font-size:13px;
	line-height:1.6;
	margin:0;
}

.koboPropOffers__wrap{
	width:min(1280px,88%);
	margin:0 auto;
	position:relative;
}

.koboPropOffers__slider{
	margin:0 -10px;
}

.koboPropOfferCard{
	padding:0 10px;
}

.koboPropOfferCard__image{
	overflow:hidden;
	margin-bottom:18px;
}

.koboPropOfferCard__image img{
	width:100%;
	height:520px;
	object-fit:cover;
	display:block;
}

.koboPropOfferCard__property{ 
	font-size:11px;
	letter-spacing:2px;
	text-transform:uppercase;
	margin-bottom:5px;
	color: var(--kobo_color_accb);
	font-weight:600; 
}

.koboPropOfferCard__title{
	font-size:20px;
	font-weight:400;
	margin:0 0 12px;
}

.koboPropOfferCard__text{
	font-size:13px;
	line-height:1.6;
	margin-bottom:18px;
}

.koboPropOfferCard__link{
	font-size:11px;
	text-transform:uppercase;
	text-decoration:none;
	color:inherit;
	letter-spacing:1px;
}

.koboPropOffers__arrows .slick-arrow{
	position:absolute;
	top:42%;
	transform:translateY(-50%);
	width:50px;
	height:30px;
	border:0;
	background:transparent;
	font-size:0;
	cursor:pointer;
	z-index:10;
}

.koboPropOffers__arrows .slick-prev{
	left:-70px;
}

.koboPropOffers__arrows .slick-next{
	right:-70px;
}

.koboPropOffers__arrows .slick-prev::before,
.koboPropOffers__arrows .slick-next::before{
	font-size:46px;
	line-height:1;
	color:var(--kobo_color_black);
	font-family:serif;
}

.koboPropOffers__arrows .slick-prev::before{
	content:"←";
}

.koboPropOffers__arrows .slick-next::before{
	content:"→";
}

@media(max-width:991px){
	.koboPropOfferCard__image img{
		height:420px;
	}
}

@media(max-width:767px){
	.koboPropOffers__wrap{
		width:88%;
	}

	.koboPropOfferCard__image img{
		height:340px;
	}

	.koboPropOffers__arrows{
		display:flex;
		justify-content:center;
		gap:26px;
		margin-top:30px;
	}

	.koboPropOffers__arrows .slick-arrow{
		position:static;
		transform:none;
	}
}


/* ======================================================

KOBO — Properties List Home

====================================================== */

.koboPortalProperties{
	padding: 80px 0;
}

.koboPortalProperties__inner{
	width: min(1400px, 95%);
	margin:0 auto;
}

.koboPortalProperties__heading{
	text-align:center;
	font-size: var(--kobo_font_size_row_titles); 
	margin:0 0 58px;
}

.koboPortalProperties__grid{
	display:grid;
	grid-template-columns:repeat(5,1fr);
	gap:110px 18px;
}

.koboPortalProperty--wide{
	grid-column:span 3;
}

.koboPortalProperty--narrow{
	grid-column:span 2;
}

.koboPortalProperty__image{
	display:block;
	overflow:hidden;
	margin-bottom:24px;
}

.koboPortalProperty__image img{
	width:100%;
	height:500px;
	object-fit:cover;
	display:block;
}

.koboPortalProperty__title{
	font-size:28px;
	font-weight:400;
	margin:0 0 14px;
}

.koboPortalProperty__text{

	line-height:1.6;
	margin-bottom:20px;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	overflow:hidden;
	min-height:4.8em;
	max-height:4.8em;

}
.koboPortalProperty__buttons{
	display:flex;
	align-items:center;
	gap:16px;
}

@media(max-width:991px){
	.koboPortalProperties__grid{
		grid-template-columns:1fr;
		gap:60px;
	}

	.koboPortalProperty--wide,
	.koboPortalProperty--narrow{
		grid-column:auto;
	}

	.koboPortalProperty__image img{
		height:420px;
	}
}



/* ======================================================

KOBO — Properties Page

====================================================== */

.koboPropertyGrid{
	padding: 50px 0 100px;
}

.koboPropertyGrid__wrap{
	width:min(1400px,95%);
	margin:0 auto;
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:60px;
}

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

.koboPropertyCard__image{
	display:block;
	overflow:hidden;
}

.koboPropertyCard__image img{
	width:100%;
	height:520px;
	object-fit:cover;
	display:block;
	transition:transform .7s ease;
}

.koboPropertyCard:hover .koboPropertyCard__image img{
	transform:scale(1.04);
}

.koboPropertyCard__content {
	padding: 20px 0;
}

.koboPropertyCard__location{
	font-size:11px;
	letter-spacing:2px;
	text-transform:uppercase;
	color:#8d8277;
	margin-bottom:14px;
	font-weight:600;
}

.koboPropertyCard__title{
	font-size: var(--kobo_font_size_row_titles);
	line-height:1.05;
	margin-bottom:20px; 
}

.koboPropertyCard__title a{
	color:inherit;
	text-decoration:none;
}

.koboPropertyCard__text{ 
	margin-bottom:20px;
}

.koboPropertyCard__buttons{
	display:flex;
	align-items:center;
	gap:14px;
	flex-wrap:wrap;
}

@media(max-width:1100px){

	.koboPropertyGrid__wrap{
		gap:40px;
	}

	.koboPropertyCard__image img{
		height:500px;
	}

	.koboPropertyCard__title{
		font-size:30px;
	}

}

@media(max-width:767px){

	.koboPropertyGrid{
		padding:40px 0;
	}

	.koboPropertyGrid__wrap{
		grid-template-columns:100%;
		gap:50px;
		width:min(92%,92%);
	}

	.koboPropertyCard__image img{
		height:340px;
	}

	.koboPropertyCard__content{ 
	}

	.koboPropertyCard__title{
		font-size:26px;
	}

}

/* ======================================================
   KOBO — Global Alternating Sections
====================================================== */

.koboGlobalAlt {
	padding: 0 0 90px;
	background: var(--kobo_color_bg);
	overflow: hidden;
}

.koboGlobalAlt__row {
	width: min(1400px, 95%);
	margin: 0 auto 110px;
	display: grid;
	grid-template-columns: 58% 42%;
	align-items: center;
	gap: 70px;
}

.koboGlobalAlt__row:last-child {
	margin-bottom: 0;
}

.koboGlobalAlt__row.is-reverse {
	grid-template-columns: 42% 58%;
}

.koboGlobalAlt__row.is-reverse .koboGlobalAlt__media {
	order: 2;
}

.koboGlobalAlt__row.is-reverse .koboGlobalAlt__content {
	order: 1;
}

.koboGlobalAlt__media {
	position: relative;
	overflow: hidden;
	min-height: 520px;
	background-color: var(--kobo_color_linen);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.koboGlobalAlt__media img {
	display: none;
}

.koboGlobalAlt__content {
	background: var(--kobo_color_linen);
	padding: 65px 60px;
	position: relative;
	z-index: 2;
}

.koboGlobalAlt__content h2 {
	font-family: var(--kobo_font_heading);
	font-size: var(--kobo_font_size_row_titles);
	font-weight: var(--kobo_font_weight);
	line-height: 1.2;
	margin: 0 0 24px;
	color: var(--kobo_color_black);
}

.koboGlobalAlt__text {
	font-family: var(--kobo_font_body);
	font-size: var(--kobo_font_size_body);
	line-height: 1.8;
	color: var(--kobo_color_black);
}

.koboGlobalAlt__text p:last-child {
	margin-bottom: 0;
}

/* Full Width Hero */
.koboGlobalAlt__row.is-full {
	position: relative;
	width: 100%;
	display: block; 
}

.koboGlobalAlt__row.is-full .koboGlobalAlt__media {
	width: 100%;
	height: 85vh;
	min-height: 700px;
}

.koboGlobalAlt__row.is-full .koboGlobalAlt__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		90deg,
		rgba(0,0,0,.58) 0%,
		rgba(0,0,0,.35) 42%,
		rgba(0,0,0,.12) 100%
	);
	z-index: 1;
	pointer-events: none;
}

.koboGlobalAlt__row.is-full .koboGlobalAlt__content {
	position: absolute;
	left: 8%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	max-width: 650px;
	background: transparent;
	padding: 0;
	color: #fff;
}

.koboGlobalAlt__row.is-full h2 {
	color: #fff;
	font-size: var(--kobo_font_size_titles);
	line-height: 1.05;
	margin-bottom: 25px;
	text-shadow: 0 4px 20px rgba(0,0,0,.35);
}

.koboGlobalAlt__row.is-full .koboGlobalAlt__text {
	color: #fff;
	font-size: 16px;
	line-height: 1.9;
	max-width: 520px;
	text-shadow: 0 2px 10px rgba(0,0,0,.3);
}

.koboGlobalAlt__row.is-full .koboGlobalAlt__text p:last-child {
	margin-bottom: 0;
}

/* Responsive */
@media (max-width: 991px) {
	.koboGlobalAlt {
		padding: 70px 0;
	}

	.koboGlobalAlt__row,
	.koboGlobalAlt__row.is-reverse {
		width: 90%;
		grid-template-columns: 1fr;
		gap: 0;
		margin-bottom: 70px;
	}

	.koboGlobalAlt__row.is-reverse .koboGlobalAlt__media,
	.koboGlobalAlt__row.is-reverse .koboGlobalAlt__content {
		order: initial;
	}

	.koboGlobalAlt__media {
		min-height: 360px;
	}

	.koboGlobalAlt__content {
		padding: 35px 28px;
	}

	.koboGlobalAlt__row.is-full {
		width: 100%; 
	}

	.koboGlobalAlt__row.is-full .koboGlobalAlt__media {
		height: 70vh;
		min-height: 520px;
	}

	.koboGlobalAlt__row.is-full .koboGlobalAlt__content {
		left: 8%;
		right: 8%;
		max-width: none;
		padding: 0;
	} 
}

@media (max-width: 600px) {
	.koboGlobalAlt__media {
		min-height: 300px;
	}

	.koboGlobalAlt__row.is-full .koboGlobalAlt__media {
		height: 65vh;
		min-height: 460px;
	}

	.koboGlobalAlt__row.is-full h2 {
		font-size: 32px;
	}
}

/* ======================================================

KOBO — xxx

====================================================== */




/* kobo en */

/* kobo resp */
@media (max-width: 1500px) {
	
}
@media (max-width: 767px) {
	:root { 
		--kobo_font_size_titles: 29px;
		--kobo_font_size_row_titles: 22px;
		--kobo_slider_height: 300px !important;
	}
	.scrollD {
		display: none;
	}
	.kobobookdmob{
		display: none;
	}
	#site-logo img { 
		max-width: 100px;
	}
	#site-header-inner{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.is-sticky #site-logo img {
		max-width: 60px;
	}
	.kobobookdmob{
		display: none;
	}
	.kobohmeta { 
		margin: 30px auto; 
		width: 90%;
	}
	.koboPropImage {
		height: 450px;
	}
	.koboPortalProperties {
		padding: 40px 0;
	}
	.koboPortalProperties__heading {
		margin: 0 0 30px;
	}
	.koboFooterInner {
		width: 90%;
	}
	.koboFblcka { 
		flex-wrap: wrap; 
	}
	.koboFblckaF {
		width: 100%; 
		margin: 0 0 20px;
	}
	.koboFblckaL {
		width: 100%;
	}
	.koboFblckaLInner {
		display: flex; 
		flex-wrap: wrap;
		justify-content: center;
	}
	.koboFooterLogo {
		max-width: 120px;
		margin: 0 auto;
	}
	.koboPortalProperties {
		width: 90%;
		margin: 0 auto;
	}
	.koboFblckaLInner>.koboFblckaS {
		width: 100%;
		text-align: center;
	}
	.koboFblckaLInner>.koboFblckaS:nth-child(2) {
		position: relative;
		padding-left: 0;
		width: 100%;
	}
	.koboFblckaLInner>.koboFblckaS:nth-child(2)::before{
		content: none;
	}
	.koboFooter {
		padding: 40px 10px;
	}
	.koboFooterbInner {
		width: 90%;
		margin: 0 auto;
	}
	.copyrights{
		padding: 20px 50px;
	}
	.kobopropsec1 {
		margin: 50px auto 50px;
	}
	.single-property .site-logo-koborc{
		display: none;
	}
	.koboVillaCard {
		width: 100%; 
	}
	.kobo-book-room{
		margin-bottom: 30px;
	}
	.kobosvilla { 
		width: 90%;
	}
	
	
}