*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.header{
    width: 100%;
    height: 150px;
    /* background: linear-gradient(to top, rgb(250, 224, 219),rgb(247, 148, 128)); */
    background-color: rgb(255, 165, 20);
    transition: 0.8s ease-in;
}
html{
    scroll-behavior: smooth;
    overflow: scroll;
}
.Main{
    transition: 0.3s ease-in-out;
}
.Main p, img, h1{
    padding-inline: 3%;
}

/* Off-canvas menu styles */
.menu-toggle {
  position: relative;
  margin-top: -40px;
  margin-left: 30px;
  top: 100px;
  right: 20px;
  float: left;
  z-index: 1201;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 40px;
  height: 40px;
}
.menu-toggle span {
  display: block;
  height: 3px;
  width: 60%;
  background: dodgerblue;
  border-radius: 2px;
  transition: 0.3s;
}
.offcanvas-menu {
  position: fixed;
  top: 0;
  left: -260px;
  width: 240px;
  height: 100%;
  background: #fff;
  box-shadow: 2px 0 12px rgba(0,0,0,0.15);
  z-index: 1202;
  transition: left 0.3s cubic-bezier(.22,1,.36,1);
  padding: 0 0 2rem 0;
  overflow-y: auto;
}

.offcanvas-menu.open {
  left: 0;
}
.menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #eee;
}
.offcanvas-menu ul {
  list-style: none;
  padding: 1rem;
  margin: 0;
  margin-left: 45px;
}
.offcanvas-menu ul li {
  margin-bottom: 2.2rem;
}
.offcanvas-menu ul li a {
  color: #046acf;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 600;
  transition: color 0.2s;
}
.offcanvas-menu ul li a:hover {
  color: #fff;
  background: #046acf;
  padding: 0.3em 0.8em;
  border-radius: 4px;box-shadow: 0 2px 4px rgba(0,0,0,0.1);

}
#menu-close {
  background: none;
  border: none;
  font-size: 2rem;
  color: #ffa514;
  cursor: pointer;
  line-height: 1;
}
.menu-backdrop {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.2);
  z-index: 1200;
  opacity: 0;
  pointer-events: none;}
/* @media */
.nav{
    float: right;
    top: 10px;
    margin-right: 20px;
    position: sticky;
    top: 0;
    transition: opacity 0.3s;
}
.nav ul li{
    display: inline-block;
    margin-left: 25px;
    margin-right: 25px;
    position: relative;
}
.nav ul li a{
    font-family: Tahoma;
    font-weight: 600;
    font-size: 18px;
    color: white;
    text-decoration: none;
    transition: 0.3s ease-in-out;

}

.menu-backdrop.open {
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 600px) {
  .offcanvas-menu {
    /* width: 80vw; */
    min-width: 180px;
    max-width: 320px;
  }
}
body{
    overflow: hidden;
    scroll-behavior: smooth;
}
.Logo{
    width: auto;
    height: 100px;
}
.Logo img{
    width: 600px;
    height: 140px;
    margin: 0;
}
 marquee{
    background-color: rgb(25, 125, 225);
    color: white;
    padding: 10px;
    font-size: 27px;
    font-weight: 400;
    position: static;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}
.container{
    width: 100%;
    min-height: 500px;
    font-family: Arial;
    font-size: 25px;
    font-weight: 500;
    color: rgb(233, 233, 233);
    text-align: center;
    background: /*linear-gradient(to top, rgba(0,0,0,0.5)50%, rgba(f,f,f,f)50%),*/url(School-block.JPG); 
    background-size: cover;
    background-position: center;
    letter-spacing: 2px;
}
/* ...existing code... */
.scroll-animate {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.scroll-animate.visible {
  opacity: 1;
  transform: translateY(0);
}
/* ...existing code... */
.container h1{
    padding-top: 200px;
    animation: slideIn 0.7s ease-in linear ;
}
hr{
    margin-inline: 30px;
    height: 5px;
    margin-top: 50px;
    margin-bottom: 50px;
    scale: 0 1;
    background-color: maroon;
    transition: 0.5s ease-in-out;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.8);
}
.content h2{
    color: rgb(48, 1, 1);
   font-family: Arial;
   font-size: 50px; 
   font-weight: 600;
   padding-left: 93px;
   transition: 1.0s;
   animation: scale 0.8s ease-in-out;
   
}
.content p{
    font-size: 15px;
    line-height: 42px;
    justify-content: center;
    margin-left: 80px;
    margin-right: 80px;
    transition: 1.5s;
   animation: slideOn 0.8s ease-in-out;
}
i{
    color: maroon;
}
.blocks{
    display: flex;
    width: 100%;
    align-items: center;
    /* box-sizing: border-box; */
    text-align: center;
    justify-content: center;
    padding-top: 50px;
}
.section h2{
    font-family: Arial;
    font-size: 50px; 
    font-weight: 600;
    padding-left: 93px;

}
.motto{
    background-color: dodgerblue;
    color: rgb(228, 228, 228);
    width: 30%;
    height: 300px;
    padding-top: 130px;
    padding-left: 20px;
    border-radius: 50px;
    font-family: Tahoma;
    box-shadow:  0 0 8px rgba(0, 0, 0, 5);
    transition: 1.5s;
    animation: Grow1 1.6s ease;

}
.mission{
    background-color: dodgerblue;
    color: rgb(228, 228, 228);
    width: 30%;
    height: 300px;
    padding-top: 120px;
    margin-left: 20px;
    border-radius: 50px;
    font-family: Tahoma;
    box-shadow:  0 0 8px rgba(0, 0, 0, 5);
    transition: 1.5s;
    animation: Grow2 1.8s ease;
}
.vision{
    background-color: dodgerblue;
    color: rgb(228, 228, 228);
    width: 30%;
    height: 300px;
    padding-top: 130px;
    margin-left: 20px;
    border-radius: 50px;
    font-family: Tahoma;
    box-shadow:  0 0 8px rgba(0, 0, 0, 5);
    transition: 1.5s;
    animation: Grow3 2.0s ease;
}
/* ...existing code... */
.scroll-animate {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.scroll-animate.visible {
  opacity: 1;
  transform: translateY(0);
}
/* ...existing code... */
.container2 {
    width: 100%;
    /* min-height: 500px; */
    color: rgb(233, 233, 233);
    text-align: center;
    justify-content: center;
    background: linear-gradient(to top, rgba(80, 1, 1, 0.5)50%, rgba(80, 1, 1, 0.5)50%),url(pupils.JPG);
    background-size: cover;
    background-position: center;
    padding: 30px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}
.container2 h1{
    font-family: Arial;
    font-size: 80px;
    font-weight: bold;
    color: rgb(196, 196, 196);
}
.container2 p{
    font-size: 15px;
    line-height: 42px;
    justify-content: center;
    padding-top: 90px;
    padding-inline: 50px;
}
.container2 a{
    font-family: Helvetica;
    font-size: 26px;
    font-weight: 100;
    text-decoration: none;
    background-color: goldenrod;
    color: rgb(1, 110, 164);
    padding: 23px;
    border-radius: 50px;
    box-shadow:  0 0 8px rgba(0, 0, 0, 5);
}
.showcase{
    background-color: rgb(16, 122, 228);
    text-align: center;
}
.showcase h1{
    color: rgb(245, 229, 56);
    font-size: 60px;
    font-weight: 500;
    margin: 30px;
    padding: 15px;   
}
.showcase img{
    width: 500px;
    height: auto;
    /* margin-left: 30px; */
    /* padding: 10px; */
    border-radius: 50%;
    /* box-shadow:  0 0 14px rgba(0, 0, 0, 0.8); */
    transition: 0.5s ease-in-out;
    animation: Grow3 2.5s ease-out;
}
.showcase p{
    color: rgb(254, 202, 70);
    font-size: 15px;
    line-height: 37px;
    padding-left: 20px;
}
/* ...existing code... */
.scroll-animate {
  opacity: 0;
  transform: scale(0.85) translateY(40px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(.22,1,.36,1);
}
.scroll-animate.visible {
  opacity: 1;
  transform: scale(1) translateY(0);
}
/* ...existing code... */
.project-statistics{
    display: flex;
    /* background:linear-gradient(to bottom, rgb(255, 255, 255), rgb(148, 148, 148)); */
    background-color: rgb(201, 201, 201);
    color: rgb(80, 80, 80);
    padding: 30px;
    text-align: center;
    justify-content: center;
    gap: 100px;
} 
.w3-xlarge{
    font-size: 60px;
    padding-top: 40%;
}
.container3{
    width: 100%;
    min-height: 500px;
    text-align: center;
    justify-content: center;
    color: #ffffff;
    background-color: #e0e0e0;
    background: url(pupils-2.JPG);
    background-position: center;
    background-size: cover;
}
.container3 h2{
    font-family: Arial;
    font-size: 65px;
    font-weight: 500;
    padding-top: 200px;
    animation: ScaleOn 2.5s ease-in-out;
}
.Contacts{
    background-color: rgb(255, 165, 20);
}
.Contacts h1{
    font-size: 68px;
    padding: 30px;
    background: rgb(255, 165, 20);
    color: navy;
    text-align: center;
}
.Contacts input{
    visibility: visible;
}
.info{
    padding-top: 50px;
    margin-left: 40%;
} 
/* inserted */

form{
    border: 1px solid grey;
    border-radius: 20px;
    backdrop-filter: blur(4px); 
    margin-inline: 600px;
    padding-top: 60px;
    padding-bottom: 60px
}
form{
    text-align: center; 
    justify-content: center;
}
form input{
    width: 300px;
    height: 40px;
    margin-bottom: 30px;
    background-color: transparent;
    color: white;
    border: none;
    border-bottom: 2px solid dodgerblue;
}
form input::placeholder{
    color: white;
}
.bn{
    width: 300px;
    height: 40px;
    color: white;
    background-color: rgb(17, 188, 8);
    border: none;
    border-radius: 6px;
    margin-top: 10px;
    
}
.bn:active{
    background-color: red;
    color: #fff;
}
/* end */
.Label{
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5)50%, rgba(0, 0, 0, 0.5)50%),url(face-3.jpg);
    background-position: center;
    background-size: cover;
    color: #fff;
}
.Googlemap{
    margin: auto;
    background-color: rgb(97, 97, 97);
}
iframe{
    margin-top: 5%;
    margin-bottom: 5%;
    padding-inline: auto;
    padding-inline: 1%;
    width: 100%;
}
.slide a svg{
    height: 20px;
    width: 20px;
    margin-right: 3px;
    margin-bottom: 0;
}
.info svg{
    width: 36px;
    height: auto;
    margin-right: 7px;
    color: #fff;
}
.info p{
    font-family: Arial;
    font-size: 18px;
    color: rgb(219, 219, 219);
}
.Googlemap svg{
    width: 24px;
    height: auto;
    margin-left: 30px;
}
.wrapper{
    text-align: center;
    padding-bottom: 5%;
}
.wrapper p{
    font-family: Arial;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 15px;
}
footer{
    /* background: linear-gradient(to bottom, rgb(250, 224, 219),rgb(243, 60, 24)); */
    background-color: rgb(255, 165, 20);
    color: rgb(2, 2, 95);
    font-family: Arial;
    font-size: 18px;
    padding: 45px;
    text-align: center;
    justify-content: center;
}
/* Responsive  Design */   
@media only screen and (max-width: 600px){
    marquee{
        font-size: 15px;
        padding: 7px;
    }
    .slide{
        width: 160px;
    }    
    .project-statistics{
        display: block;
    }
    .slide ul li a{
        padding-top: 10px;
        padding-bottom: 2px;
    }
    hr{
        width: 450px;
       height: 3px; 
       margin-left: 20px;
    }
    .showcase img{
        width: 350px;
        height: 300px;
    }
    .blocks div{
        display: block;
    }
    .content h2{
        font-size: 32px;
        padding-left: 70px;
    }
    .content p{
        font-size: 14px;
        line-height: 30px;
        padding-inline: 20px;
        margin: 0;   
    }
    .section h2{
        font-size: 32px;
        padding-left: 70px;
    }
    .container2 p, a{
        font-size: 14px;
        line-height: 30px;
        padding-inline: 20px;
    }
    .showcase p{
        font-size: 14px;
        line-height: 30px;
        padding-inline: 20px;
    }
    .Contacts h1{
        font-size: 32px;
    }
   .Logo img{
        width: 100%;
        height: auto;
    }
    .header{
        width: 100%;
        height: auto;
    }
    footer{
        font-size: 12px;   
    }
    footer img{
        width: 60px;
        height: auto;
        float: left;
    }
    .nav{
        display: none;
        visibility: hidden;
    }
    .blocks{
        flex-direction: column;
    }
    .motto, .vision, .mission{
        width: 90%;
        height: auto;
        padding: 100px;
        margin-top: 10px;
        transition: 0.3s ease-in;
    }
    .vision, .mission{
        margin-left: 0;
    }
    .container2 a{
        font-size: 15px;
        padding: 14px;
        padding-inline: 23px;
    }
    .info{
        padding-top: 130px;
    }
    form{
        border: 1px solid grey;
        border-radius: 20px;
        background-color: transparent;
        margin-inline: 50px;
        padding-top: 50px;
        max-width: 400px; 
    }
    form input{
        max-width: 270px;
    }
    iframe{
        height: 600px;
    }
    .info{
        margin-left: 20%;
    } 
      
}
@media(width >=1020px){
    label{
        visibility: hidden;
    }
    .nav{
        visibility: visible;
    }
    .container2 a{
        background-color: transparent;
        color: white;
        border: 1px solid white;
    }
    .container2 a:hover{
        background-color: white;
        color: navy;
        transition: 0.4s;
    }
    form input{
        max-width: 500px;
    }
    form{
        min-width: 500px;
        height: auto;
        justify-self: center;
    }
    iframe{
        min-height: 800px;
    } 
}  
@media(width <= 1020px){
    /* label{
        visibility: visible;
    } */
    .nav{
        display: none;
    }
    form{
        min-width: 400px;
        height: auto;
        justify-self: center; 
    }
}  
