@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

a {
    text-decoration: none;
    color: black;
}

.logo_jj {

    width: 9%;
    margin: -21px 0px 0px 0px;
}

.menu_jj {
    display: none;
}

.menu_body {
    display: block;
}

.sidebar_menu span {
    font-size: 21px;
    color: aquamarine;
}

.sidebar_name span {
    font-size: 17px;
    font-weight: 600;
}

.fiest_banner {
    padding: 100px 0px 0px 0px;
}

.headding_first {
    text-align: center;
    font-size: 51px;
    line-height: 61px;
    font-family: math;
}


.main_img_section img {
    width: 100%;
}

.images_section {
    padding: 110px 0px 0px 0px;
}

.headin_img_sect {
    position: absolute;
    right: 131px;
    top: 495px;
    font-size: 30px;
    font-weight: 500;
    font-family: math;
}

.header-main {
    backdrop-filter: blur(10px);
    position: sticky;
    top: 0;
    z-index: 999;


}

.jje_section {
    padding: 50px 0px 50px 0px;
}

.jje_heading_main {
    text-align: center;
    font-size: 41px;
    line-height: 45px;
    font-weight: 500;
    font-family: math;

}

.second-jj_headin {
    text-align: center;
    font-size: 54px;
    line-height: 55px;
    font-weight: 500;
    font-family: math;
}

.second_headin_jje {
    padding: 41px 0px 30px 0px;
}

.img_section_jje img {
    width: 100%;
}

.jee_india_img img {
    width: 100%;
}

.last_section_hadding {
    padding: 50px 0px 50px 0px;
}

.last_section_jje_heading {
    text-align: center;
    font-size: 46px;
    line-height: 50px;
    font-weight: 500;
    font-family: math;
}

.last_jjje img {
    width: 100%;
}

.images_last_img {
    padding: 50px 0px 86px 0px;
}

.from_decription p {
    font-size: 43px;
    /* text-align: center; */
    font-weight: inherit;
    line-height: 46px;

}

.from_decription span {
    font-size: 16px;
    font-weight: 500;
}

.jje_from {
    padding: 42px 0px 42px 0px;
}

.jje_from1 {
    padding: 42px 0px 168px 0px;

}

.form_cont_jjee {
    padding: 16px;
    font-size: 13px;
    font-weight: 600;
}

.jje_btn_submit {
    width: 25%;
    /* height: 14vh; */
    font-size: 17px;
    font-weight: 600;
}

.footer_section {
    background-color: #2a2929;
    /* padding: 20px 0px 20px 0px; */
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);

}

.footer_headnig {
    color: white;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    font-family: math;
}

.upper_footer {
    /* padding: 21px 0px 21px 0px; */
    background-color: #3c3d4a;
}

.upper_img {
    text-align: center;
}


/* main_foote css start  */

.main_div{
    justify-content: center;
}
.mainfooter{
    position: fixed;
    bottom: 0%;
    display: flex;
    background-color: #d40d0dde;
    width: 100%;
    height: 9vh;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.child_div span{
    color: white;
    font-size: 13px;
}
.third_child span{
    color:red;
    font-size: 13px;


}
.third_child {
    background: white;
    height: 43px;
    width: 49%;
    padding: 7px;
    border-radius: 15px;
}
.child_div span :hover{
    background: white;
    color: red;
    height: 43px;
    width: 49%;
    padding: 7px;
    border-radius: 15px;

}



/* media queries start  */






@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu_jj {
        background: white;
        display: block;
        margin: -50px 0px 0px auto;
        border: none;
        color: black;
        font-size: 27px;    }

    .logo_jj {
        width: 16% !important;
    }

    .fiest_banner {
        padding: 28px 0px 0px 0px !important;
    }

    .headding_first {

        font-size: 23px !important;
        line-height: 32px !important;

    }

    .images_section {
        padding: 38px 0px 0px 0px !important;
    }

    .headin_img_sect {

        right: 13px !important;
        top: 210px !important;
        font-size: 11px !important;
        font-weight: 700 !important;

        line-height: 15px;

    }

    .jje_heading_main {

        font-size: 19px !important;
        line-height: 27px !important;

    }

    .second-jj_headin {

        font-size: 20px !important;
        line-height: 27px !important;

    }

    .last_section_jje_heading {

        font-size: 19px !important;
        line-height: 27px !important;

    }

    .from_decription p {
        font-size: 46px;
        line-height: 48px;
    }





}