*{ margin: 0; padding: 0; font-family: 'Akshar', sans-serif;}
    nav{height: 4rem;
    background-color: #ADCF9F;
    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: #828888;
    padding-left: 1 rem;
}

.menu{
    width: 70%;
    color: #c8b2dd;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #CED89E url('../bg/bgschool2');
    background-size: cover;
    background-blend-mode: darken;
}

.burger {
    display: none;
    position: absolute;
    cursor: pointer;
    right: 5%;
    top: 15px;
}

.line{
    width: 33px;
    background-color: white;
    height: 4px;
    margin: 5px 5px;
    border-radius: 40%;
}
/* body {
    .background{
        background-color: rgba(107, 85, 85, 0.85);
        
} */

.schoolname h2{
    font-size: 3.8rem;
    line-height: 1.4;
    letter-spacing: 0rem;
    text-align: center;
    color: #662d07;
    margin-top: 0.6rem;
}
.maindiv {
    width: 35%;
    position: absolute;
    height: 17rem;
    left: 62%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url(SPICGOOD.jpeg);
    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(SPICGOOD.jpeg);}
    25%{background-image: url(SPICMEET.jpeg);}
    40%{background-image: url(yogastudent3.jpg);}
    50%{background-image: url(SPICBUILDING.jpeg);}
    65%{background-image: url(yogastudent3.jpg);}
    80%{background-image: url(SPICMEET2.jpeg);}
    90%{background-image: url(yogastudent3.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(216, 173, 187);
    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: #4b24af;
        font-weight: 900;
        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(spicmanager.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: #0a0900;
    /* 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(spicsalikram.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: 0.8rem;
    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: #080800;
    font-size: 1em;
    /* 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: 1.5rem;
    left: 10%;
    top: 25%;
    box-sizing: border-box;
    border: #e4e4e2;
    border-radius: 10%;
    align-items: center;
    text-align: justify;
    display: flex;
    justify-content: center;
    font-size: 2.0rem;
    color:#97abad
    /* box-shadow: none;
    background-size: 100% 100%;
    box-shadow: 0.08rem 0.015rem 0.06rem 0.3rem rgb(228, 225, 225); */
}
.Overview p{
    width: 30%;
    position: absolute;
    height: 17rem;
    left: 5%;
    top: 30%;
    box-sizing: border-box;
    border: #7c7a7a;
    color: #040700;
    border-radius: 10%;
    align-items: center;
    text-align: center;
    display: flex;
    font-size: 0.80rem;
    justify-content: center;
    box-shadow: none;
    background-size: 100% 100%;
    box-shadow: 0.08rem 0.015rem 0.06rem 0.3rem rgb(228, 225, 225);
}
.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: #FFDCAE;
            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: #4e4e47;
            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: #1d123b;
            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: #4e071c;
            text-transform: capitalize;
            margin-bottom: 0rem;
            font-weight: 500;
            position: relative;
}
    .footer-col ul li:hover{
    
                 color: #17496e;
                 background: #a8afb6;
                 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;
    }


    @media only screen and (max-width: 950px){
        body {
            min-height: 3100px;
            display: flex;
            flex-direction: column;
            background: #CED89E url('../bg/bgschool2');
            background-size: cover;
            background-blend-mode: darken;
        }
        .nav-list {
            flex-direction: column;
        }
        .navbar{
            display: flex;
            flex-direction: column;
            transform: all 0.7sec ease-out;
            height: 280px; 
        }
        .menu {
            flex-direction: column;
            height: 150px;
        }
        .logo{
            height: 60px;
        }
        .icon-bar .button{
            width: 1.7rem;
            height: 1.9rem;
        }
        .schoolname h2{
            width: 80%;
            margin: auto;
            height: 100px;
            font-size: 50px;
            margin-top: 70px;
            justify-content: center;
            display: flex;
            align-items: center;
        }
        .maindiv {
            width: 95%;
            position: absolute;
            height: 300px;
            left: 50%;
            top: 500px;
            transform: translate(-50%, -50%);
            background-image: url(SPICGOOD.jpeg);
            background-size: 100% 100%;
            border-radius: 20%;
            box-shadow: 0.08rem 0.015rem 0.06rem 0.3rem black;
            animation:slider 20s infinite linear;
        }
        .managerphoto{
            width: 100%;
            position: absolute;
            height: 450px;
            left: auto;
            top: 1100px;
            box-sizing:content-box;
            border: #7c7a7a;
            border-radius: 50%;
            align-items: center;
            box-shadow: #7c7a7a;
            background-image: url(spicmanager.jpeg);
            background-size: 100% 100%;
            box-shadow: 0.01rem 0.005rem 0.01rem 0.02rem rgb(231, 170, 170);
        }
        .managername{
            width: 100%;
            position: absolute;
            height: 100px;
            left: auto;
            top: 1570px;
            box-sizing:content-box;
            border: #7c7a7a;
            border-radius: 10%;
            align-items: center;
            text-align: center;
            display: flex;
            justify-content: center;
            color: #0a0900;
            font-size: 45px;
        }
        .pricipalname{
            width: 100%;
            position: absolute;
            height: 100px;
            left: auto;
            top: 2170px;
            box-sizing: border-box;
            border: #7c7a7a;
            border-radius: 10%;
            align-items: center;
            text-align: center;
            display: flex;
            justify-content: center;
            color: #080800;
            font-size: 45px;
        }
        .principalphoto{
            width: 100%;
            position: absolute;
            height: 450px;
            left: auto;
            top: 1700px;
            box-sizing: border-box;
            border: #7c7a7a;
            border-radius: 50%;
            align-items: center;
            box-shadow: #7c7a7a;
            background-image: url(spicsalikram.jpg);
            background-size: 100% 100%;
            box-shadow: 0.01rem 0.005rem 0.01rem 0.02rem rgb(231, 170, 170);
        }
        .overviewheading h3{
            width: 100%;
            margin: auto;
            position: absolute;
            height: 1.5rem;
            left:auto;
            top: 700px;
            box-sizing:content-box;
            border: #e4e4e2;
            border-radius: 10%;
            align-items: center;
            text-align: justify;
            display: flex;
            justify-content: center;
            font-size: 2.0rem;
            color:#97abad
        }
        .Overview p{
            width: 100%;
            position: absolute;
            height: 17rem;
            left: auto;
            top: 750px;
            box-sizing:content-box;
            border: #a15353;
            color: #040700;
            border-radius: 10%;
            align-items: center;
            text-align: center;
            display: flex;
            font-size: 0.80rem;
            justify-content: center;
            box-shadow: none;
            background-size: 100% 100%;
            box-shadow: 0.08rem 0.015rem 0.06rem 0.3rem rgb(228, 225, 225);
        }
        .box-main{
            flex-direction: column-reverse;
            max-width: 100%;
            /* justify-content: center;
            text-align: center;
            display: flex; */
        }
        #search {
            width: 100%;
        }
        .burger {
            display: block;
        }
        .h-nav-resp{
            height: 72px;
        }
        .v-class-resp{
            opacity: 0;
        }
        .sectionpara {
            flex-direction: column-reverse;
        }
        .aboutus {
            flex-direction: column-reverse;
        }
        .item {
            flex-direction: column-reverse;
        }
        .text-big{
            text-align: center;
        }
        .text-small{
            text-align: center;
        }
        .text-medium{
            text-align: center;
        }
        .text-medium1{
            text-align: center;
        }
        .buttons {
            text-align: center;
        }

        .footer {
            display: flex;
            flex-direction: column;
            /* height: auto; */
            height: 800px;
        }
    
        .row { flex-direction: column;
            justify-content: center;
            align-items: center;
        }
    
        .footer-col {
            width: 60%;
            height: 150px;
        }
        .footer-col ul{
            flex-direction: column;
            justify-content: center;
            align-items: center;
            height: 100px;
        }
        .footer-col ul li{
            height: auto;
        }
        /* .secondhalf img {
            display: flex;
            justify-content: center;
            margin-right: 20%;
        } */
    }