*{
  box-sizing: border-box;
  margin:0;
  padding: 0;
  
}
body{
  overflow-x: hidden;
}
fieldset{
  width:100%;
  padding: 15px;
  margin:20px auto;
}
#popup{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9998;
  visibility: hidden;
  opacity:0;
  
}
#popup.disclose{
  visibility: visible;
  opacity: 1;
}
.popupmessage{
  background-color:white;
  padding: 20px;
  text-align: center;
  width:90%;
  border-radius: 10px;
  animation: glow 2s infinite;
  position:relative;
}
.popupmessage img{
  width:90%;
  height: auto;
  border-radius: 10px;
}
#clbtn{
  border:none;
  top:10px;
  position:absolute;
  font-size: 28px;
  background-color:transparent;
  right:10px;
  
}

.learnadmission{
  text-decoration: none;
  font-size: 20px;
  color:red;
  margin-bottom: 20px;
}
.firstbar{
  display: flex;
  justify-content: space-between;
  background-color: #000033;
  padding:15px;
  color:white;
  gap: 10px
}
.left,.right,.center{
  flex: 1;
}
.left{
  text-align: left;
  font-size:14px;
}
.center{
  text-align: center;
}
.right{
  text-align: center;
  font-size: 35px;
  margin-top: 
}
#phone{
  color:white;
  font-size:10px;
  margin-bottom: 0;
}
.fa-whatsapp{
  font-size: 25px;
  
}
#x{
  color:white;
}
#f{
  color:white;
}
#i{
  color:white;
}
#y{
  color:white;
}
.headbar{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  
}
.firstfieldset{
  display: flex;
  gap:2px;
  align-items: center;
}
.firsttextm{
  font-size: 10px;
  font-weight: bold;
}
.firstlogo{
  width:35px;
  height: auto;
}
#menubutton{
  position:relative;
  top:0px;
  left:0px;
  font-size:30px;
  z-index: 1000;
  color:#000033;
  text-align: right;
  border:none;
  
}
#sidebar{
  position:fixed;
  height:100vh;
  width:210px;
  right:-280px;
  z-index: 2000;
  top:0;
  background-color:#fff;
  transition:right 0.3s ease;
  padding: 20px;
  box-shadow: 2px 2px 5px 2px #000033;
  overflow-y: auto;
  scroll-behavior: smooth;
  padding-bottom: 20px;
}
#sidebar.active{
  right:0;
}
#closebutton{
  display: block;
  text-align: right;
  color:#000033;
  font-size: 30px;
  margin-bottom: 20px
}
.sidebarcontent a{
  text-decoration: none;
  font-weight:bold;
  padding: 15px 0px;
  display: block;
  color:#000033;
  font-size:15px;
  text-transform: uppercase;
  
}
.sidebarcontent a:hover{
  color:#389CFF;
}
.dropdown{
  position:relative;
}
.dropdowncontent{
  background-color:#fff;
  display: none;
  flex-direction: column;
  padding-left: 15px;
  
}
.dropdowncontent a{
  font-size:14px;
  padding: 9px 0;
  color:#000033;
  
}
.dropdowncontent a:hover {
  background-color: #f0f8ff;
  color: #003366;
  border-left: 4px;
  border-style:solid;
  padding-left: 10px;
}
.dropdowncontent1 a:hover {
  background-color: #f0f8ff;
  color: #003366;
  border-left: 4px;
  border-style:solid;
  padding-left: 10px;
}
.dropdowncontent2 a:hover {
  background-color: #f0f8ff;
  color: #003366;
  border-left: 4px;
  border-style:solid;
  padding-left: 10px;
}
.dropdown1{
  position:relative;
}
.dropdowncontent1{
  background-color:transparent;
  display: none;
  flex-direction: column;
  padding-left: 15px;
  
}
.dropdowncontent1 a{
  font-size:14px;
  padding:9px 0;
  color:#000033;
  
}
.dropdown2{
  position:relative;
}
.dropdowncontent2{
  background-color:transparent;
  display: none;
  flex-direction: column;
  padding-left:15px;
  
}
.dropdowncontent2 a{
  font-size:14px;
  color:#000033;
  padding: 9px 0;
}
.dropdown5{
  position:relative;
}
.dropdowncontent5{
  background-color:#fff;
  display: none;
  flex-direction: column;
  padding-left: 15px;
  
}
.dropdowncontent5 a{
  font-size:14px;
  padding: 9px 0;
  color:#000033;
  
}
.dropdowncontent5 a:hover {
  background-color: #f0f8ff;
  color: #003366;
  border-left: 4px;
  border-style:solid;
  padding-left: 10px;
}
  

.image{
  position: relative;
  text-align: center;
}
.image video{
  width:100%;
  height: auto;
  
}
@media screen and (min-width: 768px) {
  .image video {
    max-height: 500px;
    object-fit: cover;
  }
}
.imagetext{
  position: absolute;
  top:28%;
  color:white;
  font-size: 30;
  width:100%;
  
}
.admission{
  border-style:bold;
  border-color:#000061;
  background-color: white;
  width:70%;
  height: 60px;
  border-radius:20px;
  font-size: 25;
  border-width:5px;
}
.first-overlay{
  background-color: rgba(0,0,0,0.3);
  height:200px;
  padding: 30px;
  
  
}
.marquee{
  border-style:none;
  background-color:#000033;
  color:#fff;
  width:100%;
  height:auto;
  padding: 0;
  margin: 0;
  font-size: 20px;
}

.welcome{
  background-color: rgba(0,0,0,0.1);
  border:none;
  height:auto;
  padding: 25px 20px;
  margin:0;
  
}
.welcome img{
  margin-top:80px;
}
.introduction{
  font-size: 35;
  color:#000;
}
em {
  color:red;
}
.body{
  color:#000;
}
#knowmore{
  background-color: #000061;
  border:none;
  color:white;
  height: 40px;
  width:150px;
  font-size: 20;
  animation: glow 3s infinite;
}
#knowmore:hover{
  background-color:red;
  cursor: pointer;
}
.vision{
  background-color: #5C0000;
  border:none;
  height:350px;
  font-size: 18px;
  color:white;
  padding: 0;
  margin: 0;
  .word{
    padding-top: 70px;
  }
  
}
.fa-binoculars{
  font-size:80;
  padding-top: 50px;
  color:white;
  
}
.binocular{
  font-size: 40px;
}
.mission{
  background-color: #000061;
  height: 350px;
  color:white;
  border:none;
  padding: 0;
  margin: 0;
}
.fa-book{
  font-size: 70;
  padding-top: 40px;
}
.our-mission{
  font-size:30;
}
.our-mission-content{
  font-size: 18;
  padding-top:50px;
}
.fa-road{
  font-size: 70;
  color:white;
  padding-top: 40px;
}
.Our-Path{
  background-color: #A17CD1;
  border: none;
  height:350px;
  padding: 0;
  margin: 0;
}
.our-path-title{
  color:white;
  font-size:30;
  
}
.our-path-content{
  color:white;
  padding-top: 40px;
  font-size: 18px;
}
.management {
  font-size: 40;
  color:#A17CD1;
  font-family: "Bebas Neue", sans-serif;
}
.prop{
  font-size: 35;
  color:#A17CD1;
  font-family: "Bebas Neue", sans-serif;

  
}
.staff{
  position:relative;
  border-style:none;
  border-color:#A17CD1;
  box-shadow:  1px 1px 2px 0px black;
  width:100%;
  max-width: 288px;
  display: inline-block;
  margin-bottom: 50px;
  height: auto;
  margin-left: 40px;
  border: none;
  text-align: left;
}
.location{
  font-family:"Bebas Neue", sans-serif;
  color:#A17CD1;
  border-style:none;
  box-shadow: 1px 1px 3px 0px #A17CD1;
  font-size:35;
}
.conclusion{
  background-color: #242424;
  border-style:none;
  height: auto;
  padding-top: 60px;
  text-align: center;
  margin-bottom: 0;
}
.container{
  display:flex; 
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
}
.slogan{
  font-size: 15;
  color:white;
}
.address{
  font-size: 15;
  color:white;
}
.fa-phone{
  color:white;
  font-size: 25;
}
.no{
  font-size: 15;
  color:white;
}
.fa-square-envelope{
  color:white;
  font-size: 25;
  
}
.gmail{
  color:white;
  font-size: 15;
}
  
.fa-clock{
  color:white;
  font-size:25;
}
.clock{
  color:white;
  font-size:14;
}
.conclusion h2{
  color:white;
}
.days{
  color:white;
}
.icon2{
  font-size:30;
}
.top,.down{
  width:100%;
}
footer{
  background-color:#000061 ;
  color: white;
  font-family: "Bebas Neue", sans-serif;
  font-size:20;
  border-style:none;
  width:100%;
}
#loader img{
  width:120px;
  animation: spin 2s ease infinite;
}
#loader{
  position:fixed;
  background-color:transparent;
  height: 100%;
  width:100%;
  top:0%;
  left:0;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter:blur(5px);
  z-index: 9999;
}
@keyframes glow{
  0%,100%{box-shadow: 0px 0px 15px rgba(0,153,255,0.9);}
  25%,75%{box-shadow: 0px 0px 15px rgba(0,153,25,0.9);}
  50%{box-shadow: 0px 0px 15px rgba(0,13,255,0.9);}
}


.vision,.mission,.Our-Path{
  animation: slidetoleft;
  animation-timeline:view();
  animation-range:entry 0%;
}
.staff{
  animation: appear;
  animation-timeline:view();
  animation-range:entry 0%;
}
.admission{
  animation: shake 0.3s infinite;
}
.firstimg{
  animation: bounce 2s infinite;
}
section{
  position:relative;
  overflow-y:hidden;
  overflow-x: hidden
}


.slidecontainer{
  position:relative;
  width:100%;
  height: auto;
  overflow: hidden;
  padding-top:40px   
}
.slide{
  width:100%;
  display: none;
  height: auto
}
.slide.active{
  display: block;
}
.firsttext{
  position:absolute;
  top:30%;
  
}
.firsttext h1{
  color:white;
  font-size:40px;
  text-align: center;
  text-shadow: 1px 1px 1px black;
  margin-bottom: 20px;
}
.firsttext p{
  color:#ffffff;
  font-size:15px;
  text-align: center;
  text-shadow: 1px 1px 1px black;
}
.learnmore{
  height:40px;
  width:40%;
  background-color:#000033;
  color:#ffffff;
  border:none;
}
.wave{
  position:absolute;
  bottom:0;
  left:0;
  height: auto;
  color:white;
  border:none;
  width:100%;
}
.fa-chevron-up{
  width:50px;
  height:50px;
  background-color: #000033;
  text-align: center;
  color:rgba(255,255,255,0.9);
  border: none;
  
  cursor: pointer;
  z-index: 1000;
  bottom:5%;
  right:5%;
  align-items: center;
  justify-content: center;
  display:none;
  position:fixed;
  font-size: 48px;
  border-radius: 50%;
  opacity: 80%;
}
.fa-comment-dots{
  width:50px;
  height:50px;
  text-align: center;
  color:#000033;
  border: none;
  cursor: pointer;
  z-index: 1000;
  bottom:5%;
  left:5%;
  align-items: center;
  justify-content: center;
  position:fixed;
  font-size: 50px;
  animation: shakes 0.8s infinite ease;
  opacity: 80%;
}
.fa-comment-dots:hover{
  color:#00FFFF;
}

@keyframes spin {
  0% {transform:rotate(0deg) scale(0.5);}
  100%{transform:rotate(360deg) scale(1);}
}
/*animations*/
@keyframes slidetoleft{
  from{transform:translateX(-100%);}
  to{transform: translateX(0%);}
}
@keyframes appear{
  from{opacity: 0;
    scale: 0.5;
  }
  to{opacity: 1;
    scale:1;
  }
}
@keyframes shake {
  0%   { transform: rotate(0deg); }
  25%  { transform: rotate(1deg); }
  50%  { transform: rotate(-1deg); }
  75%  { transform: rotate(1deg); }
  100% { transform: rotate(0deg); }
}
@keyframes shakes {
  0%   { transform: rotate(0deg); }
  25%  { transform: rotate(4deg); }
  50%  { transform: rotate(-4deg); }
  75%  { transform: rotate(4deg); }
  100% { transform: rotate(0deg); }
}
@keyframes bounce{
  0%{transform:translateY(0px);}
  50%{transform: translateY(5px);}
  0%{transform:translateY(0px);}
}
body.loaded #loader{
  opacity: 0;
  pointer-events: none;
}
.fa-youtube{
  color:red;
}
.fa-instagram{
  color:white;
}
.fa-square-x-twitter{
  color:black;
}
.fa-facebook{
  color:blue;
}
.coin{
  width:100%;
}
