* {
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: 'Ananda';
    src: url("../fonts/AnandaNamasteRegular.ttf");
}

/*Preloader*/
.no-js #loader { 
    display: none;  
}

.js #loader { 
    display: block; 
    position: absolute; 
    left: 100px; 
    top: 0; 
}

.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(https://smallenvelop.com/wp-content/uploads/2014/08/Preloader_11.gif) center no-repeat #fff;
}
/*Preloader End*/

/*Admission float Button*/
#float-btn {
    position: fixed;
    right: 0;
    top: 40vh;
    z-index: 999;
    cursor: pointer;
    text-decoration: none;    
}

#float-btn p {
    font-size: 1.5rem;
    padding: 10px;
    border-radius: 10px 0 0 10px;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

@-webkit-keyframes glowing {
    0% { 
        background-color: hsl(224, 45%, 23%); 
        -webkit-box-shadow: 0 0 3px hsl(224, 45%, 23%); 
    }
    50% { 
        background-color: hsl(224, 45%, 23%); 
        -webkit-box-shadow: 0 0 40px hsl(224, 45%, 23%); 
    }
    100% { 
        background-color: hsl(224, 45%, 23%); 
        -webkit-box-shadow: 0 0 3px hsl(224, 45%, 23%); 
    }
}

@-moz-keyframes glowing {
  0% { 
      background-color: hsl(224, 45%, 23%); 
      -moz-box-shadow: 0 0 3px hsl(224, 45%, 23%); 
    }
  50% { 
      background-color: hsl(224, 45%, 60%); 
      -moz-box-shadow: 0 0 40px hsl(224, 45%, 60%);; 
    }
  100% { 
      background-color: hsl(224, 45%, 23%); 
      -moz-box-shadow: 0 0 3px hsl(224, 45%, 23%);
    }
}

@-o-keyframes glowing {
  0% { 
      background-color: hsl(224, 45%, 23%); 
      box-shadow: 0 0 3px hsl(224, 45%, 23%); 
    }
  50% { 
      background-color: hsl(224, 45%, 60%);; 
      box-shadow: 0 0 40px hsl(224, 45%, 60%);; 
    }
  100% { 
      background-color: hsl(224, 45%, 23%); 
      box-shadow: 0 0 3px hsl(224, 45%, 23%); 
    }
}

@keyframes glowing {
  0% { 
      background-color: hsl(224, 45%, 23%); 
      box-shadow: 0 0 3px hsl(224, 45%, 23%); 
    }
  50% { 
      background-color: hsl(224, 45%, 60%);; 
      box-shadow: 0 0 40px hsl(224, 45%, 60%);; 
    }
  100% { 
      background-color: hsl(224, 45%, 23%); 
      box-shadow: 0 0 3px hsl(224, 45%, 23%); 
    }
}

#float-btn a {
    color: white;
    padding: 10px;
    text-decoration: none;
    font-size: 1rem;
}
/*Admission float Button End*/

/*Whatsapp Button*/
#ws-btn {
    display: flex;
    position: fixed;
    top: 55vh;
    right: 0;
    z-index: 999;
    padding: 0 10px;
}

#ws-btn h6 {
    font-size: 1.3rem;
    background-color: mintcream;
    line-height: 2.5;
    padding: 0 10px;
    border-radius: 10px;
    margin-right: 10px;
}
/*Whatsapp Button End*/

/*Nav Bar*/
#navbar {
    position: fixed;
    z-index: 999;
    width: 100%;
    background: none;
    transition: 0.5s;
    height: 100px;
    top: 0;
}

#nav-items {
    max-width: 1080px;
    width: 100%;
    margin: auto;
    overflow: hidden;
    color: white;
    padding: 0 20px;
}

#logo {
    float: left;
    display: flex;
    padding: 10px 0;
}

#logo a {
    text-decoration: none;
}

#logo-img {
    width: 160px;
    transition: 0.4s;
}

#logo-h1 {
    font-size: 40px;
    font-family: 'Ananda';
    color: white;
    margin: 15px 0 0 10px;
    transition: 0.4s;
    text-decoration: none;
}

#menu {
    float: right;
    margin-top: 30px;
    font-family: 'Ananda';
}

#menu-h2 {
    font-size: 80px;
    transition: 0.4s;
    cursor: pointer;
}

#nav-ul {
    position: fixed;
    height: 100vh;
    width: 400px;
    background-color: #34495e;
    float: right;
    top: 0;
    right: -100%;
    transition: 0.5s;
    text-align: center;
    padding: 100px 0;
}

#nav-ul li {
    list-style-type: none;
    padding: 20px;
    text-align: center;
}

#nav-ul li a {
    color: white;
    padding: 10px;
    text-decoration: none;
    transition: 0.4s;
    font-size: 1.5rem;
}

.show-menu-btn, .hide-menu-btn {
    transition: 0.4s;
    cursor: pointer;
    font-size: 26px;
}

#nav-ul li a:hover {
    text-decoration: none;
}

ul li a:hover, .show-menu-btn:hover, .hide-menu-btn:hover, #menu h2:hover {
    color: #3498db;
}

#chk {
    visibility: hidden;
}

#chk:checked ~ #nav-ul {
    right: 0;    
}
/*Nav Bar Ends*/

/*Header*/
#header {
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url("../imgs/school-design.png");
    background-size: cover;
    height: 75vh;
    background-position: center;
    overflow: hidden;
}

#header h1 {
    font-size: 4.5rem;
    font-family: 'Heebo';
    margin-top: 40vh;
    color: white;
    text-align: center;
} 
/*Header End*/

/*Overview*/

#overview {
    padding: 40px 0;
}

#overview h1 {
    font-family: 'Heebo';
    font-size: 3.5rem;
}

#overview p {
    text-align: justify;
    font-size: 1.5rem;
}

/*Overview End*/

/*Second Sec*/
#second-sec {
    background-color: hsl(224, 45%, 50%);
    color: white;
    padding: 40px 0;
}

#second-sec p {
    font-size: 1.4rem;
    text-align: justify;
}

#tak {
    margin: 0 auto;
    width: 210px;
}

#tak li {
    list-style-type: none;
    padding: 10px;
    font-size: 24px;
    text-align: left;
    
}
/*Second Sec End*/

/*Teaching Methodology*/
#t-m {
    padding: 40px 0;
}

#t-m h1 {
    font-family: 'Heebo';
    font-size: 3.5rem;
}

#t-m p {
    font-size: 1.5rem;
    text-align: justify;
}

#t-img {
    float: right;
    padding: 20px;
}
/*Teaching Methodology End*/

/*Student Development Program*/
#s-d-p {
    background-color: #f3f3f3;
    padding: 40px 0;
}

#s-d-p h1 {
    font-family: 'Heebo';
    font-size: 3.5rem;
}

#s-d-p p {
    font-size: 1.5rem;
    text-align: justify;
}

#s-d-p p img {
    float: left;
    padding: 20px;
}

#s-d-p-ul {
    padding: 20px;
    width: auto;
}

#s-d-p-ul li {
    font-size: 1.5rem;
    list-style-type: none;
}
/*Student Development Program End*/

/*School Structure*/
#school-struct {
    padding: 40px 0;
}

#ss-1 {
    float: right;
    padding: 20px;
}

#ss-2 {
    float: left;
    padding: 20px;
}

#ss-3 {
    float: right;
    padding: 20px;
}

#ss-4 {
    float: left;
    padding: 20px;
}

#school-struct h1 {
    font-size: 3.5rem;
    font-family: 'Heebo';
}

#school-struct li {
    list-style-type: square;
    font-size: 2.5rem;
    font-family: 'Heebo';
}

#school-struct p {
    font-size: 1.5rem;
    text-align: justify;
}
/*School Structure End*/

/*House System*/
#house-sys {
    padding: 40px 0;
    background-color: #f3f3f3;
}

#house-sys h1 {
    font-size: 3.5rem;
    font-family: 'Heebo';
}

#house-sys p, #house-sys li {
    font-size: 1.5rem;
}

#house-sys li {
    font-family: 'Heebo';
}

#house-sys li h2 p { 
    font-size: 1.5rem;
    font-family: 'Heebo';
}
/*House System End*/

/*School Club*/
#school-club {
    padding: 40px 0;
    background-color: hsl(224, 45%, 50%);
    color: white;
}

#school-club h1 {
    font-family: 'Heebo';
    font-size: 3.5rem;
}

#school-club p {
    font-family: 'Heebo';
    font-size: 1.5rem;
    text-align: justify;
}
/*School Club End*/

/*Last Section*/
#last-sec {
    padding: 40px 0;
}

#last-sec h1 {
    font-family: 'Heebo';
    font-size: 3.5rem;
}

#last-sec p {
    font-size: 1.5rem;
    text-align: justify;
}
/*Last Section End*/

/*Footer*/

footer {
    background-color: hsl(214, 30%, 20%);
    overflow: hidden;
}

#footer-img {
    width: 200px;
}

.icons {
    display: flex;
}

#getintouch h2 {
    color: hsl(214, 10%, 55%);
}

#getintouch p {
    color: hsl(214, 10%, 50%);
}

.icn {
    color: hsl(214, 10%, 55%);
    padding: 6px 10px;
}

#quick-links h2 {
    color: hsl(214, 10%, 50%)
}

#quick-links li {
    line-height: 3;
    list-style-type: none;
}

#quick-links a {
    color: hsl(214, 10%, 55%);
}

#s-s {
    color: hsl(214, 10%, 55%);
}

#button {
    cursor: pointer;
    width: 75px;
    height: 75px;
    outline: none;
    border-radius: 50px;
    background: hsl(214, 10%, 30%);
    border: none;
    color: hsl(214, 10%, 55%);
    margin: 20px;
}

#iframe {
    max-width: 50000px;
    width: 100%;
    margin: auto;
}

iframe {
    max-width: 2000px;
    width: 100%;
    margin: auto;
}

#spacer {
    height: 1px;
    width: 1170px;
    background-color: gray;
    margin: auto;
}

#copyright p, #copyright a {
    color: hsl(214, 10%, 50%);
}
 
#disc {
    background: none;
    border: none;
    color: hsl(214, 10%, 50%);
    height: 0px;
}
/*Footer End*/
