/* font import code*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');



* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Montserrat", serif;
}

html,
body {
    width: 100%;
    height: 100%;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.opacity2 {
    width: 100%;
    height: 100%;
    background-color: #002147d1;
}

/* header section part-1 start*/

.part-1 {
    width: 100%;
    background-color: #002147;
}

#part-1a {
    display: flex;
    justify-content: space-between;
    color: white;
    padding: 10px 0px;
}

.part-1 #part-1a #contactno h1{
    font-family: "Roboto", serif;
    font-size: 13px;
    font-weight: 400;
}

#login ul {
    display: flex;
    gap: 60px;
    list-style: none;

}

#login ul li a {
    color: white;
    text-decoration: none;
    font-family: "Roboto", serif;
    font-size: 13px;

}
#login a:hover{
    color: #fdc800;
    }
/* header section part-1 end*/

/* mainheader section  start*/
#main-header {
    background-color: white;

}

#part-1b {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

#part-1b #logo img {
    width: 150px;
    padding: 28px 0px;
}

#part-1b #nav ul {
    display: flex;
    gap: 55px;
    list-style: none;
    align-items: center;

}

#part-1b #nav a {
    text-decoration: none;
    color: #002147;
    font-size: 12px;
    font-family: "Roboto", serif;
    padding: 39px 0px;
}

#part-1b #nav #search{
    padding: 37px 0px;
    font-size: 18px;
   
}

/* mainheader section  end*/


/* Contact section part1 started.. */
#contact-details   h1 {
    
    font-weight: 400;
    color: #ffffff;
    font-size: 30px;
    padding-top: 80px;

}
#contact-details  p {
    font-size: 13px;
   
    font-weight: 100;
    padding: 20px 0px 60px 0px;
    color: #ffffff;
}
 #contact-details  a{
    text-decoration: none;
    color: #ffffff;
    padding: 0px 10px ;

  }
#contact-details  p a:hover{
        color: #fdc800;
    }
#contact-details {
    width: 100%;
    text-align: center;
    text-align: center;
    background-image: url("../img/testimonial.webp");
    background-size: 100% 100%;

}
/* over */


/* steven section start*/
#steven {
    text-align: center;
    width: 100%;
    height: 360px;
    background-image: url("../img/testimonial.webp");
    color: white;
    background-size: 100% 100%;
}

.opacity2 {
    width: 100%;
    height: 100%;
    background-color: #002147d1;
}

#steven h3 {
    width: 55%;
    position: relative;
    top: 100px;
    left: 340px;
    font-size: 14px;
   
    font-weight: 300;
    line-height: 25px;
    word-spacing: 1px;
}

#steven h2 {
    position: relative;
    top: 120px;
   
    font-size: 16px;
    font-weight: 400;

}

#steven h1 {
    position: relative;
    top: 80px;
    font-size: 65px;
    padding: 20px 0px 50px 0px;
    color: #5c6977d1;

}

#steven h1 span {
    color: #fdc800;
}
/* steven section end*/


/* numbers section start*/
#numbers {
    width: 100%;
    height: 310px;
    background-image: url("../img/funfact.webp");
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

#numbers-values {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.numbers-data h2 {
    color: white;
    font-size: 62px;
    margin-bottom: 30px;
    line-height: 46px;
}

.numbers-data h4 {
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-size: 30px;
    font-weight: 200;

}
/* numbers section end*/


/* skills section started.. */
#our-skills{
    text-align: center;
    padding: 62px 0px;

}
#our-skills h1{
text-transform:uppercase ;

font-size: 26px;
line-height: 25px;
font-weight: 500;
}
#our-skills p{
    
    line-height: 36px;
}
.skill-parent{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding:0px 0px  90px 0px ;
}
.skill-parent .skill-part{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap:10px;
}
.skill-parent .skill-part div{
    width: 100%;
    height: 4px;
    background-color: #eee;
}
.skill-parent .skill-part div .skill-80{
    width: 80%;
    height: 100%;
    background-color: #fdc800;
}
.skill-parent .skill-part div .skill-60{
    width: 60%;
    height: 100%;
    background-color: #fdc800;
}
.skill-parent .skill-part div .skill-90{
    width: 90%;
    height: 100%;
    background-color: #fdc800;
}
.skill-parent .skill-part div .skill-40{
    width: 40%;
    height: 100%;
    background-color: #fdc800;
}
.skill-parent .skill-part div .skill-70{
    width: 60%;
    height: 100%;
    background-color: #fdc800;
}
.skill-parent .skill-part div .skill-50{
    width: 60%;
    height: 100%;
    background-color: #fdc800;
}
.skill-parent .skill-part h2{
    font-size: 17px;
    font-weight: normal;
    opacity: 0.7;
    font-family: "Montserrat", serif;
}
/* skills section ended.. */


/* about section start*/
#about-study {
    width: 100%;
    display: flex;
    gap: 40px;
    padding: 85px 0px;
}

#study-img img {
    width: 500px;
    height: 290px;
}

#about-content h1 {
    font-size: 35px;
    
    font-weight: 500;
    padding-bottom: 20px;
    color: #002147;
}

#about-content p {
    width: 93%;
    font-size: 14px;
    font-weight: 200;
    
    color: grey;
    padding-bottom: 20px;
    line-height: 27px;
}

#about-btn {
    padding: 10px 35px;
    font-size: 17px;
    background-color: #002147;
    color: white;
    border: none;
}
#about-btn a{
    text-decoration: none;
    color: white;

}

#about-btn:hover {
    color: #002147;
    background-color: #fdc800;
}
/* about section end*/


/* teacher's section started... */
#our-teachers{
    text-align: center;
    padding: 62px 0px;

}
#our-teachers h1{
text-transform:uppercase ;

font-size: 26px;
line-height: 25px;
font-weight: 500;
}
#our-teachers p{
    font-size: 14px;
    line-height: 36px;
}
#teacher-data{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2px;
}
#teacher-data .teacher{
    width: 23%;
    overflow: hidden;
    text-align: center;
    margin: 10px 0px 120px 0px;
    padding-bottom: 30px;
    box-shadow: 0px 2px 10px #ddd;
}
#teacher-data .teacher:hover{
    width: 23%;
    box-shadow: 0px 0px 5px rgb(195, 195, 195);
    text-align: center;
    margin: 10px 0px 120px 0px;
    padding-bottom: 30px;
}
#teacher-data .teacher img{
    width: 100%;    
}
#teacher-data .teacher h1{
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
}
#teacher-data .teacher h2{
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 400;
    padding: 6px 0px 20px 0px;
}

#teacher-data:hover #arrow-left{
    display: block;
}
#teacher-data:hover  #arrow-right{
    display: block;
}
#teacher-data>i{
    padding: 0px 0px;
    font-size: 32px;
    display: none;
    position: relative;
    bottom: 50px;
}
#arrow-right{
    position: relative;
    left: 20px;
    
}
#arrow-left{
    position: relative;
    right: 20px;
   
}


.teacher>i{
    font-size: 16px;
    border: 1px solid rgb(100, 103, 140);
    color: rgb(98, 89, 118);
    border-radius: 50%;
    padding: 5px;
    margin-left: 5px;

}








/* teacher's section ended... */

/* footer section start*/
footer {
    background-color: #002147;
    color: white;
}

#footer-part-1 {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    gap: 30px;
    padding: 90px 180px;
    border-bottom: 2px solid rgb(66, 66, 97);
}

#footer-part-1-a {
    width: 24%;
    line-height: 23px;
}

#footer-part-1-a a {
    padding: 10px 10px 20px 0px;
    color: white;
    text-decoration: none;
}

#footer-part-1-a p {
    padding: 20px 0px;
   
    font-size: 14px;
    font-weight: 300;
}

#footer-part-1-b {
    width: 24%;
    line-height: 23px;
}

#footer-part-1-b h1 {
   
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 20px;
}

#footer-part-1-b i {
    padding-right: 5px;
    font-size: 20px;
}

#footer-part-1-b h3 {
   
    font-weight: 200;
    font-size: 15px;
    padding: 5px 0px;

}

#footer-part-1-c {
    width: 24%;
    line-height: 23px;
}

#footer-part-1-c h1 {
   
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 20px;
}

#footer-part-1-c h2 {
   
    font-weight: 200;
    font-size: 15px;
    padding: 5px 0px;

}

#footer-part-1-d {
    width: 23%;
    

}

#footer-part-1-d h1 {
    
    font-weight: 800;
    font-size: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;

}

#foot-img {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
   
}

#footer-part-2 {
    display: flex;
    justify-content: space-between;
    padding: 10px 80px;
    align-items: center;
   
}

#footer-part-2-a {
    font-family: "Roboto", serif;
    padding: 10px 40px;
    font-size: 13px;
    font-weight: 100;
    margin-left: 54px;
}

#footer-part-2-a span {
    color: #fdc800;
}

#footer-part-2-b {
    font-family: "Roboto", serif;
    padding: 10px 80px;
    font-size: 13px;
    font-weight: 100;
    margin-left: 54px;
}
/* footer section end*/

/* footer section hover start*/
#foot-img .image-container2:hover .overlay-img2{
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
#foot-img .image-container2 {
    width: 25%;
    position: relative;
}
.image-container2 img{
    width: 100%;
    height: 100%;
 }

.image-container2 .overlay-img2{
    width: 100%;
    height: 100%;
    background-color: #fdc600c2;
    color: white;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
.image-container2 .overlay-img2 i{
    font-size: 23px;
}

/* footer section hover end*/


/* header section hover start*/
#nav li:hover a {

    border-bottom: 3px solid #fdc800;
}

#part-1b #nav #search:hover {
    border-bottom: 3px solid#fdc800;
    color: #fdc800;
} 
#part-1b #nav :hover{
    color: #fdc800;
}
/* header section hover end*/


@media (min-width:320px) and (max-width:480px) {
    .container {
        width: 100%;
    }
    .part-1 #part-1a #contactno h1 {
        font-size: 12px;
    }

    #part-1a {
        padding: 10px 15px;
    }

    #part-1b #nav {
        display: none;
    }

    .only-search {
        font-size: 20px;
    }

    #part-1b {
        padding: 0px 15px;
    }

    .only-search {
        font-size: 20px;
    }

    .only-search {
        font-size: 20px;
    }
    #about-study {
        padding: 15px !important;
        flex-direction: column;
        padding: 60px 0px;
    }
    #study-img img {
        width: 100%;
        height: 230px;
    }
    #numbers-values {
        flex-direction: column;
    }
    #numbers {
        height: 500px;
        background-size: cover;
    }
    .skill-parent {
        padding: 0px 15px  90px 15px;
    }

    #footer-part-2-a span {
        padding: 0;
    }
    #steven h3 {
        width: 70%;
        top: 16px;
        left: 73px;
    }
    #steven h1 {
        top: 0px;
    }
    #steven h2 {
        top: 44px;
    }
    #teacher-data .teacher {
        width: 95%;
        margin: 10px 0px 5px 0px;
        padding-bottom: 30px;
    }

    #footer-part-1 {
        padding: 30px 15px;
        flex-wrap: wrap;
        gap: 20px;
    }

    #footer-part-1-a {
        width: 100%;
    }

    #footer-part-1-b {
        width: 100%;
    }

    #footer-part-1-c {
        width: 100%;
    }

    #footer-part-1-d {
        width: 100%;
    }

    #foot-img {
        width: 100%;
    }
    #footer-part-1-a a {
     font-size: 20px;
    }

    #foot-img .image-container2 {
        width: 29%;
        margin: 0 auto;
    }

    .image-container2 img {
        object-fit: cover;
    }

    #footer-part-2-b {
        padding: 0;
    }

    #footer-part-2-a {
        margin-left: 0px;
    }

    #footer-part-2 {
        padding: 10px 24px;
    }
}

@media (min-width:481px) and (max-width:767px) {
    .container {
        width: 100%;
    }
    .part-1 #part-1a #contactno h1 {
        font-size: 12px;
    }

    #part-1a {
        padding: 10px 15px;
    }

    #part-1b #nav {
        display: none;
    }

    .only-search {
        font-size: 20px;
    }

    #part-1b {
        padding: 0px 15px;
    }

    .only-search {
        font-size: 20px;
    }

    .only-search {
        font-size: 20px;
    }
    #about-study {
        padding: 15px !important;
        flex-direction: column;
        padding: 60px 0px;
        gap:10px;
    }
    #study-img img {
        width: 100%;
        height: 270px;
    }
    #numbers-values {
        flex-direction: column;
    }
    #numbers {
        height: 500px;
        background-size: cover;
    }
    .skill-parent {
        padding: 0px 15px  90px 15px;
    }

    #footer-part-2-a span {
        padding: 0;
    }
    #steven h3 {
        width: 70%;
        top: 16px;
        left: 73px;
    }
    #steven h1 {
        top: 0px;
    }
    #steven h2 {
        top: 44px;
    }
    #teacher-data .teacher {
        width: 95%;
        margin: 10px 0px 5px 0px;
        padding-bottom: 30px;
    }

    #footer-part-1 {
        padding: 30px 15px;
        flex-wrap: wrap;
        gap: 20px;
    }

    #footer-part-1-a {
        width: 100%;
    }

    #footer-part-1-b {
        width: 100%;
    }

    #footer-part-1-c {
        width: 100%;
    }

    #footer-part-1-d {
        width: 100%;
    }

    #foot-img {
        width: 100%;
    }
    #footer-part-1-a a {
     font-size: 20px;
    }

    #foot-img .image-container2 {
        width: 29%;
        margin: 0 auto;
    }

    .image-container2 img {
        object-fit: cover;
    }

    #footer-part-2-b {
        padding: 0;
    }

    #footer-part-2-a {
        margin-left: 0px;
    }

    #footer-part-2 {
        padding: 10px 24px;
    }
}

@media (min-width:768px) and (max-width:1024px) {
	container{
		width:100%;	
	}
    #part-1a {
        padding: 10px 15px;
    }
	#part-1b #nav ul{
    display: flex;
    gap: 35px;
    list-style: none;
    align-items: center;
	}
    #part-1b {
        padding: 0px 15px;
    }
    .only-search{
        display: none;
    }
    #about-study{
        padding: 20px;
        align-items: center;
    }
    .about-img{
        width: 345px important;
        height: 200px !important;
    }
    #study-img img {
        width: 360px;
        height: 220px;
    }
    #about-content{
        padding: 10px;
    }
    #about-content p{
        font-size: 14px;
        line-height: 23px;
    }
    .skill-parent {
        padding: 0px 15px  90px 15px;
    }
    #steven h3 {
        left: 190px;
    }
    #teacher-data .teacher {
        width: 47%;
    }
    .teachernone{
        display: none;
    }

    #footer-part-1 {
        padding: 30px 15px;
        flex-wrap: wrap;
        gap: 20px;
    }
    #footer-part-1-a{
        width: 49%;
    }
    #footer-part-1-b{
        width: 48%;
    }
    #footer-part-1-c{
        width: 49%;
    }
    #footer-part-1-d{
        width: 48%;
    }
    #foot-img{
        width: 100%;
    }
    #footer-part-2{
        flex-direction: column;
        gap: 0px;
    }
    #foot-img .image-container2 {
        width: 30%;
        margin: 0 auto;
    }
    .image-container2 img{
        object-fit: cover;
    }
    #footer-part-2-b{
        padding: 0;
    }
   
}

@media (min-width:1025px) {
    .only-search {
        display: none;
    }
}