@font-face {
	font-family: "Poppins-Regular";
	src: url("../fonts/Poppins-Regular.ttf") format("truetype");
}

@font-face {
	font-family: "Poppins-Medium";
	src: url("../fonts/Poppins-Medium.ttf") format("truetype");
}

@font-face {
	font-family: "Poppins-Light";
	src: url("../fonts/Poppins-Light.ttf") format("truetype");
}

@font-face {
	font-family: "MaginiaRegular";
	src: url("../fonts/MaginiaRegular.otf") format("truetype");
}

@font-face {
	font-family: "HV-Clio";
	src: url("../fonts/HV-Clio.otf") format("truetype");
}

@font-face {
	font-family: "Aeroport-light-trial";
	src: url("../fonts/Aeroport-light-trial.otf") format("truetype");
}

@font-face {
	font-family: "Aeroport-regular-trial";
	src: url("../fonts/Aeroport-regular-trial.otf") format("truetype");
}

@font-face {
	font-family: "BebasNeue-Regular";
	src: url("../fonts/BebasNeue-Regular.ttf") format("truetype");
}

.sec-faq h5,
.cont-sec2 .enquire-box h5,
.mainBanner-content,
.board-sec h2,
.stat-sec h5,
.abt-sec .p2 h1,
.sec-philo h5,
.pre-req h5,
.intro-sec-abt h3,
.sec-blog h2,
.franc-sec .head h4,
.usp-sec .usp-wrap .p1 h5,
.intro-sec .intro-wrap .intro-cont h3 {
	font-family: "MaginiaRegular";
	font-size: clamp(4rem, 3000px, 5vw);
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#dab157),
		color-stop(12.5%, #dab157),
		color-stop(21.5%, #dab157),
		color-stop(36%, #feecac),
		color-stop(42.5%, #fee499),
		color-stop(53%, #ffd777),
		color-stop(65%, #d9af63),
		color-stop(75%, #b78c3d),
		color-stop(87.5%, #936b25),
		to(#795315)
	);
	background: linear-gradient(
		90deg,
		#dab157 0%,
		#dab157 12.5%,
		#dab157 21.5%,
		#feecac 36%,
		#fee499 42.5%,
		#ffd777 53%,
		#d9af63 65%,
		#b78c3d 75%,
		#936b25 87.5%,
		#795315 100%
	);
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	-webkit-background-clip: text;
	background-clip: text;
}

.mouseCursor {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	visibility: hidden;
	text-align: center;
}

.mouseCursor.cursor-outer {
	margin-left: -75px;
	margin-top: -90px;
	width: 150px;
	height: 150px;
	/* background: url("../images/ftv_back.avif") center/contain no-repeat; */
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0.4;
	z-index: 10000000;
	-webkit-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

.mouseCursor.cursor-outer.cursor-hover {
	opacity: 0;
}

.mouseCursor.cursor-outer.cursor-big {
	opacity: 0;
}

[dir="rtl"] .mouseCursor {
	left: 0;
	right: auto;
}

.mouseCursor.cursor-big {
	width: 100px;
	height: 100px;
	margin-left: -50px;
	margin-top: -50px;
}

.cursor-inner {
	margin-left: -75px;
	margin-top: -90px;
	width: 150px;
	height: 150px;
	z-index: 10000001;
	/* background: url("../images/ftv_back.avif") center/contain no-repeat; */
	-webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
		margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
	transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
		margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.cursor-inner.cursor-big span {
	opacity: 1;
}

.cursor-inner.cursor-hover {
	margin-left: -100px;
	margin-top: -100px;
	width: 200px;
	height: 200px;
	opacity: 0;
}

#myBtn {
	position: fixed;
	cursor: pointer;
	width: 40px;
	height: 40px;
	right: 1rem;
	bottom: 100px;
	background: #000;
	text-indent: -9999px;
	border: 0.5px solid #fee7db;
	display: block;
	border-radius: 50%;
	z-index: 99;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#myBtn span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -8px;
	margin-top: -12px;
	height: 0;
	width: 0;
	border: 8px solid rgba(0, 0, 0, 0);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-bottom-color: #fff;
}

#myBtn:hover {
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#dab157),
		color-stop(12.5%, #dab157),
		color-stop(21.5%, #dab157),
		color-stop(36%, #feecac),
		color-stop(42.5%, #fee499),
		color-stop(53%, #ffd777),
		color-stop(65%, #d9af63),
		color-stop(75%, #b78c3d),
		color-stop(87.5%, #936b25),
		to(#795315)
	);
	background: linear-gradient(
		90deg,
		#dab157 0%,
		#dab157 12.5%,
		#dab157 21.5%,
		#feecac 36%,
		#fee499 42.5%,
		#ffd777 53%,
		#d9af63 65%,
		#b78c3d 75%,
		#936b25 87.5%,
		#795315 100%
	);
	background-color: #fff;
}

#myBtn:hover span {
	border-bottom-color: #000;
}

.float {
	position: fixed;
	bottom: 28px;
	right: 0.75rem;
	z-index: 99;
	background-color: #25d366;
	border-radius: 50px;
	color: #fff;
	text-decoration: none;
	width: 52px;
	height: 52px;
	font-size: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

.float::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	-webkit-animation-name: pulse-border;
	animation-name: pulse-border;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.float:hover {
	background-color: #fff;
	color: #25d366;
}

.float-btn {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	position: fixed;
	right: min(-3.1rem, -3%);
	top: 45%;
	z-index: 111;
	font-family: "Aeroport-light-trial";
}

.float-btn a {
	padding: 0.4em 1em;
	color: #fff;
	font-size: clamp(1rem, 3000px, 1vw);
	font-weight: 600;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	background-color: #000;
	border: 0.25px solid #fff;
	border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	-ms-border-radius: 8px 8px 0px 0px;
	-o-border-radius: 8px 8px 0px 0px;
}

.float-btn a:hover {
	color: #000;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#dab157),
		color-stop(12.5%, #dab157),
		color-stop(21.5%, #dab157),
		color-stop(36%, #feecac),
		color-stop(42.5%, #fee499),
		color-stop(53%, #ffd777),
		color-stop(65%, #d9af63),
		color-stop(75%, #b78c3d),
		color-stop(87.5%, #936b25),
		to(#795315)
	);
	background: linear-gradient(
		90deg,
		#dab157 0%,
		#dab157 12.5%,
		#dab157 21.5%,
		#feecac 36%,
		#fee499 42.5%,
		#ffd777 53%,
		#d9af63 65%,
		#b78c3d 75%,
		#936b25 87.5%,
		#795315 100%
	);
	background-color: #fff;
}

video[poster] {
	background: #000;
}

.video-play-button {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width: 100%;
	height: 100%;
}

.video-play-button:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	display: block;
	width: clamp(4em, 3000px, 5vw);
	height: clamp(4em, 3000px, 5vw);
	background-color: rgba(0, 0, 0, 0);
	border: 4px solid #fff;
	border-radius: 50%;
	-webkit-transition: all 200ms;
	transition: all 200ms;
}

.video-play-button:hover:after {
	border: 4px dotted #fff;
	-webkit-animation: spin 4s linear infinite;
	animation: spin 4s linear infinite;
}

.video-play-button span {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.video-play-button span svg {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: clamp(1.5rem, 3000px, 2vw);
	height: clamp(1.5rem, 3000px, 2vw);
	margin-left: clamp(0.1em, 3000px, 0.1vw);
}

.video-overlay {
	position: relative;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	-webkit-transition: all ease 500ms;
	transition: all ease 500ms;
}

.video-overlay video {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
	height: 100%;
}

.video-overlay.open {
	position: absolute;
	z-index: 1;
	display: block;
}

.video-overlay-close {
	position: absolute;
	z-index: 1000;
	top: 15px;
	right: 20px;
	font-size: clamp(2rem, 3000px, 2vw);
	line-height: 1;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 200ms;
	transition: all 200ms;
}

.video-overlay-close:hover {
	color: #000;
}

@-webkit-keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}

	75% {
		padding: 50px;
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}

	75% {
		padding: 50px;
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@-webkit-keyframes fade {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fade {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes spin {
	to {
		-webkit-transform: translateX(-50%) translateY(-50%) rotate(360deg);
		transform: translateX(-50%) translateY(-50%) rotate(360deg);
	}
}

@keyframes spin {
	to {
		-webkit-transform: translateX(-50%) translateY(-50%) rotate(360deg);
		transform: translateX(-50%) translateY(-50%) rotate(360deg);
	}
}

@-webkit-keyframes draw-stroke {
	50%,
	100% {
		stroke-dashoffset: 0;
	}
}

@keyframes draw-stroke {
	50%,
	100% {
		stroke-dashoffset: 0;
	}
}

@-webkit-keyframes fade-down {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fade-down {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes scale {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scale {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@media (max-width: 450px) {
	.cursor-inner {
		display: none;
	}

	.cursor-outer {
		display: none;
	}
}

@media (max-width: 575px) {
	.cursor-inner {
		display: none;
	}

	.cursor-outer {
		display: none;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.cursor-inner {
		display: none;
	}

	.cursor-outer {
		display: none;
	}
}

@media (hover: none) {
	.mouseCursor {
		display: none;
	}
}

@media (min-width: 1280px) {
	.intro-sec .diam-ico {
		top: 12%;
	}
}

*,
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

html.lenis {
	height: auto;
}

.lenis.lenis-smooth {
	scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
	-ms-scroll-chaining: none;
	overscroll-behavior: contain;
}

.lenis.lenis-stopped {
	overflow: hidden;
}

.lenis.lenis-scrolling iframe {
	pointer-events: none;
}

body {
	-webkit-font-smoothing: antialiased;
	color: #fff;
	background: #101010;
	caret-color: rgba(0, 0, 0, 0);
}

body input {
	caret-color: auto;
}

p {
	font-family: "Poppins-Light";
	font-size: clamp(0.875rem, 3000px, 0.9vw);
}

::-moz-selection {
	color: #000;
	background: #fff;
	background-clip: text;
	-webkit-text-fill-color: #000;
}

::selection {
	color: #000;
	background: #fff;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: #000;
}

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

.productImage.loaded {
	opacity: 1;
	-webkit-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

.shimmer {
	-webkit-mask: linear-gradient(
			-60deg,
			#000 30%,
			rgba(0, 0, 0, 0.3333333333),
			#000 70%
		)
		right/300% 100%;
	mask: linear-gradient(-60deg, #000 30%, rgba(0, 0, 0, 0.3333333333), #000 70%)
		right/300% 100%;
	background-repeat: no-repeat;
	-webkit-animation: shimmer 2.5s infinite;
	animation: shimmer 2.5s infinite;
}

@-webkit-keyframes shimmer {
	100% {
		-webkit-mask-position: left;
	}
}

@keyframes shimmer {
	100% {
		-webkit-mask-position: left;
	}
}

.image-wrap {
	position: relative;
}

@-webkit-keyframes l13 {
	100% {
		-webkit-transform: translate(-50%, -50%) rotate(1turn);
		transform: translate(-50%, -50%) rotate(1turn);
	}
}

@keyframes l13 {
	100% {
		-webkit-transform: translate(-50%, -50%) rotate(1turn);
		transform: translate(-50%, -50%) rotate(1turn);
	}
}

#loader-wrapper {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

#backdrop {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	z-index: 9999;
}

.loader {
	position: absolute;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	-webkit-box-shadow: inset -2px 0 0 2px #fff;
	box-shadow: inset -2px 0 0 2px #fff;
	animation: spin 1.5s linear infinite;
	-webkit-animation: spin 1.5s linear infinite;
	z-index: 99999;
}

.hamburger {
	display: none;
	padding-inline: 8px;
	width: clamp(2.3rem, 3000px, 2vw);
	height: clamp(2.1rem, 3000px, 2vw);
	cursor: pointer;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transform-origin: 25%;
	transform-origin: 25%;
	-webkit-transition: all 1s linear;
	transition: all 1s linear;
	border: 0.5px solid #fff;
	background: #141414;
}

.hamburger > * + * {
	margin-top: clamp(0.25rem, 3000px, 0.3vw);
}

.hamburger .bar {
	height: clamp(0.188rem, 3000px, 0.1vw);
	background: #fff;
	-webkit-transition: all 1s linear;
	transition: all 1s linear;
	border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}

.menuButton[aria-expanded="true"] .hamburger .bar:nth-child(1) {
	-webkit-transform: rotate(45deg) translate(5px, 5px);
	transform: rotate(45deg) translate(5px, 5px);
	width: 100%;
}

.menuButton[aria-expanded="true"] .hamburger .bar:nth-child(2) {
	opacity: 0;
}

.menuButton[aria-expanded="true"] .hamburger .bar:nth-child(3) {
	-webkit-transform: rotate(-45deg) translate(5px, -4px);
	transform: rotate(-45deg) translate(5px, -4px);
	width: 100%;
}

nav {
	padding: 1em 6% 1em 6%;
	z-index: 999;
	position: fixed;
	top: 0;
	background: #101010;
	-webkit-box-shadow: 0px 29px 34px -2px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 29px 34px -2px rgba(0, 0, 0, 0.75);
}

nav .navbar-logo {
	/* width: max(8.5vw, 10rem); */
}

nav .navbar-link ul li,
nav .navbar-link .aboutli {
	font-size: clamp(0.875rem, 3000px, 0.92vw);
	font-family: "Poppins-Light";
}

nav .navbar-link ul li.active .nav-li,
nav .navbar-link .aboutli.active .nav-li {
	text-decoration: underline;
}

nav .navbar-link .nav-li:hover {
	text-decoration: underline;
}

nav .navbar-link ul {
	gap: 4vw;
}

nav .navbar-btn a {
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#dab157),
		color-stop(12.5%, #dab157),
		color-stop(21.5%, #dab157),
		color-stop(36%, #feecac),
		color-stop(42.5%, #fee499),
		color-stop(53%, #ffd777),
		color-stop(65%, #d9af63),
		color-stop(75%, #b78c3d),
		color-stop(87.5%, #936b25),
		to(#795315)
	);
	background: linear-gradient(
		90deg,
		#dab157 0%,
		#dab157 12.5%,
		#dab157 21.5%,
		#feecac 36%,
		#fee499 42.5%,
		#ffd777 53%,
		#d9af63 65%,
		#b78c3d 75%,
		#936b25 87.5%,
		#795315 100%
	);
	padding: 0.7em 1.8em;
	border-radius: 10rem;
	font-size: clamp(0.875rem, 3000px, 1vw);
	font-family: "Poppins-Medium";
	color: #000;
	border: 0.6px solid #fff;
}

nav .navbar-link.collapse:not(.show) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	visibility: visible;
}

nav .aboutli-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: max(0.2rem, 0.3vw);
}

nav #dropdown-menu {
	visibility: visible;
	position: fixed;
	padding-block: 1.3em 1em;
	padding-inline: 2em 4em;
	margin-top: 1em;
	font-size: clamp(1.1rem, 3000px, 1vw);
	background: url("../images/ftv_back-opc.avif") center/contain no-repeat;
	background-color: #101010;
}

nav #dropdown-menu ul {
	padding-left: 1.5em;
}

nav #dropdown-menu ul li {
	font-size: 80%;
	padding-left: 1em;
	padding-bottom: 1em;
	list-style-type: "-";
	text-transform: uppercase;
	letter-spacing: 0.1ch;
}

nav #dropdown-menu span {
	padding-bottom: 0.5em;
	display: block;
}

.nav-inactive {
	background-color: #101010;
}

#loader_logo {
	position: fixed;
	top: 0;
	background: #101010;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 2s ease;
	transition: all 2s ease;
}

#loader_logo img {
	width: max(13rem, 15vw);
	-webkit-animation: scale 4s infinite;
	animation: scale 4s infinite;
}

#loader_logo.slideTop {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

#loader_logo.slideTop img {
	-webkit-animation: none;
	animation: none;
}

.route-enter-from {
	opacity: 0;
	-webkit-transform: translateX(-100px);
	transform: translateX(-100px);
}

.route-enter-active {
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.route-leave-to {
	opacity: 0;
	-webkit-transform: translateX(100px);
	transform: translateX(100px);
}

.route-leave-active {
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

:root {
	--swiper-pagination-progressbar-bg-color: #d9d9d9;
}

.swiper-pagination-progressbar.swiper-pagination-horizontal {
	height: max(4px, 0.2vw);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#dab157),
		color-stop(12.5%, #dab157),
		color-stop(21.5%, #dab157),
		color-stop(36%, #feecac),
		color-stop(42.5%, #fee499),
		color-stop(53%, #ffd777),
		color-stop(65%, #d9af63),
		color-stop(75%, #b78c3d),
		color-stop(87.5%, #936b25),
		to(#795315)
	);
	background: linear-gradient(
		90deg,
		#dab157 0%,
		#dab157 12.5%,
		#dab157 21.5%,
		#feecac 36%,
		#fee499 42.5%,
		#ffd777 53%,
		#d9af63 65%,
		#b78c3d 75%,
		#936b25 87.5%,
		#795315 100%
	);
	border-radius: 9999px !important;
	background-origin: border-box;
}

.banner {
	overflow: hidden;
	height: max(90vh, 33rem);
	margin-top: clamp(4em, 4vw, 8em);
}

.banner .lazy .video-play-button {
	background: url("../images/resize/video-break.avif") top/cover no-repeat;
}

.banner .video-play-button {
	background: url("../images/banner.avif") top/cover no-repeat;
}

.blog-ban {
	position: relative;
}

/* .blog-ban h1 {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    z-index: 2;
    font-size: clamp(2.4rem, 3000px, 3.1vw);
    padding: 7% 13%;
    font-family: "HV-Clio";
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(58%, rgba(0, 0, 0, 0.6509803922)));
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.6509803922) 58%)
} */

.intro-sec {
	position: relative;
}

.intro-sec .bg-intro img {
	position: absolute;
	margin-top: -50%;
	width: max(70vw, 56rem);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: -1;
}

.intro-sec .intro-wrap {
	margin-right: 6%;
	padding-block: 4%;
}

.intro-sec .intro-wrap img {
	mix-blend-mode: lighten;
}

.intro-sec .intro-wrap .intro-cont {
	margin-block: 4%;
}

.intro-sec .intro-wrap .intro-cont h3 {
	margin-bottom: 0.4em;
}

.intro-sec .intro-wrap .intro-cont p span {
	display: block;
	padding-bottom: 1em;
}

.usp-sec {
	padding-left: 6%;
	gap: 8%;
	padding-block: min(6%, 2em) max(6%, 7em);
}

.usp-sec .f-diam {
	position: absolute;
	top: -40%;
	right: 0;
	width: 42%;
}

.usp-sec .f-diam svg path {
	stroke-dasharray: 2700px;
	stroke-dashoffset: 2700px;
	animation: draw-stroke 4s linear forwards infinite alternate;
	-webkit-animation: draw-stroke 4s linear forwards infinite alternate;
}

.usp-sec .usp-wrap {
	gap: 8%;
}

.usp-sec .usp-wrap .p1 .p1-flex {
	gap: 5em;
}

.usp-sec .usp-wrap .p1 .usp-cont {
	margin-bottom: 15%;
}

.usp-sec .usp-wrap .p1 .usp-cont h6 {
	font-family: "Poppins-Medium";
	font-size: clamp(1.7rem, 3000px, 1.7vw);
}

.usp-sec .usp-wrap .p1 .usp-cont p {
	padding-block: 2em;
	height: max(11rem, 11vw);
}

.usp-sec .usp-wrap .p1 .usp-cont .usp-swip-btn {
	gap: 1em;
	padding-top: 1em;
}

.usp-sec .usp-wrap .p1 .usp-cont .usp-swip-btn .swiper-usp-prev,
.usp-sec .usp-wrap .p1 .usp-cont .usp-swip-btn .swiper-usp-next {
	width: max(3vw, 4rem);
}

.usp-sec .usp-wrap .p1 .usp-cont .prog-nav {
	gap: 1em;
	margin-top: 1%;
}

.usp-sec .usp-wrap .p1 .usp-cont .prog-nav .swiper-fraction {
	font-size: clamp(1rem, 3000px, 1.1vw);
	font-family: "Poppins-Light";
}

.usp-sec .usp-wrap .p1 .usp-cont .prog-nav .usp-pag-wrap {
	width: max(150px, 20%);
}

.usp-sec .usp-wrap .p1 .f-icon {
	position: absolute;
	bottom: -14%;
	left: 10%;
	width: max(33%, 25rem);
	z-index: -1;
}

.usp-sec .usp-wrap .p2 {
	margin-top: 1em;
}

.video-break .vid-break-div {
	overflow: hidden;
	display: block;
}

.video-break img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	height: 100%;
}

.franc-sec {
	margin-left: 6%;
	padding-block: max(8%, 7em);
}

.franc-sec .head {
	margin-bottom: 6%;
}

.franc-sec .head p {
	font-size: clamp(1rem, 3000px, 1.2vw);
}

.sec-blog {
	margin-inline: 6%;
	padding-bottom: max(8%, 7em);
}

.sec-blog h2 {
	margin-bottom: max(4.3%, 3rem);
}

.sec-blog date,
.sec-blog bh {
	display: block;
	font-family: "Poppins-Regular";
	font-size: clamp(1.6rem, 3000px, 1.5vw);
}

.sec-blog date {
	letter-spacing: 0.1ch;
	padding-block: 1em 0.8em;
	font-size: clamp(1.1rem, 3000px, 1.2vw);
}

.sec-blog p {
	padding-top: 1em;
}

.cta-sec {
	padding-bottom: 4%;
}

.cta-sec .f-icon {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 22%;
}

.cta-sec .cta-cont {
	position: absolute;
	width: 41%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 6%;
}

.cta-sec .cta-cont h4 {
	font-family: "MaginiaRegular";
	font-size: clamp(2.4rem, 3000px, 3.1vw);
	width: 90%;
}

.cta-sec .cta-cont p {
	font-size: clamp(1rem, 3000px, 1.2vw);
	padding-block: 1em;
}

.cta-sec .cta-cont a {
	font-family: "Poppins-Regular";
	color: #fff;
	font-size: clamp(1.2rem, 3000px, 1.3vw);
	padding: 0.7em 2.5em;
	background: -webkit-gradient(
				linear,
				left top,
				left bottom,
				from(#101010),
				to(#101010)
			)
			padding-box,
		-webkit-gradient(
				linear,
				left top,
				right top,
				from(#dab157),
				color-stop(12.5%, #dab157),
				color-stop(21.5%, #dab157),
				color-stop(36%, #feecac),
				color-stop(42.5%, #fee499),
				color-stop(53%, #ffd777),
				color-stop(65%, #d9af63),
				color-stop(75%, #b78c3d),
				color-stop(87.5%, #936b25),
				to(#795315)
			) border-box;
	background: linear-gradient(#101010, #101010) padding-box,
		linear-gradient(
				90deg,
				#dab157 0%,
				#dab157 12.5%,
				#dab157 21.5%,
				#feecac 36%,
				#fee499 42.5%,
				#ffd777 53%,
				#d9af63 65%,
				#b78c3d 75%,
				#936b25 87.5%,
				#795315 100%
			)
			border-box;
	border: 4px solid rgba(0, 0, 0, 0);
	border-radius: 50em;
	margin-top: 2em;
	display: inline-block;
}

.cta-sec .cta-img {
	mix-blend-mode: lighten;
}

.intro-sec-abt {
	margin: 10% 6%;
	gap: 14%;
}

.intro-sec-abt h3 {
	margin-bottom: 0.5em;
}

.intro-sec-abt p {
	text-align: justify;
}

.intro-sec-abt p span {
	display: block;
	padding-bottom: 1em;
}

.intro-sec-abt .f-diam {
	position: absolute;
	top: -10%;
	left: 80%;
	-webkit-transform: translateX(-80%);
	transform: translateX(-80%);
	width: 56%;
	z-index: -1;
}

.intro-sec-abt .f-diam svg path {
	stroke-dasharray: 2700px;
	stroke-dashoffset: 2700px;
	animation: draw-stroke 4s linear forwards infinite alternate;
	-webkit-animation: draw-stroke 4s linear forwards infinite alternate;
}

.carous-sec {
	padding-bottom: 10%;
}

.carous-sec .pad {
	width: max(21rem, 25vw);
	margin: auto;
	position: relative;
}

.carous-sec .cont {
	position: absolute;
	top: 50%;
	left: -40%;
	-webkit-transform: translate(-40%, -50%);
	transform: translate(-40%, -50%);
	text-align: right;
	width: 93%;
}

.carous-sec .cont h4 {
	font-family: "MaginiaRegular";
	font-size: clamp(1.8rem, 3000px, 2vw);
	letter-spacing: 0.1ch;
	padding-bottom: 1em;
}

/* .carous-sec #nextSlideButton {
	right: 24vw;
	color: #fff;
	text-decoration: underline;
	font-size: clamp(1rem, 3000px, 1.2vw);
	font-family: "Poppins-Light";
} */

.pre-req {
	padding-top: 8em;
}

.pre-req .prereq-div {
	padding-inline: 6%;
	gap: 5em;
}

.pre-req .prereq-div .div-1 {
	width: 42%;
}

.pre-req .prereq-div .div-2 {
	width: 68%;
}

.pre-req h5 {
	padding-bottom: 1em;
	text-align: center;
}

.pre-req .accordion-button {
	padding: 8% 5% 3%;
	font-family: "MaginiaRegular";
	font-size: clamp(1.3rem, 3000px, 1.5vw);
	color: #fff;
	background: rgba(0, 0, 0, 0);
	text-transform: uppercase;
}

.pre-req .accordion-button:not(.collapsed) {
	color: #fff;
	background-color: rgba(0, 0, 0, 0);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.pre-req .accordion-button:focus {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.pre-req .accordion-body {
	padding: 0 5% 4%;
	color: #fff;
	font-size: clamp(1.1rem, 3000px, 1.1vw);
	visibility: visible;
}

.pre-req .accordion-item {
	border-bottom: 1px solid #fff;
	background: rgba(0, 0, 0, 0);
}

.pre-req .accordion-button::after {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="none"><g clip-path="url(%23clip0_2575_958)"><path d="M24.0011 24.3455L29.6571 18.6875L32.4871 21.5155L24.0011 30.0015L15.5151 21.5155L18.3451 18.6875L24.0011 24.3455Z" fill="white"/></g><defs><clipPath id="clip0_2575_958"><rect width="48" height="48" fill="white" transform="translate(48.0008) rotate(90)"/></clipPath></defs></svg>');
	width: 2rem;
	height: 2rem;
	background-size: 2rem;
}

.pre-req .accordion-button:not(.collapsed)::after {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="none"><g clip-path="url(%23clip0_2575_958)"><path d="M24.0011 24.3455L29.6571 18.6875L32.4871 21.5155L24.0011 30.0015L15.5151 21.5155L18.3451 18.6875L24.0011 24.3455Z" fill="white"/></g><defs><clipPath id="clip0_2575_958"><rect width="48" height="48" fill="white" transform="translate(48.0008) rotate(90)"/></clipPath></defs></svg>');
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.sec-philo {
	padding-block: 10%;
	padding-inline: 12%;
	position: relative;
}

.sec-philo h5 {
	padding-bottom: 1em;
	text-align: center;
}

.sec-philo .philo-frame .element {
	position: sticky;
	top: 9rem;
	-webkit-column-gap: 4em;
	-moz-column-gap: 4em;
	column-gap: 4em;
}

.sec-philo .philo-frame .element .philo-cont {
	background: #101010;
	-webkit-transition: 1s all;
	transition: 1s all;
	padding: 4em;
}

.sec-philo .philo-frame .element .philo-cont h3 {
	color: #fff;
	font-family: "MaginiaRegular";
	font-size: clamp(2.5rem, 3000px, 2.5vw);
	padding-bottom: 0.25em;
}

.sec-philo .philo-frame .element .philo-cont p {
	font-size: clamp(1rem, 3000px, 1vw);
	font-family: "Poppins-Regular";
}

.sec-philo .philo-frame .element .philo-img {
	-webkit-transition: 1s all;
	transition: 1s all;
}

#abt-vis-sec1 .p1 .ftv-icon {
	left: -24%;
	right: auto;
	width: 38%;
}

#abt-vis-sec1 .f-diam {
	left: auto;
	right: 0;
}

.sec-down {
	padding-inline: 6%;
}

.sec-down .down-pane {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0%;
	flex: 1 1 0%;
	border: 2px solid;
	-o-border-image: linear-gradient(
			92.18deg,
			#dab157 1.83%,
			#dab157 14.1%,
			#dab157 45.71%,
			#fee499 75.15%,
			#ffd777 79.74%,
			#d9af63 85.6%,
			#b78c3d 90.46%,
			#936b25 95.11%,
			#795315 99.97%
		)
		30;
	border-image: linear-gradient(
			92.18deg,
			#dab157 1.83%,
			#dab157 14.1%,
			#dab157 45.71%,
			#fee499 75.15%,
			#ffd777 79.74%,
			#d9af63 85.6%,
			#b78c3d 90.46%,
			#936b25 95.11%,
			#795315 99.97%
		)
		30;
	border-image-slice: 1;
}

.sec-down .down-pane img {
	width: 100%;
}

.sec-down .down-pane .down-cont {
	font-family: "MaginiaRegular";
	font-size: clamp(2rem, 3000px, 1.8vw);
	color: #fff;
	position: absolute;
	bottom: 10%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.sec-down .down-pane .down-cont img {
	width: max(3rem, 3vw);
	margin: auto;
}

.sec-down .down-pane:hover .down-cont {
	animation: 0.5s fade;
	-webkit-animation: 0.5s fade;
}

.sec-down .down-pane:hover .down-cont img {
	animation: 1s fade-down;
	-webkit-animation: 1s fade-down;
}

.join-sec {
	text-align: center;
	margin: auto;
	padding-block: 13%;
	background: url("../images/join-bg.png") center/contain no-repeat;
}

.join-sec .join-div {
	width: 60%;
	margin: auto;
}

.join-sec h4 {
	font-family: "MaginiaRegular";
	font-size: clamp(3rem, 3000px, 3vw);
	padding-bottom: 1em;
}

.join-sec p {
	font-size: clamp(1.2rem, 3000px, 1.2vw);
}

.brand-sec {
	padding-inline: 6%;
	padding-bottom: 6em;
}

.brand-sec h6 {
	font-family: "MaginiaRegular";
	font-size: clamp(3rem, 3000px, 3vw);
	padding-bottom: 0.3em;
}

.brand-sec .brand-sec-div {
	gap: 3em;
}

.cta-sec1 {
	position: relative;
	height: clamp(28rem, 3000px, 42vw);
}

.cta-sec1 .cta-div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	padding-right: 4%;
}

.cta-sec1 .cta-div img {
	width: 43%;
}

.cta-sec1 .cont {
	position: absolute;
	left: 10%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: max(50%, 47rem);
}

.cta-sec1 .cont h6 {
	font-family: "MaginiaRegular";
	font-size: clamp(2.5rem, 3000px, 3vw);
	line-height: 1.5;
	padding-bottom: 1.5em;
}

.cta-sec1 .cont a {
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#dab157),
		color-stop(12.5%, #dab157),
		color-stop(21.5%, #dab157),
		color-stop(36%, #feecac),
		color-stop(42.5%, #fee499),
		color-stop(53%, #ffd777),
		color-stop(65%, #d9af63),
		color-stop(75%, #b78c3d),
		color-stop(87.5%, #936b25),
		to(#795315)
	);
	background: linear-gradient(
		90deg,
		#dab157 0%,
		#dab157 12.5%,
		#dab157 21.5%,
		#feecac 36%,
		#fee499 42.5%,
		#ffd777 53%,
		#d9af63 65%,
		#b78c3d 75%,
		#936b25 87.5%,
		#795315 100%
	);
	padding: 0.5em 1.8em;
	border-radius: 10rem;
	font-size: clamp(1rem, 3000px, 1.2vw);
	font-family: "Poppins-Medium";
	color: #000;
	border: 0.6px solid #fff;
}

.abt-sec {
	gap: 8%;
}

.abt-sec .p1 {
	width: 35%;
}

.abt-sec .p1 img {
	-o-object-position: 14%;
	object-position: 14%;
}

.abt-sec .p2 {
	width: 65%;
	padding-block: 8em;
}

.abt-sec .p2 h1 {
	font-size: clamp(4rem, 3000px, 3.8vw);
	text-align: end;
}

.abt-sec .p2 .para p {
	width: 60%;
	text-align: justify;
	float: right;
	padding-top: 4em;
}

.abt-sec .p2 .img-but {
	width: 90%;
	float: right;
	position: relative;
}

.abt-sec .p2 .img-but .img-div {
	padding-block: 4.5em;
	height: max(350px, 25vw);
	overflow: hidden;
}

.abt-sec .p2 .img-but .intro-btn {
	gap: 1em;
}

.abt-sec .p2 .img-but .intro-btn span {
	font-size: clamp(0.875rem, 3000px, 0.9vw);
	white-space: nowrap;
	font-family: "Poppins-Medium";
	letter-spacing: 0.1ch;
}

.abt-sec .p2 .img-but .intro-btn span:hover {
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#dab157),
		color-stop(12.5%, #dab157),
		color-stop(21.5%, #dab157),
		color-stop(36%, #feecac),
		color-stop(42.5%, #fee499),
		color-stop(53%, #ffd777),
		color-stop(65%, #d9af63),
		color-stop(75%, #b78c3d),
		color-stop(87.5%, #936b25),
		to(#795315)
	);
	background: linear-gradient(
		90deg,
		#dab157 0%,
		#dab157 12.5%,
		#dab157 21.5%,
		#feecac 36%,
		#fee499 42.5%,
		#ffd777 53%,
		#d9af63 65%,
		#b78c3d 75%,
		#936b25 87.5%,
		#795315 100%
	);
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	-webkit-background-clip: text;
	background-clip: text;
}

.abt-sec .p2 .img-but .f-diam {
	position: absolute;
	top: -81%;
	left: -38%;
	width: max(31rem, 85%);
	z-index: -1;
}

.abt-sec .p2 .img-but .f-diam svg path {
	stroke-dasharray: 2700px;
	stroke-dashoffset: 2700px;
	animation: draw-stroke 4s linear forwards infinite alternate;
	-webkit-animation: draw-stroke 4s linear forwards infinite alternate;
}

.abt-vis-sec {
	padding-inline: 9%;
	padding-block: 10%;
	position: relative;
}

.abt-vis-sec .abt-vis-div {
	gap: 5em;
}

.abt-vis-sec .p1 {
	width: max(32%, 25rem);
}

.abt-vis-sec .p1 .p1-img {
	position: sticky;
	top: 9rem;
}

.abt-vis-sec .p1 .img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.abt-vis-sec .p1 .ftv-icon {
	position: absolute;
	top: 0%;
	right: -36%;
	width: max(55%, 11rem);
}

.abt-vis-sec .p2 {
	width: 60%;
	gap: 2em;
}

.abt-vis-sec .p2 .vis-div {
	position: sticky;
	top: 9rem;
	padding: 3em 3em 2em 2em;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(rgba(218, 177, 87, 0.2)),
		color-stop(12.5%, rgba(218, 177, 87, 0.2)),
		color-stop(21.5%, rgba(218, 177, 87, 0.2)),
		color-stop(36%, rgba(254, 236, 172, 0.2)),
		color-stop(42.5%, rgba(254, 228, 153, 0.2)),
		color-stop(53%, rgba(255, 215, 119, 0.2)),
		color-stop(65%, rgba(217, 175, 99, 0.2)),
		color-stop(75%, rgba(183, 140, 61, 0.2)),
		color-stop(87.5%, rgba(147, 107, 37, 0.2)),
		to(rgba(121, 83, 21, 0.2))
	);
	background: linear-gradient(
		90deg,
		rgba(218, 177, 87, 0.2) 0%,
		rgba(218, 177, 87, 0.2) 12.5%,
		rgba(218, 177, 87, 0.2) 21.5%,
		rgba(254, 236, 172, 0.2) 36%,
		rgba(254, 228, 153, 0.2) 42.5%,
		rgba(255, 215, 119, 0.2) 53%,
		rgba(217, 175, 99, 0.2) 65%,
		rgba(183, 140, 61, 0.2) 75%,
		rgba(147, 107, 37, 0.2) 87.5%,
		rgba(121, 83, 21, 0.2) 100%
	);
	background-color: #101010;
	border: 2px solid;
	-o-border-image: linear-gradient(
			92.18deg,
			#dab157 1.83%,
			#dab157 14.1%,
			#dab157 45.71%,
			#fee499 75.15%,
			#ffd777 79.74%,
			#d9af63 85.6%,
			#b78c3d 90.46%,
			#936b25 95.11%,
			#795315 99.97%
		)
		30;
	border-image: linear-gradient(
			92.18deg,
			#dab157 1.83%,
			#dab157 14.1%,
			#dab157 45.71%,
			#fee499 75.15%,
			#ffd777 79.74%,
			#d9af63 85.6%,
			#b78c3d 90.46%,
			#936b25 95.11%,
			#795315 99.97%
		)
		30;
	border-image-slice: 1;
}

.abt-vis-sec .p2 .vis-div h3 {
	font-family: "HV-Clio";
	font-size: clamp(2.5rem, 3000px, 2.5vw);
	padding-bottom: 0.3em;
}

.abt-vis-sec .f-diam {
	position: absolute;
	top: 50%;
	left: 0;
	width: 30%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.abt-vis-sec .f-diam svg path {
	stroke-dasharray: 4700px;
	stroke-dashoffset: 4700px;
	animation: draw-stroke 4s linear forwards infinite alternate;
	-webkit-animation: draw-stroke 4s linear forwards infinite alternate;
}

.stat-sec {
	margin-bottom: 8em;
	background: url("../images/ftv_back-opc.avif") center/contain no-repeat;
}

.stat-sec h5 {
	padding-bottom: 0.5em;
	text-align: center;
	font-size: clamp(4rem, 3000px, 3.8vw);
}

.stat-sec .stat-p1 {
	padding-inline: 20% 10%;
	padding-block: 4%;
	gap: 4rem;
}

.stat-sec .stat-p1 div {
	border-left: 1px solid #fff;
	padding-left: 2.5em;
}

.stat-sec .stat-p1 h6 {
	font-size: clamp(3rem, 3000px, 4vw);
	font-family: "MaginiaRegular";
	color: #fff;
}

.stat-sec .stat-p1 h6 e {
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#dab157),
		color-stop(12.5%, #dab157),
		color-stop(21.5%, #dab157),
		color-stop(36%, #feecac),
		color-stop(42.5%, #fee499),
		color-stop(53%, #ffd777),
		color-stop(65%, #d9af63),
		color-stop(75%, #b78c3d),
		color-stop(87.5%, #936b25),
		to(#795315)
	);
	background: linear-gradient(
		90deg,
		#dab157 0%,
		#dab157 12.5%,
		#dab157 21.5%,
		#feecac 36%,
		#fee499 42.5%,
		#ffd777 53%,
		#d9af63 65%,
		#b78c3d 75%,
		#936b25 87.5%,
		#795315 100%
	);
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	-webkit-background-clip: text;
	background-clip: text;
}

.stat-sec .stat-p1 span {
	font-size: clamp(1.3rem, 3000px, 1.3vw);
	font-family: "Poppins-Regular";
}

.board-sec {
	padding-bottom: 8em;
}

.board-sec h2 {
	font-size: clamp(4rem, 3000px, 3.8vw);
	text-align: center;
	padding-bottom: 2em;
}

.board-sec .board-sec-div .cont {
	padding: 6% 6% 0;
}

.board-sec .board-sec-div .cont h4 {
	font-size: clamp(3.5rem, 3000px, 3.5vw) !important;
}

.board-sec .board-sec-div .cont h5 {
	font-size: clamp(1.3rem, 3000px, 1.5vw);
	font-family: "Aeroport-regular-trial";
	padding-bottom: 3em;
	letter-spacing: 0.1ch;
}

.board-sec .board-sec-div .cont p {
	padding-top: 4em;
	font-family: "Aeroport-light-trial";
	text-align: justify;
}

.board-sec .board-sec-div .cont p span {
	display: block;
	padding-bottom: 1.5em;
}

.ma-future h5,
.ma-award h5,
.ma-vis h5,
.ma-work .p2 h4,
.ma-intro h2,
.board-sec .board-sec-div .cont h4 {
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#dab157),
		color-stop(12.5%, #dab157),
		color-stop(21.5%, #dab157),
		color-stop(36%, #feecac),
		color-stop(42.5%, #fee499),
		color-stop(53%, #ffd777),
		color-stop(65%, #d9af63),
		color-stop(75%, #b78c3d),
		color-stop(87.5%, #936b25),
		to(#795315)
	);
	background: linear-gradient(
		90deg,
		#dab157 0%,
		#dab157 12.5%,
		#dab157 21.5%,
		#feecac 36%,
		#fee499 42.5%,
		#ffd777 53%,
		#d9af63 65%,
		#b78c3d 75%,
		#936b25 87.5%,
		#795315 100%
	);
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	-webkit-background-clip: text;
	background-clip: text;
	font-family: "MaginiaRegular";
	font-size: clamp(3.3rem, 3000px, 4vw);
}

#ma-banner .lazy .video-play-button {
	background: url("../images/resize/ma-bg.avif") top/cover no-repeat;
}

#ma-banner .video-play-button {
	background: url("../images/ma-intro.avif") top/cover no-repeat;
}

#ma-banner .video-play-button::after {
	width: 0;
	height: 0;
	border: none;
}

#kk-banner .lazy .video-play-button {
	background: url("../images/resize/kashiff-khan-banner-img.avif") top/cover
		no-repeat;
}

#kk-banner .video-play-button {
	background: url("../images/kashiff-khan-banner-img.avif") top/cover no-repeat;
}

#kk-banner .video-play-button::after {
	width: 0;
	height: 0;
	border: none;
}

.mainBanner-content {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 3;
}

.ma-intro {
	padding-inline: 6%;
	padding-block: 4.5em 8em;
	margin-top: 5%;
	position: relative;
}

.ma-intro h3 {
	font-size: clamp(1.1rem, 3000px, 1.3vw);
	line-height: 1.8;
	font-family: "Poppins-Medium";
	margin-block: 0.5em;
}

.ma-intro .f-icon {
	position: absolute;
	left: 0;
	top: -1.5%;
	opacity: 0.5;
	width: max(17rem, 24vw);
}

.ma-intro .ma-intro-div p span {
	display: block;
	padding-bottom: 1em;
}

.ma-work {
	padding-inline: 6%;
	position: relative;
}

.ma-work .ma-work-div {
	gap: 4em;
}

.ma-work .p2 h4 {
	margin-bottom: 0.5em;
}

.ma-work .p2 p span {
	display: block;
	margin-bottom: 1em;
}

.ma-work .f-icon {
	position: absolute;
	right: 0;
	top: -4em;
	width: 30%;
}

.ma-work .f-icon svg path {
	stroke-dasharray: 4700px;
	stroke-dashoffset: 4700px;
	animation: draw-stroke 4s linear forwards infinite alternate;
	-webkit-animation: draw-stroke 4s linear forwards infinite alternate;
}

.ma-vis {
	text-align: center;
	padding-inline: 6%;
	padding-block: 12%;
	background: url("../images/ftv_back-opc.avif") center/50% no-repeat;
	gap: 5em;
}

.ma-vis h5 {
	margin-bottom: 0.5em;
}

.ma-award {
	text-align: center;
	padding-inline: 6%;
	padding-block: 10%;
	background: url("../images/ma-bg.avif") center/cover no-repeat;
	background-color: #101010;
	background-blend-mode: overlay;
	background-attachment: fixed;
	position: relative;
	margin-top: 4%;
}

.ma-award h5 {
	margin-bottom: 0.5em;
}

.ma-award .f-text {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 30%;
	opacity: 0.15;
}

#kk-award {
	background: url("../images/kashiff-khan-banner-img.avif") center/cover
		no-repeat;
	background-color: #101010;
	background-blend-mode: overlay;
	background-attachment: fixed;
}

.ma-future {
	padding-inline: 6%;
	position: relative;
}

.ma-future .ma-future-div {
	gap: 4em;
}

.ma-future .ma-future-div p span {
	display: block;
	padding-bottom: 1em;
}

.ma-future .p1 {
	padding: 8% 8% 4%;
}

.ma-future h5 {
	margin-bottom: 0.5em;
}

.ma-future .f-diam {
	position: absolute;
	right: 4%;
	top: calc(51% - 102px);
	width: 24%;
	-webkit-transform: translateY(-40%);
	transform: translateY(-40%);
	opacity: 0.1;
}

.ma-future #f-diam {
	top: calc(46% - 102px);
}

.cont-sec2 .enquire-box {
	background: url("../images/ftv_back-opc.avif") no-repeat;
	background-size: 80%;
	background-position: center;
	margin-inline: 12%;
	margin-bottom: 6rem;
}

.cont-sec2 .enquire-box h5 {
	padding-top: 10%;
	padding-bottom: 0.3em;
	text-align: center;
}

.cont-sec2 .enquire-box form {
	font-family: "Poppins-Regular";
}

.cont-sec2 .enquire-box form .labe {
	position: relative;
	display: inline-block;
}

.cont-sec2 .enquire-box form .labe:after {
	color: red;
	content: "*";
	position: absolute;
	top: 1.8em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 1.2rem;
	left: clamp(8.9rem, 3000px, 11.2vw);
	font-size: clamp(1rem, 3000px, 1vw);
	font-family: "Poppins-Light";
}

.cont-sec2 .enquire-box form .labe#selectstate:after {
	left: clamp(6.9rem, 3000px, 6.8vw);
}

.cont-sec2 .enquire-box form .labe#selectcity:after {
	left: clamp(6.2rem, 3000px, 6.1vw);
}

.cont-sec2 .enquire-box form .form-control {
	border: 1px solid #fff;
	width: 100%;
	padding-block: 1em;
	padding-inline: 2rem;
	outline: none;
	background: rgba(0, 0, 0, 0);
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	font-size: clamp(1rem, 3000px, 0.975vw);
	color: #fff;
}

.cont-sec2 .enquire-box form .form-control::-webkit-input-placeholder {
	color: #fff;
}

.cont-sec2 .enquire-box form .form-control::-moz-placeholder {
	color: #fff;
}

.cont-sec2 .enquire-box form .form-control:-ms-input-placeholder {
	color: #fff;
}

.cont-sec2 .enquire-box form .form-control::-ms-input-placeholder {
	color: #fff;
}

.cont-sec2 .enquire-box form .form-control::placeholder {
	color: #fff;
}

.cont-sec2 .enquire-box form .form-control option {
	color: #000;
}

.cont-sec2 .enquire-box form textarea {
	padding: 2rem;
}

.cont-sec2 .enquire-box form .input-placeholder {
	position: relative;
	margin-bottom: 1.5em;
	padding-inline: 0;
	margin-inline: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.cont-sec2 .enquire-box form .input-placeholder input:valid + .placeholder {
	display: none;
}

.cont-sec2
	.enquire-box
	form
	.input-placeholder
	input:required:valid
	+ .error
	+ .placeholder {
	display: none;
}

.cont-sec2 .enquire-box form .placeholder {
	position: absolute;
	pointer-events: none;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 2rem;
	margin: auto;
	color: #fff;
	background-clip: text;
	-webkit-background-clip: text;
	opacity: 1;
	text-transform: capitalize;
	font-size: clamp(1rem, 3000px, 0.975vw);
}

.cont-sec2 .enquire-box form .andar {
	top: 30%;
	-webkit-transform: translateY(-30%);
	transform: translateY(-30%);
}

.cont-sec2 .enquire-box form .placeholder span,
.cont-sec2 .enquire-box form .error {
	color: red;
}

.cont-sec2 .enquire-box form .submit-btn {
	margin-top: 2.2em;
	text-align: center;
}

.cont-sec2 .enquire-box form .submit-btn button {
	background: -webkit-gradient(
				linear,
				left top,
				left bottom,
				from(#101010),
				to(#101010)
			)
			padding-box,
		-webkit-gradient(
				linear,
				left top,
				right top,
				from(#dab157),
				color-stop(12.5%, #dab157),
				color-stop(21.5%, #dab157),
				color-stop(36%, #feecac),
				color-stop(42.5%, #fee499),
				color-stop(53%, #ffd777),
				color-stop(65%, #d9af63),
				color-stop(75%, #b78c3d),
				color-stop(87.5%, #936b25),
				to(#795315)
			) border-box;
	background: linear-gradient(#101010, #101010) padding-box,
		linear-gradient(
				90deg,
				#dab157 0%,
				#dab157 12.5%,
				#dab157 21.5%,
				#feecac 36%,
				#fee499 42.5%,
				#ffd777 53%,
				#d9af63 65%,
				#b78c3d 75%,
				#936b25 87.5%,
				#795315 100%
			)
			border-box;
	color: #fff;
	padding: 0.7em 2.5em;
	border: 4px solid rgba(0, 0, 0, 0);
	border-radius: 50em;
	font-size: clamp(1.1rem, 3000px, 1.2vw);
	font-family: "Poppins-Medium";
}

.cont-sec2 .enquire-box form .submit-btn button:hover {
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#dab157),
		color-stop(12.5%, #dab157),
		color-stop(21.5%, #dab157),
		color-stop(36%, #feecac),
		color-stop(42.5%, #fee499),
		color-stop(53%, #ffd777),
		color-stop(65%, #d9af63),
		color-stop(75%, #b78c3d),
		color-stop(87.5%, #936b25),
		to(#795315)
	);
	background: linear-gradient(
		90deg,
		#dab157 0%,
		#dab157 12.5%,
		#dab157 21.5%,
		#feecac 36%,
		#fee499 42.5%,
		#ffd777 53%,
		#d9af63 65%,
		#b78c3d 75%,
		#936b25 87.5%,
		#795315 100%
	);
	color: #000;
	border-color: #fff;
}

.sec-faq {
	padding-inline: 12%;
}

.sec-faq h5 {
	text-align: center;
}

.sec-faq .accordion-button {
	padding: max(3%, 3rem);
	font-family: "Poppins-Regular";
	font-size: clamp(1.2rem, 3000px, 1.2vw);
	background: rgba(0, 0, 0, 0);
	color: #fff;
}

.sec-faq .accordion-button:not(.collapsed) {
	background-color: rgba(0, 0, 0, 0);
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-block: max(3%, 3rem) 2em;
}

.sec-faq .accordion-button:focus {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.sec-faq .accordion-body {
	padding: 0 5% max(3rem, 3%);
	color: #fff;
	font-size: clamp(1.1rem, 3000px, 1.1vw);
	letter-spacing: 0.432px;
	visibility: visible;
	font-family: "Poppins-Light";
}

.sec-faq .accordion-item,
.sec-faq .accordion-flush .accordion-item:last-child {
	border-bottom: 2px solid #fff;
}

.sec-faq .accordion-button::after {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="none"><circle cx="24" cy="24" r="23.5" stroke="white"/><path d="M23.9531 33L23.9531 14" stroke="white" stroke-linecap="round" stroke-linejoin="round"/><path d="M14 23.5L33 23.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	width: 2.5vw;
	height: 2.5vw;
	background-size: 2.5vw;
}

.sec-faq .accordion-button:not(.collapsed)::after {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="none"><circle cx="24" cy="24" r="23.5" stroke="white"/><path d="M14 23.5L33 23.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.faqpage-sec {
	padding-block: 5% 10%;
	background: url("../images/ftv_back-opc.avif") no-repeat;
	background-size: 60%;
	background-position: center 76%;
}

.faqpage-sec .accordion-item {
	background: rgba(0, 0, 0, 0);
}

.faqpage-sec h6 {
	font-family: "Poppins-Regular";
	font-size: clamp(1.3rem, 3000px, 1.3vw);
	text-align: center;
	padding-top: 2em;
}

.faqpage-sec .search-container {
	position: relative;
	display: inline-block;
	margin: 4rem auto 1rem auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 80%;
}

.faqpage-sec .search-container input[type="text"] {
	border: 1px solid #fff;
	width: 100%;
	padding: 1em 2em;
	outline: none;
	font-family: "Poppins-Regular";
	font-size: clamp(1.3rem, 3000px, 1.3vw);
	color: #fff;
	background: rgba(0, 0, 0, 0);
	border-radius: 0.5em;
}

.faqpage-sec .search-container input[type="text"]::-webkit-input-placeholder {
	color: #fff;
}

.faqpage-sec .search-container input[type="text"]::-moz-placeholder {
	color: #fff;
}

.faqpage-sec .search-container input[type="text"]:-ms-input-placeholder {
	color: #fff;
}

.faqpage-sec .search-container input[type="text"]::-ms-input-placeholder {
	color: #fff;
}

.faqpage-sec .search-container input[type="text"]::placeholder {
	color: #fff;
}

.faqpage-sec .search-container .search-icon {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #000;
}

.blog-filter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: clamp(1.3rem, 3000px, 1.4vw);
}

.blog-filter a {
	padding-block: clamp(1rem, 3000px, 2vw);
	padding-inline: clamp(1rem, 3000px, 3.5vw);
	color: rgba(255, 255, 255, 0.4862745098);
	white-space: nowrap;
}

.blog-filter a:hover,
.blog-filter a:focus,
.blog-filter a.active {
	border-bottom: 2px solid #fff;
	color: #fff;
}

.blog-page {
	padding-top: clamp(11.2rem, 3000px, 8.5vw);
}

.blog-page ::-webkit-scrollbar {
	display: none;
}

.blog-page .blog-sec {
	margin-bottom: clamp(5rem, 3000px, 5vw);
}

.blog-page .blog-container {
	margin-inline: 6%;
}

.blog-page .intro-blog-sec {
	margin-inline: 6%;
}

.blog-page .intro-blog-sec .intro-blog-div {
	padding-block: clamp(4rem, 3000px, 4vw) clamp(8rem, 3000px, 8vw);
	gap: 5%;
}

.blog-page .intro-blog-sec .intro-blog-div .intro-blog-img {
	width: 45%;
}

.blog-page .intro-blog-sec .intro-blog-div .content {
	width: 55%;
}

.blog-page .intro-blog-sec .intro-blog-div .content p {
	width: 100%;
	padding-bottom: clamp(2rem, 3000px, 1.5vw);
}

.blog-page .intro-blog-sec .intro-blog-div .content small {
	font-size: clamp(1rem, 3000px, 1.2vw);
}

.blog-page .intro-blog-sec .intro-blog-div .content a {
	font-size: clamp(1rem, 3000px, 1vw);
}

.blog-page .intro-blog-sec .intro-blog-div .content h6 {
	font-size: clamp(1.5rem, 3000px, 1.5vw);
	padding-block: clamp(1rem, 3000px, 1.5vw);
}

.blog-page .parent {
	overflow: scroll;
	position: relative;
	z-index: 1;
}

.blog-sec .blogSwiper {
	margin-inline: clamp(1rem, 3000px, 3.5vw);
}

.blog-sec .blog-head {
	padding-bottom: 1em;
	padding-inline: clamp(1rem, 3000px, 3.5vw);
}

.blog-sec .blog-head h2 {
	font-family: "MaginiaRegular";
	font-size: clamp(3rem, 3000px, 4vw);
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#dab157),
		color-stop(12.5%, #dab157),
		color-stop(21.5%, #dab157),
		color-stop(36%, #feecac),
		color-stop(42.5%, #fee499),
		color-stop(53%, #ffd777),
		color-stop(65%, #d9af63),
		color-stop(75%, #b78c3d),
		color-stop(87.5%, #936b25),
		to(#795315)
	);
	background: linear-gradient(
		90deg,
		#dab157 0%,
		#dab157 12.5%,
		#dab157 21.5%,
		#feecac 36%,
		#fee499 42.5%,
		#ffd777 53%,
		#d9af63 65%,
		#b78c3d 75%,
		#936b25 87.5%,
		#795315 100%
	);
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	-webkit-background-clip: text;
	background-clip: text;
}

.blog-sec .blog-head a {
	font-family: "Poppins-Light";
	font-size: clamp(1rem, 3000px, 1vw);
}

.blog-sec .blog-div {
	padding: 2em;
	border-radius: 19px;
	margin-block: 6%;
}

.blog-sec .blog-div p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-family: "Poppins-Light";
	font-size: clamp(1rem, 3000px, 1vw);
	margin-block: 1em;
}

.blog-sec .blog-div a {
	font-size: clamp(0.875rem, 3000px, 0.875vw);
}

.blog-sec .blog-div img {
	width: 100%;
}

.blog-sec .blog-div .blog-img {
	position: relative;
	overflow: hidden;
}

.blog-sec .blog-div .blog-img img {
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.blog-sec .blog-div .blog-img:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}

.blog-sec .blog-div .blog-img .date {
	width: 37%;
	color: #fff;
}

.blog-sec .blog-div .blog-img .date p {
	font-size: clamp(0.675rem, 3000px, 0.875vw);
	padding-block: 1em;
	margin-block: 0;
}

.blog-sec .blog-div .blog-img .date .svg-btn {
	position: absolute;
	left: -32px;
	bottom: -3px;
}

.blog-sec .blog-div .blog-img .date .svg-btn1 {
	position: absolute;
	right: 0;
	top: -29px;
}

.blog-sec .blog-div .blog-img .date svg {
	width: 2rem;
	height: 2rem;
}

.blog-details-banner {
	margin-bottom: clamp(5rem, 3000px, 5vw);
}

.blog-banner-cont {
	position: absolute;
	bottom: 10%;
	left: clamp(7rem, 3000px, 7.5vw);
	font-family: "Poppins-Medium";
}

.blog-banner-cont p {
	font-size: clamp(1.2rem, 3000px, 1.2vw);
	padding-bottom: 0.5em;
}

.blog-banner-cont h1 {
	font-size: clamp(2.5rem, 3000px, 2.5vw);
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#dab157),
		color-stop(12.5%, #dab157),
		color-stop(21.5%, #dab157),
		color-stop(36%, #feecac),
		color-stop(42.5%, #fee499),
		color-stop(53%, #ffd777),
		color-stop(65%, #d9af63),
		color-stop(75%, #b78c3d),
		color-stop(87.5%, #936b25),
		to(#795315)
	);
	background: linear-gradient(
		90deg,
		#dab157 0%,
		#dab157 12.5%,
		#dab157 21.5%,
		#feecac 36%,
		#fee499 42.5%,
		#ffd777 53%,
		#d9af63 65%,
		#b78c3d 75%,
		#936b25 87.5%,
		#795315 100%
	);
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	-webkit-background-clip: text;
	background-clip: text;
}

.dtails-sec {
	padding-inline: clamp(3rem, 3000px, 8.5vw);
	padding-bottom: clamp(8rem, 3000px, 8vw);
}

.dtails-sec .dtails-sec-div {
	gap: 5em;
}

.dtails-sec .content {
	width: 75%;
}

.dtails-sec .content .mid-img {
	padding-bottom: 3em;
}

.dtails-sec .content h5 {
	font-size: clamp(2.3rem, 3000px, 2.3vw);
	padding-bottom: 1em;
	width: 80%;
	text-align: justify;
}

.dtails-sec .content p {
	padding-bottom: 1em;
	font-size: clamp(0.875rem, 3000px, 0.875vw);
	font-family: "Poppins-Light";
	text-align: justify;
}

.dtails-sec .content p span {
	display: block;
	padding-bottom: 2em;
}

.dtails-sec .content .details-foot {
	font-family: sans-serif;
	border: 0.75px solid #fff;
	padding-top: 1.5em;
	padding-inline: 1.5em;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.dtails-sec .content .details-foot .heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1em;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.dtails-sec .content .details-foot .heading h3 {
	font-size: clamp(1.1rem, 3000px, 1.1vw);
	font-family: "Poppins-Medium";
}

.dtails-sec .content .details-foot p {
	padding-top: 1em;
	padding-bottom: 1.5em;
	font-size: clamp(1rem, 3000px, 1vw);
	text-align: justify;
	font-family: "Poppins-Light";
}

.dtails-sec .fixer {
	margin-top: 1.5%;
	width: 25%;
	position: relative;
	font-family: "Poppins-Regular";
}

.dtails-sec .fixer .f-icon {
	position: absolute;
	bottom: 0;
	right: -100%;
}

.dtails-sec .fixer h4 {
	font-size: clamp(1.25rem, 3000px, 1.25vw);
	font-family: "Poppins-Medium";
}

.dtails-sec .fixer ul {
	padding-top: 2em;
	padding-bottom: 1em;
}

.dtails-sec .fixer ul li {
	padding-bottom: 1em;
	font-size: clamp(1rem, 3000px, 1vw);
	font-family: "Poppins-Light";
}

.dtails-sec .fixer ul li .active {
	font-family: "Poppins-Medium";
	text-decoration: underline;
}

.dtails-sec .fixer .subs-div {
	padding: 3em 2em;
	border: 0.75px solid #fff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.dtails-sec .fixer .subs-div h5 {
	font-size: clamp(1.3rem, 3000px, 1.3vw);
	margin-bottom: 0.5em;
	font-family: "Poppins-Medium";
}

.dtails-sec .fixer .subs-div small {
	font-size: clamp(0.775rem, 3000px, 0.775vw);
	font-family: "Poppins-Light";
}

.dtails-sec .fixer .subs-div input {
	width: 100%;
	padding: 0.5em 1em;
	border: 0.5px solid #fff;
	margin-top: 1.5em;
	background: rgba(0, 0, 0, 0);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.dtails-sec .fixer .subs-div button {
	background: #fff;
	color: #000;
	text-align: center;
	font-size: clamp(1rem, 3000px, 1vw);
	padding: 0.5em 1em;
	width: 100%;
	margin-top: 1.5em;
	font-family: "Poppins-Medium";
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.main-footer {
	padding: clamp(5rem, 3000px, 6vw) clamp(5rem, 3000px, 6vw)
		clamp(2.5rem, 3000px, 3vw);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 4%;
}

.main-footer .foot-logo {
	width: 25%;
}

.main-footer .foot-logo img {
	width: clamp(12rem, 3000px, 12vw);
}

.main-footer .foot-link {
	width: 30%;
	font-family: "Poppins-Light";
}

.main-footer .foot-link .h5 {
	padding-bottom: 1em;
	font-size: clamp(1.1rem, 3000px, 1.1vw);
	opacity: 1;
}

.main-footer .foot-link li {
	opacity: 0.5;
	font-size: clamp(0.875rem, 3000px, 0.9vw);
	padding-bottom: 0.7em;
}

.main-footer .foot-link li:hover {
	opacity: 1;
}

.main-footer .foot-subs {
	width: 47%;
}

.main-footer .foot-subs h6 {
	font-size: clamp(1.2rem, 3000px, 1.2vw);
	padding-bottom: 1em;
}

.main-footer .foot-subs form {
	gap: 1em;
	width: 65%;
}

.main-footer .foot-subs form input {
	border: 0.5px solid #fff;
	background: rgba(0, 0, 0, 0);
	padding: 1em 1.5em;
	font-family: "Poppins-Light";
	font-size: clamp(0.875rem, 3000px, 0.9vw);
}

.main-footer .foot-subs form button {
	padding: clamp(1em, 4vw, 1vw);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border: 0.5px solid #fff;
}

.main-footer .foot-subs form button svg {
	width: clamp(1rem, 3000px, 1vw);
	height: clamp(1rem, 3000px, 1vw);
}

.main-footer .contc {
	-webkit-column-gap: 2em;
	-moz-column-gap: 2em;
	column-gap: 2em;
	padding-block: 2em;
}

.main-footer .contc p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 4%;
	font-size: clamp(0.8rem, 3000px, 0.8vw);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-footer .contc p svg {
	width: 1.8em;
	height: 1.8em;
}

.main-footer .ico-privy {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2em;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: column;
}

.main-footer .ico-privy .privy {
	gap: 1.1em;
	font-family: "Poppins-Light";
	font-size: clamp(0.775rem, 3000px, 0.775vw);
}

.main-footer .ico-privy .privy p {
	text-decoration: underline;
}

.main-footer .copy-p {
	opacity: 0.5;
	font-size: clamp(0.675rem, 3000px, 0.775vw);
}

.subscribing-modal .modal-content {
	background-color: #1c1413;
	border: none;
	padding: 2rem 2rem 3rem 2rem;
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
	text-transform: capitalize;
	-webkit-animation: skeleton-loading 1s linear infinite alternate;
	animation: skeleton-loading 1s linear infinite alternate;
}

.subscribing-modal .modal-content .modal-header {
	padding: 0.5rem;
}

.subscribing-modal .modal-content .modal-header .btn-close {
	background: rgba(0, 0, 0, 0)
		url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'><path d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/></svg>")
		center/1em auto no-repeat;
}

.subscribing-modal .modal-content h2 {
	text-align: center;
	font-weight: 600;
	font-size: 2rem;
	margin-bottom: 2rem;
	font-family: "Poppins-Regular";
	color: #000;
}

.subscribing-modal .modal-content p {
	text-align: center;
	font-size: 0.875rem;
	color: #fff;
	max-width: 500px;
	letter-spacing: 1px;
	margin: auto;
}

.subscribing-modal .modal-content .modal-footer {
	border: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.subscribing-modal .modal-content .modal-footer a {
	background: #e5b4a8;
	color: #fff;
}

.subscribing-modal .modal-content .modal-body {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
}

.modal .modal-header {
	border: none;
}

.modal-foot-btn {
	background: #ae5c2d !important;
	color: #fff;
	padding: 1.5% 6%;
	letter-spacing: 1px;
}

.modal-foot-btn:hover {
	color: rgba(255, 255, 255, 0.8901960784);
}

.modal-body {
	padding: 0 1rem 1rem;
}

.jconfirm-box-container {
	color: #000;
}

.reveal-right {
	position: relative;
	overflow: hidden;
}

@media (min-width: 601px) {
	#cta-img img {
		width: 50%;
	}

	#cta-img img.loaded {
		width: 100%;
	}
}

@media (max-width: 599px) {
	.intro-sec .intro-wrap .intro-cont h3,
	.usp-sec .usp-wrap .p1 h5,
	.franc-sec .head h4,
	.sec-blog h2,
	.intro-sec-abt h3,
	.pre-req h5,
	.sec-philo h5,
	.abt-sec .p2 h1,
	.stat-sec h5,
	.board-sec h2,
	.mainBanner-content,
	.cont-sec2 .enquire-box h5,
	.sec-faq h5 {
		font-size: 2.9rem;
	}

	.board-sec .board-sec-div .cont h4,
	.ma-intro h2,
	.ma-work .p2 h4,
	.ma-vis h5,
	.ma-award h5,
	.ma-future h5 {
		font-size: 2.4rem !important;
	}
}

@media (max-width: 320px) {
	.intro-sec .intro-wrap .intro-cont h3,
	.usp-sec .usp-wrap .p1 h5,
	.franc-sec .head h4,
	.sec-blog h2,
	.intro-sec-abt h3,
	.pre-req h5,
	.sec-philo h5,
	.abt-sec .p2 h1,
	.stat-sec h5,
	.board-sec h2,
	.mainBanner-content,
	.cont-sec2 .enquire-box h5,
	.sec-faq h5 {
		font-size: 2.5rem;
	}

	.board-sec .board-sec-div .cont h4,
	.ma-intro h2,
	.ma-work .p2 h4,
	.ma-vis h5,
	.ma-award h5,
	.ma-future h5 {
		font-size: 2.3rem !important;
	}
}

@media (max-width: 1023px) {
	.dis-none {
		display: none !important;
	}

	.navbar-link {
		position: fixed;
		top: 6.2em;
		left: 0;
		width: 100vw;
		background: #101010;
		padding: 4rem;
		overflow-y: scroll;
		-webkit-box-shadow: 0px 29px 34px -2px rgba(0, 0, 0, 0.75);
		box-shadow: 0px 29px 34px -2px rgba(0, 0, 0, 0.75);
		max-height: 70%;
	}

	.navbar-link.collapse:not(.show) {
		display: none !important;
		visibility: visible;
	}

	nav .navbar-btn a {
		font-size: 1.2rem;
	}

	nav .navbar-link ul li,
	nav .navbar-link .aboutli {
		font-size: 1.2rem;
		padding-left: 1rem;
	}

	nav .navbar-link ul {
		gap: 3rem;
	}

	nav #dropdown-menu {
		position: relative;
		font-size: 1.3rem;
		padding-block: 1rem;
		margin-top: 2rem;
	}

	nav #dropdown-menu span {
		padding-block: 0.8rem 1.5rem;
	}

	nav #dropdown-menu ul li {
		padding-bottom: 1.5rem;
	}

	.collapse {
		visibility: visible !important;
	}

	.banner {
		height: calc(100vh - 7rem);
	}

	.intro-sec .intro-wrap {
		margin-inline: 3rem;
		padding-block: 1rem;
	}

	.intro-sec .intro-wrap img {
		width: 30rem;
		margin: auto;
	}

	.intro-sec .intro-wrap .intro-cont {
		margin-block: 3rem 5rem;
	}

	.intro-sec .bg-intro img {
		margin-top: -60%;
	}

	.usp-sec {
		padding-inline: 3rem;
	}

	.usp-sec .usp-wrap .p1 .f-icon {
		z-index: 2;
		left: 5%;
	}

	.usp-sec .usp-wrap .p1 .f-icon path {
		stroke-dasharray: 4700px;
		stroke-dashoffset: 4700px;
		animation: draw-stroke 4s linear forwards infinite alternate;
		-webkit-animation: draw-stroke 4s linear forwards infinite alternate;
	}

	.usp-sec .usp-wrap .p1 .usp-cont {
		margin-bottom: 3rem;
	}

	.usp-sec .usp-wrap .p2 {
		max-width: 500px;
		margin-inline: auto;
	}

	.usp-sec .usp-wrap .p1 .f-icon {
		width: 42%;
	}

	.usp-sec .usp-wrap .p1 .p1-flex {
		gap: 1em;
	}

	.franc-sec .head p {
		padding-block: 1rem;
	}

	.cta-sec {
		padding-bottom: 4rem;
	}

	.cta-sec .cta-cont {
		position: absolute;
		width: 80%;
		top: 50%;
		right: auto;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.cta-sec .cta-img {
		opacity: 0.3;
	}

	.abt-sec {
		width: 100%;
		padding-right: 3.7rem;
	}

	.abt-sec .p2 {
		width: 100%;
		padding-block: 6rem;
	}

	.abt-vis-sec .p2 .vis-div {
		height: 14rem;
	}

	.abt-sec .p2 .img-but .f-diam {
		top: -90%;
	}

	.abt-vis-sec {
		padding-block: 0 8rem;
	}

	.abt-vis-sec .p2 {
		width: 100%;
	}

	.abt-vis-sec .abt-vis-div {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.abt-vis-sec .f-diam {
		top: -7%;
		right: 0;
		left: auto;
		width: 44%;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	.abt-sec .p2 .para p {
		padding-top: 2rem;
	}

	.abt-vis-sec .p1 {
		margin-right: 10%;
	}

	.abt-vis-sec .p1 .ftv-icon {
		right: -24%;
		width: 9rem;
	}

	.stat-sec .stat-p1 {
		padding-inline: 4rem;
	}

	.board-sec h2 {
		padding-bottom: 4rem;
	}

	.board-sec .board-sec-div .cont {
		padding-block: 4rem;
	}

	.board-sec {
		padding-bottom: 4rem;
	}

	.board-sec .board-sec-div .cont p {
		padding-top: 2rem;
	}

	.board-sec .board-sec-div .cont h5 {
		padding-bottom: 2.5rem;
		font-size: 1.1rem;
	}

	.stat-sec {
		margin-bottom: 6rem;
	}

	.intro-sec-abt h3 {
		margin-top: 0;
	}

	.intro-sec-abt {
		margin: 4rem;
		gap: 4rem;
	}

	.intro-sec-abt .f-diam {
		top: 14%;
		left: auto;
		right: -12%;
		-webkit-transform: translateX(12%);
		transform: translateX(12%);
	}

	/* .carous-sec #nextSlideButton {
		right: 5.5rem;
	} */

	.carous-sec .pad {
		margin-inline: 34% 0;
	}

	.carous-sec .cont {
		width: 80%;
		left: -27%;
	}

	.pre-req {
		padding-top: 5em;
	}

	.pre-req h5 {
		padding-bottom: 1rem;
	}

	.pre-req .prereq-div .div-2 {
		width: 100%;
	}

	.pre-req .prereq-div .div-1 {
		width: 31rem;
		margin-inline: auto;
	}

	.sec-philo {
		padding-block: 9rem;
		padding-inline: 4rem;
	}

	.sec-philo .philo-frame .element .philo-cont {
		position: absolute;
		bottom: 0;
		color: #fff;
		padding: 4rem;
		background: rgba(0, 0, 0, 0);
		z-index: 1;
	}

	.sec-philo .philo-frame .element .philo-cont h3 {
		color: #fff;
		padding-bottom: 1rem;
	}

	.sec-philo .philo-frame .element .philo-img {
		background: #000;
		width: 100%;
	}

	.sec-philo .philo-frame .element .philo-img img {
		opacity: 0.5;
	}

	#abt-vis-sec1 .f-diam {
		top: 80%;
		-webkit-transform: translateY(-80%);
		transform: translateY(-80%);
	}

	#abt-vis-sec1 .p1 {
		margin-right: -19%;
	}

	.sec-down {
		padding-inline: 4rem;
	}

	.sec-down .down-pane {
		background: #000;
	}

	.sec-down .down-pane img {
		height: 35rem;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
	}

	.sec-down .down-pane img.down-img {
		opacity: 0.5;
	}

	.sec-down .down-pane .down-cont img {
		width: 5rem;
		height: auto;
	}

	.cta-sec1 .cont {
		width: 75%;
	}

	.cta-sec1 .cont a {
		font-size: 1.3rem;
	}

	.brand-sec {
		padding-bottom: 6rem;
	}

	.mainBanner-content {
		width: 100%;
		text-align: center;
		top: 80%;
	}

	.video-overlay video {
		-o-object-position: center;
		object-position: center;
	}

	.ma-intro .ma-intro-div {
		gap: 4rem;
	}

	.ma-intro .f-icon {
		top: -3.5%;
		opacity: 0.1;
	}

	.ma-vis {
		background: url(../images/ftv_back-opc.avif) center/contain no-repeat;
	}

	.ma-award {
		padding-block: 8rem;
	}

	.ma-award .f-text {
		width: 60%;
	}

	.ma-future-div {
		padding-block: 5rem;
	}

	.ma-future .f-diam {
		width: 38%;
		top: calc(120% - 28rem);
	}

	.ma-future #f-diam {
		top: calc(112% - 28rem);
	}

	.sec-faq {
		padding-inline: 4rem;
		padding-bottom: 8rem;
	}

	.sec-faq .accordion-button {
		padding: 3rem 1rem 2rem;
		line-height: 2rem;
	}

	.sec-faq .accordion-button::after {
		width: 2.5rem;
		height: 2.5rem;
		background-size: 2.5rem;
	}

	.blog-ban h1 {
		width: 100%;
		padding: 15% 1em;
	}

	.cont-sec2 .enquire-box {
		margin-bottom: 4rem;
	}

	.blog-page .blog-sec {
		margin-bottom: 3rem;
	}

	.blog-page .intro-blog-sec .intro-blog-div {
		padding-block: 3rem 6rem;
	}

	.blog-page .intro-blog-sec .intro-blog-div .intro-blog-img {
		width: 100%;
		padding-bottom: 2rem;
	}

	.blog-page .intro-blog-sec .intro-blog-div .content {
		width: 100%;
	}

	.blog-page .blog-container {
		margin-inline: 1rem;
	}

	.blog-filter {
		font-size: 18px;
	}

	.swip-btn-blog {
		padding: 2rem 4rem;
	}

	.swip-btn-blog i {
		font-size: 2rem;
	}

	.blogSwiper .blog-div {
		padding: 1rem;
		border-radius: 9px;
	}

	.blogSwiper .blog-div .blog-img .date {
		width: 50%;
		bottom: -1px;
		border-top-left-radius: 12px;
		border-bottom-right-radius: 12px;
	}

	.blogSwiper .blog-next {
		left: 73vw;
	}

	.blogSwiper .blog-next,
	.blogSwiper .blog-prev {
		border-radius: 50%;
		border: 1px solid #fff;
		color: #fff;
		padding: 1.3rem;
	}

	.blog-banner-cont {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 100%;
		padding-inline: 1rem;
	}

	.fixer {
		display: none;
	}

	.dtails-sec {
		padding-inline: 1rem;
		padding-bottom: 3rem;
	}

	.dtails-sec .content {
		width: 100%;
	}

	.dtails-sec .content h5 {
		width: 100%;
	}

	#cta-blog-details {
		padding-top: 6rem;
	}

	.main-footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 2em;
		padding: 3rem;
		background-size: 600% 124%;
		background-position: 50%;
	}

	.main-footer .foot-subs form {
		width: 75%;
	}

	.main-footer .foot-subs form svg {
		width: 1.5rem;
		height: 1.5rem;
	}

	.main-footer .foot-logo,
	.main-footer .foot-link,
	.main-footer .foot-subs,
	.main-footer .foot-subs {
		width: 100%;
		padding-bottom: 2rem;
	}

	.main-footer .ico-privy {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 2em;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.main-footer .ico-privy .icon_link {
		gap: 1rem;
	}

	.main-footer .ico-privy .icon_link li {
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		border: 0.5px solid #fff;
		color: #fff;
		padding: 4px 7px 4px;
		font-size: 16px;
	}

	.main-footer .ico-privy .privy {
		gap: 1.1em;
		font-family: "Poppins-Light";
		font-size: 12.4px;
		padding-top: 2.5em;
		border-top: 0.5px solid #fff;
	}

	.main-footer .ico-privy .privy p {
		text-decoration: underline;
	}

	.main-footer .copy-p {
		opacity: 0.5;
		font-size: 10.8px;
		padding-top: 2.7em;
		text-align: center;
	}

	.main-footer .contc {
		padding-top: 0;
		gap: 0.5rem;
	}

	.main-footer .contc p {
		font-family: "Poppins-Light";
	}

	#myBtn {
		position: relative;
		right: auto;
		bottom: auto;
	}
}

@media (max-width: 599px) {
	#loader_logo img {
		width: 10.5rem;
	}

	nav .navbar-logo {
		/* width: 7rem; */
	}

	.navbar-link {
		top: 5.2em;
		padding: 2rem 1rem 4rem;
	}

	nav .navbar-link ul {
		gap: 2rem;
	}

	nav .navbar-btn {
		margin-top: 1rem;
	}

	nav .navbar-link ul li,
	nav .navbar-link .aboutli,
	nav .navbar-btn a {
		font-size: 1rem;
	}

	nav #dropdown-menu {
		padding-inline: 2rem 4rem;
	}

	nav #dropdown-menu span {
		padding-block: 0.2rem 1rem;
	}

	nav #dropdown-menu {
		font-size: 1.1rem;
		margin-top: 1.6rem;
		padding-block: 1rem 0.4rem;
	}

	nav #dropdown-menu ul li {
		padding-bottom: 1rem;
	}

	.banner {
		margin-top: 5.5rem;
		height: calc(100vh - 5.5rem);
	}

	.intro-sec .intro-wrap {
		margin-inline: 1rem;
	}

	.intro-sec .intro-wrap .intro-cont {
		margin-block: 1.5rem 3rem;
	}

	.intro-sec-abt .f-diam {
		top: 37%;
		-webkit-transform: translateY(-37%);
		transform: translateY(-37%);
	}

	.intro-sec .bg-intro img {
		margin-top: -125%;
		max-width: 174vw;
	}

	.usp-sec {
		padding-inline: 1rem;
	}

	.usp-sec .usp-wrap .p1 .usp-cont {
		margin-bottom: 1rem;
	}

	.usp-sec .usp-wrap .p1 .f-icon {
		bottom: -7%;
	}

	.usp-sec .f-diam {
		top: -56%;
		width: 47%;
	}

	.usp-sec .usp-wrap .p1 .usp-cont h6 {
		font-size: 1.3rem;
	}

	.usp-sec .usp-wrap .p1 .usp-cont p {
		height: 15rem;
	}

	.video-break {
		height: 400px;
	}

	.franc-sec {
		margin-inline: 1rem;
		padding-block: 4rem;
	}

	.franc-sec .head p {
		font-size: 0.9rem;
	}

	.sec-blog {
		margin-inline: 1rem;
		padding-bottom: 5rem;
	}

	.sec-blog h2 {
		margin-bottom: 1.5rem;
	}

	.sec-blog bh {
		font-size: 1.3rem;
		line-height: 1.9rem;
	}

	.cta-sec .cta-cont {
		width: 90%;
	}

	.cta-sec .cta-cont a {
		font-size: 1rem;
	}

	.cta-sec .cta-img {
		height: 400px;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.cta-sec .cta-cont h4 {
		width: 100%;
		font-size: 2rem;
	}

	.cta-sec .f-icon {
		bottom: 81%;
	}

	.abt-sec .p2 .para p {
		width: 100%;
	}

	.abt-sec {
		padding-inline: 1rem;
	}

	.abt-sec .p2 h1 {
		text-align: start;
	}

	.abt-sec .p2 {
		padding-top: 3rem;
		padding-bottom: 1.5rem;
	}

	.abt-sec .p2 .img-but .f-diam {
		top: -100%;
		width: 14rem;
		left: auto;
		right: -10%;
	}

	.abt-sec .p2 .img-but {
		width: 100%;
	}

	.abt-sec .p2 .img-but .img-div {
		padding-block: 3rem;
		height: 350px;
	}

	.abt-sec .p2 .img-but .intro-btn a {
		text-decoration: underline;
	}

	.abt-vis-sec .p1 .ftv-icon {
		right: -24%;
		width: 7rem;
	}

	.abt-vis-sec .p1 .p1-img {
		margin: 3rem 6rem 4rem 4rem;
	}

	.abt-vis-sec .abt-vis-div {
		gap: 1rem;
	}

	.abt-vis-sec .f-diam {
		top: -6%;
		width: 50%;
	}

	.abt-vis-sec {
		padding-bottom: 2rem;
	}

	.abt-vis-sec .p2 .vis-div h3 {
		font-size: 1.8rem;
	}

	.stat-sec .stat-p1 {
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
		padding-inline: 1rem;
	}

	.stat-sec .stat-p1 h6 {
		font-size: 2.5rem;
	}

	.stat-sec .stat-p1 span {
		font-size: 0.875rem;
	}

	.stat-sec .stat-p1 div:nth-child(odd) {
		border: none;
		padding-inline: 1rem;
	}

	.stat-sec {
		margin-bottom: 5rem;
	}

	.board-sec .board-sec-div .p1 {
		width: 100%;
	}

	.board-sec h2 {
		padding-bottom: 2rem;
	}

	.board-sec .board-sec-div .cont h5 {
		padding-bottom: 2rem;
	}

	.board-sec .board-sec-div .cont p {
		padding-top: 1.5rem;
	}

	.board-sec .board-sec-div .cont {
		padding-block: 3rem 2rem;
	}

	.cta-sec {
		padding-bottom: 0;
	}

	.intro-sec-abt {
		margin: 3rem 1rem;
		gap: 3rem;
	}

	.carous-sec {
		margin-inline: 1rem;
		padding-bottom: 3.5rem;
	}

	.carous-sec .pad {
		margin-inline: 0;
		width: 100%;
	}

	.carous-sec .pad img {
		background: #000;
		opacity: 0.5;
	}

	.carous-sec .cont {
		width: 80%;
		left: 0;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		padding-inline: 1rem 3rem;
		text-align: left;
	}

	/* .carous-sec #nextSlideButton {
		right: 13%;
	} */

	.carous-sec .cont h4 {
		padding-bottom: 1rem;
		font-size: 1.7rem;
	}

	.pre-req {
		padding-top: 4rem;
	}

	.pre-req .prereq-div {
		padding-inline: 1rem;
		gap: 2rem;
	}

	.pre-req .accordion-body {
		padding: 0 1rem 2rem;
		font-size: 1rem;
	}

	.pre-req .accordion-button {
		padding: 2rem 1rem 2rem;
		line-height: 1.8;
	}

	.pre-req .accordion-button[aria-expanded="true"] {
		padding-bottom: 1rem;
	}

	.pre-req h5 {
		font-size: 2.5rem;
		padding-bottom: 0;
	}

	.pre-req .prereq-div .div-1 {
		width: 100%;
	}

	.sec-philo {
		padding: 5rem 1rem;
	}

	.sec-philo .philo-frame .element .philo-cont {
		padding: 1rem 1rem 2rem;
	}

	.sec-philo h5 {
		padding-bottom: 2rem;
	}

	.sec-philo .philo-frame .element .philo-cont p {
		font-size: 0.9rem;
	}

	.sec-philo .philo-frame .element {
		top: 6rem;
	}

	.sec-philo .philo-frame .element .philo-img {
		height: 26rem;
	}

	.sec-philo .philo-frame .element .philo-cont h3 {
		font-size: 2rem;
	}

	#abt-vis-sec1 {
		padding-bottom: 5.5rem;
		padding-inline: 0rem;
	}

	#abt-vis-sec1 .abt-vis-div {
		padding-inline: 1rem;
	}

	#abt-vis-sec1 .p1 .p1-img {
		margin: 3rem 4.2rem 3rem 5rem;
	}

	#abt-vis-sec1 .p2 .vis-div {
		top: 7rem;
		height: 18rem;
	}

	.sec-down {
		padding-inline: 1rem;
	}

	.sec-down .down-pane img {
		height: 25rem;
	}

	.sec-down .down-pane .down-cont img {
		width: 3rem;
	}

	.sec-down .down-pane .down-cont {
		font-size: 1.7rem;
	}

	.join-sec .join-div {
		width: 100%;
		padding-inline: 1rem;
	}

	.join-sec p {
		font-size: 1rem;
	}

	.join-sec {
		padding-block: 5rem;
		background: url(../images/join-bg.png) center/cover no-repeat;
	}

	.cta-sec1 .cont h6 {
		font-size: 2rem;
	}

	.cta-sec1 .cont a {
		font-size: 1rem;
	}

	.cta-sec1 .cta-div img {
		width: 100%;
	}

	.cta-sec1 .cta-div {
		padding-right: 0;
	}

	.join-sec h4,
	.brand-sec h6 {
		font-size: 2.4rem;
		padding-bottom: 1rem;
	}

	.brand-sec {
		padding-bottom: 4rem;
	}

	.mainBanner-content {
		top: 87%;
	}

	.ma-intro {
		padding-inline: 1rem;
		padding-top: 3.5rem;
	}

	.ma-intro h3 {
		font-size: 1rem;
	}

	.ma-intro p {
		text-align: justify;
	}

	.ma-intro .f-icon {
		width: 13rem;
		opacity: 0.1;
		top: 0;
	}

	.ma-work .f-icon {
		top: -6rem;
		width: 53%;
	}

	.ma-work .ma-work-div {
		gap: 3em;
	}

	.ma-vis {
		padding-block: 3.5rem;
		margin-block: 3.5rem;
		background-attachment: fixed;
	}

	.ma-award {
		padding-block: 4rem 6rem;
	}

	.ma-award p {
		text-align: justify;
	}

	.ma-award .f-text {
		width: 73%;
	}

	.ma-future {
		padding-inline: 1rem;
	}

	.ma-future .ma-future-div {
		padding-block: 2rem;
	}

	.ma-future .ma-future-div .p1 {
		height: 400px;
		padding: 1rem 1rem 0.5rem;
	}

	.ma-future .f-diam {
		width: 54%;
		top: calc(135% - 34.3rem);
	}

	.ma-future p {
		text-align: justify;
	}

	.sec-faq {
		padding-block: 2rem 7rem;
		padding-inline: 1rem;
	}

	.sec-faq .accordion-body {
		padding: 0 5% 2rem;
		font-size: 1rem;
	}

	.sec-faq .search-container {
		margin-top: 3rem;
	}

	.sec-faq .search-container input[type="text"] {
		font-size: 1rem;
	}

	.sec-faq .search-container .search-icon svg {
		width: 1.5rem;
		height: 1.5rem;
	}

	.sec-faq h6 {
		font-size: 1.1rem;
	}

	.sec-faq .accordion-button {
		font-size: 1.1rem;
		gap: 1rem;
	}

	.blog-ban h1 {
		font-size: 1.8rem;
		padding: 10vh 1em;
	}

	.cont-sec2 .enquire-box {
		margin-inline: 2rem;
		padding-block: 2rem;
		background-position: 50% 40%;
		margin-bottom: 0;
	}

	.cont-sec2 .enquire-box form .input-placeholder {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		margin-inline: 0;
		padding-inline: 1rem;
	}

	.cont-sec2 .enquire-box form .submit-btn button {
		padding: 0.5rem 3rem;
	}

	.cont-sec2 .enquire-box form .form-control,
	.cont-sec2 .enquire-box form .placeholder {
		font-size: 0.875rem;
	}

	.cont-sec2 .enquire-box form .form-control {
		padding-inline: 1.5rem;
	}

	.cont-sec2 .enquire-box form .placeholder {
		left: 2.5rem;
	}

	.cont-sec2 .enquire-box form .labe:after {
		top: 1.5em;
		left: 7.5rem;
	}

	.cont-sec2 .enquire-box form .labe#selectstate:after {
		left: 5.7rem;
	}

	.cont-sec2 .enquire-box form .labe#selectcity:after {
		left: 5.1rem;
	}

	.cont-sec2 .enquire-box h5 {
		padding-block: 2rem 1.8rem;
	}

	.blog-page {
		padding-top: 7rem;
	}

	.blog-page .intro-blog-sec .intro-blog-div {
		padding-bottom: 3rem;
		padding-top: 2.3rem;
	}

	.blog-page .intro-blog-sec .intro-blog-div .content p {
		text-align: justify;
	}

	.blogSwiper .blog-next {
		left: 50%;
	}

	.blogSwiper .blog-prev {
		right: 10%;
	}

	.blog-sec {
		padding-top: 1rem;
	}

	.dtails-sec {
		padding-inline: 1rem;
	}

	.dtails-sec .content h5 {
		font-size: 28.8px;
	}

	.dtails-sec .content .mid-img {
		height: 20rem;
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.blog-banner-cont h1 {
		font-size: 32px;
	}

	.main-footer {
		padding: 4rem 1rem 2rem;
		gap: 1em;
	}

	.main-footer .contc {
		-webkit-column-gap: 1.5rem;
		-moz-column-gap: 1.5rem;
		column-gap: 1.5rem;
	}

	.main-footer .foot-logo img {
		width: 9rem;
	}

	.main-footer .foot-subs {
		padding-bottom: 1rem;
	}

	.main-footer .foot-subs form {
		width: 90%;
	}

	.main-footer .foot-subs form input {
		font-size: 13px;
	}

	.main-footer .foot-subs h6 {
		font-size: 20.8px;
	}

	.main-footer .foot-link {
		padding-bottom: 1rem;
	}

	.main-footer .foot-link .foot-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 2em;
		padding-inline: 0.5rem;
	}

	.main-footer .foot-link li {
		font-size: 15px;
	}

	.main-footer .foot-link .h5 {
		font-size: 18.2px;
	}

	.main-footer .ico-privy .privy {
		gap: 1.5em;
		font-size: 10.4px;
	}

	.main-footer .ico-privy .privy p {
		font-family: "Poppins-Light";
	}

	.main-footer .copy-p {
		font-family: "Poppins-Light";
	}

	.main-footer .contc p {
		font-size: 14.3px;
	}
}

@media (max-width: 320px) {
	.usp-sec .usp-wrap .p1 .f-icon {
		bottom: -4%;
	}

	.usp-sec .usp-wrap .p1 .usp-cont h6 {
		font-size: 1.3rem;
	}

	.intro-sec-abt .f-diam {
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.cta-sec {
		padding-bottom: 2rem;
	}

	#abt-vis-sec1 .p1 .p1-img {
		margin: 3rem 6rem 4rem 6rem;
	}

	.sec-down .down-pane .down-cont {
		font-size: 1.7rem;
	}

	.carous-sec .cont h4 {
		font-size: 1.6rem;
	}

	.board-sec .board-sec-div .cont h5 {
		font-size: 1rem;
	}

	.abt-vis-sec .p2 .vis-div h3 {
		font-size: 1.7rem;
	}

	.ma-future .f-diam {
		width: 54%;
		top: calc(135% - 36.3rem);
	}

	.ma-future #f-diam {
		top: calc(110.5% - 28rem);
	}

	.ma-future .ma-future-div {
		gap: 2rem;
	}

	.sec-faq .accordion-body {
		padding: 0 5% 2rem;
		font-size: 0.975rem;
	}

	.sec-faq .accordion-button {
		font-size: 1.08rem;
	}

	.faqpage-sec .search-container input[type="text"] {
		font-size: 0.875rem;
	}

	.blog-ban h1 {
		font-size: 1.7rem;
	}

	.blog-sec .blog-head h2 {
		font-size: 2.4rem;
	}

	.blog-page .intro-blog-sec .intro-blog-div .content h6 {
		font-size: 1.4rem;
		padding-top: 0.8rem;
	}

	.dtails-sec .content h5 {
		font-size: 25.8px;
	}

	.blog-banner-cont h1 {
		font-size: 28px;
	}

	.blog-banner-cont p {
		font-size: 18px;
	}

	.dtails-sec .content .details-foot p {
		font-size: 15.5px;
	}

	.main-footer .foot-subs h6 {
		font-size: 18.8px;
	}

	.main-footer .foot-link .h5 {
		font-size: 16.2px;
	}

	.main-footer .contc p {
		font-size: 13.3px;
	}

	.main-footer .foot-subs form input {
		font-size: 13px;
	}

	.main-footer .foot-subs form input {
		padding: 0.5rem 1rem;
	}
}

@media (max-width: 600px) {
	.cta-sec1 .cont {
		width: 80%;
	}
}

/*# sourceMappingURL=style.min.css.map */

.homeHeaderContent {
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: start;
}

.homeHeaderContent h1 {
	position: relative;
}

#nextSlideButton {
	text-decoration: underline;
	text-underline-offset: 10px;
	font-family: "Playfair Display", serif; /* Or your luxury serif font */
	cursor: pointer;
	text-transform: capitalize;
}
