@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sriracha&display=swap');


*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    box-sizing: border-box;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
}

body {
    font-family: 'Nunito', sans-serif;
    margin: 0;
    padding: 0;
    min-height: 50vh;
    overflow-x: hidden;
    text-align: center;
}

html {
    scroll-behavior: smooth;
}

a {
    color: #0d0d0d;
}

/* NAVBAR STYLING STARTS */

.content {
    max-width: 98%;
    margin: auto;
    padding: 0 30px;
}

.navbar {
    position: fixed;
    width: 100%;
    z-index: 3;
    padding: 8px 0;
    transition: all 0.4s ease;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    background-color: #fffffe;
}


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

.navbar .logo a {
    font-family: 'Sriracha', cursive;
    color: #0d0d0d;
    font-size: 32px;
    font-weight: 600;
    text-decoration: none;
}


/*----------------------------> Nav ENDS Here <----------------------------*/
/*----------------------------> Section 1 Starts Here <----------------------------*/

.section-1 {
    min-height: 94vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
    padding-top: 6rem;
    padding-left: 100px;
    background-color: #eff0f3;
}

.s1-card {
    height: fit-content;
    width: 100%;
    min-width: 270px;
    max-width: 28rem;
    padding: 2vw;
    margin: 0.5rem;
    background-color: #fffffe;
    border-radius: 12px;
    box-shadow: 0px 1px 10px 4px rgba(0, 0, 0, 0.1);
}

.s1c-head {
    width: 100%;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.s1c-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.s1cfd {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 97%;
    margin-top: 1rem;
}

.s1cfd-lable {
    width: 97%;
    text-align: left;
    font-size: 18px;
    padding-left: 0.60rem;
    font-weight: 600;
}

.s1cfd-input-d {
    width: 100%;
}

.s1cfd-input {
    width: 98%;
    height: 2.25rem;
    font-size: 18px;
    margin-top: 0.25rem;
    padding-left: 0.65rem;
    border-radius: 6px;
    border: 1px solid #2b2c34;
}

.g-recaptcha {
    margin-top: 1rem;
}

.forgot-password {
    margin-top: 10px;
    display: block;
    color: #1976d2;
    text-decoration: none;
    font-size: 14px;
}

.forgot-password:hover {
    text-decoration: underline;
}


.s1cf-btn-div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

.s1cf-btn,
.reset-pass-btn {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    margin-top: 0.3rem;
    padding-top: 0.40rem;
    padding-bottom: 0.40rem;
    background-color: #3da9fc;
    color: #fffffe;
    border-radius: 12px;
}

.reset-pass-btn {
    width: 80%;
}

/*----------------------------> Section 1 Signup Here <----------------------------*/
.s1-signup {
    width: 23rem;
    height: 21rem;
    margin: 0.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.s1s-head {
    width: 100%;
    text-align: left;
    font-size: 28px;
    font-weight: 600;
}

.s1s-btn {
    width: 12rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
    margin-top: 0.75rem;
    background-color: #3da9fc;
    color: #fffffe;
    border-radius: 12px;
    cursor: pointer;
}

/*----------------------------> Section 1 ENDS Here <----------------------------*/
/*----------------------------> Footer Starts Here <----------------------------*/

.footer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4rem;
    background-color: #fffffe;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    color: #0d0d0d;
    font-weight: 500;
}

.f-copyright {
    font-size: 15px;
}

.afftrax-link {
    color: #0099ff;
    font-weight: 600;
    text-decoration: none;
}


/*----------------------------> Footer Ends Here <----------------------------*/
/*----------------------------> Media Query Starts Here <----------------------------*/

@media (max-width: 1230px) {
    .content {
        padding: 0 60px;
    }

    .section-1 {
        padding-left: 60px;
    }
}

@media (max-width: 1100px) {
    .content {
        padding: 0 40px;
    }

    .section-1 {
        padding-left: 50px;
    }

    .s1s-head,
    .s1c-head {
        font-size: 26px;
    }
}

@media (max-width: 900px) {
    .content {
        padding: 0 10px;
    }

    .section-1 {
        padding-left: 0.5rem;
    }

    .s1-signup {
        height: 9rem;
        width: 27rem;
    }

    .s1s-head {
        font-size: 25px;
    }
}

@media (max-width: 868px) {
    body.disabled {
        overflow: hidden;
    }

    .icon {
        display: block;
    }

    .icon.hide {
        display: none;
    }

    .s1s-head,
    .s1c-head {
        font-size: 25px;
    }
}

@media (max-width: 768px) {

    .s1s-head,
    .s1c-head {
        font-size: 24px;
    }
}

@media (max-width: 468px) {

    .s1s-head,
    .s1c-head {
        font-size: 22px;
    }

    .s1cfd-lable {
        font-size: 16px;
    }

    .s1cfd-input {
        width: 98%;
        height: 2.15rem;
        font-size: 14px;
    }



}

@media (max-width: 380px) {
    .navbar .logo a {
        font-size: 27px;
    }

    .g-recaptcha {
        transform: scale(0.80);
        -webkit-transform: scale(0.80);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        margin-left: 3.5rem;
    }
}

/*----------------------------> Media Query Ends Here <----------------------------*/