* {
  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%;
  }
}
.news-section .news-slider-container .news-slide .news-slide-inside .news-description, .toggle-menu-parent {
  opacity: 0;
  visibility: hidden;
}

.news-section .news-slider-container .news-slide:hover .news-slide-inside .news-description, .toggle-menu-parent.show-menu {
  opacity: 1;
  visibility: visible;
}

.news-section .news-vector, .culture-area-section .culture-content:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.about-us-section .about-photo-container .about-photo-mask:before, .library-section .library-photo .library-photo-mask, .pre-signIn-section .pre-signIn-photo-container .pre-signIn-mask:before, .gallery-section .gallery-slider .gallery-slide, .gallery-section .gallery-slider .gallery-slide .gallery-slide-photo-mask, .gallery-section .gallery-slider .gallery-slide .gallery-slide-photo-mask:before, .footer-mask-container .footer-mask-outer: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%);
}

.slider-navigation .nav-btn, .news-section .news-slider-container .swiper-slide, .news-section .news-slider-container .news-slide, .news-section .news-slider-container .news-slide .news-slide-inside, .news-section .news-slider-container .news-slide .news-slide-inside .news-description, .news-section .news-slider-container .news-slide .news-slide-inside .news-slide-btn, .news-section .news-slider-container .news-slide .news-slide-inside .news-slide-btn .icon-chevron-down, .news-section .news-slider-container .news-archive, .news-section .news-slider-container .news-archive .icon-small-arrow-left, .edu-class-section .sliders-container .edu-class-thumb-slider .slide-inside, .edu-class-section .sliders-container .main-slider-container .edu-class-main-slider .main-slide-inside .main-slide-btn, .about-us-section .about-us-description .about-us-btn, .culture-area-section .culture-slider .culture-slide, .culture-area-section .culture-slider .culture-slide .culture-slide-btn, .culture-area-section .culture-slider .culture-slide .culture-slide-btn .icon-small-arrow-left, .culture-area-section .culture-archive, .culture-area-section .culture-archive .icon-small-arrow-left, .library-section .library-form form .selected-option, .library-section .library-form form .options-list .option-list-li, .library-section .library-form form .library-submit-btn, .pre-signIn-section .pre-signIn-description .pre-signIn-form-btn, .gallery-section .gallery-tab-pane, .gallery-section .gallery-tab-item, .gallery-section .gallery-slider .gallery-slide, .gallery-section .gallery-slider .gallery-slide .gallery-slide-photo-mask:before, .gallery-section .archive, .footer-mask-container .footer-mask-outer .footer-mask-inner .phone-call-btn, .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;
}

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

.news-section .news-slider-container .news-slide .news-slide-inside .news-description, .edu-class-section .sliders-container .edu-class-thumb-slider .slide-inside .slide-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-container .news-slide .news-slide-inside .news-title, .edu-class-section .sliders-container .main-slider-container .edu-class-main-slider .main-slide-inside .main-slide-title, .culture-area-section .culture-slider .culture-slide .culture-slide-desc .culture-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;
}

.about-us-section .about-photo-container .about-photo-mask, .library-section .library-photo .library-photo-mask, .pre-signIn-section .pre-signIn-photo-container .pre-signIn-mask, .gallery-section .gallery-slider .gallery-slide, .gallery-section .gallery-slider .gallery-slide .gallery-slide-photo-mask {
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.library-section .light-layer {
  position: absolute;
  width: 50px;
  height: 50px;
  pointer-events: none;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
  transform: translate(-50%, -50%);
  mix-blend-mode: screen;
  transition: opacity 0.4s ease-out;
  opacity: 0;
  filter: blur(8px);
  z-index: 1000;
}

.library-section .ray-layer {
  position: absolute;
  width: 217px;
  height: 217px;
  pointer-events: none;
  transform: translate(-50%, -50%);
  background: repeating-conic-gradient(rgba(255, 220, 80, 0.35) 0deg, rgba(255, 220, 80, 0.35) 12deg, transparent 12deg, transparent 24deg);
  filter: blur(30px);
  opacity: 0;
  mix-blend-mode: screen;
  animation: spin-rays 12s linear infinite;
  transition: opacity 0.4s ease-out;
  border-radius: 50%;
  z-index: 10;
}

.library-section .glow-layer {
  position: absolute;
  width: 300px;
  height: 300px;
  pointer-events: none;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(255, 240, 180, 0.25), rgba(255, 240, 180, 0));
  filter: blur(50px);
  opacity: 0;
  mix-blend-mode: screen;
  transition: opacity 0.5s ease-out;
  z-index: 10;
}

.news-section .background-pattern, .culture-area-section .background-pattern, .gallery-section .background-pattern {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: repeat;
  will-change: background-position;
}

::-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;
}

.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;
  }
}
@media (min-width: 991.5px) {
  .video-banner-section .video-banner-slide .video-title-box .video-title {
    font-size: 2.4em;
  }
}
@media (min-width: 1399.5px) {
  .video-banner-section .video-banner-slide .video-title-box .video-title {
    font-size: 3.2em;
  }
}
.video-banner-section .video-banner-slide .video-title-box .video-subtitle {
  font-weight: 900;
  padding-inline: 0.5em;
}

.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;
}

@keyframes shaking-1 {
  0% {
    transform: translateX(0) rotate(0deg) skew(0deg, 0deg);
  }
  25% {
    transform: translateX(-6px) rotate(3deg) skew(4deg, -2deg);
  }
  50% {
    transform: translateX(2px) rotate(-2deg) skew(-3deg, 2deg);
  }
  75% {
    transform: translateX(-2px) rotate(2deg) skew(2deg, -1deg);
  }
  100% {
    transform: translateX(0) rotate(0deg) skew(0deg, 0deg);
  }
}
@keyframes scale-up-center {
  0% {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #d3d1d1;
  }
}
@keyframes pulseShadow {
  0% {
    box-shadow: 0 0 0 0 rgba(234, 198, 245, 0.2);
  }
  100% {
    box-shadow: 0 0 0 1em rgba(234, 198, 245, 0.2);
  }
}
@keyframes pulse-slow {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0.5;
    transform: scale(0.85);
  }
}
@keyframes push {
  0% {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}
@keyframes pulse-beat {
  0% {
    transform: translate(0, 0) skew(0deg, 0deg) rotate(0deg);
  }
  25% {
    transform: translate(5px, 5px) skew(-5deg, 3deg) rotate(-4deg);
  }
  50% {
    transform: translate(-4px, -6px) skew(6deg, -4deg) rotate(5deg);
    -webkit-transform: translate(-4px, -6px) skew(6deg, -4deg) rotate(5deg);
    -moz-transform: translate(-4px, -6px) skew(6deg, -4deg) rotate(5deg);
    -ms-transform: translate(-4px, -6px) skew(6deg, -4deg) rotate(5deg);
    -o-transform: translate(-4px, -6px) skew(6deg, -4deg) rotate(5deg);
  }
  75% {
    transform: translate(3px, 3px) skew(-3deg, 2deg) rotate(-3deg);
  }
  100% {
    transform: translate(0, 0) skew(0deg, 0deg) rotate(0deg);
  }
}
@keyframes scale-up-top {
  0% {
    transform: scale(0.5);
    transform-origin: center top;
  }
  100% {
    transform: scale(1);
    transform-origin: center top;
  }
}
@keyframes blink {
  0%, 100% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(0.97);
  }
  75% {
    transform: scale(0.93);
  }
}
@keyframes swing {
  0%, 100% {
    transform: rotateZ(0);
  }
  20% {
    transform: rotateZ(15deg);
  }
  40% {
    transform: rotateZ(-15deg);
  }
  60% {
    transform: rotateZ(7deg);
  }
  80% {
    transform: rotateZ(-7deg);
  }
}
@keyframes groove {
  0%, 100% {
    transform: skewY(0) rotate(0);
  }
  15% {
    transform: skewY(-10deg) rotateZ(8deg);
  }
  35% {
    transform: skewY(10deg) rotateZ(-8deg);
  }
  55% {
    transform: skewY(-6deg) rotateZ(-4deg);
  }
  85% {
    transform: skewY(6deg) rotateZ(4deg);
  }
}
@keyframes tata {
  0%, 100% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.1) rotate(3deg);
  }
  40% {
    transform: scale(0.97);
  }
  60% {
    transform: scale(0.99) rotate(-3deg);
  }
  80% {
    transform: scale(1.05);
  }
}
@keyframes jerk {
  0%, 100% {
    transform: translateX(0) rotateZ(0);
  }
  20% {
    transform: translateX(-5px) rotateZ(-15deg);
  }
  40% {
    transform: translateX(5px) rotateZ(15deg);
  }
  60% {
    transform: translateX(-3px) rotateZ(5deg);
  }
  80% {
    transform: translateX(3px) rotateZ(-5deg);
  }
}
@keyframes jelly {
  0%, 100% {
    transform: scaleX(1);
  }
  20% {
    transform: scaleX(0.9);
  }
  50% {
    transform: scaleX(1.25);
  }
  85% {
    transform: scaleX(0.8);
  }
}
@keyframes flicker {
  0%, 100% {
    transform: skewX(0);
  }
  20% {
    transform: skewX(8deg);
  }
  40% {
    transform: skewX(-8deg);
  }
  60% {
    transform: skewX(4deg);
  }
  80% {
    transform: skewX(-4deg);
  }
}
@keyframes wobble-top {
  0%, 100% {
    transform: translateX(0);
    transform-origin: 50% 50%;
  }
  15% {
    transform: translateX(-30px) rotate(6deg);
  }
  30% {
    transform: translateX(15px) rotate(-6deg);
  }
  45% {
    transform: translateX(-15px) rotate(3.6deg);
  }
}
@keyframes wobble-bottom {
  0%, 100% {
    transform: translateX(0);
    transform-origin: 50% 50%;
  }
  15% {
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    transform: translateX(-6px) rotate(-1.2deg);
  }
}
@keyframes wobble-left {
  0%, 100% {
    transform: translateY(0) rotate(0);
    transform-origin: 50% 50%;
  }
  15% {
    transform: translateY(-30px) rotate(-6deg);
  }
  30% {
    transform: translateY(15px) rotate(6deg);
  }
  45% {
    transform: translateY(-15px) rotate(-3.6deg);
  }
  60% {
    transform: translateY(9px) rotate(2.4deg);
  }
  75% {
    transform: translateY(-6px) rotate(-1.2deg);
  }
}
@keyframes wobble-right {
  0%, 100% {
    transform: translateY(0) rotate(0);
    transform-origin: 50% 50%;
  }
  15% {
    transform: translateY(-30px) rotate(6deg);
  }
  30% {
    transform: translateY(15px) rotate(-6deg);
  }
  45% {
    transform: translateY(-15px) rotate(3.6deg);
  }
  60% {
    transform: translateY(9px) rotate(-2.4deg);
  }
  75% {
    transform: translateY(-6px) rotate(1.2deg);
  }
}
.shaking-1 {
  animation: shaking-1 0.6s infinite;
  box-shadow: 0 0 0 1em transparent;
  -webkit-animation: shaking-1 0.6s infinite;
}

.shaking-1-on-hover:hover, .shaking-1-on-hover:focus {
  animation: shaking-1 0.6s infinite;
  box-shadow: 0 0 0 1em transparent;
  -webkit-animation: shaking-1 0.6s infinite;
}

.scale-up-center {
  animation: scale-up-center 1.2s infinite;
  -webkit-animation: scale-up-center 1.2s infinite;
}

.scale-up-center-on-hover:hover, .scale-up-center-on-hover:focus {
  animation: scale-up-center 1.2s infinite;
  -webkit-animation: scale-up-center 1.2s infinite;
}

.push {
  animation: push 0.5s infinite;
  -webkit-animation: push 0.5s infinite;
}

.push-on-hover:hover, .push-on-hover:focus {
  animation: push 1s forwards;
  -webkit-animation: push 1s forwards;
}

.pulseShadow {
  animation: pulseShadow 1s forwards;
  -webkit-animation: pulseShadow 1s forwards;
}

.pulseShadow-on-hover:hover, .pulseShadow-on-hover:focus {
  animation: pulseShadow 0.5s forwards;
  -webkit-animation: pulseShadow 0.5s forwards;
}

.pulse-beat {
  animation: pulse-beat 0.6s ease-in-out;
  box-shadow: 0 0 0 1em transparent;
  -webkit-animation: pulse-beat 0.6s ease-in-out;
}

.pulse-beat-on-hover:hover, .pulse-beat-on-hover:focus {
  animation: pulse-beat 0.6s ease-in-out;
  box-shadow: 0 0 0 1em transparent;
  -webkit-animation: pulse-beat 0.6s ease-in-out;
}

.pulse:hover {
  animation: pulse 1s;
  box-shadow: 0 0 0 1em transparent;
  -webkit-animation: pulse 1s;
}

.scale-up-top {
  animation: scale-up-top 0.4s;
  -webkit-animation: scale-up-top 0.4s;
}

.scale-up-top-on-hover:hover, .scale-up-top-on-hover:focus {
  animation: scale-up-top 0.4s;
  -webkit-animation: scale-up-top 0.4s;
}

.blink {
  animation: blink 0.8s infinite;
  -webkit-animation: blink 0.8s infinite;
}

.blink-on-hover:hover, .blink-on-hover:focus {
  animation: blink 0.8s infinite;
  -webkit-animation: blink 0.8s infinite;
}

.swing {
  animation: swing 0.8s infinite;
  -webkit-animation: swing 0.8s infinite;
}

.swing-on-hover:hover, .swing-on-hover:focus {
  animation: swing 0.8s infinite;
  -webkit-animation: swing 0.8s infinite;
}

.groove {
  animation: groove 0.8s infinite;
  -webkit-animation: groove 0.8s infinite;
}

.groove-on-hover:hover, .groove-on-hover:focus {
  animation: groove 0.8s infinite;
  -webkit-animation: groove 0.8s infinite;
}

.jerk {
  animation: jerk 0.8s infinite;
  -webkit-animation: jerk 0.8s infinite;
}

.jerk-on-hover:hover, .jerk-on-hover:focus {
  animation: jerk 0.8s infinite;
  -webkit-animation: jerk 0.8s infinite;
}

.jelly {
  animation: jelly 0.8s infinite;
  -webkit-animation: jelly 0.8s infinite;
}

.jelly-on-hover:hover, .jelly-on-hover:focus {
  animation: jelly 0.8s infinite;
  -webkit-animation: jelly 0.8s infinite;
}

.flicker {
  animation: jelly 0.8s infinite;
  -webkit-animation: jelly 0.8s infinite;
}

.flicker-on-hover:hover, .flicker-on-hover:focus {
  animation: jelly 0.8s infinite;
  -webkit-animation: jelly 0.8s infinite;
}

.pulse-slow {
  animation: pulse-slow 1s ease-in-out infinite alternate;
  -webkit-animation: pulse-slow 1s ease-in-out infinite alternate;
}

.pulse-slow-on-hover:hover, .pulse-slow-on-hover:focus {
  animation: pulse-slow 1s ease-in-out infinite alternate;
  -webkit-animation: pulse-slow 1s ease-in-out infinite alternate;
}

.wobble-top {
  animation: wobble-top 1s ease-in-out infinite alternate;
  -webkit-animation: wobble-top 1s ease-in-out infinite alternate;
}

.wobble-top-on-hover:hover, .wobble-top-on-hover:focus {
  animation: wobble-top 1s ease-in-out infinite alternate;
  -webkit-animation: wobble-top 1s ease-in-out infinite alternate;
}

.wobble-bottom {
  animation: wobble-bottom 1s ease-in-out infinite alternate;
  -webkit-animation: wobble-bottom 1s ease-in-out infinite alternate;
}

.wobble-bottom-on-hover:hover, .wobble-bottom-on-hover:focus {
  animation: wobble-bottom 1s ease-in-out infinite alternate;
  -webkit-animation: wobble-bottom 1s ease-in-out infinite alternate;
}

.wobble-left {
  animation: wobble-left 1s ease-in-out infinite alternate;
  -webkit-animation: wobble-left 1s ease-in-out infinite alternate;
}

.wobble-left-on-hover:hover, .wobble-left-on-hover:focus {
  animation: wobble-left 1s ease-in-out infinite alternate;
  -webkit-animation: wobble-left 1s ease-in-out infinite alternate;
}

.wobble-left {
  animation: wobble-right 1s ease-in-out infinite alternate;
  -webkit-animation: wobble-right 1s ease-in-out infinite alternate;
}

.wobble-right-on-hover:hover, .wobble-right-on-hover:focus {
  animation: wobble-right 1s ease-in-out infinite alternate;
  -webkit-animation: wobble-right 1s ease-in-out infinite alternate;
}

.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 {
  --cyan-clr-1: #ceeeed;
  --cyan-clr-2: #cbdbd1;
  --pink-clr-1: #c84797;
  --pink-clr-2: #feb3dc;
  --rose-clr: #f5d4c5;
  --navy-clr-1: #3a4475;
  --navy-clr-2: #314b66;
  --green-clr-2: #09a3a3;
  --gray-clr-1: #333;
  --text-1: 0.8em;
  --line-h-1: 1.8;
  --border-r-15: 15px;
  --border-r-25: 25px;
  --border-r-40: 40px;
  --border-r-50: 50%;
}
@media (min-width: 991.5px) {
  :root {
    --text-1: 0.9em;
  }
}
@media (min-width: 1399.5px) {
  :root {
    --text-1: 1em;
  }
}

.title-font {
  font-family: "Yekan Bakh" !important;
  font-weight: 700;
}

.title-box {
  gap: 0.5em;
  z-index: 10;
  position: relative;
  margin-bottom: 1em;
}
@media (min-width: 767.5px) {
  .title-box {
    margin-bottom: 2em;
    gap: 1em;
  }
}
.title-box .section-title {
  font-size: 1.5em;
  font-weight: 700;
  color: var(--green-clr-1);
}
@media (min-width: 767.5px) {
  .title-box .section-title {
    font-size: 2em;
  }
}
@media (min-width: 1199.5px) {
  .title-box .section-title {
    font-size: 2.3em;
  }
}
.title-box .section-subtitle {
  font-weight: 400;
  font-size: var(--text-1);
}
.title-box .dot {
  background: var(--green-clr-1);
}

.slider-navigation .nav-btn {
  width: 1.8em;
  height: 1.8em;
  border-radius: var(--border-r-50);
  -webkit-border-radius: var(--border-r-50);
  -moz-border-radius: var(--border-r-50);
  -ms-border-radius: var(--border-r-50);
  -o-border-radius: var(--border-r-50);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1199.5px) {
  .slider-navigation .nav-btn {
    width: 2em;
    height: 2em;
  }
}
.slider-navigation .nav-btn .nav-icon {
  font-size: 0.5em;
  margin-top: 1px;
}
@media (min-width: 1199.5px) {
  .slider-navigation .nav-btn .nav-icon {
    font-size: 0.7em;
  }
}

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

body.slide-2 .swiper-sections-pagination .swiper-pagination-bullet,
body.slide-3 .swiper-sections-pagination .swiper-pagination-bullet,
body.slide-4 .swiper-sections-pagination .swiper-pagination-bullet {
  background: #fff;
}

body.slide-2 .swiper-sections-pagination .swiper-pagination-bullet-active:after {
  color: #fff;
}

body.slide-4 .swiper-sections-pagination .swiper-pagination-bullet-active,
body.slide-9 .swiper-sections-pagination .swiper-pagination-bullet-active {
  background: #7fb77e;
}

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

body.slide-9 .swiper-sections-pagination .swiper-pagination-bullet-active:after {
  color: #7fb77e;
}

body.slide-6 .swiper-sections-pagination .swiper-pagination-bullet,
body.slide-3 .swiper-sections-pagination .swiper-pagination-bullet-active {
  background: var(--navy-clr-2);
}

body.slide-6 .swiper-sections-pagination .swiper-pagination-bullet-active,
body.slide-5 .swiper-sections-pagination .swiper-pagination-bullet,
body.slide-9 .swiper-sections-pagination .swiper-pagination-bullet {
  background: #5c5c5c;
}

body.slide-7 .swiper-sections-pagination .swiper-pagination-bullet {
  background: #bebebe;
}

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

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: #4f834e;
}

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

body.slide-3 .swiper-sections-pagination .swiper-pagination-bullet-active,
body.slide-4 .swiper-sections-pagination .swiper-pagination-bullet-active,
body.slide-8 .swiper-sections-pagination .swiper-pagination-bullet {
  background: var(--navy-clr-1);
}

body.slide-2 .school-logo,
body.slide-4 .school-logo,
body.slide-5 .school-logo,
body.slide-7 .school-logo,
body.slide-9 .school-logo,
body.slide-10 .school-logo {
  filter: brightness(0) saturate(100%) invert(97%) sepia(21%) saturate(246%) hue-rotate(317deg) brightness(115%) contrast(100%);
}

body.slide-1 .school-logo,
body.slide-3 .school-logo,
body.slide-4 .school-logo,
body.slide-5 .school-logo,
body.slide-6 .school-logo,
body.slide-7 .school-logo,
body.slide-8 .school-logo {
  filter: brightness(0) saturate(100%) invert(20%) sepia(30%) saturate(8%) hue-rotate(1deg) brightness(93%) contrast(98%);
}

@media (min-width: 991.5px) {
  body.slide-1 .school-logo {
    filter: brightness(0) saturate(100%) invert(97%) sepia(21%) saturate(246%) hue-rotate(317deg) brightness(115%) contrast(100%);
  }
}

body.slide-2 .main-header .header-left-title,
body.slide-5 .main-header .header-left-title,
body.slide-7 .main-header .header-left-title,
body.slide-9 .main-header .header-left-title,
body.slide-10 .main-header .header-left-title {
  color: #fff;
}
body.slide-2 .main-header .icon-menu::before,
body.slide-5 .main-header .icon-menu::before,
body.slide-7 .main-header .icon-menu::before,
body.slide-9 .main-header .icon-menu::before,
body.slide-10 .main-header .icon-menu::before {
  color: #fff;
}

body.slide-1 .main-header .header-left-title,
body.slide-3 .main-header .header-left-title,
body.slide-4 .main-header .header-left-title,
body.slide-5 .main-header .header-left-title,
body.slide-6 .main-header .header-left-title,
body.slide-7 .main-header .header-left-title,
body.slide-8 .main-header .header-left-title {
  color: var(--gray-clr-1);
}
body.slide-1 .main-header .icon-menu::before,
body.slide-3 .main-header .icon-menu::before,
body.slide-4 .main-header .icon-menu::before,
body.slide-5 .main-header .icon-menu::before,
body.slide-6 .main-header .icon-menu::before,
body.slide-7 .main-header .icon-menu::before,
body.slide-8 .main-header .icon-menu::before {
  color: var(--gray-clr-1);
}

@media (min-width: 991.5px) {
  body.slide-1 .main-header .header-left-title {
    color: #fff;
  }
  body.slide-1 .main-header .icon-menu::before {
    color: #fff;
  }
}

body.slide-1 .fixed-footer .phone-number,
body.slide-2 .fixed-footer .phone-number,
body.slide-4 .fixed-footer .phone-number,
body.slide-5 .fixed-footer .phone-number,
body.slide-1 .fixed-footer .icon-phone::before,
body.slide-2 .fixed-footer .icon-phone::before,
body.slide-4 .fixed-footer .icon-phone::before,
body.slide-5 .fixed-footer .icon-phone::before {
  color: #fff;
}

body.slide-1 .fixed-footer .divider,
body.slide-2 .fixed-footer .divider,
body.slide-4 .fixed-footer .divider,
body.slide-5 .fixed-footer .divider,
body.slide-7 .fixed-footer .divider {
  background-color: #fff;
}

body.slide-3 .fixed-footer .phone-number,
body.slide-5 .fixed-footer .phone-number,
body.slide-6 .fixed-footer .phone-number,
body.slide-7 .fixed-footer .phone-number,
body.slide-8 .fixed-footer .phone-number,
body.slide-3 .fixed-footer .icon-phone::before,
body.slide-5 .fixed-footer .icon-phone::before,
body.slide-6 .fixed-footer .icon-phone::before,
body.slide-7 .fixed-footer .icon-phone::before,
body.slide-8 .fixed-footer .icon-phone::before {
  color: var(--gray-clr-1);
}

body.slide-3 .fixed-footer .divider,
body.slide-5 .fixed-footer .divider,
body.slide-6 .fixed-footer .divider,
body.slide-7 .fixed-footer .divider,
body.slide-8 .fixed-footer .divider {
  background-color: var(--gray-clr-1);
}

.fixed-footer.hide-elem {
  display: none;
}

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

.scroll-btn {
  background: rgba(255, 255, 255, 0.5);
  border-color: #fff;
  cursor: pointer;
}
.scroll-btn:before, .scroll-btn:after {
  background: #fff;
}

body.slide-4 .scroll-btn,
body.slide-5 .scroll-btn,
body.slide-6 .scroll-btn,
body.slide-7 .scroll-btn,
body.slide-8 .scroll-btn {
  background: rgba(255, 255, 255, 0.28);
  border: 2px solid var(--gray-clr-1);
}
body.slide-4 .scroll-btn:before, body.slide-4 .scroll-btn:after,
body.slide-5 .scroll-btn:before,
body.slide-5 .scroll-btn:after,
body.slide-6 .scroll-btn:before,
body.slide-6 .scroll-btn:after,
body.slide-7 .scroll-btn:before,
body.slide-7 .scroll-btn:after,
body.slide-8 .scroll-btn:before,
body.slide-8 .scroll-btn:after {
  background: var(--gray-clr-1);
}

body.slide-7 .scroll-btn {
  background: var(--cyan-clr-2);
}

.toggle-menu-parent .toggle-menu {
  background: var(--navy-clr-2);
}
.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 {
  color: #000;
  background-color: var(--rose-clr);
}
.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: #000;
}
.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 .menu-items .menu-item .submenu-div .submenu-item:hover {
  background: var(--rose-clr);
  color: #000;
}
.toggle-menu-parent .toggle-menu .toggle-menu-btns {
  border-top: 1px solid var(--rose-clr);
}
.toggle-menu-parent .toggle-menu .toggle-menu-btns .toggle-menu-btn {
  background: var(--rose-clr);
  color: #000;
}
.toggle-menu-parent .toggle-menu .toggle-menu-btns .toggle-menu-btn:hover {
  box-shadow: inset 0 0 1em var(--navy-clr-1);
}

.video-banner-section {
  background: var(--cyan-clr-2);
}
.video-banner-section::after, .video-banner-section:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 5em;
  background: rgba(11, 11, 11, 0.4);
  border: 1px solid #fff;
  z-index: 999;
  display: none;
}
@media (min-width: 991.5px) {
  .video-banner-section::after, .video-banner-section:before {
    display: block;
  }
}
.video-banner-section:before {
  top: 0;
  border-radius: 0 0 20px 20px;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  -o-border-radius: 0 0 20px 20px;
}
.video-banner-section:after {
  bottom: 0;
  border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
}
.video-banner-section .video-banner-slide {
  background-color: var(--beige-clr-1);
}
@media (min-width: 991.5px) {
  .video-banner-section .video-banner-slide {
    padding: 0;
  }
}
@media (min-width: 991.5px) {
  .video-banner-section .video-banner-slide .main-container {
    width: 100% !important;
  }
}
@media (min-width: 1599.5px) {
  .video-banner-section .video-banner-slide .main-container {
    max-width: 100% !important;
  }
}
@media (min-width: 1699.5px) {
  .video-banner-section .video-banner-slide .main-container {
    max-width: 100% !important;
  }
}
.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;
}
@media (min-width: 991.5px) {
  .video-banner-section .video-banner-slide .video-banner-container {
    aspect-ratio: unset;
    height: 100vh;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
}
.video-banner-section .video-banner-slide .video-banner-container .plyr {
  border-radius: 4% 4% 5% 4%/7% 7% 7% 7%;
  -webkit-border-radius: 4% 4% 5% 4%/7% 7% 7% 7%;
  -moz-border-radius: 4% 4% 5% 4%/7% 7% 7% 7%;
  -ms-border-radius: 4% 4% 5% 4%/7% 7% 7% 7%;
  -o-border-radius: 4% 4% 5% 4%/7% 7% 7% 7%;
  aspect-ratio: 16/9;
}
@media (min-width: 991.5px) {
  .video-banner-section .video-banner-slide .video-banner-container .plyr {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
  }
}
.video-banner-section .video-banner-slide .video-banner-container .plyr .plyr__control {
  background: rgba(255, 255, 255, 0.67);
}
.video-banner-section .video-banner-slide .video-banner-container .plyr .plyr__control:hover {
  background: var(--rose-clr) !important;
}
.video-banner-section .video-banner-slide .video-banner-container .plyr input {
  color: var(--rose-clr);
}
.video-banner-section .video-banner-slide .video-title-box .video-title {
  color: #fff;
}
.video-banner-section .video-banner-slide .video-title-box .video-subtitle {
  color: #fff;
}

.news-section {
  background: var(--navy-clr-2);
}
.news-section .background-pattern {
  background: url(../images/high-school-one/news-slide-pattern.svg);
}
.news-section .title-box .section-title,
.news-section .title-box .section-subtitle {
  color: var(--cyan-clr-2);
}
.news-section .title-box .dot {
  background: var(--cyan-clr-2);
}
.news-section .title-box .dot:first-child {
  background: #edb6a3;
}
.news-section .news-slider-container {
  width: 100%;
  padding-top: 0.5em;
  padding-bottom: 1em;
}
.news-section .news-slider-container .swiper-slide {
  aspect-ratio: 2/2.45;
}
@media (min-width: 767.5px) {
  .news-section .news-slider-container .swiper-slide {
    padding-top: 1.2em;
  }
}
@media (min-width: 991.5px) {
  .news-section .news-slider-container .swiper-slide {
    aspect-ratio: 3/4.4;
  }
}
@media (min-width: 1199.5px) {
  .news-section .news-slider-container .swiper-slide {
    aspect-ratio: 2/3;
  }
}
@media (min-width: 1199.5px) {
  .news-section .news-slider-container .swiper-slide {
    aspect-ratio: 4/5.8;
  }
}
@media (min-width: 767.5px) {
  .news-section .news-slider-container .swiper-slide:hover {
    transform: translateY(-1em);
  }
}
.news-section .news-slider-container .news-slide {
  width: 90%;
  margin-inline: auto;
  border-radius: var(--border-r-15);
  -webkit-border-radius: var(--border-r-15);
  -moz-border-radius: var(--border-r-15);
  -ms-border-radius: var(--border-r-15);
  -o-border-radius: var(--border-r-15);
  opacity: 0;
}
@media (min-width: 1399.5px) {
  .news-section .news-slider-container .news-slide {
    width: 97%;
  }
}
.news-section .news-slider-container .news-slide:hover .news-slide-inside .news-description {
  max-height: 3.4em;
}
.news-section .news-slider-container .news-slide:hover .news-slide-inside .news-slide-btn {
  bottom: 2%;
  width: 88%;
  margin-block: 0.7em;
  aspect-ratio: 6/1;
  border-radius: var(--border-r-15);
  -webkit-border-radius: var(--border-r-15);
  -moz-border-radius: var(--border-r-15);
  -ms-border-radius: var(--border-r-15);
  -o-border-radius: var(--border-r-15);
  box-shadow: -1px -2px 2px 1px rgba(0, 0, 0, 0.2) !important;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
}
.news-section .news-slider-container .news-slide:hover .news-slide-inside .news-slide-btn .btn-text {
  display: block;
}
@media (min-width: 767.5px) {
  .news-section .news-slider-container .news-slide:hover .news-slide-inside .news-slide-btn .icon-chevron-down {
    transform: translateX(-4px) rotate(90deg);
    -webkit-transform: translateX(-4px) rotate(90deg);
    -moz-transform: translateX(-4px) rotate(90deg);
    -ms-transform: translateX(-4px) rotate(90deg);
    -o-transform: translateX(-4px) rotate(90deg);
  }
}
.news-section .news-slider-container .news-slide .news-photo {
  width: 100%;
  aspect-ratio: 5/4;
  border-radius: var(--border-r-15);
  -webkit-border-radius: var(--border-r-15);
  -moz-border-radius: var(--border-r-15);
  -ms-border-radius: var(--border-r-15);
  -o-border-radius: var(--border-r-15);
  box-shadow: 1px 4px 12px 0 rgba(0, 0, 0, 0.2);
}
.news-section .news-slider-container .news-slide .news-slide-inside {
  border-radius: var(--border-r-15);
  -webkit-border-radius: var(--border-r-15);
  -moz-border-radius: var(--border-r-15);
  -ms-border-radius: var(--border-r-15);
  -o-border-radius: var(--border-r-15);
  width: 100%;
  gap: 1em;
  background: var(--cyan-clr-2);
}
.news-section .news-slider-container .news-slide .news-slide-inside .news-title {
  width: 100%;
  color: #000;
  text-align: center;
}
.news-section .news-slider-container .news-slide .news-slide-inside .news-description {
  color: #000;
  width: 86%;
  max-height: 0;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  line-height: var(--line-h-1);
  font-size: var(--text-1);
}
.news-section .news-slider-container .news-slide .news-slide-inside .news-slide-btn {
  background: var(--rose-clr);
  color: #000;
  padding: 0.5em 1em;
  font-size: var(--text-1);
  box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.2);
  width: 11%;
  aspect-ratio: 1;
  border-radius: var(--border-r-50);
  -webkit-border-radius: var(--border-r-50);
  -moz-border-radius: var(--border-r-50);
  -ms-border-radius: var(--border-r-50);
  -o-border-radius: var(--border-r-50);
  transform: translateY(0.8em);
  -webkit-transform: translateY(0.8em);
  -moz-transform: translateY(0.8em);
  -ms-transform: translateY(0.8em);
  -o-transform: translateY(0.8em);
  margin-block: 0;
}
.news-section .news-slider-container .news-slide .news-slide-inside .news-slide-btn .btn-text {
  display: none;
}
.news-section .news-slider-container .news-slide .news-slide-inside .news-slide-btn .icon-chevron-down:before {
  color: #000;
}
.news-section .news-slider-container .navigation-container {
  margin-top: 0.8em;
}
.news-section .news-slider-container .slider-navigation {
  width: 100%;
}
@media (min-width: 767.5px) {
  .news-section .news-slider-container .slider-navigation {
    width: 90%;
  }
}
.news-section .news-slider-container .slider-navigation .nav-btn {
  border: 1px solid #000;
  background: var(--rose-clr);
}
.news-section .news-slider-container .slider-navigation .nav-btn:hover {
  box-shadow: inset 0 0 4px 3px rgba(58, 68, 117, 0.5);
}
.news-section .news-slider-container .slider-navigation .nav-btn .nav-icon {
  font-size: 0.5em;
}
.news-section .news-slider-container .slider-navigation .nav-btn .nav-icon:before {
  color: #000;
}
.news-section .news-slider-container .slider-navigation .swiper-scrollbar {
  width: 80%;
  height: 2px;
  background: rgba(196, 196, 196, 0.62);
  margin-right: 0.8em;
  display: none;
}
@media (min-width: 767.5px) {
  .news-section .news-slider-container .slider-navigation .swiper-scrollbar {
    display: flex;
  }
}
@media (min-width: 1199.5px) {
  .news-section .news-slider-container .slider-navigation .swiper-scrollbar {
    margin-right: 3em;
  }
}
.news-section .news-slider-container .slider-navigation .swiper-scrollbar .swiper-scrollbar-drag {
  height: 5px;
  top: -1px;
  background: var(--rose-clr);
}
.news-section .news-slider-container .news-archive {
  background: var(--cyan-clr-2);
  border: 1px solid rgba(0, 0, 0, 0.4);
  color: #000;
  padding: 0.5em 2em;
  font-size: var(--text-1);
  border-radius: var(--border-r-15);
  -webkit-border-radius: var(--border-r-15);
  -moz-border-radius: var(--border-r-15);
  -ms-border-radius: var(--border-r-15);
  -o-border-radius: var(--border-r-15);
  box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.news-section .news-slider-container .news-archive:hover:hover {
  box-shadow: inset 0 0 4px 3px rgba(58, 68, 117, 0.5);
}
.news-section .news-slider-container .news-archive:hover .icon-small-arrow-left {
  transform: translateX(-4px);
  -webkit-transform: translateX(-4px);
  -moz-transform: translateX(-4px);
  -ms-transform: translateX(-4px);
  -o-transform: translateX(-4px);
}
.news-section .news-slider-container .news-archive .icon-small-arrow-left {
  font-size: 0.8em;
}
.news-section .news-slider-container .news-archive .icon-small-arrow-left:before {
  color: #000;
}
.news-section .news-vector {
  bottom: 0;
  width: 100%;
}
@media (min-width: 991.5px) {
  .news-section .news-vector {
    width: 42%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.edu-class-section {
  background: linear-gradient(-45deg, var(--cyan-clr-2), var(--cyan-clr-2), var(--rose-clr));
  background-size: 400% 400%;
  animation: gradient 5s ease infinite;
  -webkit-animation: gradient 5s ease infinite;
}
.edu-class-section:before, .edu-class-section:after {
  content: "";
  position: absolute;
  width: 22%;
  aspect-ratio: 2/1;
  background: url(../images/high-school-one/edu-class-slide-vector-top.svg) no-repeat center;
  background-size: cover;
}
@media (min-width: 575.5px) {
  .edu-class-section:before, .edu-class-section:after {
    width: 15%;
  }
}
.edu-class-section:before {
  top: 0;
  left: 9%;
  display: none;
}
@media (min-width: 499.5px) {
  .edu-class-section:before {
    display: block;
  }
}
.edu-class-section:after {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  -webkit-transform: translateX(-50%) rotate(180deg);
  -moz-transform: translateX(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) rotate(180deg);
  -o-transform: translateX(-50%) rotate(180deg);
}
@media (min-width: 767.5px) {
  .edu-class-section:after {
    left: unset;
    right: 9%;
    bottom: -0.5em;
    transform: translateX(0) rotate(180deg);
    -webkit-transform: translateX(0) rotate(180deg);
    -moz-transform: translateX(0) rotate(180deg);
    -ms-transform: translateX(0) rotate(180deg);
    -o-transform: translateX(0) rotate(180deg);
  }
}
.edu-class-section .title-box {
  color: var(--navy-clr-2);
}
.edu-class-section .title-box .section-title {
  text-align: center;
  line-height: 1.5;
}
@media (min-width: 767.5px) {
  .edu-class-section .title-box .section-title {
    text-align: right;
  }
}
.edu-class-section .title-box .dot {
  background: var(--navy-clr-2);
}
.edu-class-section .sliders-container {
  width: 100%;
  gap: 1em;
}
@media (min-width: 767.5px) {
  .edu-class-section .sliders-container {
    gap: 2em;
  }
}
.edu-class-section .sliders-container .edu-class-thumb-slider {
  width: 100%;
}
@media (min-width: 767.5px) {
  .edu-class-section .sliders-container .edu-class-thumb-slider {
    width: 45%;
  }
}
@media (min-width: 1199.5px) {
  .edu-class-section .sliders-container .edu-class-thumb-slider {
    width: 35%;
  }
}
.edu-class-section .sliders-container .edu-class-thumb-slider .swiper-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.edu-class-section .sliders-container .edu-class-thumb-slider .swiper-slide {
  width: 28% !important;
}
@media (min-width: 575.5px) {
  .edu-class-section .sliders-container .edu-class-thumb-slider .swiper-slide {
    width: 20% !important;
  }
}
@media (min-width: 767.5px) {
  .edu-class-section .sliders-container .edu-class-thumb-slider .swiper-slide {
    width: 40% !important;
  }
}
@media (min-width: 991.5px) {
  .edu-class-section .sliders-container .edu-class-thumb-slider .swiper-slide {
    width: 34% !important;
  }
}
.edu-class-section .sliders-container .edu-class-thumb-slider .swiper-slide.swiper-slide-thumb-active:before {
  content: "";
  position: absolute;
  top: -1em;
  right: -0.5em;
  background: url(../images/high-school-one/edu-class-slide-vector.svg) no-repeat center;
  background-size: cover;
  width: 34%;
  aspect-ratio: 1;
}
@media (min-width: 499.5px) {
  .edu-class-section .sliders-container .edu-class-thumb-slider .swiper-slide.swiper-slide-thumb-active:before {
    width: 30%;
    top: -1.3em;
  }
}
.edu-class-section .sliders-container .edu-class-thumb-slider .slide-inside {
  padding: 0.8em;
  cursor: pointer;
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  margin-inline: auto;
  margin-bottom: 0.5em;
  color: #fff;
  background: var(--rose-clr);
  border: 2px solid var(--navy-clr-2);
  border-radius: var(--border-r-15);
  -webkit-border-radius: var(--border-r-15);
  -moz-border-radius: var(--border-r-15);
  -ms-border-radius: var(--border-r-15);
  -o-border-radius: var(--border-r-15);
  box-shadow: -16px 24px 12px rgba(0, 0, 0, 0.04), -9px 14px 10px rgba(0, 0, 0, 0.13), -4px 6px 7px rgba(0, 0, 0, 0.21), -1px 2px 4px rgba(0, 0, 0, 0.25);
}
.edu-class-section .sliders-container .edu-class-thumb-slider .slide-inside:hover {
  box-shadow: inset 0 0 0.7em rgba(255, 255, 255, 0.7), inset 0 0 0.7em rgba(255, 255, 255, 0.7);
}
@media (min-width: 767.5px) {
  .edu-class-section .sliders-container .edu-class-thumb-slider .slide-inside {
    width: 90%;
    margin-bottom: 1.3em;
  }
}
.edu-class-section .sliders-container .edu-class-thumb-slider .slide-inside .slide-text {
  width: 100%;
  color: #202020;
  font-weight: 600;
  font-size: var(--text-1);
  text-align: center;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.edu-class-section .sliders-container .edu-class-thumb-slider .adding {
  background: rgba(255, 255, 255, 0.25);
  font-size: 0.8em;
  border: #b1d7b4;
  color: var(--navy-clr-2);
  box-shadow: none;
}
@media (min-width: 767.5px) {
  .edu-class-section .sliders-container .edu-class-thumb-slider .adding {
    width: 80%;
    transform: rotate(12deg) translateY(4px);
    -webkit-transform: rotate(12deg) translateY(4px);
    -moz-transform: rotate(12deg) translateY(4px);
    -ms-transform: rotate(12deg) translateY(4px);
    -o-transform: rotate(12deg) translateY(4px);
  }
}
.edu-class-section .sliders-container .edu-class-thumb-slider .adding .plus-icon {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--navy-clr-2);
  border-radius: var(--border-r-50);
  -webkit-border-radius: var(--border-r-50);
  -moz-border-radius: var(--border-r-50);
  -ms-border-radius: var(--border-r-50);
  -o-border-radius: var(--border-r-50);
}
.edu-class-section .sliders-container .main-slider-container {
  width: 100%;
}
@media (min-width: 767.5px) {
  .edu-class-section .sliders-container .main-slider-container {
    width: 45%;
  }
}
.edu-class-section .sliders-container .main-slider-container .edu-class-main-slider {
  width: 100%;
}
.edu-class-section .sliders-container .main-slider-container .edu-class-main-slider .main-slide-inside {
  gap: 1em;
  width: 95%;
  margin-inline: auto;
}
@media (min-width: 767.5px) {
  .edu-class-section .sliders-container .main-slider-container .edu-class-main-slider .main-slide-inside {
    margin-inline: unset;
  }
}
.edu-class-section .sliders-container .main-slider-container .edu-class-main-slider .main-slide-inside .circle {
  width: 0.7em;
  height: 0.7em;
  background: #1b1b1b;
  border-radius: var(--border-r-50);
  -webkit-border-radius: var(--border-r-50);
  -moz-border-radius: var(--border-r-50);
  -ms-border-radius: var(--border-r-50);
  -o-border-radius: var(--border-r-50);
}
.edu-class-section .sliders-container .main-slider-container .edu-class-main-slider .main-slide-inside .main-slide-title {
  color: #1b1b1b;
  width: 100%;
}
.edu-class-section .sliders-container .main-slider-container .edu-class-main-slider .main-slide-inside .main-slide-text {
  color: #1b1b1b;
  font-size: var(--text-1);
  line-height: var(--line-h-1);
  height: 6em;
  overflow: auto;
  padding-left: 1em;
}
@media (min-width: 767.5px) {
  .edu-class-section .sliders-container .main-slider-container .edu-class-main-slider .main-slide-inside .main-slide-text {
    height: 11em;
  }
}
@media (min-height: 649.5px) {
  .edu-class-section .sliders-container .main-slider-container .edu-class-main-slider .main-slide-inside .main-slide-text {
    height: 12em;
  }
}
.edu-class-section .sliders-container .main-slider-container .edu-class-main-slider .main-slide-inside .main-slide-btn {
  width: 80%;
  height: 3em;
  color: #fff;
  background: var(--navy-clr-2);
  border-radius: var(--border-r-15);
  -webkit-border-radius: var(--border-r-15);
  -moz-border-radius: var(--border-r-15);
  -ms-border-radius: var(--border-r-15);
  -o-border-radius: var(--border-r-15);
}
.edu-class-section .sliders-container .main-slider-container .edu-class-main-slider .main-slide-inside .main-slide-btn:hover {
  box-shadow: inset 0 0 0.7em rgba(255, 255, 255, 0.7), inset 0 0 0.7em rgba(255, 255, 255, 0.7);
}
@media (min-width: 575.5px) {
  .edu-class-section .sliders-container .main-slider-container .edu-class-main-slider .main-slide-inside .main-slide-btn {
    width: 48%;
  }
}
@media (min-width: 991.5px) {
  .edu-class-section .sliders-container .main-slider-container .edu-class-main-slider .main-slide-inside .main-slide-btn {
    width: 35%;
  }
}
.edu-class-section .sliders-container .main-slider-container .edu-class-main-slider .main-slide-inside .main-slide-btn .icon-small-arrow-left {
  font-size: 0.7em;
}

.about-us-section {
  background: var(--rose-clr);
}
.about-us-section:before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0%;
  left: 0;
  height: 28%;
  background: url(../images/high-school-one/about-us-pattern.svg) no-repeat center;
  background-size: cover;
  background-color: var(--navy-clr-2);
  z-index: 0;
}
@media (min-width: 767.5px) {
  .about-us-section:before {
    display: none;
  }
}
.about-us-section .about-us-slide {
  padding-bottom: 0.8em;
}
@media (min-width: 767.5px) {
  .about-us-section .about-us-slide {
    padding-block: 2.5em;
  }
}
.about-us-section .shooting-stars {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
}
.about-us-section:after {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 16em;
  height: 6em;
  background: url(../images/high-school-one/about-us-pattern.svg) no-repeat center;
  background-size: cover;
  background-color: var(--navy-clr-2);
  border-radius: 0 var(--border-r-25) 0 0;
  -webkit-border-radius: 0 var(--border-r-25) 0 0;
  -moz-border-radius: 0 var(--border-r-25) 0 0;
  -ms-border-radius: 0 var(--border-r-25) 0 0;
  -o-border-radius: 0 var(--border-r-25) 0 0;
}
@media (min-width: 991.5px) {
  .about-us-section:after {
    display: block;
  }
}
.about-us-section .about-content {
  gap: 0.5em;
  z-index: 10;
  position: relative;
}
@media (min-width: 767.5px) {
  .about-us-section .about-content {
    gap: 2.5em;
  }
}
.about-us-section .title-box .section-title {
  color: var(--navy-clr-1);
}
.about-us-section .title-box .section-subtitle {
  color: var(--navy-clr-1);
}
.about-us-section .title-box .dot {
  background: var(--navy-clr-1);
}
.about-us-section .about-photo-container {
  width: 100%;
  position: relative;
}
@media (min-width: 767.5px) {
  .about-us-section .about-photo-container {
    width: 48%;
  }
}
.about-us-section .about-photo-container:before {
  content: "";
  position: absolute;
  background: url(../images/high-school-one/about-us-pattern.svg) no-repeat center;
  background-size: cover;
  background-color: var(--navy-clr-2);
  z-index: 0;
  display: none;
}
@media (min-width: 767.5px) {
  .about-us-section .about-photo-container:before {
    display: block;
    width: 100%;
    top: 6%;
    left: 0;
    right: -33%;
    height: 89%;
    border-radius: var(--border-r-25) 0 0 var(--border-r-25);
    -webkit-border-radius: var(--border-r-25) 0 0 var(--border-r-25);
    -moz-border-radius: var(--border-r-25) 0 0 var(--border-r-25);
    -ms-border-radius: var(--border-r-25) 0 0 var(--border-r-25);
    -o-border-radius: var(--border-r-25) 0 0 var(--border-r-25);
  }
}
.about-us-section .about-photo-container .about-photo-mask {
  width: 84%;
  aspect-ratio: 1;
  z-index: 10;
  position: relative;
  mask-image: url(../images/high-school-one/about-us-mask.png);
}
@media (min-width: 767.5px) {
  .about-us-section .about-photo-container .about-photo-mask {
    width: 90%;
  }
}
.about-us-section .about-photo-container .about-photo-mask:before {
  content: "";
  width: 90%;
  aspect-ratio: 1;
  background: url(../images/high-school-one/about-us-vector.svg) no-repeat center;
  background-size: cover;
}
.about-us-section .about-photo-container .about-photo-mask .about-us-photo {
  width: 100%;
  height: 100%;
}
.about-us-section .about-us-description {
  width: 88%;
  gap: 0.5em;
}
@media (min-width: 767.5px) {
  .about-us-section .about-us-description {
    width: 48%;
  }
}
@media (min-width: 1399.5px) {
  .about-us-section .about-us-description {
    width: 36%;
  }
}
@media (min-width: 1599.5px) {
  .about-us-section .about-us-description {
    width: 32%;
  }
}
.about-us-section .about-us-description .about-us-text {
  height: 8em;
  padding-left: 0.4em;
  overflow: auto;
  font-size: var(--text-1);
  line-height: var(--line-h-1);
  color: var(--navy-clr-1);
}
@media (min-height: 649.5px) {
  .about-us-section .about-us-description .about-us-text {
    height: 12em;
  }
}
.about-us-section .about-us-description .about-us-btn {
  background: var(--navy-clr-1);
  color: #fff;
  border-radius: var(--border-r-15);
  -webkit-border-radius: var(--border-r-15);
  -moz-border-radius: var(--border-r-15);
  -ms-border-radius: var(--border-r-15);
  -o-border-radius: var(--border-r-15);
  padding: 0.5em;
  width: 70%;
  height: 3em;
}
@media (min-width: 991.5px) {
  .about-us-section .about-us-description .about-us-btn {
    width: 50%;
  }
}
.about-us-section .about-us-description .about-us-btn:hover {
  box-shadow: inset 0 0 0.7em rgba(255, 255, 255, 0.7), inset 0 0 0.7em rgba(255, 255, 255, 0.7);
}
.about-us-section .about-us-description .about-us-btn .icon-phone::before {
  color: #fff;
}

.culture-area-section {
  background: #fbf5e7;
}
.culture-area-section .culture-area-slide {
  padding-bottom: 1em;
}
@media (min-width: 991.5px) {
  .culture-area-section .culture-area-slide {
    padding-bottom: 2.5em;
  }
}
.culture-area-section .background-pattern {
  background: url(../images/high-school-one/culture-slide-pattern.svg);
}
.culture-area-section .culture-content {
  position: relative;
}
.culture-area-section .culture-content:before {
  content: "";
  bottom: -2%;
  width: 122%;
  aspect-ratio: 5/2;
  background: url(../images/high-school-one/rectangle.svg) no-repeat center;
  background-size: cover;
  display: none;
}
@media (min-width: 991.5px) {
  .culture-area-section .culture-content:before {
    display: block;
  }
}
@media (min-width: 1099.5px) {
  .culture-area-section .culture-content:before {
    bottom: -12%;
    width: 100%;
  }
}
@media (min-width: 1399.5px) {
  .culture-area-section .culture-content:before {
    bottom: -20%;
    width: 90%;
  }
}
.culture-area-section .title-box .section-title {
  color: var(--navy-clr-2);
}
.culture-area-section .title-box .section-subtitle {
  color: var(--navy-clr-2);
}
.culture-area-section .title-box .dot {
  background: var(--navy-clr-2);
}
.culture-area-section .culture-slider-container {
  position: relative;
  width: 100%;
}
@media (min-width: 1099.5px) {
  .culture-area-section .culture-slider-container {
    width: 84%;
    margin-inline: auto;
  }
}
@media (min-width: 1399.5px) {
  .culture-area-section .culture-slider-container {
    width: 78%;
  }
}
.culture-area-section .culture-slider {
  width: 100%;
  padding-bottom: 0.5em;
}
@media (min-width: 767.5px) {
  .culture-area-section .culture-slider {
    padding-block: 2em;
  }
}
.culture-area-section .culture-slider .culture-slide {
  width: 65%;
  margin-inline: auto;
  gap: 0.8em;
  background: #e2e2e2;
  padding: 0.5em;
  border-radius: var(--border-r-15);
  -webkit-border-radius: var(--border-r-15);
  -moz-border-radius: var(--border-r-15);
  -ms-border-radius: var(--border-r-15);
  -o-border-radius: var(--border-r-15);
  opacity: 0;
}
@media (min-width: 767.5px) {
  .culture-area-section .culture-slider .culture-slide {
    width: 85%;
  }
}
.culture-area-section .culture-slider .culture-slide:hover {
  background: var(--cyan-clr-2);
  box-shadow: 0 112px 31px 0 rgba(0, 0, 0, 0), 0 72px 29px 0 rgba(0, 0, 0, 0.01), 0 40px 24px 0 rgba(0, 0, 0, 0.05), 0 18px 18px 0 rgba(0, 0, 0, 0.09), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}
.culture-area-section .culture-slider .culture-slide:hover .culture-slide-btn {
  box-shadow: inset 0 0 0.7em rgba(255, 255, 255, 0.7), inset 0 0 0.7em rgba(255, 255, 255, 0.7);
}
.culture-area-section .culture-slider .culture-slide:hover .culture-slide-btn .icon-small-arrow-left {
  transform: translateX(-4px);
  -webkit-transform: translateX(-4px);
  -moz-transform: translateX(-4px);
  -ms-transform: translateX(-4px);
  -o-transform: translateX(-4px);
}
.culture-area-section .culture-slider .culture-slide .culture-slide-desc {
  gap: 1em;
}
.culture-area-section .culture-slider .culture-slide .culture-slide-desc .culture-title {
  color: var(--navy-clr-1);
  font-size: var(--text-1);
  width: 80%;
  font-weight: 500;
}
.culture-area-section .culture-slider .culture-slide .culture-slide-desc .score-number {
  color: var(--navy-clr-1);
  font-weight: 500;
}
.culture-area-section .culture-slider .culture-slide .culture-photo {
  border-radius: var(--border-r-15);
  -webkit-border-radius: var(--border-r-15);
  -moz-border-radius: var(--border-r-15);
  -ms-border-radius: var(--border-r-15);
  -o-border-radius: var(--border-r-15);
  width: 100%;
  aspect-ratio: 4/5;
}
.culture-area-section .culture-slider .culture-slide .culture-slide-btn {
  width: 100%;
  aspect-ratio: 5/1;
  border-radius: var(--border-r-15);
  -webkit-border-radius: var(--border-r-15);
  -moz-border-radius: var(--border-r-15);
  -ms-border-radius: var(--border-r-15);
  -o-border-radius: var(--border-r-15);
  background: var(--navy-clr-2);
  color: #fbf5e7;
}
.culture-area-section .culture-slider .culture-slide .culture-slide-btn .icon-small-arrow-left {
  font-size: 0.8em;
}
.culture-area-section .culture-slider .culture-slide .culture-slide-btn .icon-small-arrow-left::before {
  color: #fbf5e7;
}
.culture-area-section .slider-navigation {
  width: 100%;
}
@media (min-width: 991.5px) {
  .culture-area-section .slider-navigation {
    width: 96%;
  }
}
.culture-area-section .slider-navigation .nav-btn {
  background: var(--navy-clr-2);
}
.culture-area-section .slider-navigation .nav-btn:hover {
  box-shadow: inset 0 0 0.7em rgba(255, 255, 255, 0.7), inset 0 0 0.7em rgba(255, 255, 255, 0.7);
}
.culture-area-section .slider-navigation .nav-btn .nav-icon {
  font-size: 0.5em;
}
.culture-area-section .slider-navigation .nav-btn .nav-icon:before {
  color: #fff;
}
.culture-area-section .culture-archive {
  background: var(--cyan-clr-2);
  color: rgba(0, 0, 0, 0.8);
  border-radius: var(--border-r-15);
  -webkit-border-radius: var(--border-r-15);
  -moz-border-radius: var(--border-r-15);
  -ms-border-radius: var(--border-r-15);
  -o-border-radius: var(--border-r-15);
  padding: 0.5em;
  width: 8em;
  aspect-ratio: 3/1;
}
.culture-area-section .culture-archive:hover {
  box-shadow: inset 0 0 8px var(--navy-clr-1), inset 0 0 8px var(--navy-clr-1);
}
.culture-area-section .culture-archive:hover .icon-small-arrow-left {
  transform: translateX(-4px);
  -webkit-transform: translateX(-4px);
  -moz-transform: translateX(-4px);
  -ms-transform: translateX(-4px);
  -o-transform: translateX(-4px);
}
.culture-area-section .culture-archive .icon-small-arrow-left {
  font-size: 0.7em;
}
.culture-area-section .culture-archive .icon-small-arrow-left::before {
  color: rgba(0, 0, 0, 0.8);
}

.library-section {
  background: var(--rose-clr);
}
.library-section .library-slide {
  padding-bottom: 0;
}
@media (min-width: 767.5px) {
  .library-section .library-slide {
    padding-bottom: 2.5em;
  }
}
@keyframes spin-rays {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.library-section .library-symbol-two {
  position: absolute;
  left: 0;
  top: 10%;
  width: 20%;
}
@media (min-width: 767.5px) {
  .library-section .library-symbol-two {
    width: 10%;
  }
}
@media (min-width: 1199.5px) {
  .library-section .library-symbol-two {
    width: 7%;
  }
}
.library-section .title-box .section-title {
  color: var(--navy-clr-2);
}
.library-section .title-box .section-subtitle {
  color: var(--navy-clr-2);
}
.library-section .title-box .dot {
  background: var(--navy-clr-2);
}
.library-section .title-box .dot:first-child {
  background: var(--cyan-clr-2);
}
.library-section .library-content {
  gap: 0.5em;
}
@media (min-height: 799.5px) {
  .library-section .library-content {
    gap: 1em;
  }
}
@media (min-width: 767.5px) {
  .library-section .library-content {
    gap: 1.5em;
  }
}
.library-section .library-photo {
  width: 76%;
  position: relative;
  aspect-ratio: 3/4.7;
  margin-bottom: -4em;
}
@media (min-height: 799.5px) {
  .library-section .library-photo {
    margin-bottom: 0;
    width: 80%;
  }
}
@media (min-width: 767.5px) {
  .library-section .library-photo {
    margin-bottom: 0;
    width: 55%;
  }
}
@media (min-width: 991.5px) {
  .library-section .library-photo {
    width: 49%;
  }
}
@media (min-width: 1199.5px) {
  .library-section .library-photo {
    width: 35%;
  }
}
@media (min-width: 1399.5px) {
  .library-section .library-photo {
    width: 32%;
  }
}
.library-section .library-photo .library-photo-frame {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: url(../images/high-school-one/library-img-back.png) no-repeat center;
  background-size: cover;
}
.library-section .library-photo .library-photo-mask {
  width: 77%;
  aspect-ratio: 3/6;
  left: 49.5%;
  -webkit-mask-image: url(../images/high-school-one/library-mask.png);
  mask-image: url(../images/high-school-one/library-mask.png);
}
.library-section .library-photo .library-img {
  width: 100%;
  height: 100%;
}
.library-section .library-photo .library-symbol-one {
  position: absolute;
  width: 30%;
  right: -14%;
  bottom: 11%;
  z-index: 0;
}
@media (min-width: 767.5px) {
  .library-section .library-photo .library-symbol-one {
    bottom: -6%;
  }
}
.library-section .library-form {
  width: 100%;
}
@media (min-width: 767.5px) {
  .library-section .library-form {
    width: 40%;
    gap: 1em;
  }
}
@media (min-width: 1199.5px) {
  .library-section .library-form {
    width: 32%;
  }
}
.library-section .library-form form {
  width: 100%;
  gap: 0.4em;
  margin: auto;
  font-size: 1.3em;
}
@media (min-height: 767.5px) {
  .library-section .library-form form {
    gap: 0.7em;
  }
}
@media (min-width: 767.5px) {
  .library-section .library-form form {
    gap: 1.4em;
    margin-top: 1em;
  }
}
.library-section .library-form form .library-form-title {
  font-size: 0.8em;
  color: #000;
  font-weight: 500;
}
.library-section .library-form form .custom-select {
  position: relative;
  width: 100%;
}
.library-section .library-form form .selected-option {
  color: #000;
  padding: 10px;
  height: 2.8em;
  font-size: 0.7em;
  background-color: var(--cyan-clr-2);
  border: 1px solid rgba(49, 75, 102, 0.67);
  border-radius: var(--border-r-15);
  -webkit-border-radius: var(--border-r-15);
  -moz-border-radius: var(--border-r-15);
  -ms-border-radius: var(--border-r-15);
  -o-border-radius: var(--border-r-15);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-height: 767.5px) {
  .library-section .library-form form .selected-option {
    height: 3.5em;
  }
}
@media (min-width: 767.5px) {
  .library-section .library-form form .selected-option {
    height: 3.5em;
    font-size: 0.8em;
  }
}
.library-section .library-form form .selected-option:hover {
  box-shadow: 2px 2px 5px 2px var(--navy-clr-1);
}
@media (min-width: 1599.5px) {
  .library-section .library-form form .selected-option {
    height: 4em;
  }
}
.library-section .library-form form .icon-chevron {
  display: inline-block;
  transition: transform 0.3s ease;
  color: #000;
  transform: rotate(-90deg);
}
.library-section .library-form form .options-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0.8em;
  border-radius: var(--border-r-15);
  -webkit-border-radius: var(--border-r-15);
  -moz-border-radius: var(--border-r-15);
  -ms-border-radius: var(--border-r-15);
  -o-border-radius: var(--border-r-15);
  border: 1px solid rgba(49, 75, 102, 0.67);
  background: var(--cyan-clr-2);
  display: none;
  z-index: 999;
}
.library-section .library-form form .options-list .option-list-li {
  border-radius: var(--border-r-15);
  -webkit-border-radius: var(--border-r-15);
  -moz-border-radius: var(--border-r-15);
  -ms-border-radius: var(--border-r-15);
  -o-border-radius: var(--border-r-15);
  padding: 10px;
  font-size: 0.8em;
  color: var(--navy-clr-1);
}
.library-section .library-form form .options-list .option-list-li:hover {
  background-color: #fff;
  color: #2b3a67;
  width: 95%;
  margin-inline: auto;
}
.library-section .library-form form .open .icon-chevron {
  transform: rotate(90deg);
}
.library-section .library-form form .library-submit-btn {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  gap: 1em;
  width: 100%;
  height: 2.8em;
  font-size: 0.7em;
  text-align: center;
  color: #fff;
  background-color: var(--navy-clr-2);
  padding: 0.3em;
}
.library-section .library-form form .library-submit-btn:hover {
  box-shadow: inset 0 0 0.7em #fff, inset 0 0 0.7em rgba(255, 255, 255, 0.7);
}
@media (min-height: 767.5px) {
  .library-section .library-form form .library-submit-btn {
    height: 3.5em;
  }
}
@media (min-width: 767.5px) {
  .library-section .library-form form .library-submit-btn {
    height: 3.5em;
    font-size: 0.8em;
  }
}
@media (min-width: 1599.5px) {
  .library-section .library-form form .library-submit-btn {
    height: 5em;
  }
}

@keyframes slidePosition {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 0%;
  }
}
.pre-signIn-section {
  background: #fbf5e7;
}
.pre-signIn-section .bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(-60deg, #fbf5e7 50%, #cce4eb 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;
}
.pre-signIn-section .bg2 {
  background-image: linear-gradient(-60deg, #cce4eb 50%, #fbf5e7 50%);
  animation-direction: alternate-reverse;
  animation-duration: 4s;
}
.pre-signIn-section .bg3 {
  background-image: linear-gradient(-60deg, #fbf5e7 70%, #cce4eb 30%);
  animation-duration: 5s;
}
.pre-signIn-section:after {
  content: "";
  position: absolute;
  bottom: 0em;
  left: 15%;
  width: 16em;
  aspect-ratio: 3/1.1;
  background: url(../images/high-school-one/signIn-vector-two.svg) no-repeat center;
  background-size: cover;
  display: none;
}
@media (min-width: 767.5px) {
  .pre-signIn-section:after {
    display: block;
  }
}
.pre-signIn-section .title-box {
  color: var(--green-clr-2);
}
.pre-signIn-section .title-box .title-box-img {
  width: 33%;
}
.pre-signIn-section .title-box .dot {
  background: var(--green-clr-2);
}
.pre-signIn-section .title-box .dot:first-child {
  background: #edb6a3;
}
.pre-signIn-section .pre-signIn-photo-container {
  width: 74%;
  aspect-ratio: 5/4;
  position: relative;
  z-index: 10;
}
@media (min-width: 767.5px) {
  .pre-signIn-section .pre-signIn-photo-container {
    margin-block: 1.5em;
    width: 45%;
  }
}
@media (min-width: 991.5px) {
  .pre-signIn-section .pre-signIn-photo-container {
    margin-block: 0;
  }
}
@media (min-width: 1199.5px) {
  .pre-signIn-section .pre-signIn-photo-container {
    width: 40%;
  }
}
.pre-signIn-section .pre-signIn-photo-container:after {
  content: "";
  position: absolute;
  bottom: 0em;
  right: -2em;
  width: 4em;
  aspect-ratio: 1;
  background: url(../images/high-school-one/signIn-vector-one.svg) no-repeat center;
  background-size: cover;
  z-index: -1;
}
@media (min-width: 767.5px) {
  .pre-signIn-section .pre-signIn-photo-container:after {
    bottom: -4em;
    right: 2em;
    width: 12em;
  }
}
.pre-signIn-section .pre-signIn-photo-container .pre-signIn-mask {
  width: 100%;
  height: 100%;
  mask-image: url(../images/high-school-one/pre-sign-in-mask.png);
}
.pre-signIn-section .pre-signIn-photo-container .pre-signIn-mask:before {
  content: "";
  width: 93%;
  height: 86%;
  background: url(../images/high-school-one/pre-sign-in-photo-frame.svg) no-repeat center;
  background-size: cover;
}
.pre-signIn-section .pre-signIn-photo-container .pre-signIn-photo {
  width: 100%;
  height: 100%;
}
.pre-signIn-section .pre-signIn-description {
  width: 90%;
  z-index: 10;
  position: relative;
}
@media (min-width: 767.5px) {
  .pre-signIn-section .pre-signIn-description {
    width: 45%;
  }
}
@media (min-width: 991.5px) {
  .pre-signIn-section .pre-signIn-description {
    width: 40%;
  }
}
@media (min-width: 1199.5px) {
  .pre-signIn-section .pre-signIn-description {
    width: 36%;
  }
}
@media (min-width: 1399.5px) {
  .pre-signIn-section .pre-signIn-description {
    width: 28%;
  }
}
.pre-signIn-section .pre-signIn-description .pre-signIn-text {
  color: #000;
  height: 8.5em;
  overflow: auto;
  padding-left: 0.4em;
  font-size: var(--text-1);
  line-height: var(--line-h-1);
}
@media (min-width: 767.5px) {
  .pre-signIn-section .pre-signIn-description .pre-signIn-text {
    max-height: 12em;
    overflow-y: auto;
    padding-left: 1em;
  }
}
.pre-signIn-section .pre-signIn-description .pre-signIn-form-btn {
  position: relative;
  width: 100%;
  height: 3.5em;
  border: 1px solid #fff;
  border-radius: var(--border-r-15);
  -webkit-border-radius: var(--border-r-15);
  -moz-border-radius: var(--border-r-15);
  -ms-border-radius: var(--border-r-15);
  -o-border-radius: var(--border-r-15);
  cursor: pointer;
  z-index: 10;
  color: #fff;
  background-color: var(--navy-clr-2);
  padding: 1em;
}
.pre-signIn-section .pre-signIn-description .pre-signIn-form-btn:hover {
  box-shadow: inset 0 0 0.7em #fff, inset 0 0 0.7em rgba(255, 255, 255, 0.7);
}
@media (min-width: 767.5px) {
  .pre-signIn-section .pre-signIn-description .pre-signIn-form-btn {
    width: 96%;
  }
}

.gallery-section {
  background: var(--cyan-clr-2);
}
.gallery-section .background-pattern {
  background: url(../images/high-school-one/gallery-slide-pattern.svg);
}
@media (min-width: 767.5px) {
  .gallery-section .gallery-content {
    margin-bottom: 2em;
  }
}
@media (min-width: 1399.5px) {
  .gallery-section .gallery-content {
    width: 76%;
    margin-inline: auto;
  }
}
.gallery-section .title-box {
  color: var(--navy-clr-1);
}
.gallery-section .title-box .dot {
  background: var(--navy-clr-1);
}
.gallery-section .title-box .dot:first-child {
  background: #edb6a3;
}
.gallery-section .gallery-tab-pane {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}
.gallery-section .gallery-tab-pane.active.animating {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  z-index: 1;
  pointer-events: auto;
}
.gallery-section .gallery-tab-item {
  width: 50%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 1px solid #4e4e4e;
  background: transparent;
  color: #4e4e4e;
  backdrop-filter: blur(2.5px);
}
.gallery-section .gallery-tab-item:hover {
  box-shadow: inset 0 0 4px var(--navy-clr-1), inset 0 0 4px var(--navy-clr-1);
}
@media (min-width: 575.5px) {
  .gallery-section .gallery-tab-item {
    width: 8em;
  }
}
.gallery-section .gallery-tab-item.active {
  border: 3px solid transparent;
  background: var(--navy-clr-2);
  color: #fff;
}
.gallery-section .gallery-tab-item .gallery-tab-link {
  padding: 0.2em 1em;
  width: 100%;
  height: 100%;
}
@media (min-width: 575.5px) {
  .gallery-section .gallery-tab-item .gallery-tab-link {
    padding: 0.5em 1em;
  }
}
.gallery-section .gallery-slider {
  width: 100%;
  padding-top: 1em;
  overflow: hidden;
}
.gallery-section .gallery-slider .swiper-slide {
  opacity: 0;
  aspect-ratio: 1;
}
@media (min-width: 767.5px) {
  .gallery-section .gallery-slider .swiper-slide {
    padding-bottom: 1em;
    padding-top: 4em;
  }
}
.gallery-section .gallery-slider .swiper-slide:hover .gallery-slide {
  background: rgba(255, 255, 255, 0.58);
}
.gallery-section .gallery-slider .swiper-slide:hover .gallery-slide .gallery-slide-photo-mask:before {
  width: 95%;
}
.gallery-section .gallery-slider .gallery-slide {
  cursor: pointer;
  width: 100%;
  height: 100%;
  background: transparent;
  -webkit-mask-image: url(../images/high-school-one/gallery-photo-mask.png);
  mask-image: url(../images/high-school-one/gallery-photo-mask.png);
}
.gallery-section .gallery-slider .gallery-slide .gallery-slide-photo-mask {
  width: 97%;
  height: 99%;
  -webkit-mask-image: url(../images/high-school-one/gallery-photo-mask.png);
  mask-image: url(../images/high-school-one/gallery-photo-mask.png);
}
.gallery-section .gallery-slider .gallery-slide .gallery-slide-photo-mask:before {
  content: "";
  width: 90%;
  aspect-ratio: 1;
  background: url(../images/high-school-one/gallery-photo-frame.svg) no-repeat center;
  background-size: cover;
}
.gallery-section .gallery-slider .gallery-slide .gallery-slide-photo-mask .gallery-slide-photo {
  width: 100%;
  height: 100%;
}
.gallery-section .navigations-container {
  gap: 0.8em;
}
@media (min-height: 699.5px) {
  .gallery-section .navigations-container {
    margin-top: 2em;
    gap: 1.8em;
  }
}
.gallery-section .slider-navigation {
  width: 100%;
}
@media (min-width: 767.5px) {
  .gallery-section .slider-navigation {
    width: 90%;
  }
}
.gallery-section .slider-navigation .nav-btn {
  background: var(--navy-clr-2);
}
.gallery-section .slider-navigation .nav-btn:hover {
  box-shadow: inset 1px 0 4px rgba(255, 255, 255, 0.7), inset 0 2px 4px rgba(255, 255, 255, 0.7);
}
.gallery-section .slider-navigation .nav-btn .nav-icon {
  font-size: 0.5em;
}
.gallery-section .slider-navigation .nav-btn .nav-icon:before {
  color: #fff;
}
.gallery-section .slider-navigation .swiper-scrollbar {
  width: 80%;
  height: 2px;
  background: rgba(196, 196, 196, 0.62);
  margin-right: 0.8em;
  display: none;
}
@media (min-width: 767.5px) {
  .gallery-section .slider-navigation .swiper-scrollbar {
    display: flex;
  }
}
@media (min-width: 1199.5px) {
  .gallery-section .slider-navigation .swiper-scrollbar {
    margin-right: 3em;
  }
}
.gallery-section .slider-navigation .swiper-scrollbar .swiper-scrollbar-drag {
  height: 5px;
  top: -1px;
  background: var(--navy-clr-2);
}
.gallery-section .archive {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: var(--navy-clr-2);
  color: #fff;
  width: 8em;
  aspect-ratio: 3/1;
  padding: 0.5em;
  margin-inline: auto;
  font-size: var(--text-1);
}
.gallery-section .archive:hover {
  box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.7), inset 0 0 8px rgba(255, 255, 255, 0.7);
}
@media (min-width: 991.5px) {
  .gallery-section .archive {
    margin-inline: unset;
    margin-left: 2em;
    margin-top: -4em;
    float: left;
  }
}
.gallery-section .archive .icon-chevron-left {
  font-weight: 700;
}
.gallery-section .archive .icon-chevron-left::before {
  color: #fff;
}

.footer-slide {
  background: var(--navy-clr-2);
}
.footer-slide .footer-content {
  position: relative;
  z-index: 10;
}
@media (min-width: 991.5px) {
  .footer-slide .footer-content .footer-container {
    flex-direction: row-reverse !important;
  }
}
@media (min-width: 991.5px) {
  .footer-slide .footer-content .footer-container .footer-columns-content {
    margin-top: 1.8em;
    width: 45%;
    justify-content: start !important;
  }
}
@media (min-width: 991.5px) {
  .footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content {
    width: 43% !important;
  }
}
.footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content .footer-column-title {
  color: #fff;
}
.footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content .footer-column-title:after {
  height: 0.2em;
  background: var(--rose-clr);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content .footer-column-ul .footer-li .footer-link {
  color: #fff;
}
.footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content .footer-column-ul .footer-li .footer-icon:before {
  color: var(--rose-clr);
}
@media (min-width: 991.5px) {
  .footer-slide .footer-content .footer-container .footer-columns-content .location-column {
    display: none !important;
  }
}
.footer-slide .footer-content .divider {
  display: none !important;
}
.footer-slide .footer-content .footer-social-media {
  display: none !important;
}

.footer-mask-container {
  width: 80%;
}
@media (min-width: 991.5px) {
  .footer-mask-container {
    width: 45%;
  }
}
.footer-mask-container .footer-mask-outer {
  position: relative;
  aspect-ratio: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-mask-container .footer-mask-outer:before {
  content: "";
  aspect-ratio: 1;
  width: 100%;
  -webkit-mask-image: url(../images/high-school-one/footer-mask.png);
  mask-image: url(../images/high-school-one/footer-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: url(../images/high-school-one/footer-pattern-vector.svg) no-repeat center;
  background-size: cover;
  background-color: #a1c0ad;
}
.footer-mask-container .footer-mask-outer .footer-mask-inner {
  width: 65%;
  flex-direction: column !important;
}
@media (min-width: 991.5px) {
  .footer-mask-container .footer-mask-outer .footer-mask-inner {
    justify-content: center !important;
    width: 76% !important;
    aspect-ratio: 1;
  }
}
.footer-mask-container .footer-mask-outer .footer-mask-inner .logo-mask-1 {
  display: none;
}
.footer-mask-container .footer-mask-outer .footer-mask-inner .footer-mask-contactUs {
  width: 100%;
}
.footer-mask-container .footer-mask-outer .footer-mask-inner .title-box {
  position: absolute;
  top: -4em;
  align-items: center !important;
}
@media (min-width: 699.5px) {
  .footer-mask-container .footer-mask-outer .footer-mask-inner .title-box {
    top: -7em;
  }
}
@media (min-width: 767.5px) {
  .footer-mask-container .footer-mask-outer .footer-mask-inner .title-box {
    position: relative;
    top: unset;
    margin-bottom: 1em;
  }
}
.footer-mask-container .footer-mask-outer .footer-mask-inner .title-box .title-dots .dot {
  background: #fff;
}
.footer-mask-container .footer-mask-outer .footer-mask-inner .title-box .title-dots .dot:first-child {
  background: #fdffc9;
}
.footer-mask-container .footer-mask-outer .footer-mask-inner .title-box .section-title {
  font-family: "Yekan Bakh" !important;
  font-size: 1.5em;
  color: #fff;
  text-align: center;
}
@media (min-width: 767.5px) {
  .footer-mask-container .footer-mask-outer .footer-mask-inner .title-box .section-title {
    font-size: 2em;
  }
}
@media (min-width: 1399.5px) {
  .footer-mask-container .footer-mask-outer .footer-mask-inner .title-box .section-title {
    font-size: 2.5em;
  }
}
.footer-mask-container .footer-mask-outer .footer-mask-inner .title-box .section-subtitle {
  display: none;
}
.footer-mask-container .footer-mask-outer .footer-mask-inner .phone-call-btn {
  font-size: 0.8em;
  font-weight: 500;
  width: 100%;
  padding: 0.5em 0.8em;
  color: #000;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  background: #fff;
}
@media (min-width: 459.5px) {
  .footer-mask-container .footer-mask-outer .footer-mask-inner .phone-call-btn {
    font-size: 1em;
  }
}
@media (min-width: 575.5px) {
  .footer-mask-container .footer-mask-outer .footer-mask-inner .phone-call-btn {
    width: 75%;
  }
}
@media (min-width: 767.5px) {
  .footer-mask-container .footer-mask-outer .footer-mask-inner .phone-call-btn {
    padding: 1em 0.8em;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
  }
}
@media (min-width: 991.5px) {
  .footer-mask-container .footer-mask-outer .footer-mask-inner .phone-call-btn {
    width: 65%;
  }
}
@media (min-width: 1199.5px) {
  .footer-mask-container .footer-mask-outer .footer-mask-inner .phone-call-btn {
    padding-block: 1.5em;
    font-size: 1.1em;
  }
}
.footer-mask-container .footer-mask-outer .footer-mask-inner .phone-call-btn:hover {
  box-shadow: 0 74px 29px 0 rgba(246, 244, 244, 0.11), 0 41px 25px 0 rgba(250, 249, 249, 0.04), 0 18px 18px 0 rgba(232, 227, 227, 0.16), 0 5px 10px 0 rgba(244, 240, 240, 0.27);
}
.footer-mask-container .footer-mask-outer .footer-mask-inner .phone-call-btn .icon-phone:before {
  color: #000;
}
.footer-mask-container .footer-mask-outer .footer-mask-inner .phone-call-btn.phone-call-number {
  border: 1px solid #2b3a67;
  background: #000;
  color: #fff;
}

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

.final-section {
  background: var(--navy-clr-2);
}

.created-by {
  background: #dbfffe;
}
.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 rgba(9, 163, 163, 0.5);
}

.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;
}
