*{ margin: 0; padding: 0; font-family: 'Akshar', sans-serif;}
    nav{height: 4rem;
    background-color: #f5afc0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

@media(max-width:768px) {
    html {
        font-size: 45%;
    }
}
@media(max-width:574px) {
    html {
        font-size: 30%;
        width:100%;
    }
}
.logo{
    width: 30%;
    font-size: 2.0rem;
    text-align: center;
    color: #4c0f4e;
    padding-left: 1 rem;
}

.menu{
    width: 70%;
    color: #643194;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
body {
    background-color: rgba(168, 238, 215, 0.85);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

h1 {
    font-size: 4.0rem;
    line-height: 1.4;
    letter-spacing: 0rem;
    text-align: center;
    color: #2a530f;
    margin-top: 0.6rem;
}
.maindiv {
    width: 35%;
    position: absolute;
    height: 17rem;
    left: 62%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url(school1.jpg);
    background-size: 100% 100%;
    border-radius: 20%;
    box-shadow: 0.08rem 0.015rem 0.06rem 0.3rem black;
    animation:slider 20s infinite linear;
}
@keyframes slider {
    0%{background-image: url(school1.jpg);}
    25%{background-image: url(school2.jpg);}
    50%{background-image: url(school3.jpg);}
    85%{background-image: url(school4.jpg);}
}


.icon-bar{
    position: fixed;
    left: 0;
    top: 10rem;
    z-index: 99990;
 }
 .icon-bar .button{
    width: 2.7rem;
    height: 2.7rem;
    cursor: pointer;
    background: rgb(184, 140, 140);
    overflow: hidden;
    border-radius: 10%;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0.7rem 0.7rem #0000001a;
    margin: 3px 0;
 }
 .icon-bar .button a{
    text-decoration: none;
}
.icon-bar .button span {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 0.6rem;
    margin-left: 1rem;
    font-family:'Times New Roman', Times, serif;
}
 
.icon-bar .button:hover{
    width: 15rem;
}
 
.icon-bar .button .icon{
    width: 2.7rem;
    height: 3.7rem;
    text-align: center;
    border-radius: 3rem;
    display: inline-block;
    transition:  all 0.3s ease-in-out;
}

.menu a {
        position: relative;
        display: inline-block;
        padding: 0.2rem 0.2rem;
        color: #fafdc9;
        text-transform: uppercase;
        letter-spacing: 0.1rem;
        text-decoration: none;
        font-size: 0.85rem;
        overflow: hidden;
        transition: 0.2s;
  }
        .menu a:hover{
             color: #255784;
             background: #2196f3;
             box-shadow: 0 0 0.8rem #2196f3,0 0 2.6rem #2196f3, 0 0 5rem #2196f3;
             transition-delay: 0.1s;
         }  

         .menu a span{

                  position: absolute;
                  display: block;
         }

         .menu a span:nth-child(1) {
             top: 0;
             left: -100%;
             width: 100%;
             height: 0.15rem;
             background: linear-gradient(90deg, transparent, #2196f3);

         }
    .menu a:hover span:nth-child(1)
     {
           left: 100%;
           transition: 0.5s;
     }


           .menu a span:nth-child(3)
         {
             bottom:  0;
             right: -100%;
             width: 100%;
             height: 0.15rem;
             background: linear-gradient(270deg, transparent, #2196f3);

         }
     .menu a:hover span:nth-child(3)
     {
           right: 100%;
           transition: 0.5s;
     }


         .menu a span:nth-child(2)
         {
             top: -100%;
             right: 0;
             width: 0.15rem;
             height: 100%;
             background: linear-gradient(180deg, transparent, #2196f3);

         }
     .menu a:hover span:nth-child(2)
     {
           top: 100%;
           transition: 1s;
           transition: 0.25s;
     }
    
        .menu a span:nth-child(4)
         {
             bottom:  -100%;
             left:  0;
             width: 0.15rem;
             height: 100%;
             background: linear-gradient(360deg, transparent, #2196f3);

         }
     .menu a:hover span:nth-child(4)
     {
           bottom:  100%;
           transition: 1s;
           transition: 0.75s;
     }
.managerphoto {
    width: 10%;
    position: absolute;
    height: 8rem;
    left: 85%;
    top: 20%;
    box-sizing: border-box;
    border: #7c7a7a;
    border-radius: 50%;
    align-items: center;
    box-shadow: #7c7a7a;
    background-image: url(ramsinghpalprabandhak.jpeg);
    background-size: 100% 100%;
    box-shadow: 0.01rem 0.005rem 0.01rem 0.02rem rgb(231, 170, 170);
}
.managername {
    width: 20%;
    position: absolute;
    height: 1rem;
    left: 80%;
    top: 42%;
    box-sizing: border-box;
    border: #7c7a7a;
    border-radius: 10%;
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: center;
    color: #4b3e15;
    /* box-shadow: #7c7a7a;
    box-shadow: 0.08rem 0.015rem 0.06rem 0.3rem rgb(197, 160, 160); */
}
.principalphoto {
    width: 10%;
    position: absolute;
    height: 8rem;
    left: 85%;
    top: 50%;
    box-sizing: border-box;
    border: #7c7a7a;
    border-radius: 50%;
    align-items: center;
    box-shadow: #7c7a7a;
    background-image: url(shyamakavita.jpg);
    background-size: 100% 100%;
    box-shadow: 0.01rem 0.005rem 0.01rem 0.02rem rgb(231, 170, 170);
}
.pricipalname {
    width: 20%;
    position: absolute;
    height: 1rem;
    left: 80%;
    top: 72%;
    box-sizing: border-box;
    border: #7c7a7a;
    border-radius: 10%;
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: center;
    color: #4b3e15;
    /* box-shadow: none;
    background-size: 100% 100%;
    box-shadow: 0.08rem 0.015rem 0.06rem 0.3rem rgb(228, 225, 225); */
}
.overviewheading h3{
    width: 20%;
    position: absolute;
    height: 2.0rem;
    left: 10%;
    top: 29%;
    box-sizing: border-box;
    border: #f7f8aa;
    border-radius: 10%;
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 1.5rem;
    color:#000407;
    /* box-shadow: none;
    background-size: 100% 100%;
    box-shadow: 0.08rem 0.015rem 0.06rem 0.3rem rgb(228, 225, 225); */
}
.Overview {
    width: 20%;
    position: absolute;
    height: 16em;
    left: 10%;
    top: 36%;
    box-sizing: border-box;
    border: #7c7a7a;
    border-radius: 20%;
    align-items: center;
    box-shadow: #7c7a7a;
    background-image: url(shyamabetipalsansthapak.jpeg);
    background-size: 100% 100%;
    box-shadow: 0.01em 0.005em 0.01em 0.02em rgb(231, 170, 170);
}
.container {
            max-width: 100vw;
            margin:0%;
            margin-bottom: 0%;
}
.row{
            display: flex;
            flex-wrap: wrap;
}
ul{
            list-style:none;
            /* display: list-item; */
}
.footer{
            background-color: #5c505b;
            width: 100vw;
            padding: 0rem 0rem;
            margin-top: auto;
            position: sticky;
            top: 100%;
            height:8rem;
            /* line-height: 30vh; */
}
.footer-col{
            width:17%;
            padding: 0 1rem;
            text-align: center;
            height: 3.5rem;
}
        
.footer-col h3{
            font-size: 1.2rem;
            color: #f0f357;
            text-transform: capitalize;
            margin-bottom: 0rem;
            font-weight: 500;
            position: relative;
}
/* .footer-col h3{
            font-size: 1.5rem;
            color: #f0f357;
            text-transform: capitalize;
            margin-bottom: 0rem;
            font-weight: 500;
            position: relative;
} */

    /* .footer-col h4::before {
            content: ' ';
            position: absolute;
            left:0;
            bottom: -0.8rem;
            background-color: #f0f357;
            height: 0.02rem;
            box-sizing: border-box;
            width: 3rem;
    } */
    
.footer-col ul li{
            position: relative;
            display: inline-block;
            padding: 0rem 0rem;
            color: #533707;
            text-transform: uppercase;
            letter-spacing: 0.0rem;
            text-decoration: none;
            font-size: 1.0rem;
            overflow: hidden;
            transition: 0.2s;
}
.footer-col ul li a h4{
            font-size: 1 rem;
            color: #d37f98;
            text-transform: capitalize;
            margin-bottom: 0rem;
            font-weight: 500;
            position: relative;
}
    .footer-col ul li:hover{
    
                 color: #255784;
                 background: #2196f3;
                 box-shadow: 0 0 0.8rem #2196f3,0 0 2.6rem #2196f3, 0 0 5rem #2196f3;
                transition-delay: 0.1s;
                padding-left: 0.5rem;
        }  
    
             .footer-col ul li span{
    
                      position: absolute;
                      display: block;
             }
    
             .footer-col ul li span:nth-child(1)
             {
                 top: 0;
                 left: -100%;
                 width: 100%;
                 height: 0.15rem;
                 background: linear-gradient(90deg, transparent, #2196f3);
    
             }
         .footer-col ul li:hover span:nth-child(1)
         {
               left: 100%;
               transition: 0.5s;
         }
    
    
               .footer-col ul li span:nth-child(3)
             {
                 bottom:  0;
                 right: -100%;
                 width: 100%;
                 height: 0.15rem;
                 background: linear-gradient(270deg, transparent, #2196f3);
    
             }
         .footer-col ul li:hover span:nth-child(3)
         {
               right: 100%;
               transition: 0.5s;
         }
    
    
             .footer-col ul li span:nth-child(2)
             {
                 top: -100%;
                 right: 0;
                 width: 0.15rem;
                 height: 100%;
                 background: linear-gradient(180deg, transparent, #2196f3);
    
             }
         .footer-col ul li:hover span:nth-child(2)
         {
               top: 100%;
               transition: 1s;
               transition: 0.25s;
         }
        
            .footer-col ul li span:nth-child(4)
             {
                 bottom:  -100%;
                 left:  0;
                 width: 0.15rem;
                 height: 100%;
                 background: linear-gradient(360deg, transparent, #2196f3);
    
             }
         .footer-col ul li:hover span:nth-child(4)
         {
               bottom:  100%;
               transition: 1s;
               transition: 0.75s;
         }
    
    .footer-col .social-links a{
            display: inline-block;
            height: 2.7rem;
            width: 2.7rem;
            background-color: #24262b;
            margin:0 0.7rem 0.7rem 0;
            text-align: center;
            line-height: 2.7rem;
            border-radius: 50%;
            color: #ffffff;
            transition: all 0.5s ease;
    }
    .footer-col .social-links a:hover {
            color: #24262b;
            background-color: #ffffff;
    }
