

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	color: #fff;
	font-family: "Montserrat", sans-serif;

}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none !important;
}

li {
	list-style: none !important;
}


.for-mobile {
	display: none;
}

.dis-flex {
	display: flex;
	align-items: center;
}

.section-padding {
	width: 100%;
	padding: 100px 0;
}
.for-phone{
	display: none;
}
p{
	line-height: 28px;
}
html{
	scroll-behavior: smooth;
}
.waitlist {
	background: url(../images/waitlist-bg.png) center center no-repeat;
	background-size: cover;
	height: auto;
	padding-bottom: 100px;
}

.waitlist-heading {
	position: relative;
	display: inline-block;
}

.ball {
	width: 89px;
	position: absolute;
	right: -19%;
	top: -27%;
}

.wait-p {
	width: 50%;
	margin: 0 auto;
}

.for-mobile {
	display: none;
}

#mainNav {
	width: 100%;
	z-index: 99;
	position: fixed;
	top: 0;
	
}

.main {
	width: 75%;
	margin: 0 auto;

}

.main2 {
	width: 80%;
	margin: 0 auto;
}
#main2Nav{
	width: 100%;
}
.navbar{
	padding-top: 25px;
}

.navbar-brand img {
	width: 140px;
}

.navbar-nav li{
	padding: 0 15px;
}
.navbar-nav li a{
	color: #fff;
	transition: .6s;
}
.navbar-nav li a:hover{
	color: #FFA500;
}


@media (max-width: 991.98px) {
	.navbar-collapse {
		text-align: center;
		margin-top: 1rem;
	}

	.navbar-nav {
		flex-direction: column;
		gap: 1rem;
	}

	.ms-auto {
		margin-left: 0 !important;
	}
}
#hero{
	height: 100vh;
	background:url(../images/hero.png) center center no-repeat;
	background-size: cover;
}
.hero-content{
	width: 100%;
	height: 85vh;
	display: flex;
	align-items: center;
}


.hero-text h1{
	font-size: 50px;
	font-weight: 600;
	margin: 20px 0;
}
.hero-text h1 span{
	color: #A4FFD3;
}
.hero-text p span{
	color: #A4FFD3;
	font-weight: 600;
}
.fit-img{
	width: 100%;
}
.dis-flex{
	display: flex;
	align-items: center;
}
.gobal-btn{
	width: 100%;
	margin: 50px 0;
}
.gobal-btn a{
	background:#A4FFD3;
	color: #000;
	font-size: 16px;
	margin: 0;
	font-weight: 600;
	padding:16px 20px;
	border-radius: 5px;
	transition: .6s;
}
.rell{
	background: #E2FFF1;
}
.rell h2{
	text-align: center;
	color: #123524;
	font-size: 60px;
	font-weight: 600;
	margin-bottom: 70px;
}
.video-ifram{
	margin-bottom: 20px;
}
.video-ifram iframe{
	width: 100%!important;
	height: 40vh;
}
 /* Clients Section */
        #clients {
            background-color: white;
            padding: 5rem 0;
            border-radius: 15px;
            
            width: 100%;
        }
        #clients h2{
			color: #123524;
		}
        .section-title {
            text-align: center;
            text-transform: uppercase;
            color: var(--phthalo-green);
            position: relative;
            font-size: 2.5rem;
            font-weight: 700;
        }
        
        .section-title::after {
            content: '';
            position: absolute;
            bottom: -12px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background-color: var(--accent-color);
            border-radius: 2px;
        }
        
        .section-subtitle {
            text-align: center;
            color: #666;
            margin-bottom: 4rem;
            font-size: 1.1rem;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
            line-height: 1.8;
        }
        
        /* Clients Container */
        .clients-container {
            position: relative;
            max-width: 100%;
            overflow: hidden;
            padding: 30px 0;
        }
        
        /* Clients Scrolling Track */
        .clients-track {
            display: flex;
            width: max-content;
            animation: scroll 40s linear infinite;
        }
        
        .clients-container:hover .clients-track {
            animation-play-state: paused;
        }
        
        /* Client Logo Items */
        .client-item {
            flex-shrink: 0;
            margin: 0 25px;
            width: 140px;
            height: 140px;
            position: relative;
        }
        
        .client-logo {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            overflow: hidden;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
            border: 3px solid white;
            background-color: #f8fcf9;
        }
        
        .client-logo:hover {
            transform: scale(1.2);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
            z-index: 10;
        }
        
        .client-link {
            display: block;
            width: 100%;
            height: 100%;
            text-decoration: none;
        }
        
        .client-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.4s;
        }
        
        .client-logo:hover .client-img {
            transform: scale(1.1);
        }
        
        .client-name {
            position: absolute;
            bottom: -35px;
            left: 0;
            width: 100%;
            text-align: center;
            color: var(--phthalo-green);
            font-weight: 600;
            font-size: 0.9rem;
            opacity: 0;
            transition: all 0.3s;
            padding: 5px;
            background: rgba(255, 255, 255, 0.95);
            border-radius: 4px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
        }
        
        .client-logo:hover .client-name {
            opacity: 1;
            bottom: -30px;
        }
        
        /* Scroll Animation */
        @keyframes scroll {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(-50%);
            }
        }
        
        /* Controls */
        .controls {
            text-align: center;
            margin-top: 3rem;
            display: flex;
            justify-content: center;
            gap: 15px;
        }
        
        .control-btn {
            background-color: var(--phthalo-green);
            color: white;
            border: none;
            padding: 12px 25px;
            border-radius: 6px;
            cursor: pointer;
            font-weight: 600;
            transition: all 0.3s;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-size: 1rem;
        }
        
        .control-btn:hover {
            background-color: var(--phthalo-green-light);
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        
        .control-btn:active {
            transform: translateY(0);
        }
        
        /* Responsive Design */
        @media (max-width: 1200px) {
            .client-item {
                width: 130px;
                height: 130px;
                margin: 0 20px;
            }
        }
        
        @media (max-width: 992px) {
            .client-item {
                width: 110px;
                height: 110px;
                margin: 0 18px;
            }
            
            .section-title {
                font-size: 2.2rem;
            }
        }
        
        @media (max-width: 768px) {
            .client-item {
                width: 100px;
                height: 100px;
                margin: 0 15px;
            }
            
            .section-title {
                font-size: 2rem;
            }
            
            .section-subtitle {
                font-size: 1rem;
                padding: 0 15px;
            }
            
            #clients {
                padding: 4rem 0;
            }
            
            .controls {
                flex-direction: column;
                align-items: center;
            }
            
            .control-btn {
                width: 200px;
                justify-content: center;
            }
        }
        
        @media (max-width: 480px) {
            .client-item {
                width: 85px;
                height: 85px;
                margin: 0 12px;
            }
            
            .section-title {
                font-size: 1.8rem;
            }
            
            #clients {
                padding: 3rem 0;
            }
            
            .clients-container {
                padding: 20px 0;
            }
        }

		.contact{
			background: url(../images/hero.png) center center no-repeat;
			background-size: cover;
		}
		.contact h2{
			margin-bottom: 50px;
			text-align: center;
		}
.contact i{
	font-size: 50px;
	display: block;
	color: #A4FFD3;
	margin-bottom: 20px;
}

.contact{
	text-align: center;
}
.contact h4{
	font-size: 30px;
}
footer{
	text-align: center;
	padding: 10px 0;
	background: #123524;
}
footer p{
	margin: 0;
	padding: 0;
}