*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
      scroll-behavior: smooth;

}
.centerdiv{
    margin: 0% 8%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;    
  
}
.navcontainer{
  


    display: flex;
    justify-content: center;
    align-items: center;
    height: 3rem;
     position: sticky;
    top: 0;
    z-index: 100;
}
.nav{
    display: flex;
   
    justify-content: center;
    align-items: center;
    gap: 3rem;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    border-radius: 60px;
    padding: 0px 30px;
    background-color: white;
   
    
}
.nav a{
    text-decoration: none;
    color: rgb(56, 56, 59);
    font-weight: 500;
    font-size: 0.8rem;
    opacity: 0.7;
    
}
.nav a:hover{
    color: rgb(32, 186, 168);
    opacity: 1;
}


.foot{
  
    display: flex;
    justify-content: space-between;
    padding: 3rem 0rem;
    margin: 0rem 4rem;
}
.navs{
    display: flex;
    gap: 3rem;
}
.navs a{
    
    text-decoration: none;
    color: rgb(56, 56, 59);
    font-weight: 500;
    font-size: 0.9rem;
}
.navs a:hover{
    color: rgb(32, 186, 168);
}

.mainc{
    padding: 5rem 12rem;
    opacity: 0.8;
}
.head{
    font-size: 45px;
    font-weight: 700;
}
.des{
    font-size: 16px;
    line-height: 28px;
   
}
.htext{
    padding-top: 3rem;
}
.dtetx{
    padding-top: 2rem;
}
.follow{
    
     padding-right: 8rem;
     margin-top: 2%;
    
     width: 100%;
     display: flex;
     justify-content: space-between;
     
     
}
.follows{
    
    display: flex;
    flex-direction: column;
   align-items: start;
   gap: 0.5rem;
   opacity: 0.7;
   padding-left: 4rem;
  
   width: 40%;
  
   
  
}
.socials{
    
    display: flex;
    gap: 4%;
    padding-left: 1rem;
    width: 50%;

    
}
.simg img{
    width: 25px;
    cursor: pointer;
}
.ss{
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}
.follows:hover{
    opacity: 1;
}
.mail{
    display: flex;
   padding: 3rem 4.7rem;
    justify-content: flex-start;
    gap: 1%;
    opacity: 0.7;
    cursor: pointer;
    width: 20%;
}
.mail:hover{
    opacity: 1;
    
}
.forms{
   
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 440px;
    height: 550px;
    padding: 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

    
}
.header1{
    text-align: center;
    margin: 20px 0 40px 0;
    font-size: 30px;
    font-weight: 660;
    opacity: 0.8;
    color: rgb(149, 114, 247);;

}
.inputbox .inputfield{
    width: 100%;
    
    height: 60px;
    font-size: 17px;
    padding: 0 65px;
    margin-bottom: 15px;
   border: none;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    display: flex;

}
.inputbox textarea{
    padding: 1px 75px;
}
textarea::placeholder{
    padding-top: 20px;
}
::placeholder{
    font-weight: 500;
    color: #222;
    opacity: 0.5;
    

}
.inputbox .inputfield2{
  
   width: 100%;
   
    font-size: 17px;
    
    margin-bottom: 15px;
    border: none;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    display: flex;
}
.buttondiv{
  
    

}
.btn{
    width: 100%;
    background-color: rgb(149, 114, 247);
    border: none;
    border-radius: 30px;
    cursor: pointer;
    height: 70px;
    width: 150px;
    color: white;
    font-size: 23px;
    opacity: 0.9;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;

}
.btn:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    font-size: 22px;
}

@media (min-width: 1px) and (max-width: 320px){
    .centerdiv{
    margin: 0% 8%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;    
  
}
.navcontainer{
  

  
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2rem;
     position: sticky;
    top: 0;
    z-index: 100;
}
.nav{
    display: flex;
   
    justify-content: center;
    align-items: center;
    gap: 6%;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    border-radius: 60px;
    padding: 0px 20px;
    background-color: white;
   
    
}
.nav a{
    text-decoration: none;
    color: rgb(56, 56, 59);
    font-weight: 400;
    font-size: 0.6rem;
    opacity: 0.7;
    
}

.foot{
  
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   
    width: 100%;
    margin: 0;
    padding: 0;
}
.navs{
    display: flex;
    gap: 10px;
   
    margin-bottom: 2%;
    margin-top: 3%;
}
.navs a{
    
    text-decoration: none;
    color: rgb(56, 56, 59);
    font-weight: 500;
    font-size: 10px;
    opacity: 0.7;
}
.rights{
    font-size: 10px;
}


.mainc{
    padding: 0rem 1rem;
    opacity: 0.8;
    
}
.head{
    font-size: 15px;
    font-weight: 700;
    
}
.des{
    font-size: 10px;
    line-height: 1px; 
}
.htext{
    
    padding-top: 1rem;
}
.dtetx{
    padding-top: 1rem;
    
}
.follow{
   
     padding: 0;
   
     width: 100%;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     
     
     
}
.follows{
 
    display: flex;
    flex-direction: column;
   align-items: start;
   gap: 0.5rem;
   opacity: 0.7;
   width: 100%;
   padding: 0;
  
   
  
}
.socials{
 
    display: flex;
    gap: 4%;
    width: 100%;

    
}
.simg img{
    width: 20px;
    cursor: pointer;
}
.ss{
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
   
}
.sfolo{
    width: 100%;
}
.mail{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1%;
    opacity: 0.7;
    cursor: pointer;
    width: 100%;
    
    padding: 1rem;
}
.ss{
    font-size: 10px;
}
.sfolo{
    display: flex;
    align-items: center;
}

.forms{
   
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding: 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

    
}
.header1{
    text-align: center;
    margin: 0px 0 10px 0px;
    font-size: 18px;
    font-weight: 660;
    opacity: 0.8;
    color: rgb(149, 114, 247);

}
.inputbox .inputfield{
    width: 100%;
    height: 30px;
    font-size: 10px;
    padding: 0 15px;
    margin-bottom: 5px;
   border: none;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    display: flex;

}
.inputbox textarea{
    padding: 0px 24px;
}
textarea::placeholder{
    padding-top: 10px;
    font-size: 10px;
}

.inputbox .inputfield2{
  
   width: 100%;
   
    font-size: 10px;
    
    margin-bottom: 15px;
    border: none;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    display: flex;
    
}
.buttondiv{
  
    

}
.btn{
    width: 100%;
    background-color: rgb(149, 114, 247);
    border: none;
    border-radius: 30px;
    cursor: pointer;
    height: 1.5rem;
    width: 4rem;
    color: white;
    font-size: 13px;
    opacity: 0.9;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;

}


}
@media (min-width: 321px) and (max-width: 430px){

     .centerdiv{
    margin: 0% 8%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;    
  
}
.navcontainer{
  
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2rem;
     position: sticky;
    top: 0;
    z-index: 100;
}
.nav{
    display: flex;
   
    justify-content: center;
    align-items: center;
    gap: 0.9rem;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    border-radius: 60px;
    padding: 0px 20px;
    background-color: white;
    font-size: 1px;
   
    
}
.nav a{
    text-decoration: none;
    color: rgb(56, 56, 59);
    font-weight: 500;
    font-size: 0.6rem;
    opacity: 0.7;
    
}

.foot{
  
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   
    width: 100%;
    margin: 0;
    padding: 0;
}
.navs{
    display: flex;
    gap: 10px;
   
    margin-bottom: 2%;
    margin-top: 3%;
}
.navs a{
    
    text-decoration: none;
    color: rgb(56, 56, 59);
    font-weight: 500;
    font-size: 10px;
    opacity: 0.7;
}
.rights{
    font-size: 10px;
}


.mainc{
    padding: 0rem 1rem;
    opacity: 0.8;
    
}
.head{
    font-size: 20px;
    font-weight: 700;
    
}
.des{
    font-size: 12px;
    line-height: 1px; 
}
.htext{
   
    padding-top: 1rem;
}
.dtetx{
    padding-top: 1rem;
    
}
.follow{
   
     padding: 0;
   
     width: 100%;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     
     
     
}
.follows{
    
    display: flex;
    flex-direction: column;
   align-items: start;
   gap: 0.5rem;
   opacity: 0.7;
   width: 100%;
   padding: 0;
  
   
  
}
.socials{
   
    display: flex;
    gap: 4%;
    width: 100%;

    
}
.simg img{
    width: 25px;
    cursor: pointer;
}
.ss{
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
  
}
.sfolo{
    width: 100%;
}
.mail{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1%;
    opacity: 0.7;
    cursor: pointer;
    width: 100%;
 
    padding: 1rem;
}
.ss{
    font-size: 10px;
}
.sfolo{
    display: flex;
    align-items: center;
}

.forms{
 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding: 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

    
}
.header1{
    text-align: center;
    margin: 0px 0 10px 0px;
    font-size: 18px;
    font-weight: 660;
    opacity: 0.8;
    color: rgb(149, 114, 247);;

}
.inputbox .inputfield{
    width: 100%;
    height: 40px;
    font-size: 10px;
    padding: 0 15px;
    margin-bottom: 5px;
   border: none;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    display: flex;

}
.inputbox textarea{
    padding: 0px 24px;
}
textarea::placeholder{
    padding-top: 10px;
    font-size: 10px;
}

.inputbox .inputfield2{
  
   width: 100%;
   
    font-size: 10px;
    
    margin-bottom: 15px;
    border: none;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    display: flex;
    
}
.buttondiv{
  
    

}
.btn{
    width: 100%;
    background-color: rgb(149, 114, 247);
    border: none;
    border-radius: 30px;
    cursor: pointer;
    height: 2.5rem;
    width: 6rem;
    color: white;
    font-size: 13px;
    opacity: 0.9;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;

}



}
@media (min-width: 431px) and (max-width: 768px){



    .centerdiv{
    margin: 0% 8%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;    
  
}
.navcontainer{
  

    
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.4rem;
     position: sticky;
    top: 0;
    z-index: 100;
}
.nav{
    display: flex;
 
    justify-content: center;
    align-items: center;
    gap: 14%;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    border-radius: 60px;
    padding: 0px 70px;
    background-color: white;
   
    
}
.nav a{
    text-decoration: none;
    color: rgb(56, 56, 59);
    font-weight: 500;
    font-size: 0.7rem;
    opacity: 0.7;
    
}

.foot{
  
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   
    width: 100%;
    margin: 0;
    padding: 0;
}
.navs{
    display: flex;
    gap: 40px;
   
    margin-bottom: 2%;
    margin-top: 3%;
}
.navs a{
    
    text-decoration: none;
    color: rgb(56, 56, 59);
    font-weight: 500;
    font-size: 10px;
    opacity: 0.7;
}
.rights{
    font-size: 10px;
}


.mainc{
    padding: 0rem 1rem;
    opacity: 0.8;
   
}
.head{
    font-size: 32px;
    font-weight: 700;
    
}
.des{
    font-size: 14px;
    line-height: 1px; 
}
.htext{
   
    padding-top: 1rem;
}
.dtetx{
    padding-top: 1rem;
    
}
.follow{
    
     padding: 0;
   
     width: 100%;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     
     
     
}
.follows{
    
    display: flex;
    flex-direction: column;
   align-items: start;
   gap: 0.5rem;
   opacity: 0.7;
   width: 100%;
   padding: 0;
  
   
  
}
.socials{
 
    display: flex;
    gap: 4%;
    width: 100%;

    
}
.simg img{
    width: 23px;
    cursor: pointer;
}
.ss{
    cursor: pointer;
    font-size: 10px;
    font-weight: 600;
  
}
.sfolo{
    width: 100%;
}
.mail{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1%;
    opacity: 0.7;
    cursor: pointer;
    width: 100%;
   
    padding: 1rem;
}

.sfolo{
    display: flex;
    align-items: center;
}

.forms{
  
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding: 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

    
}
.header1{
    text-align: center;
    margin: 0px 0 10px 0px;
    font-size: 18px;
    font-weight: 660;
    opacity: 0.8;
    color: rgb(149, 114, 247);;

}
.inputbox .inputfield{
    width: 100%;
    height: 42px;
    font-size: 10px;
    padding: 0 45px;
    margin-bottom: 5px;
   border: none;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    display: flex;

}
.inputbox textarea{
    padding: 0px 52px;
}
textarea::placeholder{
    padding-top: 10px;
    font-size: 10px;
}

.inputbox .inputfield2{
  
   width: 100%;
    font-size: 10px;
    margin-bottom: 15px;
    border: none;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    display: flex;
    
}
.buttondiv{
  
    

}
.btn{
  
    background-color: rgb(149, 114, 247);
    border: none;
    border-radius: 30px;
    cursor: pointer;
    height: 2.5rem;
    width: 8rem;
    color: white;
    font-size: 13px;
    opacity: 0.9;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;

}

}
@media (min-width: 769px) and (max-width: 1024px){
       .centerdiv{
    margin: 0% 8%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;    
  
}
.navcontainer{
  

    border: 2px solid black;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.4rem;
     position: sticky;
    top: 0;
    z-index: 100;
}
.nav{
    display: flex;
   
    justify-content: center;
    align-items: center;
    gap: 27%;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    border-radius: 60px;
    padding: 0px 120px;
    background-color: white;
   
    
}
.nav a{
    text-decoration: none;
    color: rgb(56, 56, 59);
    font-weight: 500;
    font-size: 0.7rem;
    opacity: 0.7;
    
}

.foot{
  
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   
    width: 100%;
    margin: 0;
    padding: 0;
}
.navs{
    display: flex;
    gap: 40px;
   
    margin-bottom: 2%;
    margin-top: 3%;
}
.navs a{
    
    text-decoration: none;
    color: rgb(56, 56, 59);
    font-weight: 500;
    font-size: 10px;
    opacity: 0.7;
}
.rights{
    font-size: 10px;
}


.mainc{
    padding: 0rem 1rem;
    opacity: 0.8;

}
.head{
    font-size: 32px;
    font-weight: 700;
   
}
.des{
    font-size: 14px;
    line-height: 1px; 
}
.htext{
   
    padding-top: 1rem;
}
.dtetx{
    padding-top: 1rem;
    
}
.follow{
  
     padding: 0;
   
     width: 100%;
     display: flex;
   
     justify-content: space-between;
     
     
     
}
.follows{
    
    display: flex;
    flex-direction: column;
   align-items: start;
   gap: 0.5rem;
   opacity: 0.7;
   width: 40%;
   padding: 0;
  
   
  
}
.socials{
    
    display: flex;
    gap: 4%;
    width: 100%;

    
}
.simg img{
    width: 20px;
    cursor: pointer;
}
.ss{
    cursor: pointer;
    font-size: 9px;
    font-weight: 600;
   
}
.sfolo{
    width: 100%;
}
.mail{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1%;
    opacity: 0.7;
    cursor: pointer;
    width: 100%;
    
    padding: 1rem;
}

.sfolo{
    display: flex;
    align-items: center;
}

.forms{
   
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding: 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

    
}
.header1{
    text-align: center;
    margin: 0px 0 10px 0px;
    font-size: 18px;
    font-weight: 660;
    opacity: 0.8;
    color: rgb(149, 114, 247);;

}
.inputbox .inputfield{
    width: 100%;
    height: 42px;
    font-size: 10px;
    padding: 0 45px;
    margin-bottom: 5px;
   border: none;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    display: flex;

}
.inputbox textarea{
    padding: 0px 52px;
}
textarea::placeholder{
    padding-top: 10px;
    font-size: 10px;
}

.inputbox .inputfield2{
  
   width: 100%;
    font-size: 10px;
    margin-bottom: 15px;
    border: none;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    display: flex;
    
}
.buttondiv{
  
    

}
.btn{
  
    background-color: rgb(149, 114, 247);
    border: none;
    border-radius: 30px;
    cursor: pointer;
    height: 2.5rem;
    width: 8rem;
    color: white;
    font-size: 13px;
    opacity: 0.9;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;

}

}
@media (min-width: 1025px){
    
    .socials{
        
        width: 100%;
    }
}