*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body{

    display: block;
    justify-content: center;
    
    align-items: center;
    min-height: 100vh;
    background: linear-gradient(45deg,#F58529,#DD2A7B,#8134AF,#515BD4);

}


.cards1{
    justify-content: space-between;
    display: flex;
    gap: 2em;
    align-items: center;
}


.cards2{
    
    justify-content: space-between;
    display: flex;
    gap: 2em;
    align-items: center;
}






.cardsholder{
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
   
    margin-top: 3%;
}
#syllabus-hidden{
    display: none;
}




/* navbar */

.block1{
    background-color: #00353B;
    margin: 2em ;
} 
#logo{
    height:80px;
    transition:300ms;
 }
.logo{
    transition:100ms;
    font-size:15px;
}
header{
    z-index:999;
    display:flex;
    justify-content: space-between;
    align-items:center;
    top:0;
    left:0;
    /* background-color: #00353B; */
    position: fixed;
    width: 100%;
    /* border-bottom: 1px solid #FCD8CA; */

    background: rgba( 255, 255, 255, 0.25 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.17 );
    backdrop-filter: blur( 11.8px );
    -webkit-backdrop-filter: blur( 11.8px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
}
li{
    list-style: none;
    font-size:20px;
    width:100%;
    padding:5px 20px;
}
li a{
    color:#fff;
    width:100%;
}
.change{
    color:#000;
}
a{
    text-decoration:none;
}
.head{
    /* margin-left:10em; */
    display: flex;
    align-items: center;
}
.main-a:hover,.main-b:hover,.main-c:hover,.main-d:hover{
    color:rgb(31, 93, 71);
}
.head a{
    color: #1a1a1a;
    transition:0.3s;
}
.main-a:after{
    content:"";
    position:absolute;
    background:#148457;
    height:3px;
    width:0;
    left:10;
    bottom:-5;
    transition:0.3s;
}
.main-a:hover:after {
    width:70%;
}
.main-b:after{
    content:"";
    position:absolute;
    background:#148457;
    height:3px;
    width:0;
    left:12;
    bottom:-5;
    transition:0.3s;
}
.main-b:hover:after {
    width: 84%;
}
.main-c:after{
    content:"";
    position:absolute;
    background:#148457;
    height:3px;
    width:0;
    left:12;
    bottom:-5;
    transition:0.3s;
}
.main-c:hover:after {
    width:85%;
}
.main-d:after{
    content:"";
    position:absolute;
    background:#148457;
    height:3px;
    width:0;
    left:12;
    bottom:-5;
    transition:0.3s;
}
.main-d:hover:after {
    width: 72%;
}
.graded {
    position:relative;
}
.gra{
    cursor: pointer;
}
.down1{
    transition: 200ms ease;
}
.graded:hover .gra {
    color:rgb(31, 93, 71);
}
.graded ul{
    position:absolute;
    left:17;
    z-index:999;
    top:26;
    height:0;
    overflow:hidden;
    width:160px;
    background:#fff;
    text-align: left;
    color:#111827;
    font-style:arial;
    transition:300ms ease;
    align-items: center;
}
.graded:hover ul{
    height:106px;
} 
/* Above block is for : Default On-Hover Dropdown_size for all tabs in navbar */

.dropdownsize1:hover ul{
    height:145px;
}
/* Above block is for : Specific On-Hover Dropdown_size for Specific tab in navbar */

.dropdownsize2:hover ul{
    height:40px;
}
/* Above block is for : Specific On-Hover Dropdown_size for Specific tab in navbar */


.graded:hover .down1{
    transform:rotate(180deg);
}
.graded ul li{
    color:#000;
    font-style:arial;
    width:100%;
    overflow:visible;
    margin-left:20;
    font-weight:0;
}
.graded li{
    width:fit-content;
}
.graded ul li:hover{
    background:#43B366;
    color:white;
    /* width:100%; */
}
.bar{
    width:fill;
    height:4px;
    margin-left:-40px;
    background:#158E5E;
}
.graded ul li{
    text-decoration:none;
    margin-left:-47px;
    font-size: medium;
    width:220px;
}
.about:hover ul{
    height:75px;
}


/* 21-1-2023 strt*/
.services ul li{
    width:145px;
}
.services ul{width:120px;}
.services:hover ul{
    height:120px;
}
#menu{
    cursor:pointer;
    font-size:x-large;
    display:none;
    padding-right:5vw;
    margin-left:20px;
}
.logo_img h2 {
    font-size:20px;
    
}
#head{
    position:fixed;
    right:0;
    top:0;
    transition:400ms ease-in-out;
    width:0;
    overflow: hidden;
    background: #156930;
    height:100%;
    z-index:1000;
}
.menu_a1 a li:hover{
    background:#148457;
}
#menudrop{
    cursor:default;
    /* font-size:20px; */
}
#menudrop:hover .menu_drop{
    display:block;
}
.menu_drop {
    display:none;
    overflow: hidden;
    position:absolute;
    background: #6b7179;
}
.menu_drop li:hover{
    background-color:#4B5563;
} 
.logo_img{
    /* width:10%; */
    display:flex;
    align-items: center;
    padding-left:5vw;
}
.head_main{
    text-align: center;
}
.logo {
    font-family: 'Nunito', sans-serif;
    display:inline-block;
}
h2{
    padding:0;
    margin:0;
}
a{
    margin:0 1vw;
    color: white;
    font-family: 'Baloo 2', cursive;
    z-index:999;
    /* font-weight: bold; */
}
a:hover{
    color:rgb(185, 247, 216);
}

.yt2{
    padding-right:5vw;
    display:inline;
}
.yt{
    border:none;
    border-radius: 50px;
    display:flex;
    align-items: center;
    padding:9px 26px 9px 8px;
    font-size:larger;
    transition:300ms ease-in-out;
    cursor:pointer;
    position:relative;
    z-index:0;
}
.yt a{
    color:#111827;
    font-weight: 700;
    z-index:99;
    transition:200ms ease;
}
.yt i{
    transition:400ms ease-in-out;
}
.yt:hover .ext{
    padding-left:180px;
}
.yt:hover{
    color:white;
}
.yt:hover i{
    transform:rotate(-45deg);
}
.yt:hover a{
    color:white;
}
.ext{
    background: #158E5E;
    color:white;
    border-radius: 50px;
    padding:10px;
    position:absolute;
    transition:400ms ease;
    right:4px;
    z-index:1;
}
.block2{
    background: #00353B;
    padding: 100px 5vw 0 5vw;
    font-family: 'Poppins', sans-serif;
    font-size:40px;
    position:relative;
}
.block2 p{
    margin:0;
    padding:100px 0 120px 12px;
    width:60%;
}
.bl1 p{
    padding-top:185px;
}
.b1{
    position:absolute;
    top:250;
    right:200;
}


/* footer */
.blocklast{
    position: absolute;
    border-radius: 14px;
    z-index: 2;
    width: 100%;
    height: 11%;
    left: 0;
    transform: translateY(30%);
    
    
    
    
    background-color: #00353B;
    font-family: 'Poppins', sans-serif;
    padding:30px 1.2vw 0 1.2vw;

    background: rgba( 255, 255, 255, 0.25 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 10.5px );
    -webkit-backdrop-filter: blur( 10.5px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
}
.block8-row1{
    
    display: flex;
    justify-content: space-between;
   
}
.footer-btn{
    display: inline-block;
    align-items: center;
    justify-content: center;
    padding: 0.5em;
    text-align: center;
    cursor: pointer;
    width: 26%;
    height: 30%;
    border-radius: 10px ;
    background-color: #222222;
    
    opacity: 0.8;
    margin-bottom: 0.2em;
    transition: 0.3s ease;
}

.footer-btn:hover{
    
    opacity: 0.9;
}

.footer-btn a{
    font-size: 0.9rem;
}

.block8-col2 img{
    display: flex;
    position: absolute;
    margin-top: -1.5%;
    opacity: 0.8;
    
    transform: translateX(-90%);
   
   
    

    width: 12%;
}


.footer-txt p{
    color: rgb(22, 22, 22);
    opacity: 0.7;
}

.footer-icons{
    margin-bottom: 1.5%;
    
    
}

.footer-icons a i{
    color: rgb(22, 22, 22);
    opacity: 0.7;
}

.b10{
    text-align:center;
    padding-top:70px;
    margin-bottom: 60px;
}
.block8 h1{
    font-size: 45px;
}
.logo2{
    display:flex;
    align-items: center;
}
footer{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.f1{
    text-align: left;
    width:60%;
    margin-bottom: 30px;

}
.f2{
    width:60%;
    margin-top: 30px;
}
.f2 p{
    font-size:25px;
    padding-left:15px;
}
hr{
    border:none;
    border-top:1px solid rgb(199, 204, 202);
}
.notes{
    overflow: hidden;
}
.question_hide{
    display:none;
    transition:200ms ease-in-out;
}
.question_show{
    display:block;
    transition:200ms ease-in-out;
}
/* About us page css */
.blo3{
    background:#FCD8CA;
    padding:25px 5vw;
}
.blo3 a{
    color:black;
}
.block4_abt{
    font-size:small;
    padding:100px 0;
}
.yt3{
    margin-top: 0.2em;
    margin-left:-15px;
}
.yt{
    
    margin-bottom: 0.5em;
}

.block4_abt li {
    font-size:15px;
}
.block4_abt h4{
    color:#111827;
    margin-bottom: 30px;
}
/* Contact us page css */

.form1{
    width:44%;
}
form{
    font-size: small;
}
.form1 input{
    width:100%;
    border-radius: 10px;
    border:1px solid black;
    padding:10px 20px;
    margin-bottom: 20px;
}
textarea{
    width:100%;
    height:200px;
    border-radius:10px;
    padding: 10px 20px;
}
.form1 h2{
    font-size: 40px;
    margin-bottom: 15px;
}
form button{
    background: #43B366;
    color:white;
    padding:15px 30px;
    margin-top:15px;
    border-radius: 10px;
    border:none;
    transition: 200ms ease-in-out;
}
form button:hover{
    margin-top:18px;
    background:#158E5E;
}
.block4_cont{
    display:flex;
    justify-content: space-evenly;
    padding:70px 5vw;
    background:#00353B;
    color:#fff;
    height:1100px;
    padding-top:150px;
}
.cont_img img{
    width:500px;
    max-width:500px;
    border-radius: 20px;
    margin-left:20px;
}
.cont_img{
    border-radius:20px;
}
.block5_cont{
    background:#FCD8CA;
    color:#111827;
    display:flex;
    justify-content: space-evenly;
    align-items: center;
    margin:0px 10vw;
    border-radius: 30px;
    padding:100px 40px;
    font-size: large;
    margin-top:-180px;
}
.block5_cont h2{
    margin-bottom:5px;
    font-size:2vw;
}
.block5_cont a{
    color:#111827;
    text-decoration: underline;
    margin-left:0;
}
.circle{
    padding:15px;
    border-radius: 50%;
    background: #fff;
    width:fit-content;
    margin-bottom:20px;
}
.block5_cont i{
    color: #111827;
    font-size:30px;
}
/* privacy policy */
.block4_pri{
    color:#111827;
    margin:100px 22vw;
}
.block4_pri h2{
    margin-bottom: 20px;
}
.block4_pri h1{
    font-size: 28px;
}
.block4_pri li{
    margin-bottom:8px;
    font-size:medium;
}
.blocck4_pri p{
    color:#00353B;
}
/*Terms & Conditions */
.block4_terms h1{
    font-size:xx-large;
}
.block4_terms {
    color:#111827;
    margin:100px 22vw;
}
.block4_terms h5{
    margin-bottom: 12px;
}
.block4_terms p{
    line-height: 29px;
}
.blocck4_terms p{
    color:#00353B;
}

/* Qualifier Coaching css */
.block4_coaching{
    background: #00353B;
    padding:150px 13vw 40px 13vw;
    display:flex;
    justify-content: space-between;
    align-items: center;
    
}
#btn1{
    border:none;
    border-radius: 10px;
    color:#111827;
    width:fit-content;
    background: #FCD8CA;
    padding:5px 20px;
    margin-bottom: 20px;
}
.ch1 h1{
    margin:20px 0 30px 0;
}
.ch1 button{
    background: #158E5E;
    color:white;
    border:none;
    border-radius: 10px;
    pointer-events:none;
    padding:8px 15px;
    transition:400ms ease;
}
#atag{
    pointer-events: none;
    margin-left:0;
}
#atagone{
    pointer-events: none;
    margin-left:0;
}

#check:checked ~ #atag{
    pointer-events: all;
}
#check:checked ~ #atagone{
    pointer-events: all;
}
#atag:hover #btncheck {
    background:#43B366;
    box-shadow: 0 0 10px 0 #158E5E;
}
#atagone:hover #butncheck{
    background:#43B366;
    box-shadow: 0 0 10px 0 #158E5E;
}
label{
    margin-bottom:10px;
}
.ch1{
    width:60%;
}
.ch1 li {
    font-size:16px;
}
.ch2 img{
    width:380px;
    border-radius: 20px;
}
.ch2{
    position:relative;
}
#inside {
    position:absolute;
    left:25;
    top:45;
    border-radius:0;
    width:333;
    box-shadow: 0 0 -10px 0 grey;
}
#logo4{
    height:110px;
}
.hide{
    display:none;
}
.input input:focus{
    outline:none;
}


/* justadded */



#menudrop a li{
    color: #efefef;
    cursor: pointer;
}
#menudrop{
    cursor:default;
    /* font-size:20px; */
}
#menudrop:hover .menu_drop{
    display:block;
}
.menu_drop {
    display:none;
    overflow: hidden;
    position:absolute;
    background: #6b7179;
}
.menu_drop li:hover{
    background-color:#4B5563;
}








/* footer-end */


/* newlyinseryedresponsive */




/* navbar end */
#card5{
    display: none;
}

.cardy{
    cursor: pointer;
    margin-top: 10%;
    width: 350px;
    opacity: 0.90;
   
    height: 130px;
    position: relative;
    background: rgb(207, 207, 207);
    border-radius: 20px;
    box-shadow: 0px 40px 80px rgba(0,0,0,0.25);
    transition: 0.32s ease-in;
}

.cardy:hover{
    height: 222px;
}

.imgBx{
    position:absolute;
    left: 50%;
    top: -50px;
    transform: translateX(-50%);
    width: 90px;
    height: 90px;
    background: #2f2e2e;
    border-radius: 20px;
    box-shadow: 0px 15px 50px rgba(0,0,0,0.35) ;
    overflow: hidden;
    transition: 0.45s;
}
.cardy:hover .imgBx{
    width: 110px;
    height: 110px;
}


.imgBx img{

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cardy .contents{
    position:absolute;
    margin-top: 5%;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
    

}

.cardy .contents .details{
    text-align: center;
    transform: translateY(55%);
    padding: 3.8em;
    color: rgb(204, 206, 209);
    transition: 0.32s ease;
    
    
    
}

.cardy:hover .contents .details{
    transform: translateY(25%);
    
  
    
}

.cardy .contents .details h2{
    font-size: 1.13rem;
    font-weight: 600;
    
    color: #555;
    line-height: 1.2em;

    margin-block-end: 2.5em;
}

.cardy .contents .details h2 span{
    color: #555;
    font-size: 0.9rem;
    font-weight: 500;
    opacity: 0.7;
    
   
    
}

.cardy .contents .details .data{
    display: flex;
    margin: 20px 0px;
    justify-content: space-between;
    gap: 0.8em;
    align-items: center;
   
    
  
    
    
}


.cardy .contents .details .data h3{
    color: #c7c7c7;
    
    width: 100%;
    
    opacity: 0.1;
    font-size: 0.95rem;
    font-weight: bold;
    display: block;
    margin-block-end: 1.2em;
    transition: 0.55s ease-in-out;
}

.cardy .contents .details .week h3{
    margin-top: -0.4em;
    margin-bottom: 0.4em;
    color: #2f2e2e;
    font-size: 0.85rem;
    opacity: 0.75;
    line-height: 0.1px;
}

.cardy .contents .details .data .circle {
    width: 1.5em;
    height: 1.95em;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: #b2b2b2;
    border-radius: 0.8em;
    
    transition: 0.2s ease-in;
    padding-bottom: 0em;
    margin-bottom: 1.6em;
}
.cardy .contents .details .data .circle h3{
    color: #222222;
    margin-bottom: 0.8em;
    transition: 0.3s ease-in;
}

.cardy .contents .details .data .circle:hover h3{

    color: #c1c1c1;
}

.cardy .contents .details .data .circle:hover{
    background: #0f0f0f;
}

.cardy:hover .contents .details .data .circle{
    opacity: 0.7;
    

}



.cardy:hover .contents .details .data h3{
    opacity: 0.85;

}

.cardy .contents .details .data h3 span{
    color: #555;
    font-size: 0.82rem;
    opacity: 0.7;
    
}

.transparent{
    opacity: 0;
   
    line-height: 0.001;
}

.syllabuscontent{
    display: block;
    padding: 1.5em 1.2em;
    margin-top: 3em;
    
    

    background: rgba( 255, 255, 255, 0.1 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 9.8px );
    -webkit-backdrop-filter: blur( 9.8px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );

    width: 80%;
    place-items: center;
    justify-content: center;
    align-items: center;
    left: 0;
    transform: translateX(12%);
    margin-bottom: 22%;
  

}


.syllabuscontent .head{
    display: flex;
    background-color: #000;
}


.head h2{
    width: 100%;
   opacity: 0.30;
   display: none;
    transform: translateX(190%);
}

.syllabus-header{
    padding: 10px;
    width: 100%;
    height: 10%;
    display: flex;
    justify-content: center;
    

}

.syllabus-header h1{
    color: #d4d4d49c;
    font-weight: bold;
    font-size: 3.4rem;
}




.syllabus-body{
    margin-top: 3.2em ;
    margin-bottom: 3em;
}

.syllabus-body h3{
    opacity: 0.50;
    line-height: 1.6em;
    font-size: 2.45rem;

  
    color: #d4d4d4e1;
    
}

.syllabus-body p{
    font-weight: light;
    margin: 0.6em 0em;
    opacity: 0.94;
}

.syllabus-body h4 {
    margin-top: 3%;
    line-height: 0.2em;
    font-size: 1.15rem;
    font-weight: bold;
}

/* footer{
    width: 100%;
    height: 10%;
   
    background: rgb(rgb(10, 220, 136), rgb(6, 199, 220), rgb(7, 82, 222));
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
} */







/* test */

.people{
    background-color: #43B366;
    height:40px;
    color:white;
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    aspect-ratio: 1;
}
.b9{
    font-family: 'Poppins', sans-serif;
    padding-left:10px;
}
.b9 h3{
    color: #1F2937;
    font-size:25px;
    font-family: 'Poppins', sans-serif;
}
.b9 p{
    color:#00353B;
    font-size:14px;
}
.block8{
    background-color: #00353B;
    font-family: 'Poppins', sans-serif;
    padding:0 5vw;
    min-height:685px;

    background: rgba( 255, 255, 255, 0.25 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 10.5px );
    -webkit-backdrop-filter: blur( 10.5px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
}
.b10{
    text-align:center;
    padding-top:70px;
    margin-bottom: 60px;
}
.b10 button {
    cursor: pointer;
}
.nav {
    height: var(--nav-height);
    transition:300ms;
    box-shadow:none;
}
.nav--hidden {
    transform: translateY(-100px);
    box-shadow:none;
}
.block8 h1{
    font-size: 45px;
}
.txt1{
    margin:0 290px 20px 290px;
}
.star,.cont{
    border:none;
    padding:15px 30px;
    border-radius:10px;
    font-size:15px;
    transition:400ms;
}
.star:hover{
    background:#158E5E;
}
.cont {
    color:#111827;
    background-color: white;
}
.star{
    background:#22A45A;
    color:white;
}
.logo2{
    display:flex;
    align-items: center;
}
footer{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.f1{
    text-align: left;
    width:70%;
    margin-bottom: 30px;

}
.yt2{
    display:flex;
    align-items: center;
    padding-right:5vw;
}
.yt3{
    margin: 5px 16px;
}
.yt{
    border:none;
    border-radius: 50px;
    display:flex;
    align-items: center;
    padding:8px 26px 8px 8px;
    font-size:larger;
    transition:400ms ease-in-out;
    cursor:pointer;
    position:relative;
    z-index:0;
}
.yt a{
    color:#111827;
    font-weight: 700;
    z-index:99;
    transition:400ms ease;
}
.yt i{
    transition:400ms ease-in-out;
}
.yt:hover .ext{
    /* width:100px; */
    padding-left:181px;
}
.yt:hover{
    color:white;
}
.yt:hover i{
    transform:rotate(-45deg);
}
.yt:hover a{
    color:white;
}
.yt3{
    margin-left:-15 ;
}
.ext{
    background: #158E5E;
    color:white;
    border-radius: 50px;
    padding:10px;
    position:absolute;
    transition:400ms ease;
    right:4px;
    z-index:1;
}
.f2{
    /* width:60%; */
    margin-top: 30px;
}
.f2 p{
    font-size:25px;
    padding-left:15px;
}
hr{
    border:none;
    border-top:1px solid rgb(199, 204, 202);
}
.hide{display:none}
#logo4{
    height:110px;
}
.f2 p{
    font-size:20px;
}
.logo2 h2{
    font-size:25px;
}

#mathshead{
    color: transparent;
    font-size: 0.1rem;
    transition: 0.4s ease-in;
}



@media screen and (max-width:1380px){
    .logo_img {
        padding-left:2vw;
    }
    .yt2{
        padding-right:2vw;
    }

    
    
   
    

    

    .syllabuscontent{
        display: block;
        padding: 1.5em 1.2em;
        margin-top: 3em;
        
        
    
        background: rgba( 255, 255, 255, 0.1 );
        box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
        backdrop-filter: blur( 9.8px );
        -webkit-backdrop-filter: blur( 9.8px );
        border-radius: 10px;
        border: 1px solid rgba( 255, 255, 255, 0.18 );
    
        width: 80%;
        place-items: center;
        justify-content: center;
        align-items: center;
        left: 0;
        transform: translateX(12%);
        margin-bottom: 44%;
      
    
    }
    .cardy{
        cursor: pointer;
        margin-top: 10%;
        width: 320px;
        opacity: 0.90;
       
        height: 130px;
        position: relative;
        background: rgb(207, 207, 207);
        border-radius: 20px;
        box-shadow: 0px 40px 80px rgba(0,0,0,0.25);
        transition: 0.32s ease-in;
    }
    
    .cardy:hover{
        height: 222px;
    }
    .imgBx{
        position:absolute;
        left: 50%;
        top: -50px;
        transform: translateX(-50%);
        width: 80px;
        height: 80px;
        background: #2f2e2e;
        border-radius: 20px;
        box-shadow: 0px 15px 50px rgba(0,0,0,0.35) ;
        overflow: hidden;
        transition: 0.45s;
    }
    .cardy:hover .imgBx{
        width: 100px;
        height: 100px;
    }
  
  #mathshead2
{
    display: none;
}

    
   
    

}
@media screen and (max-width:1270px){
    .logo_img {
        padding-left:1vw;
    }
    #logo {
        height:100px;
    }
    .logo {
        font-size:13px;
    }
    .yt2 {
        padding-right:1vw;
        width:fit-content;
    }
    
    

   
    

    .syllabuscontent{
        display: block;
        padding: 1.5em 1.2em;
        margin-top: 3em;
        
        
    
        background: rgba( 255, 255, 255, 0.1 );
        box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
        backdrop-filter: blur( 9.8px );
        -webkit-backdrop-filter: blur( 9.8px );
        border-radius: 10px;
        border: 1px solid rgba( 255, 255, 255, 0.18 );
    
        width: 80%;
        place-items: center;
        justify-content: center;
        align-items: center;
        left: 0;
        transform: translateX(12%);
        margin-bottom: 44%;
      
    
    }
    .cardy{
        cursor: pointer;
        margin-top: 10%;
        width: 280px;
        opacity: 0.90;
       
        height: 130px;
        position: relative;
        background: rgb(207, 207, 207);
        border-radius: 20px;
        box-shadow: 0px 40px 80px rgba(0,0,0,0.25);
        transition: 0.32s ease-in;
    }
    
    .cardy:hover{
        height: 230px;
    }

    .imgBx{
        position:absolute;
        left: 50%;
        top: -50px;
        transform: translateX(-50%);
        width: 70px;
        height: 70px;
        background: #2f2e2e;
        border-radius: 20px;
        box-shadow: 0px 15px 50px rgba(0,0,0,0.35) ;
        overflow: hidden;
        transition: 0.45s;
    }
    .cardy:hover .imgBx{
        width: 90px;
        height: 90px;
    }
    
    

}

@media screen and (max-width: 1213px) {  
    .head{
        display:none;
    }
    #menu{
        display:block;
    }
    .yt2{
        display: none;
    }
    #body{
        margin:0 3vw;
        height:550px;
    }.body1{
        margin-right:20px;
    }
    .block2{
        margin:-200px 3vw 150px 3vw;
    }
    .block2 p{
        padding:20px 50px;
    }
    .block3 {
        margin:120px 3vw;
    }.b2{
        margin-left:20px;
    }
    .block4{
        margin:120px 3vw;
    }.b3{
        margin-right:20px;
    }.block5{
        margin:120px 3vw 150px 3vw;
    }.b6{
        margin-left:20px;
    }.block6{
        margin:0 3vw 100px 3vw;
    }.b8 img{
        height:400px;
        width:600px;
    }.b7{
        margin-left:50px;
    }
    .block7{
        margin:0 3vw 100px 3vw;
    }.txt1{
        margin:0 200px 20px 200px; 
    }#img1{
        width:550px;
    }

    #mathshead{
        margin-top: 2.5%;
        display: block;
        color: #0f0f0f;
        font-size: 3.3rem;
    }


    #mathshead{
        position: absolute;
        top: 0;
        color: #b2b2b2;
        opacity: 0.65;
        display: inline-flex;
        font-size: 3.50rem;
    }
    .syllabus-body{
        margin-top: 5em;
    }

    .syllabus-body h4{
        margin-top: 1em;
    }
    

    .blocklast{
        margin-top: 5%;
        height: 14em;
        justify-content: space-between;
    }

    .block8-col2 img{
       
        position: relative;
        transform: scale(10);
        align-self: center;
        margin: auto;
        margin-top: 40%;
        
    }

    .block8-col2 {
        position:absolute;
        display: block;
        text-align: center;
        left: 50%;
        top: -40px;
        transform: translateX(-50%);
        
        width: 60px;
        height: 60px;
        background:#eaeaea28 ;
       
        border-radius: 10px;
        box-shadow: 0px 5px 50px rgba(0,0,0,0.25) ;
        
        transition: 0.45s;
    }

    

   

    .syllabuscontent{
        display: block;
        padding: 1.5em 1.2em;
        margin-top: 3em;
        
        
    
        background: rgba( 255, 255, 255, 0.1 );
        box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
        backdrop-filter: blur( 9.8px );
        -webkit-backdrop-filter: blur( 9.8px );
        border-radius: 10px;
        border: 1px solid rgba( 255, 255, 255, 0.18 );
    
        width: 80%;
        place-items: center;
        justify-content: center;
        align-items: center;
        left: 0;
        transform: translateX(12%);
        margin-bottom: 44%;
      
    
    }

    .cardy{
        cursor: pointer;
        margin-top: 10%;
        width: 240px;
        opacity: 0.90;
       
        height: 120px;
        position: relative;
        background: rgb(207, 207, 207);
        border-radius: 20px;
        box-shadow: 0px 40px 80px rgba(0,0,0,0.25);
        transition: 0.32s ease-in;
    }
    
    .cardy:hover{
        height: 240px;
    }
    .imgBx{
        position:absolute;
        left: 50%;
        top: -34px;
        transform: translateX(-50%);
        
        width: 65px;
        height: 65px;
        background: #2f2e2e;
        border-radius: 20px;
        box-shadow: 0px 15px 50px rgba(0,0,0,0.35) ;
        overflow: hidden;
        transition: 0.45s;
    }
    .cardy:hover .imgBx{
        width: 80px;
        height: 80px;
    }
    
    

}
@media screen and (max-width:1078px){
    .block8{
        padding:0 2vw 0 2vw;
    }

    

    .syllabuscontent{
        display: block;
        padding: 1.5em 1.2em;
        margin-top: 3em;
        
        
    
        background: rgba( 255, 255, 255, 0.1 );
        box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
        backdrop-filter: blur( 9.8px );
        -webkit-backdrop-filter: blur( 9.8px );
        border-radius: 10px;
        border: 1px solid rgba( 255, 255, 255, 0.18 );
    
        width: 80%;
        place-items: center;
        justify-content: center;
        align-items: center;
        left: 0;
        transform: translateX(12%);
        margin-bottom: 44%;
      
    
    }
    .cardy{
        cursor: pointer;
        margin-top: 10%;
        width: 200px;
        opacity: 0.90;
       
        height: 130px;
        position: relative;
        background: rgb(207, 207, 207);
        border-radius: 20px;
        box-shadow: 0px 40px 80px rgba(0,0,0,0.25);
        transition: 0.32s ease-in;
    }
    
    .cardy:hover{
        height: 230px;
    }
    .imgBx{
        position:absolute;
        left: 50%;
        top: -34px;
        transform: translateX(-50%);
        
        width: 65px;
        height: 65px;
        background: #2f2e2e;
        border-radius: 20px;
        box-shadow: 0px 15px 50px rgba(0,0,0,0.35) ;
        overflow: hidden;
        transition: 0.45s;
    }
    .cardy:hover .imgBx{
        width: 80px;
        height: 80px;
    }
    .blocklast{
        margin-top: 5%;
        height: 15.4em;
        justify-content: space-between;
    }
    
    

}
@media screen and (max-width:963px) {
    .row {
        display: block;
    }
    #b1 img, #b4 img, #b5 img {
        width:100%;
    }
    .block3,.block4,.block5{
        padding:0 5vw;
    }
    .block2 h2 {
        font-size:4vw;
    }
    .block2 {
        margin:0 10vw;
    }
    .b2,.b3,.b6{
        width:100%;
        margin-top:30;
    }.b2 h2, .b3 h2, .b6 h2 {
        font-size: 5vw;
    }
    /* .block1{
        
        min-height:1180px;
        padding:0 6vw;
        margin:0 auto 0px auto;
    } */
    .body2 img{
        /* height:100%; */
        max-width:100%;
    }
    .show{display:none;}
    .hide{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        display:block;
        width:100%;
    }
    .block2{
        margin:-200px 5vw 150px 5vw;
    }
    .block2 p{
        padding:20px 30px;
    }
    .block6{
        display:block;
        margin:0 10vw 50px 10vw;  
    }
    .block7 {
        display:block;
        padding:0 10vw;
    }
    .b7 {
        width:fit-content;
        padding:50px 0;
    }
    .b7 h1{
        font-size:3vw;
    }
    .b7 p {
        font-size:15px;
    }
    .b8 img{
        width:100%;
    }
    .hide img{
        width:100%;
    }
    .body1 {
        width:100%;
        margin-bottom:50px;
    }
    footer {
        display:block;
    }
    .f2 a{
        display:block;
    }
    .f2 i{
        display: none;
    }
    #body{display:block;}
    #heading{font-size:5vw;}
    footer {
        display:block;
        margin:0 auto;
        margin:0 10vw;
    }
    .syllabuscontent{
        display: block;
        padding: 1.5em 1.2em;
        margin-top: 3em;
        
        
    
        background: rgba( 255, 255, 255, 0.1 );
        box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
        backdrop-filter: blur( 9.8px );
        -webkit-backdrop-filter: blur( 9.8px );
        border-radius: 10px;
        border: 1px solid rgba( 255, 255, 255, 0.18 );
    
        width: 80%;
        place-items: center;
        justify-content: center;
        align-items: center;
        left: 0;
        transform: translateX(12%);
        margin-bottom: 48%;
      
    
    }
    
    
    

}
@media screen and (max-width:690px){
    .b8 {
        display:none;
    }
    /* .block1 {
        min-height:1040px;
    } */
    .b7 h1 {
        font-size:22px;
    }
    .block2 h2 {
        font-size:22px;
    }
    .f1 {
        width:100%;
    }
    .syllabuscontent{
        display: block;
        padding: 1.5em 1.2em;
        margin-top: 3em;
        
        
    
        background: rgba( 255, 255, 255, 0.1 );
        box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
        backdrop-filter: blur( 9.8px );
        -webkit-backdrop-filter: blur( 9.8px );
        border-radius: 10px;
        border: 1px solid rgba( 255, 255, 255, 0.18 );
    
        width: 80%;
        place-items: center;
        justify-content: center;
        align-items: center;
        left: 0;
        transform: translateX(12%);
        margin-bottom: 44%;
      
    
    }
    
    
    
    

}
@media screen and (max-width:870px){
    .txt1 {
        margin:0 8vw 20px 8vw;
    }
    .syllabuscontent{
        display: block;
        padding: 1.5em 1.2em;
        margin-top: 3em;
        
        
    
        background: rgba( 255, 255, 255, 0.1 );
        box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
        backdrop-filter: blur( 9.8px );
        -webkit-backdrop-filter: blur( 9.8px );
        border-radius: 10px;
        border: 1px solid rgba( 255, 255, 255, 0.18 );
    
        width: 80%;
        place-items: center;
        justify-content: center;
        align-items: center;
        left: 0;
        transform: translateX(12%);
        margin-bottom: 60%;
      
    
    }

    
    
    
    
}
@media screen and (max-width:563px){
    footer {
        margin:0 5vw;
    }
    .syllabuscontent{
        display: block;
        padding: 1.5em 1.2em;
        margin-top: 3em;
        
        
    
        background: rgba( 255, 255, 255, 0.1 );
        box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
        backdrop-filter: blur( 9.8px );
        -webkit-backdrop-filter: blur( 9.8px );
        border-radius: 10px;
        border: 1px solid rgba( 255, 255, 255, 0.18 );
    
        width: 80%;
        place-items: center;
        justify-content: center;
        align-items: center;
        left: 0;
        transform: translateX(12%);
        margin-bottom: 60%;
      
    
    }

    
    
    
    
    
}
@media screen and (max-width:500px){
    footer {
        margin:0 1vw;
    }
    /* .block1 {
        min-height:940px;
    } */
    .syllabuscontent{
        display: block;
        padding: 1.5em 1.2em;
        margin-top: 3em;
        
        
    
        background: rgba( 255, 255, 255, 0.1 );
        box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
        backdrop-filter: blur( 9.8px );
        -webkit-backdrop-filter: blur( 9.8px );
        border-radius: 10px;
        border: 1px solid rgba( 255, 255, 255, 0.18 );
    
        width: 80%;
        place-items: center;
        justify-content: center;
        align-items: center;
        left: 0;
        transform: translateX(12%);
        margin-bottom: 60%;
      
    
    }

    
    
    
    
   
}
@media screen and (max-width:563px){
    #logo4{
        height:80px;
    }
    .f2 p{
        font-size:20px;
    }
    .logo2 h2{
        font-size:20px;
    }

    
    


    .syllabuscontent{
        display: block;
        padding: 1.5em 1.2em;
        margin-top: 3em;
        padding-bottom: 2em;
        
    
        background: rgba( 255, 255, 255, 0.1 );
        box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
        backdrop-filter: blur( 9.8px );
        -webkit-backdrop-filter: blur( 9.8px );
        border-radius: 10px;
        border: 1px solid rgba( 255, 255, 255, 0.18 );
    
        width: 80%;
        place-items: center;
        justify-content: center;
        align-items: center;
        left: 0;
        transform: translateX(12%);
        margin-bottom: 95%;
      
    
    }

    .blocklast{
        height:12.2%;
        flex-direction: column;
        justify-content: space-between;
    }

    .blocklast p{
        font-size: 1rem;
    }

    .footer-btn{
        width: 30%;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    
.cardy{
    cursor: pointer;
    margin-top: 10%;
    width: 150px;
    opacity: 0.90;
   
    height: 130px;
    position: relative;
    background: rgb(207, 207, 207);
    border-radius: 20px;
    box-shadow: 0px 40px 80px rgba(0,0,0,0.25);
    transition: 0.32s ease-in;
}

.cardy:hover{
    height: 222px;
}

.imgBx{
    position:absolute;
    left: 50%;
    top: -44px;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    background: #2f2e2e;
    border-radius: 20px;
    box-shadow: 0px 15px 50px rgba(0,0,0,0.35) ;
    overflow: hidden;
    transition: 0.45s;
}
.cardy:hover .imgBx{
    width: 90px;
    height: 90px;
}

.cards2{
    margin-top: 7.5%;
}


.cardy .contents .details h2{
    font-size: 1.00rem;
    font-weight: 600;
    
    color: #555;
    line-height: 1.2em;

    margin-block-end: 2.5em;
}

.cardy .contents .details h2 span{
    color: #555;
    font-size: 0.9rem;
    font-weight: 500;
    opacity: 0.7;
   
}

.cardy .contents .details .data{
    display: flex;
    margin: 20px 0px;
    justify-content: space-between;
    gap: 0.3em;
    align-items: center;
   
}


.cardy .contents .details .data h3{
    color: #c7c7c7;
    
    width: 100%;
    
    opacity: 0.1;
    font-size: 0.75rem;
    font-weight: bold;
    display: block;
    margin-block-end: 1.2em;
    transition: 0.55s ease-in-out;
}

.cardy .contents .details .week h3{
    margin-top: -0.4em;
    margin-bottom: 0.4em;
    color: #2f2e2e;
    font-size: 0.85rem;
    opacity: 0.75;
    line-height: 0.1px;
}

.cardy .contents .details .data .circle {
    width: 1.5em;
    height: 1.95em;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: #b2b2b2;
    border-radius: 0.8em;
    
    transition: 0.2s ease-in;
    padding-bottom: 0em;
    margin-bottom: 1.6em;
}
.cardy .contents .details .data .circle h3{
    color: #222222;
    margin-bottom: 0.8em;
    transition: 0.3s ease-in;
}

.cardy .contents .details .data .circle:hover h3{

    color: #c1c1c1;
}

.cardy .contents .details .data .circle:hover{
    background: #0f0f0f;
}

.cardy:hover .contents .details .data .circle{
    opacity: 0.7;
    

}



.cardy:hover .contents .details .data h3{
    opacity: 0.85;

}

.cardy .contents .details .data h3 span{
    color: #555;
    font-size: 0.82rem;
    opacity: 0.7;
    
}

#mathssec{
    transform: translateY(3.5%);
}

.syllabus-body{
    margin-top: 3.8%;
}

.syllabus-body h3{
    opacity: 0.50;
    line-height: 1.3em;
    font-size: 2.15rem;

  
    color: #d4d4d4e1;
    
}

.syllabus-body p{
    font-weight: light;
    margin: 0.8em 0em;
    opacity: 0.94;
    font-size: 0.86rem;
}

.syllabus-body h4 {
    margin-top: 6.5%;
    line-height: 0.2em;
    font-size: 1.05rem;
    font-weight: bold;
}




    
   

}

@media screen and (max-width:437px){
    .hide img{
        width:340px;
    }
    #inside {
        width:300px;
        left:20;
    }

    
    

    .syllabuscontent{
        display: block;
        padding: 1.5em 1.2em;
        margin-top: 3em;
        padding-bottom: 2em;
        
    
        background: rgba( 255, 255, 255, 0.1 );
        box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
        backdrop-filter: blur( 9.8px );
        -webkit-backdrop-filter: blur( 9.8px );
        border-radius: 10px;
        border: 1px solid rgba( 255, 255, 255, 0.18 );
    
        width: 80%;
        place-items: center;
        justify-content: center;
        align-items: center;
        left: 0;
        transform: translateX(12%);
        margin-bottom: 95%;
      
    
    }

    .blocklast{
        height:12.2%;
        flex-direction: column;
        justify-content: space-between;
    }

    .blocklast p{
        font-size: 1rem;
    }

    .footer-btn{
        width: 30%;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    
.cardy{
    cursor: pointer;
    margin-top: 10%;
    width: 150px;
    opacity: 0.90;
   
    height: 130px;
    position: relative;
    background: rgb(207, 207, 207);
    border-radius: 20px;
    box-shadow: 0px 40px 80px rgba(0,0,0,0.25);
    transition: 0.32s ease-in;
}

.cardy:hover{
    height: 222px;
}

.imgBx{
    position:absolute;
    left: 50%;
    top: -44px;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    background: #2f2e2e;
    border-radius: 20px;
    box-shadow: 0px 15px 50px rgba(0,0,0,0.35) ;
    overflow: hidden;
    transition: 0.45s;
}
.cardy:hover .imgBx{
    width: 90px;
    height: 90px;
}

.cards2{
    margin-top: 7.5%;
}


.cardy .contents .details h2{
    font-size: 1.00rem;
    font-weight: 600;
    
    color: #555;
    line-height: 1.2em;

    margin-block-end: 2.5em;
}

.cardy .contents .details h2 span{
    color: #555;
    font-size: 0.9rem;
    font-weight: 500;
    opacity: 0.7;
   
}

.cardy .contents .details .data{
    display: flex;
    margin: 20px 0px;
    justify-content: space-between;
    gap: 0.3em;
    align-items: center;
   
}


.cardy .contents .details .data h3{
    color: #c7c7c7;
    
    width: 100%;
    
    opacity: 0.1;
    font-size: 0.75rem;
    font-weight: bold;
    display: block;
    margin-block-end: 1.2em;
    transition: 0.55s ease-in-out;
}

.cardy .contents .details .week h3{
    margin-top: -0.4em;
    margin-bottom: 0.4em;
    color: #2f2e2e;
    font-size: 0.85rem;
    opacity: 0.75;
    line-height: 0.1px;
}

.cardy .contents .details .data .circle {
    width: 1.5em;
    height: 1.95em;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: #b2b2b2;
    border-radius: 0.8em;
    
    transition: 0.2s ease-in;
    padding-bottom: 0em;
    margin-bottom: 1.6em;
}
.cardy .contents .details .data .circle h3{
    color: #222222;
    margin-bottom: 0.8em;
    transition: 0.3s ease-in;
}

.cardy .contents .details .data .circle:hover h3{

    color: #c1c1c1;
}

.cardy .contents .details .data .circle:hover{
    background: #0f0f0f;
}

.cardy:hover .contents .details .data .circle{
    opacity: 0.7;
    

}



.cardy:hover .contents .details .data h3{
    opacity: 0.85;

}

.cardy .contents .details .data h3 span{
    color: #555;
    font-size: 0.82rem;
    opacity: 0.7;
    
}

#mathssec{
    transform: translateY(3.5%);
}

.syllabus-body{
    margin-top: 3.8%;
}

.syllabus-body h3{
    opacity: 0.50;
    line-height: 1.3em;
    font-size: 2.15rem;

  
    color: #d4d4d4e1;
    
}


.syllabus-body p{
    font-weight: light;
    margin: 0.8em 0em;
    opacity: 0.94;
    font-size: 0.86rem;
}

.syllabus-body h4 {
    margin-top: 6.5%;
    line-height: 0.2em;
    font-size: 1.05rem;
    font-weight: bold;
}



}



*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body{

    display: block;
    justify-content: center;
    
    align-items: center;
    min-height: 100vh;
    background: linear-gradient(45deg,#F58529,#DD2A7B,#8134AF,#515BD4);

}


.cards1{
    justify-content: space-between;
    display: flex;
    gap: 2em;
    align-items: center;
}


.cards2{
    
    justify-content: space-between;
    display: flex;
    gap: 2em;
    align-items: center;
}






.cardsholder{
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
   
    margin-top: 3%;
}
#syllabus-hidden{
    display: none;
}




/* navbar */

.block1{
    background-color: #00353B;
    margin: 2em ;
} 
#logo{
    height:80px;
    transition:300ms;
 }
.logo{
    transition:100ms;
    font-size:15px;
}
header{
    z-index:999;
    display:flex;
    justify-content: space-between;
    align-items:center;
    top:0;
    left:0;
    /* background-color: #00353B; */
    position: fixed;
    width: 100%;
    /* border-bottom: 1px solid #FCD8CA; */

    background: rgba( 255, 255, 255, 0.25 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.17 );
    backdrop-filter: blur( 11.8px );
    -webkit-backdrop-filter: blur( 11.8px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
}
li{
    list-style: none;
    font-size:20px;
    width:100%;
    padding:5px 20px;
}
li a{
    color:#fff;
    width:100%;
}
.change{
    color:#000;
}
a{
    text-decoration:none;
}
.head{
    /* margin-left:10em; */
    display: flex;
    align-items: center;
}
.main-a:hover,.main-b:hover,.main-c:hover,.main-d:hover{
    color:rgb(31, 93, 71);
}
.head a{
    color: #1a1a1a;
    transition:0.3s;
}
.main-a:after{
    content:"";
    position:absolute;
    background:#148457;
    height:3px;
    width:0;
    left:10;
    bottom:-5;
    transition:0.3s;
}
.main-a:hover:after {
    width:70%;
}
.main-b:after{
    content:"";
    position:absolute;
    background:#148457;
    height:3px;
    width:0;
    left:12;
    bottom:-5;
    transition:0.3s;
}
.main-b:hover:after {
    width: 84%;
}
.main-c:after{
    content:"";
    position:absolute;
    background:#148457;
    height:3px;
    width:0;
    left:12;
    bottom:-5;
    transition:0.3s;
}
.main-c:hover:after {
    width:85%;
}
.main-d:after{
    content:"";
    position:absolute;
    background:#148457;
    height:3px;
    width:0;
    left:12;
    bottom:-5;
    transition:0.3s;
}
.main-d:hover:after {
    width: 72%;
}
.graded {
    position:relative;
}
.gra{
    cursor: pointer;
}
.down1{
    transition: 200ms ease;
}
.graded:hover .gra {
    color:rgb(31, 93, 71);
}
.graded ul{
    position:absolute;
    left:17;
    z-index:999;
    top:26;
    height:0;
    overflow:hidden;
    width:160px;
    background:#fff;
    text-align: left;
    color:#111827;
    font-style:arial;
    transition:300ms ease;
    align-items: center;
}
.graded:hover ul{
    height:108px;
}

.graded:hover .down1{
    transform:rotate(180deg);
}
.graded ul li{
    color:#000;
    font-style:arial;
    width:100%;
    overflow:visible;
    margin-left:20;
    font-weight:0;
}
.graded li{
    width:fit-content;
}
.graded ul li:hover{
    background:#43B366;
    color:white;
    /* width:100%; */
}
.bar{
    width:fill;
    height:4px;
    margin-left:-40px;
    background:#158E5E;
}
.graded ul li{
    text-decoration:none;
    margin-left:-48px;
    font-size: medium;
    width:220px;
}
.about:hover ul{
    height:75px;
}
.services ul li{
    width:145px;
}
.services ul{width:120px;}
.services:hover ul{
    height:120px;
}
#menu{
    cursor:pointer;
    font-size:x-large;
    display:none;
    padding-right:5vw;
    margin-left:20px;
}
.logo_img h2 {
    font-size:20px;
    
}
#head{
    position:fixed;
    right:0;
    top:0;
    transition:400ms ease-in-out;
    width:0;
    overflow: hidden;
    background: #156930;
    height:100%;
    z-index:1000;
}
.menu_a1 a li:hover{
    background:#148457;
}
#menudrop{
    cursor:default;
    /* font-size:20px; */
}
#menudrop:hover .menu_drop{
    display:block;
}
.menu_drop {
    display:none;
    overflow: hidden;
    position:absolute;
    background: #6b7179;
}
.menu_drop li:hover{
    background-color:#4B5563;
} 
.logo_img{
    /* width:10%; */
    display:flex;
    align-items: center;
    padding-left:5vw;
}
.head_main{
    text-align: center;
}
.logo {
    font-family: 'Nunito', sans-serif;
    display:inline-block;
}
h2{
    padding:0;
    margin:0;
}
a{
    margin:0 1vw;
    color: white;
    font-family: 'Baloo 2', cursive;
    z-index:999;
    /* font-weight: bold; */
}
a:hover{
    color:rgb(185, 247, 216);
}

.yt2{
    padding-right:5vw;
    display:inline;
}
.yt{
    border:none;
    border-radius: 50px;
    display:flex;
    align-items: center;
    padding:9px 26px 9px 8px;
    font-size:larger;
    transition:300ms ease-in-out;
    cursor:pointer;
    position:relative;
    z-index:0;
}
.yt a{
    color:#111827;
    font-weight: 700;
    z-index:99;
    transition:200ms ease;
}
.yt i{
    transition:400ms ease-in-out;
}
.yt:hover .ext{
    padding-left:180px;
}
.yt:hover{
    color:white;
}
.yt:hover i{
    transform:rotate(-45deg);
}
.yt:hover a{
    color:white;
}
.ext{
    background: #158E5E;
    color:white;
    border-radius: 50px;
    padding:10px;
    position:absolute;
    transition:400ms ease;
    right:4px;
    z-index:1;
}
.block2{
    background: #00353B;
    padding: 100px 5vw 0 5vw;
    font-family: 'Poppins', sans-serif;
    font-size:40px;
    position:relative;
}
.block2 p{
    margin:0;
    padding:100px 0 120px 12px;
    width:60%;
}
.bl1 p{
    padding-top:185px;
}
.b1{
    position:absolute;
    top:250;
    right:200;
}


/* footer */
.blocklast{
    position: absolute;
    border-radius: 14px;
    z-index: 2;
    width: 100%;
    height: 11%;
    left: 0;
    transform: translateY(30%);
    
    
    
    
    background-color: #00353B;
    font-family: 'Poppins', sans-serif;
    padding:30px 1.2vw 0 1.2vw;

    background: rgba( 255, 255, 255, 0.25 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 10.5px );
    -webkit-backdrop-filter: blur( 10.5px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
}
.block8-row1{
    
    display: flex;
    justify-content: space-between;
   
}
.footer-btn{
    display: inline-block;
    align-items: center;
    justify-content: center;
    padding: 0.5em;
    text-align: center;
    cursor: pointer;
    width: 26%;
    height: 30%;
    border-radius: 10px ;
    background-color: #222222;
    
    opacity: 0.8;
    margin-bottom: 0.2em;
    transition: 0.3s ease;
}

.footer-btn:hover{
    
    opacity: 0.9;
}

.footer-btn a{
    font-size: 0.9rem;
}

.block8-col2 img{
    display: flex;
    position: absolute;
    margin-top: -1.5%;
    opacity: 0.8;
    
    transform: translateX(-90%);
   
   
    

    width: 12%;
}


.footer-txt p{
    color: rgb(22, 22, 22);
    opacity: 0.7;
}

.footer-icons{
    margin-bottom: 1.5%;
    
    
}

.footer-icons a i{
    color: rgb(22, 22, 22);
    opacity: 0.7;
}

.b10{
    text-align:center;
    padding-top:70px;
    margin-bottom: 60px;
}
.block8 h1{
    font-size: 45px;
}
.logo2{
    display:flex;
    align-items: center;
}
footer{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.f1{
    text-align: left;
    width:60%;
    margin-bottom: 30px;

}
.f2{
    width:60%;
    margin-top: 30px;
}
.f2 p{
    font-size:25px;
    padding-left:15px;
}
hr{
    border:none;
    border-top:1px solid rgb(199, 204, 202);
}
.notes{
    overflow: hidden;
}
.question_hide{
    display:none;
    transition:200ms ease-in-out;
}
.question_show{
    display:block;
    transition:200ms ease-in-out;
}
/* About us page css */
.blo3{
    background:#FCD8CA;
    padding:25px 5vw;
}
.blo3 a{
    color:black;
}
.block4_abt{
    font-size:small;
    padding:100px 0;
}
.yt3{
    margin-top: 0.2em;
    margin-left:-15px;
}
.yt{
    
    margin-bottom: 0.5em;
}

.block4_abt li {
    font-size:15px;
}
.block4_abt h4{
    color:#111827;
    margin-bottom: 30px;
}
/* Contact us page css */

.form1{
    width:44%;
}
form{
    font-size: small;
}
.form1 input{
    width:100%;
    border-radius: 10px;
    border:1px solid black;
    padding:10px 20px;
    margin-bottom: 20px;
}
textarea{
    width:100%;
    height:200px;
    border-radius:10px;
    padding: 10px 20px;
}
.form1 h2{
    font-size: 40px;
    margin-bottom: 15px;
}
form button{
    background: #43B366;
    color:white;
    padding:15px 30px;
    margin-top:15px;
    border-radius: 10px;
    border:none;
    transition: 200ms ease-in-out;
}
form button:hover{
    margin-top:18px;
    background:#158E5E;
}
.block4_cont{
    display:flex;
    justify-content: space-evenly;
    padding:70px 5vw;
    background:#00353B;
    color:#fff;
    height:1100px;
    padding-top:150px;
}
.cont_img img{
    width:500px;
    max-width:500px;
    border-radius: 20px;
    margin-left:20px;
}
.cont_img{
    border-radius:20px;
}
.block5_cont{
    background:#FCD8CA;
    color:#111827;
    display:flex;
    justify-content: space-evenly;
    align-items: center;
    margin:0px 10vw;
    border-radius: 30px;
    padding:100px 40px;
    font-size: large;
    margin-top:-180px;
}
.block5_cont h2{
    margin-bottom:5px;
    font-size:2vw;
}
.block5_cont a{
    color:#111827;
    text-decoration: underline;
    margin-left:0;
}
.circle{
    padding:15px;
    border-radius: 50%;
    background: #fff;
    width:fit-content;
    margin-bottom:20px;
}
.block5_cont i{
    color: #111827;
    font-size:30px;
}
/* privacy policy */
.block4_pri{
    color:#111827;
    margin:100px 22vw;
}
.block4_pri h2{
    margin-bottom: 20px;
}
.block4_pri h1{
    font-size: 28px;
}
.block4_pri li{
    margin-bottom:8px;
    font-size:medium;
}
.blocck4_pri p{
    color:#00353B;
}
/*Terms & Conditions */
.block4_terms h1{
    font-size:xx-large;
}
.block4_terms {
    color:#111827;
    margin:100px 22vw;
}
.block4_terms h5{
    margin-bottom: 12px;
}
.block4_terms p{
    line-height: 29px;
}
.blocck4_terms p{
    color:#00353B;
}

/* Qualifier Coaching css */
.block4_coaching{
    background: #00353B;
    padding:150px 13vw 40px 13vw;
    display:flex;
    justify-content: space-between;
    align-items: center;
    
}
#btn1{
    border:none;
    border-radius: 10px;
    color:#111827;
    width:fit-content;
    background: #FCD8CA;
    padding:5px 20px;
    margin-bottom: 20px;
}
.ch1 h1{
    margin:20px 0 30px 0;
}
.ch1 button{
    background: #158E5E;
    color:white;
    border:none;
    border-radius: 10px;
    pointer-events:none;
    padding:8px 15px;
    transition:400ms ease;
}
#atag{
    pointer-events: none;
    margin-left:0;
}
#atagone{
    pointer-events: none;
    margin-left:0;
}

#check:checked ~ #atag{
    pointer-events: all;
}
#check:checked ~ #atagone{
    pointer-events: all;
}
#atag:hover #btncheck {
    background:#43B366;
    box-shadow: 0 0 10px 0 #158E5E;
}
#atagone:hover #butncheck{
    background:#43B366;
    box-shadow: 0 0 10px 0 #158E5E;
}
label{
    margin-bottom:10px;
}
.ch1{
    width:60%;
}
.ch1 li {
    font-size:16px;
}
.ch2 img{
    width:380px;
    border-radius: 20px;
}
.ch2{
    position:relative;
}
#inside {
    position:absolute;
    left:25;
    top:45;
    border-radius:0;
    width:333;
    box-shadow: 0 0 -10px 0 grey;
}
#logo4{
    height:110px;
}
.hide{
    display:none;
}
.input input:focus{
    outline:none;
}


/* justadded */



#menudrop a li{
    color: #efefef;
    cursor: pointer;
}
#menudrop{
    cursor:default;
    /* font-size:20px; */
}
#menudrop:hover .menu_drop{
    display:block;
}
.menu_drop {
    display:none;
    overflow: hidden;
    position:absolute;
    background: #6b7179;
}
.menu_drop li:hover{
    background-color:#4B5563;
}








/* footer-end */


/* newlyinseryedresponsive */




/* navbar end */
#card5{
    display: none;
}

.cardy{
    cursor: pointer;
    margin-top: 10%;
    width: 350px;
    opacity: 0.90;
   
    height: 130px;
    position: relative;
    background: rgb(207, 207, 207);
    border-radius: 20px;
    box-shadow: 0px 40px 80px rgba(0,0,0,0.25);
    transition: 0.32s ease-in;
}

.cardy:hover{
    height: 222px;
}

.imgBx{
    position:absolute;
    left: 50%;
    top: -50px;
    transform: translateX(-50%);
    width: 90px;
    height: 90px;
    background: #2f2e2e;
    border-radius: 20px;
    box-shadow: 0px 15px 50px rgba(0,0,0,0.35) ;
    overflow: hidden;
    transition: 0.45s;
}
.cardy:hover .imgBx{
    width: 110px;
    height: 110px;
}


.imgBx img{

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cardy .contents{
    position:absolute;
    margin-top: 5%;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
    

}

.cardy .contents .details{
    text-align: center;
    transform: translateY(55%);
    padding: 3.8em;
    color: rgb(204, 206, 209);
    transition: 0.32s ease;
    
    
    
}

.cardy:hover .contents .details{
    transform: translateY(25%);
    
  
    
}

.cardy .contents .details h2{
    font-size: 1.13rem;
    font-weight: 600;
    
    color: #555;
    line-height: 1.2em;

    margin-block-end: 2.5em;
}

.cardy .contents .details h2 span{
    color: #555;
    font-size: 0.9rem;
    font-weight: 500;
    opacity: 0.7;
    
   
    
}

.cardy .contents .details .data{
    display: flex;
    margin: 20px 0px;
    justify-content: space-between;
    gap: 0.8em;
    align-items: center;
   
    
  
    
    
}


.cardy .contents .details .data h3{
    color: #c7c7c7;
    
    width: 100%;
    
    opacity: 0.1;
    font-size: 0.95rem;
    font-weight: bold;
    display: block;
    margin-block-end: 1.2em;
    transition: 0.55s ease-in-out;
}

.cardy .contents .details .week h3{
    margin-top: -0.4em;
    margin-bottom: 0.4em;
    color: #2f2e2e;
    font-size: 0.85rem;
    opacity: 0.75;
    line-height: 0.1px;
}

.cardy .contents .details .data .circle {
    width: 1.5em;
    height: 1.95em;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: #b2b2b2;
    border-radius: 0.8em;
    
    transition: 0.2s ease-in;
    padding-bottom: 0em;
    margin-bottom: 1.6em;
}
.cardy .contents .details .data .circle h3{
    color: #222222;
    margin-bottom: 0.8em;
    transition: 0.3s ease-in;
}

.cardy .contents .details .data .circle:hover h3{

    color: #c1c1c1;
}

.cardy .contents .details .data .circle:hover{
    background: #0f0f0f;
}

.cardy:hover .contents .details .data .circle{
    opacity: 0.7;
    

}



.cardy:hover .contents .details .data h3{
    opacity: 0.85;

}

.cardy .contents .details .data h3 span{
    color: #555;
    font-size: 0.82rem;
    opacity: 0.7;
    
}

.transparent{
    opacity: 0;
   
    line-height: 0.001;
}

.syllabuscontent{
    display: block;
    padding: 1.5em 1.2em;
    margin-top: 3em;
    
    

    background: rgba( 255, 255, 255, 0.1 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 9.8px );
    -webkit-backdrop-filter: blur( 9.8px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );

    width: 80%;
    place-items: center;
    justify-content: center;
    align-items: center;
    left: 0;
    transform: translateX(12%);
    margin-bottom: 22%;
  

}


.head{
    display: flex;
}


.head h2{
    width: 20%;
   opacity: 0.30;
   position: relative;
    transform: translateX(190%);
}

.syllabuscontent h2{
    color: #e5e5e5;
    opacity: 0.38;
    font-size: 3.2rem;
    font-weight: bold;
    
    
    
}

.syllabus-body{
    margin-top: 3.2em ;
    margin-bottom: 3em;
}

.syllabus-body h3{
    opacity: 0.50;
    line-height: 1.6em;
    font-size: 2.45rem;

  
    color: #d4d4d4e1;
    
}

.syllabus-body p{
    font-weight: light;
    margin: 0.6em 0em;
    opacity: 0.94;
}

.syllabus-body h4 {
    margin-top: 3%;
    line-height: 0.2em;
    font-size: 1.15rem;
    font-weight: bold;
}

/* footer{
    width: 100%;
    height: 10%;
   
    background: rgb(rgb(10, 220, 136), rgb(6, 199, 220), rgb(7, 82, 222));
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
} */







/* test */

.people{
    background-color: #43B366;
    height:40px;
    color:white;
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    aspect-ratio: 1;
}
.b9{
    font-family: 'Poppins', sans-serif;
    padding-left:10px;
}
.b9 h3{
    color: #1F2937;
    font-size:25px;
    font-family: 'Poppins', sans-serif;
}
.b9 p{
    color:#00353B;
    font-size:14px;
}
.block8{
    background-color: #00353B;
    font-family: 'Poppins', sans-serif;
    padding:0 5vw;
    min-height:685px;

    background: rgba( 255, 255, 255, 0.25 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 10.5px );
    -webkit-backdrop-filter: blur( 10.5px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
}
.b10{
    text-align:center;
    padding-top:70px;
    margin-bottom: 60px;
}
.b10 button {
    cursor: pointer;
}
.nav {
    height: var(--nav-height);
    transition:300ms;
    box-shadow:none;
}
.nav--hidden {
    transform: translateY(-100px);
    box-shadow:none;
}
.block8 h1{
    font-size: 45px;
}
.txt1{
    margin:0 290px 20px 290px;
}
.star,.cont{
    border:none;
    padding:15px 30px;
    border-radius:10px;
    font-size:15px;
    transition:400ms;
}
.star:hover{
    background:#158E5E;
}
.cont {
    color:#111827;
    background-color: white;
}
.star{
    background:#22A45A;
    color:white;
}
.logo2{
    display:flex;
    align-items: center;
}
footer{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.f1{
    text-align: left;
    width:70%;
    margin-bottom: 30px;

}
.yt2{
    display:flex;
    align-items: center;
    padding-right:5vw;
}
.yt3{
    margin: 5px 16px;
}
.yt{
    border:none;
    border-radius: 50px;
    display:flex;
    align-items: center;
    padding:8px 26px 8px 8px;
    font-size:larger;
    transition:400ms ease-in-out;
    cursor:pointer;
    position:relative;
    z-index:0;
}
.yt a{
    color:#111827;
    font-weight: 700;
    z-index:99;
    transition:400ms ease;
}
.yt i{
    transition:400ms ease-in-out;
}
.yt:hover .ext{
    /* width:100px; */
    padding-left:181px;
}
.yt:hover{
    color:white;
}
.yt:hover i{
    transform:rotate(-45deg);
}
.yt:hover a{
    color:white;
}
.yt3{
    margin-left:-15 ;
}
.ext{
    background: #158E5E;
    color:white;
    border-radius: 50px;
    padding:10px;
    position:absolute;
    transition:400ms ease;
    right:4px;
    z-index:1;
}
.f2{
    /* width:60%; */
    margin-top: 30px;
}
.f2 p{
    font-size:25px;
    padding-left:15px;
}
hr{
    border:none;
    border-top:1px solid rgb(199, 204, 202);
}
.hide{display:none}
#logo4{
    height:110px;
}
.f2 p{
    font-size:20px;
}
.logo2 h2{
    font-size:25px;
}

#mathshead{
    color: transparent;
    font-size: 0.1rem;
    transition: 0.4s ease-in;
}



@media screen and (max-width:1380px){
    .logo_img {
        padding-left:2vw;
    }
    .yt2{
        padding-right:2vw;
    }
   
    

    

    .syllabuscontent{
        display: block;
        padding: 1.5em 1.2em;
        margin-top: 3em;
        
        
    
        background: rgba( 255, 255, 255, 0.1 );
        box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
        backdrop-filter: blur( 9.8px );
        -webkit-backdrop-filter: blur( 9.8px );
        border-radius: 10px;
        border: 1px solid rgba( 255, 255, 255, 0.18 );
    
        width: 80%;
        place-items: center;
        justify-content: center;
        align-items: center;
        left: 0;
        transform: translateX(12%);
        margin-bottom: 44%;
      
    
    }
    .cardy{
        cursor: pointer;
        margin-top: 10%;
        width: 320px;
        opacity: 0.90;
       
        height: 130px;
        position: relative;
        background: rgb(207, 207, 207);
        border-radius: 20px;
        box-shadow: 0px 40px 80px rgba(0,0,0,0.25);
        transition: 0.32s ease-in;
    }
    
    .cardy:hover{
        height: 222px;
    }
    .imgBx{
        position:absolute;
        left: 50%;
        top: -50px;
        transform: translateX(-50%);
        width: 80px;
        height: 80px;
        background: #2f2e2e;
        border-radius: 20px;
        box-shadow: 0px 15px 50px rgba(0,0,0,0.35) ;
        overflow: hidden;
        transition: 0.45s;
    }
    .cardy:hover .imgBx{
        width: 100px;
        height: 100px;
    }
    
   
    

}
@media screen and (max-width:1270px){
    .logo_img {
        padding-left:1vw;
    }
    #logo {
        height:100px;
    }
    .logo {
        font-size:13px;
    }
    .yt2 {
        padding-right:1vw;
        width:fit-content;
    }
    
    

   
    

    .syllabuscontent{
        display: block;
        padding: 1.5em 1.2em;
        margin-top: 3em;
        
        
    
        background: rgba( 255, 255, 255, 0.1 );
        box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
        backdrop-filter: blur( 9.8px );
        -webkit-backdrop-filter: blur( 9.8px );
        border-radius: 10px;
        border: 1px solid rgba( 255, 255, 255, 0.18 );
    
        width: 80%;
        place-items: center;
        justify-content: center;
        align-items: center;
        left: 0;
        transform: translateX(12%);
        margin-bottom: 44%;
      
    
    }
    .cardy{
        cursor: pointer;
        margin-top: 10%;
        width: 280px;
        opacity: 0.90;
       
        height: 130px;
        position: relative;
        background: rgb(207, 207, 207);
        border-radius: 20px;
        box-shadow: 0px 40px 80px rgba(0,0,0,0.25);
        transition: 0.32s ease-in;
    }
    
    .cardy:hover{
        height: 230px;
    }

    .imgBx{
        position:absolute;
        left: 50%;
        top: -50px;
        transform: translateX(-50%);
        width: 70px;
        height: 70px;
        background: #2f2e2e;
        border-radius: 20px;
        box-shadow: 0px 15px 50px rgba(0,0,0,0.35) ;
        overflow: hidden;
        transition: 0.45s;
    }
    .cardy:hover .imgBx{
        width: 90px;
        height: 90px;
    }
    
    

}

@media screen and (max-width: 1213px) {  
    .head{
        display:none;
    }
    #menu{
        display:block;
    }
    .yt2{
        display: none;
    }
    #body{
        margin:0 3vw;
        height:550px;
    }.body1{
        margin-right:20px;
    }
    .block2{
        margin:-200px 3vw 150px 3vw;
    }
    .block2 p{
        padding:20px 50px;
    }
    .block3 {
        margin:120px 3vw;
    }.b2{
        margin-left:20px;
    }
    .block4{
        margin:120px 3vw;
    }.b3{
        margin-right:20px;
    }.block5{
        margin:120px 3vw 150px 3vw;
    }.b6{
        margin-left:20px;
    }.block6{
        margin:0 3vw 100px 3vw;
    }.b8 img{
        height:400px;
        width:600px;
    }.b7{
        margin-left:50px;
    }
    .block7{
        margin:0 3vw 100px 3vw;
    }.txt1{
        margin:0 200px 20px 200px; 
    }#img1{
        width:550px;
    }

    #mathshead{
        margin-top: 2.5%;
        display: block;
        color: #0f0f0f;
        font-size: 3.3rem;
    }


    #mathshead{
        position: absolute;
        top: 0;
        color: #b2b2b2;
        opacity: 0.65;
        display: inline-flex;
        font-size: 3.50rem;
    }
    .syllabus-body{
        margin-top: 5em;
    }

    .syllabus-body h4{
        margin-top: 1em;
    }
    

    .blocklast{
        margin-top: 5%;
        height: 14em;
        justify-content: space-between;
    }

    .block8-col2 img{
       
        position: relative;
        transform: scale(10);
        align-self: center;
        margin: auto;
        margin-top: 40%;
        
    }

    .block8-col2 {
        position:absolute;
        display: block;
        text-align: center;
        left: 50%;
        top: -40px;
        transform: translateX(-50%);
        
        width: 60px;
        height: 60px;
        background:#eaeaea28 ;
       
        border-radius: 10px;
        box-shadow: 0px 5px 50px rgba(0,0,0,0.25) ;
        
        transition: 0.45s;
    }

    

   

    .syllabuscontent{
        display: block;
        padding: 1.5em 1.2em;
        margin-top: 3em;
        
        
    
        background: rgba( 255, 255, 255, 0.1 );
        box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
        backdrop-filter: blur( 9.8px );
        -webkit-backdrop-filter: blur( 9.8px );
        border-radius: 10px;
        border: 1px solid rgba( 255, 255, 255, 0.18 );
    
        width: 80%;
        place-items: center;
        justify-content: center;
        align-items: center;
        left: 0;
        transform: translateX(12%);
        margin-bottom: 44%;
      
    
    }

    .cardy{
        cursor: pointer;
        margin-top: 10%;
        width: 240px;
        opacity: 0.90;
       
        height: 120px;
        position: relative;
        background: rgb(207, 207, 207);
        border-radius: 20px;
        box-shadow: 0px 40px 80px rgba(0,0,0,0.25);
        transition: 0.32s ease-in;
    }
    
    .cardy:hover{
        height: 240px;
    }
    .imgBx{
        position:absolute;
        left: 50%;
        top: -34px;
        transform: translateX(-50%);
        
        width: 65px;
        height: 65px;
        background: #2f2e2e;
        border-radius: 20px;
        box-shadow: 0px 15px 50px rgba(0,0,0,0.35) ;
        overflow: hidden;
        transition: 0.45s;
    }
    .cardy:hover .imgBx{
        width: 80px;
        height: 80px;
    }
    
    

}
@media screen and (max-width:1078px){
    .block8{
        padding:0 2vw 0 2vw;
    }

    

    .syllabuscontent{
        display: block;
        padding: 1.5em 1.2em;
        margin-top: 3em;
        
        
    
        background: rgba( 255, 255, 255, 0.1 );
        box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
        backdrop-filter: blur( 9.8px );
        -webkit-backdrop-filter: blur( 9.8px );
        border-radius: 10px;
        border: 1px solid rgba( 255, 255, 255, 0.18 );
    
        width: 80%;
        place-items: center;
        justify-content: center;
        align-items: center;
        left: 0;
        transform: translateX(12%);
        margin-bottom: 44%;
      
    
    }
    .cardy{
        cursor: pointer;
        margin-top: 10%;
        width: 200px;
        opacity: 0.90;
       
        height: 130px;
        position: relative;
        background: rgb(207, 207, 207);
        border-radius: 20px;
        box-shadow: 0px 40px 80px rgba(0,0,0,0.25);
        transition: 0.32s ease-in;
    }
    
    .cardy:hover{
        height: 230px;
    }
    .imgBx{
        position:absolute;
        left: 50%;
        top: -34px;
        transform: translateX(-50%);
        
        width: 65px;
        height: 65px;
        background: #2f2e2e;
        border-radius: 20px;
        box-shadow: 0px 15px 50px rgba(0,0,0,0.35) ;
        overflow: hidden;
        transition: 0.45s;
    }
    .cardy:hover .imgBx{
        width: 80px;
        height: 80px;
    }
    .blocklast{
        margin-top: 5%;
        height: 15.4em;
        justify-content: space-between;
    }
    
    

}
@media screen and (max-width:963px) {
    .row {
        display: block;
    }
    #b1 img, #b4 img, #b5 img {
        width:100%;
    }
    .block3,.block4,.block5{
        padding:0 5vw;
    }
    .block2 h2 {
        font-size:4vw;
    }
    .block2 {
        margin:0 10vw;
    }
    .b2,.b3,.b6{
        width:100%;
        margin-top:30;
    }.b2 h2, .b3 h2, .b6 h2 {
        font-size: 5vw;
    }
    /* .block1{
        
        min-height:1180px;
        padding:0 6vw;
        margin:0 auto 0px auto;
    } */
    .body2 img{
        /* height:100%; */
        max-width:100%;
    }
    .show{display:none;}
    .hide{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        display:block;
        width:100%;
    }
    .block2{
        margin:-200px 5vw 150px 5vw;
    }
    .block2 p{
        padding:20px 30px;
    }
    .block6{
        display:block;
        margin:0 10vw 50px 10vw;  
    }
    .block7 {
        display:block;
        padding:0 10vw;
    }
    .b7 {
        width:fit-content;
        padding:50px 0;
    }
    .b7 h1{
        font-size:3vw;
    }
    .b7 p {
        font-size:15px;
    }
    .b8 img{
        width:100%;
    }
    .hide img{
        width:100%;
    }
    .body1 {
        width:100%;
        margin-bottom:50px;
    }
    footer {
        display:block;
    }
    .f2 a{
        display:block;
    }
    .f2 i{
        display: none;
    }
    #body{display:block;}
    #heading{font-size:5vw;}
    footer {
        display:block;
        margin:0 auto;
        margin:0 10vw;
    }
    .syllabuscontent{
        display: block;
        padding: 1.5em 1.2em;
        margin-top: 3em;
        
        
    
        background: rgba( 255, 255, 255, 0.1 );
        box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
        backdrop-filter: blur( 9.8px );
        -webkit-backdrop-filter: blur( 9.8px );
        border-radius: 10px;
        border: 1px solid rgba( 255, 255, 255, 0.18 );
    
        width: 80%;
        place-items: center;
        justify-content: center;
        align-items: center;
        left: 0;
        transform: translateX(12%);
        margin-bottom: 48%;
      
    
    }
    
    

}
@media screen and (max-width:690px){
    .b8 {
        display:none;
    }
    /* .block1 {
        min-height:1040px;
    } */
    .b7 h1 {
        font-size:22px;
    }
    .block2 h2 {
        font-size:22px;
    }
    .f1 {
        width:100%;
    }
    .syllabuscontent{
        display: block;
        padding: 1.5em 1.2em;
        margin-top: 3em;
        
        
    
        background: rgba( 255, 255, 255, 0.1 );
        box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
        backdrop-filter: blur( 9.8px );
        -webkit-backdrop-filter: blur( 9.8px );
        border-radius: 10px;
        border: 1px solid rgba( 255, 255, 255, 0.18 );
    
        width: 80%;
        place-items: center;
        justify-content: center;
        align-items: center;
        left: 0;
        transform: translateX(12%);
        margin-bottom: 44%;
      
    
    }
    
    
    

}
@media screen and (max-width:870px){
    .txt1 {
        margin:0 8vw 20px 8vw;
    }
    .syllabuscontent{
        display: block;
        padding: 1.5em 1.2em;
        margin-top: 3em;
        
        
    
        background: rgba( 255, 255, 255, 0.1 );
        box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
        backdrop-filter: blur( 9.8px );
        -webkit-backdrop-filter: blur( 9.8px );
        border-radius: 10px;
        border: 1px solid rgba( 255, 255, 255, 0.18 );
    
        width: 80%;
        place-items: center;
        justify-content: center;
        align-items: center;
        left: 0;
        transform: translateX(12%);
        margin-bottom: 60%;
      
    
    }
    
    
    
}
@media screen and (max-width:563px){
    footer {
        margin:0 5vw;
    }
    .syllabuscontent{
        display: block;
        padding: 1.5em 1.2em;
        margin-top: 3em;
        
        
    
        background: rgba( 255, 255, 255, 0.1 );
        box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
        backdrop-filter: blur( 9.8px );
        -webkit-backdrop-filter: blur( 9.8px );
        border-radius: 10px;
        border: 1px solid rgba( 255, 255, 255, 0.18 );
    
        width: 80%;
        place-items: center;
        justify-content: center;
        align-items: center;
        left: 0;
        transform: translateX(12%);
        margin-bottom: 60%;
      
    
    }
    
    
    
    
}
@media screen and (max-width:500px){
    footer {
        margin:0 1vw;
    }
    /* .block1 {
        min-height:940px;
    } */
    .syllabuscontent{
        display: block;
        padding: 1.5em 1.2em;
        margin-top: 3em;
        
        
    
        background: rgba( 255, 255, 255, 0.1 );
        box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
        backdrop-filter: blur( 9.8px );
        -webkit-backdrop-filter: blur( 9.8px );
        border-radius: 10px;
        border: 1px solid rgba( 255, 255, 255, 0.18 );
    
        width: 80%;
        place-items: center;
        justify-content: center;
        align-items: center;
        left: 0;
        transform: translateX(12%);
        margin-bottom: 60%;
      
    
    }
    
    
    
   
}
@media screen and (max-width:563px){
    #logo4{
        height:80px;
    }
    .f2 p{
        font-size:20px;
    }
    .logo2 h2{
        font-size:20px;
    }

    


    .syllabuscontent{
        display: block;
        padding: 1.5em 1.2em;
        margin-top: 3em;
        padding-bottom: 2em;
        
    
        background: rgba( 255, 255, 255, 0.1 );
        box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
        backdrop-filter: blur( 9.8px );
        -webkit-backdrop-filter: blur( 9.8px );
        border-radius: 10px;
        border: 1px solid rgba( 255, 255, 255, 0.18 );
    
        width: 80%;
        place-items: center;
        justify-content: center;
        align-items: center;
        left: 0;
        transform: translateX(12%);
        margin-bottom: 95%;
      
    
    }

    .blocklast{
        height:12.2%;
        flex-direction: column;
        justify-content: space-between;
    }

    .blocklast p{
        font-size: 1rem;
    }

    .footer-btn{
        width: 30%;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    
.cardy{
    cursor: pointer;
    margin-top: 10%;
    width: 150px;
    opacity: 0.90;
   
    height: 130px;
    position: relative;
    background: rgb(207, 207, 207);
    border-radius: 20px;
    box-shadow: 0px 40px 80px rgba(0,0,0,0.25);
    transition: 0.32s ease-in;
}

.cardy:hover{
    height: 222px;
}

.imgBx{
    position:absolute;
    left: 50%;
    top: -44px;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    background: #2f2e2e;
    border-radius: 20px;
    box-shadow: 0px 15px 50px rgba(0,0,0,0.35) ;
    overflow: hidden;
    transition: 0.45s;
}
.cardy:hover .imgBx{
    width: 90px;
    height: 90px;
}

.cards2{
    margin-top: 7.5%;
}


.cardy .contents .details h2{
    font-size: 1.00rem;
    font-weight: 600;
    
    color: #555;
    line-height: 1.2em;

    margin-block-end: 2.5em;
}

.cardy .contents .details h2 span{
    color: #555;
    font-size: 0.9rem;
    font-weight: 500;
    opacity: 0.7;
   
}

.cardy .contents .details .data{
    display: flex;
    margin: 20px 0px;
    justify-content: space-between;
    gap: 0.3em;
    align-items: center;
   
}


.cardy .contents .details .data h3{
    color: #c7c7c7;
    
    width: 100%;
    
    opacity: 0.1;
    font-size: 0.75rem;
    font-weight: bold;
    display: block;
    margin-block-end: 1.2em;
    transition: 0.55s ease-in-out;
}

.cardy .contents .details .week h3{
    margin-top: -0.4em;
    margin-bottom: 0.4em;
    color: #2f2e2e;
    font-size: 0.85rem;
    opacity: 0.75;
    line-height: 0.1px;
}

.cardy .contents .details .data .circle {
    width: 1.5em;
    height: 1.95em;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: #b2b2b2;
    border-radius: 0.8em;
    
    transition: 0.2s ease-in;
    padding-bottom: 0em;
    margin-bottom: 1.6em;
}
.cardy .contents .details .data .circle h3{
    color: #222222;
    margin-bottom: 0.8em;
    transition: 0.3s ease-in;
}

.cardy .contents .details .data .circle:hover h3{

    color: #c1c1c1;
}

.cardy .contents .details .data .circle:hover{
    background: #0f0f0f;
}

.cardy:hover .contents .details .data .circle{
    opacity: 0.7;
    

}



.cardy:hover .contents .details .data h3{
    opacity: 0.85;

}

.cardy .contents .details .data h3 span{
    color: #555;
    font-size: 0.82rem;
    opacity: 0.7;
    
}

#mathssec{
    transform: translateY(3.5%);
}

.syllabus-body{
    margin-top: 3.8%;
}

.syllabus-body h3{
    opacity: 0.50;
    line-height: 1.3em;
    font-size: 2.15rem;

  
    color: #d4d4d4e1;
    
}

.syllabus-body p{
    font-weight: light;
    margin: 0.8em 0em;
    opacity: 0.94;
    font-size: 0.86rem;
}

.syllabus-body h4 {
    margin-top: 6.5%;
    line-height: 0.2em;
    font-size: 1.05rem;
    font-weight: bold;
}




    
   

}

@media screen and (max-width:437px){
    .hide img{
        width:340px;
    }
    #inside {
        width:300px;
        left:20;
    }
    

    .syllabuscontent{
        display: block;
        padding: 1.5em 1.2em;
        margin-top: 3em;
        padding-bottom: 2em;
        
    
        background: rgba( 255, 255, 255, 0.1 );
        box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
        backdrop-filter: blur( 9.8px );
        -webkit-backdrop-filter: blur( 9.8px );
        border-radius: 10px;
        border: 1px solid rgba( 255, 255, 255, 0.18 );
    
        width: 80%;
        place-items: center;
        justify-content: center;
        align-items: center;
        left: 0;
        transform: translateX(12%);
        margin-bottom: 95%;
      
    
    }

    .blocklast{
        height:12.2%;
        flex-direction: column;
        justify-content: space-between;
    }

    .blocklast p{
        font-size: 1rem;
    }

    .footer-btn{
        width: 30%;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    
.cardy{
    cursor: pointer;
    margin-top: 10%;
    width: 150px;
    opacity: 0.90;
   
    height: 130px;
    position: relative;
    background: rgb(207, 207, 207);
    border-radius: 20px;
    box-shadow: 0px 40px 80px rgba(0,0,0,0.25);
    transition: 0.32s ease-in;
}

.cardy:hover{
    height: 222px;
}

.imgBx{
    position:absolute;
    left: 50%;
    top: -44px;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    background: #2f2e2e;
    border-radius: 20px;
    box-shadow: 0px 15px 50px rgba(0,0,0,0.35) ;
    overflow: hidden;
    transition: 0.45s;
}
.cardy:hover .imgBx{
    width: 90px;
    height: 90px;
}

.cards2{
    margin-top: 7.5%;
}


.cardy .contents .details h2{
    font-size: 1.00rem;
    font-weight: 600;
    
    color: #555;
    line-height: 1.2em;

    margin-block-end: 2.5em;
}

.cardy .contents .details h2 span{
    color: #555;
    font-size: 0.9rem;
    font-weight: 500;
    opacity: 0.7;
   
}

.cardy .contents .details .data{
    display: flex;
    margin: 20px 0px;
    justify-content: space-between;
    gap: 0.3em;
    align-items: center;
   
}


.cardy .contents .details .data h3{
    color: #c7c7c7;
    
    width: 100%;
    
    opacity: 0.1;
    font-size: 0.75rem;
    font-weight: bold;
    display: block;
    margin-block-end: 1.2em;
    transition: 0.55s ease-in-out;
}

.cardy .contents .details .week h3{
    margin-top: -0.4em;
    margin-bottom: 0.4em;
    color: #2f2e2e;
    font-size: 0.85rem;
    opacity: 0.75;
    line-height: 0.1px;
}

.cardy .contents .details .data .circle {
    width: 1.5em;
    height: 1.95em;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: #b2b2b2;
    border-radius: 0.8em;
    
    transition: 0.2s ease-in;
    padding-bottom: 0em;
    margin-bottom: 1.6em;
}
.cardy .contents .details .data .circle h3{
    color: #222222;
    margin-bottom: 0.8em;
    transition: 0.3s ease-in;
}

.cardy .contents .details .data .circle:hover h3{

    color: #c1c1c1;
}

.cardy .contents .details .data .circle:hover{
    background: #0f0f0f;
}

.cardy:hover .contents .details .data .circle{
    opacity: 0.7;
    

}



.cardy:hover .contents .details .data h3{
    opacity: 0.85;

}

.cardy .contents .details .data h3 span{
    color: #555;
    font-size: 0.82rem;
    opacity: 0.7;
    
}

#mathssec{
    transform: translateY(3.5%);
}

.syllabus-body{
    margin-top: 3.8%;
}

.syllabus-body h3{
    opacity: 0.50;
    line-height: 1.3em;
    font-size: 2.15rem;

  
    color: #d4d4d4e1;
    
}


.syllabus-body p{
    font-weight: light;
    margin: 0.8em 0em;
    opacity: 0.94;
    font-size: 0.86rem;
}

.syllabus-body h4 {
    margin-top: 6.5%;
    line-height: 0.2em;
    font-size: 1.05rem;
    font-weight: bold;
}
  
  #mathssec{
    margin-top: 30%;

}
  
  #mathshead{
  background: transparent;
    font-size: 0.1rem;
}
  
.syllabus-header{
    padding: 10px 0;
    width: 100%;
    height: 14%;
    display: flex;
    justify-content: center;
    

}

.syllabus-header h1{
    color: #d4d4d49c;
    font-weight: bold;
    font-size: 2.3rem;
}

  
}




