*{
    padding: 0;
    margin: 0px;
    font-family: sans-serif;
    list-style: none;
    text-decoration: none;
    scroll-behavior: smooth;


}
body{
  background-color: #e8e8e8;
  font-weight: 500;


}
.navbar{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    position: fixed;
    z-index: 1;
    background-color:rgb(102, 177, 204);
    /* border: solid; */
}
.navbar .logo{
    font-size: 30px;
    margin-left: 100px;
    line-height: 60px;
}
.navbar .logo a{
    color: black;
}
.navbar .logo a:hover{
    color: red;
}
.navbar .menulist{
    display: flex;
    text-transform: capitalize;
    line-height: 60px;
    font-size: 20px;
    /* border: solid; */

}
.navbar .menulist li{
    width: 120px;

}
.navbar .menulist li a{
    color: black;
}
.navbar .menulist li a:hover{
    color: red;
}
.navbar .btn{
    margin-right: 100px;
    background: none;
    padding: 10px;
    position: relative;
    top: 7px;
    outline: none;
    border: 2px solid black ;

    border-radius: 7px;
    width: 120px;
    font-size: 20px;
}
.navbar .btn a{
    color: black;
}
.homepage{
    width: 100%;
    height: 100vh;
    background-image: url(./2.jpg);
    background-size: 100% 100%;
    filter: blur(0.5px);   
}
.navbar .btn a:hover{
    color: red;
}



.school
{
    height: 350px;
    margin-left: 50px;
    margin-top: 20px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    
}

.container{
    width: 100%;
    height: 75vh;
    
}
.aboutus{
display: flex;
position: relative;
top: 80px;

}
.welcome{
    text-align: center;
    font-size: 30px;
}
.schooltext{
    padding-left: 5%;
    width: 70%;
    
    
}

center{
    margin-top: 2%;
}




.container2{
    margin-top: 25px;
    width: 100%;
    height: 60vh;
}


.teacher{
    
    justify-content: center;
    display: flex;
    gap: 120px;
}
.teacher2{
   
    height: 210px;
    width: 350px;
    background-image: center;    
}
.teacher1 p{
    text-align: center;

}
 p{
    font-size: 25px;
    margin-top: 10px;
}
.socialmedia {
    font-size: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 35px;
    margin-top: 20px;
}

.socialmedia a{
    color: black;
}

.contact{
    width: 100%;
    height: 100vh;
    position: relative;
    /* background-image: url(../Photos/contact-usjpg.jfif); */
    background-size: 100% 100%;
 

}
.contact .header{
    text-align: center;
    position: relative;
    top: 70px;
    font-size: 30px;
        
}
.contact .infoform{
 width: 80%;
 height: 70vh;
 box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
 position: absolute;
 left: 50%;
 top: 52%;
 transform: translate(-50% ,-50%) ;
 display: flex;
 justify-content: center;
 gap: 100px;
 background-color: white;
}
.contact .infoform .info,.form{
    width: 40%;
    height: 60vh;
    margin-top: 30px;
    color: black;
   background-color: white;

  
}
.contact .infoform .location{
    display: flex;
    gap: 20px;
    margin-top: 45px;
font-size: 25px;
margin-left: 20px;

}
.contact .infoform .location i
{
position: relative;
top: 10px;
}
.form .formcontainer{
    width: 80%;
    height: 40px;
    margin: 40px auto;
   
}
.form .formcontainer .textfield{
    width: 100%;
    height: 40px;
    border: none;
    outline: none;
    border-bottom: 2px solid;
    font-size: 20px;
    background: transparent;
    
   

}
.form .header1
{
    margin: 30px 45px;
    font-size: 30px;
}
.form .btn1{
    padding: 5px;
    width: 100px;
    font-size: 25px;
    background-color: rgb(102, 177, 204);
    color: white;
    outline: none;
    border: none;
    border-radius: 5px;
    
}


footer{
    background-color: rgb(102, 177, 204);
    height: 70px;
    width: 100%;

}
.footer1{
text-align: center;
color: black;
position: relative;
top: 40%;

}

.teacher1
{
    height: 350px;
    width: 350px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;

}