@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');

* {
    margin: 0;
    padding: 0;
    /* box-sizing: border-box; */
}




body {
    font-family: "poppins", sans-serif;
    overflow-x: hidden;
}

td font{
    display: grid;
    text-align: center;
    font-weight: bold;
}


/* nav bar section */
* {
    margin: 0;
    padding: 0;
}

.nav-main {
    background-color: #1a202c;
    display: flex;
    align-items: center;
}

.nav-left {
    background-color: #1a202c;
    display: flex;
    align-items: center;
    flex: 1;
    margin-left: 15px;
}


.nav-log img {
    height: 80px;
}


.nav-name h1 {
    font-size: 2rem;
    margin-left: 40px;
}

.nav-name a {
    color: #ffffff;
    text-decoration: none;
    font-size: 2rem;
    font-weight: bold;
    color: rgb(18, 243, 243);
}

.nav-name a:hover {
    color: #fafafb;
    text-shadow: 0.025em 0.025em 0 #279bb8,
        0.05em 0.05em 0 rgb(9, 94, 141),
        0.075em 0.075em 0 rgba(19, 142, 149, 0.566),
        0.1em 0.1em 0 rgba(21, 164, 226, 0.505);
}



.nav-menu {
    list-style: none;
    display: flex;
}

.nav-menu a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.5rem;
    padding: 10px;
    margin: 0px 15px;
}

.nav-menu a:hover {
    color: rgb(18, 243, 243);
}

.toggle {
    font-size: 30px;
    display: none;
}

/* middle section */

.bacpag {
    margin-left: 240px;
    margin-right: 240px;
    background-color: #efefef;
    margin-top: 10px;
    padding-bottom: 15px;
}

.firtpo {
    background-color: rgb(180, 180, 180);
    display: grid;
    grid-template-columns: 1fr 2.5fr;
    grid-template-rows: 1fr;
    padding-top: 10px;
    padding-bottom: 10px;
}

.lefpo {
    padding-left: 5px;
    font-size: 1.6rem;
    font-weight: bold;
}

.rightpo {
    font-size: 1.3rem;
}

/* crucial date section */

.crushi {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    margin-top: 10px;
    margin-bottom: 10px;
}

.crushi1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    margin-top: 10px;
    margin-bottom: 10px;
}

.s1s {
    padding: 10px;
}

.s1s1 {
    border: 1px solid black;
    padding: 10px;
}

.s2s2 {
    border: 1px solid black;

    padding: 10px;
}

.s2s{
 
    background: url(../../../../logo.png) top center no-repeat;
    background-size: contain;
}

.s2s1p{
 
    background: url(total.jpg) top center no-repeat;
    background-size: contain;
    padding: 14% 50%;
}

.crudat {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.9rem;
    font-weight: bold;
}

.alldat {
    display: grid;
font-size: 1.6rem;
grid-template-columns: 2fr 1fr;
}

.dat2 {
    color: #1e901e;
    font-weight: bold;
}

.dat3 {
    color: #901e1e;
    font-weight: bold;
}

.dat4 {
    font-weight: bold;
}

.dat5 {
    font-weight: bold;
}


/* fees structure section */


.crushi1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
}



.alldat01{
    font-size: 1.6rem;
}

/* Elegibility Criteria */


.ele {
    display: flex;
    justify-content: center;
    font-size: 1.6rem;
}

.ae {
    font-size: 2rem;
    padding-top: 10px;
    padding-bottom: 10px;
    color: brown;
    font-weight: bold;
}

table {
    width: 100%;
    margin-top: 0%;
    margin-bottom: 10px;
}

back-page .ele .cc {
    color: aqua;
}

.be {
    color: rgb(37, 57, 37);
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ce {
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 10px;
}

/* total post section */

.tot {
    display: flex;
    /* align-items: center; */
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.6rem;
    border: 1px solid black;
    margin-top: 10px;
}

.al1 {
    font-weight: bold;
    padding-right: 5px;
    padding-left: 5px;
}
.al1 span{
    color: #242424;
}

/* you tube channel section */

.al2 img {
    height: 70px;
    display: flex;
    align-items: center;
}

/* fill this area */

.fillff {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
}

.fillfi {
    font-size: 2rem;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 5px;
}

.fill-1 {
    font-size: 1.3rem;
    padding: 10px;
    font-weight: bold;
    color: #bd6207;
    display: flex;
    justify-content: center;
}

.fill-1 a {
    text-decoration: none;
    color: #bd6207;
}

.fill-1 a:hover {
    font-weight: bold;
    color: rgb(14, 109, 109);
}

.fill-2 {
    font-size: 1.3rem;
    font-weight: bold;
    color: #341f78;
    padding: 10px;
    display: flex;
    justify-content: center;
}

.fill-2 a {
    text-decoration: none;
    color: #341f78;
}

.fill-2 a:hover {
    font-weight: bold;
    color: rgb(14, 109, 109);
}

.fill-3 {
    font-size: 1.3rem;
    font-weight: bold;
    color: #0c571b;
    padding: 10px;
    display: flex;
    justify-content: center;
}

.fill-3 a {
    text-decoration: none;
    color: #0c571b;
}

.fill-3 a:hover {
    font-weight: bold;
    color: rgb(14, 109, 109);
}

.par1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 20%;
    padding-right: 20%;
    padding-top: 30px;
    padding-bottom: 10px;
    text-align: center;
    color: #1a202c;
    font-weight: bold;
    font-size: 1.3rem;
}





/* footer section  */

.popcen {
    display: flex;
    justify-content: center;
}


.popup {
    position: absolute;
    width: 240px;
    height: 135px;
    background: rgb(236, 236, 236);
    border-radius: 6px;
    text-align: center;
    margin-top: -124px;
    padding: 0px;
    color: #000000;
    border: 1px solid black;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-style: dashed;
    visibility: hidden;
}

.open-popup {
    visibility: visible;
}


.footdis {

    background-color: #1a202c;
    color: aliceblue;
}

.gfs1 {
    margin-top: 15px;
    border: 1px solid rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    padding: 4px
}



.midd210 {
    padding: 5px;
    font-size: 16px;
}

.footmain1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 10px;
    margin: 0% 8%;
    background-color: #1a202c;
}

.footfirst,
.footmid,
.footlast {
    padding: 15px;
}

.footfirst h2 {
    font-size: 3rem;
    color: aqua;
}

.footfirst h2 span {
    font-size: 2rem;
    color: white;
}

.footfirst p {
    padding: 5px 0px;
    color: #8d8d8d;
}

.footmail {
    font-size: 1.3rem;
    padding-bottom: 15px;
}

.social {
    size: 10px;
    color: black;
}

.social a {
    border: 1px solid rgb(70, 57, 121);
    color: rgb(49, 168, 205);
    width: 41px;
    height: 41px;
    padding-top: 5px;
    margin-right: 6px;
    text-align: center;
    display: inline-block;
    font-size: 1.6rem;
    border-radius: 5px;
}

.social :hover {
    border-color: white;
    color: rgb(255, 255, 255);
    transition: all .4s;
}

.footquick {
    margin-top: 10px;
    margin-left: 40px;

}

.footquick a {
    color: white;
    font-size: 1.3rem;
    padding: 1px;
    text-decoration: none;
}

.footquick a:hover {
    color: aqua;
    text-shadow: 0.025em 0.025em 0 #b8b827,
        0.05em 0.05em 0 rgb(190, 213, 225),
        0.075em 0.075em 0 rgb(229, 146, 67),
        0.1em 0.1em 0 rgba(226, 21, 21, 0.505);
}


.footed {
    font-size: 2rem;
    display: flex;
    justify-content: center;
    color: rgb(49, 168, 205);
    padding-top: 12px;
}

.footlast p {
    margin-top: 15px;
    color: #8d8d8d;
}




.footer-bottom {
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
    text-align: center;
}









































/* responsive area */


@media screen and (max-width:1300px) {



    
    /* footer Section */

    .footmain1 {
        margin: 0% 0%;
    }
}

@media screen and (max-width: 1250px) {


    .nav-left {
        margin-left: 5px;
    }

    .nav-name h1 {
        margin-left: 20px;
    }

    .nav-menu a {
        padding: 5px;
        margin: 0px 5px;
    }
}

@media screen and (max-width:1200px) {
    .bacpag {
        margin-left: 100px;
        margin-right: 100px;
    }

    .lefpo {
        font-size: 1.3rem;
    }

    .rightpo {
        font-size: 1rem;
    }



    

    .crushi1 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
    }

}

@media screen and (max-width: 1100px) {
    .crushi {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
    }
    .s2s{
        display: none;
    }

    

    /* footer section  */

    .footmain1 {
        grid-template-columns: 1fr;
        justify-content: center;
    }

    .footfirst,
    .footmid,
    .footlast {
        display: grid;
        justify-items: center;

    }


}
@media screen and (max-width: 1050px) {


    .nav-menu.active,
    .toggle {
        display: block;
    }

    .nav-main {
        display: block;
        position: relative;
    }

    .nav-menu {
        margin-top: 15px;
        padding-bottom: 10px;
        margin-left: 10px;
        display: none;
    }

    .nav-menu li {
        padding: 5px 0px;
        margin: 10px 0px;
    }

    .toggle {
        position: absolute;
        top: 28px;
        right: 20px;
    }

    .toggle a {
        color: #ffffff;
    }

    .toggle a:hover {
        color: #279bb8;
    }
}


@media screen and (max-width:800px) {


    .bacpag {
        margin-left: 0px;
        margin-right: 0px;
    }

    .lefpo {
        font-size: 1rem;
    }

    .rightpo {
        font-size: 0.8rem;
    }

    .crushi1 {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
    }

    .crudat{
        font-size: 1.5rem;
    }

    .alldat{
        font-size: 1rem;
    }

    .ele{
        font-size: 1.3rem;
    }

    .tot{
        font-size: 1.3rem;
    }

    .ce {
        padding-left: 10px;
    }

    .alldat01{
        font-size: 1rem;
    }

}


@media screen and (max-width: 550px) {
    
    
    
    .nav-menu a {
        font-size: 1rem;
    }
    
    .nav-name h1 {
        font-size: 1.3rem;
        margin-left: 10px;
    }
    

    .nav-log img {
        width: 50px;
        height: 50px;
    }
    
    .toggle {
        position: absolute;
        top: 12px;
        right: 10px;
    }

    
    /* footer section  */

    .footfirst h2 {
        font-size: 2rem;
    }


}


@media screen and (max-width:500px) {

    body {
        background-color: black;
    }
    .bacpag{
        background-color: black;
    }


    .firtpo {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        background-color: rgb(36, 36, 36);

    }

    .lefpo {
        display: flex;
        justify-content: center;
        text-decoration: underline;
        padding-bottom: 5px;
        color: wheat;
    }

    .rightpo {
        text-align: justify;
        padding-left: 5px;
        padding-right: 5px;
        color: white;
    }

    /* color edit section */

    .s1s{
        background-color: rgb(36, 36, 36);
        color: white;
    }

    .s1s1{
        background-color: rgb(36, 36, 36);
        color: white;
    }
    .s2s2{
        background-color: rgb(36, 36, 36);
        color: white;
    }
    .ele{
        background-color: rgb(36, 36, 36);
        color: white;
    }

    .be {
        color: rgb(0, 0, 0);
        padding-bottom: 5px;
        padding-top: 5px;
        background-color: white;
    }

    .tot{
        background-color: rgb(36, 36, 36);
        color: white; 
    }
    .par1{
        background-color: rgb(36, 36, 36);
        color: white;
    }
    
    /* close */

    .crudat {
        font-size: 1.5rem;
    }

    .alldat {
        display: grid;
        grid-template-columns: 2fr 1fr;
        font-size: 0.8rem;
    }

    .dat2 {
        display: grid;
        align-items: center;
    }

    .dat3 {
        display: grid;
        align-items: center;
    }

    .dat4 {
        display: grid;
        align-items: center;
    }

    .dat5 {
        display: grid;
        align-items: center;
    }

    .alldat01 {
        font-size: 0.8rem;
      }

    /* fees structur */

    


    /* elegibility section */

    .ae {
        font-size: 1rem;
    }

    .ele {
        font-size: 0.8rem;
    }

    /* total post section */

    .tot {
        font-size: 1rem;
    }

    /* you tube section */

    .al2 img {
        height: 45px;
    }

    /* fill this area */

    .fillfi {
        font-size: 1.3rem;
    }

    .fill-1 {
        font-size: 1rem;
    }

    .fill-2 {
        font-size: 1rem;
    }

    .fill-3 {
        font-size: 1rem;
    }
    .fillff{
        background-color: white;
    }

    .par1{
        padding-right: 5%;
        padding-left: 5%;
        font-size: 1rem;
        text-align: justify;
    }

    .al1 span {
        color: #ffffff;
      }


}






@media screen and (max-width: 360px) {
    .nav-name h1 {
        font-size: 1rem;
    }
    .crudat {
        font-size: 1rem;
      }
      .fillfi {
        font-size: 1rem;
    }

    .fill-1 {
        font-size: 0.8rem;
    }

    .fill-2 {
        font-size: 0.8rem;
    }

    .fill-3 {
        font-size: 0.8rem;
    }

    .par1{
        font-size: 0.8rem;
    }

    
    /* footer section  */

    .footfirst h2 {
        font-size: 1.3rem;
    }

    .footfirst h2 span {
        font-size: 0.8rem;
    }

    .footfirst p {
        font-size: 0.8rem;
    }

    .footmail {
        font-size: 0.8rem;
    }

    .footed {
        font-size: 1.3rem;
    }

    .footlast p {
        font-size: 0.8rem;
    }

    .footer-bottom {
        font-size: 0.8rem;
    }
    

}

@media screen and (max-width: 300px) {
    .nav-name{
        margin-left: 10px;
    }
    .nav-name h1 {
        margin-left: 0px;
        padding-right: 61px;
    }

    .fillfi {
        font-size: 0.8rem;
    }

    .fill-1 {
        font-size: 0.6rem;
    }

    .fill-2 {
        font-size: 0.6rem;
    }

    .fill-3 {
        font-size: 0.6rem;
    }

    
}



.fill-4 {
    font-size: 1.3rem;
    padding: 10px;
    font-weight: bold;
    color: #900C3F;
    display: flex;
    justify-content: center;
}

.fill-4 a {
    text-decoration: none;
    color: #900C3F;
}

.fill-4 a:hover {
    font-weight: bold;
    color: rgb(14, 109, 109);
}



@media screen and (max-width:500px) {
.fill-4 {
        font-size: 1rem;
    }
}


@media screen and (max-width: 360px) {
    .fill-4 {
        font-size: 0.8rem;
    }
}


@media screen and (max-width: 300px) {
    .fill-4 {
        font-size: 0.6rem;
    }
}


.fill-5 {
    font-size: 1.3rem;
    padding: 10px;
    font-weight: bold;
    color: #e43905;
    display: flex;
    justify-content: center;
}

.fill-5 a {
    text-decoration: none;
    color: #e43905;
}

.fill-5 a:hover {
    font-weight: bold;
    color: rgb(14, 109, 109);
}



@media screen and (max-width:500px) {
.fill-5 {
        font-size: 1rem;
    }
}


@media screen and (max-width: 360px) {
    .fill-5 {
        font-size: 0.8rem;
    }
}


@media screen and (max-width: 300px) {
    .fill-5 {
        font-size: 0.6rem;
    }
}




