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

/* === BARNAVAGIO FONT === */
   
   @font-face{
   
	   font-family:'Barnavagio';
	   src:url('../kobo/fonts/barnavagio.woff2') format('woff2'),
		   url('../kobo/fonts/barnavagio.woff') format('woff'),
		   url('../kobo/fonts/barnavagio.ttf') format('truetype');
	   font-weight:400;
	   font-style:normal;
	   font-display:swap;
   
   }


:root {
	--kobo_color_black: #1A1A1A;
	--kobo_color_accent: #131614;
	--kobo_color_linen: #F3EEE8;
	--kobo_color_ivory: #f4f4f4;
	--kobo_color_bg: #1A1A1A; 
	--kobo_color_bt: #252424;
	--kobo_color_bod: #F9F7F2;
	--kobo_font_body: "Inter", sans-serif;
	--kobo_font_heading: "Inter", sans-serif;
	--kobo_font_heading_b: 'Barnavagio', serif;
	
	--kobo_font_size_b_titles: 42px;
	--kobo_font_size_titles: 32px;
	--kobo_font_size_c_titles: 20px;
	--kobo_font_size_d_titles: 26px;
	--kobo_font_size_body: 15px;
	--kobo_font_size_btn: 13px;
	
	
	--kobo_font_weight: 500;
	--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;
}

/* ============================================================
  MISC ELEM
  ============================================================ */
*,
html {
	scroll-behavior: smooth !important;
}
/* #book {
	scroll-margin-top: 120px;
	overflow: initial !important;
} */
.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 {
	padding: 1px 7px;
}
.copyrights {
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 300;
	color: #FFF;
}
.copyrights a {
	color: #FFF;
}
.fancybox-caption {
	display: none !important;
}
.grecaptcha-badge {
	display: none !important;
}
.is-sticky #site-header-inner {
	padding-top: 20px;
	padding-bottom: 20px;
}
.is-sticky #site-logo img {
	max-width: 150px;
}
.koboTypeLine{
	display:block;
}

.koboTypeBreak{
	display:block;
	height:0;
}

.koboTypeChar{
	display:inline-block;
	will-change:transform, opacity;
}
/* ============================================================
	  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;
}
.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;
}
.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-book-top{
	background: transparent;
	color: var(--kobo_color_bod);
	font-size: var(--kobo_font_size_btn);
	text-transform: uppercase;
	text-decoration: none !important;
	border: 1px solid;
	padding: 10px 20px;
}
.kobo-book-top:hover{
	opacity: 0.7;
}

.is-sticky .kobo-book-top,
.hasnt-overlay-header .kobo-book-top {
	/* color: var(--kobo_color_black); */
}



/* ============================================================
  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;
	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: var(--kobo_color_bod);
	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 */
.koboBtnW::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -0.25rem;
	height: 1px;
	background: var(--kobo_color_bod);
	opacity: .5;
}

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

.koboBtnW:hover {
	color: var(--kobo_color_bod, var(--kobo_color_bod)) !important;
}

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


/* ============================================================
   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 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_black);
	color: var(--kobo_color_bod);
	padding: 70px 10px;
} 
.koboFooterInner {
	
}
.koboFooter_Th{
	border-top:1px solid color-mix(in srgb, var(--kobo_color_bod) 35%, transparent);
	border-bottom:1px solid color-mix(in srgb, var(--kobo_color_bod) 35%, transparent);
}
.koboFooter_ThInner{
	width: min(1200px, 95%);
	margin: 0 auto;
	display: flex; 
	flex-wrap:wrap; 
	gap:20px;
}
.koboFooter_Ths{
	flex: 0 0 calc(33.333% - 14px);
	text-align: center;
	padding: 20px 0;
	text-transform: uppercase;
}
.koboFooter_Thb{ 
	border-bottom:1px solid color-mix(in srgb, var(--kobo_color_bod) 35%, transparent);
}
.koboFooter_ThbInner{
	width: min(1200px, 95%);
	margin: 0 auto;
	display: flex; 
	flex-wrap:wrap; 
	gap:20px;
	padding: 50px 0;
}
.koboFooter_Thbs{
	flex: 0 0 calc(33.333% - 14px);
	text-align: center; 
}
.koboFootData {
	padding: 0 0 10px;
}
.koboFootData span{
	text-transform: uppercase;
	letter-spacing: 2px;
}
.koboFootData a{
	color: var(--kobo_color_bod);
}
.koboFootDatatitle{
	padding: 0 0 20px;
}
.koboFootDatatitleb{
	padding: 20px 0 20px;
}
.koboFooter_Thc{
	border-bottom: 1px solid color-mix(in srgb, var(--kobo_color_bod) 35%, transparent);
}
.koboFooter_ThcInner{
	width: min(1200px, 95%);
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 20px; 
}
.koboFooter_Thcs{
	flex: 0 0 calc(33.333% - 14px);
	text-align: center;
	border-right: 1px solid color-mix(in srgb, var(--kobo_color_bod) 35%, transparent);
	padding: 20px 20px 40px;
}
.koboFooter_Thcs:last-child{
	border-right: 0;
}
.koboFooter_ThcsTitle{
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 0 0 20px;
}
.koboFooterSlinks ul{
	margin: 0;
}
.koboFooterSlinks li{
	list-style-type: none;
	padding: 0 0 5px;
}
.koboFooterSlinks a{
	color: var(--kobo_color_bod);
	text-decoration: none !important;
}
.koboFooterSocialS a{ 
	color: var(--kobo_color_bod);
	padding: 0 0 5px;
	text-decoration: none !important;
}


 
.koboFooterS {}
.koboFooterSLogo {
	text-align: center;
}

.koboFooterSLogoI img {
	width: 90%;
	max-width: 250px; 
	user-select:none;
	-webkit-user-drag:none;
	pointer-events:none;
} 
.fmhtenumber {
	margin: 20px auto 0;
	max-width: 800px;
	font-size: var(--kobo_font_size_btn);
	text-align: center;
}
.koboFooterMenus {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1200px;
	margin: 50px auto 0;
	gap: 10px;
}
.koboFooterSsmap ul {
	display: flex;
	gap: 10px;
}

/* ==========================================================
   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:18%;
  left: 80px;
  right:unset;
  transform:none;
  margin:0 auto;
  text-align: left;
}

.koboslider_title {
	font-size: var(--kobo_font_size_b_titles);
	font-family: var(--kobo_font_heading_b);
	 font-weight: var(--kobo_font_weight);
	line-height: 1.2;
	margin-bottom: 10px;
	color: #FFF; 
	letter-spacing: 2px;
}

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

/* ============================================================
  Kobo Page Meta
  ============================================================ */

.kobohmeta{
	margin: 100px auto;
	padding: 100px 0;
}
.kobohmeta_nb{
	margin-bottom: 0;
	padding-bottom: 40px;
}
.kobohmeta_cnt{
	margin: 40px auto 0;
	padding: 60px 0 10px;
}
.kobohmetaInner{ 
	max-width: 1400px;
	width: 95%;
	text-align: center;
	margin: 0 auto;
}
.kobop_meta_subtitle h2{
	font-family: var(--kobo_font_heading);
}
.kobop_meta_title h1{
	font-size: var(--kobo_font_size_titles);
	font-family: var(--kobo_font_heading_b); 
	letter-spacing: 2px;
	margin: 0 0 20px;
}
.kobop_meta_text{
	max-width: 800px;
	margin: 0 auto;
}
.kobop_meta_btn{
	
}

/* ============================================================
  Kobo Home
  ============================================================ */

.kobohlineup{
	border-top: 1px solid color-mix(in srgb, var(--kobo_color_bod) 35%, transparent);
}


/* ============================================================
  Kobo Request Form
  ============================================================ */

.kobowedform{
	  max-width:760px;
	  margin:0 auto;
	  text-align:center;
  }
  
 .koboFooter_Thbs .wpcf7-form p {
	  margin-bottom: 0;
  }
  
  .kobowedformGrid{
	  display:grid;
	  grid-template-columns:repeat(3, 1fr);
	  gap:28px;
  }
  
  .kobowedformS{
	  margin-bottom:24px;
  }
  
  .kobowedform input[type="text"],
  .kobowedform input[type="email"],
  .kobowedform .wpcf7-text{
	  width:100%;
	  height:44px;
	  padding:0 10px;
	  background:transparent;
	  border:0;
	  border-bottom:1px solid rgba(255,255,255,.55);
	  border-radius:0;
	  color:#fff;
	  text-align:center;
	  font-size:11px;
	  letter-spacing:2px;
	  text-transform:uppercase;
	  box-shadow:none;
	  outline:none;
  }
  .kobowedform textarea{
	width:100%; 
	padding:0 10px;
	background:transparent;
	border:0;
	border-bottom:1px solid rgba(255,255,255,.55);
	border-radius:0;
	color:#fff;
	text-align:center;
	font-size:11px;
	letter-spacing:2px;
	text-transform:uppercase;
	box-shadow:none;
	outline:none; 
  }
  
  .kobowedform input::placeholder{
	  color:rgba(255,255,255,.82);
	  opacity:1;
  }
  
  .kobowedform input:focus{
	  border-bottom-color:#fff;
  }
  
  .kobowedform input[type="submit"]{
	  background:transparent;
	  color:#fff;
	  border:1px solid rgba(255,255,255,.65);
	  padding:16px 30px;
	  font-size:10px;
	  letter-spacing:4px;
	  text-transform:uppercase;
	  cursor:pointer;
	  border-radius:0;
	  transition:.3s ease;
	  min-width:210px;
	  margin-top: 20px;
  }
  
  .kobowedform input[type="submit"]:hover{
	  background:#fff;
	  color:#111;
  }
  
  .kobowedform .wpcf7-spinner{
	  display:block;
	  margin:18px auto 0;
  }
  
  /* .flatpickr-calendar{
	  background:#151515;
	  border-radius:0;
	  border:1px solid rgba(255,255,255,.08);
	  box-shadow:none;
  }
  
  .flatpickr-day,
  .flatpickr-weekday,
  .flatpickr-current-month,
  .flatpickr-monthDropdown-months,
  .numInputWrapper input{
	  color:#fff !important;
  }
  
  .flatpickr-day:hover,
  .flatpickr-day.selected{
	  background:#fff !important;
	  color:#111 !important;
	  border-color:#fff !important;
  }
  
  .flatpickr-time input{
	  color:#fff !important;
  }
   */

  @media(max-width:767px){
  
	  .kobowedformGrid{
		  grid-template-columns:1fr;
		  gap:0;
	  }
  
  }


.koboHomeSection1{
	  padding:80px 0;
	  max-width:1400px;
	  width:95%;
	  margin:0 auto;
	  box-sizing:border-box;
	  overflow:hidden;
  }
  
  .koboHomeSection1__inner{
	  width:100%;
	  display:grid;
	  grid-template-columns:minmax(0, 32%) minmax(0, 1fr);
	  gap:35px;
	  align-items:stretch;
	  box-sizing:border-box;
  }
  
  .koboHomeSection1__left,
  .koboHomeSection1__right{
	  position:relative;
	  overflow:hidden;
	  min-width:0;
	  max-width:100%;
	  box-sizing:border-box;
	  max-height: 600px;
  }
  
  .koboHomeSection1__left{
	  aspect-ratio:4 / 5;
  }
  
  .koboHomeSection1__right{
	  height:100%;
	  min-height:0;
  }
  
  .koboHomeSection1__left img,
  .koboHomeSection1__right img,
  .koboHomeSection1__right video{
	  width:100%;
	  max-width:100%;
	  height:100%;
	  display:block;
	  object-fit:cover;
  }

.koboHomeSection2{
	margin: 40px 0 0;
    padding: 80px 0 40px;
	border-top: 1px solid color-mix(in srgb, var(--kobo_color_bod) 35%, transparent);
  }
  
  .koboHomeSection2__inner{
	  width:min(900px,92%);
	  margin:0 auto;
	  text-align:center;
  }
  
  .koboHomeSection2__text{  
  }
  
  .koboHomeSection2__text h1,
  .koboHomeSection2__text h2,
  .koboHomeSection2__text h3,
  .koboHomeSection2__text h4,
  .koboHomeSection2__text h5,
  .koboHomeSection2__text h6{
	  font-size:inherit;
	  line-height:inherit;
	  font-weight:inherit;
	  margin:0;
  }
  
  .koboHomeSection2__text p:last-child{
	  margin-bottom:0;
  }
  
  .koboHomeSection2__btn{
	  margin-top:40px;
  }
  
  @media(max-width:767px){
  
	  .koboHomeSection2{
		  padding:70px 0;
	  }
   
	  .koboHomeSection2__btn{
		  margin-top:30px;
	  }
  }

.koboHomeSection3{
	  padding:80px 0;
  }
  
  .koboHomeSection3__inner{
	  width: min(1080px, 92%);
	  margin:0 auto;
	  display:grid;
	  grid-template-columns:minmax(0, 1fr) minmax(0, 1fr);
	  gap:70px;
	  align-items:center;
  }
  
  .koboHomeSection3__image{
	  position:relative;
	  overflow:hidden;
	  aspect-ratio:4 / 5;
  }
  
  .koboHomeSection3__image img{
	  width:100%;
	  height:100%;
	  display:block;
	  object-fit:cover;
  }
  
  .koboHomeSection3__content{
	  min-width:0;
  }
  
  .koboHomeSection3__title{
	  margin-bottom:35px;
	  font-size:11px;
	  letter-spacing:.32em;
	  text-transform:uppercase;
	  line-height:1.4;
	  color:#d8d1c7;
  }
  
  .koboHomeSection3__text{ 
	font-size: var(--kobo_font_size_c_titles);  
  }
  
  .koboHomeSection3__text h1,
  .koboHomeSection3__text h2,
  .koboHomeSection3__text h3,
  .koboHomeSection3__text h4,
  .koboHomeSection3__text h5,
  .koboHomeSection3__text h6{
	  font-size:inherit;
	  line-height:inherit;
	  font-weight:inherit;
	  margin:0 0 25px;
  }
  
  .koboHomeSection3__text p:last-child{
	  margin-bottom:0;
  }
  
  .koboHomeSection3__btn{
	  margin-top:45px;
  }
  
  .koboLink{
	  display:inline-flex;
	  align-items:center;
	  gap:10px;
	  font-size:15px;
	  letter-spacing:.08em;
	  text-transform:uppercase;
	  color:#fff;
	  text-decoration:none;
	  position:relative;
  }
  
  .koboLink:after{
	  content:"";
	  width:40px;
	  height:1px;
	  background:currentColor;
	  transition:.3s ease;
  }
  
  .koboLink:hover:after{
	  width:65px;
  }
  
  @media(max-width:767px){
   
	  .koboHomeSection3__inner{
		  grid-template-columns:1fr;
		  gap:30px;
	  }
  
	  .koboHomeSection3__image{
		  aspect-ratio:4 / 5;
	  } 
  
	  .koboHomeSection3__btn{
		  margin-top:30px;
	  }
  }
/* ======================================================
	  Home Car Gallery
   ====================================================== */
   
   .koboHomeCarGallery {
	   width: 100%;
	   padding: 100px 0;
	   overflow: hidden;
   }
   
   .koboHomeCarGallery__inner {
	   width: 100%;
	   margin: 0 auto;
   }
   
   .koboHomeCarGallery__title {
	   width: 95%;
	   max-width: 1400px;
	   margin: 0 auto 50px;
   }
   
   .koboHomeCarGallery__title h2 {
	   margin: 0;
	   font-family: var(--kobo_font_heading);
	   font-size: var(--kobo_font_title_sz);
	   font-weight: var(--kobo_font_weight);
	   line-height: 1.1;
   }
   
   .koboHomeCarGallery__slider {
	   width: 100%;
   }
   
   .koboHomeCarGallery__slide {
	   padding: 0 18px;
   }
   
   .koboHomeCarGallery__image {
	   width: 100%; 
	   overflow: hidden;
	   background: transparent;
   }
   
   .koboHomeCarGallery__image a {
	   display: block; 
	   width: 100%;
	   height: auto;
   }
   
   .koboHomeCarGallery__image img {
	   width: 100%; 
	   height: auto;
	   display: block;
	   object-fit: initial;
	   pointer-events: none;
	   transform: scale(1);
	   transition: transform 1.8s cubic-bezier(0.19, 1, 0.22, 1);
	   will-change: transform;
   }
   
   .koboHomeCarGallery__image:hover img {
	   transform: scale(1.06);
   }
   .koboHomeCarGallery .slick-track { 
	   display: flex;
	   align-items: center;
   
   }
   .koboHomeCarGallery .slick-list {
	   overflow: visible;
   }
   
   .koboHomeCarGallery .slick-dots {
	   position: relative;
	   bottom: auto;
	   margin-top: 65px;
	   display: flex !important;
	   justify-content: center;
	   align-items: center;
	   gap: 0;
   }
   
   .koboHomeCarGallery .slick-dots li {
	   width: 30px;
	   height: 1px;
	   margin: 0;
	   background: rgb(255 255 255 / 44%);
   }
   
   .koboHomeCarGallery .slick-dots li button {
	   width: 100%;
	   height: 1px;
	   padding: 0;
   }
   
   .koboHomeCarGallery .slick-dots li button:before {
	   display: none;
   }
   
   .koboHomeCarGallery .slick-dots li.slick-active {
	   background: var(--kobo_color_bod);
   }
   
   @media (max-width: 767px) {
   
	   .koboHomeCarGallery {
		   padding: 80px 0;
	   }
   
	   .koboHomeCarGallery__title {
		   margin-bottom: 45px;
	   }
   
	   .koboHomeCarGallery__slide {
		   padding: 0 10px;
	   }
   
	   .koboHomeCarGallery .slick-dots li {
		   width: 45px;
	   }
   
   }

/* kobo _contact */
   
   .koboncont{
	   max-width: 630px;
	   margin: 50px auto;
	   text-align: center;
   }	
   .kobogcontTitle h1{
	   font-size: 42px;
	   font-family: var(--kobo_font_heading);
	   font-weight: var(--kobo_font_weight);
	   text-transform: uppercase;
	   margin: 0 0 10px;
   }
   .kobogcontText{ 
	   text-align: left;
	   font-family: var(--kobo_font_heading);
   }	
   .kobonconta{
		display: flex; 
		margin: 150px auto 100px;
		max-width: 1400px;
		width: 95%;
	}
   .koboncontaL{
	   width: 40%; 
	   padding: 50px 5%; 
	   background: var(--kobo_color_bt);
   }
   .koboncontaR{
	   width: 60%;
   }
   .koboncontaMWrap{
	   margin-top: -80px;
   }
   .koboContSTitle{
	   font-family: var(--kobo_font_heading);
	   font-weight: var(--kobo_font_weight); 
	   margin: 0 0 10px;
   }
   .koboContS{
	   margin: 0 0 40px;
   }
   .koboContSDat{
	   margin: 0 0 5px;	
   }
   .koboContSDat a{
	   color: var(--kobo_color_bod);
	   text-decoration: none !important;
   }
   .kobocontSocial{
	   display: flex;
	   gap: 20px;
   }
   .kobocontSocialS i{
	   font-size: 20px;
	   color: var(--kobo_color_bod);
   }
   .koboncontb{
	   margin: 50px auto;
	   max-width: 720px;
   }
   .koboncontbTitle{ 
	   font-family: var(--kobo_font_heading);
	   font-weight: var(--kobo_font_weight); 
	   text-align: center;
	   margin: 0 0 40px;
   }

.koboContSGD{
	margin: 0 0 40px;
}

/* ============================================================
  MENU
  ============================================================ */

.koboMenuBtns{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: center;
	align-items: center;
}

/* ============================================================
  Our Story
  ============================================================ */
  
 .koboOurStory{
	 padding:120px 0 20px;
 }
 
 .koboOurStory__inner{
	 width:min(1400px,92%);
	 margin:0 auto;
 }
 
 .koboOurStory__row{
	 display:grid;
	 grid-template-columns:minmax(0,1fr) minmax(0,1fr);
	 align-items:center;
	 gap:80px;
	 margin-bottom:120px;
 }
 
 .koboOurStory__row--reverse .koboOurStory__image{
	 order:2;
 }
 
 .koboOurStory__row--reverse .koboOurStory__content{
	 order:1;
 }
 
 .koboOurStory__image img{
	 width:100%;
	 height:700px;
	 object-fit:cover;
	 display:block;
 }
 
 .koboOurStory__content h2{
	 font-size: var(--kobo_font_size_b_titles);
	 line-height:1;
	 margin-bottom:30px;
	 font-family:var(--kobo_font_heading_b);
	 font-weight:400;
	 color:var(--kobo_color_bod);
 }
 
 .koboOurStory__text{ 
	 max-width: 80%;
 }
 
 .koboOurStory__text p:last-child{
	 margin-bottom:0;
 }
 
 @media(max-width:991px){
 
	 .koboOurStory__row{
		 grid-template-columns:minmax(0,1fr);
		 gap:40px;
		 margin-bottom:80px;
	 }
 
	 .koboOurStory__row--reverse .koboOurStory__image,
	 .koboOurStory__row--reverse .koboOurStory__content{
		 order:initial;
	 }
 
	 .koboOurStory__image img{
		 height:420px;
	 }
 
	 .koboOurStory__content h2{
		 font-size:42px;
	 }
 }

.kobomobmenudat{
	bottom: 50px;
	left: 50px;
	position: absolute;
	display: flex;
	gap: 30px;
	align-items: center;
}
.kobomobmenudatSocial{
	display: flex;
	gap: 20px;
}

/* ============================================================
  RESP
  ============================================================ */

@media (max-width: 767px) {
	:root { 
		
		--kobo_font_size_b_titles: 38px;
		--kobo_font_size_titles: 28px;
		--kobo_font_size_c_titles: 16px;
		--kobo_font_size_body: 14px;
		--kobo_font_size_btn: 12px;
		 
		--kobo_font_weight: 500;
		--kobo_slider_height: 400px !important;
	} 
	#site-logo img {
		max-width: 140px;
	}
	.is-sticky #site-logo img {
		max-width: 80px;
	}
	#sidr-main { 
		width: 90%;
	}
	#sidr-main.right {
	  right: -90%;
	}
	#sidr-main.left {
	  left: -90%;
	}
	.kobo-book-top {
		border: 0;
		padding: 0;
		border-bottom: 1px solid;
	}
	#site-header-inner {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.scrollD{
		display: none;
	}
	.koboslider_title_meta.align-bottomleft { 
		bottom: 20px;
		left: 0;
		right: 0; 
		text-align: center;
	}
	.kobohmeta {
		margin: 50px auto;
		padding: 40px 20px;
	}
	.koboFooter_Th {
		display: none;
	}
	.koboFooter_Thbs {
		flex: 0 0 100%;
		text-align: center;
		padding: 30px;
	} 
	.koboFooter_Thb > div > div:nth-child(1){
		order: 2;
	} 
	.kobowedformS {
		margin-bottom: 10px;
	}
	.koboFooter_ThcInner {
		gap: 0;
	}
	.koboFooter_Thcs {
		flex: 0 0 100%;
		border-right: 0;
		padding: 20px 0;
	}
	.copyrights{
		padding: 10px 20px;
	}
	.koboHomeSection1 { 
		padding: 0;
		width: 90%;
	}
	.koboHomeSection3 {
		padding: 0;
	}
	.koboOurStory__text {
		max-width: 100%;
	} 
	.koboOurStory{
		 padding:0;
	 }
	.kobonconta { 
		margin: 0 auto;
		flex-wrap: wrap;
	}
	.koboncontaL,
	.koboncontaR{
		width: 100%;
	} 
}