

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	color: #fff;
	font-family: "DM Sans", 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%;
	display: flex;
	padding: 80px 0;
}
.for-phone{
	display: none;
}

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;
}
h1{
	font-family: "Urbanist", sans-serif;
}
h2{
	font-family: "Urbanist", sans-serif;
}
h3{
	font-family: "Urbanist", sans-serif;
}
h4{
	font-family: "Urbanist", sans-serif;
}
#mainNav {
	width: 100%;
	z-index: 99;
	position: fixed;
	top: 0;
	
}

.main {
	width: 85%;

}

.main2 {
	width: 80%;
	margin: 0 auto;
}
#main2Nav{
	width: 100%;
	z-index: 999;
	position: fixed;
}
.navbar{
	
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.49);
	margin-top: 20px;
	border-radius: 50px;
	padding: 10px 30px;
	background: rgba(46, 31, 87, 0.88);

}
.navbar-brand img {
width: 120px;
}
.btn-join {
	background: linear-gradient(90deg, rgba(185, 132, 251, 0.35) 0%, rgba(136, 139, 249, 0.35) 100%);
	border: 1px solid rgba(255, 255, 255, 0.49);
	backdrop-filter: blur(10.199999809265137px);
	color: #fff;
	font-size: 16px;
	border-radius: 25px;
	margin: 0;
	padding: 10px 35px;
	transition: .6s;

}

.btn-join:hover{
	background: #9766d3;
	
}
.navbar-nav li{
	padding: 0 10px;
}
.navbar-nav li a{
	color: #fff;
	transition: .6s;
}
.navbar-nav li a:hover{
	color: #ffffff83;
}


@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{
	width: 100%;
	padding-top: 20px;
	background: linear-gradient(180deg, rgba(81, 71, 134, 0.8) 0%, rgba(23, 13, 46, 0.929) 0.01%, #160D30 50.38%, rgba(20, 11, 41, 0.5) 100%);

	height: 100vh;
	
}


.video-background {
	
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}
#background-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-content-wrapper {
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: calc(100vh - 100px); /* Adjust 100px based on navbar height */
	text-align: center;
  }
.hero-main {
	max-width: 70%;
}
.hero-main h1{
	font-size: 70px;
	font-weight: 600;
	font-family: "Urbanist", sans-serif;
}
.hero-main h1 span{
	font-family: "Urbanist", sans-serif;
	background: linear-gradient(180deg, #FFFFFF 39.88%, #B984FB 79.76%);

-webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero-main p{
	font-size: 22px;
	margin-top: 20px;
	margin-bottom: 50px;
}

.hero-main-btn a{
	background: linear-gradient(90deg, rgba(185, 132, 251, 0.35) 0%, rgba(136, 139, 249, 0.35) 100%);
	border: 1px solid rgba(255, 255, 255, 0.49);
	backdrop-filter: blur(10.199999809265137px);
	color: #fff;
	font-size: 16px;
	border-radius: 25px;
	margin: 0;
	padding: 10px 35px;
	transition: .6s;
}
.hero-main-btn a:hover{
	background: #9766d3;
}
.what-we-do{
	padding: 20px 0 100px;
	background: url(../images/what-we-do.png) center center no-repeat ;
	background-size: cover;
}
#slider-logo {
	width: 100%;
	padding: 20px 0;
}

.slider-logo-all {
	display: grid;
	place-items: center;
	overflow: hidden;
}

.slide-container {
	display: flex;
	width: calc(900px * 12);
	animation: scroll 60s linear infinite;
}

@keyframes scroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(calc(-250px * 9));
	}
}

.slide-image {
	margin: 0 30px;
}

.slide-image h3 {
	font-size: 47px;
	font-weight: 900;
	color: transparent;              /* no fill */
  -webkit-text-stroke: .5px #FFFFFF; /* stroke color */
}

.slide-image h3  img {
	margin-right: 15px;
}
.what-do{
	padding: 100px 0;
}
.what-content h2{
	font-size: 50px;
	font-weight: 600;
	background: linear-gradient(180deg, #FFFFFF 39.88%, #B984FB 79.76%);

-webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.what-content {
	padding-right: 4%;
}
.what-content h4{
	margin: 15px 0;
}
.fit-img{
	width: 100%;
}
.gobal-btn{
	margin-top: 50px;
}
.gobal-btn a{
	background: linear-gradient(90deg, rgba(185, 132, 251, 0.35) 0%, rgba(136, 139, 249, 0.35) 100%);
	border: 1px solid rgba(255, 255, 255, 0.49);
	backdrop-filter: blur(10.199999809265137px);
	color: #fff;
	font-size: 16px;
	border-radius: 25px;
	margin: 0;
	padding: 10px 35px;
	transition: .6s;
}
.gobal-btn a:hover{
	background:#B984FB;
}
.center-title{
	width: 70%;
	margin: 0 auto;
	margin-bottom: 70px;
	text-align: center;
}
.center-title h5{
	display: inline-block;
	padding: 10px 35px;
	border-radius: 25px;
	background: linear-gradient(90deg, #B984FB 0%, #888BF9 100%);
}
.center-title h5 img{
	width: 10px;
	margin-right: 7px;
}
.center-title h2{
	font-size: 50px;
	font-weight: 600;
	background: linear-gradient(180deg, #FFFFFF 39.88%, #B984FB 79.76%);
margin: 10px 0;
-webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.center-title p{
	font-size: 18px;
	width: 60%;
	margin: 0 auto;
}
.service-box{
	height: 100%;
	padding: 25px;
	border-radius: 15px;
	background: rgba(36, 27, 65, 1);
}
.service-box h3{
	font-size: 27px;
	margin-top: 20px;
}
.bor{
	
 border: 1px solid;
  border-image-source: linear-gradient(
    90deg,
    #241B41 0%,
    #888BF9 48.78%,
    #241B41 100%
  );
  border-image-slice: 1;
  margin: 20px 0;

}
.cta{
	background: url(../images/cta.png) center center no-repeat fixed;
	background-size: cover;
	padding: 120px 0;
}
.cta-content{
	width: 55%;
}
.cta-content h1{
	font-size: 60px;
}
.cta-content p{
	margin-top: 30px;
	font-size: 20px;
}
.why-chose{
	background: url(../images/why-chose.svg) center center no-repeat fixed;
	background-size: cover;
	padding: 100px 0;
	position: relative;
}
.choose-box{
	height: 100%;
	padding: 25px;
	margin-bottom: 20px;
	border-radius: 15px;
	background: rgba(36, 27, 65, 1);
}
.choose-box h3{
	margin-top: 30px;
}
.left-title h2{
	font-size: 50px;
	font-weight: 600;
}

.left-title h2 span{
	font-size: 50px;
	font-weight: 600;
	background: linear-gradient(180deg, #FFFFFF 39.88%, #B984FB 79.76%);
margin: 10px 0;
-webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.shape-box img{
	top: 30%;
	width: 130px;
	position: absolute;
	animation: floatUpDown 4s ease-in-out infinite;
}
@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}
.testmonail-box{
	padding: 25px;
	
	margin-bottom: 20px;
	margin: 0 20px;
	border-radius: 15px;
	background: rgba(36, 27, 65, 1);
}
.testmonail-box p{
	margin: 20px 0;
}
.testmonail{
	padding: 100px 0 0;
}
.avator{
	display: flex;
	align-items: center;
}
.avator img{
	margin-right: 20px;
}

.testmonail-main {
	display: grid;
	place-items: center;
	overflow: hidden;
}
.testmonail-conatiner {
	display: flex;
	width: calc(900px *5);
	animation: scroll 60s linear infinite;
}

@keyframes scroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(calc(-250px * 9));
	}
}

.footer {
	background: #241B41;
	padding: 60px 0;
}

.center-footer {
	margin-bottom: 50px;
	color: #fff;
	text-align: center;
}

.center-footer a {
	color: #B984FB;
}

.footer-about img {
	width: 250px;
	margin-bottom: 20px;
}

.footer-about p {
	color: #fff;
}

.foter-container {
	padding-left: 5%;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.footer-link {
	width: 30%;
}

.footer-link h4 {
	color: #fff;
	margin-bottom: 30px;
}

.footer-link ul {
	margin: 0;
	padding: 0;
}

.footer-link ul li {
	margin-bottom: 10px;
}

.footer-link ul li a {
	color: #fff;
}

.footer-bottom {
	margin-top: 50px;
	padding-top: 50px;
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.31)
}

.footer-bottom p {
	color: #fff;
}

.footer-bottom p a {
	color: #B984FB;
}
#page-title{
	background: url(../images/page-title.png) bottom center no-repeat ;
	background-size: cover;
}
.page-title{
	padding: 200px 0 100px;
}
.page-title h1{
		font-size: 50px;
	font-weight: 600;
	background: linear-gradient(180deg, #FFFFFF 39.88%, #B984FB 79.76%);
margin: 10px 0;
-webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.mission-container{
	padding: 70px 0;
}
.mission-box{
	
	height: 100%;
	background: #B984FB;
	padding: 30px;
	border-radius: 25px;
}
.service-title {
	padding-top: 70px;
}
.service-title h2{
	font-size: 50px;
	font-weight: 600;
	background: linear-gradient(180deg, #FFFFFF 39.88%, #B984FB 79.76%);
margin: 10px 0;
-webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.servics-all{
	padding-right: 7%;
	margin-top: 50px;
	margin-bottom: 100px;
}
.servics-all h3{
	font-size: 40px;
}
.service-content img{
	width: 50px;
	margin-right: 25px;
}
.servics-all p{
	font-size: 20px;
	margin: 20px 0;
}
.service-content ul li{
	font-size: 20px;
	list-style: disc!important;
}
.padd-left{
	padding-left: 7%!important;
}
.contact{

	background:url(../images/what-we-do.png) center center no-repeat;
	background-size: cover;
}


.contact-info {
	margin-bottom: 25px;
	display: flex;
	background: #B984FB;
	padding: 15px;
	border-radius: 10px;
	box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
}

.contact-img {
	margin-right: 30px;
}

.contact-detailes h4 {
	color: #B984FB;
}

.contact-detailes a {
	color: #1C2F02;
}

.form-box {
	margin: 10%!important;
	background: #563084;
	padding: 20px;
	border-radius: 8px;
	width: 100%;
	color: #fff;
	box-sizing: border-box;
}

.form-box p {
	background: #B984FB;
	margin: -20px -20px 20px -20px;
	padding: 12px;
	border-radius: 8px 8px 0 0;
	text-align: center;
	color: #fff;
	font-size: 20px;
}
.form-box form{
	padding: 30px 15px;
}

.form-box input,
.form-box textarea {
	width: 100%;
	padding: 15px;
	margin-bottom: 16px;
	border: none;
	border-radius: 4px;
	font-size: 14px;
	box-sizing: border-box;
}

.form-row {
	display: flex;
	gap: 8px;
}

.form-row input {
	flex: 1;
}

.form-box button {
	width: 100%;
	padding: 12px;
	background: #B984FB;
	border: none;
	border-radius: 4px;
	font-size: 15px;
	cursor: pointer;
	color: #000;
	font-weight: bold;
}

.form-box button:hover {
	background: #9766d3;
}

/* Responsive stacking for small screens */
@media (max-width: 480px) {
	.form-row {
		flex-direction: column;
	}
}