*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Times New Roman', Times, serif;

}


.frontsub{
  height: 10vh;
  width: 100%;
  background-color: rgba(44, 44, 204, 0.863);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  display: flex;
  justify-content: space-between;

color: white;
padding: 0px 10px;
text-align: center;
align-items: center;
} 
.subheadingchild a{
  color: white;
}

.logo-icons img{
  width: 50px;
}

.subheadingchild i{
  letter-spacing: 1.2px;
  word-spacing: 1px;
}

@media (max-width:600px) {
  .frontsub11{
    display: none;
  }
}
/* .subzheading{
    width: 100%;
    height: 8vh;
    background-color: rgba(44, 44, 204, 0.863);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;

}
.subheading1{
    display: flex;
    justify-content: space-between;
    padding-left: 30px;
    color: white;
    align-items: center;
    margin: auto;
    padding-right: 30px;
}
.subheadingchild{

 padding-top: 9px;
 word-spacing: 3px;

}
.d-hidden{
    visibility: hidden;
}
.icons{
    letter-spacing: 2px;

}
@media (max-width:950px) {
    .d-hidden1 h4{
        display: none;
    }
    .d-hidden{
        display: none;
    }
} */
/* navbar design */

.navbar{
    /* background-color: rgba(203, 203, 212, 0.781); */
    background-color: rgb(245, 233, 6);
    color: white;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; */
  
}
.nav-item a{
    color: rgb(18, 17, 17);
    font-size: 20px;
}



/* slider img */



.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .swiper-slide {
    background-size: cover;
    background-position: center;
  }

  .mySwiper2 {
    height: 80%;
    width: 100%;
  }

  .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
  }

  .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
  }

  .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 80%;
    object-fit: cover;
  }

  /* sllider end */



  /* 4 box css start */
  :root {
    --primary-font: Arial, sans-serif;
    --primary-bg-color: #c90606;
    --text-color: #f5f5f9;
    --secondary-text-color: #fbf7f7;
    --link-color: #fdfdff;
    --box-shadow: 0 4px 8px rgba(236, 10, 10, 0.1);
    --hover-transform: translateY(-10px);
  }
  
  .infobox-section {
    text-align: center;
    padding: 40px 20px;
    background-color: #f5f5f9;
  }
  
  .infobox-section h1 {
    text-align: center;
    font-size: 2rem;
    color: var(--text-color);
    margin-bottom: 10px;
  }
  
  .infobox-section p {
    font-size: 1rem;
    color: var(--secondary-text-color);
    margin-bottom: 30px;
  }
  
  .infobox-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    padding: 0 20px;
  }
  
  .infobox {
    border-radius: 10px;
    padding: 20px;
    text-align: left;
    transition: transform 0.3s ease;
    box-shadow: var(--box-shadow);
  }
  
  .infobox:hover {
    transform: var(--hover-transform);
  }
  
  .infobox .icon {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  
  .infobox h2 {
    font-size: 1.5rem;
    color: var(--text-color);
    margin-bottom: 10px;
  }
  
  .infobox p {
    font-size: 1rem;
    color: var(--secondary-text-color);
    margin-bottom: 20px;
  }
  
  .infobox .learn-more {
    font-size: 1rem;
    color: var(--link-color);
    text-decoration: none;
  }
  
  .infobox .learn-more:hover {
    text-decoration: underline;
  }
  .infobox-section h1{
color: #000;
  }
  .infobox-section .get{
color: #000;
  }

  /* about section start */

  .about{
    min-height: 70vh;
    height: auto;
    display: flex;
    width: 100%;
    gap: 20px;
    margin: auto;

justify-content: space-between;
  }
  .aboutimg{
    width: 40%;
  height: 100%;
  
  }
  .aboutdetails{
    width: 50%;
    height: auto;
    /* padding-left: 10px; */
 
    /* text-align: center; */
    /* margin: auto; */
    margin-left: 20px;

  }
  .aboutdetails h1{
    color: red;
  }
  .aboutbutton{
    border: none;
    background-color: green;
    color: white;
    padding: 8px;
    margin-top: 7px;
  }
  @media (max-width:1000px) {
    .about{
      min-height: 70vh;
      height: auto;
      display: block;
      width: 100%;
      gap: 20px;
      margin: auto;
    
  justify-content: space-between;
    }
    .aboutimg{
      padding-left: 20px;
      width: 100%;
    height: 100%;
    
    }

    .aboutimg img{
      width: 90%;
    height: 100%;
    margin-bottom: 10px;
    
    }
    .aboutdetails{
      width: 90%;
      height: auto;
      /* padding-left: 10px; */
    
      /* text-align: center; */
      /* margin: auto; */
      margin-left: 20px;
      margin-top: 25px;
      margin-bottom: 10px;
  
    }
  }

  /* achievement start */

 /* project200 */

 .project200{
  width: 100%;
  min-height: 53vh;
  height: auto;
  margin-top:18px ;
  margin-top: 15px;
  display: flex;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;

}
.project2001{
  display: flex;
  margin-top: 15px;
  height: auto;
  gap:15px;
  flex-wrap: wrap;
  margin: auto;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;


}
.project2002{
 display: flex;
 flex-direction: column;
 gap: px;
  margin: auto;
  width: 300px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
text-align: center;
}
.bbb{
  font-size: 50px;
  padding-top: 7px;
}
.project2002 span{
padding-bottom: 15px;
    font-size: 25px;
}

  /* achievment end */

  /* our programer */

  .ourprogramer{
    margin-top: 20px;
    width: 100%;
    height: 17vh;
    color: white;
    display: flex;
    text-align: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
background-color: #000;
  }
  .ourprogramer h1{
    margin: auto;
    background-color: black;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 1.2px;

  }

  /* 3 boxes */

  .bboxes{
    min-height:60vh ;
    height: auto;
    width: 100%;
    display: flex;
    background-color: #7af20a;
    flex-wrap: wrap;
  }
  .bboxeschild{
    width: 350px;
    height: 550px;
    background-color: rgb(248, 252, 252);
    display: flex;

    overflow: hidden;
    justify-content: space-evenly;
    flex-direction: column;
    margin: auto;
    margin-top: 20px;
  }
  .boxesdlex{
    display: flex;
    width: 100%;
    height: 60px;
    gap: 1px;
  
  }
  .one{
    width: 33%;
    height: 100%;
    text-align: center;
   
  }
  .bboxesimg img {
    width: 100%;
    height: 260px;
  }
  .bboxeschild h1,h5{
    padding: 10px;
  }

  /* moments */

  .ourmoments{
    width: 100%;
    height: 15vh;
    text-align: center;

    margin: auto;
    padding-top: 25px;
    color: rgb(222, 7, 7);
    background-color:#e9ec06;
  
  }

  /* four banner */
  .fourbanner{
    width: 100%;
    min-height: 100vh;
    height: auto;
   
    
  }
  .fourbanner img{
    width: 100%;
    height: 100%;
  }
  @media (max-width:660px) {
    .fourbanner{
      width: 100%;
      height: 100vh;
     
      
    }
    .fourbanner img{
      width: 100%;
      height: 100%;
    }
  }

  /* memories button */
  .ourmomentsbutton{
    width: 100%;
    height: 15vh;
    text-align: center;

    margin: auto;
    padding-top: 25px;
    color: rgb(222, 7, 7);
    background-color:#cdf008;
    
  }
  
  /* why choose kids school play */

  .kidspalyschoolbanner{
    margin-top: 25px;
    padding-top: 15px;
    width: 100%;
    min-height: 30vh;
    height: auto;
    margin-bottom: 0px;

  }
  .kidspalyschoolbanner1{
    text-align: center;
  }

  /* kids play start  */

.kidsplay{
  min-height: 80vh;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
 
}

.kidschild{
  display: block;

  width: 400px;
  height: 400px;

}
.kidschildgrand{
  display: flex;
  height: 180px;
 

}
.kidschildgrand i{
font-size: 50px;
padding: 20px;
}
.kidschildgrand1{
  padding: 10px;
}

.kidschild img{
  height: 100%;
  width: 100%;
}

  /*kids play end */


  /* footer start */

    .footer-top{
      min-height: 50vh;
      padding-top: 30px;
      line-height: 30px;
      background-color: #000;
      height: auto;
    }
    .footer-top p{
      font-size: 21px;
    }
    .footer-top h4{
      font-size: 30px;
      color: yellow;
    }
    .footer-top a{
      color:#fcfbfb;
    }

    .footer-top a:hover{
      color:#fa0303;
    }
    .footer-about ul li{
      line-height: 30px;
      font-size: 21px;
      list-style: none;
    }

    .footer-about ul li i{
     color: greenyellow;
     padding: 12px;
    }

    .footer-about ul li a{
      line-height: 30px;
      font-size: 21px;
    }

    .footerdescription{
      color: white;
      background-color: #000;
      width: 100%;
      text-align: center;

    }
    .footerdescription {
      color: white;
      background-color: #000;
      width: 100%;
      
    }
    @media (max-width:500px) {
      .footer-top p{
        font-size: 16px;
      }
      .footer-about ul li a{
        line-height: 30px;
        font-size: 13px;
      }
      .footer-about ul {
        padding: 0px;
      }
      .footer-about ul li i{
        color: greenyellow;
        padding: 0px;
       }
  
    }
    @media (max-width:700px) {
      .footer-about ul {
        display: block;
        width: 100%;
        padding: 0px;
      }
    }

    .footerdescription{
      background-color: rgb(245, 233, 6);
      color: rgb(3, 3, 3);
      box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
      height: 43px;
      font-weight: bold;
      padding-top: 7px;
    }

  /* footer end */


  /* about page start */

  @media (max-width:1000px) {
    .eee{
          display: block;
    }
  }
 
 
  /* about page end */

  /* animation zstart */
  .animation{
    display: flex;
    height: 27vh;
    background-color: rgba(44, 44, 204, 0.863);
  
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;

  }


  /* memeorybutton */

 .memmorubutton button{
    background-color:#c90606;
    color: white;
    border: none;
    outline: none;
    padding: 10px;
    border-radius: 3px;
  }

  .memmorubutton button:hover{
    background-color: #f5f5f9;
    color: black;
  }
  .nav-item .nav-link:hover{
    color: red;
    text-decoration: underline;

  }

  .nav-item a:active{
    color: red;
  }
  .aboutbutton{
    padding: 10px;
    border-radius: 5px;
  }
  .aboutbutton:hover{
  background-color: red;

  }
  .hhhh{
    font-size: 1px;
  }



  .hoverElement:hover .hiddenElement {
    transform: rotate(360deg); /* Rotate 360 degrees */
    transition: transform 1s ease; /* Smooth transition */
}
