html{
    scroll-behavior: smooth;
}
body{
    font-family: 'Manrope';

}
.signup {
    position: relative;
    overflow: hidden;
    padding: 140px 0px;
    border: 1px solid gray;
    background-size: cover;
}

.signup::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
        z-index: 1;
    border-radius: inherit;
}

.signup * {
    position: relative;
    z-index: 2;
}

.signup .container-signup {
     width: 80%;
     margin-bottom: 60px
}
.top-signup-form {
     order: 1;
}

.bottom-signup-text{
     order: 2;
}
.web-log-hide {
    display: none;
}
.everything-you-need {
    text-align: center;
}
.everything-you-need h2 {
    overflow-wrap: break-word;
    font-family: 'Manrope';
    font-weight: 700;
    text-align: left;
    font-size: 77.96px;
    line-height: 80.82px;
    color: white;
}
.form {
    position: relative;
    z-index: 1;
    padding: 30px 30px;
    border-radius: 20px;
    background-color:#d9d8d89c;
    backdrop-filter: blur(4px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.form input {
    width: 100%;
    height: 40px;
    border-radius: 8px;
    border: none;
    outline: none;
    padding: 0px 12px;
    margin-top: 5px;
    font-size: smaller;
}
.form input:focus {
    box-shadow: none;
}
.form .button1 {
    font-size: smaller;
    background-color:#063404;
    color:#45dd4a;
    width: 100%;
    height: 40px;
    border-radius: 8px;
    border: none;
    transition: ease-in-out 0.5s;
}
.form .button1:hover {
    background-color: rgba(6, 75, 6, 0.726);
}
.form .button2 {
    background-color: transparent;
    color: white;
    height: 40px;
    border-radius: 8px;
    border: none;
}
.form .button2:hover {
    background-color: transparent;
    color: rgb(211, 208, 208);
}
.form button:focus {
    outline: none;
    box-shadow: none;
}
@media (max-width:2560px){
    .container-signup{
        max-width:50% ;
    }
    .everything-you-need  h2{
        width: 100%;
     }
    .signup{
        height: 100%;
    }
}

@media screen and (max-width: 1820px) {
    .container-signup{
     max-width:65%;
    }
 }
@media (max-width:1440px){
    .container-signup{
        max-width:85% ;
    
    }
    .everything-you-need  h2{
        width: 100%;
     }
    }

@media screen and (max-width: 1024px) {
    .everything-you-need  h2{
        width: 100%;
     }
    .container-signup{
        max-width:95% ;
    }

    .container-signup{
        max-width:85% ;
    }
.signup .container-signup {
    width: 90%;
}
.form{
    padding: 20px 30px;
   }
   .everything-you-need h2 {
    font-weight: 600;
    font-size: 60px;
    padding: 0px 30px;
}

}
@media screen and (max-width: 1114px) {
    .everything-you-need h2{
        font-size:55px;
    }
}
@media screen and (max-width: 912px) {
    .everything-you-need h2 {
    font-weight: 600;
    font-size: 50px;
}
}
@media screen and (max-width:884px) {
    .signup{
        background-repeat: no-repeat;
        background-size: cover;
    }
       .everything-you-need h2{
        text-align: center;
    width: 70%;
    margin: auto;
    margin-top: 95px;
       }
       .bottom-signup-text {
        order: 2 !important;
        width:100%;
    }
    .top-signup-form {
        order: 1 !important;
    width:100%;
    margin-top:160px;
    }
    .signup {
        height:1135px;
    }
  .everything-you-need h2  br{
  display: none;
    }
}
@media screen and (max-width:852px) {
    .everything-you-need h2 {
        font-size:48px;
    }
}
@media screen and (max-width: 786px) {
    .everything-you-need h2 {
        font-size:45px;
    }
}
@media screen and (max-width: 768px) {
    .everything-you-need h2{
        text-align: center;
    }
    .everything-you-need h2 br{
        display: none;
    }
.signup .container-signup {
    width: 98%;
}
.signup-copyright{
    margin: auto;
}
.everything-you-need h2 {
    font-weight: 600;
    font-size: 50px;
    line-height:60px;
    padding: 0px;
}
.form{
    padding: 20px 20px;
   }
}

@media (min-width: 576px) {

.top-signup-form {
    order: 2;
}

.bottom-signup-text {
    order: 1;
}

}

@media screen and (max-width: 430px) {
    .top-signup-form {
        margin-top:0px !important;
        }
        .everything-you-need h2{
            width:100%;
        }
    .container-signup{
        max-width:100% ;
    }
    .web-log-hide {
    display: block;
    margin-bottom: 30px;
}
.signup{
    height:840px;
}
.web-log {
    display: none;
}
.signup .container-signup {
    width: 100%;
}
.everything-you-need h2 {
    font-weight: 500;
    font-size: 40px;
    padding: 0px 25px;
    margin-top: 40px;
}
.everything-you-need h2 {
    text-align: center;
    line-height:50px;
    margin-top: 40px;
}
   
}

@media screen and (max-width: 390px) {
    .everything-you-need h2 {
        font-size: 35px;    }  
}
@media screen and (max-width: 375px) {
    .form{
    padding: 10px 15px;
   }
   .everything-you-need h2 {
    font-size: 35px;
}
}
@media screen and (max-width: 360px) {
    .everything-you-need h2 {
        font-size: 33px;
    }
}
@media screen and (max-width: 320px) {
    .everything-you-need h2 {
    font-weight: 500;
    font-size: 30px;
    line-height:38px;
    margin-top: 50px;
    padding: 0px 10px;
}
}