.heading h1{
    margin: 2rem 0;
    font-weight: 600;
}
.form_field label{
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.form_field .star{
    color: red;
    font-size: 1.5rem;
}


.login{
    margin: 3.5rem 0 ;
    width: 50%;
    text-align: center;    
}
.login button{
    font-weight: 600;
    padding: 0.3rem 2.8rem;
    border-radius: 11px;
}
.form_field input{
    width: 50%;
    background-color: #FFF4CC;
}

.signin{
    width: 50%;
    text-align: center;
}
.signin h6{
    font-size: 1rem;
}
.signin a{
    color: #FF396A;
    text-decoration: none !important;
    font-weight: 700;
}
.image{
    display: flex;
    justify-content: center;
    align-items: center;
}
.image img{
    height: 25rem;
}

.mob-search {
    display: none;
}

.mob-navbar {
    display: none;
}

.mobile-nav {
    display: none;
}

@media (min-width: 750px) and (max-width: 980px) {
    .heading h1 {
        font-size: 1.8rem;
    }

    .form_field input {
        width: 90%;
    }

    .signin {
        width: 90%;
    }

    .login {
        width: 80%;
        text-align: start;
    }

    .image img {
        height: 20rem;
    }

}

@media (min-width: 1000px) and (max-width: 1380px) {
    .form_field input {
        width: 80%;
    }
}

@media (min-width: 350px) and (max-width: 480px) {
    nav {
        display: none !important;
    }

    .mobile-nav {
        width: 100%;
        display: flex;
        height: fit-content;
        padding: 1rem;
        background-color: #FFCB05;
        justify-content: space-between;
        align-items: center;
    }

    .mobile-nav img {
        height: 5rem;
        /* position: absolute; */
        background-color: #FFF;
        border-radius: 50px;
    }

    .mob-search {
        display: flex;
        background-color: #FFFFFF;
        padding: .5rem !important;
        width: 12rem;
        justify-content: space-around;
        border-radius: 10px;
        align-items: center;
        height: fit-content;
    }

    .mob-search input {
        width: 9.5rem;
        border: none !important;
        outline: none !important;
        font-size: .8rem;
    }

    .mob-search span img {
        height: 1rem;
    }

    .search-div {
        width: 90%;
    }

    .search-div h1 {
        font-size: 1rem;
    }

    .mob-navbar {
        bottom: 0;
        padding: .5rem 1rem !important;
        width: 100%;
        position: fixed;
        height: fit-content;
        display: flex;
        background-color:#FFCB05;
        justify-content: space-between;
        z-index: 1;
    }

    .mob-navbar button {
        background: none;
        margin: 0;
        padding: 0;
        border: none;
    }

    .sign_in-row {
        display: flex;
        flex-direction: column-reverse;
        height: fit-content;
    }

    .image img {
        height: 12rem;
    }

    .heading {
        padding: 0 2rem 2rem;
        height: fit-content;
    }

    .form_field input {
        width: 100%;
    }

    .login {
        width: 100%;
        margin: 2rem auto !important;
    }

    .login button {
        width: 80%;
    }

    .signin {
        width: 100%;
        text-align: center;
        margin: 0 auto !important;
    }

    .signin h6 {
        font-size: .8rem;
    }
}

@media (min-width: 500px) and (max-width: 700px) {
    nav {
        display: none !important;
    }

    .mobile-nav {
        width: 100%;
        display: flex;
        height: fit-content;
        padding: 1rem;
        background-color: #FFCB05;
        justify-content: space-between;
        align-items: center;
    }

    .mobile-nav img {
        height: 5rem;
        /* position: absolute; */
        background-color: #FFF;
        border-radius: 50px;
    }

    .mob-search {
        display: flex;
        background-color: #FFFFFF;
        padding: .5rem !important;
        width: 15rem;
        justify-content: space-around;
        border-radius: 10px;
        align-items: center;
        height: fit-content;
    }

    .mob-search input {
        width: 9.5rem;
        border: none !important;
        outline: none !important;
        font-size: .8rem;
    }

    .mob-search span img {
        height: 1.2rem;
    }

    .search-div {
        width: 90%;
    }

    .search-div h1 {
        font-size: 1rem;
    }

    .mob-navbar {
        bottom: 0;
        padding: .5rem 1rem !important;
        width: 100%;
        position: fixed;
        height: fit-content;
        display: flex;
        background-color:#FFCB05;
        justify-content: space-between;
        z-index: 1;
    }

    .mob-navbar button {
        background: none;
        margin: 0;
        padding: 0;
        border: none;
    }

    .sign_in-row {
        display: flex;
        flex-direction: column-reverse;
        height: fit-content;
    }

    .image img {
        height: 12rem;
    }

    .heading {
        padding: 0 2rem 2rem;
        height: fit-content;
    }

    .form_field input {
        width: 100%;
    }

    .login {
        width: 100%;
        margin: 2rem auto !important;
    }

    .login button {
        width: 80%;
    }

    .signin {
        width: 100%;
        text-align: center;
        margin: 0 auto !important;
    }

    .signin h6 {
        font-size: .8rem;
    }
}