*{

    margin: 0;

    padding: 0;

}
.sunanda_headmasterdesk_main{
    height: auto;
   background-color: #f5f4f9;

   padding: 20px 0;
}
.sunanda_headmasterdesk_main .shreya-home-headmaster-main-heading{

    height: 90px;

    display: flex;

    align-items: center;

    margin-bottom: 20px;

    justify-content: center;

}

.sunanda_headmasterdesk_main .shreya-home-headmaster-main-heading h5{

    color: #ef8f26;

    position: relative;

    display: inline-block;

    font-size: 24px;

    font-weight: 600;

   font-family: 'Yantramanav', sans-serif;
    transition: .5s;
    width: fit-content;
}
.sunanda_headmasterdesk_main .shreya-home-headmaster-main-heading h5::before{

     position: absolute;

    content: "";

    top: 10px;

    left: -45px;

    background: #ef8f26;

    height: 16px;

    width: 16px;

    transition: all 1000ms ease;

    animation: st__rotate 5s infinite linear;

    animation-play-state: running;

    z-index: 1;

}

.rotat{

    display: inline-block;

    position: relative;

}

.rotat::before{

 position: absolute;

    content: "";

    top: -5px;

    left: 20px;

    background: #ef8f26;

    height: 16px;

    width: 16px;

    transform: rotate(45deg);

    transition: all 1000ms ease;

   

    animation: st__rotate 5s infinite linear;

    

    animation-play-state: running;

    z-index: 1;



}

.rotat::after{

    position: absolute;

    content: "";

    top: -1px;

    left: 21px;

    background: #003e4d;

    height: 16px;

    width: 16px;

    transform: rotate(45deg);

    transition: all 1000ms ease;

    animation: st__rotate 5s infinite linear;

    animation-play-state: running;

    z-index: 1;

}

.sunanda_headmasterdesk_main .shreya-home-headmaster-main-heading h5::after{

     position: absolute;

    content: "";

    top: 10px;

    left: -39px;

    background: linear-gradient(#0b7e9b, #084252);

    height: 16px;

    width: 16px;

    transition: all 1000ms ease;

    animation: st__rotate 5s infinite linear;

    animation-play-state: running;

    z-index: 1;

}

@keyframes st__rotate{

    0% {

   

    transform: rotate(0deg);

}

100% {

    

    transform: rotate(360deg);

}

}

.sunanda_headmasterdesk_main2

{
    /* border: 1px solid black; */
    display: flex;
    justify-content:space-between;
    align-items: center;
    margin: 20px auto;
    width: 80%;
    padding-bottom: 10px;
/* gap: 50px; */
}

.sunanda_headmasterdesk_main_left
{
    /* width: 527px; */
    /* height: 580px; */
    width: 40%;


}

.sunanda_headmasterdesk_main_right
{
    /* width: 527px; */
    width: 48%;
    padding: 0px 20px;


}

/* .sunanda_headmasterdesk_main_right .shreya-headmaster-animate-image{

    position: absolute;

    width: 700px;

    height: 220px;

    top: 300px;

    background-image: url(../../../images/home/headmaster-desk-home/headmaster1.jpg);

    animation: floatBurger 3s ease-in-out infinite alternate;

} */

@keyframes floatBurger {

  0% {

    transform: translateY(0px);

  }

  100% {

    transform: translateY(-20px);

  }

}

.sunanda_headmasterdesk_main_left_box

{

    border: 5px solid #003e4d;

    height: 380px;

    width: 420px;

    margin-top:45px;

   position: relative;

   border-radius: 3px;
margin: auto;

}

.shreya-headmaster-animation-image-circle{

    position: absolute;

    width: 160px;

    height: 160px;

    top: 260px;

    left: -20px;

    z-index: 4;
        box-shadow: 0px 10px 20px rgb(0,0,0,0.16);
    /* background-image: url(../../../images/home/headmaster-desk-home/headmaster2.jpg); */

    background-size: cover;

    background-repeat: no-repeat;

    background-color: #ffffff;

    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;

}
.shreya-headmaster-animation-image-circle:hover .shreya-headmaster-sub-circle{
    transition: 0.6s;
    width: 140px;
    height: 140px;
    border-radius: 50%;
}
.shreya-headmaster-animation-image-circle .shreya-headmaster-sub-circle{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: absolute;
    background: linear-gradient(#0b7e9b, #084252);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
}
.shreya-headmaster-animation-image-circle .shreya-headmaster-sub-circle .shreya-circle-icon{
    background-color: #f18a27;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
     transition: 0.6s;
    
}
.shreya-headmaster-animation-image-circle:hover .shreya-circle-icon {
    background-color: #f18a27;
    width: 60px;
    height: 60px;
    border-radius: 50%;
     transition: 0.6s;
     
}
.shreya-headmaster-animation-image-circle .shreya-headmaster-sub-circle .shreya-circle-icon i{
        font-size: 30px;
        color: #f2eeee;
}
.shreya-headmaster-animation-image-circle:hover i{
    font-size: 20px;
}



.shreya-headmaster-animation-image-circle .shreya-circle-icon i:nth-child(1) {
    position: absolute;
    opacity: 1;
    transform: translate(0, 0);
    transition: 0.6s ease;
}

.shreya-headmaster-animation-image-circle .shreya-circle-icon i:nth-child(2) {
    position: absolute;
    opacity: 0;
    transform: translate(-150%, 150%);
    transition: 0.6s ease;
}


.shreya-headmaster-animation-image-circle:hover .shreya-circle-icon i:nth-child(1) {
    opacity: 0;
    transform: translate(150%, -150%);
}


.shreya-headmaster-animation-image-circle:hover .shreya-circle-icon i:nth-child(2) {
    opacity: 1;
    transform: translate(0, 0);
}

.rotating-circle {
  width: 100%;
  height: 100%;
  transform-origin: center;
  animation: rotateText 12s linear infinite alternate;
      font-family: 'Pacifico', cursive;
  font-size: 25px;
    font-weight: bold;
}

@keyframes rotateText {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.sunanda_headmasterdesk_main_left_firstpic
{

    height: 400px;

    width: 378px; 

    position: absolute;

    bottom: 29px;

    margin-left: 20px;
    /* overflow: hidden; */

}
.sunanda_headmasterdesk_main_left_secondpic::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(13px);
    transform: skewX(-25deg);
    opacity: 0;
    transition: 0.9s 
ease;
    z-index: 2;
}
.sunanda_headmasterdesk_main_left_secondpic::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(13px);
    transform: skewX(-25deg);
    opacity: 0;
    transition: 0.9s 
ease;
    z-index: 2;
}

.sunanda_headmasterdesk_main_left_secondpic:hover::after {
  opacity: 1;
  left: -120%;
}


.sunanda_headmasterdesk_main_left_secondpic:hover::before {
  opacity: 1;
  right: -120%;
}


.sunanda_headmasterdesk_main_left_firstpic img{
width:100%;
height:100%;
}

.sunanda_headmasterdesk_main_left_secondpic

{
    border: 5px solid white;

    height: 270px;

    width: 250px;

    position: relative;

top:-165px;

left: 202px;
overflow: hidden;
box-shadow: 0 0 10px rgb(0,0,0,0.2);

}

.ambika_headmasterdesk_main_right_firstdiv

{
    height:48px;

}

.ambika_headmasterdesk_main_right_firstdiv h3{
     color: #19232B;
    /* font-family: 'Yantramanav', sans-serif; */
    /* font-size: 38px; */
    /* font-weight: 500; */
    font-family: 'Poppins', sans-serif !important;
    font-size: 30px;
    font-weight: 500;
}
.ambika_headmasterdesk_main_right_firstdiv span{

    color: #f18a27;


}

.ambika_headmasterdesk_main_right_seconddiv

{

    /* border:1px solid yellow; */

    /* width:90%;

    height:85px; */

    font-size:25px;

    font-weight :bold;

}

.ambika_headmasterdesk_main_right_seconddiv ul li{

    list-style: none;

    font-size: 14px;

    color: #343333;

    font-family: 'Ubuntu', sans-serif;

    padding:3px 0px;

}

.ambika_headmasterdesk_main_right_seconddiv ul li i{

    font-size: 13px;

    color: #003e4d;

}

.ambika_headmasterdesk_main_right_thirddiv

{
    /* width:100%; */
   margin-top: 10px;

    padding: 14px 0px;

    height:auto;

    font-size:15px;

    line-height: 20px;

    /* padding-bottom:30px; */

  font-family: "Yanone Kaffeesatz", sans-serif;

}
.ambika_headmasterdesk_main_right_thirddiv span{
    line-height: 30px;
    color: #003e4d;
    font-family: 'Roboto', sans-serif;
}

.ambika_headmasterdesk_main_right_thirddiv p{

    text-align: justify;
    font-family: 'Poppins', sans-serif !important;
    color: #757F95;
    line-height: 25px;
    font-size: 15px;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}


.ambika_headmasterdesk_main_right_fourdiv{
    /* border:1px solid black; */
     padding: 10.5px 25px;
    width:30%;
    height:65px;
    transform: skewX(-12deg);
    padding: 20px 0px;
   position: relative; 
   overflow: hidden;
   /* background: rgba(255, 255, 255, 0.08); */
    /* backdrop-filter: blur(15px); */
    transition: 0.5s ease;
    /* border: 1px solid rgba(255,255,255,0.15); */
}
.shreya-headmaster-glass-layer{
     position: absolute;
    top: 0;
    left: -30%;
    width: 13%;
    height: 100%;
    background: linear-gradient(
        110deg,
        rgba(255, 255, 255, 0.127) 0%,
        rgba(255, 255, 255, 0.13) 50%,
        rgba(255,255,255,0.1) 100%
    );
    box-shadow: 2px 0px 5px 1px  rgba(255, 255, 255, 0.179);
    transform: skewX(-20deg);
    transition: 1s ease;
}
.ambika_headmasterdesk_main_right_fourdiv:hover .shreya-headmaster-glass-layer {
    left: 120%;
    
}

.ambika_headmasterdesk_main_right_fourdiv .headm-btn{
    padding: 10.5px 25px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    line-height: 1.5;
    align-items: center;
    transition: all 0.2s;
    
    /* transform: skewX(-12deg); */
}
.ambika_headmasterdesk_main_right_fourdiv .btn-color{
    background: linear-gradient(#0b7e9b, #084252);
}
.ambika_headmasterdesk_main_right_fourdiv .headm-btn .btn-skew{
        border: 0;
    margin-left: 5px;
    margin-right: 12px;
    
    /* background-color: #003e4d; */
}

.ambika_headmasterdesk_main_right_fourdiv a::before{
    content: "";
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 0%;
    top: 0;
    left: 0px;
    transition-timing-function: ease-in-out;
    z-index: -1;
    
}
.ambika_headmasterdesk_main_right_fourdiv a{
    color: #fff;
    font-family: 'Roboto', sans-serif;
    
    
}

.ambika_headmasterdesk_main_right_fourdiv a span{
    padding: 0;
    transform: skewX(12deg);
    display: inline-block;
    /* font-weight: 600; */
    font-size: 14px;
}
.ambika_headmasterdesk_main_right_fourdiv a::after{
        content: "";
    position: absolute;
    background: linear-gradient(#0b7e9b, #084252);
    height: 100%;
    width: 7px;
    right: -12px;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}