body.is-fading-home:after {
	opacity: 0 !important;
	transition: all 0.7s;
}

body.home-sec-05-bg:before {
	filter: brightness(10);
	opacity: .7;
	transition: all 0.7s ease-in-out;
}

body.home-sec-05-bg:after {
	opacity: 1;
	background: var(--gradient-01);
	transition: all 0.7s ease-in-out;
}


h2 {
	font-size: var(--rfs-54);
}

h2.d-flex {
	gap: 15px;
}

h2.d-flex .cursive {
	position: relative;
	top: -7px;
}

.container-fluid {
	/* padding: 60px; */
	/* border-radius: 20px; */
}

.font-gradient {
	background: linear-gradient(88deg, #076653 5.24%, #E3EF26 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

section.home-sec-hero {
	text-align: center;
	padding: 180px 0px 0px 0px;
	background-color: var(--color-01);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
}

section.home-sec-hero h1 {
	font-size: var(--rfs-72);
	line-height: 1;
	margin-bottom: 0px;
}

section.home-sec-hero img {
	max-width: 100%;
	height: auto;
	position: relative;
	top: -20px;
}

section.home-sec-01 {
	height: 100vh;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

section.home-sec-01::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20vh;
	background: linear-gradient(180deg, #ffffff 10%, transparent);
}

section.home-sec-01::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20vh;
	background: linear-gradient(0deg, #ffffff 10%, transparent);
}

section.home-sec-01 .text-box {
	text-align: center;
	background-color: var(--color-01);
	padding: 50px;
	margin: 0px auto 50px auto;
	max-width: calc(4vw * 9);
	width: 100%;
	position: relative;
	left: -3px;
}

section.home-sec-01 .text-box h2 {}

section.home-sec-01 .text-box .para_wrp {
	padding: 0px 15px;
	max-width: 580px;
	margin: auto;
}


section.home-sec-02 {
	background: linear-gradient(83deg, rgba(113, 174, 143, 0.85) 5.58%, rgba(227, 239, 38, 0.85) 118.74%);
}

section.home-sec-02 .marquee-track {
	animation: scroll-left 12s linear infinite;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
}

section.home-sec-02 .marquee-track span {
	color: var(--color-01);
	font-size: var(--rfs-72);
	font-weight: 600;
	line-height: 1;
	padding: 3rem 2.6rem 3.5rem 2.6rem;
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	text-wrap-mode: nowrap;
}

section.home-sec-02 .marquee-track span:before {
	content: "";
	width: 1rem;
	height: 1rem;
	position: absolute;
	top: 50%;
	right: -5px;
	background: var(--color-01);
	border-radius: 100px;
}

@keyframes scroll-left {
	0% {
		transform: translateX(0%);
	}

	100% {
		transform: translateX(-50%);
	}
}

section.home-sec-video {
	padding: 4.5vw 4vw 2.75vw 4vw;
	position: relative;
}

section.home-sec-video a.btn_play_video {
	display: inline-block;
	position: relative;
	transition: all 400ms ease-in-out;
}

section.home-sec-video a.btn_play_video .icon-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	background: #ffffff;
	border-radius: 100px;
	transition: all 400ms ease-in-out;
}

section.home-sec-video a.btn_play_video .icon-play::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 63%;
	border-top: 13px solid transparent;
	border-right: 13px solid transparent;
	border-bottom: 13px solid transparent;
	border-left: 22px solid var(--color-12);
	transform: translate(-50%, -50%);
}

section.home-sec-video a.btn_play_video video {
	width: 100%;
	max-width: 100%;
	pointer-events: none;
}

section.home-sec-video a.btn_play_video:hover {
	transition: all 400ms ease-in-out;
}

section.home-sec-video a.btn_play_video:hover .icon-play {
	transform: translate(-50%, -50%) scale(1.5);
	transition: all 400ms ease-in-out;
}


section.home-sec-03 {
	padding-top: 80px;
	/* background:var(--color-01); */
	position: relative;
}

section.home-sec-03 h2 {
	margin-bottom: 100px;
}

section.home-sec-03 img {
	margin-top: -60px;
	position: relative;
	z-index: 9;
}

section.home-sec-03 .loe-box {
	width: 100%;
	max-width: calc(4vw * 15);
	/* max-width: 1180px; */
	text-align: right;
	margin: auto;
}

section.home-sec-03 .loe-box .lbCont {
	padding: 60px 60px 0px 60px;
	position: relative;
}

section.home-sec-03 .loe-box .lbCont::before {
	content: "";
	width: 100%;
	height: 120vh;
	position: absolute;
	top: 0px;
	left: 0px;
	border-top: 1px solid #689e61;
	border-left: 1px solid #689e61;
	border-right: 1px solid #689e61;
	filter: blur(1px);
	backdrop-filter: blur(1px);
}

section.home-sec-03 .loe-box .lbCont p {
	margin-bottom: 0px;
	position: absolute;
	top: -32px;
	right: 0px;
}

section.home-sec-03 .loe-box .lbCont p a {
	color: var(--color-02);
	text-decoration: none;
}

section.home-sec-03 .loe-box .lbCont p a strong {
	color: var(--color-12);
	position: relative;
}

section.home-sec-03 .loe-box .lbCont p a strong:after {
	content: "";
	position: absolute;
	top: 130%;
	left: 0px;
	width: 0%;
	height: 5px;
	background: linear-gradient(86deg, #076653 0%, #E3EF26 100%);
	transition: all 300ms ease-in-out;
}

section.home-sec-03 .loe-box .lbCont p a.active strong:after,
section.home-sec-03 .loe-box .lbCont p a:hover strong:after {
	width: 100%;
	transition: all 300ms ease-in-out;
}


section.home-sec-04 {
	padding: 80px 30px;
	background: var(--color-01);
	position: relative;
}

section.home-sec-04 .heading_wrp {
	position: absolute;
	left: 0px;
	top: 0px;
}

svg.line-green {
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
}

section.home-sec-04 .prism-yellow {
	width: 30%;
	position: absolute;
	top: 50%;
	left: 84%;
	transform: translateY(-50%);
	opacity: .9;
}

section.home-sec-04 .line-yellows {
	height: 70vh;
	pointer-events: none;
	position: relative;
	z-index: 9;
	background: linear-gradient(270deg, rgb(255 255 255), transparent);
}

section.home-sec-04 #line-greens {
	width: 70%;
	position: absolute;
	left: 13px;
	top: 49%;
	z-index: 8;
	transform: translateY(-50%);
}

section.home-sec-04 .slider_wrp {
	width: 300px;
	position: absolute;
	top: 0%;
	left: 70%;
	z-index: 13;
}

section.home-sec-04 .slider_wrp:before {
	content: "";
	position: absolute;
	left: -10%;
	bottom: -20px;
	width: 120%;
	height: 47%;
	background: linear-gradient(0deg, #fffffff5 30%, #ffffffe8 50%, #ffffffe0);
	z-index: 9;
	/* filter: blur(6px); */
}

section.home-sec-04 .slider_wrp:after {
	content: "";
	position: absolute;
	top: -20px;
	width: 120%;
	height: 47%;
	background: linear-gradient(180deg, #fffffff5 30%, #ffffffe8 50%, #ffffffe0);
	z-index: 9;
}

section.home-sec-04 .slider_wrp .center-slickslider {}

section.home-sec-04 .slider_wrp .center-slickslider h3 {
	font-size: var(--rfs-21);
	margin-bottom: 0px;
	display: flex;
	align-items: center;
	transition: all 500ms ease-in-out;
}

section.home-sec-04 .slick-list.draggable {
	overflow: hidden;
	padding: 0px !important;
}

section.home-sec-04 .slick-vertical .slick-slide {}

section.home-sec-04 .slick-track {}

section.home-sec-04 button.slick-arrow {
	position: absolute;
}

section.home-sec-04 button.slick-prev.slick-arrow {
	top: -70px;
}

section.home-sec-04 button.slick-next.slick-arrow {
	bottom: -70px;
}

.slick-slide.slick-current.slick-active.slick-center h3 {
	color: var(--color-11);
	font-weight: 700;
	transition: all 500ms ease-in-out;
}

section.home-sec-05 {
	height: 100vh;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

section.home-sec-05 .text-box {
	background-color: var(--color-01);
	padding: 50px;
	margin: 0px 0px 50px 0px;
	position: relative;
	z-index: 9;
}

section.home-sec-05 .text-box h2 {
	font-size: var(--rfs-54);
}

section.home-sec-05 .text-box .para_wrp {
	padding: 0px 15px;
	max-width: 580px;
	margin: auto;
}


section.home-sec-06 {
	background: var(--color-01);
	position: relative;
}

section.home-sec-06 .guess_link {
	color: var(--color-02);
	text-decoration: none;
	gap: 15px;
	margin-top: 25px;
	position: relative;
	z-index: 9;
	display: flex;
	flex-direction: column;
}

section.home-sec-06 .guess_link .g_thumbs {
	display: block;
	overflow: hidden;
}

section.home-sec-06 .guess_link .g_thumbs img {
	transition: all 400ms ease-in-out;
}

section.home-sec-06 .guess_link .g_title {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

section.home-sec-06 .guess_link .g_title h4 {
	color: var(--color-12);
	font-size: 21px;
	font-weight: 700;
	padding-bottom: 10px;
	margin-bottom: 0px;
	position: relative;
}

section.home-sec-06 .guess_link .g_title h4:after {
	content: "";
	width: 50px;
	height: 2px;
	background: linear-gradient(86deg, #076653 0%, #E3EF26 100%);
	position: absolute;
	bottom: 0;
	left: 0px;
	transition: all 500ms ease-in-out;
}

section.home-sec-06 .guess_link .g_title .tag_label {
	color: #333333;
	font-size: 12px;
	line-height: 1;
	border-radius: 100px;
	display: inline-block;
	padding: 6px 15px 8px 15px;
	border: 1px solid #666666;
	overflow: hidden;
	position: relative;
	transition: all 500ms ease-in-out;
}

section.home-sec-06 .guess_link .tag_label:after {
	content: "";
	width: 100%;
	height: 0px;
	background: #333333;
	position: absolute;
	bottom: 0;
	left: 0px;
	z-index: -1;
	transition: all 500ms ease-in-out;
}

section.home-sec-06 .guess_link .g_para {}

section.home-sec-06 .guess_link .g_para p {}


section.home-sec-06 .guess_link:hover .g_thumbs img {
	transform: scale(1.1);
	transition: all 700ms ease-in-out;
}

section.home-sec-06 .guess_link:hover .g_title .tag_label {
	color: var(--color-01);
	transition: all 500ms ease-in-out;
}

section.home-sec-06 .guess_link:hover .g_title .tag_label:after {
	height: 100%;
	transition: all 500ms ease-in-out;
}

section.home-sec-06 .guess_link:hover .g_title h4:after {
	width: 100%;
	transition: all 500ms ease-in-out;
}



section.home-sec-logos {
	padding: 0px 0px 100px 0px;
	overflow: hidden;
	position: relative;
}

section.home-sec-logos .text-box {
	padding: 80px 60px 20px 60px;
}

section.home-sec-logos .supermarquee {
	position: relative;
	z-index: 9;
	display: inline-flex;
}

section.home-sec-logos .supermarquee ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}

section.home-sec-logos .supermarquee ul li {
	background: #fff;
	border-left: 1px solid #ccc;
	position: relative;
	height: 150px;
	padding: 0px 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

section.home-sec-logos .supermarquee ul li .clients-logo {
	width: 240px;
}

section.home-sec-logos .supermarquee ul li .clients-gif {
	background: var(--color-02);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	border-radius: 10px;
	overflow: hidden;
	display: block;
	transform: scale(.7);
	transition: all 300ms ease-in-out;
}

section.home-sec-logos .supermarquee ul li .clients-gif img {
	transform: scale(1.3);
	transition: all 500ms ease-in-out;
}

section.home-sec-logos .supermarquee ul li:hover .clients-gif {
	opacity: 1;
	border-radius: 10px;
	transform: scale(1);
	transition: all 500ms ease-in-out;
}

section.home-sec-logos .supermarquee ul li:hover .clients-gif img {
	transform: scale(1.01);
	transition: all 500ms ease-in-out .1s;
}

div#supermarquee2 {
	margin-top: -6px;
}


@media (min-width: 767.99px) {

	section.home-sec-04 .slider_wrp .center-slickslider h3 {
		min-height: 10vh;
	}

	section.home-sec-04 .slick-list.draggable {
		height: 70vh !important;
	}

	section.home-sec-04 .slick-track {
		padding-top: 20vh;
	}

	section.home-sec-01 .text-box {
		padding: 10px;
	}

}

/* `md` applies to small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {

	section.home-sec-hero {
		min-height: 100vh;
	}

	section.home-sec-hero img {
		width: 200%;
		max-width: 200%;
	}

	section.home-sec-01 {
		height: auto;
		padding-bottom: 80px;
	}

	section.home-sec-01 .container {
		position: relative;
		z-index: 9;
	}

	section.home-sec-01 .text-box {
		max-width: 100%;
		padding: 20px;
	}

	section.home-sec-02 .marquee-track span {
		padding: 1rem 2.6rem 1rem 2.6rem
	}

	section.home-sec-03 {
		padding-top: 40px;
		overflow: hidden;
	}

	section.home-sec-03 h2 {
		margin-bottom: 56px;
	}

	section.home-sec-03 .loe-box {
		max-width: calc(100% - 4vw);
		margin: auto auto auto 0px;
	}

	section.home-sec-03 .loe-box .lbCont {
		padding: 50px 30px 10px 0px;
	}

	section.home-sec-03 .loe-box .lbCont p a {
		font-size: 12px;
	}

	section.home-sec-03 .loe-box .lbCont p a strong {
		/* display:block; */
	}

	section.home-sec-logos {}

	section.home-sec-logos .text-box {
		padding: 40px 20px 0px 24px;
	}

	section.home-sec-logos .supermarquee ul li {
		height: 80px;
		padding: 0px 20px;
	}

	section.home-sec-logos .supermarquee ul li .clients-logo {
		width: 120px;
	}


	section.home-sec-04 {
		padding: 40px 10px;
	}

	section.home-sec-04 .slick-list.draggable {}

	section.home-sec-04 .prism-yellow {
		width: 20%;
		top: 60px;
		right: inherit;
		left: 0px;
		transform: inherit;
	}

	section.home-sec-04 .heading_wrp {
		position: relative;
	}

	section.home-sec-04 .slider_wrp .center-slickslider h3 {
		font-size: var(--rfs-30);
		min-height: 30px;
	}

	section.home-sec-04 .line-yellows,
	section.home-sec-04 #line-greens {
		height: auto;
		left: 40px;
	}

	section.home-sec-04 .slider_wrp {
		width: 100%;
		left: 13px;
		top: 0px;
	}

	section.home-sec-04 .slider_wrp:before,
	section.home-sec-04 .slider_wrp:after {
		display: none;
	}


	section.home-sec-05 {
		height: auto;
		padding: 9vw;
	}

	section.home-sec-05 .text-box {
		padding: 5vw;
		margin-bottom: 10vw;
	}

	section.home-sec-05 .text-box h2 {
		margin-bottom: 20px;
	}

	section.home-sec-06 .guess_link {
		margin-top: 0px;
		border-bottom: 1px solid #ccc;
		margin-bottom: 25px;
	}

	section.home-sec-06 a.btn-km {
		margin-bottom: 30px;
	}



}

/* `lg` applies to medium devices (tablets, less than 992px)*/
@media (max-width: 1440px) {
	section.home-sec-03 .loe-box {
		max-width: calc(4vw * 23);
	}

	section.home-sec-03 .loe-box .lbCont p {
		font-size: 0.9rem;
	}

	section.home-sec-hero h1 {
		margin-bottom: 1rem;
	}
}



/* `xl` applies to large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {


	    section.home-sec-03 .loe-box .lbCont p a {
		font-size: 0.8rem;
	}
}


@media(max-width:800px) {
	section.home-sec-03 .loe-box .lbCont {
		padding: 50px 30px 0px 30px;

	}

	section.home-sec-03 .loe-box {
		margin-inline: auto;
	}

}



@media(max-width:576px) {
	    section.home-sec-03 .loe-box .lbCont p a {
		font-size: 0.6rem;
	}

}

@media(max-width:480px) {
	section.home-sec-03 .loe-box .lbCont {
		/* padding: 50px 22px 5px 0px; */
		padding: 50px 20px 4px 0px;

	}


	section.home-sec-03 .loe-box {
		margin-inline: 0;
	}

}

/* `xxl` applies to x-large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px) {}