@import url("https://fonts.googleapis.com/css2?family=Lilita+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lilita+One&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

:root {
  --Lilita_One: "Lilita One", cursive;
  --Open_Sans: "Open Sans", sans-serif;
  --active-color: #f95151;
}

* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

.center-item {
  overflow-x: hidden;
  position: relative;
}

.nav_bar {
  position: fixed;
  width: 100%;
  z-index: 99;
}

.main_min_imgs {
  position: absolute;
}

.bag {
  top: 13%;
  left: 5%;
  z-index: 100;
}

.vector-small {
  top: 60%;
  left: 5%;
  z-index: 100;
}

.vector-small2 {
  top: 15%;
  left: 0%;
  z-index: 100;
}

.vector-small2 {
  top: 15%;
  left: 0%;
  z-index: 100;
}

.vector-slide {
  top: 16%;
  left: 27%;
  z-index: 100;
}
.slide {
  width: 300px;
  height: 100px;
}

/* .slide img{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
} */

.vector-slide2 {
  top: 16%;
  left: 27%;
  z-index: 100;
}

.small-start2 {
  bottom: 0%;
  right: 20%;
  z-index: 100;
}

.start3 {
  bottom: 0%;
  right: -4%;
  z-index: 100;
}

.small-start3 {
  bottom: 10%;
  right: 2%;
  z-index: 100;
}

.rainbow {
  bottom: 0%;
  right: 5%;
  z-index: 100;
}

.big_start2 {
  top: 0%;
  left: 40%;
  z-index: 100;
}

.small-circle {
  bottom: 0%;
  left: 0%;
}

.nav {
  background-color: #f7fcff;
  margin-top: 3vw;
  border-radius: 48px !important;
  box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 10%);
}

.nav_ui {
  margin-bottom: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 3vw;
  padding: 15px 40px;
}

.nav_ui li a {
  text-decoration: none;
  color: black;
  font-size: 1.2vw;
  font-weight: 500;
  font-family: var(--Lilita_One);
  transition: 0.2s;

  &:hover {
    color: var(--active-color);
  }
}

.active {
  color: var(--active-color) !important;
}

li {
  list-style: none;
}

.nav_img {
  position: absolute;
}

/* mobile Navbar */

.mobile_container {
  display: none;
}

.mobile_container .header_mobile {
  position: fixed !important;
  display: block;
  top: 0;
  left: 0;
  overflow-x: hidden !important;
  z-index: 999;
}

.content {
  padding: 40px 5% 20px;
  text-align: justify;
  max-height: 100%;
  color: #333;
  overflow-y: scroll;
}

.content img {
  width: 100%;
  position: relative;
  display: block;
  margin: 40px auto 30px;
}

/* End container/placeholder */

/* Menu header_mobile */
.header_mobile {
  background: #707e9d;
  overflow: hidden !important;
  height: 15vh;
  width: 100%;
  z-index: 1;
  position: fixed !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.4s ease-out, background 1s ease-out;
}

.header_mobile.menu-open {
  height: 100%;
  background: #707e9d;
  transition: all 0.45s ease-out, background 0.8s ease-out;
}

/* Menu List items */
.mobile-menu {
  clear: both;
  display: flex;
  justify-content: end;
  align-items: center;
  height: 100vh;
}

.header_mobile ul.menu {
  position: relative;
  margin-bottom: 40vw;
  padding: 0px 40px 0;
  list-style: none;
}

.header_mobile ul.menu li.menu-item a {
  display: block;
  position: relative;
  color: #fff;
  text-align: right;
  text-decoration: none;
  font-size: 4.2vw;
  line-height: 2;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
}

.header_mobile ul.menu li.menu-item {
  margin-top: 5px;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99),
    -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99),
    opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99),
    opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99),
    -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.header_mobile ul.menu li.menu-item:nth-child(1) {
  transition-delay: 0.35s;
}

.header_mobile ul.menu li.menu-item:nth-child(2) {
  transition-delay: 0.3s;
}

.header_mobile ul.menu li.menu-item:nth-child(3) {
  transition-delay: 0.25s;
}

.header_mobile ul.menu li.menu-item:nth-child(4) {
  transition-delay: 0.2s;
}

.header_mobile ul.menu li.menu-item:nth-child(5) {
  transition-delay: 0.15s;
}

.header_mobile ul.menu li.menu-item:nth-child(6) {
  transition-delay: 0.1s;
}

.header_mobile ul.menu li.menu-item:nth-child(7) {
  transition-delay: 0.05s;
}

.header_mobile.menu-open ul.menu li.menu-item {
  opacity: 1;
}

.header_mobile.menu-open ul.menu li.menu-item:nth-child(1) {
  transition-delay: 0.05s;
}

.header_mobile.menu-open ul.menu li.menu-item:nth-child(2) {
  transition-delay: 0.1s;
}

.header_mobile.menu-open ul.menu li.menu-item:nth-child(3) {
  transition-delay: 0.15s;
}

.header_mobile.menu-open ul.menu li.menu-item:nth-child(4) {
  transition-delay: 0.2s;
}

.header_mobile.menu-open ul.menu li.menu-item:nth-child(5) {
  transition-delay: 0.25s;
}

.header_mobile.menu-open ul.menu li.menu-item:nth-child(6) {
  transition-delay: 0.3s;
}

.header_mobile.menu-open ul.menu li.menu-item:nth-child(7) {
  transition-delay: 0.35s;
}

.hamburger {
  font-size: 2.5rem;
  color: #fff;
}

/* Menu Icon */
.icon-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.icon-container #menuicon {
  width: 20px;
  height: 10px;
  position: relative;
  display: block;
  margin: -4px auto 0;
  top: 50%;
}

.closed {
  display: none;
}

#menuicon .bar {
  width: 100%;
  height: 1px;
  display: block;
  position: relative;
  background: #fff;
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

#menuicon .bar.bar1 {
  -webkit-transform: translateY(0px) rotate(0deg);
  transform: translateY(0px) rotate(0deg);
}

#menuicon .bar.bar2 {
  -webkit-transform: translateY(6px) rotate(0deg);
  transform: translateY(6px) rotate(0deg);
}

#menuicon .bar.bar3 {
  -webkit-transform: translateY(12px) rotate(0deg);
  transform: translateY(12px) rotate(0deg);
}

.menu-open .closed {
  display: block;
  font-size: 8vw;
  float: right;
  color: #fff;
}

.menu-open .icon-container .hamburger {
  display: none;
}

.menu-open .logo {
  display: none !important;
  transition: all 0.5s ease;
}

.menu-open .icon-container #menuicon .bar {
  transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0.1s;
}

.menu-open .icon-container #menuicon .bar.bar1 {
  -webkit-transform: translateY(4px) rotate(45deg);
  transform: translateY(4px) rotate(45deg);
}

.menu-open .icon-container #menuicon .bar.bar2 {
  -webkit-transform: translateY(3px) rotate(-45deg);
  transform: translateY(3px) rotate(-45deg);
}

.mobile_pallete {
  height: 15vh;
}

.navbar {
  display: none;
}

.logo {
  width: 20vw;
  transition: all 0.5s ease;
}

/*******************************************HOME******************************************* */

.banner {
  background: url(../img/home/home_banner.png);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
}

.bottom_banner {
  position: absolute;
  bottom: -30px;
  width: 100%;
  z-index: -1;
}

.banner-content {
  height: 100%;
}

.baner_h2 {
  color: white;
  font-size: 40px;
  font-family: var(--Open_Sans);
  font-weight: 700;
}

.baner_para {
  color: white;
  font-size: 5.2vw;
  font-family: var(--Lilita_One);
}

.baner_h3 {
  color: white;
  font-size: 40px;
  font-family: var(--Open_Sans);
  font-weight: 700;
}

.banner_a {
  background-color: var(--bg-img);
  border-radius: 10px;
  width: 3vw;
  height: 6vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.banner_a {
  position: relative;
}

.button_icon {
  width: 1vw;
  transition: 0.3s ease-in-out;
}

.about_us {
  position: relative;
  padding-top: 10%;
}

.banner_buttons {
  position: fixed;
  top: 40%;
  right: 0;
  transform: translate(0%, -40%);
  z-index: 99;
}

.admission_button {
  padding: 20px 40px;
  width: 70%;
  background-color: #f9de51;
  border: none;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  font-size: 20px;
  font-weight: 600;
  font-family: var(--Open_Sans);
  text-decoration: none;
  color: black;
  cursor: pointer;
}

.admission_button:hover {
  color: inherit;
}

/* ******************************************    HOME  About Us   ********************************************** */
.about_us_we {
  font-size: 6.2vw;
  font-family: var(--Lilita_One);
  text-align: right;
  margin-top: -3vw;
}

.about_h1 {
  font-size: 2.1vw;
  font-weight: 700;
  font-family: var(--Open_Sans);
  line-height: 3.3vw;
}

.about_para {
  font-size: 1.3vw;
  font-family: var(--Open_Sans);
  line-height: 2.5vw;
}

.about_btn {
  background: linear-gradient(rgba(30, 30, 30, 1), rgba(69, 69, 69, 1));
  color: white;
  border: none;
  width: 10vw;
  border-radius: 50%;
  height: 10vw;
}

.main-img {
  width: 70vw;
}

.facality-slider {
  background: url(../img/home/facilities_slider/facilities_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 7%;
  padding-bottom: 5%;
}

.facality-head {
  font-size: 5.5vw;
  font-family: var(--Lilita_One);
}

.facality-para {
  font-family: var(--Open_Sans);
  font-size: 1.5vw;
  font-weight: 700;
}

.ages {
  padding-top: 2%;
  padding-bottom: 5%;
}

.ages-head {
  font-size: 6vw;
  font-family: var(--Lilita_One);
}

.ages-para {
  font-family: var(--Open_Sans);
  font-size: 2vw;
  font-weight: 700;
}

.slider-para {
  padding-top: 30px;
  font-family: var(--Open_Sans);
  font-size: 1.5vw;
  font-weight: 700;
  text-align: center;
}

.facality-btn {
  border: none;
  background: linear-gradient(rgba(30, 30, 30, 1), rgba(69, 69, 69, 1));
  padding: 25px 90px;
  color: white;
  border-radius: 10px;
  font-size: 1vw;
}

.age-card {
  background-image: var(--img-scr);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 20px;
  padding-top: 5%;
  padding-bottom: 5%;
  position: relative;
}

.age-imgs {
  width: 17vw !important;
  transform: translate(-29px, 0px);
}

.ages-h2 {
  text-align: center;
  font-size: 1.4vw;
  font-family: var(--Lilita_One);
  color: var(--ages-h2-color);
}

.ages-p {
  padding-top: 20px;
  font-size: 0.8vw;
  text-align: center;
  font-family: var(--Open_Sans);
  margin-bottom: 0px !important;
}

.ages_btn {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, -20px);
  /* background-color: var(--age-btn-bg); */
  z-index: 10;
  width: 100%;
  text-align: center;
  border-radius: 40px;
  padding: 10px 0px;
  margin-bottom: 0px;
  font-weight: 600;
  font-family: var(--Lilita_One);
  font-size: 1vw;
  color: var(--ages-h2-color);
}

.come_over {
  background-image: url(../img/home/come_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 11%;
  padding-bottom: 10%;
  position: relative;
}

.come-mini_object {
  position: absolute;
  top: 25%;
  right: 0;
  width: 25vw;
  transform: translate(0%, 0%);
}

.come_over_h1 {
  font-size: 6vw;
  font-family: var(--Lilita_One);
  padding: 0;
  text-align: start;
  margin-left: -6vw;
}

.come_over_h2 {
  font-family: var(--Open_Sans);
  font-weight: 600;
  font-size: 2vw;
  width: 100%;
  text-align: start;
  margin-left: 0vw !important;
  padding-bottom: 10px;
}

.come_over_btn {
  background-color: #2b2b2b;
  position: relative;
  color: white;
  border: none;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 25px 85px;
  font-size: 1vw;
  margin-left: 0vw;
  font-family: var(--Open_Sans);
}

.come_over_h2 {
  font-family: var(--Open_Sans);
  font-weight: 600;
  font-size: 2vw;
  width: 90%;
  margin-left: 4vw;
  padding-bottom: 10px;
}

.memories_h1 {
  font-family: var(--Lilita_One);
  font-size: 5.5vw;
  margin-left: -10vw;
}

.memories_h2 {
  font-family: var(--Open_Sans);
  font-weight: 600;
  font-size: 1.6vw;
  width: 90%;
  margin-left: 5vw;
}

.footer {
  background-image: url(../img/footer_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 4%;
  padding-bottom: 4%;
  position: relative;
  background-size: cover;
  bottom: 0px;
}

.footer_logo {
  position: absolute;
  top: -30px;
  left: 8%;
}

.footer-para {
  color: white;
  font-size: 1vw;
  font-family: var(--Open_Sans);
}

.footer-head {
  font-size: 1.4vw;
  font-family: var(--Lilita_One);
  color: white;
}

.QuickLink {
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-size: 0.9vw;
  font-weight: 500;
  font-family: var(--Lilita_One);

  &:hover {
    color: var(--active-color);
  }
}

.map iframe {
  width: 90%;
  height: 25vh;
}

.activities {
  margin-top: 20vh;
}

.activities_head {
  font-family: var(--Lilita_One);
  font-size: 5vw;
}

.activities_para {
  font-size: 1.2vw;
  font-family: var(--Open_Sans);
  line-height: 2.5vw;
}

.gallery_section {
  position: relative;
  padding: 6vw 0px;
}

.gallery_imgs {
  position: relative;
  padding: 6vw 0px;
  width: 100vw;
}

.gallery_head {
  font-size: 5vw;
  font-family: var(--Lilita_One);
}

.gallery_para {
  font-size: 1.2vw;
  font-family: var(--Open_Sans);
}

.our_memories {
  padding-top: 1%;
  padding-bottom: 10%;
}

.our_memories_h1 {
  font-size: 5vw;
  font-family: var(--Lilita_One);
  font-weight: 400;
}

.our_memories_p {
  font-size: 1.2vw;
  font-family: var(--Open_Sans);
}

.admission {
  margin-top: 15vw;
}
.memories {
  margin-top: 10vw;
}

.admission_h1 {
  font-size: 5vw;
  font-family: var(--Lilita_One);
}

.admission_para {
  font-size: 1.3vw;
  font-family: var(--Open_Sans);
}

.admission_time_p {
  font-size: 1vw;
  font-family: var(--Open_Sans);
  font-weight: 700;
}

.bi-clock {
  font-weight: 00 !important;
}

.contact_base {
  margin-top: 20vh;
}

.getToKnow_h1 {
  font-size: 6vw;
  font-family: var(--Lilita_One);
}

.place-card,
.place-card-large {
  display: none !important;
}
.come_over_para {
  position: relative;
  font-size: 1vw;
  font-family: var(--Open_Sans);
  line-height: 2.5vw;
  width: 90%;
  text-align: start;
  margin: 0px;
  z-index: 1;
}
.getToKnow_p {
  font-family: var(--Open_sans);
  font-size: 1.2vw;
  font-weight: 700;
  width: 80%;
}

.explore_btn {
  text-decoration: none;
  color: inherit;
  font-size: 1.1vw;
  font-family: var(--open-sans);
  color: black;
  font-weight: 600;
}

.getToKnow_a {
  color: black;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1vw;
}

.getToKnow_a:hover,
.explore_btn {
  color: black !important;
}

.button_navbar {
  background: #2b2b2b;
  padding: 15px 30px;
  border-radius: 9px;
  font-size: 1vw;
  color: white;
}

.button_navbar {
  text-decoration: none !important;
}

.button_navbar_mail {
  background: #707e9d !important;
  border-radius: 9px;
  padding: 15px 30px;
  font-size: 1vw;
  color: white;
  text-decoration: none;
}

.button_navbar_explore {
  background: #d33b34;
  padding: 20px 30px;
  border-radius: 9px;
  color: white;
}

.button_navbar_explore a {
  color: white;
  font-weight: 600;
  font-family: var(--open-sans);
}

.button_navbar a,
.button_navbar_mail a {
  color: white;
  font-size: 1vw;
  font-family: var(--open-sans);
  text-decoration: none;
}

.background_items {
  background: url(../img/about/aboubac.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10%;
  position: relative;
}

.visibility_hidden {
  visibility: hidden;
}

.about_head {
  text-align: center;
  color: white;
  font-size: 5vw;
  font-family: var(--Lilita_One);
}

.about_catse {
  padding-top: 10%;
  padding-bottom: 10%;
  position: relative;
}

.about_catse1 {
  padding-top: 10%;
  padding-bottom: 5%;
  position: relative;
}

.aboutwe_head {
  color: black;
  font-size: 5vw;
  font-family: var(--Lilita_One);
  width: 70%;
}

.aboutwe_subhead {
  font-size: 2.08vw;
  font-family: var(--Lilita_One);
  width: 70%;
}

.positionabout {
  position: relative;
  margin-top: 6vw;
}

.panda_images {
  position: absolute;
  left: 10%;
  width: 16.25vw;
  height: 10.53vw;
  top: -7.4vw;
}

.about_para {
  width: 95%;
  text-align: justify;
}

.about_blue {
  background: url(../img/about/Vector.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 5%;
  padding-top: 8%;
  position: relative;
}

.blue_subhead {
  font-size: 2.08vw;
  font-family: var(--Open_Sans);
  font-weight: 700;
}

.blue_head {
  font-size: 5vw;
  font-family: var(--Lilita_One);
}

.white_border {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 5%;
  border-radius: 22px;
}

.mis {
  width: 5.29vw;
}

.mission_headabout {
  font-size: 1.3vw;
  font-weight: 700;
}

.white_borderParra {
  font-size: 1.04vw;
  font-weight: 700;
  text-align: center;
}

.lines {
  position: absolute;
  right: 0%;
  width: 13vw;
  top: 50%;
  transform: translate(-0%, -50%);
}

.facilities {
  position: relative;
  padding-top: 5%;
  padding-bottom: 5%;
}

.aboutfacilities_head {
  font-size: 6.25vw;
  font-family: var(--Lilita_One);
}

.faciParra {
  font-size: 1vw;
  font-weight: 800;
  font-family: var(--Open_Sans);
  margin: 0 auto;
}

.imgFacilities {
  width: 12.39vw;
}

.widthfacilities {
  width: 15.6vw;
}

.main {
  position: relative;
  overflow-x: hidden;
}

.rainbow_images {
  position: absolute;
  right: 7vw;
  top: 3.5vw;
  width: 9.94vw;
}

.cloudes {
  position: absolute;
  right: 4vw;
  top: 8vw;
  width: 14.37vw;
}

.cloudes_emp {
  position: absolute;
  left: 4vw;
  top: 1vw;
  width: 14.37vw;
}

.cloude_bottom {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
  width: 14.37vw;
}

.diamond_images {
  position: absolute;
  width: 1.8vw;
  left: 0%;
  top: 24%;
}

.half_diamond {
  position: absolute;
  width: 1.2vw;
  left: 0px;
}

.star_images {
  position: absolute;
  width: 2vw;
  left: 35%;
  top: 5%;
}

.crossstar_images {
  position: absolute;
  width: 1.8vw;
  left: 5%;
  top: 5%;
}

.dot_images {
  position: absolute;
  width: 1vw;
  left: 20%;
  top: 0%;
}

.diamnondcross_images {
  position: absolute;
  width: 1.8vw;
  left: 20%;
  top: 8%;
}

.right_diamond {
  position: absolute;
  width: 1.8vw;
  left: 10%;
  top: 0%;
}

.diamond_images1 {
  position: absolute;
  width: 1.8vw;
  right: 0%;
  top: 24%;
}

.half_diamond1 {
  position: absolute;
  width: 1.2vw;
  right: 0px;
}

.star_images1 {
  position: absolute;
  width: 2vw;
  right: 35%;
  top: 5%;
}

.crossstar_images1 {
  position: absolute;
  width: 1.8vw;
  right: 5%;
  top: 5%;
}

.dot_images1 {
  position: absolute;
  width: 1vw;
  right: 20%;
  top: 0%;
}

.diamnondcross_images1 {
  position: absolute;
  width: 1.8vw;
  right: 20%;
  top: 8%;
}

.right_diamond1 {
  position: absolute;
  width: 1.8vw;
  right: 10%;
  top: 0%;
}

.star_images2 {
  position: absolute;
  width: 1.8vw;
  left: 11%;
  top: 25%;
}

.diamond_images2 {
  position: absolute;
  width: 1.8vw;
  right: 20%;
  top: 41%;
}

.diamond_imagesvera {
  position: absolute;
  width: 1.8vw;
  right: 5%;
  top: 41%;
}

.dot_images2 {
  position: absolute;
  width: 1vw;
  right: 10%;
  top: 55%;
}

.Copyright_para {
  font-size: 1vw;
}
.facili_img {
  transition: 0.5s;
  &:hover {
    transform: scale(1.1);
  }
}

/* =======================================================Benefits ===================================*/

.benefits_head {
  font-size: 5vw;
  font-family: var(--Lilita_One);
}

.backgroundbenefits {
  width: 82vw;
  height: 49.01vw;
  object-fit: cover;
}

.edu_head {
  font-size: 4.16vw;
  font-family: var(--Lilita_One);
  width: 80%;
}

.edu_parra {
  font-size: 1vw;
  font-family: var(--Open_Sans);
  width: 100%;
  text-align: justify;
  line-height: 2.2vw;
}

.benof_head {
  font-size: 4.16vw;
  font-family: var(--Lilita_One);
}

.benof_para {
  font-size: 1.1vw;
  font-family: var(--Open_Sans);
  list-style: disc;
}

.encourage_head {
  font-size: 4.16vw;
  font-family: var(--Lilita_One);
}

#scroll_top {
  background: url(../img/Star.webp);
  width: 4.16vw;
  background-repeat: no-repeat;
  height: 4.16vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 5%;
  right: 5%;
}

.bi-chevron-up {
  font-size: 1vw;
  margin-left: -5%;
}

/* ============================================================Contact =================================*/
.contact_bac {
  background-color: #707e9d;
  padding-top: 5%;
  width: 55%;
  margin: 0 auto;
  padding-bottom: 5%;
  /* -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  border-radius: 70px; */
  position: relative;
  border-top-left-radius: 1000px 200px;
  border-top-right-radius: 1000px 200px;
  border-bottom-left-radius: 1000px 200px;
  border-bottom-right-radius: 1000px 200px;
}

.bag_panda {
  position: absolute;
  width: 12vw;
  object-fit: contain;
  left: -10%;
  top: 20%;
}

.bookPanda {
  position: absolute;
  width: 8vw;
  object-fit: contain;
  right: -5%;
  bottom: 20%;
}

.input_name {
  width: 100%;
  font-size: 1vw;
  padding: 10px 20px;
  border-radius: 14px;
  border: none;
  outline: none;
}
.form-label {
  font-size: medium;
  padding: 10px 20px;
  border-radius: 14px;
  border: none;
  outline: none;
  background-color: white;
  color: gray;
}
.sliderImg,
.slide-img {
  width: 400px !important;
  height: 200px !important;
  object-fit: cover;
  border-radius: 2rem;
}
.input_contact {
  width: 38.8vw;
}

.text_name {
  height: 14vw;
  font-size: 1vw;
  width: 100%;
  padding: 10px 20px;
  border-radius: 14px;
  border: none;
  outline: none;
}

.submit_text {
  width: 30.67vw;
  padding: 10px;
  border: none;
  outline: none;
  background-color: black;
  color: white;
  border-radius: 9px;
}

.invalid-feedback {
  font-size: 1vw;
  color: black;
}

.contact-form {
  padding-top: 10%;
  padding-bottom: 10%;
}

.gettoknow_map {
  width: 80%;
  height: 65vh;
  border-radius: 40px;
}

.gm-style .place-card-large {
  padding: 0px;
  display: none !important;
}

@media screen and (max-width: 990px) {
  .cloudes_emp {
    position: absolute;
    left: -5vw;
    top: 6vw;
    width: 20.37vw;
    z-index: -1;
  }

  .bag {
    top: 12%;
    left: 5%;
    z-index: 100;
  }

  .vector-slide {
    top: 9%;
  }

  .rainbow {
    bottom: -13%;
    right: 5%;
    z-index: 100;
  }

  .invalid-feedback {
    font-size: 2vw;
  }

  .rainbow_images {
    position: absolute;
    right: 0vw;
    top: 7.5vw;
    z-index: 100;
  }

  .cloudes {
    position: absolute;
    right: -2vw;
    top: 10vw;
    width: 14.37vw;
    z-index: 100;
  }

  .star_images2 {
    position: absolute;
    width: 1.8vw;
    left: 7%;
    top: 25%;
  }

  .nav_ui li a {
    text-decoration: none;
    color: black;
    font-size: 2.2vw;
  }
  .nav_ui {
    margin-bottom: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 3vw;
    padding: 10px 10px 10px 10px;
  }
  .age-card {
    padding-top: 15%;
    padding-bottom: 15%;
    width: 38vw;
    margin: 3rem 0px;
  }

  .admission_button {
    width: 25%;
  }

  .baner_h3 {
    color: white;
    font-size: 25px;
  }

  .banner_a {
    display: none;
  }

  .button_icon {
    width: 1.8vw;
  }

  .about_para {
    font-size: 1.8vw;
    line-height: 3vw;
  }

  .about_btn {
    width: 15vw;
    height: 15vw;
  }

  .about_h1 {
    font-size: 2.7vw;
    line-height: 4vw;
  }

  .main-img {
    width: 100%;
  }

  .facality-head {
    font-size: 9vw;
  }

  .facality-para {
    font-size: 2vw;
  }

  .facality-btn {
    font-size: 2vw;
  }

  .facality-para {
    font-size: 2vw;
  }

  .slider-para {
    font-size: 2vw;
  }

  .ages-head {
    font-size: 10vw;
    text-align: center;
  }

  .ages-para {
    font-size: 2.5vw;
  }

  .ages-h2 {
    font-size: 3.4vw;
    padding-bottom: 2vw;
  }

  .ages-p {
    padding-top: 20px;
    font-size: 1.8vw;
  }

  .ages_btn {
    padding: 20px 0px;
    font-size: 2.5vw;
  }

  .come_over_h2 {
    font-family: var(--Open_Sans);
    font-weight: 600;
    position: relative;
    font-size: 3vw;
    width: 90%;
    margin-left: 9vw;
    padding-bottom: 10px;
    z-index: 10;
  }

  .come_over_h1 {
    font-size: 10vw;
  }

  .come_over_para {
    font-size: 1.7vw;
    line-height: 3vw;
    width: 100%;
    margin: auto;
  }

  .come_over_btn {
    padding: 20px 50px;
    font-size: 2vw;
  }

  .footer {
    padding-top: 4%;
    padding-bottom: 4%;
    position: relative;
    background-color: black;
  }

  .footer_logo {
    position: absolute;
    top: -30px;
    left: 4%;
  }

  .footer-para {
    font-size: 2vw;
    text-align: center;
    padding-bottom: 5vw;
  }

  .footer-head {
    font-size: 3vw;
  }

  .QuickLink {
    font-size: 2vw;
  }

  .positionabout {
    position: relative;
    margin-top: 6vw;
    padding: 0;
  }

  .about_childimg {
    width: 100%;
  }

  .panda_images {
    position: absolute;
    left: 0;
    width: 16.25vw;
    height: 10.53vw;
    top: -5.4vw;
  }

  .white_border {
    width: 70%;
    background-color: white;
  }

  .aboutfacilities_head {
    font-size: 9.5vw;
  }

  .blue_subhead {
    font-size: 3.08vw;
    font-family: var(--Open_Sans);
    font-weight: 700;
  }

  .blue_head {
    font-size: 5vw;
    font-family: var(--Lilita_One);
  }

  .mis {
    width: 10.5vw;
  }

  .mission_headabout {
    font-size: 3.3vw;
  }

  .white_borderParra {
    font-size: 2vw;
  }

  .mission {
    position: relative;
    z-index: 1;
  }

  .lines {
    position: absolute;
    right: 0%;
    width: 25vw;
    top: 50%;
    transform: translate(-0%, -50%);
  }

  .faciParra {
    font-size: 2vw;
  }

  .admission_h1 {
    font-size: 9vw;
  }

  .admission_para {
    font-size: 2.3vw;
    font-weight: 700;
  }

  .admission_time_p {
    font-size: 2vw;
  }

  .bag_panda {
    position: absolute;
    width: 20vw;
    object-fit: contain;
    left: -16%;
    top: 31%;
    display: none;
  }

  .input_name {
    width: 100%;
    font-size: 1.6vw;
  }

  .bookPanda {
    width: 11vw;
    right: -8%;
    display: none;
  }

  .contact_bac {
    padding-top: 10%;
    width: 100%;
    padding-bottom: 10%;
  }

  .diamnondcross_images {
    position: absolute;
    width: 1.8vw;
    left: 10%;
    top: 14.5%;
  }

  .activities_head,
  .gallery_head,
  .our_memories_h1,
  .benefits_head {
    font-size: 9vw;
  }

  .activities_para,
  .gallery_para,
  .our_memories_p,
  .edu_parra,
  .benof_para {
    font-size: 2vw;
    line-height: 4vw;
  }

  .edu_head,
  .encourage_head {
    font-size: 6vw;
    width: 100%;
  }

  .benof_head {
    font-size: 5vw;
  }

  .getToKnow_h1 {
    font-size: 9vw;
    text-align: center;
  }

  .getToKnow_p {
    font-size: 3vw;
    text-align: center;
    width: 100%;
  }

  .getToKnow_a {
    font-size: 2.5vw;
  }

  .button_navbar a,
  .button_navbar_mail a {
    font-size: 2vw;
  }

  .map-content {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .mobile_container {
    display: block;
  }
  .logo {
    width: 4.5rem;
    transition: all 0.5s ease;
  }
  .memories {
    margin-top: 20vw;
  }
}
@media only screen and (max-width: 660px) {
  .cloude_bottom {
    width: 57vw;
  }
  .star_images1 {
    position: absolute;
    width: 2vw;
    right: 19%;
    top: 5%;
  }
  .star_images {
    position: absolute;
    width: 2vw;
    left: 20%;
    top: 5%;
  }
  /* .bag {
    top: 12.3%;
    left: 5%;
    z-index: 100;
  }
  .small-start3 {
    bottom: -62%;
    right: 21%;
    z-index: 100;
  }
  .small-start2 {
    bottom: -12%;
    right: 1%;
    z-index: 100;
  }
  .vector-slide {
    top: 75%;
  }
  .rainbow {
    bottom: -5%;
    right: 2%;
    width: 17vw;
    z-index: 100;
  } */

  .banner {
    background-position: 100%;
  }

  .hide {
    display: none;
  }

  .invalid-feedback {
    font-size: 3vw;
  }

  .nav {
    display: none;
  }

  .baner_h2 {
    font-size: 10vw;
    margin: 0;
  }

  .baner_para {
    font-size: 15vw;
    margin: 0;
  }

  .baner_h3 {
    font-size: 13vw;
  }

  .admission_button {
    min-width: 60%;
  }

  .about_h1 {
    font-size: 3.7vw;
    line-height: 4.6vw;
  }

  .about_us_we {
    font-size: 12.2vw;
    font-family: var(--Lilita_One);
    text-align: right;
    margin-top: -8vw;
  }

  .about_para {
    font-size: 2.5vw;
    line-height: 5vw;
  }

  .about_btn {
    min-width: 30vw;
    min-height: 30vw;
  }

  .facality-head,
  .ages-head {
    font-size: 16vw;
    text-align: center;
  }

  .facality-para {
    font-size: 3vw;
    text-align: center;
  }

  .facality-btn,
  .slider-para {
    font-size: 3vw;
  }

  .ages-para {
    font-size: 3vw;
    text-align: center;
  }

  .come_over_h1 {
    font-size: 13vw;
    text-align: center;
  }

  .come_over_h2 {
    font-size: 4vw;
    width: 100%;
    margin-left: 0vw;
    text-align: center;
  }

  .come_over_para {
    font-size: 3.5vw;
    line-height: 6.4vw;
    width: 100%;
    text-align: center;
    margin: 0px;
  }

  .come_over_btn {
    font-size: 3vw;
    margin-top: 4vw !important;
    font-family: var(--Open_Sans);
    margin-left: 0px;
  }

  .come_img {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .memories_h1 {
    font-family: var(--Lilita_One);
    font-size: 12vw;
    text-align: center;
  }

  .memories_h2 {
    font-family: var(--Open_Sans);
    font-weight: 700;
    font-size: 3.5vw;
    width: 100%;
    text-align: center;
    margin-left: 0px;
  }

  .Copyright_para {
    font-size: 2.5vw;
    text-align: center;
    margin-bottom: 3vw !important;
  }

  .footer-para {
    font-size: 4vw;
    text-align: center;
    padding-bottom: 5vw;
  }

  .footer_logo {
    position: absolute;
    top: -35px;
    left: 0%;
    width: 15vw;
  }

  .footer-head {
    font-size: 5vw;
  }

  .QuickLink {
    font-size: 4vw;
  }

  .age-card {
    width: 80vw;
    margin: 0rem 0px;
  }

  .ages-h2 {
    font-size: 8.4vw;
    padding-bottom: 2vw;
  }

  .ages-p {
    padding-top: 10%;
    font-size: 4.8vw;
    padding-bottom: 20%;
  }

  .ages_btn {
    padding: 20px 0px;
    font-size: 4.5vw;
  }

  .aboutwe_head {
    color: black;
    font-size: 11vw;
    font-family: var(--Lilita_One);
    width: 100%;
    text-align: center;
  }

  .aboutwe_subhead {
    font-size: 5.08vw;
    font-family: var(--Lilita_One);
    width: 100%;
    text-align: center;
  }

  .about_para {
    font-size: 3.5vw;
    line-height: 7vw;
  }

  .about_head {
    text-align: center;
    color: white;
    font-size: 12vw;
    font-family: var(--Lilita_One);
  }

  .blue_subhead {
    font-size: 9.08vw;
    font-family: var(--Open_Sans);
    font-weight: 700;
    text-align: center;
  }

  .blue_head {
    font-size: 7vw;
    margin-top: 7vw;
    font-family: var(--Lilita_One);
  }

  .white_border {
    width: 100%;
    margin-top: 5vw;
  }

  .mis {
    width: 20.5vw;
  }

  .mission_headabout {
    font-size: 6.3vw;
  }

  .white_borderParra {
    font-size: 4vw;
  }

  .aboutfacilities_head {
    font-size: 14vw;
    text-align: center;
  }

  .facili_img {
    width: 100%;
  }

  .faciParra {
    font-size: 4vw;
  }

  .admission {
    margin-top: 40vw;
  }
  .memories {
    margin-top: 17vh;
  }

  .admission_h1 {
    font-size: 16vw;
    text-align: center;
  }

  .admission_para {
    font-size: 5vw;
    font-weight: 700;
    text-align: center;
  }

  .admission_time_p {
    font-size: 3.1vw;
    text-align: center;
  }

  .bag_panda {
    position: absolute;
    width: 33vw;
    object-fit: contain;
    left: -21%;
    top: 31%;
  }

  .bookPanda {
    width: 23vw;
    right: -13%;
  }

  .input_contact {
    width: 80vw;
  }

  .input_name {
    width: 100%;
    font-size: 3.6vw;
  }

  .text_name {
    font-size: 4vw;
  }

  .activities_head,
  .gallery_head,
  .our_memories_h1,
  .benefits_head {
    font-size: 12vw;
    text-align: center;
  }

  .activities_para,
  .gallery_para,
  .our_memories_p,
  .edu_parra,
  .benof_para {
    font-size: 3vw;
    line-height: 7vw;
  }

  .about_catse1 {
    margin-top: 15vw;
  }

  .getToKnow_h1 {
    font-size: 14vw;
    text-align: center;
  }

  .getToKnow_p {
    font-size: 4vw;
  }

  .getToKnow_a {
    font-size: 3.5vw;
  }

  .button_navbar a,
  .button_navbar_mail a {
    font-size: 3vw;
  }

  .button_navbar_mail {
    background: #707e9d !important;
    border-radius: 9px;
    padding: 15px 20px;
    font-size: 1vw;
    color: white;
    text-decoration: none;
  }

  .button_navbar {
    background: #2b2b2b;
    padding: 15px 20px;
    border-radius: 9px;
    font-size: 1vw;
    color: white;
  }

  .admission_time_p {
    font-size: 4.1vw;
    text-align: center;
  }
}

:root {
  --gap: 1rem;
  --card-width: clamp(280px, 20vw, 100vw);
  --card-aspect-ratio: 5 / 7;
  --card-height: calc(var(--card-width) * (7 / 5));
}
.our_memories_main {
  display: grid;
  place-items: center;
  font-family: "Google Sans", sans-serif, system-ui;
  overflow-x: hidden;
  justify-content: center;
  min-height: 100vh;
}
.grid {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(5, var(--card-width));
  gap: 1rem;
  overflow: hidden;
}

.column {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.column:not(:nth-of-type(3)) {
  animation: scale 1s linear both;
  animation-timeline: scroll(root);
}

/* The distance is the number of cards minus 100vh */
.column:is(:nth-of-type(2), :nth-of-type(4)) {
  --origin: calc(var(--gap) * -1);
  --destination: calc(var(--card-height) * 1.5 + var(--gap));
}
.column:is(:nth-of-type(1), :nth-of-type(5)) {
  --origin: calc(var(--gap) * -2);
  --destination: calc(var(--card-height) * 3.4 + var(--gap));
}

@keyframes scale {
  0% {
    transform: translateY(var(--origin, 0%));
  }
  100% {
    transform: translateY(var(--destination, -50%));
  }
}

.galleryImg {
  max-width: 100%;
  border: 0;
  padding: 0;
  max-height: 100%;
  width: 100%;
  aspect-ratio: 5 / 7;
  background: hsl(0 0% 80%);
  object-fit: cover;
}

.gallery-thumbnail {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}


.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 200px;
  gap: 15px;
  padding: 20px;
}

.gallery-item {
  overflow: hidden;
  border-radius: 7px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.portrait {
  grid-row: span 2;
}

.landscape {
  grid-column: span 2;
}

@media (max-width: 768px) {

  .portrait,
  .landscape {
    grid-column: auto !important;
    grid-row: 0 !important;
    gap: 20px;
  }

  .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}