@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&family=Rethink+Sans:wght@400;500;600&display=swap');
html{
  scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    
  }

  #landing{
    height: 120vh;
  }
.nav-bar{
display: flex;
color: white;
justify-content: center;
}

.logo{
  margin-right:auto;
  margin-left: 60px;

}
.logo img{
  margin-top: 20px;
  width: 200px;
  height: 200;
}

.links{
  font-size: 1.2rem;
  margin: 20px 5px;
}
.nav-bar a {
  margin: 10px;
  padding: 20px 10px;
  font-size: 1rem;
}

.links a {
  text-decoration: none;
  color: white;
  position: relative;
  overflow: hidden;
}

.links a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: white; /* You can change the color to your preference */
  transition: width 0.3s ease;
}

.links a:hover::after {
  width: 100%;
}

.nav-bar .icon-btn{
  cursor: pointer;
  display: none;
}
.icon-btn{
  padding: 20px;
  margin: 20px;

}
.dropdown{
  display: none;
  position: absolute;
  background-color: white;
  right:0;
  top: 0;
  width: 100%;
  height: 100%;  
  padding-top: 30px;

}
.dropdown i{
margin: 20px;
}
.dropdown li{
  margin: 10px;
  margin-top: 30px;
  text-align: center;
  
  align-items: center;
  color: black;
  text-decoration: none;
  list-style: none;

}
.dropdown a{
  color: black;
  margin: 10px;
  padding: 20px 10px;
  font-size: 1.6rem;
}

.dropdown a:hover{
  color: rgb(149, 45, 45);
}


/* Styles for smaller screens (e.g., phones) */
@media screen and (max-width: 992px) {
  .nav-bar{
    background-color: ;
  }
  .nav-bar .links a{
   display: none;


  }
  .logo{
    margin-right:auto;
    margin-left: 40px;

  }
  .logo img{
    margin-top: 20px;
    width: 160px;
    height: 200;
  }
  .nav-bar .join-button h1{
    display: none;
  }
  .nav-bar .icon-btn{
    display: block;
  }
  .dropdown.show {
    display: block;
  }
  .nav-bar.dropdown-open:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust opacity as needed */
}
  .dropdown{
  }
}



/*hidden text*/
.hidden-text {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s, transform 0.8s;
}

.visible {
  opacity: 1;
  transform: translateY(0);
}
















#landing{
    background-color: black;

}
.first-container{
    display: flex;
    padding: 30px 10px;
    margin-top: 20px;
    padding-bottom: 40px;
    justify-content: center;
    gap: 20px;
}
.landing-text{
    color: white;
    width: 35%;
    margin: 10px;

}
.landing-text h1{
  font-size: 2.5rem;
  padding-top: 40px;
}
.landing-text h2{
    color: black;
    font-size: 1rem;

}
.start-button{
    text-align: center;
    width: 40%;
    padding: 5px;
    border: 2px solid white;
    border-radius: 35px;

}
.start-button a{
  color:white ;
}
.start-button:hover {
 background-color: white;
 transition: 0.5s;
}
.start-button:hover a{
  color: black;

}
/*
.mockup{
  width: 50%;
}
.vector img{
  position: absolute;
bottom: 450px; 
left: 100px;
z-index: 1;
}
.phone img{
  position: relative;
  right: 20px;
  width: fit-content;
 height: 490px;
  z-index: 2;
}

*/



.mockup {
  width: 50%;
  position: relative;
}

.vector img {
  position: absolute;
  bottom: 10; /* Adjust as needed */
  top: 50px;
  left: 50px; /* Adjust as needed */
}

.phone img {
  position: absolute;
  right: 15px;
  width: fit-content;
  height: 490px;
  z-index: 2;
}

/* Styles for smaller screens (e.g., phones) */
@media screen and (max-width: 992px) {
    .first-container{
      height: 120vh;
  }
  .landing-text{
    color: white;
    text-align: left;
    width: 80%;
    margin: 10px;

}
.landing-text h1{
  font-size: 2.3rem;
  font-weight: 600;
}
.landing-text h2{
    color: black;
    font-size: 0.8rem;
    text-align: center;

}
.landing-text p{
  font-size: 0.9rem;

}
.start-button{
    width: 40%;
    padding: 5px;
    border-radius: 35px;
}
.mockup{
  display: none;
}






}




#second{
}
.second-container{
  display: flex;
  padding: 30px 5px;
    padding-bottom: 40px;
    justify-content: center;
    gap: 20px;

}
.ill-1{
  width: 50%; 
text-align: center; 
}
.ill-1 img{
  width: 430px;
  height: 410px;
  margin: 10px;
}


.second-text{
  width: 35%;
  padding: 10px 0px;
  margin: 10px;

}
.second-text h1{
font-size: 2.9rem;
}
.second-text h3{
  color: rgb(80, 79, 79);
  font-size: 1.2rem;
  font-weight: 400;

}


@media screen and (max-width: 992px) {
  .second-container{
      padding-bottom: 40px;      
      display: flex;
      flex-direction: column;
      justify-content: center;
align-items: center;  
  }
  .ill-1{
    width: 80%; 
  text-align: left; 
  }
  .ill-1 img{
    width: 230px;
    height: 210px;
    margin: 10px;
  }
  
  
  .second-text{
    width: 80%;
    padding: 10px 0px;
    margin: 10px;
  
  }
  .second-text h1{
  font-size: 2.5rem;
  }
  .second-text h3{
    color: rgb(80, 79, 79);
    font-size: 1.2rem;
    font-weight: 400;
  
  }
  
}






#third{
background-color: #F7F7F7;
}
.third-title{
  text-align: center;
  font-size: 1.7rem;
  padding: 10px;

}
.third-container{
  display: flex;
  justify-content: center;
  padding: 15px;
}
.procedure{
  display: flex;
}
.ill-2{
  width: 20%; 
text-align: center; 
}
.ill-2 img{
  height: 390px;
  margin: 10px;
}
.ill-4{
  width: 50%; 
text-align: center; 
}
.ill-4 img{
  height: 410px;
  margin: 10px;
}






.steps-container{
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.steps{
  width: 70%;
}
.steps h3{
font-size: 1rem;
}

.steps p{
  font-size: 0.7rem;
}
@media screen and (max-width: 992px){
  .third-title{
    text-align: center;
    font-size: 1.3rem;
    padding: 10px;
  
  }
  .third-container{
    display: flex;
    flex-direction: column;
    padding: 15px;
  }
  
  
  .ill-4{
    margin: 0 auto;
  }
  .ill-4 img{
    height: 310px;
  }
  
 
 


}












/*last section*/
#fourth{
background-color: white;
}
.fourth-container{
    display: flex;
    margin: 30px 0;
    justify-content: center;
}



.ill-3{
  width: 400px; 
  height: 390px;
  margin: 30px;
}
.f-4{
padding: 30px;
width: 40%;
margin-right: 30px;
}
.f-4 h1{
  font-size: 2.7rem;
}
.f-4 h2{
    font-size: 1.2rem;

}
.f-4 h3{
  color: rgb(94, 92, 92);
  font-size: 1.2rem;
  font-weight: 400;
}
.strt-here p{
  font-size: 1rem;
  font-weight: 550;

}




.liine-text {
  position: relative;
}

.liine-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  top: 27px; /* Adjust the distance as needed */

  width: 22%;
  height: 2px; /* Adjust the height as needed */
  background-color: #49C6B4; /* Adjust the color as needed */
}




@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

.bouncing-animation {
  animation: bounce 5s infinite;
}



@media screen and (max-width: 992px){
  .fourth-container{
    display: flex;
    flex-direction: column;
    margin: 30px 0;
    justify-content: center;
    align-items: center;
}



.ill-3{
  width: 360px; 
  height: 340px;
  margin: 30px;
}
.f-4{
padding: 30px;
width: 80%;
margin-right: 30px;
}
.f-4 h1{
  font-size: 2.5rem;
}
.f-4 h2{
    font-size: 1.3rem;

}
.f-4 h3{
  color: rgb(94, 92, 92);
  font-size: 1rem;
  font-weight: 400;
}
.strt-here p{
  font-size: 1rem;
  font-weight: 550;

}



}







#last-last{
}
.last{
  text-align: center;
  padding: 30px 0;
}
.last h1{
font-size: 2rem;
}
.st-button{
  border-radius: 30px;
  border :2px solid black ;
  width: 150px;
  margin: 0 auto;
}
.st-button h2{
  font-size: 1rem;
}
.st-button a{
  color: black;
}
.st-button:hover{
  background-color: black;
}
.st-button:hover a{
  color: white;

}










footer{
    background-color:black ;
    padding: 70px 0;
    font-family: 'Poppins', sans-serif;

    left: 0;
    bottom: 0;
    width: 100%;
  }
  
  .footer-container{
    max-width:1170px;
    color:white;
    margin: auto;
  }
  
  .row{
    display: flex;
    flex-wrap: wrap;
  }
  
  ul {
    list-style: none;
    padding: 10px 0;

  }
  
  .footer-col{
    width: 15%;
    padding: 0 15px;
    flex-shrink: 0;
  }
  

  
  .footer-col p{
    width: 45%;
    font-size: 12px;
    margin-left: 6px;


  }
  .footer-col li{
    font-size: 15px;
    padding: 5px 0;

    
  }
  
  .footer-col a{
    color: rgb(173, 172, 172);
  }
  
  .footer-col, .social-links {
    width: 25%;
  }
  
  .footer-col h3{
    font-size: 15px;
    margin: 0;
    margin-bottom: 20px;
    margin-left: 0.5px;
    font-weight: bold;
  }
  
  a{
    text-decoration: none;
  }
  
  .rights-col {
    text-align: center;
    color: rgb(126, 125, 125);
    line-height: 6px;
    
    
  }
  .rights-col img{
    width: 40px;
    margin: 2px;
  }
  hr{
    color: rgb(233, 233, 233);
    height: 2px;
    margin-top: 20px;
  }

/*responsive phoneeeeee*/ 

@media(min-width:375px)and (max-width:667px){
    .footer-container{
      max-width:667px;
      color: white;
      margin: auto;
    }
    .row{
      display: flex;
      flex-direction: column;
      margin-left: 10px;
    }
    .footer-col{
      width:85%;
      padding: 0 15px;
      flex-shrink: 0;
    }
    .footer-col h3{
      font-size: 12px;
      padding-top: 10px;
      margin-bottom: 20px;
      margin-left: 0.5px;
      font-family: 'Roboto', sans-serif;
      font-weight: bold;
    }
    .footer-col p{
      width: 85%;
      font-size: 12px;


    }
   

}

/*responsive tablet*/
@media(min-width:668px)and (max-width:1000px){
  .row{
    margin-left: 30px;
  }
  .footer-col p{
    width: 55%;
    font-size: 13px;
 }
  .footer-col img{
    width: 35%;
    margin-right: 2px;
    margin-bottom: 2px;  
  }
  .footer-col{
    width: 25%;
    padding: 0 15px;
    flex-shrink: 0;
  }
  

}












