/* ============================================================
   ////  KoboStyles  ////  
   Author: KOBO / .LifeThink 
   ============================================================ */

:root {
	--kobo_color_black: #131614;
	--kobo_color_blue: #081f2c;
	--kobo_color_accent: #5E6266;
	--kobo_color_linen: #FEFAF7;
	--kobo_color_gold: #CDB97D;
	--kobo_color_accb: #5E6266;
	--kobo_color_bg: #F3EEE8;
	--kobo_font_body: 'Helvetica', 'Arial', sans-serif;
	--kobo_font_heading: "gatsby", serif;
	--kobo_font_weight: normal;
	--kobo_font_size_body: 14px;
	--kobo_font_size_btn: 12px;
	--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;
	/* --kobo_slider_height: calc(100vh - 142px) !important; */
}
/* body.has-overlay-header{
	--kobo_slider_height: 100vh !important;
} */


/* ==========================================================
   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;
}

/* ============================================================
	 META P
	 ============================================================ */


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

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

/* #site-header {
	position: relative;
	z-index: 10;
}

#site-header::before { 
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom,
			rgba(0, 0, 0, 0.7) 0%,
			rgba(0, 0, 0, 0.4) 40%,
			rgba(0, 0, 0, 0.135) 100%);
	pointer-events: none;
	z-index: -1; 
}
.hasnt-overlay-header #site-header::before,
.is-sticky #site-header::before {
	opacity: 0;
} */
 
#koboslider_video_container {
	position: relative;
	overflow: hidden;
}

#koboslider_video_container::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to bottom,
		rgba(0,0,0,0.4) 0%,
		rgba(0,0,0,0.4) 50%,
		rgba(0,0,0,0.0) 100%
	);
	pointer-events: none;
	z-index: 2;
}
.scrollD{
	z-index: 1000;
}
.navbar-style-one .dropdown-menu>li.menu-item>a{
	font-family: var(--kobo_font_body);
	letter-spacing: 1.4px;
}
/* ============================================================
	 BUTTONS
	  ============================================================ */

.koboBtn {
	background: transparent;
	color: var(--kobo_color_black);
	font-family: var(--kobo_font_body);
	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;
	font-weight: 500;

	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);
}

.koboBtnW {
	background: transparent;
	color: #FFF;
	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;
	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: #FFF !important;
}

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

.koboBtnB {
	--shine: rgba(255, 255, 255, .13);

	position: relative;
	isolation: isolate;
	/* IMPORTANT: keeps negative z-index inside */
	display: inline-flex;
	align-items: center;
	justify-content: center;

	padding: 7px 25px;
	border: 0;
	background: var(--kobo_color_blue);
	color: #fff;
	font-family: var(--kobo_font_body);
	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 */
.koboBtnB::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, var(--kobo_color_bg), var(--kobo_color_accent));
	transform: translateX(-130%);
	transition: transform 1s cubic-bezier(.25, .46, .45, .94);
	z-index: -2;
}

.koboBtnB::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 */
.koboBtnB:hover::before {
	transform: translateX(0)
}  
.koboBtnB:hover::after {
	left: 180%
}
.koboBtnB:hover {
	color: var(--kobo_color_black) !important;
	/* text visible on light gradient */
	text-decoration: none !important;
}

.kobohrsrow_roomBtnS {
	margin: 30px 0 0;
	display: flex;
	gap: 20px;
	align-items: center;
}

/* kobo room home  */

.koboRoomsWrap {
	position: relative;
	padding: 40px 0 80px;
	max-width: 1400px;
	margin: 0 auto;
	width: 90%;
}

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

.koboRoomsSlide {
	padding: 0 12px;
}

.koboRoomsCard {
	display: block;
	text-decoration: none !important;
	color: inherit;
}

.koboRoomsImage {
	position: relative;
	overflow: hidden;
	background: #eee;
}

.koboRoomsImage img {
	width: 100%;
	height: 420px;
	object-fit: cover;
	display: block;
	transition: transform 1s ease;
}

.koboRoomsCard:hover .koboRoomsImage img {
	transform: scale(1.05);
}

.koboRoomsMeta {
	padding-top: 18px;
}

.koboRoomsMeta h3 {
	margin: 0;
	font-size: 26px;
	line-height: 1.2;  
	color: var(--kobo_color_black);
}

/* -----------------------------
   ARROWS
----------------------------- */

.koboRoomsArrows {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	z-index: 20;
	pointer-events: none;
}

.koboArrow {
	pointer-events: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: 1px solid rgba(19,22,20,.15);
	background: rgba(255,255,255,.92);
	cursor: pointer;
	color: var(--kobo_color_black);
	transition: all .3s ease;
	box-shadow: 0 10px 25px rgba(0,0,0,.08);
	margin-top: -30px;
}

.koboArrowPrev {
	left: -40px;
}

.koboArrowNext {
	right: -40px;
}

/* line */
.koboArrow::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 1px;
	background: currentColor;
	transform: translate(-50%, -50%);
}

/* arrow head */
.koboArrow::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 7px;
	height: 7px;
	border-top: 1px solid currentColor;
	border-right: 1px solid currentColor;
}

.koboArrowNext::after {
	right: 18px;
	transform: translateY(-50%) rotate(45deg);
}

.koboArrowPrev::after {
	left: 18px;
	transform: translateY(-50%) rotate(-135deg);
}

.koboArrow:hover {
	background: var(--kobo_color_black);
	color: #fff;
	border-color: var(--kobo_color_black);
} 

/* -----------------------------
   SLICK FIXES
----------------------------- */

.koboRoomsSlider .slick-list {
	margin: 0 -12px;
}

.koboRoomsSlider .slick-track {
	display: flex !important;
}

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

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

/* -----------------------------
   MOBILE
----------------------------- */

@media (max-width: 991px) {

	.koboRoomsImage img {
		height: 360px;
	}

	.koboRoomsArrows {
		padding: 0 12px;
	}

}

@media (max-width: 767px) {

	.koboRoomsWrap {
		padding: 30px 0 60px;
		width: 77%;
	}

	.koboRoomsSlide {
		padding: 0 8px;
	}

	.koboRoomsImage img {
		height: 300px;
	}

	.koboRoomsMeta h3 {
		font-size: 20px;
	}

	.koboArrow {
		width: 46px;
		height: 46px;
	}

	.koboArrow::before {
		width: 14px;
	}

	.koboArrowNext::after {
		right: 14px;
	}

	.koboArrowPrev::after {
		left: 14px;
	}
}

.copyrights{
	font-family: var(--kobo_font_body);
}

.koboOffersWrap {
	padding: 40px 0 100px;
	/* background: #f7f2ec; */
}

.koboOffersWrap__inner {
	width: min(1280px, 94%);
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 70px;
}

.koboOffersRow {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 60px;
}

.koboOffersRow:nth-child(even) .koboOffersRow__media {
	order: 2;
}

.koboOffersRow:nth-child(even) .koboOffersRow__content {
	order: 1;
}

.koboOffersRow__media {
	position: relative;
	overflow: hidden;
	min-height: 500px;
	background: #ddd;
}

.koboOffersRow__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	height: 500px;
	display: block;
	transition: transform .8s ease;
}

.koboOffersRow:hover .koboOffersRow__media img {
	transform: scale(1.04);
}

.koboOffersRow__content {
	max-width: 520px;
}

.koboOffersRow__content h2 {
	margin: 0 0 22px;
	font-family: var(--kobo_font_heading);
	font-size: 36px;
	line-height: 1.05;
	font-weight: 400;
}

.koboOffersRow__text {
	font-size: 16px;
	line-height: 1.9;
	color: #4b4b4b;
	margin-bottom: 34px;
}

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

.koboOffersRow__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 34px;
	border: 1px solid #131614;
	color: #131614;
	text-decoration: none !important;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .14em;
	text-transform: uppercase;
	transition: all .3s ease;
}

.koboOffersRow__btn:hover {
	background: #131614;
	color: #fff;
}

@media (max-width: 900px) {

	.koboOffersWrap {
		padding: 55px 0;
	}

	.koboOffersWrap__inner {
		gap: 50px;
	}

	.koboOffersRow {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.koboOffersRow:nth-child(even) .koboOffersRow__media,
	.koboOffersRow:nth-child(even) .koboOffersRow__content {
		order: initial;
	}

	.koboOffersRow__media,
	.koboOffersRow__media img { 
		height: 400px; 
		min-height: 400px;
	}

	.koboOffersRow__content {
		max-width: none;
	}

	.koboOffersRow__content h2 {
		font-size: 28px;
	}
	.koboFooterLogoSLogo img{
		max-width: 150px;
	}
}

.koboRelatedRoomsSec{ 
	margin: 50px auto;
	position: relative;
}

.koboRelatedRoomsHead{
	text-align: center;
	margin-bottom: 50px;
}
.koboSectionSubTitle{
	font-size: 13px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	opacity: .7;
	margin-bottom: 12px;
	font-family: var(--kobo_font_body);
}

.koboSectionTitle{
	font-size: 40px;
	line-height: 1;
	margin: 0;
	font-family: var(--kobo_font_heading);
	font-weight: 500;
	color: var(--kobo_color_black);
}

.koboRelatedRoomsSec .koboRoomsWrap{
	position: relative;
}

.koboRelatedRoomsSec .koboRoomsSlider{
	margin: 0 -10px;
}

.koboRelatedRoomsSec .koboRoomsSlide{
	padding: 0 10px;
	box-sizing: border-box;
}

.koboRelatedRoomsSec .koboRoomsCard{
	display: block;
	text-decoration: none;
	color: inherit;
}

.koboRelatedRoomsSec .koboRoomsImage{
	position: relative;
	overflow: hidden; 
}

.koboRelatedRoomsSec .koboRoomsImage img{
	width: 100%;
}

.koboRelatedRoomsSec .koboRoomsCard:hover .koboRoomsImage img{
	transform: scale(1.05);
}

.koboRelatedRoomsSec .koboRoomsMeta{
	padding-top: 20px;
	text-align: center;
}

.koboRelatedRoomsSec .koboRoomsMeta h3{
	margin: 0;
	font-size: 24px;
	line-height: 1.2;
	font-family: var(--kobo_font_heading);
	font-weight: 500;
	color: var(--kobo_color_black);
}

.koboRelatedRoomsSec .koboRoomsArrows{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin-top: 40px;
}

.kobocontsocial{
	font-size: 18px;
	color: var(--kobo_color_black);
}

.kobonmenuWrap{
	display: flex;
	gap: 20px;
}

@media(max-width: 768px){

	.koboRelatedRoomsSec{
		margin: 80px auto;
	}

	.koboRelatedRoomsSec .koboRoomsImage img{
		height: 300px;
	}

	.koboSectionTitle{
		font-size: 42px;
	}

	.koboRelatedRoomsHead{
		margin-bottom: 35px;
	}

}

@media (max-width: 1600px) {
	 
}

@media (max-width: 767px) {
	:root { 
		--kobo_font_size_titles: 32px;
		--kobo_slider_height: 520px !important; 
	}
	.kobohmeta{
		max-width: 90%;
	}
	.koboFooterInner {
		flex-wrap: wrap;
	}
	.koboFooterS {
		width: 100%;
	}
	#koboslider_video_container,
    .koboslider_video { 
	  height: 520px;
   }
   .scrollD { 
	   display: none;
   }
   
   .sroomInner { 
   flex-wrap: wrap;
   }
   .sroomIcon { 
	   height: 320px; 
   }
   .sroomMeta {
	   padding: 20px 0;
   }
   .koboContRow { 
	   flex-wrap: wrap;
	   text-align: center;
   }
   .koboContRowSL {
	   flex: 1;
   } 
   .koboContRowSR {
	   flex: 0 0 100%;
   }
   .koboContRowS {
	   text-align: center;
   }
   .kobocontSocial {
	   margin: 50px 0 20px;
	   gap: 20px;
	   justify-content: center;
   }
   .koboboxesSBox1MetaR{
	   margin-top: 0;
   }
   
   
   
}
