* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  font-family: ERPx;
  font-size: 16px !important;
  direction: rtl;
  overflow-x: hidden;
  max-width: 100vw;
  cursor: url("../images/home-page/cursor.png"), auto;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button,
input,
div {
  margin: 0;
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  box-shadow: none;
  text-decoration: none;
}

input {
  outline: none;
}

li {
  list-style: none;
}

a {
  text-decoration: none !important;
}
a:focus {
  color: unset;
}
a:hover {
  color: unset;
}

img {
  object-fit: cover;
}

.main-container {
  margin: 0 auto;
  width: 85%;
}
@media (min-width: 767.5px) {
  .main-container {
    width: 90%;
  }
}
@media (min-width: 1599.5px) {
  .main-container {
    max-width: 1450px;
  }
}
@media (min-width: 1699.5px) {
  .main-container {
    max-width: 1550px;
  }
}

@keyframes zoom-out {
  0% {
    opacity: 0;
    transform: scale(1.1) translateY(-25%);
    -webkit-transform: scale(1.1) translateY(-25%);
    -moz-transform: scale(1.1) translateY(-25%);
    -ms-transform: scale(1.1) translateY(-25%);
    -o-transform: scale(1.1) translateY(-25%);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
    -webkit-transform: scale(1) translateY(0);
    -moz-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
  }
}
.zoom-out {
  animation: zoom-out 1s forwards;
  animation-delay: 1.2s;
  -webkit-animation: zoom-out 1s forwards;
}

@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(25%);
    -webkit-transform: translateY(25%);
    -moz-transform: translateY(25%);
    -ms-transform: translateY(25%);
    -o-transform: translateY(25%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
.fade-up {
  animation: fade-up 1.2s forwards;
  -webkit-animation: fade-up 1.2s forwards;
}

@keyframes fade-up-2 {
  0% {
    opacity: 0;
    transform: translateY(25%) translateX(-50%);
    -webkit-transform: translateY(25%) translateX(-50%);
    -moz-transform: translateY(25%) translateX(-50%);
    -ms-transform: translateY(25%) translateX(-50%);
    -o-transform: translateY(25%) translateX(-50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(-50%);
    -webkit-transform: translateY(0) translateX(-50%);
    -moz-transform: translateY(0) translateX(-50%);
    -ms-transform: translateY(0) translateX(-50%);
    -o-transform: translateY(0) translateX(-50%);
  }
}
.fade-up-2 {
  animation: fade-up-2 1.2s forwards;
  -webkit-animation: fade-up-2 1.2s forwards;
}

@keyframes fade-right {
  0% {
    opacity: 0;
    transform: translateX(-25%);
    -webkit-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    -o-transform: translateX(-25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
.fade-right {
  animation: fade-right 1s forwards;
  animation-delay: 1.5s;
  -webkit-animation: fade-right 1s forwards;
}

@keyframes fade-left {
  0% {
    opacity: 0;
    transform: translateX(25%);
    -webkit-transform: translateX(25%);
    -moz-transform: translateX(25%);
    -ms-transform: translateX(25%);
    -o-transform: translateX(25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
.fade-left {
  animation: fade-left 1s forwards;
  animation-delay: 1.2s;
  -webkit-animation: fade-left 1s forwards;
}

@keyframes radius-1 {
  0% {
    border-radius: 40% 60% 60% 45%/32% 35% 65% 65%;
    -webkit-border-radius: 40% 60% 60% 45%/32% 35% 65% 65%;
    -moz-border-radius: 40% 60% 60% 45%/32% 35% 65% 65%;
    -ms-border-radius: 40% 60% 60% 45%/32% 35% 65% 65%;
    -o-border-radius: 40% 60% 60% 45%/32% 35% 65% 65%;
  }
  25% {
    border-radius: 58% 42% 65% 25%/76% 46% 54% 24%;
    -webkit-border-radius: 58% 42% 65% 25%/76% 46% 54% 24%;
    -moz-border-radius: 58% 42% 65% 25%/76% 46% 54% 24%;
    -ms-border-radius: 58% 42% 65% 25%/76% 46% 54% 24%;
    -o-border-radius: 58% 42% 65% 25%/76% 46% 54% 24%;
  }
  50% {
    border-radius: 50% 50% 33% 67%/55% 27% 63% 45%;
    -webkit-border-radius: 50% 50% 33% 67%/55% 27% 63% 45%;
    -moz-border-radius: 50% 50% 33% 67%/55% 27% 63% 45%;
    -ms-border-radius: 50% 50% 33% 67%/55% 27% 63% 45%;
    -o-border-radius: 50% 50% 33% 67%/55% 27% 63% 45%;
  }
  75% {
    border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
    -webkit-border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
    -moz-border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
    -ms-border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
    -o-border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
  }
  100% {
    border-radius: 30% 60% 60% 30%/30% 30% 60% 60%;
    -webkit-border-radius: 30% 60% 60% 30%/30% 30% 60% 60%;
    -moz-border-radius: 30% 60% 60% 30%/30% 30% 60% 60%;
    -ms-border-radius: 30% 60% 60% 30%/30% 30% 60% 60%;
    -o-border-radius: 30% 60% 60% 30%/30% 30% 60% 60%;
  }
}
@keyframes radius-2 {
  0% {
    border-radius: 30% 60% 60% 30%/30% 30% 60% 60%;
    -webkit-border-radius: 30% 60% 60% 30%/30% 30% 60% 60%;
    -moz-border-radius: 30% 60% 60% 30%/30% 30% 60% 60%;
    -ms-border-radius: 30% 60% 60% 30%/30% 30% 60% 60%;
    -o-border-radius: 30% 60% 60% 30%/30% 30% 60% 60%;
  }
  25% {
    border-radius: 58% 42% 65% 25%/66% 46% 54% 24%;
    -webkit-border-radius: 58% 42% 65% 25%/66% 46% 54% 24%;
    -moz-border-radius: 58% 42% 65% 25%/66% 46% 54% 24%;
    -ms-border-radius: 58% 42% 65% 25%/66% 46% 54% 24%;
    -o-border-radius: 58% 42% 65% 25%/66% 46% 54% 24%;
  }
  50% {
    border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
    -webkit-border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
    -moz-border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
    -ms-border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
    -o-border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
  }
  75% {
    border-radius: 50% 50% 33% 67%/55% 27% 63% 45%;
    -webkit-border-radius: 50% 50% 33% 67%/55% 27% 63% 45%;
    -moz-border-radius: 50% 50% 33% 67%/55% 27% 63% 45%;
    -ms-border-radius: 50% 50% 33% 67%/55% 27% 63% 45%;
    -o-border-radius: 50% 50% 33% 67%/55% 27% 63% 45%;
  }
  100% {
    border-radius: 40% 60% 60% 45%/32% 35% 75% 65%;
    -webkit-border-radius: 40% 60% 60% 45%/32% 35% 75% 65%;
    -moz-border-radius: 40% 60% 60% 45%/32% 35% 75% 65%;
    -ms-border-radius: 40% 60% 60% 45%/32% 35% 75% 65%;
    -o-border-radius: 40% 60% 60% 45%/32% 35% 75% 65%;
  }
}
@keyframes radius-3 {
  0% {
    border-radius: 58% 42% 65% 25%/76% 46% 54% 24%;
    -webkit-border-radius: 58% 42% 65% 25%/76% 46% 54% 24%;
    -moz-border-radius: 58% 42% 65% 25%/76% 46% 54% 24%;
    -ms-border-radius: 58% 42% 65% 25%/76% 46% 54% 24%;
    -o-border-radius: 58% 42% 65% 25%/76% 46% 54% 24%;
  }
  25% {
    border-radius: 40% 70% 60% 45%/32% 35% 65% 65%;
    -webkit-border-radius: 40% 70% 60% 45%/32% 35% 65% 65%;
    -moz-border-radius: 40% 70% 60% 45%/32% 35% 65% 65%;
    -ms-border-radius: 40% 70% 60% 45%/32% 35% 65% 65%;
    -o-border-radius: 40% 70% 60% 45%/32% 35% 65% 65%;
  }
  50% {
    border-radius: 50% 50% 33% 67%/55% 27% 63% 45%;
    -webkit-border-radius: 50% 50% 33% 67%/55% 27% 63% 45%;
    -moz-border-radius: 50% 50% 33% 67%/55% 27% 63% 45%;
    -ms-border-radius: 50% 50% 33% 67%/55% 27% 63% 45%;
    -o-border-radius: 50% 50% 33% 67%/55% 27% 63% 45%;
  }
  75% {
    border-radius: 30% 60% 60% 30%/30% 30% 60% 60%;
    -webkit-border-radius: 30% 60% 60% 30%/30% 30% 60% 60%;
    -moz-border-radius: 30% 60% 60% 30%/30% 30% 60% 60%;
    -ms-border-radius: 30% 60% 60% 30%/30% 30% 60% 60%;
    -o-border-radius: 30% 60% 60% 30%/30% 30% 60% 60%;
  }
  100% {
    border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
  }
}
@keyframes radius-4 {
  0% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  }
  25% {
    border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
  }
  50% {
    border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
  }
  75% {
    border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
  }
  100% {
    border-radius: 40% 70% 70% 45%/32% 35% 75% 65%;
  }
}
.toggle-menu-parent {
  opacity: 0;
  visibility: hidden;
}

.toggle-menu-parent.show-menu {
  opacity: 1;
  visibility: visible;
}

.facilities-section .rainbow-next-btn, .gallery-section .archive {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.footer-mask-container .footer-mask-outer .footer-mask-inner .logo-mask-1 .logo-mask-2, .footer-mask-container .footer-mask-outer .footer-mask-inner .logo-mask-1 .logo-mask-2:before, .plyr__control--overlaid::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.aims-section .signIn-link-btn, .news-section .news-slider .news-slide, .news-section .news-slider .news-slide .news-slide-btn, .news-section .news-slider .news-slide .news-slide-btn .icon-chevron-left, .news-section .archive:before, .approaches-section .approaches-container .approaches-items .approach-item .approach-item-vector, .facilities-section .facilities-item, .signIn-section .signIn-link-container .signIn-btn, .gallery-section .archive:before, .social-media-btns .social-media-btn, .created-by .footer-bottom-btn-container .footer-bottom-btn, .footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content .footer-column-ul .footer-li, .footer-slide .footer-social-media .social-media-links .media-link-box, .footer-mask-container .footer-mask-outer .phone-call-btn, .toggle-menu-parent, .toggle-menu-parent .toggle-menu, .toggle-menu-parent .toggle-menu .menu-items .menu-item .menu-item-link, .toggle-menu-parent .toggle-menu .menu-items .menu-item .submenu-div, .toggle-menu-parent .toggle-menu .menu-items .menu-item .submenu-div .submenu-item, .toggle-menu-parent .toggle-menu .toggle-menu-btns .toggle-menu-btn, .scroll-btn::before, .scroll-btn:after, .swiper-sections-container .swiper-sections-pagination .swiper-pagination-bullet {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.gallery-section .gallery-tab-pane {
  transition: all 0.45s ease-in-out;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
}

.plyr:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.news-section .news-slider .news-slide .news-slide-inside .news-slide-bottom .news-slide-text, .approaches-section .approaches-container .approaches-description .approaches-text, .footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content .footer-column-ul .footer-li .footer-link.footer-address-link {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-section .news-slider .news-slide .news-slide-inside .news-slide-bottom .news-slide-title, .approaches-section .approaches-container .approaches-description .tag-container .tag-inside .tag-inside-text, .approaches-section .approaches-container .approaches-items .approach-item .approach-item-title, .approaches-section .approaches-container .approaches-items .approach-item .approach-item-subtitle, .facilities-section .facilities-item .facilities-item-title, .footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content .footer-column-title, .footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content .footer-column-ul .footer-li .footer-link {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.video-banner-section .video-banner-slide, .news-section, .facilities-section, .gallery-section {
  background-image: linear-gradient(rgba(255, 255, 255, 0.65) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.65) 1px, transparent 1px);
  background-size: 40px 40px;
  background-position: 0 0;
}

.section-title, .approaches-section .approaches-container .approaches-items .approach-item .approach-item-title {
  font-family: "SH Blabeloo" !important;
}

.footer-mask-container .footer-mask-outer .footer-mask-inner .footer-photo-frame {
  width: 100%;
  height: 100%;
}

::-webkit-scrollbar {
  width: 4px;
}

.swiper-button-lock {
  display: none !important;
}

.FaNum {
  font-family: ERPxFaNum !important;
}

.gap-03 {
  gap: 0.3em;
}

.gap-05 {
  gap: 0.5em;
}

.gap-1 {
  gap: 1em;
}

.gap-2 {
  gap: 2em;
}

.opacity05 {
  opacity: 0.5;
}

textarea {
  outline: none;
  resize: none;
  border: none;
}

.nav-tabs > li > a:hover {
  border-color: transparent !important;
  background-color: transparent;
}

.nav::before,
.nav::after {
  content: none;
}

/* Remove all nav-tabs styles */
.nav-tabs {
  border-bottom: none;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

/* Reset tab links */
.nav-tabs > li {
  float: none;
  margin-bottom: 0;
}

.nav-tabs > li > a {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: 0;
  text-decoration: none;
  border-radius: 0;
}

/* Remove active tab styles */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background-color: transparent;
  border: none;
  color: inherit !important;
}

.nav > li > a:hover,
.nav > li > a:focus {
  color: inherit !important;
  text-decoration: none;
  background-color: transparent;
}

.section-part {
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.section-child {
  position: relative;
  width: 100%;
  padding-block: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
@media (min-width: 575.5px) {
  .section-child {
    padding-block: 6em;
  }
}
@media (min-width: 991.5px) {
  .section-child {
    padding-block: 1.8em;
    padding-inline: 4em;
    box-sizing: border-box;
  }
}

.swiper-sections-container {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.swiper-sections-container > .swiper-wrapper {
  flex-direction: row;
}
@media (min-width: 991.5px) {
  .swiper-sections-container > .swiper-wrapper {
    flex-direction: column;
  }
}
.swiper-sections-container > .swiper-wrapper > .swiper-slide {
  width: 100%;
  height: 100% !important;
  overflow-x: hidden;
}
@media (min-width: 991.5px) {
  .swiper-sections-container > .swiper-wrapper > .swiper-slide:last-child {
    display: none;
  }
}
.swiper-sections-container .swiper-sections-pagination {
  position: absolute;
  left: 50%;
  width: 85%;
  transform: translateX(-50%);
  z-index: 100;
  bottom: 0.5em;
  display: flex;
  height: 1em;
  align-items: center;
  justify-content: center;
  display: none;
}
@media (min-width: 991.5px) {
  .swiper-sections-container .swiper-sections-pagination {
    display: block;
    flex-direction: column;
    right: auto !important;
    left: 0 !important;
    width: 3em;
    height: max-content;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 100;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
  }
}
.swiper-sections-container .swiper-sections-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 6px;
  height: 6px;
  position: relative;
  margin-inline: 0.7em;
}
@media (min-width: 991.5px) {
  .swiper-sections-container .swiper-sections-pagination .swiper-pagination-bullet {
    margin-block: 1em;
    margin-inline: 0;
  }
}
.swiper-sections-container .swiper-sections-pagination .swiper-pagination-bullet-active {
  width: 20px;
  height: 2px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
@media (min-width: 991.5px) {
  .swiper-sections-container .swiper-sections-pagination .swiper-pagination-bullet-active {
    margin-right: 3px;
    margin-top: 3em;
    width: 1px;
    height: 20px;
  }
}
.swiper-sections-container .swiper-sections-pagination .swiper-pagination-bullet-active:after {
  content: attr(data-index);
  position: absolute;
  top: -22px;
  left: 2px;
  height: 7px;
  font-size: 0.8em;
  font-weight: 500;
  color: var(--blue-clr);
  display: none;
}
@media (min-width: 991.5px) {
  .swiper-sections-container .swiper-sections-pagination .swiper-pagination-bullet-active:after {
    display: flex;
    top: -22px;
    left: 0;
    height: 7px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
}

.scroll-btn {
  position: absolute;
  border-width: 1px;
  border-style: solid;
  left: 1em;
  bottom: 0.5em;
  width: 3em;
  height: 1.8em;
  border-radius: 420px;
  -webkit-border-radius: 420px;
  -moz-border-radius: 420px;
  -ms-border-radius: 420px;
  -o-border-radius: 420px;
  cursor: pointer;
  z-index: 1000;
  display: flex;
}
@media (min-width: 991.5px) {
  .scroll-btn {
    right: 2em;
    left: unset;
    width: 1.8em;
    height: 3em;
  }
}
.scroll-btn::before, .scroll-btn:after {
  content: "";
  position: absolute;
  left: 5px;
  width: 14px;
  height: 3px;
  z-index: 101;
}
@media (min-width: 991.5px) {
  .scroll-btn::before, .scroll-btn:after {
    width: 3px;
    height: 15px;
  }
}
.scroll-btn::before {
  border-radius: 40px 40px 0 0;
  -webkit-border-radius: 40px 40px 0 0;
  -moz-border-radius: 40px 40px 0 0;
  -ms-border-radius: 40px 40px 0 0;
  -o-border-radius: 40px 40px 0 0;
  top: 10px;
  transform: translateY(-3px) rotate(-45deg);
  -webkit-transform: translateY(-3px) rotate(-45deg);
  -moz-transform: translateY(-3px) rotate(-45deg);
  -ms-transform: translateY(-3px) rotate(-45deg);
  -o-transform: translateY(-3px) rotate(-45deg);
}
@media (min-width: 991.5px) {
  .scroll-btn::before {
    right: 39.5%;
    top: 7px;
    border-radius: 0 40px 40px 0;
    -webkit-border-radius: 0 40px 40px 0;
    -moz-border-radius: 0 40px 40px 0;
    -ms-border-radius: 0 40px 40px 0;
    -o-border-radius: 0 40px 40px 0;
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
  }
}
.scroll-btn::after {
  top: 13px;
  transform: translateY(3px) rotate(45deg);
  -webkit-transform: translateY(3px) rotate(45deg);
  -moz-transform: translateY(3px) rotate(45deg);
  -ms-transform: translateY(3px) rotate(45deg);
  -o-transform: translateY(3px) rotate(45deg);
  border-radius: 0 0 40px 40px;
  -webkit-border-radius: 0 0 40px 40px;
  -moz-border-radius: 0 0 40px 40px;
  -ms-border-radius: 0 0 40px 40px;
  -o-border-radius: 0 0 40px 40px;
}
@media (min-width: 991.5px) {
  .scroll-btn::after {
    right: 50%;
    top: 7px;
    border-radius: 40px 0 0 40px;
    -webkit-border-radius: 40px 0 0 40px;
    -moz-border-radius: 40px 0 0 40px;
    -ms-border-radius: 40px 0 0 40px;
    -o-border-radius: 40px 0 0 40px;
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
  }
}
@media (min-width: 991.5px) {
  .scroll-btn:hover::before, .scroll-btn:hover:after {
    bottom: 7px;
    top: unset;
  }
}
@media (min-width: 991.5px) {
  .scroll-btn:hover:before {
    transform: translateX(3px) rotate(45deg);
    -webkit-transform: translateX(3px) rotate(45deg);
    -moz-transform: translateX(3px) rotate(45deg);
    -ms-transform: translateX(3px) rotate(45deg);
    -o-transform: translateX(3px) rotate(45deg);
  }
}
@media (min-width: 991.5px) {
  .scroll-btn:hover:after {
    transform: translateX(-3px) rotate(-45deg);
    -webkit-transform: translateX(-3px) rotate(-45deg);
    -moz-transform: translateX(-3px) rotate(-45deg);
    -ms-transform: translateX(-3px) rotate(-45deg);
    -o-transform: translateX(-3px) rotate(-45deg);
  }
}

.swiper-scrollbar {
  position: relative !important;
  left: unset !important;
  bottom: unset !important;
  top: unset;
}

canvas {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.title-dots .dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  animation: scaleAnim 1.5s ease infinite;
  -webkit-animation: scaleAnim 1.5s ease infinite;
}
.title-dots .dot:nth-child(1) {
  animation-delay: 0.1s;
}
.title-dots .dot:nth-child(2) {
  animation-delay: 0.4s;
}
.title-dots .dot:nth-child(3) {
  animation-delay: 0.7s;
}

@keyframes scaleAnim {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  25% {
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
  }
  50% {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
  75% {
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}
.main-header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  padding-block: 1.2em;
  padding-inline: 3%;
}
.main-header.is-hidden {
  display: none;
}
.main-header .header-content .header-content-right .school-logo {
  width: 2.5em;
}
@media (min-width: 767.5px) {
  .main-header .header-content .header-content-right .school-logo {
    width: 3em;
  }
}
@media (min-width: 1399.5px) {
  .main-header .header-content .header-content-right .school-logo {
    width: 4em;
  }
}
.main-header .header-content .header-content-left .header-left-title {
  font-size: 1em;
}
@media (min-width: 1399.5px) {
  .main-header .header-content .header-content-left .header-left-title {
    font-size: 1.2em;
  }
}
@media (min-width: 1399.5px) {
  .main-header .header-content .header-content-left .icon-menu {
    font-size: 1.3em;
  }
}

@keyframes toggleMenuBackground {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(0, 0, 0, 0.8);
  }
}
.toggle-menu-parent {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  left: -100%;
  overflow-y: auto;
  gap: 2em;
}
.toggle-menu-parent.show-menu {
  left: 0;
  animation: toggleMenuBackground 0.7s forwards;
  -webkit-animation: toggleMenuBackground 0.7s forwards;
  animation-delay: 0.2s;
}
.toggle-menu-parent .toggle-menu {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 1.5em 2em 1em;
  overflow-y: auto;
}
@media (min-width: 575.5px) {
  .toggle-menu-parent .toggle-menu {
    width: 57%;
  }
}
@media (min-height: 799.5px) {
  .toggle-menu-parent .toggle-menu {
    padding: 2em;
    gap: 1.5em;
  }
}
@media (min-width: 991.5px) {
  .toggle-menu-parent .toggle-menu {
    width: 40%;
  }
}
.toggle-menu-parent .toggle-menu .icon-close-btn {
  margin-left: -0.5em;
  cursor: pointer;
}
.toggle-menu-parent .toggle-menu .search-form {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 0.5em;
  margin-block: 1em;
}
.toggle-menu-parent .toggle-menu .search-form .search-input {
  width: 90%;
}
.toggle-menu-parent .toggle-menu .search-form .search-submit {
  width: 9%;
}
.toggle-menu-parent .toggle-menu .menu-items {
  max-height: 80vh;
  overflow-y: auto;
  padding-left: 0.8em;
}
.toggle-menu-parent .toggle-menu .menu-items .menu-item {
  position: relative;
  margin-bottom: 0.52em;
  font-size: 1em;
  cursor: pointer;
}
.toggle-menu-parent .toggle-menu .menu-items .menu-item.open .submenu-div {
  padding-top: 1em;
  max-height: 20em;
  visibility: visible;
}
.toggle-menu-parent .toggle-menu .menu-items .menu-item .menu-item-link {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 0.8em 0.5em;
  width: 100%;
  gap: 1rem;
  justify-content: flex-start;
  font-size: var(--text-1);
  font-weight: 400;
  z-index: 0;
  position: relative;
}
.toggle-menu-parent .toggle-menu .menu-items .menu-item .menu-item-link .icon-chevron-down {
  font-size: 1.2em;
}
.toggle-menu-parent .toggle-menu .menu-items .menu-item .submenu-div {
  max-height: 0;
  margin-right: 1em;
  padding-right: 0.8em;
  visibility: hidden;
  overflow: hidden;
}
.toggle-menu-parent .toggle-menu .menu-items .menu-item .submenu-div .submenu-item {
  font-size: 0.9em;
  padding: 0.8em 0.5em;
  text-align: right;
  display: block;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.toggle-menu-parent .toggle-menu .toggle-menu-btns {
  margin-top: auto;
  padding-top: 1em;
  gap: 0.8em;
}
.toggle-menu-parent .toggle-menu .toggle-menu-btns .toggle-menu-btn {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 0.7em 0.3em;
  width: 100%;
}
@media (min-width: 575.5px) {
  .toggle-menu-parent .toggle-menu .toggle-menu-btns .toggle-menu-btn {
    width: 47%;
  }
}
.toggle-menu-parent .toggle-menu .toggle-menu-btns .toggle-menu-btn .menu-bottom-icon {
  font-size: 1.4em;
}

.fixed-footer {
  position: fixed;
  bottom: 1.3em;
  left: 2%;
  z-index: 900;
  cursor: pointer;
  display: none;
}
@media (min-width: 991.5px) {
  .fixed-footer {
    display: block;
  }
}
.fixed-footer .phone-number {
  font-size: 1.2em;
}
.fixed-footer .divider {
  width: 1px;
  height: 15px;
}
.fixed-footer .fixed-footer-inside {
  position: relative;
}
.fixed-footer .icon-phone {
  font-size: 1em;
}

.plyr__video-wrapper {
  aspect-ratio: 16/9;
}

.plyr {
  width: 100%;
  height: 100%;
  z-index: 100 !important;
}
.plyr:before {
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
  backdrop-filter: blur(6px);
}
.plyr.plyr--playing::before {
  opacity: 0;
  visibility: hidden;
}

.plyr--video.plyr--hide-controls .plyr__controls {
  transform: translateY(0) !important;
  -webkit-transform: translateY(0) !important;
  -moz-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  -o-transform: translateY(0) !important;
}

.plyr__control:hover {
  background: #ecdbff !important;
}
.plyr__control:hover:before {
  color: #fff !important;
}

.plyr--paused .plyr__controls {
  opacity: 0 !important;
  pointer-events: none !important;
}

.plyr__controls {
  opacity: 1 !important;
  pointer-events: auto !important;
  visibility: visible !important;
  padding-inline: 1.5em;
  z-index: 1000 !important;
  width: 98% !important;
  margin-inline: auto;
  bottom: 0.2em !important;
  background: transparent !important;
}

.plyr__control--overlaid {
  width: 1.5em !important;
  height: 1.5em !important;
  aspect-ratio: 1;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: rgba(255, 255, 255, 0.67);
  backdrop-filter: blur(5.5999999046px);
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
@media (min-width: 499.5px) {
  .plyr__control--overlaid {
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    width: 3em !important;
    height: 3em !important;
  }
}
.plyr__control--overlaid::before {
  content: "\e955";
  font-family: "icomoon";
  font-size: 0.8em;
  font-weight: 700;
  color: #292d32;
}
@media (min-width: 499.5px) {
  .plyr__control--overlaid::before {
    font-size: 1em;
  }
}
@media (min-width: 767.5px) {
  .plyr__control--overlaid::before {
    font-size: 1.3em;
  }
}
.plyr__control--overlaid::after {
  content: "";
  width: 132%;
  height: 132%;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.26);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  z-index: -1;
}
@media (min-width: 499.5px) {
  .plyr__control--overlaid::after {
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
  }
}

.plyr__control--overlaid svg {
  display: none;
}

.plyr__volume input,
.plyr__time {
  display: none !important;
  direction: ltr;
}
@media (min-width: 991.5px) {
  .plyr__volume input,
  .plyr__time {
    display: flex !important;
  }
}

.plyr__progress input {
  direction: ltr;
}

.video-banner-section.hide-elem:before, .video-banner-section.hide-elem:after {
  display: none;
}
.video-banner-section .grid-back {
  display: none;
}
.video-banner-section .video-banner-slide .video-banner-container {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  margin-inline: auto;
}
.video-banner-section .video-banner-slide .video-banner-container .plyr {
  aspect-ratio: 16/9;
}
.video-banner-section .video-banner-slide .video-banner-container .plyr .plyr__control {
  padding: 4px;
  background: rgba(255, 255, 255, 0.67);
}
@media (min-width: 767.5px) {
  .video-banner-section .video-banner-slide .video-banner-container .plyr .plyr__control {
    padding: 7px;
  }
}
.video-banner-section .video-banner-slide .video-banner-container .plyr .plyr__control svg {
  width: 14px;
  height: 14px;
}
@media (min-width: 767.5px) {
  .video-banner-section .video-banner-slide .video-banner-container .plyr .plyr__control svg {
    width: 18px;
    height: 18px;
  }
}
.video-banner-section .video-banner-slide .video-banner-container .plyr .plyr__control--overlaid {
  padding: 16px;
}
@media (min-width: 767.5px) {
  .video-banner-section .video-banner-slide .video-banner-container .plyr .plyr__control--overlaid {
    top: 40%;
  }
}
@media (min-width: 991.5px) {
  .video-banner-section .video-banner-slide .video-banner-container .plyr .plyr__control--overlaid {
    top: 43%;
  }
}
.video-banner-section .video-banner-slide .video-wrapper {
  display: none;
}
.video-banner-section .video-banner-slide .video-wrapper.show {
  display: flex;
}
.video-banner-section .video-banner-slide .video-title-box {
  gap: 0.9em;
  width: 100%;
  z-index: 999;
}
@media (min-width: 767.5px) {
  .video-banner-section .video-banner-slide .video-title-box {
    top: 51%;
    position: absolute;
  }
}
.video-banner-section .video-banner-slide .video-title-box.is-hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none;
}
.video-banner-section .video-banner-slide .video-title-box .video-title {
  font-size: 1.5em;
}
@media (min-width: 767.5px) {
  .video-banner-section .video-banner-slide .video-title-box .video-title {
    font-size: 2em;
      margin-top: 14%;

  }
}
@media (min-width: 991.5px) {
  .video-banner-section .video-banner-slide .video-title-box .video-title {
    font-size: 2.4em;
      margin-top: 14%;

  }
}
@media (min-width: 1399.5px) {
  .video-banner-section .video-banner-slide .video-title-box .video-title {
    font-size: 3.2em;
      margin-top: 14%;

  }
}

.video-banner-section .video-banner-slide .video-title-box .video-title {
    color: #fff;
    margin-top: 13%;
}

.video-banner-section .video-banner-slide .video-title-box .video-subtitle {
  font-weight: 900;
  padding-inline: 0.5em;
}

.footer-slide {
  overflow: hidden;
  padding-inline: 0 !important;
}
.footer-slide .footer-content .footer-container {
  width: 100%;
}
.footer-slide .footer-content .footer-container .footer-columns-content {
  width: 100%;
  gap: 0.8em;
}
.footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content {
  width: 45%;
  opacity: 0;
}
@media (min-width: 575.5px) {
  .footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content {
    width: 30% !important;
  }
}
.footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content .footer-column-title {
  position: relative;
  font-weight: 500;
  font-size: 0.9em;
  margin-bottom: 0.8em;
  height: 2em;
  width: max-content;
}
@media (min-width: 399.5px) {
  .footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content .footer-column-title {
    font-size: 1em;
  }
}
@media (min-width: 991.5px) {
  .footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content .footer-column-title {
    padding-left: 5%;
  }
}
@media (min-width: 1299.5px) {
  .footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content .footer-column-title {
    font-size: 1.1em;
  }
}
.footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content .footer-column-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
.footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content .footer-column-ul {
  width: 100%;
}
@media (min-width: 767.5px) {
  .footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content .footer-column-ul {
    padding-left: 0.5em;
  }
}
.footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content .footer-column-ul .footer-li {
  width: 100%;
  margin-block: 0.2em;
}
.footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content .footer-column-ul .footer-li:hover {
  transform: translateX(-4px);
  -webkit-transform: translateX(-4px);
  -moz-transform: translateX(-4px);
  -ms-transform: translateX(-4px);
  -o-transform: translateX(-4px);
}
.footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content .footer-column-ul .footer-li .footer-link {
  padding: 0;
  display: inline-block;
  width: 100%;
  text-align: right;
  font-family: ERPxFaNum !important;
  font-size: 0.7em;
  font-weight: 400;
  line-height: 2;
}
@media (min-width: 369.5px) {
  .footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content .footer-column-ul .footer-li .footer-link {
    font-size: 0.8em;
  }
}
@media (min-width: 1299.5px) {
  .footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content .footer-column-ul .footer-li .footer-link {
    font-size: 0.9em;
  }
}
.footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content .footer-column-ul .footer-li .footer-link.footer-address-link {
  white-space: unset;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content .footer-column-ul .footer-li .footer-icon {
  font-size: 0.95em;
  margin-left: 0.3em;
  margin-top: 2px;
}
@media (min-width: 1299.5px) {
  .footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content .footer-column-ul .footer-li .footer-icon {
    font-size: 1.1em;
  }
}
.footer-slide .footer-content .footer-container .footer-columns-content .location-column {
  width: 45% !important;
  display: none !important;
}
@media (min-width: 767.5px) {
  .footer-slide .footer-content .footer-container .footer-columns-content .location-column {
    display: flex !important;
  }
}
@media (min-height: 767.5px) {
  .footer-slide .footer-content .footer-container .footer-columns-content .location-column {
    display: flex !important;
  }
}
.footer-slide .footer-content .footer-container .footer-columns-content .location-column .school-map {
  overflow: hidden;
  width: 95%;
  aspect-ratio: 3/2;
  margin-top: 0.5em;
  border: 1px solid #2952be;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.footer-slide .footer-content .footer-container .footer-columns-content .location-column .school-map .map-iframe {
  width: 100%;
  height: 100%;
}
.footer-slide .divider {
  width: 100%;
  height: 1px;
  background: #6b6b6b;
  z-index: 10;
  margin-top: 1.5em;
}
.footer-slide .footer-social-media {
  z-index: 10;
  padding-block: 1em;
}
.footer-slide .footer-social-media .social-media-title {
  color: #008ad2;
  line-height: 1.5;
}
.footer-slide .footer-social-media .social-media-links {
  width: 100%;
  gap: 3.5em;
  cursor: pointer;
}
@media (min-width: 991.5px) {
  .footer-slide .footer-social-media .social-media-links {
    gap: 2.5em;
  }
}
.footer-slide .footer-social-media .social-media-links .media-link-box:hover {
  transform: scale(1.08);
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
}
.footer-slide .footer-social-media .social-media-links .media-link-box .footer-media-icon {
  font-size: 1em;
}
@media (min-width: 991.5px) {
  .footer-slide .footer-social-media .social-media-links .media-link-box .footer-media-icon {
    font-size: 1.3em;
  }
}
.footer-slide .footer-social-media .social-media-links .media-link-box .footer-media-icon:before {
  color: #2b3a67;
}

@media (min-width: 767.5px) {
  .footer-mask-container {
    width: 38%;
  }
}
.footer-mask-container .footer-mask-outer .footer-mask-contactUs {
  width: 80%;
  gap: 0.5em;
}
.footer-mask-container .footer-mask-outer .phone-call-btn {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 90%;
  z-index: 10;
  padding: 0.4em;
  text-align: center;
  font-size: 1em;
  box-shadow: 0 74px 29px 0 rgba(0, 0, 0, 0.01), 0 41px 25px 0 rgba(0, 0, 0, 0.04), 0 18px 18px 0 rgba(0, 0, 0, 0.06), 0 5px 10px 0 rgba(0, 0, 0, 0.07);
}
@media (min-width: 991.5px) {
  .footer-mask-container .footer-mask-outer .phone-call-btn {
    height: 2.7em;
  }
}
.footer-mask-container .footer-mask-outer .phone-call-btn.phone-call-number {
  font-weight: 700;
}
.footer-mask-container .footer-mask-outer .phone-call-btn:hover {
  transform: scale(0.96) !important;
  -webkit-transform: scale(0.96) !important;
  -moz-transform: scale(0.96) !important;
  -ms-transform: scale(0.96) !important;
  -o-transform: scale(0.96) !important;
}

@media (max-width: 991.5px) {
  .footer-swiper-slide .created-by {
    display: none;
  }
}

.final-section {
  padding-block: 0 !important;
  gap: 0.7em !important;
}

.social-media-btns {
  margin-block: 0.5em;
  opacity: 0;
  gap: 0.4em;
  width: fit-content;
}
@media (min-width: 991.5px) {
  .social-media-btns {
    margin-block: 0;
    justify-content: center;
  }
}
@media (min-width: 1199.5px) {
  .social-media-btns {
    flex-direction: row !important;
  }
}
@media (min-height: 899.5px) {
  .social-media-btns {
    margin-bottom: 1.5em;
  }
}
.social-media-btns .social-media-btn {
  width: 14em;
  height: 2.6em;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  font-size: var(--text-1);
  padding-inline: 0.2em;
  cursor: pointer;
}
@media (min-height: 699.5px) {
  .social-media-btns .social-media-btn {
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    font-size: 0.8em;
  }
}
@media (min-width: 767.5px) {
  .social-media-btns .social-media-btn {
    font-size: 1em;
  }
}
@media (min-width: 991.5px) {
  .social-media-btns .social-media-btn {
    width: 13em;
    height: 2.8em;
  }
}

.created-by {
  width: 100%;
  padding-block: 0.5em;
  z-index: 100;
  gap: 1em;
}
@media (min-width: 767.5px) {
  .created-by {
    padding-block: 1em;
  }
}
@media (min-width: 991.5px) {
  .created-by {
    padding-block: 0.5em;
    position: absolute;
    bottom: 0;
  }
}
@media (max-height: 919.5px) and (min-width: 991.5px) {
  .created-by {
    display: none !important;
  }
}
.created-by .footer-bottom-ul {
  margin-bottom: 0;
  gap: 1.4em;
}
@media screen and (min-width: 991.5px) {
  .created-by .footer-bottom-ul {
    width: 30%;
    gap: 0;
  }
}
.created-by .footer-bottom-ul .footer-bottom-text {
  text-align: center;
  position: relative;
  line-height: 1.8;
  font-weight: 500;
  font-size: 0.7em;
}
@media (min-width: 991.5px) {
  .created-by .footer-bottom-ul .footer-bottom-text {
    text-align: right;
    list-style-type: disc;
  }
}
.created-by .footer-bottom-ul .footer-bottom-text:first-child:before {
  content: "";
  position: absolute;
  bottom: -1.1em;
  left: 50%;
  width: 70%;
  height: 0.7px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
@media screen and (min-width: 991.5px) {
  .created-by .footer-bottom-ul .footer-bottom-text:first-child:before {
    display: none;
  }
}
.created-by .footer-bottom-btn-container {
  gap: 0.8em;
  width: 100%;
}
@media (min-width: 991.5px) {
  .created-by .footer-bottom-btn-container {
    width: 30%;
    margin-bottom: -0.7em;
  }
}
.created-by .footer-bottom-btn-container .footer-bottom-btn {
  width: 12em;
  height: 2.5em;
  padding: 0.8em;
  gap: 0.5em;
  border-radius: 9px;
  font-size: 0.8em;
  font-weight: 500;
}
.created-by .footer-bottom-btn-container .footer-bottom-btn:hover {
  box-shadow: inset 0 0 8px 3px rgba(87, 87, 87, 0.5);
}
@media (min-width: 991.5px) {
  .created-by .footer-bottom-btn-container .footer-bottom-btn {
    width: 14em;
    height: 3em;
  }
}
.created-by .footer-bottom-btn-container .footer-bottom-btn .icon-google-play {
  font-size: 1.4em;
}
.created-by .footer-bottom-btn-container .footer-bottom-btn .icon-apple {
  font-size: 1.26em;
  padding-bottom: 7px;
}

.abrisham-logo {
  width: 100%;
  gap: 0.2em;
}
@media (min-width: 991.5px) {
  .abrisham-logo {
    width: 30%;
  }
}
.abrisham-logo .law-message {
  text-align: center;
  font-size: 0.8em;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.abrisham-logo .law-message .logo-name-part-1 {
  font-size: 1.6em;
  margin-right: 4px;
}
.abrisham-logo .law-message .logo-name-part-2 {
  font-size: 1.6em;
  margin-right: 0.2em;
}
.abrisham-logo .abrisham-logo-img {
  width: 4em;
}

:root {
  --brown-clr: #433322;
  --purple-clr-1: #a178c5;
  --green-clr-1: #d6e5be;
  --font-text-1: 0.8em;
}
@media (min-width: 767.5px) {
  :root {
    --font-text-1: 0.9em;
  }
}
@media (min-width: 1399.5px) {
  :root {
    --font-text-1: 1em;
  }
}

@keyframes slidePosition {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 0%;
  }
}
@keyframes sparkle {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
@keyframes smileRotate {
  0%, 100% {
    transform: rotate(0) translateY(0);
  }
  50%, 60%, 70% {
    transform: rotate(44deg) translateY(0);
  }
  55%, 65% {
    transform: rotate(44deg) translateY(-10px);
  }
}
@keyframes rotation-one {
  0%, 100% {
    opacity: 1;
    transform: rotate(0) translateX(0);
    -webkit-transform: rotate(0) translateX(0);
    -moz-transform: rotate(0) translateX(0);
    -ms-transform: rotate(0) translateX(0);
    -o-transform: rotate(0) translateX(0);
  }
  50% {
    opacity: 0.2;
    transform: rotate(180deg) translateX(2em);
    -webkit-transform: rotate(180deg) translateX(2em);
    -moz-transform: rotate(180deg) translateX(2em);
    -ms-transform: rotate(180deg) translateX(2em);
    -o-transform: rotate(180deg) translateX(2em);
  }
}
@-webkit-keyframes ani {
  0% {
    background-position: 4% 0%;
  }
  50% {
    background-position: 97% 100%;
  }
  100% {
    background-position: 4% 0%;
  }
}
@-moz-keyframes ani {
  0% {
    background-position: 4% 0%;
  }
  50% {
    background-position: 97% 100%;
  }
  100% {
    background-position: 4% 0%;
  }
}
@keyframes ani {
  0% {
    background-position: 4% 0%;
  }
  50% {
    background-position: 97% 100%;
  }
  100% {
    background-position: 4% 0%;
  }
}
@keyframes moveit {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
@keyframes bounce {
  0% {
    top: 0px;
    transform: scale(1, 1);
  }
  80% {
    transform: scale(0.85, 1);
  }
  100% {
    top: 120px;
    transform: scale(1.2, 0.6);
  }
}
@keyframes scaleit {
  0% {
    transform: scale(0.4, 0.1);
    opacity: 0.3;
  }
  100% {
    transform: scale(1, 0.2);
  }
}
#sparkle-layer {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
}

.sparkle {
  position: absolute;
  pointer-events: none;
  width: 6px;
  height: 6px;
  background: radial-gradient(circle, #fff 0%, rgba(255, 255, 255, 0.8) 40%, transparent 70%);
  border-radius: 50%;
  opacity: 0;
  animation: sparkle 600ms ease-out forwards;
}

.school-logo {
  filter: brightness(0) saturate(100%) invert(14%) sepia(56%) saturate(15%) hue-rotate(333deg) brightness(95%) contrast(85%);
}

.section-title {
  font-size: 1.5em;
}
@media (min-width: 767.5px) {
  .section-title {
    font-size: 1.6em;
  }
}
@media (min-width: 991.5px) {
  .section-title {
    font-size: 1.8em;
  }
}
@media (min-width: 1099.5px) {
  .section-title {
    font-size: 2.1em;
  }
}
@media (min-width: 1199.5px) {
  .section-title {
    font-size: 2.5em;
  }
}
@media (min-width: 1299.5px) {
  .section-title {
    font-size: 2.8em;
  }
}
@media (min-width: 1399.5px) {
  .section-title {
    font-size: 3em;
  }
}

.section-subtitle {
  font-size: 0.9em;
  font-weight: 400;
}

.header-content .icon-menu:before {
  color: var(--brown-clr);
}

.scroll-btn {
  background: rgba(136, 167, 123, 0.28);
  border: 2px solid var(--brown-clr);
}
.scroll-btn::before, .scroll-btn:after {
  background: var(--brown-clr);
}

body.slide-1 .swiper-sections-pagination {
  display: none !important;
}

body .swiper-sections-pagination .swiper-pagination-bullet {
  background: var(--brown-clr);
}

body.slide-3 .swiper-sections-pagination .swiper-pagination-bullet-active:after {
  color: var(--purple-clr-1);
}

body.slide-3 .swiper-sections-pagination .swiper-pagination-bullet-active {
  background-color: var(--purple-clr-1);
}

body.slide-6 .swiper-sections-pagination .swiper-pagination-bullet-active {
  background-color: #28cdff;
}

body.slide-2 .swiper-sections-pagination .swiper-pagination-bullet-active:after,
body.slide-4 .swiper-sections-pagination .swiper-pagination-bullet-active:after,
body.slide-5 .swiper-sections-pagination .swiper-pagination-bullet-active:after,
body.slide-7 .swiper-sections-pagination .swiper-pagination-bullet-active:after,
body.slide-8 .swiper-sections-pagination .swiper-pagination-bullet-active:after {
  color: #ff73ae;
}

body.slide-6 .swiper-sections-pagination .swiper-pagination-bullet-active:after {
  color: #28cdff;
}

body.slide-2 .swiper-sections-pagination .swiper-pagination-bullet-active,
body.slide-4 .swiper-sections-pagination .swiper-pagination-bullet-active,
body.slide-5 .swiper-sections-pagination .swiper-pagination-bullet-active,
body.slide-7 .swiper-sections-pagination .swiper-pagination-bullet-active,
body.slide-8 .swiper-sections-pagination .swiper-pagination-bullet-active {
  background: #ff73ae;
}

.fixed-footer .phone-number,
.fixed-footer .icon-phone::before {
  color: var(--brown-clr) !important;
}

.fixed-footer .divider {
  background-color: var(--brown-clr) !important;
}

body.slide-8 .fixed-footer {
  display: none;
}

.toggle-menu-parent .toggle-menu {
  background: var(--purple-clr-1);
}
.toggle-menu-parent .toggle-menu .icon-close-btn::before {
  color: #fff;
}
.toggle-menu-parent .toggle-menu .search-form {
  border: 1px solid #fff;
}
.toggle-menu-parent .toggle-menu .search-form .search-input {
  border-left: 1px solid #fff;
}
.toggle-menu-parent .toggle-menu .search-form .icon-Search:before {
  color: #fff;
}
.toggle-menu-parent .toggle-menu .menu-items .menu-item:hover .menu-item-link, .toggle-menu-parent .toggle-menu .menu-items .menu-item.active .menu-item-link {
  background-color: #5b0f57;
}
.toggle-menu-parent .toggle-menu .menu-items .menu-item:hover .menu-item-link .icon-chevron-down:before, .toggle-menu-parent .toggle-menu .menu-items .menu-item.active .menu-item-link .icon-chevron-down:before {
  color: #fff;
}
.toggle-menu-parent .toggle-menu .menu-items .menu-item .menu-item-link {
  color: #fff;
}
.toggle-menu-parent .toggle-menu .menu-items .menu-item .menu-item-link .icon-chevron-down:before {
  color: #fff;
}
.toggle-menu-parent .toggle-menu .menu-items .menu-item .submenu-div .submenu-item {
  color: #fff;
}
.toggle-menu-parent .toggle-menu .toggle-menu-btns {
  border-top: 1px solid #5b0f57;
}
.toggle-menu-parent .toggle-menu .toggle-menu-btns .toggle-menu-btn {
  background: #fff;
  color: #5b0f57;
}
.toggle-menu-parent .toggle-menu .toggle-menu-btns .toggle-menu-btn:hover {
  box-shadow: inset 0 0 7px #5b0f57;
}

.video-banner-section {
  perspective: 900px;
}
.video-banner-section .video-banner-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffcbe1;
  --size: 40px;
  --zoom: 48px;
  --line: rgb(136, 167, 123, 0.88);
}
.video-banner-section .video-banner-slide:before, .video-banner-section .video-banner-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(var(--line) 2px, transparent 2px), linear-gradient(90deg, var(--line) 2px, transparent 2px);
  background-position: 0 0;
  opacity: 0;
}
.video-banner-section .video-banner-slide::before {
  background-size: var(--size) var(--size);
}
.video-banner-section .video-banner-slide::after {
  background-size: var(--zoom) var(--zoom);
  opacity: 0;
}
.video-banner-section .video-banner-slide.active::after {
  opacity: 1;
  mask-image: radial-gradient(circle 120px at var(--x) var(--y), black 0%, transparent 45%);
  -webkit-mask-image: radial-gradient(circle 120px at var(--x) var(--y), black 0%, transparent 45%);
}
.video-banner-section .video-banner-slide .video-banner-container {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  padding: 0.6em;
  margin-inline: auto;
  background: var(--green-clr-1);
  background-size: 100%;
  border: 2px solid #000;
}
@media (min-width: 767.5px) {
  .video-banner-section .video-banner-slide .video-banner-container {
    padding: 1em;
  }
}
@media (min-width: 1399.5px) {
  .video-banner-section .video-banner-slide .video-banner-container {
    width: 88%;
  }
}
.video-banner-section .video-banner-slide .video-banner-container .plyr {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  aspect-ratio: 16/9;
}
.video-banner-section .video-banner-slide .video-banner-container .plyr .plyr__control:hover {
  background: #b5d095 !important;
}
.video-banner-section .video-banner-slide .video-banner-container .plyr input {
  color: #b5d095;
}
.video-banner-section .video-banner-slide .video-title-box .video-title {
  color: var(--blue-clr);
}
@media (min-width: 767.5px) {
  .video-banner-section .video-banner-slide .video-title-box .video-title {
    color: #dbf9b9;
  }
}
.video-banner-section .video-banner-slide .video-title-box .video-subtitle {
  color: var(--blue-clr);
}
@media (min-width: 767.5px) {
  .video-banner-section .video-banner-slide .video-title-box .video-subtitle {
    color: #dbf9b9;
  }
}

.aims-section {
  background: hsl(43, 26%, 89%);
  background: radial-gradient(circle, hsl(43, 26%, 89%) 0%, hsl(42, 89%, 82%) 48%);
  background: -moz-radial-gradient(circle, hsl(43, 26%, 89%) 0%, hsl(42, 89%, 82%) 48%);
  background: -webkit-radial-gradient(circle, hsl(43, 26%, 89%) 0%, hsl(42, 89%, 82%) 48%);
}
.aims-section .section-title {
  position: relative;
  color: #ff77b0;
}
.aims-section .section-title:after {
  content: "";
  position: absolute;
  bottom: -1em;
  right: 0;
  width: 100%;
  height: 0.1em;
  background: url(../images/pre-school/dash-underline.svg) no-repeat center;
  background-size: cover;
}
.aims-section .section-subtitle {
  position: relative;
  margin-bottom: 0.8em;
  padding-right: 0.7em;
  font-size: 1em;
  color: #a06fcc;
}
@media (min-width: 991.5px) {
  .aims-section .section-subtitle {
    font-size: 1.2em;
  }
}
.aims-section .section-subtitle:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: #d9aeff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.aims-section .aims-desc-container {
  width: 100%;
}
@media (min-width: 767.5px) {
  .aims-section .aims-desc-container {
    width: 45%;
    margin-top: 1em;
  }
}
@media (min-width: 1199.5px) {
  .aims-section .aims-desc-container {
    margin-top: 2em;
  }
}
.aims-section .aims-desc-container .aims-list {
  gap: 0.6em;
  width: 100%;
  margin-top: 2.3em;
  margin-bottom: 0;
}
@media (min-width: 767.5px) {
  .aims-section .aims-desc-container .aims-list {
    margin-top: 15%;
    margin-bottom: 2em;
  }
}
@media (min-width: 1099.5px) {
  .aims-section .aims-desc-container .aims-list {
    gap: 1em;
  }
}
.aims-section .aims-desc-container .aims-list .aims-item {
  width: 100%;
  gap: 0.5em;
}
.aims-section .aims-desc-container .aims-list .aims-item-icon {
  width: 1em;
}
.aims-section .aims-desc-container .aims-list .aims-item-text {
  width: 90%;
    line-height: 32px !important;
  /*font-size: var(--font-text-1);*/
}
.aims-section .aims-photo-container {
  width: 90%;
}
@media (min-width: 767.5px) {
  .aims-section .aims-photo-container {
    width: 52%;
  }
}
.aims-section .aims-photo-container .aims-photo {
  width: 100%;
  pointer-events: none;
}
.aims-section .btn-container {
  width: 85%;
}
@media (min-width: 767.5px) {
  .aims-section .btn-container {
    width: 65%;
  }
}
@media (min-width: 1199.5px) {
  .aims-section .btn-container {
    width: 53%;
  }
}
.aims-section .btn-container:hover .signIn-link-btn {
  transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
}
.aims-section .btn-container:hover:before {
  animation: rotation-one 4s infinite forwards;
  -webkit-animation: rotation-one 4s infinite forwards;
}
.aims-section .btn-container::before {
  content: "";
  position: absolute;
  left: -10%;
  top: -0.5em;
  width: 26%;
  aspect-ratio: 1;
  background: url(../images/pre-school/signin-btn-vector.svg) no-repeat center;
  background-size: cover;
  z-index: 0;
}
.aims-section .signIn-link-btn {
  position: relative;
  width: 100%;
  height: 3em;
  background: var(--green-clr-1);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 1px solid #354959;
  z-index: 10;
  cursor: pointer;
}

.news-section {
  background-color: var(--green-clr-1);
}
.news-section .main-container {
  position: relative;
}
.news-section .title-box {
  position: relative;
}
.news-section .title-box::before {
  content: "";
  position: absolute;
  top: -31%;
  right: -53%;
  width: 27%;
  aspect-ratio: 1;
  background: url(../images/pre-school/news-sun-vector.svg) no-repeat center;
  background-size: cover;
  display: none;
}
@media (min-height: 767.5px) {
  .news-section .title-box::before {
    display: block;
  }
}
@media (min-width: 767.5px) {
  .news-section .title-box::before {
    display: block;
  }
}
.news-section .title-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 18%;
  aspect-ratio: 1;
  background: url(../images/pre-school/news-rectangle.svg) no-repeat center;
  background-size: cover;
  display: none;
}
@media (min-height: 767.5px) {
  .news-section .title-box::after {
    display: block;
  }
}
@media (min-width: 767.5px) {
  .news-section .title-box::after {
    display: block;
  }
}
.news-section .section-title {
  color: var(--purple-clr-1);
}
.news-section .news-slider {
  width: 100%;
  padding-top: 1.5em;
  overflow: hidden;
  z-index: 100;
}
@media (min-height: 649.5px) {
  .news-section .news-slider {
    padding-top: 2.4em;
  }
}
@media (min-width: 767.5px) {
  .news-section .news-slider {
    padding-top: 4em;
    padding-bottom: 1em;
  }
}
.news-section .news-slider .swiper-slide:nth-child(3n+1) .news-slide {
  background-color: #fae1a7;
}
.news-section .news-slider .swiper-slide:nth-child(3n+1) .news-slide .news-slide-inside {
  background-color: #dcccea;
}
.news-section .news-slider .swiper-slide:nth-child(3n+2) .news-slide {
  background-color: #bbd8ec;
}
.news-section .news-slider .swiper-slide:nth-child(3n+2) .news-slide .news-slide-inside {
  background-color: #ffdab4;
}
.news-section .news-slider .swiper-slide:nth-child(3n) .news-slide {
  background-color: #dcccea;
}
.news-section .news-slider .swiper-slide:nth-child(3n) .news-slide .news-slide-inside {
  background-color: #fae1a7;
}
.news-section .news-slider .swiper-slide:hover .news-slide {
  transform: translate(0, -1em);
  -webkit-transform: translate(0, -1em);
  -moz-transform: translate(0, -1em);
  -ms-transform: translate(0, -1em);
  -o-transform: translate(0, -1em);
  box-shadow: 0 72px 31px 0 rgba(0, 0, 0, 0), 0 52px 29px 0 rgba(0, 0, 0, 0.01), 0 20px 24px 0 rgba(0, 0, 0, 0.05), 0 8px 8px 0 rgba(0, 0, 0, 0.09), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}
.news-section .news-slider .swiper-slide:hover .news-slide-btn .icon-chevron-left {
  transform: translateX(-4px);
  -webkit-transform: translateX(-4px);
  -moz-transform: translateX(-4px);
  -ms-transform: translateX(-4px);
  -o-transform: translateX(-4px);
}
.news-section .news-slider .news-slide {
  opacity: 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 1px solid #000;
  padding: 0.1em;
  width: 100%;
  margin-inline: auto;
  position: relative;
}
@media (min-width: 767.5px) {
  .news-section .news-slider .news-slide {
    padding: 0.8em;
    width: 95%;
  }
}
@media (min-width: 1399.5px) {
  .news-section .news-slider .news-slide {
    width: 80%;
  }
}
.news-section .news-slider .news-slide .news-slide-inside {
  border: 1px solid #000;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 0.5em;
  gap: 0.8em;
  width: 100%;
}
.news-section .news-slider .news-slide .news-slide-inside .news-slide-photo-container {
  position: relative;
  width: 100%;
}
.news-section .news-slider .news-slide .news-slide-inside .news-slide-photo-container:before {
  content: "";
  position: absolute;
  inset: -1px;
  width: 100%;
  height: 100%;
  box-shadow: inset 0px 10px 0.5em rgba(0, 0, 0, 0.25), inset 0.1em 0px 0.1em rgba(0, 0, 0, 0.1), inset -0.1em 0px 0.1em rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.news-section .news-slider .news-slide .news-slide-inside .news-slide-photo {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.news-section .news-slider .news-slide .news-slide-inside .news-slide-bottom {
  width: 94%;
  gap: 0.5em;
  color: #433322;
}
.news-section .news-slider .news-slide .news-slide-inside .news-slide-bottom .news-slide-title {
  color: var(--navy-color);
  font-size: 1.1em;
  width: 65%;
}
.news-section .news-slider .news-slide .news-slide-inside .news-slide-bottom .divider {
  width: 74%;
  height: 1px;
  background-color: rgba(44, 44, 44, 0.28);
}
.news-section .news-slider .news-slide .news-slide-inside .news-slide-bottom .news-slide-text {
  height: 3.5em;
  line-height: 1.8;
  font-size: 0.9em;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.news-section .news-slider .news-slide .news-slide-btn {
  border-radius: 43px;
  -webkit-border-radius: 43px;
  -moz-border-radius: 43px;
  -ms-border-radius: 43px;
  -o-border-radius: 43px;
  color: #000;
  background: rgba(255, 255, 255, 0.83);
  padding: 0.4em;
  font-size: 0.8em;
  width: 6em;
  height: 2.5em;
  margin-bottom: 0.3em;
}
.news-section .news-slider .news-slide .news-slide-date {
  font-size: 0.8em;
}
.news-section .slider-navigation {
  padding-block: 0.5em;
}
@media (min-height: 699.5px) {
  .news-section .slider-navigation {
    padding-block: 1.5em;
  }
}
.news-section .slider-navigation .news-slider-pagination {
  direction: ltr;
  width: fit-content;
  margin-top: 6px;
}
.news-section .slider-navigation .swiper-pagination-bullet {
  background: var(--purple-clr-1);
  opacity: 1;
  margin-inline: 5px;
}
.news-section .slider-navigation .swiper-pagination-bullet-active {
  background: #000;
  transform: scale(1.8);
  -webkit-transform: scale(1.8);
  -moz-transform: scale(1.8);
  -ms-transform: scale(1.8);
  -o-transform: scale(1.8);
}
.news-section .slider-navigation .nav-icon {
  font-size: 2.2em;
}
@media (min-width: 767.5px) {
  .news-section .slider-navigation .nav-icon {
    font-size: 2em;
  }
}
.news-section .slider-navigation .nav-icon .path1:before {
  color: var(--purple-clr-1);
}
.news-section .slider-navigation .nav-icon .path2:before {
  color: #000;
}
.news-section .archive {
  position: relative;
  width: 4.5em;
  height: 3.2em;
  color: var(--navy-color);
  background: url(../images/pre-school/cloud-news-vector.svg) no-repeat center;
  background-size: cover;
  margin-bottom: -2em;
}
@media (min-width: 767.5px) {
  .news-section .archive {
    width: 6.4em;
    height: 4.5em;
  }
}
@media (min-width: 991.5px) {
  .news-section .archive {
    position: absolute;
    bottom: 2%;
    left: 0;
    margin-bottom: 0;
  }
}
.news-section .archive:hover:before {
  right: 0;
  bottom: 0;
  width: 100%;
  height: 102%;
}
.news-section .archive:before {
  content: "";
  position: absolute;
  right: -11%;
  bottom: -5%;
  width: 105%;
  height: 108%;
  background: url(../images/pre-school/cloud-shadow-vector.svg) no-repeat center;
  background-size: cover;
}

.approaches-section {
  background: #ffcbe1;
}
.approaches-section .bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(-60deg, #fbf5e7 50%, rgba(255, 203, 225, 0.7) 50%);
  background-size: 400% 100%;
  background-position: 0% 0%;
  opacity: 0.5;
  z-index: 0;
  animation: slidePosition 3s ease-in-out infinite alternate;
  -webkit-animation: slidePosition 3s ease-in-out infinite alternate;
}
.approaches-section .bg2 {
  background-image: linear-gradient(-60deg, #ffcbe1 50%, #fbf5e7 50%);
  animation-direction: alternate-reverse;
  animation-duration: 4s;
}
.approaches-section .bg3 {
  background-image: linear-gradient(-60deg, rgba(255, 203, 225, 0.6) 70%, #ffcbe1 30%);
  animation-duration: 5s;
}
.approaches-section .main-container {
  position: relative;
}
.approaches-section .main-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1%;
  width: 12%;
  aspect-ratio: 1;
  background: url(../images/pre-school/sun-vector-small.svg) no-repeat center;
  background-size: cover;
}
@media (min-width: 767.5px) {
  .approaches-section .main-container:before {
    width: 8%;
    left: 45%;
    aspect-ratio: 15/14;
  }
}
.approaches-section .main-container:after {
  content: "";
  position: absolute;
  bottom: -7%;
  left: 39%;
  width: 16%;
  aspect-ratio: 5/2.06;
  background: url(../images/pre-school/two-candy.svg) no-repeat center;
  background-size: cover;
  display: none;
}
@media (min-width: 767.5px) {
  .approaches-section .main-container:after {
    display: block;
  }
}
.approaches-section .approaches-container {
  position: relative;
  width: 100%;
  gap: 1em;
}
.approaches-section .approaches-container:before {
  content: "";
  position: absolute;
  right: 3%;
  bottom: 10%;
  width: 7%;
  aspect-ratio: 2/1;
  background: url(../images/pre-school/white-lines-vector.svg) no-repeat center;
  background-size: cover;
  display: none;
}
@media (min-width: 767.5px) {
  .approaches-section .approaches-container:before {
    display: block;
  }
}
.approaches-section .approaches-container:after {
  content: "";
  position: absolute;
  bottom: -5%;
  left: 17%;
  width: 16%;
  aspect-ratio: 1;
  background: url(../images/pre-school/smile-emoji-vector.svg) no-repeat center;
  background-size: cover;
  animation: smileRotate 3s infinite reverse;
  -webkit-animation: smileRotate 3s infinite reverse;
}
@media (min-width: 767.5px) {
  .approaches-section .approaches-container:after {
    left: unset;
    right: 12%;
  }
}
@media (min-width: 767.5px) {
  .approaches-section .approaches-container {
    gap: 0;
  }
}
.approaches-section .approaches-container .approaches-description {
  position: relative;
  width: 100%;
  gap: 0.7em;
}
@media (min-width: 767.5px) {
  .approaches-section .approaches-container .approaches-description {
    gap: 1.5em;
    width: 40%;
    margin-top: -13%;
  }
}
@media (min-width: 1199.5px) {
  .approaches-section .approaches-container .approaches-description {
    width: 45%;
  }
}
.approaches-section .approaches-container .approaches-description:after {
  content: "";
  position: absolute;
  bottom: -27%;
  left: 11%;
  width: 18%;
  aspect-ratio: 5/3.2;
  background: url(../images/pre-school/one-candy.svg) no-repeat center;
  background-size: cover;
}
@media (min-width: 767.5px) {
  .approaches-section .approaches-container .approaches-description:after {
    display: none;
  }
}
.approaches-section .approaches-container .approaches-description .tag-container {
  width: 10.5em;
  aspect-ratio: 11/6;
  border-radius: 38% 39% 36% 32%/50% 48% 50% 46%;
  -webkit-border-radius: 38% 39% 36% 32%/50% 48% 50% 46%;
  -moz-border-radius: 38% 39% 36% 32%/50% 48% 50% 46%;
  -ms-border-radius: 38% 39% 36% 32%/50% 48% 50% 46%;
  -o-border-radius: 38% 39% 36% 32%/50% 48% 50% 46%;
  background: #dcccea;
  border: 5px solid #99d0ea;
}
.approaches-section .approaches-container .approaches-description .tag-container .tag-inside {
  width: 100%;
  padding: 0.2em;
  border-radius: 38% 39% 36% 32%/50% 48% 50% 46%;
  -webkit-border-radius: 38% 39% 36% 32%/50% 48% 50% 46%;
  -moz-border-radius: 38% 39% 36% 32%/50% 48% 50% 46%;
  -ms-border-radius: 38% 39% 36% 32%/50% 48% 50% 46%;
  -o-border-radius: 38% 39% 36% 32%/50% 48% 50% 46%;
  aspect-ratio: 11/5.2;
  background: rgb(255, 213, 134);
}
.approaches-section .approaches-container .approaches-description .tag-container .tag-inside .tag-inside-text {
  text-align: center;
  width: 100%;
  font-weight: 400;
}
.approaches-section .approaches-container .approaches-description .approaches-text {
  -webkit-line-clamp: 3;
  line-clamp: 3;
  font-size: var(--font-text-1);
  line-height: 1.8;
  text-align: justify;
}
@media (min-width: 767.5px) {
  .approaches-section .approaches-container .approaches-description .approaches-text {
    width: 80%;
    -webkit-line-clamp: 5;
    line-clamp: 5;
  }
}
@media (min-width: 1099.5px) {
  .approaches-section .approaches-container .approaches-description .approaches-text {
    width: 70%;
  }
}
.approaches-section .approaches-container .approaches-items {
  position: relative;
  width: 100%;
  margin-bottom: -3em;
}
@media (min-width: 575.5px) {
  .approaches-section .approaches-container .approaches-items {
    width: 75%;
  }
}
@media (min-width: 767.5px) {
  .approaches-section .approaches-container .approaches-items {
    margin-bottom: 0;
    width: 55%;
  }
}
@media (min-width: 991.5px) {
  .approaches-section .approaches-container .approaches-items {
    margin-right: -3%;
  }
}
@media (min-width: 1199.5px) {
  .approaches-section .approaches-container .approaches-items {
    width: 47%;
  }
}
@media (min-width: 1499.5px) {
  .approaches-section .approaches-container .approaches-items {
    width: 40%;
  }
}
.approaches-section .approaches-container .approaches-items:before, .approaches-section .approaches-container .approaches-items:after {
  content: "";
  position: absolute;
  width: 6%;
  aspect-ratio: 2/3;
  background: url(../images/pre-school/triangle-shapes.svg) no-repeat center;
  background-size: cover;
  display: none;
}
@media (min-width: 767.5px) {
  .approaches-section .approaches-container .approaches-items:before, .approaches-section .approaches-container .approaches-items:after {
    display: block;
  }
}
.approaches-section .approaches-container .approaches-items:before {
  top: 21%;
  left: -9%;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.approaches-section .approaches-container .approaches-items:after {
  bottom: 17%;
  right: 5%;
}
.approaches-section .approaches-container .approaches-items .approach-item {
  position: relative;
  width: 50%;
  aspect-ratio: 1;
}
@media (min-width: 767.5px) {
  .approaches-section .approaches-container .approaches-items .approach-item {
    width: 45%;
  }
}
@media (min-width: 1099.5px) {
  .approaches-section .approaches-container .approaches-items .approach-item {
    width: 42%;
  }
}
.approaches-section .approaches-container .approaches-items .approach-item:before {
  content: "";
  position: absolute;
  z-index: 10;
}
.approaches-section .approaches-container .approaches-items .approach-item:hover .approach-item-vector {
  animation: rotation-one 4s infinite forwards;
  -webkit-animation: rotation-one 4s infinite forwards;
}
.approaches-section .approaches-container .approaches-items .approach-item .approach-item-inside {
  position: relative;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #000;
  background-color: #f5dff1;
  width: 100%;
  height: 100%;
  gap: 0.6em;
  padding: 0.2em;
  z-index: 1;
}
.approaches-section .approaches-container .approaches-items .approach-item.approach-item-one {
  transform: rotate(-13deg);
  -webkit-transform: rotate(-13deg);
  -moz-transform: rotate(-13deg);
  -ms-transform: rotate(-13deg);
  -o-transform: rotate(-13deg);
}
@media (min-width: 767.5px) {
  .approaches-section .approaches-container .approaches-items .approach-item.approach-item-one {
    transform: rotate(12deg);
    -webkit-transform: rotate(12deg);
    -moz-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    -o-transform: rotate(12deg);
  }
}
.approaches-section .approaches-container .approaches-items .approach-item.approach-item-one:before {
  transform: rotate(-17deg);
  -webkit-transform: rotate(-17deg);
  -moz-transform: rotate(-17deg);
  -ms-transform: rotate(-17deg);
  -o-transform: rotate(-17deg);
  background: url(../images/pre-school/label-orange.svg) no-repeat center;
  background-size: cover;
  top: -6%;
  left: 12%;
  width: 54%;
  height: 22%;
}
.approaches-section .approaches-container .approaches-items .approach-item.approach-item-one:after {
  content: "";
  position: absolute;
  right: -8%;
  bottom: 14%;
  width: 20%;
  aspect-ratio: 1;
  background: url(../images/pre-school/purple-line-vector.svg) no-repeat center;
  background-size: cover;
  display: none;
  z-index: 10;
  transform: rotate(-13deg);
  -webkit-transform: rotate(-13deg);
  -moz-transform: rotate(-13deg);
  -ms-transform: rotate(-13deg);
  -o-transform: rotate(-13deg);
}
@media (min-width: 767.5px) {
  .approaches-section .approaches-container .approaches-items .approach-item.approach-item-one:after {
    display: block;
  }
}
.approaches-section .approaches-container .approaches-items .approach-item.approach-item-one .approach-item-title {
  color: #93ae69;
}
.approaches-section .approaches-container .approaches-items .approach-item.approach-item-one .approach-item-vector {
  bottom: -15%;
  left: 43%;
}
@media (min-width: 767.5px) {
  .approaches-section .approaches-container .approaches-items .approach-item.approach-item-one .approach-item-vector {
    bottom: 18%;
    left: -29%;
  }
}
.approaches-section .approaches-container .approaches-items .approach-item.approach-item-two {
  margin-top: -3.6em;
  transform: rotate(13deg);
  -webkit-transform: rotate(13deg);
  -moz-transform: rotate(13deg);
  -ms-transform: rotate(13deg);
  -o-transform: rotate(13deg);
}
@media (min-width: 767.5px) {
  .approaches-section .approaches-container .approaches-items .approach-item.approach-item-two {
    margin-top: 0;
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
  }
}
.approaches-section .approaches-container .approaches-items .approach-item.approach-item-two:before {
  transform: rotate(63deg);
  -webkit-transform: rotate(63deg);
  -moz-transform: rotate(63deg);
  -ms-transform: rotate(63deg);
  -o-transform: rotate(63deg);
  background: url(../images/pre-school/lebel-beige.svg) no-repeat center;
  background-size: cover;
  top: -25%;
  left: 24%;
  width: 27%;
  height: 57%;
}
.approaches-section .approaches-container .approaches-items .approach-item.approach-item-two .approach-item-title {
  color: #ff6caa;
}
.approaches-section .approaches-container .approaches-items .approach-item.approach-item-two .approach-item-vector {
  top: 35%;
  left: -20%;
}
@media (min-width: 767.5px) {
  .approaches-section .approaches-container .approaches-items .approach-item.approach-item-two .approach-item-vector {
    top: 7%;
    right: -26%;
    left: unset;
  }
}
.approaches-section .approaches-container .approaches-items .approach-item.approach-item-three {
  margin-top: -3em;
  transform: rotate(-8deg);
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
}
.approaches-section .approaches-container .approaches-items .approach-item.approach-item-three:before {
  transform: rotate(24deg);
  -webkit-transform: rotate(24deg);
  -moz-transform: rotate(24deg);
  -ms-transform: rotate(24deg);
  -o-transform: rotate(24deg);
  background: url(../images/pre-school/label-green.svg) no-repeat center;
  background-size: cover;
  top: -9%;
  left: -1%;
  width: 39%;
  height: 51%;
}
.approaches-section .approaches-container .approaches-items .approach-item.approach-item-three .approach-item-title {
  color: #dfa63f;
}
.approaches-section .approaches-container .approaches-items .approach-item.approach-item-three .approach-item-vector {
  bottom: 6%;
  left: -15%;
}
.approaches-section .approaches-container .approaches-items .approach-item .approach-item-title {
  width: 95%;
  text-align: center;
  line-height: 1.8;
  font-size: 1em;
}
@media (min-width: 575.5px) {
  .approaches-section .approaches-container .approaches-items .approach-item .approach-item-title {
    font-size: 1.1em;
  }
}
@media (min-width: 991.5px) {
  .approaches-section .approaches-container .approaches-items .approach-item .approach-item-title {
    font-size: 1.3em;
  }
}
@media (min-width: 1299.5px) {
  .approaches-section .approaches-container .approaches-items .approach-item .approach-item-title {
    font-size: 1.6em;
  }
}
@media (min-width: 1599.5px) {
  .approaches-section .approaches-container .approaches-items .approach-item .approach-item-title {
    font-size: 1.9em;
  }
}
.approaches-section .approaches-container .approaches-items .approach-item .approach-item-subtitle {
  width: 95%;
  text-align: center;
  font-size: 0.8em;
  font-weight: 400;
}
@media (min-width: 1599.5px) {
  .approaches-section .approaches-container .approaches-items .approach-item .approach-item-subtitle {
    font-size: 1em;
  }
}
.approaches-section .approaches-container .approaches-items .approach-item .approach-item-vector {
  position: absolute;
  width: 40%;
  z-index: 0;
}
@media (min-width: 767.5px) {
  .approaches-section .approaches-container .approaches-items .approach-item .approach-item-vector {
    width: 48%;
  }
}

.facilities-section {
  padding-bottom: 0;
  background-color: #dcccea;
}
.facilities-section .section-title {
  color: #433322;
}
.facilities-section .facilities-container {
  position: relative;
}
@media (min-width: 767.5px) {
  .facilities-section .facilities-container {
    margin-top: -4em;
  }
}
.facilities-section .facilities-container:before {
  content: "";
  position: absolute;
  top: -20%;
  left: 20%;
  width: 5%;
  aspect-ratio: 1;
  background: url(../images/pre-school/star-vector-yellow.svg) no-repeat center;
  background-size: cover;
  display: none;
}
@media (min-width: 767.5px) {
  .facilities-section .facilities-container:before {
    display: block;
  }
}
.facilities-section .facilities-container:after {
  content: "";
  position: absolute;
  right: 5%;
  bottom: -20%;
  width: 13%;
  aspect-ratio: 11/7.3;
  background: url(../images/pre-school/cloud-vector-lg.svg) no-repeat center;
  background-size: cover;
  display: none;
}
@media (min-width: 767.5px) {
  .facilities-section .facilities-container:after {
    display: block;
  }
}
@media (min-width: 991.5px) {
  .facilities-section .facilities-container:after {
    right: 5%;
    bottom: -40%;
    width: 10%;
  }
}
.facilities-section .facilities-items {
  position: relative;
  margin-top: 2.5em;
  gap: 1em;
}
@media (min-width: 767.5px) {
  .facilities-section .facilities-items {
    gap: 1.5em;
  }
}
@media (min-height: 799.5px) {
  .facilities-section .facilities-items {
    margin-top: 5em;
  }
}
.facilities-section .facilities-items:before, .facilities-section .facilities-items:after {
  content: "";
  position: absolute;
  aspect-ratio: 11/7;
  background: url(../images/pre-school/cloud-vector-sm.svg) no-repeat center;
  background-size: cover;
  display: none;
}
@media (min-width: 767.5px) {
  .facilities-section .facilities-items:before, .facilities-section .facilities-items:after {
    display: block;
  }
}
.facilities-section .facilities-items:before {
  bottom: -25%;
  left: 20%;
  width: 9%;
}
@media (min-width: 991.5px) {
  .facilities-section .facilities-items:before {
    bottom: -77%;
  }
}
.facilities-section .facilities-items:after {
  bottom: -10%;
  left: 5%;
  width: 6%;
}
@media (min-width: 991.5px) {
  .facilities-section .facilities-items:after {
    bottom: -25%;
  }
}
.facilities-section .title-box {
  gap: 1em;
}
.facilities-section .facilities-item {
  width: 46%;
  aspect-ratio: 1;
  padding: 0.7em;
  cursor: pointer;
}
.facilities-section .facilities-item:hover {
  opacity: 0.7;
  backdrop-filter: blur(10px);
}
@media (min-width: 499.5px) {
  .facilities-section .facilities-item {
    width: 36%;
  }
}
@media (min-width: 575.5px) {
  .facilities-section .facilities-item {
    width: 32%;
  }
}
@media (min-width: 991.5px) {
  .facilities-section .facilities-item {
    width: 20%;
  }
}
@media (min-width: 1399.5px) {
  .facilities-section .facilities-item {
    width: 15%;
    padding: 1em;
  }
}
.facilities-section .facilities-item:nth-child(odd) {
  transform: translateY(1.5em);
  -webkit-transform: translateY(1.5em);
  -moz-transform: translateY(1.5em);
  -ms-transform: translateY(1.5em);
  -o-transform: translateY(1.5em);
}
@media (min-width: 649.5px) {
  .facilities-section .facilities-item:nth-child(odd) {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
.facilities-section .facilities-item:nth-child(even) {
  transform: translateY(-1.5em);
  -webkit-transform: translateY(-1.5em);
  -moz-transform: translateY(-1.5em);
  -ms-transform: translateY(-1.5em);
  -o-transform: translateY(-1.5em);
}
@media (min-width: 649.5px) {
  .facilities-section .facilities-item:nth-child(even) {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
.facilities-section .facilities-item:first-child {
  background-color: #ffcbe1;
  border: 7px solid #ff8fbf;
  animation: radius-1 4s infinite alternate;
  -webkit-animation: radius-1 4s infinite alternate;
}
.facilities-section .facilities-item:first-child .facilities-item-title {
  color: #743550;
}
.facilities-section .facilities-item:nth-child(2) {
  background-color: #bbd8ec;
  border: 7px solid #81cbff;
  animation: radius-2 4s infinite alternate;
  -webkit-animation: radius-2 4s infinite alternate;
}
.facilities-section .facilities-item:nth-child(2) .facilities-item-title {
  color: #263f5c;
}
.facilities-section .facilities-item:nth-child(3) {
  background-color: #fae1a7;
  border: 7px solid #ffc02d;
  animation: radius-3 4s infinite alternate;
  -webkit-animation: radius-3 4s infinite alternate;
}
.facilities-section .facilities-item:nth-child(3) .facilities-item-title {
  color: #675324;
}
.facilities-section .facilities-item:nth-child(4) {
  background-color: var(--green-clr-1);
  border: 7px solid #a3ce5e;
  animation: radius-4 4s infinite alternate;
  -webkit-animation: radius-4 4s infinite alternate;
}
.facilities-section .facilities-item:nth-child(4) .facilities-item-title {
  color: #526c28;
}
.facilities-section .facilities-item .facilities-item-title {
  text-align: center;
  font-size: 0.85em;
  width: 100%;
}
.facilities-section .facilities-item .facilities-item-inside {
  gap: 1.5em;
  width: 100%;
}
.facilities-section .facilities-item .facilities-item-inside .icon-arrow {
  font-size: 0.8em;
}
.facilities-section .facilities-item .facilities-item-img {
  width: 40%;
}
.facilities-section .facilities-item .facilities-item-img.telescope-vector {
  width: 35%;
}
.facilities-section .rainbow-next-btn {
  bottom: 0;
  width: 6em;
  cursor: pointer;
}
@media (min-width: 575.5px) {
  .facilities-section .rainbow-next-btn {
    width: 9em;
  }
}
@media (min-width: 767.5px) {
  .facilities-section .rainbow-next-btn {
    width: 12em;
    bottom: 1em;
  }
}
@media (min-width: 991.5px) {
  .facilities-section .rainbow-next-btn {
    width: 25vmin;
  }
}

.signIn-section {
  background: linear-gradient(to left, #fcc995, #fcc995, #f9f4ef, #fddebf, #fcc995, #fcc995);
  background-size: 1000% 1000%;
  -webkit-animation: ani 20s ease infinite;
  -moz-animation: ani 20s ease infinite;
  animation: ani 20s ease infinite;
}
.signIn-section .signIn-content {
  gap: 1.5em;
}
@media (min-width: 767.5px) {
  .signIn-section .signIn-content {
    gap: 4.5em;
  }
}
.signIn-section .ball-container {
  position: absolute;
  bottom: 5%;
  height: 180px;
  width: 82px;
  animation-name: moveit;
  animation-duration: 8s;
  animation-direction: alternate;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.signIn-section .ball-container .ball-vector {
  position: absolute;
  height: 4em;
  width: 4em;
  border-radius: 40px;
  background: radial-gradient(at 20px 20px, rgb(191, 142, 250) 0%, rgb(58, 16, 105) 100%);
  box-shadow: inset -10px -10px 10px rgba(0, 0, 0, 0.6);
  animation-name: bounce;
  animation-duration: 0.5s;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  animation-iteration-count: infinite;
}
@media (min-width: 1199.5px) {
  .signIn-section .ball-container .ball-vector {
    width: 5em;
    height: 5em;
  }
}
.signIn-section .ball-container .ball-shadow {
  margin-top: 120px;
  margin-left: -8px;
  height: 5em;
  width: 5em;
  background-color: rgba(0, 0, 0, 0.6);
  filter: blur(8px);
  border-radius: 50px;
  animation-name: scaleit;
  animation-duration: 0.5s;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  animation-iteration-count: infinite;
}
@media (min-width: 1199.5px) {
  .signIn-section .ball-container .ball-shadow {
    width: 6em;
    height: 6em;
  }
}
.signIn-section .title-box {
  margin-top: 0.5em;
  margin-bottom: 1em;
  gap: 1em;
}
@media (min-width: 767.5px) {
  .signIn-section .title-box {
    margin-top: 0;
  }
}
.signIn-section .title-box .section-title,
.signIn-section .title-box .section-subtitle {
  color: #433322;
}
.signIn-section .signIn-image-container {
  width: 90%;
  position: relative;
}
@media (min-width: 767.5px) {
  .signIn-section .signIn-image-container {
    width: 48%;
  }
}
@media (min-width: 991.5px) {
  .signIn-section .signIn-image-container {
    width: 37%;
  }
}
.signIn-section .signIn-image-container .signIn-image {
  width: 100%;
  pointer-events: none;
}
.signIn-section .signIn-link-container {
  width: 100%;
  position: relative;
  z-index: 100;
}
@media (min-width: 767.5px) {
  .signIn-section .signIn-link-container {
    width: 32%;
    gap: 2em;
    margin-top: -4em;
  }
}
@media (min-width: 991.5px) {
  .signIn-section .signIn-link-container {
    gap: 3em;
  }
}
.signIn-section .signIn-link-container .signIn-btn-container {
  position: relative;
  width: 90%;
}
.signIn-section .signIn-link-container .signIn-btn-container:hover .signIn-btn {
  transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
}
.signIn-section .signIn-link-container .signIn-btn-container:hover:before, .signIn-section .signIn-link-container .signIn-btn-container:hover:after {
  animation: rotation-one 4s infinite forwards;
  -webkit-animation: rotation-one 4s infinite forwards;
}
.signIn-section .signIn-link-container .signIn-btn-container:before, .signIn-section .signIn-link-container .signIn-btn-container:after {
  content: "";
  position: absolute;
  aspect-ratio: 1;
  background: url(../images/pre-school/signin-btn-blue-vector.svg) no-repeat center;
  background-size: cover;
  z-index: -1;
}
.signIn-section .signIn-link-container .signIn-btn-container:before {
  bottom: -1.8em;
  right: -3%;
  width: 29%;
}
@media (min-width: 767.5px) {
  .signIn-section .signIn-link-container .signIn-btn-container:before {
    bottom: -1em;
    right: -10%;
  }
}
.signIn-section .signIn-link-container .signIn-btn-container:after {
  top: -44%;
  left: -6%;
  width: 25%;
}
.signIn-section .signIn-link-container .signIn-btn {
  position: relative;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  width: 100%;
  height: 3em;
  border: 1px solid #354959;
  color: #354959;
  background: var(--green-clr-1);
  font-weight: 500;
  text-align: center;
}
@media (min-width: 1199.5px) {
  .signIn-section .signIn-link-container .signIn-btn {
    font-size: 1.1em;
  }
}

.gallery-section {
  background-color: #bbd8ec;
  position: relative;
}
.gallery-section::after {
  content: "";
  position: absolute;
  bottom: 8%;
  right: 9%;
  width: 4%;
  aspect-ratio: 1;
  background: url(../images/pre-school/star-vector-yellow.svg) no-repeat center;
  background-size: cover;
  display: none;
}
@media (min-width: 575.5px) {
  .gallery-section::after {
    display: block;
  }
}
.gallery-section .gallery-content {
  position: relative;
  width: 100%;
}
.gallery-section .gallery-content:before {
  content: "";
  position: absolute;
  top: -3em;
  left: 5%;
  width: 4em;
  height: 7em;
  background: url(../images/pre-school/three-shapes-vector.svg) no-repeat center;
  background-size: cover;
  display: none;
}
@media (min-width: 659.5px) {
  .gallery-section .gallery-content:before {
    display: block;
  }
}
@media (min-width: 1399.5px) {
  .gallery-section .gallery-content:before {
    width: 6em;
    height: 10em;
  }
}
.gallery-section .section-title {
  color: #433322;
}
.gallery-section .nav-tabs {
  margin-block: 1.5em;
}
.gallery-section .gallery-tab-pane {
  opacity: 0;
  transform: translate(0, 5em);
  -webkit-transform: translate(0, 5em);
  -moz-transform: translate(0, 5em);
  -ms-transform: translate(0, 5em);
  -o-transform: translate(0, 5em);
}
.gallery-section .gallery-tab-pane.active.animating {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  z-index: 1;
  pointer-events: auto;
}
.gallery-section .gallery-tab-item {
  width: 36%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 3px solid #494949;
  background: transparent;
  color: #494949;
  backdrop-filter: blur(2.5px);
}
@media (min-width: 575.5px) {
  .gallery-section .gallery-tab-item {
    width: 6em;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    -o-border-radius: 11px;
  }
}
.gallery-section .gallery-tab-item.active {
  border: 1px solid #494949;
  background: #eecae7;
  box-shadow: 16px 25px 8px 0 rgba(0, 0, 0, 0), 10px 16px 8px 0 rgba(0, 0, 0, 0.03), 6px 9px 6px 0 rgba(0, 0, 0, 0.1), 3px 4px 5px 0 rgba(0, 0, 0, 0.17), 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(2.5px);
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
}
.gallery-section .gallery-tab-item .gallery-tab-link {
  padding: 0.3em 0.5em;
  width: 100%;
  height: 100%;
}
@media (min-width: 575.5px) {
  .gallery-section .gallery-tab-item .gallery-tab-link {
    padding: 0.5em 1.3em;
  }
}
.gallery-section .gallery-slider {
  width: 100%;
  padding-top: 1.2em;
  overflow: hidden;
}
@media (min-height: 767.5px) {
  .gallery-section .gallery-slider {
    padding-top: 2.2em;
  }
}
@media (min-width: 575.5px) {
  .gallery-section .gallery-slider {
    padding-block: 3em;
  }
}
.gallery-section .gallery-slider .swiper-slide:nth-child(3n+1) .gallery-slide, .gallery-section .gallery-slider .swiper-slide:nth-child(3n-1) .gallery-slide, .gallery-section .gallery-slider .swiper-slide:nth-child(3n) .gallery-slide {
  background: #faec9b;
}
@media (min-width: 659.5px) {
  .gallery-section .gallery-slider .swiper-slide:nth-child(3n+1) .gallery-slide, .gallery-section .gallery-slider .swiper-slide:nth-child(3n-1) .gallery-slide, .gallery-section .gallery-slider .swiper-slide:nth-child(3n) .gallery-slide {
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
  }
}
.gallery-section .gallery-slider .swiper-slide:nth-child(2n) .gallery-slide {
  background: #f1c799;
}
@media (min-width: 659.5px) {
  .gallery-section .gallery-slider .swiper-slide:nth-child(2n) .gallery-slide {
    transform: rotate(-13deg);
    -webkit-transform: rotate(-13deg);
    -moz-transform: rotate(-13deg);
    -ms-transform: rotate(-13deg);
    -o-transform: rotate(-13deg);
  }
}
.gallery-section .gallery-slider .gallery-slide {
  width: 85%;
  margin-inline: auto;
  aspect-ratio: 1;
  padding: 0.7em 0.6em;
  border: 2px solid #000;
  border-radius: 7% 7% 11% 8%/5% 6% 6% 7%;
  -webkit-border-radius: 7% 7% 11% 8%/5% 6% 6% 7%;
  -moz-border-radius: 7% 7% 11% 8%/5% 6% 6% 7%;
  -ms-border-radius: 7% 7% 11% 8%/5% 6% 6% 7%;
  -o-border-radius: 7% 7% 11% 8%/5% 6% 6% 7%;
}
.gallery-section .gallery-slider .gallery-slide .gallery-slide-img-container {
  border: 2px solid #000;
  border-radius: 1% 4% 1% 2%/2% 1% 2% 3%;
  -webkit-border-radius: 1% 4% 1% 2%/2% 1% 2% 3%;
  -moz-border-radius: 1% 4% 1% 2%/2% 1% 2% 3%;
  -ms-border-radius: 1% 4% 1% 2%/2% 1% 2% 3%;
  -o-border-radius: 1% 4% 1% 2%/2% 1% 2% 3%;
  transform: rotate(-1deg);
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
  overflow: hidden;
  width: 100%;
  height: 100%;
}
a.archive{
    text-align: center;
    justify-items: center;
}
.gallery-section .gallery-slider .gallery-slide .gallery-slide-img-container .gallery-slide-img {
  width: 100%;
  height: 100%;
}
.gallery-section .slider-pagination {
  direction: ltr;
  width: fit-content;
  margin-top: 6px;
  overflow: hidden;
}
.gallery-section .slider-pagination .swiper-pagination-bullet {
  background: #faec9b;
  opacity: 1;
  margin-inline: 8px;
  aspect-ratio: 1;
}
@media (min-width: 767.5px) {
  .gallery-section .slider-pagination .swiper-pagination-bullet {
    margin-inline: 1em;
  }
}
.gallery-section .slider-pagination .swiper-pagination-bullet-active {
  background: #eecae7;
  border: 1px solid #000;
  transform: scale(2.4);
  -webkit-transform: scale(2.4);
  -moz-transform: scale(2.4);
  -ms-transform: scale(2.4);
  -o-transform: scale(2.4);
}
.gallery-section .slider-navigation {
  width: 100%;
}
@media (min-height: 649.5px) {
  .gallery-section .slider-navigation {
    margin-block: 1em;
  }
}
@media (min-width: 991.5px) {
  .gallery-section .slider-navigation {
    width: 70%;
    margin-inline: auto;
  }
}
.gallery-section .nav-icon {
  font-size: 2.2em;
}
@media (min-width: 767.5px) {
  .gallery-section .nav-icon {
    font-size: 2.8em;
  }
}
.gallery-section .nav-icon .path1:before {
  color: #faec9b;
}
.gallery-section .nav-icon .path2:before {
  color: #000;
}
.gallery-section .archive {
  bottom: -4em;
  background: url(../images/pre-school/archive-rectangle.svg) no-repeat center;
  background-size: cover;
  color: var(--navy-color);
  width: 5em;
  height: 3em;
  font-weight: 500;
}
@media (min-height: 649.5px) {
  .gallery-section .archive {
    bottom: -5em;
  }
}
@media (min-width: 767.5px) {
  .gallery-section .archive {
    width: 6em;
    height: 3.6em;
  }
}
.gallery-section .archive:hover::before {
  left: 0;
}
.gallery-section .archive:before {
  content: "";
  position: absolute;
  left: -11%;
  bottom: -2%;
  width: 100%;
  height: 100%;
  background: url(../images/pre-school/archive-rectangle-frame.svg) no-repeat center;
  background-size: cover;
}
@media (min-width: 991.5px) {
  .gallery-section .archive {
    bottom: 0;
    left: 0;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}

.footer-swiper-slide .footer-slide {
  background: var(--green-clr-1);
}
.footer-swiper-slide .footer-slide .footer-content {
  position: relative;
  z-index: 10;
}
.footer-swiper-slide .footer-slide .footer-content .footer-container .footer-columns-content {
  gap: 0.5em;
  width: 100% !important;
}
@media (min-width: 575.5px) {
  .footer-swiper-slide .footer-slide .footer-content .footer-container .footer-columns-content {
    gap: 1.5em;
  }
}
@media (min-width: 991.5px) {
  .footer-swiper-slide .footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content {
    width: 20% !important;
    margin-top: 1em;
  }
}
@media (min-width: 1399.5px) {
  .footer-swiper-slide .footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content {
    margin-top: 2.3em;
  }
}
.footer-swiper-slide .footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content.flower-column {
  width: 30% !important;
}
.footer-swiper-slide .footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content.flower-column .flower-vector {
  margin-top: -1em;
  width: 52%;
}
@media (min-width: 1399.5px) {
  .footer-swiper-slide .footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content.flower-column .flower-vector {
    margin-top: -3em;
  }
}
.footer-swiper-slide .footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content.social-column {
  display: none;
}
@media (min-height: 699.5px) {
  .footer-swiper-slide .footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content.social-column {
    display: flex;
  }
}
.footer-swiper-slide .footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content.social-column .footer-social-media .social-media-links {
  gap: 1em;
}
.footer-swiper-slide .footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content.social-column .footer-social-media .media-link-box {
  width: 34%;
}
.footer-swiper-slide .footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content.mask-photo-column {
  width: 45% !important;
  margin-top: -1em;
}
.footer-swiper-slide .footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content .footer-column-title {
  color: var(--brown-clr);
}
.footer-swiper-slide .footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content .footer-column-title:after {
  width: 100%;
  height: 5px;
  background: url(../images/pre-school/footer-title-underline.png) no-repeat center;
  background-size: cover;
}
.footer-swiper-slide .footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content .footer-column-ul .footer-li .footer-link {
  color: var(--brown-clr);
}
.footer-swiper-slide .footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content .footer-column-ul .footer-li .footer-icon:before {
  color: #2a8b54;
}
.footer-swiper-slide .created-by {
  background: #bbd8ec;
}
@media (min-height: 799.5px) and (min-width: 991.5px) {
  .footer-swiper-slide .created-by {
    display: flex !important;
  }
}

.social-media-btns {
  display: none !important;
}

.footer-mask-container {
  width: 100%;
}
@media (min-width: 991.5px) {
  .footer-mask-container {
    align-self: flex-start;
  }
}
.footer-mask-container:before {
  content: "";
  position: absolute;
  top: 6%;
  right: 5.4%;
  aspect-ratio: 12/13;
  width: 14%;
  background: url(../images/pre-school/close-btn-vector.svg) no-repeat center;
  background-size: cover;
  z-index: 10;
}
.footer-mask-container .footer-mask-outer, .footer-mask-container .footer-mask-outer .footer-mask-inner {
  position: relative;
  aspect-ratio: 7/5;
  width: 85%;
  margin-inline: auto;
}
.footer-mask-container .footer-mask-outer .footer-mask-inner {
  width: 100%;
}
.footer-mask-container .footer-mask-outer .footer-mask-inner .logo-mask-1 {
  width: 100%;
  aspect-ratio: 7/5;
  -webkit-mask-image: url(../images/pre-school/footr-photo-mask.png);
  mask-image: url(../images/pre-school/footr-photo-mask.png);
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #a1d8ff;
}
.footer-mask-container .footer-mask-outer .footer-mask-inner .logo-mask-1 .logo-mask-2 {
  width: 95%;
  aspect-ratio: 7/5;
  -webkit-mask-image: url(../images/pre-school/footr-photo-mask.png);
  mask-image: url(../images/pre-school/footr-photo-mask.png);
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.footer-mask-container .footer-mask-outer .footer-mask-inner .logo-mask-1 .logo-mask-2:before {
  content: "";
  top: 46%;
  aspect-ratio: 7/4.4;
  width: 99%;
  background: url(../images/pre-school/footer-photo-border.png) no-repeat center;
  background-size: cover;
  z-index: 10;
}
.footer-mask-container .footer-mask-outer .footer-mask-inner .footer-mask-contactUs {
  position: absolute;
  width: 41%;
  aspect-ratio: 15/8;
  bottom: -3%;
  left: 5%;
}
.footer-mask-container .footer-mask-outer .footer-mask-inner .footer-mask-contactUs .title-box {
  display: none !important;
}
.footer-mask-container .footer-mask-outer .footer-mask-inner .footer-mask-contactUs .phone-call-btn {
  display: none !important;
}
.footer-mask-container .footer-mask-outer .footer-mask-inner .footer-mask-contactUs .phone-call-btn.phone-call-number {
  box-shadow: none;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: unset;
  aspect-ratio: 15/8;
  background: url(../images/pre-school/footer-phone-background.svg) no-repeat center;
  background-size: cover;
  color: #fff;
  font-size: 0.9em;
}
@media (min-width: 575.5px) {
  .footer-mask-container .footer-mask-outer .footer-mask-inner .footer-mask-contactUs .phone-call-btn.phone-call-number {
    font-size: 1.4em;
  }
}
@media (min-width: 1399.5px) {
  .footer-mask-container .footer-mask-outer .footer-mask-inner .footer-mask-contactUs .phone-call-btn.phone-call-number {
    font-size: 1.7em;
  }
}

.final-section {
  background: #bbd8ec;
}

.created-by .footer-bottom-ul {
  color: #575757;
}
.created-by .footer-bottom-ul .footer-bottom-text:first-child:before {
  background-color: #575757;
}
.created-by .footer-bottom-btn-container .footer-bottom-btn {
  background: #fff;
  color: var(--green-clr-2);
  border: 1px solid rgba(87, 87, 87, 0.47);
}
.created-by .footer-bottom-btn-container .footer-bottom-btn:hover {
  box-shadow: inset 0 0 8px 3px #bbd8ec;
}

.abrisham-logo .law-message {
  color: #575757;
}
.abrisham-logo .law-message .logo-name-part-1 {
  color: #6396fd;
}
.abrisham-logo .law-message .logo-name-part-2 {
  color: #fdb12a;
}
