@font-face {
    font-family: 'Gilroy-SemiBold';
    src: url('../fonts/Gilroy-SemiBold.ttf') format('opentype');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'BiggerDisplay';
    src: url('../fonts/BeniBold.woff') format('woff');
    font-weight: 900;
    font-display: swap;
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Gilroy-SemiBold';

}
ul li{
	list-style: none;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none!important;
}
li{
	list-style: none!important;
}
h1{
	 font-family: 'BiggerDisplay';
	 font-size: 96px;
	 font-weight: 900;
}
h2{
	font-family: 'BiggerDisplay';
	font-size: 96px;
	font-weight: 900;
}
h3{
	font-family: 'BiggerDisplay';
	font-size: 76px;
	font-weight: 900;
}
h4{
	font-family: 'BiggerDisplay';
	font-size: 64px;
	font-weight: 900;
}
p{
	font-size: 16px;
}
.for-mobile{
	display: none;
}
.dis-flex{
	display: flex;
	align-items: center;
}
.section-padding{
	width: 100%;
	display: flex;
	padding: 100px 0;
}
.hero{
	width: 100%;
	background:#060A13;
	height: 130vh;
	overflow: hidden;
	position: relative;
}
.for-mobile{
	display: none;
}

#mainNav{
	width: 100%;
	z-index: 10000;
	position: fixed;
	top: 0;
}
.main{
	width: 95%;
	margin: 0 auto;
}
.main2{
	width: 80%;
	margin: 0 auto;
}
.navbar-custom {
	width: 100%;
	background: #070b1200;
	padding: 1rem 2rem;
	transition: all 0.3s ease;
	z-index: 999;
  }

  .header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #060A13!important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    animation: slideDown 0.3s ease-out;
    padding: 0 0!important;
}

/* Animation for smooth appearance */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

/* Adjust the padding when sticky */
.navbar.sticky .nav-link {
    padding: 2px 0!important;
}

/* Adjust logo size when sticky */
.navbar.sticky .navbar-brand img {
    height: 90px!important;
    transition: all 0.3s;
}

  .navbar-nav {
	gap: 2rem;
  }

  .navbar-nav .nav-link {
	color: white;
	font-weight: 600;
	font-size: 14px;
  }
  .navbar-nav .nav-link:hover{
	color: #FFD601;
  }

  .nav-link::after {
	content: "\f063"; 
	font-family: "Font Awesome 6 Free"; 
	font-weight: 900; 
	margin-left: 10px;
	font-size: 0.8rem;
  }
  .waitlist .nav-link::after {
	content: "\f061"; 
	font-family: "Font Awesome 6 Free"; 
	font-weight: 900; 
	margin-left: 10px;
	font-size: 0.8rem;
}
  .waitlist .navbar{
	margin-top: 36px;
  }
  .navbar-brand {
	color: white;
	font-weight: bold;
	display: flex;
	align-items: center;
	gap: 0.5rem;
  }

  .btn-join {
	background: #FFD700;
	color:#060A13;
	font-weight: 900;
	font-size: 20px;
	letter-spacing: 1px;
	font-family: 'BiggerDisplay';
	border-radius: 30px;
	margin: 0;
	padding: 8px 25px 5px;
	transition: .6s;

  }
  .btn-join:hover{
	background: #fff;
  }

  @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-content{
	width: 60%;
	padding-top: 15%;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	position: relative;
	z-index: 99;
  }
  .hero-content h1{
	line-height: 88px;
  }
  .hero-content h1 span{
	color: #FFD601;
	font-family: 'BiggerDisplay';
  }
.waitlist.hero{
	height: 100vh;
}

  .hero-map img{
	position: absolute;
	width:90%;
	top: -10%;
	left: 5%;
	z-index: 0;
	animation: spin 50s linear infinite;
	
}
.welcome {
	display: inline-block;
	border-radius: 30px;
	padding: 10px 20px;
    background: linear-gradient(109.56deg, rgba(255, 255, 255, 0.1) 17.21%, rgba(255, 255, 255, 0.02) 84.33%);
    backdrop-filter: blur(4px);
    border: 0.5px solid rgba(255, 255, 255, 0.14);
}
.hero-content  ul{
	display: flex;
	margin: 40px 0;
	justify-content: center;
}
.hero-content  ul li{
	margin: 0 25px;
}
.hero-content  ul li img{
	margin-right: 15px;
}
.gobal-btn{
	text-align: center;
	width: 100%;
	margin: 20px 0;
}
.gobal-btn a{
	padding: 12px 30px;
	background: #FFD601;
	color: #060A13;
	font-size: 25px;
	font-family: 'BiggerDisplay';
	border-radius: 30px;
	transition: .6s;
	display: inline-block;
}
.gobal-btn a:hover{
	background:#fff ;
	transform: translateY(-10px);
}
@keyframes spin {
	from {
	  transform: rotate(0deg);
	}
	to {
	  transform: rotate(60deg);
	}
}

.cta-slider{
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 5px 0;
	background: #FFD601;
}
.cta-box{
	display: flex;
	width: 100%;
	width: 33%;
}
.cta-box img{
	align-items: center;
	display: inline-block;
	margin-left: 50px;
}
.cta-box h4{
	display: inline-block;
}

.marquee-cta{
	width: 100%;
	z-index: 9999;
	position: relative;
	padding-top: 7%;
}
.rotate-banner {
	transform: rotate(-2deg);
	background: #FFD601;
}
.rotate-banner2 {
	transform: rotate(2deg);
	background: #FFD601;
}
.footer-banner{
	
}
  
  /* Marquee animation */
  .marquee-track {
	white-space: nowrap;
	display: flex;
	overflow: hidden;
	position: relative;
  }
  
  .marquee-content {
	display: inline-flex;
	animation: scroll-left 40s linear infinite;
  }
  
  /* Scroll animation */
  @keyframes scroll-left {
	0% {
	  transform: translateX(0);
	}
	100% {
	  transform: translateX(-50%);
	}
  }
  
  /* CTA box styles */
  .cta-box {
	display: flex;
	align-items: center;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 2rem;
	font-size: 1.2rem;
	white-space: nowrap;
	gap: 0.5rem;
  }

  .crwd-help-title{
	width: 100%;
	text-align: center;
	position: relative;
	color: #fff;
	margin-top: 10%;
  }
  .crwd-help-title h2 span{
	color: #FFD601;
	font-family: 'BiggerDisplay';
}
.crdw-help{
	width: 100%;
	padding: 10px 0 50px;
	overflow: hidden;
	background:url(../images/crwd-help-bg.png) bottom center no-repeat;
	background-size: cover;

}
.animate-marquee-ltr{
	white-space: nowrap;
	display: flex;
	overflow: hidden;
	position: relative;
}
.marquee-box{
	display: inline-flex;
	animation: scroll-left 40s linear infinite;
}
.cta-help {
	display: flex;
	align-items: center;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 2rem;
	font-size: 1.2rem;
	white-space: nowrap;
	gap: 0.5rem;
  }
.marquee-box-right{
	display: inline-flex;
	animation: scroll-right 100s linear infinite;
}
  @keyframes scroll-right {
	0% {
	  transform: translateX(-50%);
	}
	100% {
	  transform: translateX(50%);
	}
}

.cta-help{
	margin: 5px 20px;
	color: #fff;
	border-radius: 30px;
	padding: 10px 20px;
    background: linear-gradient(109.56deg, rgba(255, 255, 255, 0.1) 17.21%, rgba(255, 255, 255, 0.02) 84.33%);
    backdrop-filter: blur(4px);
    border: 0.5px solid rgba(255, 255, 255, 0.14);
}
.cta-help p{
	margin: 0;
}
.cta-help  img{
	margin-right: 10px;
}


/* Wrapper ensures overflow is hidden */
.animate-marquee-ltr {
	white-space: nowrap;
	overflow: hidden;
	position: relative;
  }
  
  /* Left to Right scroll (for first & last marquee) */
  .marquee-box-right {
	display: inline-flex;
	animation: scroll-right 40s linear infinite;
  }
  
  /* Right to Left scroll (for middle marquee) */
  .marquee-box-left {
	display: inline-flex;
	animation: scroll-left 40s linear infinite;
  }
  
  /* Animations */
  @keyframes scroll-right {
	0% {
	  transform: translateX(-50%);
	}
	100% {
	  transform: translateX(0%);
	}
  }
  
  @keyframes scroll-left {
	0% {
	  transform: translateX(0%);
	}
	100% {
	  transform: translateX(-50%);
	}
  }
  .mar-60{
	margin-top: 70px;
  }
.built{
	background: #060A13;
	padding: 70px 0;
}
.yello-title{
	color: #FFD601;
	font-family: 'BiggerDisplay';
}
.center-titile{
	width: 100%;
	color: #fff;
	text-align: center;
}
.center-titile h1{
	margin: 20px 0 0;
	padding: 0;

}
.center-titile p{
	margin: 0;
	padding: 0;
}
.service-container{
	margin-top: 100px;
	position: relative;
	display: flex;
	flex-direction: column;
	
	gap: 24px;

	height: 2040px;
	align-items: center;
}
.service-box{
	width: 100%;
	background: #FFD601;
	padding: 30px 20px 0;
	border-radius: 30px;
	overflow: hidden;
	box-shadow: 0px 8px 20px 0px rgba(97, 83, 3, 0.6);


}
.service-box{
	position: sticky;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.service-img{
	width: 45%;
}
.service-img img{
	width: 100%;
	margin-bottom: -50px;
}
.service-content{
	width: 50%;
}
.service-content h1{
	line-height: 88px;
}
.service-content-width{
	width: 60%;
}
.black-btn{
	text-align: left;
}
.black-btn a{
	color: #fff;
	background: #060A13;
	transition: .6s;
}
.black-btn a:hover{
	color: #060A13;
	background: #fff;
}


.one {
	top: 150px;
	
  }
  .two {
	top: 180px;
	

	
  }
  .three {
	
	top: 210px;
	
  }
  .earning{
	width: 100%;
	background: #060A13;
	padding: 70px 0;
  }
  .earning-container{
	width: 85%;
	margin: 0 auto;
  }
  .center-titile h2{
	line-height: 88px;
  }
  .start-title{
	color: #fff;
  }
  .start-title{
	width: 100%;
	margin-bottom: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
  }
  .start-title img{
	height: 100px;
  }
  .contact-form-container{
	display: flex;
	justify-content: space-between;
  }
  .contact-step{
	width:50px
  }
  .contact-step p{
	width: 50px;
	color: #060A13;
	border-radius: 100%;
	text-align: center;
	background: #fff;
	font-size: 20px;
	padding-top: 10px;
	height: 50px;
  }
  .contact-box{
	width: 30%;
  }

  .input-group {
	position: relative;
	margin-bottom: 20px;
	padding: 15px 30px 15px 55px;
	border-radius: 100px;
	border: none;
	background: linear-gradient(109.56deg, rgba(255, 255, 255, 0.04) 17.21%, rgba(255, 255, 255, 0.008) 84.33%);
	border: 1px solid #FFFFFF24;
}

.input-icon {
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}

.form-input {
	width: 100%;
	border: none;
	outline: none;
	font-size: 16px;
	background: transparent;
	color: #fff;
}
.form-input::placeholder{
	color: #fff;
}

.form-input:focus {
	border-bottom-color: #555;
}
.form-emoji-container{
	display: flex;
	align-items: center;
}
.form-emoji{
	display: flex;
	align-items: center;
	color: #fff;
	margin:0 30px;
}
.form-emoji p{
	margin: 0;
	padding: 0;
	margin-left: 15px;
}
.bor{
	position: relative;
}
.bor::before{
	content: "";
	position: absolute;
	height: 15px;
	width: 2px;
	left: -30px;
	background: #fff;
}
.bottom-border{
	height: 1px;
	width: 100%;
	background: #ffffff48;
	margin: 60px 0;
}
.small-haed{
	font-size: 20px;
	font-family: 'BiggerDisplay';
}

.checkbox-crwd {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	padding: 20px;
  }
  
  .checkbox-box {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px 45px 18px 65px;
	border: 2px solid #555;
	border-radius: 30px;
	cursor: pointer;
	position: relative;
	background-color: transparent;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
	transition: all 0.3s ease;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
  }
  
  .checkbox-box:hover {
	border-color: #FFD601;
  }
  
  .checkbox-box.selected {
	background-color: #fff;
	border-color: #fff;
	color: #fff;
  }
  .waitlist.checkbox-box::before{
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	background: #0E121A;
	left: 10px;
	border: 2px #fff solid;
	border-radius: 100%;
  }
  .checkbox-box.selected .checkbox-label {
	color: #060A13;
  }
  .waitlist .checkbox-label {
	padding-left: 15px;
  }
  .waitlist.checkbox-box.selected::after {
    content: '\2713';
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    top: 17px;
    left: 17px;
}
  
  @media (max-width: 768px) {
	.container {
	  justify-content: space-evenly;
	}
  
	.checkbox-box {
	  min-width: 100px;
	}
  }
.zip {
	width: 25%;
}
.cta2{
	width: 100%;
	background: #060A13;
	padding: 0 0 50px;
	overflow: hidden;
}
.discover{
	width: 100%;
	background: url(../images/discover.png) center center no-repeat;
	background-size: cover;
	padding: 100px 0;
}
.dis-flex{
	display: flex;
}
.dscover-container{
	width: 80%;
	margin: 0 auto;
}
.discover-contnet{
	color: #fff;
	width: 75%;
	text-align: left;
}
.discover-contnet h2{
	line-height: 88px;
}
.discover-contnet p{
	margin: 30px 0 50px;
}
.discover-contnet .gobal-btn {
	text-align: left;
} 
.dis-img img{
	width: 100%;
}
.center-input{
	width: 100%;
	text-align: center;
}
input[type="submit"] {
	padding: 14px 30px;
    background: #FFD601;
    color: #060A13;
    font-size: 25px;
	border: none;
    font-family: 'BiggerDisplay';
    border-radius: 30px;
	transition: .6s;
}
input[type="submit"]:hover{
	background: #fff;
	transform: translateY(-10px);
}

.submitBTN {
	padding: 14px 30px;
    background: #FFD601;
    color: #060A13;
    font-size: 25px;
	border: none;
    font-family: 'BiggerDisplay';
    border-radius: 30px;
	transition: .6s;
}
.submitBTN:hover{
	background: #fff;
	transform: translateY(-10px);
}

.client-logo{
	color: #fff;
	padding: 70px 0 150px;
	background: #060A13;
	text-align: center;
}

.scroll-wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
	padding: 20px 0;
}

.scroll-track {
	display: flex;
	width: fit-content;
	animation: scroll 45s linear infinite;
}

.scroll-track img {

	margin: 0 50px;
	object-fit: contain;
}

@keyframes scroll {
	0% {
		transform: translateX(0%);
	}

	100% {
		transform: translateX(-50%);
	}
}

@media (max-width: 768px) {
	.scroll-track img {
		margin: 0 10px;
	}
}

.cta-main{
	width: 100%;
	background: #FFD601;
	
}
.cta-main-container{
	width: 80%;
	margin: 0 auto;
}
.iphone{
	width: 100%;
	position: relative;
	height: 100%;
}
.cta-main-container img{
	position: absolute;
	height: 120%;
	left: 0;
	bottom: 0;
}
.cta-main-content{
	width: 70%;
	padding-top: 16%;
}
.cta-main-content h1{
	line-height: 88px;
	color: #060A13;
}
.cta-main-content p{
	margin: 30px 0 50px;
}
.interest{
	width: 100%;
	padding: 100px 0 40px;
	background: url(../images/footer-bg.png) center center no-repeat;
	background-size: cover;
}
.interest-content h2{
	color: #fff;
	line-height: 88px;
}
.bottom-form{
	background: linear-gradient(180deg, #26282B 0%, #0D1019 100%);
	border: 1px solid #FFFFFF1A;
	width: 70%;
	color: #fff;
	text-align: center;
	padding: 40px;
	border-radius: 30px;
}
.bottom-form input[type="submit"]{
	width: 100%;
}

.footer-bottom{
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.footer-bottom ul{
	display: flex;
}
.footer-bottom ul li{
	margin-left: 100px;
	position: relative;
}
.footer-bottom ul li a{
	color: #fff;
	font-size: 14px;
	transition: .6s;
}
.footer-bottom ul li a:hover{
	color: #FFD601;
}

.footer-bottom ul li::after {
	content: "\f061"; 
	font-family: "Font Awesome 6 Free"; 
	font-weight: 600; 
	margin-left: 10px;
	color: #fff;
	font-size: 0.8rem;
}
.footer-banner{
	color: #fff;
}
.footer-copy{
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer-copy p{
	color: #6A6C71;
}
.footer-copy ul {
	display: flex;
}
.footer-copy ul li{
	margin-left: 40px;
}
.footer-copy ul li a{
	color: #6A6C71;
}

/*BY MM*/
/* Hide the default checkbox */
.round-checkbox input[type="checkbox"] {
  display: none;
}

/* Positioning for label */
.round-checkbox {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  user-select: none;
  display: inline-block;
}

/* Custom circle */
.round-checkbox .custom-circle {
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 2px solid #999;
  border-radius: 50%;
  transition: all 0.2s ease;
}

/* Inner dot (checked state) */
.round-checkbox .custom-circle::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  background-color: #f59e0b; /* Orange/yellow color */
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.2s ease;
}

/* Show the inner dot when checked */
.round-checkbox input[type="checkbox"]:checked + .custom-circle::after {
  opacity: 1;
}

/* waitlist page css  */

.waitlist.hero-content{
	width: 510px;
}
.work.hero-content{
	max-width: 895px;
	position: relative;
}
.work.hero-content .bell{
	top: 50%;
	/* margin-right: -100px; */
	/* margin-bottom: 50px; */
	position: absolute;
	right: 18%;
}
.waitlist.hero-content .bell{
	text-align: right;
    margin-top: -110px;
    margin-right: -15px;
    margin-bottom: 50px;
}
.waitlist.hero-content .bell img{
	width: 78px;
}
 .hero-map.waitlist img{
	animation: none;
	position: absolute;
	width:100%;
	height: 100%;
	top: 00%;
	left: 0%;
	z-index: 0;
 }
 .waitlist.earning{
	padding-top: 0;
 }
.waitlist.bottom-border{
	margin: 0;
}
.waitlist.marquee-cta{
	padding-top: 64px;
}
.center-input input[type='submit']{
	margin-top: 64px;
}
.close-popup{
	
color: #fff;
	
border: 1px solid #fff;
	
border-radius: 100px;
	
/* padding: 4px; */
	
background: transparent;
	
height: 35px;
	
width: 35px;
	
font-size: 20px;
	
text-align: center;
	
position: absolute;
	
right: 40px;
	
top: 40px;
}
.modal h2{
	font-size: 60px;
}
.modal {
	z-index: 10000;
}
.modal-content{
	border-radius: 40px;
}
.modal-body{
	background-color: transparent;
	padding: 0;
}

.featured_activations{
	
margin-top: 140px;
}
.hero.work{
	height: 130vh;
}
.work .marquee-cta{
	padding-top: 3%;
}

/* accordion  */

ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: transparent;
  li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: transparent;
    padding: 0 20px;
    margin: 0 auto 0px auto;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: left;
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    &.active {
      h3 {
        &:after {
          transform: rotate(45deg);
        }
      }
    }
    
    h3 {
      font-weight: 700;
      position: relative;
      display: block;
      width: 100%;
      height: auto;
      padding: 0 0 0 0;
      margin: 0;
      font-size: 18px;
      letter-spacing: 0.01em;
      cursor: pointer;
      margin-bottom: 20px;
     
    }
    
    div.answer {
      position: relative;
      display: block;
      width: 100%;
      height: auto;
      margin: 30px 0;
      padding: 0;
      cursor: pointer;
      p {
        position: relative;
        display: block;
        font-weight: 300;
        padding: 10px 0 0 0;
        cursor: pointer;
        line-height: 100%;
        margin: 0 0 15px 0;
        font-size: 14px;
      }
    }
  }
}

.accordion-block .date{
	
display: block;
	
text-align: right;
	
margin-top: -60px;
}
.ulbg.active{
	background-color: rgba(255, 214, 1, 1);
	position: relative;
}
.accordion-block .earning-container{
	width: 100%;
}
.ulbg.active h1, .ulbg.active h1 span, .ulbg.active .date{
	color: #000;
	padding-top: 20px;
}
.ulbg.active .bottom-border{
	height: 0;
}
.float-img{

text-align: right;

width: 300px;

margin-left: auto;

transform: scale(1.4);

margin-top: -90px;
}
.ulbg h3{
	color: rgba(6, 10, 19, 1);
	font-size: 16px;
	font-weight: 600;
}
.ulbg p{
	font-size: 14px;
	color: rgba(6, 10, 19, 1);
}
.bulrb{
	background-color: #fff;
	padding: 24px;
	border-radius: 16px;
	text-align: left;
	margin-top: 60px;
}
.bulrb h4{
	font-size: 60px;
	color: rgba(6, 10, 19, 1);
	font-family: 'BiggerDisplay';
	line-height: 100%;
	margin-bottom: 0;
}
.bulrb p{
	color: rgba(6, 10, 19, 1);
	margin-bottom: 0 !important;
	padding: 0 !important;
}
.interest{
	margin-top: -10px;
}
.earning.waitlist{
	margin-top: -5px;
}
