* {
  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;
  }
}

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

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

@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 opacity-anim {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
.opacity-anim {
  animation: opacity-anim 3s forwards;
  animation-delay: 0.6s;
  -webkit-animation: opacity-anim 3s forwards;
}

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

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

.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, .signIn-section .signIn-content .signIn-photo-container .signIn-photo-outer-frame, .signIn-section .signIn-content .signIn-photo-container .signIn-photo-outer-frame .signIn-photo-inner-frame, .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 .news-slide, .news-section .news-slider-container .news-slide .news-slide-inside .news-slide-btn .icon-arrow-left-short, .news-section .news-slider-container .news-archive, .news-section .news-slider-container .news-archive .icon-small-arrow-left, .events-section .events-content .event-item, .events-section .events-content .event-item .event-img-container, .events-section .events-content .event-item .event-img-container .event-img, .events-section .events-content .event-item .event-item-description, .events-section .events-content .event-item .event-btn, .events-section .events-content .event-item .event-btn .icon-arrow-left-short, .library-section .library-slider .library-slide .library-slide-link, .success-section .success-slider-container .success-slide, .success-section .success-slider-container .success-archive, .success-section .success-slider-container .success-archive .icon-small-arrow-left, .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, .virtual-edu-section .virtual-edu-content .virtual-edu-item::before, .virtual-edu-section .virtual-edu-content .virtual-edu-item .icon-arrow, .signIn-section .signIn-content .signIn-items .signIn-item .signIn-item-btn, .cultural-organization-section .cultural-items .cultural-item .cultural-item-title, .cultural-organization-section .cultural-items .cultural-item .cultural-item-btn, .cultural-organization-section .cultural-items .cultural-item .cultural-item-btn .icon-arrow-left-short, .entrance-exam-school-section .entrance-exam-content .entrance-exam-items .entrance-exam-item, .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, .events-section .events-content .event-item .event-text, .library-section .library-slider .library-slide .library-description .library-text, .signIn-section .signIn-content .signIn-items .signIn-item .signIn-item-text, .cultural-organization-section .cultural-items .cultural-item .cultural-item-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, .events-section .events-content .event-item .event-title, .library-section .library-slider .library-slide .library-description .library-title-box .slide-title, .library-section .library-slider .library-slide .library-description .library-title-box .slide-subtitle, .success-section .success-slider-container .success-slide .success-slide-inside .success-student-name,
.success-section .success-slider-container .success-slide .success-slide-inside .success-degree, .virtual-edu-section .virtual-edu-content .virtual-edu-item .virtual-edu-item-title, .signIn-section .signIn-content .signIn-items .signIn-item .signIn-item-title, .cultural-organization-section .cultural-items .cultural-item .cultural-item-title, .footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content .footer-column-title, .footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content .footer-column-ul .footer-li .footer-link {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.intro-section .intro-photo-container .intro-photo-outer-frame, .intro-section .intro-photo-container .intro-photo-outer-frame .photo-inner-frame, .intro-section .intro-photo-container .intro-photo-outer-frame .photo-inner-frame .photo-inner-inner-frame, .intro-section .intro-photo-container .intro-photo-outer-frame .photo-inner-frame .photo-inner-inner-frame .photo-inner-frame, .gallery-section .gallery-slider .gallery-slide, .gallery-section .gallery-slider .gallery-slide .gallery-slide-photo-mask, .signIn-section .signIn-content .signIn-photo-container .signIn-photo-outer-frame, .signIn-section .signIn-content .signIn-photo-container .signIn-photo-outer-frame .signIn-photo-inner-frame {
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.news-section .news-slider-container .news-slide:hover .news-slide-inside, .news-section .news-slider-container .slider-navigation .nav-btn:hover, .news-section .news-slider-container .news-archive:hover, .library-section .library-slider .library-slide .library-slide-link:hover, .library-section .library-slider .slider-navigation .nav-btn:hover, .social-media-btns .social-media-btn:hover {
  filter: drop-shadow(0 1px 5px rgba(255, 255, 255, 0.5));
  -webkit-filter: drop-shadow(0 1px 5px rgba(255, 255, 255, 0.5));
}

.intro-section .intro-slider .slider-navigation .nav-btn:hover, .success-section .success-slider-container .slider-navigation .nav-btn:hover, .success-section .success-slider-container .success-archive:hover, .gallery-section .slider-navigation .nav-btn:hover, .gallery-section .archive:hover {
  filter: drop-shadow(0 1px 5px rgba(13, 13, 13, 0.4));
  -webkit-filter: drop-shadow(0 1px 5px rgba(13, 13, 13, 0.4));
}

::-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);
  }
}
:root {
  --text-1: 0.8em;
}
@media (min-width: 991.5px) {
  :root {
    --text-1: 1em;
  }
}

.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 {
  --beige-clr-1: #e6d7c4;
  --beige-clr-2: #d2b48c;
  --beige-clr-3: #e9e1db;
  --pink-clr-1: #c84797;
  --pink-clr-2: #feb3dc;
  --navy-clr-1: #212842;
  --gray-clr-1: #333;
  --text-1: 0.8em;
  --line-h-1: 2;
  --border-r-15: 15px;
  --border-r-20: 20px;
  --border-r-40: 40px;
  --border-r-50: 50%;
  --angle: 90deg;
  --c1: rgba(168, 239, 255, 1);
  --c2: rgba(168, 239, 255, 0.1);
  --d: 2500ms;
}
@media (min-width: 991.5px) {
  :root {
    --text-1: 0.9em;
  }
}
@media (min-width: 1399.5px) {
  :root {
    --text-1: 1em;
  }
}

@property --angle {
  syntax: "<angle>";
  initial-value: 90deg;
  inherits: true;
}
.title-font {
  font-family: "Yekan Bakh" !important;
  font-weight: 700;
}

.title-box {
  gap: 1em;
  z-index: 10;
  position: relative;
  margin-block: 0.8em;
}
@media (min-width: 1399.5px) {
  .title-box {
    margin-block: 1.1em;
  }
}
.title-box .title-box-vector {
  width: 3em;
}
@media (min-width: 1399.5px) {
  .title-box .title-box-vector {
    width: 4em;
  }
}
.title-box .section-title {
  font-size: 1.5em;
  font-weight: 700;
  color: #111a3c;
}
@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: #111a3c;
}

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

@keyframes slidePosition {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 0%;
  }
}
@keyframes borderRotate {
  100% {
    --angle: 420deg;
  }
}
@keyframes rotate-arrow {
  0% {
    transform: rotateX(0);
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
  }
  50% {
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
  }
  100% {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes linear-rotate-width {
  0% {
    width: 0;
  }
  50% {
    width: 30%;
  }
  100% {
    width: 0;
  }
}
@keyframes linear-rotate-height {
  0% {
    height: 0;
  }
  50% {
    height: 30%;
  }
  100% {
    height: 0;
  }
}
.main-header {
  padding-top: 0.8em;
}

body.slide-2 .main-header .school-logo-two,
body.slide-4 .main-header .school-logo-two,
body.slide-6 .main-header .school-logo-two,
body.slide-7 .main-header .school-logo-two,
body.slide-9 .main-header .school-logo-two,
body.slide-11 .main-header .school-logo-two {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden;
}

body.slide-1 .main-header .school-logo-two {
  display: flex;
}
body.slide-1 .main-header .school-logo-one {
  display: none;
}

body.slide-3 .main-header .school-logo-one,
body.slide-5 .main-header .school-logo-one,
body.slide-8 .main-header .school-logo-one,
body.slide-10 .main-header .school-logo-one,
body.slide-12 .main-header .school-logo-one,
body.slide-13 .main-header .school-logo-one {
  display: none !important;
}

body.slide-1 .main-header .header-left-title,
body.slide-3 .main-header .header-left-title,
body.slide-5 .main-header .header-left-title,
body.slide-8 .main-header .header-left-title,
body.slide-10 .main-header .header-left-title,
body.slide-12 .main-header .header-left-title,
body.slide-13 .main-header .header-left-title {
  color: #fff;
}
body.slide-1 .main-header .icon-menu::before,
body.slide-3 .main-header .icon-menu::before,
body.slide-5 .main-header .icon-menu::before,
body.slide-8 .main-header .icon-menu::before,
body.slide-10 .main-header .icon-menu::before,
body.slide-12 .main-header .icon-menu::before,
body.slide-13 .main-header .icon-menu::before {
  color: #fff;
}

body.slide-2 .main-header .header-left-title,
body.slide-4 .main-header .header-left-title,
body.slide-6 .main-header .header-left-title,
body.slide-7 .main-header .header-left-title,
body.slide-9 .main-header .header-left-title,
body.slide-11 .main-header .header-left-title {
  color: #262e4b;
}
body.slide-2 .main-header .icon-menu::before,
body.slide-4 .main-header .icon-menu::before,
body.slide-6 .main-header .icon-menu::before,
body.slide-7 .main-header .icon-menu::before,
body.slide-9 .main-header .icon-menu::before,
body.slide-11 .main-header .icon-menu::before {
  color: #262e4b;
}

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

body.slide-2 .swiper-sections-pagination .swiper-pagination-bullet,
body.slide-6 .swiper-sections-pagination .swiper-pagination-bullet,
body.slide-7 .swiper-sections-pagination .swiper-pagination-bullet,
body.slide-9 .swiper-sections-pagination .swiper-pagination-bullet,
body.slide-11 .swiper-sections-pagination .swiper-pagination-bullet {
  background: #262e4b;
}

body.slide-3 .swiper-sections-pagination .swiper-pagination-bullet,
body.slide-4 .swiper-sections-pagination .swiper-pagination-bullet,
body.slide-5 .swiper-sections-pagination .swiper-pagination-bullet,
body.slide-8 .swiper-sections-pagination .swiper-pagination-bullet,
body.slide-10 .swiper-sections-pagination .swiper-pagination-bullet,
body.slide-12 .swiper-sections-pagination .swiper-pagination-bullet {
  background: var(--beige-clr-2);
}

body.slide-2 .swiper-sections-pagination .swiper-pagination-bullet-active,
body.slide-3 .swiper-sections-pagination .swiper-pagination-bullet-active,
body.slide-5 .swiper-sections-pagination .swiper-pagination-bullet-active,
body.slide-6 .swiper-sections-pagination .swiper-pagination-bullet-active,
body.slide-7 .swiper-sections-pagination .swiper-pagination-bullet-active,
body.slide-8 .swiper-sections-pagination .swiper-pagination-bullet-active,
body.slide-10 .swiper-sections-pagination .swiper-pagination-bullet-active,
body.slide-11 .swiper-sections-pagination .swiper-pagination-bullet-active,
body.slide-12 .swiper-sections-pagination .swiper-pagination-bullet-active {
  background: #fff;
}

body.slide-2 .swiper-sections-pagination .swiper-pagination-bullet-active:after,
body.slide-3 .swiper-sections-pagination .swiper-pagination-bullet-active:after,
body.slide-5 .swiper-sections-pagination .swiper-pagination-bullet-active:after,
body.slide-6 .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,
body.slide-10 .swiper-sections-pagination .swiper-pagination-bullet-active:after,
body.slide-11 .swiper-sections-pagination .swiper-pagination-bullet-active:after,
body.slide-12 .swiper-sections-pagination .swiper-pagination-bullet-active:after {
  color: #fff;
}

body.slide-9 .swiper-sections-pagination .swiper-pagination-bullet-active {
  background: var(--beige-clr-2);
}

body.slide-9 .swiper-sections-pagination .swiper-pagination-bullet-active:after {
  color: var(--beige-clr-2);
}

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

body.slide-1 .fixed-footer .divider,
body.slide-3 .fixed-footer .divider,
body.slide-5 .fixed-footer .divider,
body.slide-7 .fixed-footer .divider,
body.slide-8 .fixed-footer .divider,
body.slide-10 .fixed-footer .divider {
  background-color: #fff;
}

body.slide-2 .fixed-footer .phone-number,
body.slide-4 .fixed-footer .phone-number,
body.slide-6 .fixed-footer .phone-number,
body.slide-7 .fixed-footer .phone-number,
body.slide-9 .fixed-footer .phone-number,
body.slide-11 .fixed-footer .phone-number,
body.slide-2 .fixed-footer .icon-phone::before,
body.slide-4 .fixed-footer .icon-phone::before,
body.slide-6 .fixed-footer .icon-phone::before,
body.slide-7 .fixed-footer .icon-phone::before,
body.slide-9 .fixed-footer .icon-phone::before,
body.slide-11 .fixed-footer .icon-phone::before {
  color: #262e4b;
}

body.slide-2 .fixed-footer .divider,
body.slide-4 .fixed-footer .divider,
body.slide-6 .fixed-footer .divider,
body.slide-7 .fixed-footer .divider,
body.slide-9 .fixed-footer .divider,
body.slide-11 .fixed-footer .divider {
  background-color: #262e4b;
}

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

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

body.slide-1 .scroll-btn,
body.slide-3 .scroll-btn,
body.slide-5 .scroll-btn,
body.slide-8 .scroll-btn,
body.slide-10 .scroll-btn,
body.slide-12 .scroll-btn {
  background: rgba(255, 255, 255, 0.5);
  border-color: #fff;
  cursor: pointer;
}
body.slide-1 .scroll-btn:before, body.slide-1 .scroll-btn:after,
body.slide-3 .scroll-btn:before,
body.slide-3 .scroll-btn:after,
body.slide-5 .scroll-btn:before,
body.slide-5 .scroll-btn:after,
body.slide-8 .scroll-btn:before,
body.slide-8 .scroll-btn:after,
body.slide-10 .scroll-btn:before,
body.slide-10 .scroll-btn:after,
body.slide-12 .scroll-btn:before,
body.slide-12 .scroll-btn:after {
  background: #fff;
}

body.slide-2 .scroll-btn,
body.slide-4 .scroll-btn,
body.slide-6 .scroll-btn,
body.slide-7 .scroll-btn,
body.slide-9 .scroll-btn,
body.slide-11 .scroll-btn {
  background: rgba(255, 255, 255, 0.28);
  border-color: #040d57;
}
body.slide-2 .scroll-btn:before, body.slide-2 .scroll-btn:after,
body.slide-4 .scroll-btn:before,
body.slide-4 .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-9 .scroll-btn:before,
body.slide-9 .scroll-btn:after,
body.slide-11 .scroll-btn:before,
body.slide-11 .scroll-btn:after {
  background: #040d57;
}

.video-banner-section::after, .video-banner-section:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 6em;
  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: #262e4b;
}
@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: #040d57 !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 .title-box-vector,
.library-section .title-box-vector,
.virtual-edu-section .title-box-vector,
.cultural-organization-section .title-box-vector,
.cultural-organization-section .title-box-vector {
  filter: brightness(0) saturate(100%) invert(98%) sepia(42%) saturate(648%) hue-rotate(307deg) brightness(92%) contrast(95%);
}
.news-section .section-title,
.library-section .section-title,
.virtual-edu-section .section-title,
.cultural-organization-section .section-title,
.cultural-organization-section .section-title {
  color: var(--beige-clr-2);
}
.news-section .dot,
.library-section .dot,
.virtual-edu-section .dot,
.cultural-organization-section .dot,
.cultural-organization-section .dot {
  background: var(--beige-clr-2);
}
.news-section .dot:nth-child(2),
.library-section .dot:nth-child(2),
.virtual-edu-section .dot:nth-child(2),
.cultural-organization-section .dot:nth-child(2),
.cultural-organization-section .dot:nth-child(2) {
  opacity: 0.6;
}
.news-section .dot:nth-child(3),
.library-section .dot:nth-child(3),
.virtual-edu-section .dot:nth-child(3),
.cultural-organization-section .dot:nth-child(3),
.cultural-organization-section .dot:nth-child(3) {
  opacity: 0.3;
}

.events-section .title-box-vector,
.gallery-section .title-box-vector,
.signIn-section .title-box-vector,
.entrance-exam-school .title-box-vector {
  filter: brightness(0) saturate(100%) invert(12%) sepia(56%) saturate(568%) hue-rotate(188deg) brightness(92%) contrast(91%);
}
.events-section .dot:nth-child(2),
.gallery-section .dot:nth-child(2),
.signIn-section .dot:nth-child(2),
.entrance-exam-school .dot:nth-child(2) {
  opacity: 0.6;
}
.events-section .dot:nth-child(3),
.gallery-section .dot:nth-child(3),
.signIn-section .dot:nth-child(3),
.entrance-exam-school .dot:nth-child(3) {
  opacity: 0.3;
}

.toggle-menu-parent .toggle-menu {
  background: rgba(21, 43, 101, 0.8);
}
.toggle-menu-parent .toggle-menu .icon-close-btn:before {
  color: var(--beige-clr-2);
}
.toggle-menu-parent .toggle-menu .search-form {
  border: 1px solid var(--beige-clr-2);
}
.toggle-menu-parent .toggle-menu .search-form .search-input {
  border-left: 1px solid var(--beige-clr-2);
}
.toggle-menu-parent .toggle-menu .search-form .icon-Search:before {
  color: var(--beige-clr-2);
}
.toggle-menu-parent .toggle-menu .menu-item .menu-item-link {
  background: transparent;
  color: var(--beige-clr-2);
}
.toggle-menu-parent .toggle-menu .menu-item .menu-item-link .icon-chevron-down:before {
  color: var(--beige-clr-2);
}
.toggle-menu-parent .toggle-menu .menu-item:hover .menu-item-link, .toggle-menu-parent .toggle-menu .menu-item.active .menu-item-link {
  color: #242f11;
  background-color: var(--beige-clr-2);
}
.toggle-menu-parent .toggle-menu .menu-item:hover .menu-item-link .icon-chevron-down:before, .toggle-menu-parent .toggle-menu .menu-item.active .menu-item-link .icon-chevron-down:before {
  color: var(--beige-clr-2);
}
.toggle-menu-parent .toggle-menu .menu-item .submenu-item {
  color: var(--beige-clr-2);
}
.toggle-menu-parent .toggle-menu .toggle-menu-btns {
  border-top: 1px solid var(--beige-clr-2);
}
.toggle-menu-parent .toggle-menu .toggle-menu-btns .toggle-menu-btn {
  background: var(--beige-clr-2);
  color: #152b65;
}

.intro-section {
  background: linear-gradient(45deg, var(--navy-clr-1), #faf7f4, var(--beige-clr-1), var(--beige-clr-1), #faf7f4, var(--navy-clr-1));
  background-size: 400% 400%;
  animation: gradient 5s ease infinite;
  -webkit-animation: gradient 5s ease infinite;
}
.intro-section .shooting-stars {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
}
.intro-section .section-title,
.intro-section .section-subtitle {
  color: #040d57;
}
.intro-section .dot {
  background: #040d57;
}
.intro-section .intro-slider {
  width: 100%;
}
.intro-section .intro-slider .intro-slide {
  gap: 0.4em;
}
@media (min-height: 699.5px) {
  .intro-section .intro-slider .intro-slide {
    gap: 2em;
  }
}
.intro-section .intro-slider .slider-navigation {
  padding-block: 0.5em;
  margin-top: 0.5em;
}
@media (min-height: 699.5px) {
  .intro-section .intro-slider .slider-navigation {
    margin-top: 1.5em;
  }
}
.intro-section .intro-slider .slider-navigation .nav-btn {
  background: #212841;
}
.intro-section .intro-slider .slider-navigation .nav-btn .nav-icon:before {
  color: #fff;
}
.intro-section .intro-description {
  width: 90%;
}
@media (min-width: 767.5px) {
  .intro-section .intro-description {
    width: 44%;
  }
}
@media (min-width: 991.5px) {
  .intro-section .intro-description {
    width: 40%;
  }
}
.intro-section .intro-description .intro-text {
  font-size: var(--text-1);
  line-height: var(--line-h-1);
  color: var(--navy-clr-1);
  height: 9em;
  overflow: auto;
  padding-left: 0.7em;
}
@media (min-width: 767.5px) {
  .intro-section .intro-description .intro-text {
    height: 12em;
    overflow-y: auto;
    margin-top: 3em;
  }
}
.intro-section .intro-photo-container {
  width: 75%;
}
@media (min-width: 767.5px) {
  .intro-section .intro-photo-container {
    width: 44%;
  }
}
@media (min-width: 991.5px) {
  .intro-section .intro-photo-container {
    width: 40%;
  }
}
.intro-section .intro-photo-container .intro-photo-outer-frame, .intro-section .intro-photo-container .intro-photo-outer-frame .photo-inner-frame .photo-inner-inner-frame, .intro-section .intro-photo-container .intro-photo-outer-frame .photo-inner-frame, .intro-section .intro-photo-container .intro-photo-outer-frame .photo-inner-frame .photo-inner-frame {
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  background: #111a3c;
  -webkit-mask-image: url(../images/humanities-school/logo-mask.svg);
  mask-image: url(../images/humanities-school/logo-mask.svg);
}
.intro-section .intro-photo-container .intro-photo-outer-frame .photo-inner-frame, .intro-section .intro-photo-container .intro-photo-outer-frame .photo-inner-frame .photo-inner-frame {
  background: var(--beige-clr-1);
  -webkit-mask-size: 100%;
  mask-size: 100%;
}
.intro-section .intro-photo-container .intro-photo-outer-frame .photo-inner-frame .photo-inner-inner-frame {
  -webkit-mask-size: 100%;
  mask-size: 100%;
}

.news-section {
  background-color: var(--navy-clr-1);
}
.news-section .news-slider-container {
  width: 100%;
  padding-bottom: 1em;
}
@media (min-width: 767.5px) {
  .news-section .news-slider-container {
    margin-top: 1.5em;
  }
}
@media (min-height: 799.5px) {
  .news-section .news-slider-container {
    margin-top: 1.5em;
  }
}
.news-section .news-slider-container .news-slide {
  width: 80%;
  margin-inline: auto;
  border: 1px solid var(--orange-clr-1);
  opacity: 0;
}
@media (min-width: 1399.5px) {
  .news-section .news-slider-container .news-slide {
    width: 93%;
  }
}
.news-section .news-slider-container .news-slide:hover {
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
}
.news-section .news-slider-container .news-slide:hover .news-slide-inside {
  background: var(--beige-clr-1);
  backdrop-filter: blur(10px);
}
.news-section .news-slider-container .news-slide:hover .news-slide-btn {
  color: #fff !important;
  box-shadow: 0 80px 0 0 #a4bedd inset, 0 -80px 0 0 #a4bedd inset !important;
}
.news-section .news-slider-container .news-slide:hover .news-slide-btn .icon-arrow-left-short {
  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-slide:hover .news-slide-btn .icon-arrow-left-short:before {
  color: #fff !important;
}
.news-section .news-slider-container .news-slide .news-photo {
  width: 60%;
  aspect-ratio: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.13);
  margin-bottom: -2em;
  z-index: 10;
}
.news-section .news-slider-container .news-slide .news-slide-inside {
  gap: 0.8em;
  padding: 2.8em 1em 1em;
  background: var(--beige-clr-2);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.news-section .news-slider-container .news-slide .news-slide-inside .news-title {
  width: 100%;
  color: #090909;
}
.news-section .news-slider-container .news-slide .news-slide-inside .news-description {
  color: var(--navy-clr-1);
  -webkit-line-clamp: 2;
  line-clamp: 2;
  height: 3.5em;
  line-height: var(--line-h-1);
  font-size: var(--text-1);
}
@media (min-width: 1399.5px) {
  .news-section .news-slider-container .news-slide .news-slide-inside .news-description {
    -webkit-line-clamp: 3;
    line-clamp: 3;
    height: 5.5em;
  }
}
.news-section .news-slider-container .news-slide .news-slide-inside .divider {
  width: 100%;
  height: 1px;
  background-color: #a4bedd;
}
.news-section .news-slider-container .news-slide .news-slide-inside .news-slide-btn {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  transition: all 0.8s, color 0.3s 0.3s;
  background: #fff;
  color: #274c77;
  padding: 0.5em 1em;
  font-size: var(--text-1);
}
.news-section .news-slider-container .news-slide .news-slide-inside .news-slide-btn .icon-arrow-left-short {
  font-size: 0.8em;
}
.news-section .news-slider-container .news-slide .news-slide-inside .news-slide-btn .icon-arrow-left-short:before {
  color: #274c77;
}
.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 var(--navy-clr-1);
  background: var(--beige-clr-1);
}
.news-section .news-slider-container .slider-navigation .nav-btn .nav-icon:before {
  color: var(--navy-clr-1);
}
.news-section .news-slider-container .slider-navigation .swiper-scrollbar {
  width: 80%;
  height: 1px;
  background: #989898;
  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(--beige-clr-1);
}
.news-section .news-slider-container .news-archive {
  background: var(--beige-clr-1);
  border: 1px solid rgba(0, 0, 0, 0.4);
  color: var(--navy-clr-1);
  padding: 0.5em;
  width: 8em;
  font-size: var(--text-1);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.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: var(--navy-clr-1);
}
.news-section .nav-container {
  margin-top: 0.7em;
  padding-inline: 2em;
  gap: 0.4em;
}
@media (min-height: 767.5px) {
  .news-section .nav-container {
    gap: 1em;
    margin-top: 1.5em;
  }
}
.news-section .news-vector {
  display: none !important;
}

.events-section {
  background-color: var(--beige-clr-3);
}
.events-section .events-content {
  margin-top: 0;
  gap: 0.5em;
  width: 100%;
}
@media (min-width: 767.5px) {
  .events-section .events-content {
    margin-top: 2em;
    gap: 2em;
  }
}
@media (min-width: 991.5px) {
  .events-section .events-content {
    gap: 1.1em;
  }
}
@media (min-width: 1499.5px) {
  .events-section .events-content {
    gap: 2em;
  }
}
@media (min-height: 799.5px) {
  .events-section .events-content {
    margin-top: 2em;
  }
}
.events-section .events-content .event-item {
  gap: 1em;
  width: 93%;
  padding: 0.7em;
  position: relative;
  cursor: pointer;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
@media (min-width: 575.5px) {
  .events-section .events-content .event-item {
    gap: 1.8em;
    width: 42%;
  }
}
@media (min-width: 767.5px) {
  .events-section .events-content .event-item {
    gap: 1em;
  }
}
@media (min-width: 991.5px) {
  .events-section .events-content .event-item {
    gap: 1.8em;
    width: 23%;
  }
}
@media (min-width: 1199.5px) {
  .events-section .events-content .event-item {
    width: 19%;
  }
}
.events-section .events-content .event-item::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  background: conic-gradient(from var(--angle), var(--c2), var(--navy-clr-1) 0.1turn, var(--navy-clr-1) 0.15turn, var(--c2) 0.25turn);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: add, add;
  -webkit-mask-composite: exclude;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
  animation: borderRotate 2s linear infinite forwards;
  -webkit-animation: borderRotate 2s linear infinite forwards;
  display: none;
}
.events-section .events-content .event-item:hover {
  background-color: var(--beige-clr-1);
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}
.events-section .events-content .event-item:hover::before {
  display: block;
}
.events-section .events-content .event-item:hover .event-img-container {
  background: var(--navy-clr-1);
}
.events-section .events-content .event-item:hover .event-img-container .event-img {
  filter: brightness(0) saturate(100%) invert(98%) sepia(42%) saturate(648%) hue-rotate(307deg) brightness(92%) contrast(95%);
}
.events-section .events-content .event-item:hover .event-btn {
  box-shadow: inset 0 0 3px 3px rgba(255, 255, 255, 0.4);
}
.events-section .events-content .event-item:hover .event-btn .icon-arrow-left-short {
  transform: translateX(-3px);
  -webkit-transform: translateX(-3px);
  -moz-transform: translateX(-3px);
  -ms-transform: translateX(-3px);
  -o-transform: translateX(-3px);
}
.events-section .events-content .event-item .event-img-container {
  width: 4.3em;
  aspect-ratio: 1;
  background: var(--beige-clr-2);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
@media (min-width: 575.5px) {
  .events-section .events-content .event-item .event-img-container {
    width: 36%;
  }
}
@media (min-width: 767.5px) {
  .events-section .events-content .event-item .event-img-container {
    width: 30%;
  }
}
@media (min-width: 991.5px) {
  .events-section .events-content .event-item .event-img-container {
    width: 35%;
  }
}
.events-section .events-content .event-item .event-img-container .event-img {
  width: 55%;
}
.events-section .events-content .event-item .event-item-description {
  gap: 0.3em;
  width: 8em;
}
@media (min-width: 767.5px) {
  .events-section .events-content .event-item .event-item-description {
    width: 50%;
  }
}
@media (min-width: 991.5px) {
  .events-section .events-content .event-item .event-item-description {
    width: 100%;
  }
}
.events-section .events-content .event-item .event-title {
  width: 100%;
  font-size: 0.9em;
}
@media (min-width: 1399.5px) {
  .events-section .events-content .event-item .event-title {
    font-size: 1.1em;
  }
}
.events-section .events-content .event-item .event-text {
  -webkit-line-clamp: 3;
  line-clamp: 3;
  line-height: var(--line-h-1);
  font-size: var(--text-1);
}
@media (min-width: 1399.5px) {
  .events-section .events-content .event-item .event-text {
    width: 85%;
  }
}
.events-section .events-content .event-item .event-btn {
  width: 100%;
  height: 2.6em;
  padding: 0.4em;
  margin-top: 0.8em;
  font-size: var(--text-1);
  background: #484d61;
  color: var(--beige-clr-3);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
@media (min-width: 991.5px) {
  .events-section .events-content .event-item .event-btn {
    width: 70%;
  }
}
@media (min-width: 1199.5px) {
  .events-section .events-content .event-item .event-btn {
    width: 55%;
  }
}
.events-section .events-content .event-item .event-btn .icon-arrow-left-short {
  font-size: 0.8em;
}
.events-section .events-content .event-item .event-btn .icon-arrow-left-short::before {
  color: var(--beige-clr-3);
}

.library-section {
  background: #39405c;
}
.library-section .library-content {
  margin-top: 1em;
}
.library-section .library-slider {
  width: 100%;
}
.library-section .library-slider .library-slide {
  width: 100%;
  gap: 1em;
}
@media (min-width: 767.5px) {
  .library-section .library-slider .library-slide {
    padding-block: 0.6em;
  }
}
.library-section .library-slider .library-slide .library-description {
  width: 100%;
  gap: 0.6em;
}
@media (min-width: 767.5px) {
  .library-section .library-slider .library-slide .library-description {
    padding-right: 3px;
    width: 34%;
    aspect-ratio: 8/7;
  }
}
.library-section .library-slider .library-slide .library-description .library-title-box {
  gap: 0.5em;
  width: 100%;
}
@media (min-width: 767.5px) {
  .library-section .library-slider .library-slide .library-description .library-title-box {
    gap: 0.8em;
  }
}
@media (min-height: 699.5px) {
  .library-section .library-slider .library-slide .library-description .library-title-box {
    margin-bottom: 1em;
  }
}
.library-section .library-slider .library-slide .library-description .library-title-box .title-dots .dot {
  background: #fff;
  opacity: 1;
}
.library-section .library-slider .library-slide .library-description .library-title-box .slide-title {
  width: 100%;
  color: #fff;
  font-size: 1.2em;
  text-align: center;
}
@media (min-width: 767.5px) {
  .library-section .library-slider .library-slide .library-description .library-title-box .slide-title {
    text-align: right;
  }
}
@media (min-width: 991.5px) {
  .library-section .library-slider .library-slide .library-description .library-title-box .slide-title {
    font-size: 1.4em;
  }
}
@media (min-width: 1399.5px) {
  .library-section .library-slider .library-slide .library-description .library-title-box .slide-title {
    font-size: 1.6em;
  }
}
.library-section .library-slider .library-slide .library-description .library-title-box .slide-subtitle {
  width: 100%;
  color: #fff;
  font-size: 0.9em;
  text-align: center;
}
@media (min-width: 767.5px) {
  .library-section .library-slider .library-slide .library-description .library-title-box .slide-subtitle {
    text-align: right;
  }
}
.library-section .library-slider .library-slide .library-description .library-text {
  color: #fff;
  line-height: 2;
  font-size: var(--text-1);
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
@media (min-width: 767.5px) {
  .library-section .library-slider .library-slide .library-description .library-text {
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
}
@media (min-width: 991.5px) {
  .library-section .library-slider .library-slide .library-description .library-text {
    -webkit-line-clamp: 5;
    line-clamp: 5;
  }
}
@media (min-width: 1299.5px) {
  .library-section .library-slider .library-slide .library-description .library-text {
    -webkit-line-clamp: 7;
    line-clamp: 7;
  }
}
.library-section .library-slider .library-slide .library-video-container {
  width: 100%;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border: 1px solid #d2b48c;
  padding: 0.2em;
}
@media (min-width: 767.5px) {
  .library-section .library-slider .library-slide .library-video-container {
    width: 53%;
  }
}
.library-section .library-slider .library-slide .library-video-container .plyr {
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  aspect-ratio: 16/9;
}
.library-section .library-slider .library-slide .library-slide-link {
  background: var(--beige-clr-1);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border: 1px solid var(--navy-clr-1);
  color: var(--navy-clr-1);
  font-size: var(--text-1);
  width: 8em;
  padding: 0.5em;
}
.library-section .library-slider .library-slide .library-slide-link .icon-small-arrow-left {
  font-size: 0.7em;
}
.library-section .library-slider .library-slide .library-slide-link .icon-small-arrow-left:before {
  color: var(--navy-clr-1);
}
.library-section .library-slider .slider-navigation {
  margin-top: 0.7em;
}
@media (min-width: 767.5px) {
  .library-section .library-slider .slider-navigation {
    width: fit-content;
    position: absolute;
    bottom: 0.7em;
    right: 0;
    z-index: 10;
  }
}
@media (min-height: 767.5px) {
  .library-section .library-slider .slider-navigation {
    margin-top: 1.5em;
  }
}
.library-section .library-slider .slider-navigation .nav-btn {
  background: var(--beige-clr-1);
}
.library-section .library-slider .slider-navigation .nav-btn .nav-icon::before {
  color: var(--navy-clr-1);
}

.success-section {
  background-color: #e9e1db;
}
.success-section .section-title {
  color: #111a3c;
}
.success-section .success-slider-container {
  width: 100%;
  padding-bottom: 1em;
}
@media (min-width: 767.5px) {
  .success-section .success-slider-container {
    margin-top: 1.5em;
  }
}
@media (min-height: 699.5px) {
  .success-section .success-slider-container {
    margin-top: 4em;
  }
}
.success-section .success-slider-container .success-slide {
  position: relative;
  width: 95%;
  margin-inline: auto;
  opacity: 0;
  padding: 3px;
}
.success-section .success-slider-container .success-slide:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.success-section .success-slider-container .success-slide:hover::before {
  display: block;
}
.success-section .success-slider-container .success-slide:hover .success-photo {
  border-color: transparent !important;
}
.success-section .success-slider-container .success-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  background: conic-gradient(from var(--angle), var(--c2), #69aa3f 0.1turn, #69aa3f 0.15turn, var(--c2) 0.25turn);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: add, add;
  -webkit-mask-composite: exclude;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
  animation: borderRotate 2s linear infinite forwards;
  -webkit-animation: borderRotate 2s linear infinite forwards;
  display: none;
}
.success-section .success-slider-container .success-slide .success-photo-container {
  width: 100%;
}
.success-section .success-slider-container .success-slide .success-photo {
  width: 100%;
  aspect-ratio: 9/10;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border: 1px solid #69aa3f;
}
.success-section .success-slider-container .success-slide .success-slide-inside {
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  position: absolute;
  bottom: 0.7em;
  width: 90%;
  background: rgba(255, 255, 255, 0.5);
  gap: 0.8em;
  padding: 0.4em 0.7em;
  backdrop-filter: blur(8px);
}
.success-section .success-slider-container .success-slide .success-slide-inside .success-student-name,
.success-section .success-slider-container .success-slide .success-slide-inside .success-degree {
  width: 100%;
  color: #000;
}
.success-section .success-slider-container .success-slide .success-slide-inside .success-student-name {
  font-size: 1em;
}
.success-section .success-slider-container .success-slide .success-slide-inside .success-degree {
  font-size: var(--text-1);
  font-weight: 400;
}
.success-section .success-slider-container .slider-navigation {
  width: 100%;
}
@media (min-width: 767.5px) {
  .success-section .success-slider-container .slider-navigation {
    width: 90%;
  }
}
.success-section .success-slider-container .slider-navigation .nav-btn {
  background: var(--navy-clr-1);
}
.success-section .success-slider-container .slider-navigation .nav-btn .nav-icon:before {
  color: #fff;
}
.success-section .success-slider-container .slider-navigation .swiper-scrollbar {
  width: 80%;
  height: 1px;
  background: #989898;
  margin-right: 0.8em;
  display: none;
}
@media (min-width: 767.5px) {
  .success-section .success-slider-container .slider-navigation .swiper-scrollbar {
    display: flex;
  }
}
@media (min-width: 1199.5px) {
  .success-section .success-slider-container .slider-navigation .swiper-scrollbar {
    margin-right: 3em;
  }
}
.success-section .success-slider-container .slider-navigation .swiper-scrollbar .swiper-scrollbar-drag {
  height: 5px;
  top: -1px;
  background: var(--navy-clr-1);
}
.success-section .success-slider-container .success-archive {
  background: var(--navy-clr-1);
  color: #fff;
  padding: 0.5em;
  width: 8em;
  font-size: var(--text-1);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
@media (min-width: 767.5px) {
  .success-section .success-slider-container .success-archive {
    width: 8em;
  }
}
.success-section .success-slider-container .success-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);
}
.success-section .success-slider-container .success-archive .icon-small-arrow-left {
  font-size: 0.8em;
}
.success-section .success-slider-container .success-archive .icon-small-arrow-left:before {
  color: #fff;
}
.success-section .nav-container {
  margin-top: 1em;
  gap: 0.7em;
}
@media (min-width: 767.5px) {
  .success-section .nav-container {
    margin-top: 2em;
  }
}

.gallery-section {
  background: var(--beige-clr-1);
}
.gallery-section:before, .gallery-section:after {
  content: "";
  position: absolute;
  width: 22%;
  aspect-ratio: 2/1;
  display: none;
}
@media (min-width: 575.5px) {
  .gallery-section:before, .gallery-section:after {
    width: 15%;
    display: block;
  }
}
.gallery-section:before {
  top: 0;
  left: 9%;
  background: url(../images/humanities-school/gallery-slide-vector-top.svg) no-repeat center;
  background-size: cover;
}
.gallery-section:after {
  bottom: -0.5em;
  right: 5%;
  background: url(../images/humanities-school/gallery-slide-vector-bottom.svg) no-repeat center;
  background-size: cover;
}
@media (min-width: 1399.5px) {
  .gallery-section .gallery-content {
    width: 76%;
    margin-inline: auto;
  }
}
.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 {
  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 .nav-tabs {
  gap: 0.5em;
}
.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 #111a3c;
  background: transparent;
  color: #fff;
  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: #111a3c;
}
.gallery-section .gallery-tab-item .gallery-tab-link {
  padding: 0.4em;
  width: 100%;
  height: 100%;
}
.gallery-section .gallery-slider {
  width: 100%;
  padding-block: 1em;
  overflow: hidden;
}
@media (min-height: 699.5px) {
  .gallery-section .gallery-slider {
    padding-top: 3em;
  }
}
@media (min-height: 849.5px) {
  .gallery-section .gallery-slider {
    padding-top: 4em;
  }
}
.gallery-section .gallery-slider .swiper-slide {
  opacity: 0;
  aspect-ratio: 5/4;
}
.gallery-section .gallery-slider .swiper-slide:hover .gallery-slide .gallery-slide-photo-mask:before {
  width: 96%;
}
.gallery-section .gallery-slider .gallery-slide {
  cursor: pointer;
  width: 100%;
  height: 100%;
  background: #cbccce;
  -webkit-mask-image: url(../images/humanities-school/gallery-photo-mask.svg);
  mask-image: url(../images/humanities-school/gallery-photo-mask.svg);
}
.gallery-section .gallery-slider .gallery-slide .gallery-slide-photo-mask {
  width: 97%;
  height: 98%;
  -webkit-mask-image: url(../images/humanities-school/gallery-photo-mask.svg);
  mask-image: url(../images/humanities-school/gallery-photo-mask.svg);
}
.gallery-section .gallery-slider .gallery-slide .gallery-slide-photo-mask:before {
  content: "";
  width: 92%;
  aspect-ratio: 5/4.1;
  background: url(../images/humanities-school/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.5em;
}
@media (min-height: 699.5px) {
  .gallery-section .navigations-container {
    gap: 1.5em;
    margin-top: 1em;
  }
}
@media (min-height: 849.5px) {
  .gallery-section .navigations-container {
    padding-top: 2em;
  }
}
.gallery-section .slider-navigation {
  width: 100%;
}
@media (min-width: 767.5px) {
  .gallery-section .slider-navigation {
    width: 90%;
  }
}
.gallery-section .slider-navigation .nav-btn {
  background: #274c77;
}
.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: #274c77;
}
.gallery-section .archive {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #274c77;
  color: #fff;
  width: 8em;
  padding: 0.5em;
  font-size: var(--text-1);
  margin-inline: auto;
}
@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;
}

.virtual-edu-section {
  background-color: var(--navy-clr-1);
}
.virtual-edu-section .virtual-edu-content {
  gap: 1em;
  margin-top: 1em;
}
@media (min-width: 767.5px) {
  .virtual-edu-section .virtual-edu-content {
    gap: 3em;
  }
}
@media (min-height: 699.5px) {
  .virtual-edu-section .virtual-edu-content {
    margin-top: 4em;
  }
}
.virtual-edu-section .virtual-edu-content .virtual-edu-item {
  position: relative;
  width: 50%;
  aspect-ratio: 5/4;
  padding: 0.5em;
  gap: 1.5em;
  background: var(--beige-clr-2);
  border-radius: var(--border-r-20);
  -webkit-border-radius: var(--border-r-20);
  -moz-border-radius: var(--border-r-20);
  -ms-border-radius: var(--border-r-20);
  -o-border-radius: var(--border-r-20);
  overflow: hidden;
}
.virtual-edu-section .virtual-edu-content .virtual-edu-item:hover::before {
  background: url(../images/humanities-school/edu-tazhib-vector-hover.svg) no-repeat center;
}
.virtual-edu-section .virtual-edu-content .virtual-edu-item:hover .icon-arrow {
  animation: rotate-arrow 1.5s infinite linear;
  -webkit-animation: rotate-arrow 1.5s infinite linear;
}
@media (min-width: 399.5px) {
  .virtual-edu-section .virtual-edu-content .virtual-edu-item {
    width: 40%;
  }
}
@media (min-width: 575.5px) {
  .virtual-edu-section .virtual-edu-content .virtual-edu-item {
    aspect-ratio: 1;
    width: 30%;
  }
}
@media (min-width: 767.5px) {
  .virtual-edu-section .virtual-edu-content .virtual-edu-item {
    width: 22%;
  }
}
@media (min-width: 1199.5px) {
  .virtual-edu-section .virtual-edu-content .virtual-edu-item {
    width: 18%;
  }
}
@media (min-width: 1399.5px) {
  .virtual-edu-section .virtual-edu-content .virtual-edu-item {
    width: 15%;
  }
}
.virtual-edu-section .virtual-edu-content .virtual-edu-item::before {
  content: "";
  position: absolute;
  background: url(../images/humanities-school/edu-tazhib-vector.svg) no-repeat center;
  width: 52%;
  height: 52%;
}
.virtual-edu-section .virtual-edu-content .virtual-edu-item:nth-child(1):before {
  top: -1.5em;
  right: -1.5em;
}
.virtual-edu-section .virtual-edu-content .virtual-edu-item:nth-child(2):before {
  top: -0.8em;
  left: -2em;
}
.virtual-edu-section .virtual-edu-content .virtual-edu-item:nth-child(3):before {
  top: -2em;
  left: 22%;
}
@media (min-width: 991.5px) {
  .virtual-edu-section .virtual-edu-content .virtual-edu-item:nth-child(3):before {
    top: -3em;
    left: 25%;
  }
}
.virtual-edu-section .virtual-edu-content .virtual-edu-item .virtual-edu-item-title {
  color: var(--navy-clr-1);
  width: 100%;
  font-size: 1em;
  font-weight: 400;
}
@media (min-width: 1399.5px) {
  .virtual-edu-section .virtual-edu-content .virtual-edu-item .virtual-edu-item-title {
    font-size: 1.1em;
  }
}
.virtual-edu-section .virtual-edu-content .virtual-edu-item .icon-arrow {
  font-size: 0.8em;
}
.virtual-edu-section .virtual-edu-content .virtual-edu-item .icon-arrow:before {
  color: rgba(39, 76, 119, 0.81);
}

.signIn-section {
  background: url(../images/humanities-school/signIn-back-pattern.svg) no-repeat center;
  background-size: cover;
  background-color: #faf7f4;
  background: linear-gradient(-45deg, #faf7f4, #faf7f4, #faf7f4, var(--beige-clr-1), var(--beige-clr-1));
  background-size: 400% 400%;
  animation: gradient 5s ease infinite;
  -webkit-animation: gradient 5s ease infinite;
}
.signIn-section .signIn-content {
  width: 100%;
}
@media (min-width: 1399.5px) {
  .signIn-section .signIn-content {
    width: 90%;
  }
}
@media (min-width: 1599.5px) {
  .signIn-section .signIn-content {
    width: 80%;
  }
}
.signIn-section .signIn-content .signIn-photo-container {
  position: relative;
  width: 90%;
  aspect-ratio: 3/5;
  display: none;
}
@media (min-height: 899.5px) {
  .signIn-section .signIn-content .signIn-photo-container {
    width: 52%;
    display: block;
  }
}
@media (min-width: 767.5px) {
  .signIn-section .signIn-content .signIn-photo-container {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1199.5px) {
  .signIn-section .signIn-content .signIn-photo-container {
    width: 24%;
  }
}
.signIn-section .signIn-content .signIn-photo-container .signIn-photo-outer-frame {
  width: 100%;
  height: 100%;
  -webkit-mask-image: url(../images/humanities-school/signIn-photo-mask.png);
  mask-image: url(../images/humanities-school/signIn-photo-mask.png);
  background: var(--navy-clr-1);
}
.signIn-section .signIn-content .signIn-photo-container .signIn-photo-outer-frame .signIn-photo-inner-frame {
  width: 98%;
  height: 98%;
  -webkit-mask-image: url(../images/humanities-school/signIn-photo-mask.png);
  mask-image: url(../images/humanities-school/signIn-photo-mask.png);
}
.signIn-section .signIn-content .signIn-items {
  width: 90%;
  gap: 0.5em;
}
@media (min-height: 699.5px) {
  .signIn-section .signIn-content .signIn-items {
    gap: 1em;
  }
}
@media (min-width: 767.5px) {
  .signIn-section .signIn-content .signIn-items {
    gap: 0.5em;
    width: 62%;
    aspect-ratio: 5/3.5;
  }
}
@media (min-width: 1199.5px) {
  .signIn-section .signIn-content .signIn-items {
    gap: 1.5em;
    aspect-ratio: 5/3;
    width: 59%;
  }
}
@media (min-width: 1299.5px) {
  .signIn-section .signIn-content .signIn-items {
    width: 50%;
  }
}
.signIn-section .signIn-content .signIn-items .signIn-item {
  cursor: pointer;
  width: 100%;
  padding: 0.5em;
  gap: 0.5em;
}
@media (min-width: 499.5px) {
  .signIn-section .signIn-content .signIn-items .signIn-item {
    width: 45%;
  }
}
@media (min-width: 575.5px) {
  .signIn-section .signIn-content .signIn-items .signIn-item {
    width: 30%;
  }
}
@media (min-width: 767.5px) {
  .signIn-section .signIn-content .signIn-items .signIn-item {
    aspect-ratio: 1;
    width: 31%;
    gap: 1em;
  }
}
@media (min-width: 1099.5px) {
  .signIn-section .signIn-content .signIn-items .signIn-item {
    width: 30%;
  }
}
.signIn-section .signIn-content .signIn-items .signIn-item:hover .signIn-item-btn {
  background: var(--beige-clr-1);
  transform: scaleX(1.05);
  -webkit-transform: scaleX(1.05);
  -moz-transform: scaleX(1.05);
  -ms-transform: scaleX(1.05);
  -o-transform: scaleX(1.05);
}
.signIn-section .signIn-content .signIn-items .signIn-item:hover .signIn-item-btn .icon-arrow-left-short {
  transform: translateX(-3px);
  -webkit-transform: translateX(-3px);
  -moz-transform: translateX(-3px);
  -ms-transform: translateX(-3px);
  -o-transform: translateX(-3px);
}
.signIn-section .signIn-content .signIn-items .signIn-item .signIn-item-title {
  width: 100%;
  color: var(--navy-clr-1);
}
.signIn-section .signIn-content .signIn-items .signIn-item .signIn-item-text {
  -webkit-line-clamp: 1;
  line-clamp: 1;
  height: 2em;
  color: var(--navy-clr-1);
  font-size: var(--text-1);
  line-height: var(--line-h-1);
}
@media (min-height: 699.5px) {
  .signIn-section .signIn-content .signIn-items .signIn-item .signIn-item-text {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    height: 3.5em;
  }
}
@media (min-width: 991.5px) {
  .signIn-section .signIn-content .signIn-items .signIn-item .signIn-item-text {
    -webkit-line-clamp: 3;
    line-clamp: 3;
    height: 5.5em;
  }
}
.signIn-section .signIn-content .signIn-items .signIn-item .signIn-item-btn {
  font-size: var(--text-1);
  width: 100%;
  height: 3em;
  padding: 0.4em;
  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);
  color: #2b3a67;
  background: var(--beige-clr-2);
}
.signIn-section .signIn-content .signIn-items .signIn-item .signIn-item-btn .icon-arrow-left-short {
  font-size: 0.8em;
}

.cultural-organization-section {
  background: #39405c;
}
.cultural-organization-section:before, .cultural-organization-section:after {
  content: "";
  position: absolute;
  aspect-ratio: 2/1;
  background: url(../images/humanities-school/cultural-tazhib-vector.svg) no-repeat center;
  background-size: cover;
  display: none;
}
@media (min-height: 799.5px) {
  .cultural-organization-section:before, .cultural-organization-section:after {
    display: block;
  }
}
@media (min-width: 767.5px) {
  .cultural-organization-section:before, .cultural-organization-section:after {
    display: block;
  }
}
.cultural-organization-section:before {
  top: 0;
  left: 9%;
  width: 22%;
}
@media (min-width: 575.5px) {
  .cultural-organization-section:before {
    width: 15%;
  }
}
.cultural-organization-section:after {
  bottom: 0;
  left: 50%;
  width: 90%;
  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: 399.5px) {
  .cultural-organization-section:after {
    width: 55%;
  }
}
@media (min-width: 575.5px) {
  .cultural-organization-section:after {
    width: 25%;
  }
}
.cultural-organization-section .bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(-60deg, #566088 50%, #39405c 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;
}
.cultural-organization-section .bg2 {
  animation-direction: alternate-reverse;
  animation-duration: 4s;
}
.cultural-organization-section .bg3 {
  animation-duration: 5s;
}
.cultural-organization-section .cultural-items {
  width: 100%;
  gap: 1em;
  display: none;
}
@media (min-width: 767.5px) {
  .cultural-organization-section .cultural-items {
    gap: 4em;
  }
}
@media (min-width: 799.5px) {
  .cultural-organization-section .cultural-items {
    width: 90%;
  }
}
@media (min-width: 1099.5px) {
  .cultural-organization-section .cultural-items {
    width: 75%;
  }
}
@media (min-width: 1399.5px) {
  .cultural-organization-section .cultural-items {
    width: 65%;
  }
}
@media (min-height: 799.5px) {
  .cultural-organization-section .cultural-items {
    margin-top: 3em;
    margin-bottom: 7em;
  }
}
.cultural-organization-section .cultural-items .cultural-item {
  cursor: pointer;
  width: 100%;
  padding: 0.7em;
  gap: 0.6em;
}
@media (min-width: 575.5px) {
  .cultural-organization-section .cultural-items .cultural-item {
    width: 45%;
    gap: 1em;
  }
}
@media (min-width: 1199.5px) {
  .cultural-organization-section .cultural-items .cultural-item {
    width: 40%;
  }
}
.cultural-organization-section .cultural-items .cultural-item:hover .cultural-item-title {
  color: var(--beige-clr-2);
}
.cultural-organization-section .cultural-items .cultural-item:hover .cultural-item-btn,
.cultural-organization-section .cultural-items .cultural-item:hover .divider {
  background: var(--beige-clr-2);
  transform: scaleX(1.05);
  -webkit-transform: scaleX(1.05);
  -moz-transform: scaleX(1.05);
  -ms-transform: scaleX(1.05);
  -o-transform: scaleX(1.05);
}
.cultural-organization-section .cultural-items .cultural-item:hover .cultural-item-btn .icon-arrow-left-short,
.cultural-organization-section .cultural-items .cultural-item:hover .divider .icon-arrow-left-short {
  transform: translateX(-3px);
  -webkit-transform: translateX(-3px);
  -moz-transform: translateX(-3px);
  -ms-transform: translateX(-3px);
  -o-transform: translateX(-3px);
}
.cultural-organization-section .cultural-items .cultural-item .cultural-item-title {
  font-family: "Yekan Bakh" !important;
  font-weight: 700;
  width: 100%;
  color: #fff;
}
@media (min-width: 991.5px) {
  .cultural-organization-section .cultural-items .cultural-item .cultural-item-title {
    font-size: 1.2em;
  }
}
@media (min-width: 1399.5px) {
  .cultural-organization-section .cultural-items .cultural-item .cultural-item-title {
    font-size: 1.5em;
  }
}
.cultural-organization-section .cultural-items .cultural-item .divider {
  background: #fff;
  height: 1px;
  width: 40%;
}
.cultural-organization-section .cultural-items .cultural-item .cultural-item-text {
  -webkit-line-clamp: 3;
  line-clamp: 3;
  height: 5.7em;
  color: #fff;
  font-size: var(--text-1);
  line-height: var(--line-h-1);
}
@media (min-width: 991.5px) {
  .cultural-organization-section .cultural-items .cultural-item .cultural-item-text {
    -webkit-line-clamp: 4;
    line-clamp: 4;
    height: 8.4em;
  }
}
.cultural-organization-section .cultural-items .cultural-item .cultural-item-btn {
  font-size: var(--text-1);
  width: 8em;
  padding: 0.5em;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  color: #2b3a67;
  background: var(--beige-clr-1);
}
.cultural-organization-section .cultural-items .cultural-item .cultural-item-btn .icon-arrow-left-short {
  font-size: 0.8em;
}

.entrance-exam-school-section {
  background-color: var(--beige-clr-1);
}
.entrance-exam-school-section .entrance-exam-content {
  width: 100%;
}
@media (min-height: 799.5px) {
  .entrance-exam-school-section .entrance-exam-content {
    margin-top: 2em;
  }
}
.entrance-exam-school-section .entrance-exam-content .entrance-exam-photo-container {
  position: relative;
  width: 67%;
  aspect-ratio: 4/4.8;
  margin-bottom: 1em;
}
@media (min-width: 767.5px) {
  .entrance-exam-school-section .entrance-exam-content .entrance-exam-photo-container {
    width: 45%;
    margin-bottom: 0;
  }
}
@media (min-width: 991.5px) {
  .entrance-exam-school-section .entrance-exam-content .entrance-exam-photo-container {
    width: 37%;
  }
}
.entrance-exam-school-section .entrance-exam-content .entrance-exam-photo-container .signIn-photo-back-frame {
  position: absolute;
  bottom: 0;
  left: 2%;
  width: 63%;
  aspect-ratio: 1/1.1;
  background: var(--beige-clr-2);
  border-radius: var(--border-r-40);
  -webkit-border-radius: var(--border-r-40);
  -moz-border-radius: var(--border-r-40);
  -ms-border-radius: var(--border-r-40);
  -o-border-radius: var(--border-r-40);
}
.entrance-exam-school-section .entrance-exam-content .entrance-exam-photo-container .signIn-photo-one-container {
  overflow: hidden;
  position: absolute;
  bottom: 6%;
  left: 7%;
  width: 92%;
  aspect-ratio: 1;
  border-radius: var(--border-r-40);
  -webkit-border-radius: var(--border-r-40);
  -moz-border-radius: var(--border-r-40);
  -ms-border-radius: var(--border-r-40);
  -o-border-radius: var(--border-r-40);
}
.entrance-exam-school-section .entrance-exam-content .entrance-exam-photo-container .signIn-photo-two-container {
  position: absolute;
  top: 2%;
  right: -10%;
  width: 67%;
  aspect-ratio: 1;
  border: 1px solid rgba(43, 58, 103, 0.35);
  border-radius: var(--border-r-40);
  -webkit-border-radius: var(--border-r-40);
  -moz-border-radius: var(--border-r-40);
  -ms-border-radius: var(--border-r-40);
  -o-border-radius: var(--border-r-40);
  overflow: hidden;
}
.entrance-exam-school-section .entrance-exam-content .entrance-exam-items {
  width: 100%;
  gap: 2em;
}
@media (min-width: 575.5px) {
  .entrance-exam-school-section .entrance-exam-content .entrance-exam-items {
    width: 45%;
  }
}
.entrance-exam-school-section .entrance-exam-content .entrance-exam-items .entrance-exam-item {
  padding: 4px;
  position: relative;
  width: 40%;
  aspect-ratio: 1;
  gap: 1em;
}
.entrance-exam-school-section .entrance-exam-content .entrance-exam-items .entrance-exam-item:hover .cube:before, .entrance-exam-school-section .entrance-exam-content .entrance-exam-items .entrance-exam-item:hover .cube:after {
  display: block;
}
.entrance-exam-school-section .entrance-exam-content .entrance-exam-items .entrance-exam-item .cube {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.entrance-exam-school-section .entrance-exam-content .entrance-exam-items .entrance-exam-item .cube:before {
  height: 2px;
  animation: linear-rotate-width 2s linear infinite;
  -webkit-animation: linear-rotate-width 2s linear infinite;
}
.entrance-exam-school-section .entrance-exam-content .entrance-exam-items .entrance-exam-item .cube::after {
  width: 2px;
  animation: linear-rotate-height 2s linear infinite;
  -webkit-animation: linear-rotate-height 2s linear infinite;
}
.entrance-exam-school-section .entrance-exam-content .entrance-exam-items .entrance-exam-item .cube:before, .entrance-exam-school-section .entrance-exam-content .entrance-exam-items .entrance-exam-item .cube:after {
  content: "";
  position: absolute;
  background: linear-gradient(var(--navy-clr-1), rgb(170, 239, 252));
  display: none;
}
.entrance-exam-school-section .entrance-exam-content .entrance-exam-items .entrance-exam-item .cube.cube-one:before, .entrance-exam-school-section .entrance-exam-content .entrance-exam-items .entrance-exam-item .cube.cube-one:after {
  top: 0;
  left: 0;
}
.entrance-exam-school-section .entrance-exam-content .entrance-exam-items .entrance-exam-item .cube.cube-two:before, .entrance-exam-school-section .entrance-exam-content .entrance-exam-items .entrance-exam-item .cube.cube-two:after {
  top: 0;
  right: 0;
}
.entrance-exam-school-section .entrance-exam-content .entrance-exam-items .entrance-exam-item .cube.cube-three:before, .entrance-exam-school-section .entrance-exam-content .entrance-exam-items .entrance-exam-item .cube.cube-three:after {
  bottom: 0;
  right: 0;
}
.entrance-exam-school-section .entrance-exam-content .entrance-exam-items .entrance-exam-item .cube.cube-four:before, .entrance-exam-school-section .entrance-exam-content .entrance-exam-items .entrance-exam-item .cube.cube-four:after {
  bottom: 0;
  left: 0;
}
.entrance-exam-school-section .entrance-exam-content .entrance-exam-items .entrance-exam-photo {
  width: 50%;
}
.entrance-exam-school-section .entrance-exam-content .entrance-exam-items .entrance-exam-item-title {
  font-size: 0.8em;
}
.entrance-exam-school-section .entrance-exam-content .entrance-exam-items .icon-arrow {
  font-size: 0.8em;
}
.entrance-exam-school-section .entrance-exam-content .entrance-exam-items .icon-arrow:before {
  color: #111a3c;
}

.footer-slide {
  background-color: var(--navy-clr-1);
}
.footer-slide .footer-content {
  position: relative;
  z-index: 10;
}
@media (min-height: 779.5px) and (min-width: 991.5px) {
  .footer-slide .footer-content {
    align-self: flex-start;
  }
}
@media (min-height: 929.5px) and (min-width: 991.5px) {
  .footer-slide .footer-content {
    align-self: center;
  }
}
@media (min-width: 991.5px) {
  .footer-slide .footer-content .footer-container {
    flex-direction: column !important;
  }
}
@media (min-width: 991.5px) {
  .footer-slide .footer-content .footer-container .footer-columns-content {
    margin-top: 1em;
    width: 100%;
  }
}
@media (min-height: 799.5px) {
  .footer-slide .footer-content .footer-container .footer-columns-content {
    margin-top: 2em;
  }
}
@media (min-height: 999.5px) {
  .footer-slide .footer-content .footer-container .footer-columns-content {
    margin-top: 3em;
  }
}
@media (min-width: 991.5px) {
  .footer-slide .footer-content .footer-container .footer-columns-content .footer-column-content {
    width: 23% !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(--beige-clr-1);
  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(--beige-clr-1);
}
@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: 100%;
}
@media (min-width: 599.5px) {
  .footer-mask-container {
    width: 75%;
  }
}
@media (min-width: 991.5px) {
  .footer-mask-container {
    width: 60%;
  }
}
.footer-mask-container .footer-mask-outer {
  position: relative;
  aspect-ratio: 2.2/1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-mask-container .footer-mask-outer:before {
  content: "";
  aspect-ratio: 2.2/1;
  width: 100%;
  -webkit-mask-image: url(../images/humanities-school/footer-mask.png);
  mask-image: url(../images/humanities-school/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-color: var(--beige-clr-1);
}
.footer-mask-container .footer-mask-outer .footer-mask-inner {
  width: 53%;
  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;
  }
}
.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%;
}
@media (min-width: 991.5px) {
  .footer-mask-container .footer-mask-outer .footer-mask-inner .footer-mask-contactUs {
    width: 72%;
  }
}
.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;
}
@media (min-width: 991.5px) {
  .footer-mask-container .footer-mask-outer .footer-mask-inner .title-box .title-dots .dot {
    background: var(--navy-clr-1);
  }
}
.footer-mask-container .footer-mask-outer .footer-mask-inner .title-box .title-dots .dot:nth-child(2) {
  opacity: 0.7;
}
.footer-mask-container .footer-mask-outer .footer-mask-inner .title-box .title-dots .dot:nth-child(3) {
  opacity: 0.4;
}
.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: 991.5px) {
  .footer-mask-container .footer-mask-outer .footer-mask-inner .title-box .section-title {
    color: var(--navy-clr-1);
  }
}
@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: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  background: var(--navy-clr-1);
}
@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.phone-call-number {
  border: 1px solid #2b3a67;
  background: #fff;
  color: var(--navy-clr-1);
}
.footer-mask-container .footer-mask-outer .footer-mask-inner .phone-call-btn .icon-phone:before {
  color: #fff;
}

@media (min-width: 991.5px) {
  .social-media-btns {
    flex-direction: row !important;
  }
}
.social-media-btns .social-media-btn {
  background: var(--beige-clr-1);
  color: var(--navy-clr-1);
}
.social-media-btns .social-media-btn .icon-social:before {
  color: #171717;
}

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

.created-by {
  background: #fff;
}
@media (min-height: 799.5px) and (min-width: 991.5px) {
  .created-by {
    display: block !important;
  }
}
.created-by .footer-bottom-ul {
  color: #5c4971;
}
.created-by .footer-bottom-ul .footer-bottom-text:first-child:before {
  background-color: #5c4971;
}
.created-by .footer-bottom-btn-container .footer-bottom-btn {
  background: var(--beige-clr-1);
  color: var(--navy-clr-1);
  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(33, 40, 66, 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;
}

.success-section {
    background-color: var(--yellow-clr-2);
}
.success-section .star svg {
    fill: var(--navy-clr);
}
.success-section .background-pattern {
    z-index: 0;
    background: url(../images/high-school-two/success-slide-pattern.svg);
}
.success-section .title-box .title-box-vector {
    filter: brightness(0) saturate(100%) invert(29%) sepia(11%) saturate(2585%) hue-rotate(172deg) brightness(92%) contrast(97%);
}
.success-section .title-box .section-title {
    color: var(--navy-clr);
}
.success-section .title-box .title-dots .dot {
    background-color: var(--navy-clr);
}
.success-section .title-box .title-dots .dot:first-child {
    background-color: #74b9ff;
}
.success-section .success-items {
    width: 100%;
    gap: 1em;
}
@media (min-width: 1199.5px) {
    .success-section .success-items {
        margin-top: 1.5em;
    }
}
@media (min-height: 749.5px) {
    .success-section .success-items {
        margin-top: 2.5em;
    }
}
.success-section .success-items .success-item {
    width: 46%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: #fff;
    padding: 1em 0.6em;
    gap: 1em;
    display: none;
}
.success-section .success-items .success-item:hover {
    box-shadow: inset 0 0 5px rgba(39, 76, 119, 0.5);
}
.success-section .success-items .success-item:nth-child(-n+6) {
    display: flex;
}
@media (min-height: 649.5px) {
    .success-section .success-items .success-item:nth-child(-n+8) {
        display: flex;
    }
}
@media (min-width: 576px) {
    .success-section .success-items .success-item {
        width: 31%;
    }
    .success-section .success-items .success-item:nth-child(-n+9) {
        display: flex;
    }
}
@media (min-width: 767.5px) {
    .success-section .success-items .success-item {
        width: 23%;
    }
    .success-section .success-items .success-item:nth-child(-n+12) {
        display: flex;
    }
}
@media (min-width: 991.5px) {
    .success-section .success-items .success-item {
        width: 17%;
    }
    .success-section .success-items .success-item:nth-child(-n+15) {
        display: flex;
    }
}
@media (min-width: 1199.5px) {
    .success-section .success-items .success-item {
        width: 14%;
    }
    .success-section .success-items .success-item:nth-child(-n+18) {
        display: flex;
    }
}
@media (min-width: 1499.5px) {
    .success-section .success-items .success-item {
        width: 12%;
    }
    .success-section .success-items .success-item:nth-child(-n+21) {
        display: flex;
    }
}
.success-section .success-items .success-item .student-name-container {
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: var(--navy-clr);
    padding: 0.4em;
}
.success-section .success-items .success-item .student-name-container .student-name {
    width: 100%;
    font-size: 1em;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.success-section .success-items .success-item .success-title {
    width: 100%;
    font-weight: 500;
    text-align: center;
    font-size: 0.8em;
}
.success-section .more-link-container {
    margin-top: 1em;
}
@media (min-width: 991.5px) {
    .success-section .more-link-container {
        margin-top: 2em;
    }
}
@media (min-height: 749.5px) {
    .success-section .more-link-container {
        margin-top: 2em;
    }
}
.success-section .more-link-container .more-link {
    color: #1b1b1b;
    padding: 0.5em 2em;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: 1px solid #2952be;
    background-color: #bdddff;
}
.success-section .more-link-container .more-link:hover {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.45);
}
.success-section .more-link-container .more-link:hover .icon-arrow-left-short {
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
}
.success-section .more-link-container .more-link .icon-arrow-left-short {
    font-size: 0.8em;
}
.success-section .more-link-container .more-link .icon-arrow-left-short::before {
    color: #1b1b1b;
}
.commission-section .background-pattern, .aims-section .background-pattern, .honors-section .background-pattern, .success-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;
}
.slider-navigation .nav-btn, .news-section .news-slider .news-slide, .news-section .news-slider .news-slide .news-slide-inside .news-slide-photo-container, .news-section .news-slider .news-slide .news-slide-btn, .news-section .news-slider .news-slide .news-slide-btn .icon-arrow-left-short, .honors-section .honors-items .honor-item:before, .events-section .events-items-slider .event-item, .events-section .events-items-slider .event-item .event-photo-container, .events-section .events-items-slider .event-item .event-photo-container::before, .events-section .events-items-slider .event-item .event-item-description, .success-section .success-items .success-item, .success-section .more-link-container .more-link, .success-section .more-link-container .more-link .icon-arrow-left-short, .library-section .library-books-search-form .library-form .selected-option, .library-section .library-books-search-form .library-form .options-list .option-list-li, .library-section .library-books-search-form .library-form .library-submit-btn, .library-section .library-books-search-form .library-form .library-submit-btn .icon-arrow-left-short, .gallery-section .gallery-tab-pane, .gallery-section .gallery-tab-item, .gallery-section .gallery-slider .gallery-slide, .gallery-section .gallery-slider .gallery-slide: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;
}.success-section .more-link-container .more-link:hover .icon-arrow-left-short {
     transform: translateX(-5px);
     -webkit-transform: translateX(-5px);
     -moz-transform: translateX(-5px);
     -ms-transform: translateX(-5px);
     -o-transform: translateX(-5px);
 }
.success-section .more-link-container .more-link .icon-arrow-left-short {
    font-size: 0.8em;
}
.success-section .more-link-container .more-link .icon-arrow-left-short::before {
    color: #1b1b1b;
}
.plyr:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}