* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Hanken Grotesk", serif;

}

body {
	background: #0D0D0C !important;
}
html{
	scroll-behavior: smooth;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none !important;
}

li {
	list-style: none !important;
}

h1 {
	font-family: "Outfit", serif;
}

h2 {
	font-family: "Outfit", serif;
}

h3 {
	font-family: "Outfit", serif;
}

p {
	font-size: 16px;
}

.for-mobile {
	display: none;
}

.dis-flex {
	display: flex;
	align-items: center;
}

.section-padding {
	width: 100%;
	display: flex;
	padding: 100px 0;
}

.theme-color {
	color: #68D237;
}

.theme-bg {
	color: #68D237;
}

.container {
	max-width: 1280px !important;
}

#navbar {
	z-index: 1;
	position: fixed;
	z-index: 9999;
	width: 100%;
	background: #0D0D0C;
}

.navbar-nav {
	margin-left: auto;
}

.nav-item a {
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	transition: .6s;
	font-weight: 600;
}

.nav-item a:hover {
	color: #68D237;
}

.nav-item {
	padding-left: 40px;
}

.navbar-toggler-icon i {
	color: #68D237;
}

.hero {
	width: 100%;
	background: url(../images/hero-bg.png) center center no-repeat;
	background-size: cover;
	padding-top: 120px;
	position: relative;

}

.hero-tex {
	width: 100%;
	padding-bottom: 50px;
}

.hero-tex h1 {
	font-size: 150px;
	line-height: 130px;
	font-weight: 400;
	letter-spacing: -4.8px;
	color: #fff;
}

#text-loop {
	display: inline-block;
	color: #68D237;
	font-family: "Outfit", serif;
	opacity: 0;
	transition: opacity 1s ease-in-out;
	padding-left: 150px;
}

.hero-content {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}

.hero-bottom-text {
	width: 32%;
}

.hero-bottom-text p {
	color: #fff;
	font-size: 23px;
}

.hero-img {
	width: 60%;
}

.hero-img img {
	width: 100%;
}

.gobal-btn {
	width: 100%;
	margin-top: 30px;
}

.gobal-btn a {
	color: #0D0D0C;
	font-weight: 600;
	display: inline-block;
	font-size: 18px;
	padding: 16px 40px;
	border-radius: 90px;
	background: #68D237;
	transition: .6s;
}

.gobal-btn a:hover {
	color: #fff;
	transform: translateY(-10px);
}

.gobal-btn a i {
	margin-left: 5px;
}




.service {
	padding: 100px 0;
}

.service-title {
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
}

.left-title {
	width: 45%;
}

.left-title h2 {
	color: #fff;
	font-size: 64px;
}

.right-title {
	color: #fff;
	display: flex;
	align-items: center;
	width: 30%;
}

.right-title img {
	width: 60px;
	margin-right: 20px;
	animation: zoomEffect 7s infinite;

}

.service-box {
	background: #191919;
	padding: 50px 30px;
	border-radius: 20px;
	color: #fff;
	margin-bottom: 30px;
	height: 100%;
}

.service-box h3 {
	margin: 15px 0;
	font-size: 20px;
}

.service-box img {
	filter: brightness(0) invert(1);
	margin-bottom: 5px;
	transition: .6s;
}

.service-box:hover.service-box img {
	filter: none;
}

.s-border1 {
	transition: .6s;
	border-left: 3px #191919 solid;
	border-bottom: 3px #191919 solid;
}

.s-border1:hover {
	border-left: 3px #68D237 solid;
	border-bottom: 3px #68D237 solid;
}

.s-border2 {
	transition: .6s;
	border-top: 3px #191919 solid;
	border-bottom: 3px #191919 solid;
}

.s-border2:hover {
	border-top: 3px #68D237 solid;
	border-bottom: 3px #68D237 solid;
}

.s-border3 {
	transition: .6s;
	border-right: 3px #191919 solid;
	border-bottom: 3px #191919 solid;
}

.s-border3:hover {
	border-right: 3px #68D237 solid;
	border-bottom: 3px #68D237 solid;
}

@keyframes zoomEffect {
	0% {
		transform: scale(1);
	}

	20% {
		transform: scale(1.2);
		/* Slight zoom in */
	}

	40% {
		transform: scale(0.9);
		/* Zoom out */
	}

	60% {
		transform: scale(1.1);
		/* Slight zoom in */
	}

	80% {
		transform: scale(0.95);
		/* Slight zoom out */
	}

	100% {
		transform: scale(1.3);
		/* Prominent zoom in */
	}
}

.green-box {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	text-align: center;
	color: #000;
	background: #68D237;
}

.green-box h3 {
	font-size: 100px;
	line-height: 56px;
}

.green-box p {
	font-weight: 500;
	font-size: 32px;
}

.mar-b-30 {
	margin-bottom: 30px;
}

.testmonail {
	width: 100%;
	padding: 70px 0;
	background: url(../images/testmonail-bg.png) center center no-repeat;
	background-size: cover;
}

.testmonail-container {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.test-left {
	color: #fff;
	width: 35%;
}

.test-right {
	width: 50%;
}

.test-left h2 {
	font-size: 64px;
	margin-bottom: 70px;
}

.carousel-container {
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
	
}



  


.partner-logo {
	min-width: 200px;
	margin: 0 15px;

}

.scrool-brand {
	min-width: 500px;
	text-align: center;
}

.partner-logo img {
	max-width: 90%;
	width: auto;
	height: auto;
	display: block;
	margin: 0 auto;
}


.carousel-container {
    width: 100%;
    overflow: hidden; /* Ensures that only the visible logos are shown */
}

.carousel-track {
    display: flex;
    width: max-content;
    transition: transform 0.1s linear;
}
.service-brand {
	animation: Servicescroll 60s linear infinite;
}
.partner-logo {
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partner-logo img {
    width: 100%;
    height: auto;
    max-width: 150px; /* Adjust based on your needs */
}



@media (max-width: 768px) {
	.partner-logo {
		min-width: 120px;
	}
}

@media (max-width: 480px) {
	.partner-logo {
		width: auto;
	}
}






@keyframes Servicescroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-100%);
	}
}

.service-going {
	width: 100%;
	padding: 100px 0;
	background: #000;
	overflow: hidden;
	position: relative;
}

.service-going .carousel-container {
	margin-top: 0;
}

.layer-bluer {
	position: absolute;
	left: -254px;
	top: -71px;
}

.right-bluer {
	position: absolute;
	right: -254px;
	top: -71px;
}

.layer-bluer img {
	width: 500px;
}

.right-bluer img {
	width: 500px;
}

.scrool-brand h2 {
	font-size: 64px;
	color: #edecec;
}

.why-chose {
	margin-top: 100px;
}

.why-chose h2 {
	font-size: 64px;
	color: #fff;
	margin-bottom: 50px;
}

.mata-box {
	border-radius: 30px;
	color: #000;
	padding: 50px 50px;
	background: #68D237;
}

.mata-box h3 {
	font-size: 36px;
	margin: 12px 0;
}

.about {
	padding: 100px 0;
	background: #191919;
}

.about h2 {
	color: #fff;
	font-size: 64px;
	margin-bottom: 50px;
}

.mission-container {
	width: 100%;
	display: flex;
}

.mission-box {
	width: 33.33%;
	background: center/cover no-repeat;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	transition: 0.6s;
	height: 500px;
	padding: 30px;
  }
  
  .mission-box::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(104, 210, 55, 0.4) 40%, rgba(0, 0, 0, 0.8) 72%);
	opacity: 0;
	transition: opacity 0.4s ease;
	z-index: 1;
  }
  
  .mission-box:hover::after {
	opacity: 1;
  }
  
.mission-content {
	position: absolute;
	bottom: 60px;
	color: #fff;
	z-index: 2;
	left: 30px;
	width: calc(100% - 60px);
	overflow: hidden;
	transition: .6s;
}
.mission-box p{
	display: none;
	transition: .6s;
} 
  
.mission-box:hover.mission-box p{
	display: block;
} 
  
.mission-box:hover .mission-content{
	bottom: 80px;
}
.values-content{
	padding-right: 50px;
}
.values{
	color: #fff;
	padding: 100px 0;
} 
.values h2{
	font-size: 64px;
	margin-bottom: 50px;
}
.values h2 img{
	margin-left: 20px;
}
.values  p{
	font-size: 18px;
	margin-bottom: 40px;
}
.values-img img {
	width: 100%;
}

footer{
	padding: 100px 0;
	color: #fff;
	background: #191919;
}
.footer-logo img{
	display: block;
}
.footer-logo p{
	display: block;
	color: #fff;
	font-size: 18px;
}
footer p{
	font-size: 18px;
}
.footer-logo ul{
	display:flex;
}
.footer-logo ul li{
	background: #0D0D0C;
	padding: 4px 10px;
	margin: 0 3px;
}
.footer-logo ul li a i{
	color: #fff;
	transition: .6s;
}
.footer-logo ul li a i:hover{
	color: #68D237;
}
.footer-link ul li {
	
	margin-bottom: 13px;
}
.footer-link ul li a i{
	color: #68D237;
	margin-right: 10px;
}
.footer-link ul li a{
	color: #fff;
	transition: .6s;
}
.footer-link{
	padding-left: 20px;
}
.footer-link ul li a:hover{
	color: #68D237;
}

.hero-video {
    top: 18%;
    right: 31%;
    position: absolute;
}
.video-section {
	position: relative;
	width: 100%;
	max-width: 350px;
	height: 100px;
	margin: auto;
	border-radius: 150px;
	overflow: hidden;
}

  
  .video-thumbnail {
	position: relative;
	cursor: pointer;
  }
  
  .video-bg {
	width: 100%;
	height: auto;
	border-radius: 50px;
  }
  
  .play-button {
	position: absolute;
	top: 26%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	background-color: white;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  }
  
  .play-button img {
	width: 60px;
	height: 60px;
  }
  
  .custom-video-container {
	position: relative;
  }
  
  .full-video {
	width: 100%;
	height: auto;
	border-radius: 50px;
  }
  
  .custom-controls {
	position: absolute;
	bottom: 127px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 10px;
  }
  
  #playPauseBtn {
	padding: 10px 20px;
	font-size: 16px;
	background-color: white;
	border: none;
	border-radius: 20px;
	cursor: pointer;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
	transition: background-color 0.3s ease;
  }
  
  #playPauseBtn:hover {
	background-color: #f0f0f0;
  }
  
  .slider-container {
	position: relative;
	width: 100%;
	max-height: 1000px;
	height: 100%;
	overflow: hidden;
  }

  .slider {
	position: relative;
	display: flex;
	width: 100%;
	height: auto;
	margin-bottom: 400px;
  }

  .slide {
	position: absolute;
	width: 100%;
	display: flex;
	height: auto;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 2rem;
	opacity: 0;
	transform: translateX(-100%);
	transition: opacity .80s ease, transform .80s ease;
  }

  .testmonail-content{
	width: 70%;
	position: relative;
  }
  .quto {
	position: absolute;
	left: -60px;
	top: -20px;
  }
  .test-person{
	display: flex;
	align-items: center;
  }
  .test-person p{
	font-size: 20px;
	line-height: 20px;
	margin: 0;
  }
  .test-person span{
	font-size: 16px;
	margin: 0;
	margin-left: 5px;
	line-height: 20px;
  }

  .slide.active {
	opacity: 1;
	transform: translateX(0);
  }

  .slide.fade-out {
	opacity: 0;
	transform: translateX(100%);
  }

  .custom-nav {
	
	position: absolute;
	bottom: 30px;
	right: 0;
	display: flex;
	
  }

  .custom-nav img {
	cursor: pointer;
	margin: 0 10px;
	opacity: 0.8;
	transition: opacity 0.3s ease;
  }

  .custom-nav img:hover {
	opacity: 1;
}


.testimonial-video {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: auto;
	height: 100%;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 2px;
  }
  
  .testimonial-video-thumbnail {
	position: relative;
	cursor: pointer;
  }
  
  .testimonial-video-bg {
	width: 100%;
	height: 100%;
	border-radius: 5px;
  }
  
  .testimonial-play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  }
  
  .testimonial-play-button img {
	width: 60px;
	height: 60px;
  }
  
  .testimonial-video-container {
	display: none;
  }
  
  .testimonial-full-video {
	width: 100%;
	height: 100%;
	border-radius: 5px;
  }
  
  .testimonial-custom-controls {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 10px;
  }
  
  .testimonial-play-pause-btn {
	padding: 10px 20px;
	font-size: 16px;
	background-color: white;
	border: none;
	border-radius: 20px;
	cursor: pointer;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
	transition: background-color 0.3s ease;
  }
  
  .testimonial-play-pause-btn:hover {
	background-color: #f0f0f0;
  }
  


  