:root {
	/* Oscuros / Neutrales */
	--KB_dark: #131313;
	--KB_black: #000000;
	--KB_white: #ffffff;

	/* Verdes */
	--KB_greenDark: #1D4A4B;
	--KB_greenDark2: #1d4a4b39;
	--KB_green: #49ff9b;
	--KB_green2: #03FF90;
	--KB_green3: #03FFCF;
	--KB_green4: #00FFDC;
	--KB_green5: #00E6B4;
	--KB_green6: #23FFCF;

	/* Azules */
	--KB_blue: #00FFFF;
	--KB_blue2: #61F5FF;
	--KB_blue3: #00EEFF;
	--KB_darkBlue: #004261;

	/* Rojos */
	--Biky_red: #FF3169;

	/* Hover / Activo */
	--KB_green-hover: #3DF28C;
	--KB_green-active: #37DF80;
	--KB_blue-hover: #57E5FF;
	--KB_blue-active: #47D5FF;
	--KB_dark-hover: #1A1A1A;
	--KB_dark-active: #0F0F0F;
	--Biky_red-hover: #FF4F7E;
	--Biky_red-active: #E62B5C;

	/* Variantes claras / oscuras */
	--KB_dark-muted: #1A1A1A;
	--KB_white-muted: #F5F5F5;
	--KB_blue-light: #B3FFFF;

	/* Others */
	--p_DefaultFontSize: 14px;
	--p_DefaultlineHeight: 1.5;
	--Montserrat: "Montserrat", sans-serif;
	--Poppins: "Poppins", sans-serif;
	--XspaceFont: 'XspaceRegular';
	--DrukWideHeavy: 'Druk Wide Trial Heavy';
	--DrukBold: 'Druk';

	/* From Biky AI */
	--green-kb-dark: #1D4A4B;
	--green-kb-dark2: #1d4a4b39;
	--black131313: #131313;
	--blackKeybe: #000000;
	--whiteKeybe: #ffffff;
	--greenKeybe: #49ff9b;
	--greenKeybe2: #03FF90;
	--greenKeybe3: #03FFCF;
	--greenKeybe4: #00FFDC;
	--greenKeybeGradient: #00E6B4;
	--blueKeybe: #00ffff;
	--blueKeybe2: #61F5FF;
	--blueKeybe3: #00EEFF;
	--darkblueKeybe: #004261;
	--darkBlueBiky: #003159;
	--redBiky: #FF3169;

}

* {
	font-family: var(--Montserrat);
	scroll-behavior: smooth;
}

div#page {
	overflow: clip;
	position: relative;
}

main#primary {
	overflow: clip;
	position: relative;
}

button:focus,
button:visited {
	outline: none
}

@import url(../fonts/kb-fonts/drukfont.css);

@font-face {
	font-family: 'XspaceRegular';
	src: url(../fonts/bikyQ3/XspaceRegular.woff2) format('woff2');
}

@font-face {
	font-family: 'Druk Wide Trial Heavy';
	font-style: normal;
	font-weight: normal;
	src: local('Druk Trial Heavy'), url('../fonts/kb-fonts/DrukWide-Heavy-Trial.woff') format('woff');
}

@font-face {
	font-family: 'Druk';
	src: url('../fonts/drukBold/Druk-Bold.eot');
	src: url('../fonts/drukBold/Druk-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/drukBold/Druk-Bold.woff2') format('woff2'),
		url('../fonts/drukBold/Druk-Bold.woff') format('woff'),
		url('../fonts/drukBold/Druk-Bold.ttf') format('truetype'),
		url('../fonts/drukBold/Druk-Bold.svg#Druk') format('svg');
}


body {
	background-color: var(--KB_white);
}

p {
	color: var(--KB_dark);
	font-size: var(--p_DefaultFontSize);
	line-height: var(--p_DefaultlineHeight);
}

a,
a:hover {
	color: var(--KB_black);
	text-decoration: none;
}

a:visited {
	color: var(--KB_black);
}

html a:focus {
	border: none !important;
}

a.keybe__cta {
	background-image: -webkit-linear-gradient(0deg, #49ff9b 31%, #0ff 92%);
	border-radius: 30em;
	color: var(--KB_black);
	display: block;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 24px;
	max-width: 300px;
	width: fit-content;
	margin: 1% auto 0;
	transition: background-image 0.45s ease;
}

a.keybe__cta:hover {
	background-image: none;
	background-color: var(--KB_white);
	transition: background-image 0.45s ease;
}

/*** HEADER ***/
header {
	background-color: transparent;
	background-image: linear-gradient(180deg, #00000091 9%, #00000000 98%);
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	display: grid;
	grid-template-columns: 25% 10% 65%;
	align-items: center;
	padding: 0.2% 4.2% 0.3% 4.2%;
	z-index: 69;
}

header#masthead.scrolled {
	background-color: rgba(0, 0, 0, 0.7);
	transition: background-color 0.45s ease;
	background: rgba(0, 0, 0, 0.7);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

header#masthead {
	/* background-color: rgba(255, 255, 255, 0); */
	transition: background-color 0.45s ease;
	backdrop-filter: blur(0px);
	-webkit-backdrop-filter: blur(0px);
}

header#masthead.scrolled {
	background-image: linear-gradient(180deg, #00000091 12%, #00000000 98%);
}

header#masthead {
	background-color: rgba(0, 0, 0, 0);
	transition: background-color 0.45s ease;
}

header .site-branding {
	display: flex;
	align-items: center;
}

a.custom-logo-link {
	display: flex;
	align-items: center;
	justify-content: center;
}

.main-navigation {
	display: flex;
	justify-content: flex-end;
}

html .main-navigation ul ul a {
	min-width: fit-content;
	width: max-content;
}

.menu-login-price-container,
.menu-login-price-en-container {
	padding: 0 20px;
}

header#masthead .site-branding img {
	width: 70px;
	height: auto;
	/* 	opacity: 0;
	transform: translateY(-20px);
	transition: all 0.25s ease-out; */
}

header#masthead.scrolled .site-branding img {
	width: 70px;
	height: auto;
	/* 	opacity: 1;
	transform: translateY(0px);
	transition: all 0.25s ease-in; */
}


/** LANG SWITCHER **/

.lag_wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}

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

.langToggle path {
	fill: var(--whiteKeybe);
	transition: fill 0.35s ease;
}

.lag_wrapper:hover .dropdown-toggle .langToggle {
	width: 40px;
	height: 40px;
	fill: var(--whiteKeybe);
	transition: fill 0.35s ease;
}

.lag_wrapper:hover .dropdown-toggle .langToggle path {
	fill: var(--whiteKeybe);
	transition: fill 0.35s ease;
}

.lag_wrapper .dropdown-container {
	position: relative;
	top: 0%;
	right: 0%;
	display: inline-block;
	z-index: 99
}

.lag_wrapper .dropdown-content {
	visibility: hidden;
	opacity: 0;
	transform: translateY(-10px);
	position: absolute;
	background-color: var(--whiteKeybe);
	min-width: 66px;
	min-height: 36px;
	box-shadow: 0px 1px 16px rgba(0, 0, 0, .2);
	z-index: 1;
	transition: opacity 0.45s ease, transform 0.45s ease, visibility 0.45s ease;
	right: 0;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	justify-items: center;
	cursor: pointer;
	padding: 10px 6px;
}

.lag_wrapper:hover .dropdown .dropdown-content {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}

.lag_wrapper .dropdown-content:before {
	content: "";
	position: absolute;
	border-style: solid;
	border-width: 0 18px 14px !important;
	border-color: #fff transparent;
	display: block;
	width: 0;
	z-index: 1;
	top: -9px !important;
	right: 9% !important
}

.lag_wrapper .dropdown-content a {
	padding: 6px 10px;
	display: flex;
	justify-content: center;
	text-decoration: none;
	color: var(--blackKeybe);
	transition: background-color .3s ease-in-out;
	text-align: center;
	font-size: 13px;
	font-weight: 700;
}

.lag_wrapper .dropdown-toggle {
	cursor: pointer;
	background-color: transparent;
	padding: 1px;
	border-radius: 30em;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center
}

.menu-langmenu-container ul {
	padding: 0;
	margin: 0;
	list-style: none
}

.lag_wrapper .menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

ul#menu-langmenu a {
	cursor: pointer;
	font-size: 12px;
	line-height: 1;
	font-weight: 700;
	margin: 2px 0;
}

ul#menu-langmenu li:hover a {
	cursor: pointer;
}

.header__content.header__menu.header__menu-center {
	justify-content: center;
}

#menu_header a,
.kb_btn_outline a {
	color: var(--darkBlueBiky) !important;
	font-weight: 600;
	text-transform: none;
	font-size: 14px;
	line-height: 1.2;
	padding: 13px;
	transition: .23s all;
}

.home #menu_header a,
.home .kb_btn_outline a {
	color: var(--whiteKeybe) !important;
	font-weight: 600;
	text-transform: none;
	font-size: 14px;
	line-height: 1.2;
	padding: 13px;
	transition: .23s all;
}

#menu_header a,
.kb_btn_outline a {
	color: var(--whiteKeybe) !important;
	font-weight: 600;
	text-transform: none;
	font-size: 14px;
	line-height: 1.2;
	padding: 13px;
	transition: .23s all;
}

header#masthead ul#menu_header {
	display: flex;
	position: relative;
	padding: 0px 0px;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 30em;
	transition: background-color 0.45s ease;
}

header#masthead.scrolled ul#menu_header {
	background-color: rgba(0, 0, 0, 0);
	transition: background-color 0.45s ease;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0);
	backdrop-filter: unset;
	-webkit-backdrop-filter: unset;
}

ul#menu_header li.menu-item-has-children .sub-menu,
ul#menu_header .sub-menu {
	display: none;
	visibility: hidden;
	opacity: 0;
	transform: translateY(-10px);
	background-color: var(--whiteKeybe);
	min-width: 66px;
	min-height: 36px;
	box-shadow: 0px 1px 16px rgba(0, 0, 0, .2);
	z-index: 1;
	transition: opacity 0.45s ease, transform 0.45s ease, visibility 0.45s ease;
	left: 0 !important;
	border-radius: 20px;
	float: none !important;
}

ul#menu_header li.menu-item-has-children:hover .sub-menu {
	visibility: visible;
	display: block;
	opacity: 1;
	transform: translateY(0);
}

ul#menu_header li.menu-item-has-children .sub-menu:before {
	content: "";
	position: absolute;
	border-style: solid;
	border-width: 0 18px 14px !important;
	border-color: #fff transparent;
	display: block;
	width: 0;
	z-index: 1;
	top: -9px !important;
	left: 9% !important;
}

ul#menu_header .sub-menu li {
	margin-top: 2px;
	margin-bottom: 6px;
}

ul#menu_header .sub-menu {
	display: block !important;
	padding: 14px 10px;
}

ul#menu_header .sub-menu li:last-child {
	margin-top: 2px;
	margin-bottom: 0;
}

ul#menu_header .sub-menu a {
	color: var(--KB_black) !important;
	padding: 4px 14px 4px 14px;
	/* display: grid; */
	/* grid-template-columns: 25% 75%; */
	/* align-items: center; */
	display: flex;
	align-items: center;
	gap: 2px;
}

ul#menu_header .sub-menu li:hover a {
	color: var(--KB_dark-hover) !important;
}

ul#menu_header .sub-menu li a span.dm-menu-icon.icon-on-left {
	width: 20px;
	height: 20px;
	margin-right: 6px;
}

ul#menu_login:before {
	position: absolute;
	top: -1px;
	bottom: -1px;
	left: -1px;
	right: -1px;
	background: linear-gradient(to right, var(--KB_green4), var(--KB_green4));
	content: none;
	z-index: 0;
	border-radius: 30em;
	padding: 2px;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

ul#menu_login {
	display: flex;
	position: relative;
	padding: 0px 8px;
	background-color: var(--KB_green4);
	border-radius: 30em;
	/* background: linear-gradient(to right, var(--KB_green4), var(--KB_green4)); */
	transition: .23s all;
}

ul#menu_login:hover {
	background-color: var(--whiteKeybe);
	transition: .23s all;
}

ul#menu_login:hover li a {
	color: var(--darkblueKeybe) !important;
}

ul#menu_login li a {
	color: var(--KB_black) !important;
	font-weight: 600;
	text-transform: none;
	font-size: 14px;
	line-height: 1.2;
	padding: 12px 24px;
	transition: .23s all;
}

@media only screen and (min-width: 1024px) {
	ul#menu_header:before {
		content: none;
		position: absolute;
		top: -1px;
		bottom: -1px;
		left: -1px;
		right: -1px;
		/* background: linear-gradient(to right, #0ff, #49ff9b); */
		background: linear-gradient(to right, var(--darkBlueBiky), var(--darkBlueBiky));
		z-index: 0;
		border-radius: 30em;
		padding: 2px;
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
		mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
}

.burger_menu {
	display: none;
}

.burger {
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	width: 25px;
	height: 25px;
	background: transparent;
	border: none;
	z-index: 70;
}

.burger div {
	width: 30px;
	height: 3px;
	background: var(--whiteKeybe);
	/* background: var(--KB_green4); */
	border-radius: 10px;
	transition: all 0.3s linear;
	position: relative;
	transform-origin: 1px;
}

.burger.toggle div {
	/* background: var(--greenKeybe4); */
	background: var(--whiteKeybe);
}

.burger .line1 {
	transform: rotate(0deg);
}

.burger .line2 {
	opacity: 1;
	transform: translateX(0);
}

.burger .line3 {
	transform: rotate(0deg);
}

.mobile-nav {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	height: 100vh;
	width: 50%;
	background: rgba(0, 0, 0, 0.9);
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: transform 0.3s ease-in-out;
	transform: translateX(100%);
	z-index: 69;
}

.mobile-nav nav ul {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 8px 10px;
}

.mobile-nav nav ul#bikymenu {
	margin: 0;
	padding: 0;
}

.mobile-nav nav,
.mobile-nav.active nav {
	height: 80%;
	width: 100%;
}

.mobile-nav nav ul li {
	margin: 10px 0;
}

.mobile-nav nav ul li a {
	/* color: var(--greenKeybe4); */
	color: var(--whiteKeybe);
	font-size: 14px;
	text-decoration: none;
	text-transform: none;
	font-weight: 700;
	letter-spacing: 0px;
}

.mobile-nav.active {
	transform: translateX(0);
}

.burger.toggle .line1 {
	transform: rotate(45deg);
}

.burger.toggle .line2 {
	opacity: 0;
	transform: translateX(20px);
}

.burger.toggle .line3 {
	transform: rotate(-45deg);
}

.dropdown-content.viewLangs {
	display: flex !important;
	opacity: 1 !important;
	border-radius: 30em;
	transition: opacity .45s ease;
	align-content: center;
	justify-content: center;
	align-items: center;
	justify-items: center;
}

.desk-nav:last-child {
	display: block;
	margin: 0 8px;
}

.desk-nav .menu-langmenu-container {
	display: none;
}

.header__content.header__menu {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

@media only screen and (max-width: 1023px) {
	.desk-nav {
		display: none;
	}

	.burger_menu {
		display: flex;
		order: 3;
		justify-self: center;
	}

	.mobile-nav {
		display: flex;
	}

	header#masthead {
		height: 60px;
	}

	.header__content.header__menu {
		display: flex;
		justify-content: flex-end;
		padding: 10px;
	}

	.site-branding img {
		width: 110px;
	}

	.header__content.header__brand {
		padding: 10px;
	}

	.boringBot_redline {
		width: 100% !important;
	}

}

@media only screen and (max-width: 1023px) {

	.langToggle,
	.langToggle path {
		/* fill: var(--KB_green4) !important; */
		fill: var(--whiteKeybe) !important;
	}

	.lag_wrapper .dropdown-toggle {
		background-color: transparent;
	}

	.lag_wrapper .dropdown-container {
		position: relative;
		top: 0%;
		right: 20%;
		display: inline-block;
		z-index: 99;
	}
}

/** END LANG SWITCHER & MENU **/


@media only screen and (max-width: 1023px) {
	.desk-nav {
		display: none;
	}

	.burger_menu {
		display: flex;
		order: 3;
		justify-self: center;
	}

	.mobile-nav {
		display: flex;
	}

	header#masthead {
		height: 50px;
		min-height: 35px;
		max-height: 55px;
	}

	header#masthead .site-branding img {
		max-width: 60px;
	}

	.header__content.header__menu {
		display: flex;
		justify-content: flex-end;
		padding: 0 10px;
	}

	.site-branding img {
		width: 110px;
	}

	.header__content.header__brand {
		padding: 0 10px;
	}

	.boringBot_redline {
		width: 100% !important;
	}

}

/*** END HEADER ***/



.container {
	height: 100%;
	width: 100%;
	max-width: 1280px;
	display: flex;
	margin: 0 auto;
	flex-direction: column;
	justify-content: center;
	z-index: 4;
}

@media only screen and (max-width: 768px) {
	.container {
		max-width: 760px;
		width: 90%;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1079px) {
	.container {
		max-width: 1024px;
		width: 95%;
	}
}

@media only screen and (min-width: 1080px) and (max-width: 1159px) {
	.container {
		max-width: 1024px;
		width: 95%;
	}
}

@media only screen and (min-width: 1160px) and (max-width: 1280px) {
	.container {
		max-width: 1240px;
		width: 95%;
	}
}

.kb_hero_top {
	background-color: var(--KB_dark);
	/* background-image: url(../img/keybe-hero-2025v1.webp); */
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: unset;
	justify-content: center;
	flex-direction: column;
	height: 100vh;
	max-height: 100%;
	min-height: 720px;
	padding: 0% 0 0% 0;
	position: relative;
	width: 100%;
}

.videoHero {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transform-origin: center;
	z-index: 1;
	width: 100%;
	height: 100%;
	margin-bottom: -2px;
	object-fit: cover;
	object-position: top;
}

.heroHomeContent {
	max-width: 1160px;
	width: 100%;
	position: relative;
	margin: 0 auto;
	display: block;
}

.kb_hero_top .container {
	z-index: 2;
}

.kb_hero_top .container,
.kb_hero_top .heroHomeContent {
	width: 90% !important;
	max-width: 100% !important;
	position: relative;
}

h1.heroh1,
h1.heroh1 span {
	color: var(--KB_white);
	font-size: 96px;
	font-family: var(--DrukBold);
	font-weight: 400;
	line-height: 1.1;
	margin: 0;
	text-transform: uppercase;
}

#kb_hero .heroHomeContent p {
	color: white;
	font-size: 30px;
	line-height: 1.5;
	margin-top: 4px;
}

.whatBussNeed {
	background-color: var(--KB_black);
	padding: 16% 0 8% 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.whatBussNeed-content {
	/* background-color: var(--KB_black); */
	padding: 0% 0 5% 0;
	display: flex;
	justify-content: center;
	align-items: center;
	/* min-height: 420px; */
	min-height: 720px;
	height: 100vh;
	position: sticky;
	top: -20%;
}

.whatBussNeed-content h2 {
	text-align: center;
	color: var(--KB_white);
	font-weight: 300;
	letter-spacing: 1px;
	font-size: 66px;
	line-height: 1.5;
}

.bikyAI_section {
	background-color: var(--KB_black);
	/* min-height: 420px; */
	min-height: 720px;
	height: 100%;
	padding: 6% 0 0% 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-top: -2px;
	z-index: 3;
}

.bikyAI_section:before {
	content: none;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1);
	transform-origin: center;
	background: radial-gradient(circle at 70% 147%, #49ff9b -20%, #49fe9a, #46f796, #40e48a, #35c073, #228750, #0c4124, #021408, #000201, #000000, #000000, #000000);
}

.bikyAI_sectionAfter-biky {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1) !important;
	transform-origin: center;
	background: linear-gradient(266deg, #5a4d38 -20%, #83867a 47%, #2d2313 110%);
	/* background: linear-gradient(266deg, #5a4d38 -20%, #83867a 110%, #2d2313 210%); */
	/* background: linear-gradient(270deg, #5a4d38 15%, #83867a 40%, #1a1a17 100%); */
	/* background: linear-gradient(270deg, #5a4d38 15%, #83867a 43%, #1a1a17 100%); */
}

.bikyAI_sectionAfter {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1) !important;
	transform-origin: center;
	background: radial-gradient(circle at 70% 147%, #49ff9b -20%, #49fe9a, #46f796, #40e48a, #35c073, #228750, #0c4124, #021408, #000201, #000000, #000000, #000000);
}

.bikyAI_sectionAfter2 {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1) !important;
	transform-origin: center;
	background: radial-gradient(circle at 70% 147%, #49ff9b -20%, #49fe9a, #46f796, #40e48a, #35c073, #228750, #0c4124, #021408, #000201, #000000, #000000, #000000);
}

.bikyinfo__content h2 {
	color: var(--KB_white);
	font-size: 30px;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
}

img.bikybrand {
	width: 360px;
	margin: 0 auto;
}

.bikyinfo__content p {
	color: var(--KB_white);
	font-size: 22px;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
}

.bikyinfo__content.bikyProd h2 {
	color: var(--KB_white);
	font-size: 22px;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
}

.bikyinfo__content.bikyProd p {
	color: var(--KB_white);
	font-size: 30px;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	margin-top: 12px;
}

.bikyAI_section-content {
	display: grid;
	grid-template-columns: 40% 60%;
	justify-content: center;
	align-items: center;
	gap: 30px;
	padding: 10% 0 0% 0;
	transform: translate(0, 0);
}

.bikyinfo__content {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	padding: 10px 0;
}

.bikyAI_section-item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

video.bikyVideoAI,
video.bikyVideoAI2 {
	max-width: 100%;
	width: 100%;
}

.bikyAI_section2 {
	background-color: var(--KB_black);
	/* min-height: 420px; */
	min-height: 720px;
	height: 100%;
	padding: 12% 0 12% 0;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: scaleX(-1);
	transform-origin: center;
	position: relative;
	min-height: 105vh;
}

.bikyAI_section2:before {
	content: none;
	/* background-image: url(../img/bg/KB-circle-gradient.webp);
	background-position: center left;
	background-size: cover;
	background-repeat: no-repeat; */
	background: radial-gradient(circle at 70% 180%, #49ff9b, #49fe9a, #46f796, #40e48a, #35c073, #228750, #0c4124, #021408, #000201, #000000, #000000, #000000);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1);
	transform-origin: center;
}



.bikyAI_section2 .bikyAI_section-container {
	transform: scaleX(-1);
	transform-origin: center;
}

.kbsmartchatgradtext {
	color: transparent;
	background-image: -webkit-linear-gradient(0deg, var(--greenKeybe) 4%, var(--blueKeybe) 62%);
	background-clip: text;
	-webkit-background-clip: text;
	text-align: center;
	font-size: 76px;
	font-weight: 300;
	line-height: 1;
	text-transform: uppercase;
	margin: 0;
}

.bikyAI_section2 .bikyinfo__content {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	padding: 10px 0;
}

video.bikyVideoAI2 {
	transform: translate(0, 0) scale(1.85);
}

@media only screen and (max-width: 1466px) {
	video.bikyVideoAI2 {
		transform: translate(0, 0) scale(1.65);
	}
}

@media only screen and (max-width: 1024px) {

	.press-content h3 {
		font-size: 20px;
	}

	html .lastes_blog_content_heading h2 {
		font-size: 31px;
	}

	video.bikyVideoAI2 {
		transform: translate(0, 0) scale(1.45);
	}

	#kb_hero .heroHomeContent p {
		font-size: 18px;
	}

	.heroHomeContent {
		transform: translate(0, 70%);
	}
}

@media only screen and (max-width: 768px) {
	video.bikyVideoAI2 {
		transform: translate(0, 0) scale(1.25);
	}
}

@media only screen and (max-width: 480px) {
	video.bikyVideoAI2 {
		transform: translate(0, 0) scale(1);
	}
}

.bikyAI_section-item.bikyAI_section__video {
	position: relative;
}

.bikyAI_section .bikyAI_section-item.bikyAI_section__info {
	top: 0;
}

.bikyAI_section-item.bikyAI_section__info {
	z-index: 2;
	top: -20%;
	position: relative;
}

/*** PRESS GRID ***/
.kb_press_articles,
.kb_press_articles_blogs {
	background-color: var(--KB_white);
	min-height: 420px;
	height: 100%;
	padding: 6% 0 4% 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.lastes_press_content_wrapper {
	max-width: 1240px;
	margin: 0 auto;
}

.lastes_press_content_heading {
	padding: 10px 0 30px 0;
	height: 100%;
	min-height: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	top: -20%;
}

.lastes_press_content_heading h2 {
	color: var(--KB_black);
	font-size: 42px;
	font-weight: 300;
	line-height: 1.2;
	text-align: center;
}

.lastes_press_content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	gap: 50px;
	grid-template-areas: "item1 item1" "item2 item3";
	padding: 20px;
	position: relative;
}

/* .lastes_press_content>div { TO SLIDERS
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	gap: 50px;
	grid-template-areas: "item1 item1" "item2 item3";
	padding: 20px;
	position: relative;
} */

.lastes_press_content .item1 {
	grid-area: item1;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	background-color: var(--KB_green6);
	padding: 0;
	align-items: center;
	justify-content: center;
}

.lastes_press_content .item2 {
	background-color: var(--KB_green);
	grid-area: item2;
}

.lastes_press_content .item3 {
	background-color: var(--KB_greenDark);
	grid-area: item3;
}

.press-content {
	padding: 8% 10%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.press-image {
	position: relative;
	display: flex;
	align-items: center;
}

.press-article {
	background-color: var(--KB_white-muted);
	border-radius: 40px;
}

.lastes_press_content .item1 .press-image img {
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
	margin-bottom: 12px;
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0;
	min-height: 420px;
	object-fit: cover;
	max-height: 480px;
}

.press-content h3 {
	color: var(--KB_black);
	font-size: 24px;
	line-height: 1.4;
	font-weight: 400;
	margin: 0 0 6px 0;
}

.press-content .press-excerpt {
	color: var(--KB_black);
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 15px;
}

.press-cta {
	background-color: var(--KB_white);
	border-radius: 30em;
	color: var(--KB_black);
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 24px;
	max-width: 300px;
	width: fit-content;
	margin: 4% auto;
	transition: background-color 0.45s ease;
}

.press-cta:hover {
	color: var(--KB_white);
	background-color: var(--KB_dark-hover);
	transition: background-color 0.45s ease;
}

.lastes_press_content .item2 .press-image img,
.lastes_press_content .item3 .press-image img {
	width: 100%;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	object-fit: cover;
	min-height: 300px;
	max-height: 340px;
}

.lastes_press_content .item2 .press-content,
.lastes_press_content .item3 .press-content {
	display: flex;
	align-items: center;
	min-height: 200px;
	max-height: max-content;
	height: fit-content;
	padding: 8% 10%;
}

.lastes_press_content .item3 .press-content h3,
.lastes_press_content .item3 .press-content .press-excerpt p {
	color: var(--KB_white);
}

.press-article.item1 .blog-meta:before,
.press-article.item2 .blog-meta:before {
	background-color: white !important;
}

.press-article.item3 .blog-meta {
	color: white;
}

/*** END PRESS GRID ***/

/*** BLOG GRID ***/
.kb_blog_articles {
	background-color: var(--KB_white);
	min-height: 720px;
	height: 100%;
	padding: 4% 0 4% 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.lastes_blog_content_wrapper {
	max-width: 1280px;
	/* margin: 0 auto; */
}

.lastes_blog_content_heading {
	padding: 2% 0 2% 0;
	height: 100%;
	min-height: 220px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	top: 0%;
	margin: 0% auto 0 auto;
}

.kb_press_articles_blogs .lastes_blog_content_heading {
	max-width: 1100px;
	margin: -10% auto 0 auto;
}

.lastes_blog_content_heading h2 {
	color: var(--KB_black);
	font-size: 40px;
	font-weight: 300;
	line-height: 1.2;
	text-align: center;
}

.lastes_blog_content {
	display: flex;
	flex-direction: column;
	gap: 50px;
	padding: 20px;
}

.lastes_blog_content .blog-article {
	border: 2px solid var(--KB_green);
	grid-area: item1;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	padding: 0;
	align-items: center;
	justify-content: center;
	background-color: var(--KB_white);
	border-radius: 40px;
	position: relative;
	width: 92%;
	margin: 0 auto;
}

.blog-content {
	padding: 10%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.blog-image {
	position: relative;
	display: flex;
	align-items: center;
}

.lastes_blog_content .blog-article .blog-image img {
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
	margin-bottom: 12px;
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0;
	min-height: 420px;
	object-fit: cover;
	max-height: 480px;
}

.blog-content h3 {
	color: var(--darkBlueBiky);
	font-size: 22px;
	line-height: 1.3;
	font-weight: 400;
	margin: 0 0 12px 0;
}

.blog-content .blog-excerpt {
	color: var(--darkBlueBiky);
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 15px;
}

.blog-content .blog-excerpt p {
	color: var(--darkBlueBiky);
	font-size: 14px;
	margin: 0;
}

.blog-cta {
	background-color: var(--KB_green4);
	/* background-image: -webkit-linear-gradient(0deg, #49ff9b 31%, #0ff 92%); */
	border-radius: 30em;
	color: var(--darkBlueBiky);
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 24px;
	max-width: 300px;
	width: fit-content;
	margin: 4% 0;
	transition: background-color 0.45s ease;
}

.blog-cta:hover {
	color: var(--KB_white);
	/* background-image: -webkit-linear-gradient(0deg, #000 31%, #000 92%); */
	background-color: var(--darkBlueBiky);
	transition: background-color 0.45s ease;
}

.category_blog {
	position: absolute;
	top: 4%;
	right: 4%;
	z-index: 2;
	max-width: 100%;
	word-break: break-word;
	padding: 4px 14px 4px 14px;
	border-radius: 100em 100em 100em 100em;
	left: auto;
	background-color: var(--greenKeybe4);
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--KB_black);
	text-decoration: none;
	font-size: 11px;
	line-height: 1.5;
}

.blog-meta:before {
	content: "";
	background-color: var(--KB_green4);
	width: 60px;
	height: 2px;
	bottom: 120%;
	left: 0;
	top: -8px;
	position: relative;
	/* transform: translate(-50%, -50%); */
}

.blog-meta-content .blog-meta {
	position: relative;
	display: flex;
	flex-direction: column;
	font-size: 12px;
	font-weight: 500;
	padding: 4px 0;
}

.blog-meta-content {
	display: flex;
	width: 100%;
}

.lastes_blog_content_nav.swiper-button-next:after,
.lastes_blog_content_nav.swiper-button-prev:after {
	content: none;
}

.lastes_blog_content_nav.swiper-button-next i,
.lastes_blog_content_nav.swiper-button-prev i {
	color: var(--darkBlueBiky);
	font-size: 22px !important;
	transform: scale(1);
	transform-origin: center;
	transition: transform 0.35s ease;
}

.lastes_blog_content_nav.swiper-button-next:hover i,
.lastes_blog_content_nav.swiper-button-prev:hover i {
	color: var(--darkBlueBiky);
	font-size: 24px !important;
	transform: scale(1.05);
	transform-origin: center;
	transition: transform 0.35s ease;
}

/*** END BLOG GRID ***/


/*** USE CASES GRID ***/
.usescases_sec {
	background-color: var(--KB_black);
	/* background-image: url(../img/bg/bg_grad_green_.webp); */
	background-position: center left;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 720px;
	height: 100%;
	padding: 4% 0 6% 0;
	display: flex;
	/* flex-direction: column; */
	justify-content: center;
	align-items: center;
	position: relative;
}

.kb_useCases_articles {
	background-color: var(--KB_green4);
	min-height: 720px;
	height: 100%;
	padding: 4% 0 4% 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.lastes_useCases_content_wrapper {
	max-width: 1240px;
	margin: 0 auto;
	width: 100%;
}

.lastes_useCases_content_heading {
	/* padding: 0px 0 0px 0;
	height: 90vh;
	min-height: 420px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: sticky;
	top: -25%;
	margin-top: -10% */
	padding: 2% 0 2% 0;
	height: 100%;
	min-height: 220px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	top: 0%;
	margin: 0% auto 0 auto;
}

.lastes_useCases_content_heading h2 {
	color: var(--KB_white);
	font-size: 40px;
	font-weight: 300;
	line-height: 1.2;
	text-align: center;
}

.lastes_useCases_content {
	display: flex;
	flex-direction: column;
	gap: 50px;
	padding: 20px;
}

.lastes_useCases_content .useCases-article {
	border: 0px solid var(--KB_green);
	grid-area: item1;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	padding: 0;
	align-items: center;
	justify-content: center;
	background-color: var(--KB_green);
	border-radius: 40px;
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.useCases-content {
	padding: 0% 10%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

img.caseItem_product {
	height: 30px;
	width: 100px;
	position: absolute;
	top: 4%;
	left: 2%;
}

img.caseItem_product.product_biky {
	width: 80px;
	object-fit: contain;
}

img.caseItem_product.product_smartchat {
	width: 100px;
	height: 30px;
	object-fit: contain;
}

.useCases-image {
	position: relative;
	display: flex;
	align-items: center;
}

.lastes_useCases_content .useCases-article .useCases-image img {
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
	margin-bottom: 12px;
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0;
	min-height: 420px;
	object-fit: cover;
	object-position: top;
	max-height: 480px;
}

.useCases-content h3 {
	color: var(--darkBlueBiky);
	font-size: 18px;
	line-height: 1.5;
	font-weight: 400;
	font-style: italic;
}

.useCases-content .useCases-excerpt {
	color: var(--darkBlueBiky);
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 15px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.useCases-cta {
	background-color: var(--KB_white);
	/* background-image: -webkit-linear-gradient(0deg, var(--KB_white) 31%, var(--KB_white) 92%); */
	border-radius: 30em;
	color: var(--darkBlueBiky);
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 24px;
	max-width: 300px;
	width: fit-content;
	margin: 4% auto;
	transition: background-color 0.45s ease;
}

.useCases-cta:hover {
	color: var(--KB_white);
	/* background-image: -webkit-linear-gradient(0deg, var(--KB_black) 31%, var(--KB_black) 92%); */
	background-color: var(--darkBlueBiky);
	transition: background-color 0.45s ease;
}

.category_useCases {
	position: absolute;
	top: 4%;
	right: 4%;
	z-index: 2;
	max-width: 100%;
	word-break: break-word;
	padding: 4px 14px 4px 14px;
	border-radius: 100em 100em 100em 100em;
	left: auto;
	background-color: #4afb9b;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--KB_black);
	text-decoration: none;
	font-size: 11px;
	line-height: 1.5;
}

.useCases-meta:before {
	content: "";
	background-color: var(--KB_green4);
	width: 60px;
	height: 2px;
	bottom: 120%;
	left: 0;
	top: -8px;
	position: relative;
}

.useCases-meta-content .useCases-meta {
	position: relative;
	display: flex;
	flex-direction: column;
	font-size: 12px;
	font-weight: 500;
	padding: 4px 0;
}

.useCases-meta-content {
	display: flex;
	width: 100%;
}

.lastes_useCases_content_nav.swiper-button-next:after,
.lastes_useCases_content_nav.swiper-button-prev:after {
	content: none;
}

.lastes_useCases_content_nav.swiper-button-next i,
.lastes_useCases_content_nav.swiper-button-prev i {
	color: var(--darkBlueBiky);
	font-size: 22px !important;
	transform: scale(1);
	transform-origin: center;
	transition: transform 0.35s ease;
}

.lastes_useCases_content_nav.swiper-button-next:hover i,
.lastes_useCases_content_nav.swiper-button-prev:hover i {
	color: var(--darkBlueBiky);
	font-size: 22px !important;
	transform: scale(1.15);
	transform-origin: center;
	transition: transform 0.35s ease;
}

img.caseItem_flag {
	position: absolute;
	top: 2%;
	right: 2%;
	width: 45px;
	z-index: 10;
}

img.caseItem_logo {
	max-width: 160px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	display: block;
	mix-blend-mode: multiply;
}

.aclogo {
	width: 140px;
}

html img.caseItem_logo.biotec {
	width: 80px;
}

html img.caseItem_logo.parra {
	width: 100px;
}

html img.caseItem_logo.motoxp {
	width: 160px;
}

html img.caseItem_logo.nissanautopo {
	width: 80px;
}

html img.caseItem_logo.kiacol {
	width: 90px;
}

html img.caseItem_logo.distrikia {
	width: 170px;
	max-width: 180px;
}

html img.caseItem_logo.aclogo {
	width: 90px;
}

html img.caseItem_logo.chante {
	width: 160px;
}

html img.caseItem_logo.tuyomotor {
	width: 130px;
}

html img.caseItem_logo.pintu {
	width: auto;
	height: 46px !important;
}

/*** FIX USES CASES SCROLLEABLES ***/
.usesCases_review h3 {
	font-size: 16px !important;
	line-height: 1.6;
}

.usesCases_review {
	height: 240px;
	overflow-y: scroll;
	overflow-x: hidden;
	margin: 10px 0 10px 0;
	transform: translate(0, 0px);
}

.usesCases_customer {
	padding: 23px 0 10px 0;
	display: flex;
	flex-direction: column;
}

span.usesCases_customerName {
	color: var(--darkblueKeybe);
	font-size: 13px;
}

span.usesCases_customerPosition {
	color: var(--darkblueKeybe);
	font-size: 12px;
	font-weight: 700;
}

.useCases-content .useCases-excerpt {
	margin-bottom: 0;
}

.usesCases_review {
	scrollbar-width: 10px;
	scrollbar-color: var(--darkBlueBiky);
}

.usesCases_review::-webkit-scrollbar {
	width: 16px;
}

.usesCases_review::-webkit-scrollbar-track {
	background: linear-gradient(to right, transparent 0, transparent 45%, rgba(0, 50, 92, 0.1) 45%, rgba(0, 50, 92, 0.1) 55%, transparent 55%, transparent 100%);
}

.usesCases_review::-webkit-scrollbar-thumb {
	background: radial-gradient(circle farthest-corner, var(--darkBlueBiky) 0%, var(--darkBlueBiky) 50%, transparent 50%, transparent 100%) no-repeat;
	background-size: auto 16px;
	background-position: center;
}

img.caseItem_logo.parra {
	transform: scale(0.8);
}

img.caseItem_logo.biotec {
	transform: scale(0.6);
}

img.caseItem_logo.pintu {
	object-fit: contain;
	transform: scale(0.6);
}

img.caseItem_logo.nissanautopo {
	transform: scale(0.7);
}

.useCases-excerpt img.caseItem_flag {
	position: relative;
	width: 30px;
	transform: translate(0, 0px) scale(1);
	margin: 0;
	top: 0;
	right: 0;
}

.useCases-excerpt img.caseItem_logo {
	margin: 0;
	transform: scale(1);
	width: 120px;
}


/*** FIX USES CASES SCROLLEABLES ***/

/*** END USE CASES GRID ***/


.customers_section {
	background-color: var(--KB_white);
	min-height: 420px;
	height: 100%;
	padding: 4% 0 4% 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.customers_content_heading {
	padding: 0px 0 0px 0;
	top: -25%;
	margin-top: -10%
}

.customers_content_heading h2 {
	color: var(--darkblueKeybe);
	font-size: 32px;
	font-weight: 300;
	line-height: 1.2;
	text-align: center;
}

.whykbgrid {
	background-color: var(--KB_white);
	min-height: 720px;
	height: 100%;
	padding: 4% 0 4% 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.whykbgrid__content {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	justify-content: center;
}

.whykbgrid__content__item {
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.whykbgrid__item__info {
	min-height: 240px;
}

.whykbgrid__content__item h3 {
	color: var(--blackKeybe);
}

.whykbgrid__content__item p {
	color: var(--blackKeybe);
	font-size: 14px;
	line-height: 1.5;
}

.whykbgrid__item__icon img {
	width: 80px;
	height: 100%;
}

.whykbgrid__item__cta {
	margin: 2% 0;
}

.whykbgrid__item__cta a.keybe__cta {
	margin: 4% 0;
}

.whykbgrid__item__cta a.keybe__cta:hover {
	background-image: linear-gradient(var(--KB_black) 0%, var(--KB_black) 100%);
	color: var(--KB_white);
	margin: 4% 0;
}


/**** FLOATING NAVIGATION ****/
.keybe_swiper_navigation_wrapper.blogs,
.keybe_swiper_navigation_wrapper.useCases_ {
	position: sticky;
	max-width: 250px;
	margin: 50px auto 0 auto;
	display: flex;
	justify-content: space-evenly;
	height: 60px;
	border-radius: 30em;
	padding: 20px 30px;
	align-items: center;
	bottom: 0%;
	left: 50%;
	z-index: 30;
	transform: translate(-50%, -50%);
	background-color: rgba(232, 232, 237, 0.7);
	transition: background-color 0.45s ease;
	/* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
}

.keybe_swiper_navigation_wrapper.blogs>.swiper-button-prev,
.keybe_swiper_navigation_wrapper.blogs>.swiper-button-next,
.keybe_swiper_navigation_wrapper.useCases_>.swiper-button-prev,
.keybe_swiper_navigation_wrapper.useCases_>.swiper-button-next {
	position: relative !important;
}

.keybe_swiper_navigation_wrapper.blogs>.swiper-button-prev,
.keybe_swiper_navigation_wrapper.useCases_>.swiper-button-prev {
	left: -10px;
}

.keybe_swiper_navigation_wrapper.blogs>.swiper-button-next,
.keybe_swiper_navigation_wrapper.useCases_>.swiper-button-next {
	right: -10px;
}

/* .keybe_swiper_navigation_wrapper.blogs>.swiper-pagination4,
.keybe_swiper_navigation_wrapper.useCases_>.swiper-pagination4 {
	position: relative !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	height: 100% !important;
	top: 0;
	left: 0;
	right: auto;
	bottom: auto;
	margin: auto;
} */

.keybe_swiper_navigation_wrapper.blogs>.swiper-pagination4,
.keybe_swiper_navigation_wrapper.useCases_>.swiper-pagination4 {
	position: relative !important;
	display: block;
	align-items: center !important;
	justify-content: center !important;
	height: 100% !important;
	top: 0;
	left: 36% !important;
	right: auto;
	bottom: auto;
	margin: 0 auto;
}

.swiper-pagination-bullet {
	vertical-align: middle;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	padding: 6px;
	transition: transform 0.45s ease;
	/* transform: scale(1.5); */
	background-color: var(--darkBlueBiky);
}

span.swiper-pagination-bullet {
	background-color: #959595;
	padding: 6px;
	transition: transform 0.25s ease;
	transform: scale(0.9);
	transform-origin: center;
	margin: 6px !important
}

.keybe_swiper_navigation_wrapper {
	will-change: transform, opacity;
	transform-origin: center center;
}

/**** END FLOATING NAVIGATION ****/

.kb_customers {
	background-color: white;
	position: relative;
	z-index: 3;
}

.partnersLogos_container {
	width: 100%;
}

.partnersWrapper_heading {
	background-color: white;
	padding: 4% 0 8% 0;
}

.partners_heading {
	padding: 30px 0 30px 0;
	height: 100vh;
	min-height: 720px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: sticky;
	top: -20%;
	z-index: 1;
}

.partners_heading h2 {
	color: var(--KB_darkBlue);
	font-size: 54px;
	font-weight: 300;
	line-height: 1.2;
	text-align: center;
}

.partners_heading p {
	color: var(--KB_darkBlue);
	font-size: 24px;
	line-height: 1.5;
	text-align: center;
	margin-top: -20px;
}

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

.partnersWrapper_heading a.keybe__cta {
	z-index: 2;
	text-align: center;
	max-width: 420px;
	margin-top: 4%;
}



/**** FOOTER ****/

footer {
	border-top: 1px solid var(--greenKeybe4);
	background-color: var(--whiteKeybe);
	min-height: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: var(--darkblueKeybe);
	margin: 0 auto;
	padding: 2% 0 0.5% 0;
}

.footer_cta {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding: 8% 0;
}

.footer_cta h2 {
	font-size: 36px;
	font-weight: 100;
	color: var(--blackKeybe);
	line-height: 1.2;
	margin: 2% 0 4% 0;
	text-align: center;
}

.site-info {
	padding: 1% 0 .2% 0;
	max-width: 1200px;
	width: 100%;
	text-align: center;
}

.site-info p {
	color: var(--darlgreenKeybe);
	font-size: 12px;
	line-height: 1.5;
	margin: 2% 0px;
}

.site-info a {
	font-weight: 600;
	text-decoration: none;
	color: var(--blackKeybe);
}

.site--social-networks ul {
	padding: 1% 0;
	margin: 3% auto;
	display: flex;
	justify-content: space-between;
	list-style: none;
	max-width: 310px;
}

.site--social-networks ul li img {
	width: 24px;
	height: 24px;
}

.footer-info {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
	max-width: 95%;
	padding: 0 30px;
	margin: 0 auto;
	width: 100%;
}

.footer-info .footer-col {
	padding: 0 10px;
}

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

.footer-col ul li {
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 1.5;
}

.footer-col ul li a {
	color: var(--darkBlueBiky);
	text-decoration: none;
	opacity: 1;
	transition: all .35s ease;
}

.footer-col ul li a:hover {
	color: var(--darkBlueBiky);
	text-decoration: underline;
	opacity: 0.7;
	transition: all .35s ease;
}

.footer-info h3 {
	margin: 0 auto 12px auto;
}

.footer_col-inner .site-branding {
	margin-bottom: 20px;
	margin-top: 8px;
}

/* .footer_col-inner .site-branding img {
	width: 150px;
} */

footer .site-branding img {
	width: 90px;
}

@media only screen and (max-width: 1199px) and (min-width: 800px) {
	.footer-info {
		gap: 10px;
		padding: 0 8px;
		max-width: 100%;
		grid-template-columns: repeat(5, 1fr);
	}

	.site-info {
		padding: 20px 0;
	}

	.site--social-networks {
		padding-top: 20px;
	}
}

@media only screen and (max-width: 799px) and (min-width: 500px) {
	.footer-info {
		gap: 20px 10px;
		padding: 0 8px;
		max-width: 100%;
		grid-template-columns: repeat(3, 1fr);
	}

	.site-info {
		padding: 20px 0;
	}

	.site--social-networks {
		padding-top: 20px;
	}
}

@media only screen and (max-width: 499px) {
	.footer-info {
		gap: 10px 10px;
		padding: 20px 8px;
		max-width: 100%;
		grid-template-columns: repeat(1, 1fr);
	}

	.site-info {
		padding: 20px 0;
	}

	.site--social-networks {
		padding-top: 20px;
	}

}

@media only screen and (max-width: 1023px) {
	/* html, body {
		overflow-x: hidden;
	} */

	h1.heroh1,
	h1.heroh1 span {
		font-size: 46px;
		transform: translate(0%, 0%) !important;
		position: relative;
	}

	/* 	video.videoHero {
		visibility: hidden;
		pointer-events: none;
	}
 */
	.kb_hero_top {
		background-position: right top;
		min-height: 420px;
		padding: 0 2%;
	}

	.whatBussNeed-content h2 {
		line-height: 1.2;
		font-size: 36px;
	}

	.bikyAI_section-content {
		display: flex;
		flex-direction: column;
		padding: 0;
	}

	html body .bikyinfo__content h2 {
		font-size: 20px !important;
	}

	.lastes_blog_content_wrapper > div {
		grid-template-columns: 1fr !important;
	}

	/* img.bikybrand {
		width: 360px;
	} */

	html body .lastes_blog_content_heading.kb_customers__heading_ p {
		font-size: 15px;
		margin-top: -13px;
	}

	html .bikyinfo__content p {
		font-size: 18px !important;
	}

	.bikyinfo__content {
		width: 100% !important;
	}

	.bikyAI_section-item.bikyAI_section__info {
		width: 100%;
	}

	a.keybe__cta {
		font-size: 16px;
	}

	video.bikyVideoAI2 {
		/* transform: translate(0, 10%) scale(2.7); */
		transform: translate(0, 0%) scale(1);
		position: relative;
		height: 100%;
		width: 100%;
	}

	h3.kbsmartchatgradtext {
		font-size: 40px;
	}

	.bikyAI_section2 {
		padding: 16% 0 16% 0;
		height: 100%;
	}

	.lastes_press_content .item1 {
		grid-template-columns: 1fr;
	}

	.lastes_press_content .item2 {
		grid-area: item2;
	}

	.lastes_press_content {
		grid-template-areas:
			"item1 item1"
			"item2 item2"
			"item3 item3";
		padding: 0;
	}

	.lastes_press_content .item3 {
		grid-area: item3;
	}

	.lastes_press_content .item1 .press-image img,
	.lastes_press_content .item2 .press-image img,
	.lastes_press_content .item3 .press-image img {
		border-top-right-radius: 40px;
		border-bottom-left-radius: 0;
		max-height: 220px;
		min-height: 100px;
		height: 200px;
	}

	.lastes_press_content .item1 .press-content,
	.lastes_press_content .item2 .press-content,
	.lastes_press_content .item3 .press-content {
		padding: 6% 6%;
	}

	.press-content h3 {
		font-size: 20px;
		line-height: 1.3;
		margin: 0 0 0px 0;
	}

	.press-content .press-excerpt {
		margin-bottom: 0;
	}

	.press-excerpt p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 4;
		line-clamp: 4;
		line-height: 1.5;
		max-height: calc(1.5em * 4);
	}

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

	.lastes_press_content_heading h2,
	.lastes_blog_content_heading h2,
	.customers_content_heading h2,
	.lastes_useCases_content_heading h2 {
		font-size: 31px;
	}

	.lastes_blog_content .blog-article {
		grid-template-columns: 1fr;
		width: 100%;
	}

	.lastes_blog_content {
		width: 100%;
		max-width: 400px;
		overflow: unset !important;
		/* left: -3px !important; */
		display: flex !important;
		flex-direction: column;
		gap: 10px;
		padding: 0px !important;
	}

	.lastes_blog_content .blog-article .blog-image img {
		border-top-left-radius: 40px;
		border-bottom-left-radius: 0px;
		border-top-right-radius: 40px;
		width: 100%;
		min-height: 100px;
		max-height: 280px;
		height: 210px;
	}

	.blog-content h3 {
		font-size: 20px;
		line-height: 1.3;
		margin: 0;
	}

	.blog-content .blog-excerpt p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 4;
		line-clamp: 4;
		line-height: 1.5;
		max-height: calc(1.5em * 4);
	}

	.blog-content {
		padding: 5%;
	}

	/* .kb_press_articles .container {
		width: 100%;
		padding: 0 2%;
	} */

	.lastes_useCases_content_wrapper {
		transform: scale(0.9);
		transform-origin: center;
	}

	.lastes_useCases_content .useCases-article {
		grid-template-columns: 1fr;
		width: 100%;
	}

	.lastes_useCases_content {
		width: 100%;
		max-width: 350px;
	}

	.lastes_useCases_content .useCases-article .useCases-image img {
		border-top-left-radius: 40px;
		border-bottom-left-radius: 0px;
		border-top-right-radius: 40px;
		width: 100%;
		min-height: 100px;
		max-height: 480px;
		height: 250px;
		object-position: top;
	}

	.useCases-content h3 {
		font-size: 15px;
		line-height: 1.5;
		margin: 30px 10px 10px 10px;
	}

	img.caseItem_flag {
		top: 7%;
		right: 3%;
		width: 30px;
	}

	img.caseItem_product {
		top: 7%;
		left: 4%;
	}

	.useCases-content .useCases-excerpt p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 4;
		line-clamp: 4;
		line-height: 1.5;
		max-height: calc(1.5em * 4);
	}

	.useCases-content {
		padding: 6%;
		min-height: 310px;
	}

	/* .kb_press_articles .container {
		width: 100%;
		padding: 0 2%;
	} */

	/*** carrusel ***/
	/* .lastes_press_content>div {
		display: flex;
		width: 100%;
		box-sizing: border-box;
		padding: 0;
		gap: 0;
	}
	
	.press-article {
		width: 100%;
	}
	
	.lastes_press_content {
		width: 100%;
		box-sizing: border-box;
		transform: scale(0.9);
	}
	
	.lastes_press_content_wrapper {
		width: 100%;
	} */
	/*** carrusel ***/

	video.videoHero {
		height: 100vh;
		object-fit: cover;
		object-position: top;
	}

}

/**** FOOTER ****/

@media only screen and (max-width: 1024px) {

	#menu_header a,
	.kb_btn_outline a {
		font-size: 12px;
	}

	.site-branding img {
		width: 100%;
		height: 45px;
		padding: 2px;
	}
}

@media only screen and (max-width: 1290px) and (min-width: 1200px) {

	#menu_header a,
	.kb_btn_outline a {
		font-size: 12px;
	}

	.site-branding img {
		width: 100%;
		height: 45px;
	}
}

@media only screen and (max-width: 1199px) and (min-width: 1024px) {

	#menu_header a,
	.kb_btn_outline a {
		font-size: 12px !important;
	}

	.site-branding img {
		width: 100%;
		height: 40px;
	}

	h1.heroh1,
	h1.heroh1 span {
		color: var(--KB_white);
		font-size: 56px;
	}

	video.videoHero {
		width: 100vw;
		height: 150vh;
		object-fit: cover;
		object-position: top right;
	}

	.kbsmartchatgradtext {
		font-size: 54px;
	}

	video.bikyVideoAI2 {
		transform: translate(0, 0) scale(1.15);
	}
}

@media only screen and (width: 1024px) {

	html body h1.heroh1,
	h1.heroh1 span {
		font-size: 78px !important;
		transform: translate(0%, 0%) !important;
		position: relative;
	}

	html .lastes_press_content_wrapper {
		max-width: 100% !important;
	}
}

@media only screen and (max-width: 1180px) and (min-width: 768px) {
	.partnersWrapper {
		max-width: 936px !important;
	}

	html h1.heroh1,
	h1.heroh1 span {
		font-size: 68px !important;
		transform: translate(0%, 0%) !important;
		position: relative;
	}
		.lastes_blog_content_wrapper > div {
		grid-template-columns: repeat(2, 1fr) !important;
	}
}

@media only screen and (max-width: 1080px) and (min-width: 768px) {
	.partnersWrapper {
		max-width: 936px !important;
	}

	.lastes_press_content_wrapper {
		max-width: 440px;
	}

	html h1.heroh1,
	h1.heroh1 span {
		font-size: 58px !important;
		transform: translate(0%, 0%) !important;
		position: relative;
	}
		.lastes_blog_content_wrapper > div {
		grid-template-columns: repeat(2, 1fr) !important;
	}
}

@media only screen and (min-width: 1800px) {

	html .lastes_blog_content_heading h2,
	html .lastes_useCases_content_heading h2,
	html .partners_heading h2 {
		font-size: 40px !important;
	}
}


.hireAIsalespersonCTA {
	color: var(--darkblueKeybe);
	background-color: var(--KB_green);
	border-radius: 30em;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	padding: 16px 28px;
	transition: .23s allease;
	text-align: center;
	width: fit-content;
	margin: 2px auto;
	z-index: 4;
	transition: .23s all ease;
}

.hireAIsalespersonCTA:hover {
	color: var(--KB_white);
	cursor: pointer;
	background-color: var(--darkblueKeybe);
	transition: .23s all ease;
}

/*** BLOG GRID MODEL ***/
/* .kb_press_articles_blogs > .container {
	max-width: 1360px;
} */
.lastes_blog_content_wrapper > div {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	align-items: flex-start;
	justify-content: center;
}

.blog-image img {
	border-radius: 12px;
	width: 100%;
}

.blog-content h3 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4em;
	margin-bottom: 8px;
}

.blog-content {
	padding: 8px 8px 8px 8px;
}

/*** / BLOG GRID MODEL ***/

img.bikyTpss {
	width: auto;
	height: 150px;
	position: relative;
	margin: 20px auto -100px auto;
}

@media only screen and (max-width: 1024px) {
	footer img.bikyTpss {
		width: 140px;
		height: 140px;
		position: relative;
		margin: 30px auto -10px auto;
		display: flex;
	}
}

.kb_customers__others {
	display: none !important;
}