*{
    padding: 0;
    padding: 0;
}
body{
  font-family: Poppins-Regular;
  background: linear-gradient(rgb(207, 255, 74),white)  ;
}
main{
    width: 100%;
   
}
.Navbar{
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: space-between;
    background: white;
    border-radius: 15px;
    height: 70px;
}
.logo{
    font-size: 18px;
    margin-top: 20px;
    margin-left: 20px;
}
.logo span{
    font-weight: bolder;
}
.nav-links{
  margin-right: 20px;
}
.nav-links ul{
    display: flex;
    flex-direction: row;
    gap: 55px;
}
li{
    list-style: none;
}
.nav-links ul li button{
    font-size: 15px;
    border: none;
    background-color: rgb(172, 231, 10);
    width: 70px;
    height: 30px;
    border-radius: 5px;
}
.nav-links ul li button img{
    width: 12px;
    height: 12px;
}
.nav-links ul li a{
    position: absolute;
    margin-top: 4px;
    color: black;
    text-decoration: none;
   
}
.hero-txt-sect{
    
    display: flex;
    flex-direction: column;
}
.hero-txt-sect button{
    border-radius: 10px;
    height: 65px;
    background: black;
    color: white;
    border: none;
    margin-top: 20px;
}
.magical{
   
}
.photo-grid{
    margin-top: 30px;
    background-position:center ;
    width: 100%;
    background-image: url('../img/photogrid.png');
    background-repeat: no-repeat;
}
.drops-section{
    width: 100%;
    
}
.drops-intro{
   text-align: center;          
}
.drops-head{
    font-family: Poppins-bold;
}
.drops-designer{
    font-family: Poppins-Extrabold;
    color: rgb(74, 97, 10);
}
.drops-main{
    background: #292929;
    border-radius: 15px;
}
.drops-col1{
    display: flex;
    flex-direction: column;
    
}
.drops-logo{
    height: 70px;
}
.drops-cap{
    font-family: Poppins-bold;
    color: white;
}
.drops-det{
    font-weight: lighter;
    color: rgba(255, 255, 255, 0.596);
   font-family: Poppins-light;
}
.main2 form{
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: white;
    
}
.drops-col1 form  div span{
    color: white;
}
input[type=radio]{
    
    width: 20px;
    height: 20px;
    
}
.drops-minor{
    display: flex;

}
.minor-col1,.minor-col2{
    background: #292929;
    border-radius: 15px;
}
.sect2{
    background: white;
    border: 2px solid transparent;
}
.people{
    
}
.algorithm{
    
}
.genarate-form{
    
}
.genarate-form .form{
   
    background: rgb(207, 255, 74);
    border-radius: 50px;
}
.journey-txt{
    font-family: poppins-bold;
    color: #292929;
}
.ask-txt{
    font-family: poppins-bold;
    color:rgb(67, 90, 5) ;
}
.generate-input{
    display: flex;
    flex-direction: row;
}
.generate-btn{
    text-align: center;
    font-family: Poppins-Regular;
    border: none;
    font-size: 20px;
    font-weight: 900;
    color: black;
    background: rgb(165, 84, 241);
}
.build-btn{
    font-weight: 900;
    text-align: center;
    font-family: Poppins-Regular;
    border: none;
   display: flex;
   flex-direction: row;
    color: black;
    background: rgb(207, 255, 74);
}

.build-btn img{
    width: 12px;
    height: 12px;
    margin-top: 5px;
}
.test-sect{
    gap: 20px;
   
    display: flex;
    flex-direction: column;
}
.community{
    background: rgb(243, 120, 120);
}
.unleash{
    background: rgb(207, 255, 74);
}
.footer{
    background: black;
}
.light-gray{
    color: rgba(0, 0, 0, 0.432);
}