@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: ERPx;
  direction: rtl;
  overflow-x: hidden;
  font-size: 10px !important;
}

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;
  cursor: pointer !important;
}
a:focus {
  color: unset;
}
a:hover {
  color: unset;
}

img {
  object-fit: cover;
}

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

.banner .banner-sliders-container .banner-text-slider-container .slider-navigation, .news .news-slider-container .slider-navigation, .news .see-all, .teachers .title-div, .teachers .teachers-all-content .teachers-swiper-slider .slider-navigation, .teachers .teachers-all-content .see-all, .aims .aims-content .aims-content-items .aims-content-item:not(:last-child):after, .honors .honors-slider-container .slider-navigation, .research-center .research-center-slider .slider-navigation, .page-footer .main-container::after, .gallery .slider-navigation, .gallery .see-all {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.honors .honors-slider-container .swiper-slide .honor-slide .honor-img-box .img-box-inside {
  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%);
}

.banner .banner-sliders-container .banner-text-slider-container .swiper-slide .banner-text-slide .banner-text-slide-desc, .news .title-div .section-subtitle, .teachers .title-div .section-subtitle, .aims .aims-content .title-div .section-subtitle, .honors .title-div .section-subtitle, .honors .honors-slider-container .swiper-slide .honor-slide .honor-student-grade, .research-center .title-div .section-subtitle, .gallery .title-div .section-subtitle, .page-footer .footer-content .levels-address-info .level-address-info .level-address .level-address-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.honors .honors-slider-container .swiper-slide .honor-slide .honor-student-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sign-in .sign-in-content .sign-in-content-form form, .sign-in .sign-in-content .sign-in-content-form .sign-in-input {
  box-shadow: 52px 30px 17px 0px rgba(0, 0, 0, 0), 33px 19px 15px 0px rgba(0, 0, 0, 0.01), 19px 11px 13px 0px rgba(0, 0, 0, 0.05), 8px 5px 10px 0px rgba(0, 0, 0, 0.09), 2px 1px 5px 0px rgba(0, 0, 0, 0.1);
}

section {
  margin-block: 4em;
}

.slider-prev-btn {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.swiper-button-disabled {
  opacity: 0.5 !important; /* Lower opacity to indicate they’re disabled */
  pointer-events: none; /* Prevent clicks */
  display: block; /* Ensure they remain visible */
}

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

.icon-thick-arrow {
  font-size: 1.4em;
}

.gap-05 {
  gap: 0.5em;
}

.gap-1 {
  gap: 1em;
}

.gap-2 {
  gap: 2em;
}

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

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

.page-navbar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  padding: 1.5em 0;
}
.page-navbar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  box-shadow: 0px 12px 29.2px 0px rgba(0, 0, 0, 0.08);
}
.page-navbar .school-logo {
  margin-right: 2em;
}
@media screen and (min-width: 767.5px) {
  .page-navbar .school-logo {
    margin-right: 0;
  }
}
.page-navbar .school-logo .school-logo-img {
  width: 4em;
}
@media screen and (min-width: 767.5px) {
  .page-navbar .school-logo .school-logo-img {
    width: 4.5em;
  }
}
.page-navbar .header-middle {
  height: 100%;
}
@media screen and (min-width: 991.5px) {
  .page-navbar .header-middle {
    margin-right: 3em;
    margin-left: auto;
  }
}
.page-navbar .header-middle .bar-icon {
  position: relative;
  font-size: 2.5em;
  display: block;
  cursor: pointer;
}
.page-navbar .header-middle .nav-list {
  position: relative;
  width: 100%;
  height: 100%;
}
.page-navbar .header-middle .nav-list .nav-list-ul {
  height: 100%;
  width: 100%;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 767.5px) {
  .page-navbar .header-middle .nav-list .nav-list-ul {
    gap: 1.5em;
  }
}
.page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li {
  margin-left: 0.8em;
  height: 3.5em;
  position: relative;
  font-size: 1.4em;
  font-weight: 400;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  cursor: pointer;
}
.page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li:hover .icon-chevron, .page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li.active .icon-chevron {
  color: #48cae4;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
@media screen and (min-width: 767.5px) {
  .page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li:before {
    content: "";
    position: absolute;
    bottom: 0;
    opacity: 0;
    right: -20%;
    width: 100%;
    height: 3px;
    transition: all 0.32s ease-in-out;
    -webkit-transition: all 0.32s ease-in-out;
    -moz-transition: all 0.32s ease-in-out;
    -ms-transition: all 0.32s ease-in-out;
    -o-transition: all 0.32s ease-in-out;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
  }
  .page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li:hover::before {
    right: 0;
    opacity: 1;
  }
  .page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li.active::before {
    right: 0;
    opacity: 1;
  }
  .page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li:hover > .nav-submenu, .page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li .nav-submenu .submenu-ul .submenu-li .nav-list-li:hover > .nav-sub-submenu {
    display: block;
    position: absolute;
    top: 3em;
    right: 0;
    z-index: 50;
  }
}
@media screen and (min-width: 991.5px) {
  .page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li {
    font-size: 1.5em;
  }
}
.page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li .nav-link {
  text-decoration: none;
  cursor: pointer;
}
.page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li .icon-chevron {
  margin-right: 5px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
}
.page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li .nav-submenu, .page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li .nav-submenu .submenu-ul .submenu-li .nav-sub-submenu {
  display: none;
  width: 13em;
  padding: 0.4em;
  font-family: ERPxfaNum !important;
  backdrop-filter: blur(10px);
  box-shadow: 0px 111px 31px 0px rgba(0, 0, 0, 0), 0px 71px 28px 0px rgba(0, 0, 0, 0.02), 0px 40px 24px 0px rgba(0, 0, 0, 0.08), 0px 18px 18px 0px rgba(0, 0, 0, 0.13), 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
}
.page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li .nav-submenu .submenu-ul .submenu-li, .page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li .nav-submenu .submenu-ul .submenu-li .nav-sub-submenu .submenu-ul .submenu-li {
  margin-bottom: 0 !important;
  padding: 0.8em;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
}
.page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li .nav-submenu .submenu-ul .submenu-li .icon-chevron {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li .nav-submenu .submenu-ul .submenu-li:hover .nav-sub-submenu {
  display: block;
  position: absolute;
  right: 90%;
  top: 20%;
}
.page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li.showSubmenu .nav-submenu, .page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li.showSubmenu .nav-submenu .submenu-ul .submenu-li .nav-sub-submenu {
  display: block;
}
.page-navbar .navbar-left-btns {
  gap: 0.5em;
}
.page-navbar .navbar-left-btns .icon-search::before {
  font-size: 1.1em;
}
@media screen and (min-width: 991.5px) {
  .page-navbar .navbar-left-btns .icon-search::before {
    font-size: 1.3em;
  }
}
.page-navbar .navbar-left-btns .nav-icon {
  font-size: 1.5em;
}
.page-navbar .navbar-left-btns .nav-big-btn {
  width: fit-content;
  color: #fff;
  font-size: 1.2em;
  font-weight: 500;
  aspect-ratio: 1;
  padding: 0.6em;
  text-align: center;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (min-width: 1199.5px) {
  .page-navbar .navbar-left-btns .nav-big-btn {
    aspect-ratio: 3/1;
    padding: 1em;
  }
}
.page-navbar .navbar-left-btns .nav-icon {
  font-size: 1.95em;
}
@media screen and (min-width: 1199.5px) {
  .page-navbar .navbar-left-btns .nav-icon {
    margin-left: 0.3em;
  }
}
.page-navbar .mobile-menu {
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  position: absolute;
  top: 20%;
  right: -100%;
  width: 73%;
  visibility: hidden;
  overflow: hidden;
  z-index: 1000;
  border-radius: 33px 0 0 33px;
  -webkit-border-radius: 33px 0 0 33px;
  -moz-border-radius: 33px 0 0 33px;
  -ms-border-radius: 33px 0 0 33px;
  -o-border-radius: 33px 0 0 33px;
}
.page-navbar .mobile-menu.open {
  right: 0;
  visibility: visible;
}
.page-navbar .mobile-menu .fa-times {
  padding: 1.5em;
  font-size: 2em;
  cursor: pointer;
}
.page-navbar .mobile-menu .mobile-menu-ul {
  padding: 0em 1.5em 1em;
  max-height: 50em;
  overflow-y: scroll;
}
.page-navbar .mobile-menu .mobile-menu-ul .mobile-menu-li {
  position: relative;
  width: 100%;
  font-size: 1.5em;
  cursor: pointer;
}
.page-navbar .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-link {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  display: inline-block;
  padding: 0.7em;
  width: 100%;
}
.page-navbar .mobile-menu .mobile-menu-ul .mobile-menu-li.open .mobile-menu-submenu {
  max-height: 20em;
  visibility: visible;
  margin-top: 1em;
}
.page-navbar .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu {
  max-height: 0;
  margin-right: 1em;
  padding-right: 0.8em;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
}
.page-navbar .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .submenu-item .submenu-item-link {
  width: 100%;
  display: inline-block;
  padding: 0.5em;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.page-navbar .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .sub-submenu {
  max-height: 0;
  margin-right: 1em;
  padding-right: 0.8em;
  visibility: hidden;
  padding: 0 2em;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
}
.page-navbar .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .sub-submenu .sub-submenu-item-link {
  width: 100%;
  display: inline-block;
  padding: 0.5em;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.page-navbar .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .sub-submenu.open {
  margin-top: 1em;
  max-height: 20em;
  visibility: visible;
}
.page-navbar .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .sub-submenu .icon-chevron {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.page-navbar .mobile-menu .mobile-menu-ul .icon-chevron {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

.page-footer {
  overflow: hidden;
  position: relative;
}
.page-footer::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50em;
  background: url(../images/typograph-footer.svg) no-repeat left;
  background-size: cover;
  z-index: 0;
}
@media (min-width: 767.5px) {
  .page-footer::after {
    height: 100%;
  }
}
.page-footer .footer-content {
  position: relative;
  padding-block: 5em;
  z-index: 1;
}
.page-footer .footer-content .levels-address-info {
  width: 100%;
}
.page-footer .footer-content .levels-address-info .divider {
  width: 80%;
  height: 1px;
  background-color: #fff;
}
@media (min-width: 599.5px) {
  .page-footer .footer-content .levels-address-info .divider {
    display: none;
  }
}
.page-footer .footer-content .levels-address-info .level-address-info {
  width: 100%;
}
@media (min-width: 599.5px) {
  .page-footer .footer-content .levels-address-info .level-address-info {
    width: 46%;
  }
}
@media (min-width: 991.5px) {
  .page-footer .footer-content .levels-address-info .level-address-info {
    width: 21%;
  }
}
.page-footer .footer-content .levels-address-info .level-address-info .level-title {
  font-size: 1.7em;
  line-height: 1.5;
  font-weight: 500;
  color: #fff98c;
  height: 3.5em;
  text-align: center;
}
@media (min-width: 991.5px) {
  .page-footer .footer-content .levels-address-info .level-address-info .level-title {
    text-align: right;
  }
}
@media (min-width: 1199.5px) {
  .page-footer .footer-content .levels-address-info .level-address-info .level-title {
    font-size: 1.8em;
  }
}
.page-footer .footer-content .levels-address-info .level-address-info .level-address {
  width: 100%;
}
.page-footer .footer-content .levels-address-info .level-address-info .level-address .level-address-text {
  font-size: 1.4em;
  line-height: 1.5;
  color: #fff;
  text-align: justify;
  height: 4.8em;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
@media (min-width: 575.5px) {
  .page-footer .footer-content .levels-address-info .level-address-info .level-address .level-address-text {
    font-size: 1.5em;
  }
}
.page-footer .footer-content .levels-address-info .level-address-info .footer-address-icon {
  font-size: 1.8em;
}
@media (min-width: 1199.5px) {
  .page-footer .footer-content .levels-address-info .level-address-info .footer-address-icon {
    font-size: 2em;
  }
}
.page-footer .footer-content .levels-address-info .level-address-info .level-phone-number {
  font-size: 1.4em;
  height: 3em;
  color: #fff;
}
@media (min-width: 575.5px) {
  .page-footer .footer-content .levels-address-info .level-address-info .level-phone-number {
    font-size: 1.5em;
  }
}
@media (min-width: 1199.5px) {
  .page-footer .footer-content .levels-address-info .level-address-info .level-phone-number {
    font-size: 1.7em;
  }
}
.page-footer .footer-content .levels-address-info .level-address-info .level-map-frame {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden;
  border: 2px solid #fff98c;
  width: 60%;
  aspect-ratio: 3/2;
}
@media (min-width: 991.5px) {
  .page-footer .footer-content .levels-address-info .level-address-info .level-map-frame {
    width: 100%;
  }
}
@media (min-width: 1599.5px) {
  .page-footer .footer-content .levels-address-info .level-address-info .level-map-frame {
    width: 80%;
  }
}
.page-footer .footer-content .levels-address-info .level-address-info .level-map-frame .level-map {
  width: 100%;
  height: 100%;
}
.page-footer .footer-content .footer-links {
  width: 100%;
  margin-top: 6em;
}
.page-footer .footer-content .footer-links .footer-link-child {
  width: 80%;
  text-align: center;
  font-size: 2em;
  line-height: 1.5;
  font-weight: 500;
  color: #fff98c;
  border: 1px solid #fff98c;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  padding-block: 0.8em;
}
.page-footer .footer-content .footer-links .footer-link-child:hover {
  background-color: #fff98c;
  color: #000;
}
.page-footer .footer-content .footer-links .footer-link-child:hover .icon-arrow-3:before {
  color: #000;
}
@media (min-width: 575.5px) {
  .page-footer .footer-content .footer-links .footer-link-child {
    width: 30%;
  }
}
@media (min-width: 991.5px) {
  .page-footer .footer-content .footer-links .footer-link-child {
    width: 20%;
  }
}
.page-footer .footer-content .footer-links .footer-link-child .icon-arrow-3 {
  margin-left: -7em;
  font-size: 0.6em;
}
.page-footer .footer-content .footer-links .footer-link-child .icon-arrow-3:before {
  color: #fff;
}
.page-footer .footer-content .social-media-parent {
  width: 100%;
}
@media (min-width: 991.5px) {
  .page-footer .footer-content .social-media-parent {
    margin-top: 3em;
  }
}
.page-footer .footer-content .social-media-parent .social-media-links {
  width: 100%;
}
@media (min-width: 767.5px) {
  .page-footer .footer-content .social-media-parent .social-media-links {
    gap: 2.5em;
  }
}
.page-footer .footer-content .social-media-parent .social-media-links .media-link-box {
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  padding: 0.5em;
  border: 0.5px solid #fff98c;
}
.page-footer .footer-content .social-media-parent .social-media-links .media-link-box .footer-media-icon {
  font-size: 2.2em;
}
@media (min-width: 1399.5px) {
  .page-footer .footer-content .social-media-parent .social-media-links .media-link-box .footer-media-icon {
    font-size: 3.4em;
  }
}
.page-footer .footer-content .social-media-parent .social-media-links .media-link-box .icon-linkedIn,
.page-footer .footer-content .social-media-parent .social-media-links .media-link-box .icon-telegram {
  font-size: 2em;
}
@media (min-width: 1399.5px) {
  .page-footer .footer-content .social-media-parent .social-media-links .media-link-box .icon-linkedIn,
  .page-footer .footer-content .social-media-parent .social-media-links .media-link-box .icon-telegram {
    font-size: 3.2em;
  }
}
.page-footer .footer-content .footer-logo-box {
  margin-block: 1em;
  width: 50%;
}
@media (min-width: 575.5px) {
  .page-footer .footer-content .footer-logo-box {
    width: 30%;
  }
}
@media (min-width: 767.5px) {
  .page-footer .footer-content .footer-logo-box {
    width: 18%;
  }
}
.page-footer .footer-content .footer-logo-box .footer-logo {
  width: 100%;
}
.page-footer .created-by {
  width: 100%;
  background: #fffdd8;
  padding: 1.7em;
  position: relative;
  z-index: 100;
  gap: 2em;
}
@media screen and (min-width: 991.5px) {
  .page-footer .created-by {
    padding-inline: 2.5em;
  }
}
.page-footer .created-by .footer-bottom-ul {
  margin-bottom: 0;
  color: #48cae4;
  gap: 1.4em;
}
@media screen and (min-width: 991.5px) {
  .page-footer .created-by .footer-bottom-ul {
    width: 30%;
    gap: 0;
  }
}
.page-footer .created-by .footer-bottom-ul .footer-bottom-text {
  text-align: center;
  position: relative;
  line-height: 1.8;
  font-weight: 500;
  font-size: 1.2em;
}
@media screen and (min-width: 991.5px) {
  .page-footer .created-by .footer-bottom-ul .footer-bottom-text {
    text-align: right;
    list-style-type: disc;
  }
}
.page-footer .created-by .footer-bottom-ul .footer-bottom-text:first-child:before {
  content: "";
  position: absolute;
  bottom: -0.7em;
  left: 50%;
  width: 70%;
  height: 0.7px;
  background-color: #fff;
  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) {
  .page-footer .created-by .footer-bottom-ul .footer-bottom-text:first-child:before {
    display: none;
  }
}
.page-footer .created-by .footer-bottom-btn-container {
  gap: 1.5em;
  width: 100%;
}
@media (min-width: 991.5px) {
  .page-footer .created-by .footer-bottom-btn-container {
    width: 30%;
    margin-bottom: -0.7em;
  }
}
.page-footer .created-by .footer-bottom-btn-container .footer-bottom-btn {
  width: 50%;
  height: 3em;
  padding: 0.8em;
  gap: 0.5em;
  background: #48cae4;
  border-radius: 9px;
  color: #fffdd8;
  font-size: 1.2em;
  font-weight: 500;
}
@media (min-width: 575.5px) {
  .page-footer .created-by .footer-bottom-btn-container .footer-bottom-btn {
    width: 38%;
  }
}
@media (min-width: 767.5px) {
  .page-footer .created-by .footer-bottom-btn-container .footer-bottom-btn {
    width: 29%;
  }
}
@media (min-width: 991.5px) {
  .page-footer .created-by .footer-bottom-btn-container .footer-bottom-btn {
    width: 43%;
  }
}
@media (min-width: 1199.5px) {
  .page-footer .created-by .footer-bottom-btn-container .footer-bottom-btn {
    width: 37%;
  }
}
.page-footer .created-by .footer-bottom-btn-container .footer-bottom-btn .icon-google-play {
  font-size: 1.2em;
}
.page-footer .created-by .footer-bottom-btn-container .footer-bottom-btn .icon-apple {
  font-size: 1.4em;
  padding-bottom: 7px;
}
.page-footer .abrisham-logo {
  width: 100%;
  gap: 0.6em;
}
@media (min-width: 991.5px) {
  .page-footer .abrisham-logo {
    width: 30%;
  }
}
.page-footer .abrisham-logo .law-message {
  color: #48cae4;
  text-align: center;
  font-size: 1.2em;
  font-weight: 500;
}
.page-footer .abrisham-logo .law-message .abrisham-logo-img {
  width: 2em;
}
.page-footer .abrisham-logo .law-message .logo-name-part-1 {
  color: #6396fd;
  font-size: 1.6em;
}
.page-footer .abrisham-logo .law-message .logo-name-part-2 {
  color: #fdb12a;
  font-size: 1.6em;
  margin-right: 0.2em;
}
.gallery {
  position: relative;
}
.gallery .title-div {
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 991.5px) {
  .gallery .title-div {
    max-width: 47%;
  }
}
.gallery .title-div .section-title {
  font-size: 2.2em;
  font-weight: 700;
  font-family: "MadaniArabic" !important;
  color: #ff357e;
}
@media screen and (min-width: 1199.5px) {
  .gallery .title-div .section-title {
    font-size: 3.2em;
  }
}
.gallery .title-div .title-icon {
  width: 3.2em;
  margin-top: 1em;
}
@media screen and (min-width: 991.5px) {
  .gallery .title-div .title-icon {
    width: 3.8em;
  }
}
.gallery .title-div .divider {
  width: 100%;
  height: 1px;
  background-color: #a0737b;
  margin-top: 1.8em;
  margin-bottom: 0.4em;
}
.gallery .title-div .section-subtitle {
  font-size: 1.3em;
  font-weight: 400;
  color: #ff357e;
  line-height: 2;
  text-align: center;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
@media (min-width: 1399.5px) {
  .gallery .title-div .section-subtitle {
    font-size: 1.6em;
  }
}
.gallery .title-div .section-title {
  font-family: "MolsaqArabic" !important;
}
.gallery .tab-menu-gallery .nav {
  padding: 4em 0 0;
  width: fit-content;
  border-bottom: none;
  gap: 1em;
}
.gallery .tab-menu-gallery .nav .gallery-tab-item {
  border: none;
}
.gallery .tab-menu-gallery .nav .gallery-tab-item.active {
  opacity: 1;
}
.gallery .tab-menu-gallery .nav .gallery-tab-item.active > .gallery-tab-link {
  background: #f982bc;
  color: #000;
  opacity: 1;
}
.gallery .tab-menu-gallery .nav .gallery-tab-item .gallery-tab-link {
  width: 8em !important;
  height: 3em !important;
  font-size: 1.2em;
  font-weight: 500;
  color: #f982bc;
  border: 1px solid #1f2925;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  opacity: 0.6;
}
.gallery .tab-menu-gallery .nav .gallery-tab-item .gallery-tab-link:hover {
  color: #000 !important;
  border: none !important;
  background: #f982bc !important;
  opacity: 1;
}
.gallery .tab-menu-gallery .nav .gallery-tab-item .gallery-tab-link:focus {
  background: #f982bc !important;
  color: #fff !important;
  opacity: 1;
}
@media screen and (min-width: 767.5px) {
  .gallery .tab-menu-gallery .nav .gallery-tab-item .gallery-tab-link {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 991.5px) {
  .gallery .tab-menu-gallery .nav .gallery-tab-item .gallery-tab-link {
    font-size: 1.6em;
  }
}
.gallery .tab-content {
  width: 100%;
}
@media screen and (min-width: 991.5px) {
  .gallery .tab-content {
    margin-top: 3em;
  }
}
.gallery .tab-content #first .image-gallery-slider-container {
  width: 100%;
  padding-bottom: 3em;
  overflow-x: hidden;
}
.gallery .tab-content #second .video-gallery-slider-container {
  width: 100%;
  padding-bottom: 3em;
  overflow-x: hidden;
}
.gallery .tab-content #second .video-gallery-slider-container .swiper-wrapper .swiper-slide .gallery-item {
  position: relative;
}
.gallery .tab-content #second .video-gallery-slider-container .swiper-wrapper .swiper-slide .gallery-item .play-video-icon,
.gallery .tab-content #second .video-gallery-slider-container .swiper-wrapper .swiper-slide .gallery-item .pause-video-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff357e;
  backdrop-filter: blur(35px);
  width: 5em;
  height: 5em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 0.8px solid #f982bc;
  z-index: 50;
}
.gallery .tab-content #second .video-gallery-slider-container .swiper-wrapper .swiper-slide .gallery-item .play-video-icon .fa-play,
.gallery .tab-content #second .video-gallery-slider-container .swiper-wrapper .swiper-slide .gallery-item .pause-video-icon .fa-play {
  color: #f982bc;
  font-size: 1.5em;
}
.gallery .tab-content #second .video-gallery-slider-container .swiper-wrapper .swiper-slide .gallery-item .play-video-icon .fa-pause,
.gallery .tab-content #second .video-gallery-slider-container .swiper-wrapper .swiper-slide .gallery-item .pause-video-icon .fa-pause {
  color: #f982bc;
  font-size: 1.5em;
}
.gallery .tab-content #second .video-gallery-slider-container .swiper-wrapper .swiper-slide .gallery-item .play-video-icon.hide,
.gallery .tab-content #second .video-gallery-slider-container .swiper-wrapper .swiper-slide .gallery-item .pause-video-icon.hide {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.gallery .tab-content .swiper-wrapper .gallery-item {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1.2;
}
.gallery .tab-content .swiper-wrapper .gallery-item .gallery-item-background {
  position: absolute;
  width: 100%;
  aspect-ratio: 1/1.2;
  mask-image: url(../images/girls-elementary-school/gallery-item-mask.png);
  mask-repeat: no-repeat;
  mask-size: 100%;
  mask-position: center;
  background-color: #ff357e;
}
.gallery .tab-content .swiper-wrapper .gallery-item .gallery-item-inside-mask {
  width: 100%;
  aspect-ratio: 1/1.2;
  mask-image: url(../images/girls-elementary-school/gallery-item-mask.png);
  mask-repeat: no-repeat;
  mask-size: 98%;
  mask-position: center;
}
.gallery .tab-content .swiper-wrapper .gallery-item .gallery-item-inside-mask .gallery-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.gallery .slider-navigation {
  z-index: 0;
  gap: 4em;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (min-width: 767.5px) {
  .gallery .slider-navigation {
    gap: 6em;
  }
}
.gallery .slider-navigation .slider-pagination {
  direction: ltr;
  height: 2em !important;
  width: unset !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.gallery .slider-navigation .slider-pagination .swiper-pagination-bullet {
  right: unset !important;
  background: #ffcbd1;
  opacity: 1;
  margin-inline: 0.4em;
  width: 0.7em !important;
  height: 0.7em !important;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media screen and (min-width: 449.5px) {
  .gallery .slider-navigation .slider-pagination .swiper-pagination-bullet {
    margin-inline: 0.8em;
  }
}
.gallery .slider-navigation .slider-pagination .swiper-pagination-bullet-active {
  background: #fff;
  transform: scale(1.8);
  -webkit-transform: scale(1.8);
  -moz-transform: scale(1.8);
  -ms-transform: scale(1.8);
  -o-transform: scale(1.8);
}
.gallery .slider-navigation .swiper-pagination-bullets-dynamic {
  font-size: unset !important;
  overflow: visible !important;
}
.gallery .slider-navigation .navigation-icon {
  font-size: 1.9em;
  color: #ff357e;
}
.gallery .slider-navigation .navigation-icon:before {
  color: #ff357e;
}
.gallery .slider-navigation .gallery-slider-prev-btn {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
.gallery .slider-navigation .swiper-pagination-bullet-active {
  border: 1px solid #ff357e;
  background-color: transparent;
  transform: scale(1.09);
  -webkit-transform: scale(1.09);
  -moz-transform: scale(1.09);
  -ms-transform: scale(1.09);
  -o-transform: scale(1.09);
}
.gallery .see-all {
  bottom: -4em;
  color: #ff357e;
  font-size: 1.5em;
  font-weight: 500;
  z-index: 0;
  cursor: pointer;
}
@media screen and (min-width: 991.5px) {
  .gallery .see-all {
    bottom: 0;
    left: 4% !important;
    transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
  }
}

body {
  background-color: #fffff1;
}

.page-navbar {
  background-color: #fffff1;
}
.page-navbar .school-logo-img {
  filter: brightness(0) saturate(100%) invert(12%) sepia(35%) saturate(4762%) hue-rotate(13deg) brightness(92%) contrast(104%);
}
@media screen and (min-width: 767.5px) {
  .page-navbar .header-middle .nav-list .nav-list-ul {
    gap: 1.5em;
  }
}
.page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li {
  color: #521800;
}
.page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li:hover, .page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li.active {
  color: #ff357e !important;
}
.page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li:hover .icon-chevron, .page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li.active .icon-chevron {
  color: #ff357e;
}
@media screen and (min-width: 767.5px) {
  .page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li:before {
    background: #ff357e no-repeat;
  }
}
.page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li .icon-chevron {
  color: #521800;
}
.page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li .nav-submenu {
  background: #fff;
  border: 1px solid #ff357e;
}
.page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li .nav-submenu .submenu-ul .submenu-li {
  color: #ff357e;
}
.page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li .nav-submenu .submenu-ul .submenu-li:hover {
  color: #fff;
  background-color: #ffbb03;
}
.page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li .nav-submenu .submenu-ul .submenu-li:hover .icon-chevron {
  color: #fff;
}
.page-navbar .header-middle .nav-list .nav-list-ul .nav-list-li.showSubmenu .nav-submenu {
  color: #fff;
}
.page-navbar .navbar-left-btns .icon-search::before {
  color: #521800;
}
.page-navbar .navbar-left-btns .nav-big-btn {
  color: #fff;
  background: #ff357e;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  clip-path: path("M15.2208 41.1161C14.2507 40.1513 13.0825 39.3313 11.78 38.9125C9.57513 38.2036 7.65107 36.7395 6.38147 34.7262L1.54143 27.0511C-0.513813 23.792 -0.513809 19.642 1.54143 16.3829L6.38147 8.7078C7.65107 6.69454 9.57513 5.23038 11.78 4.52148C13.0825 4.10267 14.2507 3.28272 15.2208 2.31789C16.4865 1.05914 18.2309 0.28125 20.1569 0.28125H33.2337C35.3329 0.28125 37.2164 1.20533 38.4994 2.66891C39.3091 3.59253 40.2852 4.40366 41.4077 4.90215C43.1922 5.69456 44.7345 7.00471 45.8085 8.70781L50.6486 16.3829C52.7038 19.642 52.7038 23.792 50.6486 27.0511L45.8085 34.7262C44.7345 36.4293 43.1922 37.7395 41.4077 38.5319C40.2852 39.0304 39.3091 39.8415 38.4994 40.7651C37.2164 42.2287 35.3329 43.1528 33.2337 43.1528H20.1569C18.2309 43.1528 16.4865 42.3749 15.2208 41.1161Z");
  aspect-ratio: 1/0.85;
  padding: 0em 1.2em;
}
@media screen and (min-width: 1199.5px) {
  .page-navbar .navbar-left-btns .nav-big-btn {
    aspect-ratio: 3/1.2;
    padding: 0 2em;
    clip-path: path("M30.1439 54.9958C28.9821 53.6609 27.5027 52.4023 25.7331 52.4023H20.8976C15.4039 52.4023 10.2943 49.5838 7.36387 44.9369L2.63426 37.4369C-0.654128 32.2223 -0.654129 25.5824 2.63426 20.3678L7.36387 12.8678C10.2943 8.22088 15.4039 5.40234 20.8976 5.40234H25.7331C27.5027 5.40234 28.9821 4.14381 30.1439 2.80891C31.4272 1.33439 33.3178 0.402344 35.4261 0.402344H110.643C112.752 0.402344 114.642 1.33439 115.926 2.80892C117.088 4.14381 118.567 5.40234 120.337 5.40234H122.607C128.101 5.40234 133.21 8.22087 136.141 12.8678L140.87 20.3678C144.159 25.5824 144.159 32.2223 140.87 37.4369L136.141 44.9369C133.21 49.5838 128.101 52.4023 122.607 52.4023H120.337C118.567 52.4023 117.088 53.6609 115.926 54.9958C114.642 56.4703 112.752 57.4023 110.644 57.4023H35.4261C33.3178 57.4023 31.4272 56.4703 30.1439 54.9958Z");
  }
}
.page-navbar .mobile-menu {
  background-color: #fff;
  border: 1px solid #ff357e;
}
.page-navbar .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-link {
  color: #f982bc;
}
.page-navbar .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-link:hover {
  color: #fff;
  background-color: #ffbb03;
}
.page-navbar .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-link:active {
  color: #fff;
  background-color: #ffbb03;
}
.page-navbar .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu {
  border-right: 2px solid #fff874;
}
.page-navbar .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .submenu-item .submenu-item-link {
  color: #2a7787;
}
.page-navbar .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .submenu-item .submenu-item-link:hover {
  color: #fff874;
  background-color: #ff357e;
}
.page-navbar .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .sub-submenu {
  border-right: 2px solid #fff874;
}
.page-navbar .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .sub-submenu .sub-submenu-item-link {
  color: #2a7787;
}
.page-navbar .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .sub-submenu .sub-submenu-item-link:hover {
  color: #fff874;
  background-color: #ff357e;
}

.banner {
  margin-top: 13em;
}
@media (min-width: 699.5px) {
  .banner {
    margin-top: 15em;
  }
}
.banner .banner-sliders-container {
  position: relative;
}
@media (min-width: 699.5px) {
  .banner .banner-sliders-container {
    flex-direction: row-reverse !important;
    justify-content: space-evenly;
    gap: 4em;
  }
}
.banner .banner-sliders-container .banner-absolute-masks-container {
  width: 100%;
  aspect-ratio: 1;
  margin-top: 3em;
  margin-bottom: 1.5em;
}
@media (min-width: 699.5px) {
  .banner .banner-sliders-container .banner-absolute-masks-container {
    width: 47%;
    margin-block: 0;
  }
}
@media (min-width: 1299.5px) {
  .banner .banner-sliders-container .banner-absolute-masks-container {
    width: 44%;
  }
}
@media (min-width: 1599.5px) {
  .banner .banner-sliders-container .banner-absolute-masks-container {
    width: 39%;
  }
}
.banner .banner-sliders-container .banner-absolute-masks-container .dash-line-img {
  display: none;
  position: absolute;
  right: -15%;
  top: 14%;
  width: 18%;
  aspect-ratio: 1/2.2;
}
@media (min-width: 699.5px) {
  .banner .banner-sliders-container .banner-absolute-masks-container .dash-line-img {
    display: block;
  }
}
.banner .banner-sliders-container .banner-absolute-masks-container .banner-image-slider-background-outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1;
  mask-image: url("../images/girls-elementary-school/banner-frame-1.png");
  background-color: #f982bc;
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: left;
}
@media (min-width: 699.5px) {
  .banner .banner-sliders-container .banner-absolute-masks-container .banner-image-slider-background-outer {
    top: 0;
  }
}
.banner .banner-sliders-container .banner-absolute-masks-container .banner-image-slider-background-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1;
  mask-image: url("../images/girls-elementary-school/banner-mask.png");
  mask-size: 94%;
  mask-repeat: no-repeat;
  mask-position: 49% 55%;
  background-color: #b20946;
}
@media (min-width: 699.5px) {
  .banner .banner-sliders-container .banner-absolute-masks-container .banner-image-slider-background-inner {
    top: 0;
  }
}
.banner .banner-sliders-container .banner-absolute-masks-container .banner-img-slider-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-inline: auto;
  overflow: hidden;
  aspect-ratio: 1;
  mask-image: url("../images/girls-elementary-school/banner-mask.png");
  mask-size: 93.6%;
  mask-repeat: no-repeat;
  mask-position: 49% 55%;
}
@media (min-width: 699.5px) {
  .banner .banner-sliders-container .banner-absolute-masks-container .banner-img-slider-container {
    top: 0;
    margin-inline: unset;
  }
}
.banner .banner-sliders-container .banner-absolute-masks-container .banner-img-slider-container .swiper-slide {
  width: 100%;
  aspect-ratio: 1;
  position: relative;
}
.banner .banner-sliders-container .banner-absolute-masks-container .banner-img-slider-container .swiper-slide .banner-img-slide img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.banner .banner-sliders-container .banner-title-slider-container {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 699.5px) {
  .banner .banner-sliders-container .banner-title-slider-container {
    display: none;
  }
}
.banner .banner-sliders-container .banner-text-slider-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 5em;
}
@media (min-width: 699.5px) {
  .banner .banner-sliders-container .banner-text-slider-container {
    width: 45%;
    padding-bottom: 7em;
  }
}
@media (min-width: 899.5px) {
  .banner .banner-sliders-container .banner-text-slider-container {
    width: 42%;
  }
}
@media (min-width: 991.5px) {
  .banner .banner-sliders-container .banner-text-slider-container {
    width: 33%;
  }
}
.banner .banner-sliders-container .banner-text-slider-container .swiper-slide .banner-text-slide {
  gap: 1.3em;
}
@media (min-width: 699.5px) {
  .banner .banner-sliders-container .banner-text-slider-container .swiper-slide .banner-text-slide {
    align-items: flex-start !important;
  }
}
.banner .banner-sliders-container .banner-text-slider-container .swiper-slide .banner-text-slide .banner-title-box {
  margin-right: -1em;
}
.banner .banner-sliders-container .banner-text-slider-container .swiper-slide .banner-text-slide .banner-title-box .banner-text-slide-title {
  display: none;
}
@media (min-width: 699.5px) {
  .banner .banner-sliders-container .banner-text-slider-container .swiper-slide .banner-text-slide .banner-title-box .banner-text-slide-title {
    display: block;
  }
}
.banner .banner-sliders-container .banner-text-slider-container .swiper-slide .banner-text-slide .banner-title-box .circle-1,
.banner .banner-sliders-container .banner-text-slider-container .swiper-slide .banner-text-slide .banner-title-box .circle-2 {
  display: none;
}
@media (min-width: 699.5px) {
  .banner .banner-sliders-container .banner-text-slider-container .swiper-slide .banner-text-slide .banner-title-box .circle-1,
  .banner .banner-sliders-container .banner-text-slider-container .swiper-slide .banner-text-slide .banner-title-box .circle-2 {
    display: inline-block;
  }
}
.banner .banner-sliders-container .banner-text-slider-container .swiper-slide .banner-text-slide .banner-text-slide-desc {
  color: #220a00;
  text-align: justify;
  font-family: ERpxFaNum;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 2.8em;
  width: 100%;
  height: 12em;
  -webkit-line-clamp: 4;
  line-clamp: 4;
}
@media (min-width: 1199.5px) {
  .banner .banner-sliders-container .banner-text-slider-container .swiper-slide .banner-text-slide .banner-text-slide-desc {
    font-size: 1.5em;
    line-height: 3em;
  }
}
.banner .banner-sliders-container .banner-text-slider-container .swiper-slide .banner-text-slide .banner-text-slide-link {
  font-size: 1.5em;
  background-color: #f982bc;
  color: #fff;
  width: 100%;
  aspect-ratio: 6/0.9;
  mask-image: url("../images/girls-elementary-school/banner-btn-mask.png");
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: center;
}
@media (min-width: 499.5px) {
  .banner .banner-sliders-container .banner-text-slider-container .swiper-slide .banner-text-slide .banner-text-slide-link {
    mask-size: 82%;
  }
}
@media (min-width: 699.5px) {
  .banner .banner-sliders-container .banner-text-slider-container .swiper-slide .banner-text-slide .banner-text-slide-link {
    mask-size: 100%;
  }
}
.banner .banner-sliders-container .banner-text-slider-container .slider-navigation {
  z-index: 0;
  gap: 4em;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (min-width: 767.5px) {
  .banner .banner-sliders-container .banner-text-slider-container .slider-navigation {
    gap: 2em;
  }
}
.banner .banner-sliders-container .banner-text-slider-container .slider-navigation .slider-pagination {
  direction: ltr;
  height: 2em !important;
  width: unset !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.banner .banner-sliders-container .banner-text-slider-container .slider-navigation .slider-pagination .swiper-pagination-bullet {
  right: unset !important;
  background: #f982bc;
  opacity: 1;
  margin-inline: 0.4em;
  width: 0.7em !important;
  height: 0.7em !important;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media screen and (min-width: 449.5px) {
  .banner .banner-sliders-container .banner-text-slider-container .slider-navigation .slider-pagination .swiper-pagination-bullet {
    margin-inline: 0.8em;
  }
}
.banner .banner-sliders-container .banner-text-slider-container .slider-navigation .slider-pagination .swiper-pagination-bullet-active {
  background: #fff;
  transform: scale(1.8);
  -webkit-transform: scale(1.8);
  -moz-transform: scale(1.8);
  -ms-transform: scale(1.8);
  -o-transform: scale(1.8);
}
.banner .banner-sliders-container .banner-text-slider-container .slider-navigation .swiper-pagination-bullets-dynamic {
  font-size: unset !important;
  overflow: visible !important;
}
.banner .banner-sliders-container .banner-text-slider-container .slider-navigation .navigation-icon {
  font-size: 1.9em;
  color: #f982bc;
}
.banner .banner-sliders-container .banner-text-slider-container .slider-navigation .navigation-icon:before {
  color: #f982bc;
}
.banner .banner-sliders-container .banner-text-slider-container .slider-navigation .banner-slider-prev-btn {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
.banner .banner-sliders-container .banner-text-slider-container .slider-navigation .swiper-pagination-bullet-active {
  border: 1px solid #f982bc;
  background-color: transparent;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.banner .banner-sliders-container .banner-text-slide-title {
  position: relative;
  color: #f982bc;
  width: fit-content;
  font-family: "MolsaqArabic" !important;
  font-size: 2.8em;
  font-weight: 700;
  line-height: 1.5em;
}
@media (min-width: 499.5px) {
  .banner .banner-sliders-container .banner-text-slide-title {
    font-size: 3.9em;
  }
}
@media (min-width: 699.5px) {
  .banner .banner-sliders-container .banner-text-slide-title {
    font-size: 3em;
  }
}
@media (min-width: 1199.5px) {
  .banner .banner-sliders-container .banner-text-slide-title {
    font-size: 3.5em;
  }
}
.banner .banner-sliders-container .circle-1 {
  display: inline-block;
  width: 2.7em;
  aspect-ratio: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #f982bc;
  transform: translate(-1.2em, 0.2em);
  -webkit-transform: translate(-1.2em, 0.2em);
  -moz-transform: translate(-1.2em, 0.2em);
  -ms-transform: translate(-1.2em, 0.2em);
  -o-transform: translate(-1.2em, 0.2em);
}
.banner .banner-sliders-container .circle-2 {
  display: inline-block;
  width: 2.3em;
  aspect-ratio: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #ff357e;
  transform: translate(1.7em, 0.5em);
  -webkit-transform: translate(1.7em, 0.5em);
  -moz-transform: translate(1.7em, 0.5em);
  -ms-transform: translate(1.7em, 0.5em);
  -o-transform: translate(1.7em, 0.5em);
}

.news {
  position: relative;
  margin-top: 10em;
  background: url(../images/girls-elementary-school/news-backgroung-1.png) no-repeat center;
  mask-repeat: no-repeat;
  background-size: cover;
  padding-top: 10em;
  padding-bottom: 16em;
}
@media (min-width: 599.5px) {
  .news {
    background: url(../images/girls-elementary-school/news-backgroung.png) no-repeat center;
    background-size: cover;
  }
}
.news .absolute-boat-img {
  display: none;
}
@media (min-width: 767.5px) {
  .news .absolute-boat-img {
    display: block;
    position: absolute;
    top: -9%;
    right: 7%;
  }
}
.news .absolute-pencil-img {
  position: absolute;
  top: 18%;
  left: 9%;
  width: 5em;
}
@media (min-width: 499.5px) {
  .news .absolute-pencil-img {
    top: 8%;
    width: 6em;
  }
}
@media (min-width: 767.5px) {
  .news .absolute-pencil-img {
    left: 25%;
  }
}
.news .absolute-math-img {
  position: absolute;
  bottom: 6%;
  right: 6%;
}
.news .title-div {
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 991.5px) {
  .news .title-div {
    max-width: 47%;
  }
}
.news .title-div .section-title {
  font-size: 2.2em;
  font-weight: 700;
  font-family: "MadaniArabic" !important;
  color: #ff357e;
}
@media screen and (min-width: 1199.5px) {
  .news .title-div .section-title {
    font-size: 3.2em;
  }
}
.news .title-div .title-icon {
  width: 3.2em;
  margin-top: 1em;
}
@media screen and (min-width: 991.5px) {
  .news .title-div .title-icon {
    width: 3.8em;
  }
}
.news .title-div .divider {
  width: 100%;
  height: 1px;
  background-color: #f982bc;
  margin-top: 1.8em;
  margin-bottom: 0.4em;
}
.news .title-div .section-subtitle {
  font-size: 1.3em;
  font-weight: 400;
  color: #f982bc;
  line-height: 2;
  text-align: center;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
@media (min-width: 1399.5px) {
  .news .title-div .section-subtitle {
    font-size: 1.6em;
  }
}
.news .title-div .section-title {
  font-family: "MolsaqArabic" !important;
  font-size: 3.2em;
}
.news .news-slider-container {
  width: 100%;
  padding-block: 4em;
  overflow: hidden;
  position: relative;
}
.news .news-slider-container .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.news .news-slider-container .swiper-slide:nth-child(3n-2) .news-slide-inner {
  background-color: #f982bc;
}
.news .news-slider-container .swiper-slide:nth-child(3n-2) .news-slide-arrow-link {
  background-color: #ffbb03 !important;
}
.news .news-slider-container .swiper-slide:nth-child(3n-1) .news-slide-inner {
  background-color: #ffbb03;
}
.news .news-slider-container .swiper-slide:nth-child(3n-1) .news-slide-arrow-link {
  background-color: #f982bc !important;
}
.news .news-slider-container .swiper-slide:nth-child(3n) .news-slide-inner {
  background-color: #fd9348;
}
.news .news-slider-container .swiper-slide:nth-child(3n) .news-slide-arrow-link {
  background-color: #ffbb03 !important;
}
.news .news-slider-container .swiper-slide:hover {
  filter: drop-shadow(1px 10px 5px rgba(0, 0, 0, 0.3));
}
.news .news-slider-container .swiper-slide:hover .news-slide-arrow-link {
  transform: scale(1.2) translate(-2.5em, -3em);
  -webkit-transform: scale(1.2) translate(-2.5em, -3em);
  -moz-transform: scale(1.2) translate(-2.5em, -3em);
  -ms-transform: scale(1.2) translate(-2.5em, -3em);
  -o-transform: scale(1.2) translate(-2.5em, -3em);
}
.news .news-slider-container .swiper-slide:hover .news-slide {
  mask-size: 98%;
}
.news .news-slider-container .swiper-slide .news-slide {
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  background-color: #fff;
  width: 100%;
  aspect-ratio: 1/1.3;
  mask-image: url(../images/girls-elementary-school/news-slide-bubble.png);
  mask-repeat: no-repeat;
  mask-size: 95%;
  mask-position: center;
}
@media (min-width: 399.5px) {
  .news .news-slider-container .swiper-slide .news-slide {
    width: 80%;
    margin-inline: auto;
  }
}
@media (min-width: 599.5px) {
  .news .news-slider-container .swiper-slide .news-slide {
    width: 100%;
  }
}
.news .news-slider-container .swiper-slide .news-slide .news-slide-inner {
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  aspect-ratio: 1/1.3;
  mask-image: url(../images/girls-elementary-school/news-slide-bubble.png);
  mask-repeat: no-repeat;
  mask-size: 95%;
  mask-position: center 50%;
}
.news .news-slider-container .swiper-slide .news-slide .news-slide-inner .news-slide-inner-img-box {
  width: 80%;
  margin-inline: auto;
  mask-image: url(../images/girls-elementary-school/news-slide-img-mask.png);
  mask-repeat: no-repeat;
  mask-size: 99%;
  mask-position: center 74%;
  aspect-ratio: 1/0.9;
}
.news .news-slider-container .swiper-slide .news-slide .news-slide-inner .news-slide-inner-img-box .news-slide-inner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .news-slider-container .swiper-slide .news-slide .news-slide-inner .news-slide-inner-title {
  width: 60%;
  font-size: 1.8em;
  color: #fff;
  text-align: center;
  padding-right: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.5em;
}
.news .news-slider-container .swiper-slide .news-slide .news-slide-inner .news-slide-inner-text {
  width: 60%;
  padding-right: 1.5em;
  font-size: 1.2em;
  color: #fff;
  line-height: 2;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news .news-slider-container .swiper-slide .news-slide-arrow-link {
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  width: 5em;
  aspect-ratio: 1;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transform: translate(-2.5em, -3.5em);
  -webkit-transform: translate(-2.5em, -3.5em);
  -moz-transform: translate(-2.5em, -3.5em);
  -ms-transform: translate(-2.5em, -3.5em);
  -o-transform: translate(-2.5em, -3.5em);
}
.news .news-slider-container .swiper-slide .news-slide-arrow-link .icon-thick-arrow:before {
  color: #fff !important;
}
.news .news-slider-container .slider-navigation {
  z-index: 0;
  gap: 4em;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (min-width: 767.5px) {
  .news .news-slider-container .slider-navigation {
    gap: 6em;
  }
}
.news .news-slider-container .slider-navigation .slider-pagination {
  direction: ltr;
  height: 2em !important;
  width: unset !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.news .news-slider-container .slider-navigation .slider-pagination .swiper-pagination-bullet {
  right: unset !important;
  background: #b7b864;
  opacity: 1;
  margin-inline: 0.4em;
  width: 0.7em !important;
  height: 0.7em !important;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media screen and (min-width: 449.5px) {
  .news .news-slider-container .slider-navigation .slider-pagination .swiper-pagination-bullet {
    margin-inline: 0.8em;
  }
}
.news .news-slider-container .slider-navigation .slider-pagination .swiper-pagination-bullet-active {
  background: #fff;
  transform: scale(1.8);
  -webkit-transform: scale(1.8);
  -moz-transform: scale(1.8);
  -ms-transform: scale(1.8);
  -o-transform: scale(1.8);
}
.news .news-slider-container .slider-navigation .swiper-pagination-bullets-dynamic {
  font-size: unset !important;
  overflow: visible !important;
}
.news .news-slider-container .slider-navigation .navigation-icon {
  font-size: 1.9em;
  color: #ff357e;
}
.news .news-slider-container .slider-navigation .navigation-icon:before {
  color: #ff357e;
}
.news .news-slider-container .slider-navigation .news-slider-prev-btn {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
.news .news-slider-container .slider-navigation .swiper-pagination-bullet-active {
  border: 1px solid #ff357e;
  background-color: transparent;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.news .see-all {
  bottom: -4em;
  color: #ff357e;
  font-size: 1.5em;
  font-weight: 500;
  z-index: 0;
  cursor: pointer;
}
@media screen and (min-width: 991.5px) {
  .news .see-all {
    bottom: 0;
    left: 4% !important;
    transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
  }
}

.sign-in {
  padding-block: 6em;
}
.sign-in .sign-in-content {
  gap: 3em;
}
.sign-in .sign-in-content .sign-in-title {
  font-size: 2.5em;
  font-family: "MolsaqArabic" !important;
  font-weight: 700;
  color: #ff357e;
}
@media (min-width: 767.5px) {
  .sign-in .sign-in-content .sign-in-title {
    font-size: 3em;
  }
}
@media (min-width: 991.5px) {
  .sign-in .sign-in-content .sign-in-title {
    font-size: 3.7em;
  }
}
@media (min-width: 1199.5px) {
  .sign-in .sign-in-content .sign-in-title {
    font-size: 4.2em;
  }
}
@media (min-width: 1599.5px) {
  .sign-in .sign-in-content .sign-in-title {
    font-size: 5.5em;
  }
}
.sign-in .sign-in-content .sign-in-content-bubbles {
  width: 89%;
  aspect-ratio: 1;
  position: relative;
  transform: translate(11%, 0);
  -webkit-transform: translate(11%, 0);
  -moz-transform: translate(11%, 0);
  -ms-transform: translate(11%, 0);
  -o-transform: translate(11%, 0);
}
@media (min-width: 767.5px) {
  .sign-in .sign-in-content .sign-in-content-bubbles {
    width: 45%;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
}
.sign-in .sign-in-content .sign-in-content-bubbles .sign-in-content-bubbles-mask {
  position: absolute;
  top: 8%;
  left: -1%;
  width: 80%;
  aspect-ratio: 1;
  mask-image: url(../images/girls-elementary-school/sign-in-mask.png);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}
.sign-in .sign-in-content .sign-in-content-bubbles .sign-in-content-bubbles-mask .sign-in-content-bubbles-mask-img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.sign-in .sign-in-content .sign-in-content-bubbles .sign-in-background {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.sign-in .sign-in-content .sign-in-content-bubbles .sign-in-content-bubbles-upperImg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
  aspect-ratio: 1;
}
.sign-in .sign-in-content .sign-in-content-form {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 575.5px) {
  .sign-in .sign-in-content .sign-in-content-form {
    width: 70%;
  }
}
@media screen and (min-width: 767.5px) {
  .sign-in .sign-in-content .sign-in-content-form {
    width: 50%;
  }
}
@media screen and (min-width: 1199.5px) {
  .sign-in .sign-in-content .sign-in-content-form {
    width: 45%;
  }
}
@media screen and (min-width: 767.5px) {
  .sign-in .sign-in-content .sign-in-content-form form {
    width: 100%;
    border: 1px solid #ff357e;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
  }
}
.sign-in .sign-in-content .sign-in-content-form .sign-in-input {
  width: 100%;
  background-color: #fff;
  border: 1px solid #ff357e;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  padding: 2em 1em;
  outline: none;
}
.sign-in .sign-in-content .sign-in-content-form .sign-in-input::placeholder {
  color: #bdbdbd;
  font-size: 1.2em;
}
@media screen and (min-width: 575.5px) {
  .sign-in .sign-in-content .sign-in-content-form .sign-in-input::placeholder {
    font-size: 1.2em;
  }
}
.sign-in .sign-in-content .sign-in-content-form .sign-in-input:focus::placeholder {
  opacity: 0;
}
@media screen and (min-width: 767.5px) {
  .sign-in .sign-in-content .sign-in-content-form .sign-in-input {
    width: 70%;
    border: 1px solid transparent;
    box-shadow: none;
    padding: 3em 1em;
  }
}
.sign-in .sign-in-content .sign-in-content-form .sign-in-btn {
  background: url(../images/girls-elementary-school/sign-in-btn-back.svg) #ff357e;
  background-position: center;
  background-size: cover;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  padding: 1em;
  font-size: 1.7em;
  font-weight: 400;
  font-weight: 500;
  width: 100%;
  margin: 1em auto;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 767.5px) {
  .sign-in .sign-in-content .sign-in-content-form .sign-in-btn {
    background: #ff357e;
    margin: 0.2em auto 0.2em 0.5em;
    width: 30%;
  }
}

.teachers {
  margin-bottom: 10em;
  position: relative;
  padding: 10em 0 0;
  background: url(../images/girls-elementary-school/teachers-section-background.png);
  background-size: cover;
}
.teachers:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  background: url(../images/girls-elementary-school/pattern-backgroung.svg);
}
@media (min-width: 575.5px) {
  .teachers {
    background-size: 100% 100%;
    margin-top: 8em;
  }
}
.teachers .absolute-teacher-img {
  display: none;
}
@media (min-width: 767.5px) {
  .teachers .absolute-teacher-img {
    display: block;
    position: absolute;
    left: 7%;
    top: -20%;
  }
}
.teachers .title-div {
  justify-content: center;
  width: fit-content;
  margin-inline: auto;
  background: url(../images/girls-elementary-school/teacher-title-back.png) no-repeat center;
  background-size: cover;
  width: 21.5em;
  aspect-ratio: 1/0.83;
  top: -2%;
}
@media screen and (min-width: 991.5px) {
  .teachers .title-div {
    max-width: 47%;
  }
}
.teachers .title-div .section-title {
  font-size: 2.2em;
  font-weight: 700;
  font-family: "MadaniArabic" !important;
  color: #3f2c2f;
}
@media screen and (min-width: 1199.5px) {
  .teachers .title-div .section-title {
    font-size: 3.2em;
  }
}
.teachers .title-div .title-icon {
  width: 3.2em;
  margin-top: 1em;
}
@media screen and (min-width: 991.5px) {
  .teachers .title-div .title-icon {
    width: 3.8em;
  }
}
.teachers .title-div .divider {
  width: 100%;
  height: 1px;
  background-color: #a0737b;
  margin-top: 1.8em;
  margin-bottom: 0.4em;
}
.teachers .title-div .section-subtitle {
  font-size: 1.3em;
  font-weight: 400;
  color: #3f2c2f;
  line-height: 2;
  text-align: center;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
@media (min-width: 1399.5px) {
  .teachers .title-div .section-subtitle {
    font-size: 1.6em;
  }
}
.teachers .title-div .divider {
  width: 69%;
}
@media (min-width: 767.5px) {
  .teachers .title-div {
    width: 28em;
    top: -10%;
  }
}
@media (min-width: 991.5px) {
  .teachers .title-div {
    width: 31em;
  }
}
.teachers .title-div .section-subtitle {
  width: 60%;
}
.teachers .teachers-all-content {
  position: relative;
  padding-bottom: 18em;
}
@media (min-width: 991.5px) {
  .teachers .teachers-all-content {
    padding-bottom: 11em;
  }
}
.teachers .teachers-all-content .teachers-swiper-slider {
  width: 100%;
  position: relative;
  padding: 11em 0;
  overflow-x: hidden;
}
.teachers .teachers-all-content .teachers-swiper-slider .teacher-card {
  width: 75%;
  margin-inline: auto;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border: 5px solid #fff;
}
.teachers .teachers-all-content .teachers-swiper-slider .teacher-card .teacher-img-box {
  width: 100%;
  aspect-ratio: 1/1.3;
}
.teachers .teachers-all-content .teachers-swiper-slider .teacher-card .teacher-img-box .teacher-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.teachers .teachers-all-content .teachers-swiper-slider .teacher-card .teacher-info {
  position: absolute;
  bottom: 0;
  background: url(../images/girls-elementary-school/teacher-info-back.png) no-repeat center;
  background-size: cover;
  color: #1e240f;
  line-height: 1.5;
  gap: 0.8em;
  width: 100%;
  padding-top: 4em;
  padding-bottom: 1em;
  font-size: 1.4em;
  font-weight: 500;
  aspect-ratio: 2/0.9;
}
.teachers .teachers-all-content .teachers-swiper-slider .teacher-card .teacher-info .teacher-name, .teachers .teachers-all-content .teachers-swiper-slider .teacher-card .teacher-info .teacher-edu {
  width: 60%;
  font-size: 1.3em;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.teachers .teachers-all-content .teachers-swiper-slider .teacher-card .teacher-info .teacher-edu {
  width: 75%;
}
.teachers .teachers-all-content .teachers-swiper-slider .slider-navigation {
  z-index: 0;
  gap: 4em;
  bottom: 1.5em;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (min-width: 767.5px) {
  .teachers .teachers-all-content .teachers-swiper-slider .slider-navigation {
    gap: 6em;
  }
}
.teachers .teachers-all-content .teachers-swiper-slider .slider-navigation .slider-pagination {
  direction: ltr;
  height: 2em !important;
  width: unset !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.teachers .teachers-all-content .teachers-swiper-slider .slider-navigation .slider-pagination .swiper-pagination-bullet {
  right: unset !important;
  background: #fff;
  opacity: 1;
  margin-inline: 0.4em;
  width: 0.7em !important;
  height: 0.7em !important;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media screen and (min-width: 449.5px) {
  .teachers .teachers-all-content .teachers-swiper-slider .slider-navigation .slider-pagination .swiper-pagination-bullet {
    margin-inline: 0.8em;
  }
}
.teachers .teachers-all-content .teachers-swiper-slider .slider-navigation .slider-pagination .swiper-pagination-bullet-active {
  background: #fff;
  transform: scale(1.8);
  -webkit-transform: scale(1.8);
  -moz-transform: scale(1.8);
  -ms-transform: scale(1.8);
  -o-transform: scale(1.8);
}
.teachers .teachers-all-content .teachers-swiper-slider .slider-navigation .swiper-pagination-bullets-dynamic {
  font-size: unset !important;
  overflow: visible !important;
}
.teachers .teachers-all-content .teachers-swiper-slider .slider-navigation .navigation-icon {
  font-size: 1.9em;
  color: #fff;
}
.teachers .teachers-all-content .teachers-swiper-slider .slider-navigation .navigation-icon:before {
  color: #fff;
}
.teachers .teachers-all-content .teachers-swiper-slider .slider-navigation .teachers-slider-prev-btn {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
.teachers .teachers-all-content .teachers-swiper-slider .slider-navigation .swiper-pagination-bullet-active {
  border: 1px solid #fff;
  background-color: transparent !important;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.teachers .teachers-all-content .teachers-swiper-slider .slider-navigation .icon-thick-arrow::before {
  color: #fff;
}
.teachers .teachers-all-content .see-all {
  bottom: 5em;
  color: #ff357e;
  font-size: 1.5em;
  font-weight: 500;
  z-index: 0;
  cursor: pointer;
  background: url(../images/girls-elementary-school/see-all-bakground.png) no-repeat center;
  background-size: cover;
  width: 10em;
  aspect-ratio: 1/0.6;
}
@media screen and (min-width: 991.5px) {
  .teachers .teachers-all-content .see-all {
    bottom: 5.5em;
    left: 4% !important;
    transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
  }
}
@media screen and (min-width: 1199.5px) {
  .teachers .teachers-all-content .see-all {
    left: 4%;
    font-size: 1.8em;
    bottom: 4em;
  }
}
.teachers .teachers-all-content .see-all .icon-arrow-Square {
  font-size: 1.2em;
}
.teachers .teachers-all-content .see-all .icon-arrow-Square:before {
  color: #ff357e;
}

.aims .aims-content {
  gap: 3.5em;
  background-color: #fbfcba;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border: 1px solid rgba(255, 53, 126, 0.31);
}
.aims .aims-content .title-div {
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 991.5px) {
  .aims .aims-content .title-div {
    max-width: 47%;
  }
}
.aims .aims-content .title-div .section-title {
  font-size: 2.2em;
  font-weight: 700;
  font-family: "MadaniArabic" !important;
  color: #ff357e;
}
@media screen and (min-width: 1199.5px) {
  .aims .aims-content .title-div .section-title {
    font-size: 3.2em;
  }
}
.aims .aims-content .title-div .title-icon {
  width: 3.2em;
  margin-top: 1em;
}
@media screen and (min-width: 991.5px) {
  .aims .aims-content .title-div .title-icon {
    width: 3.8em;
  }
}
.aims .aims-content .title-div .divider {
  width: 100%;
  height: 1px;
  background-color: #502d39;
  margin-top: 1.8em;
  margin-bottom: 0.4em;
}
.aims .aims-content .title-div .section-subtitle {
  font-size: 1.3em;
  font-weight: 400;
  color: #502d39;
  line-height: 2;
  text-align: center;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
@media (min-width: 1399.5px) {
  .aims .aims-content .title-div .section-subtitle {
    font-size: 1.6em;
  }
}
.aims .aims-content .aims-content-items {
  gap: 5.5em;
  width: 90%;
}
.aims .aims-content .aims-content-items .aims-content-item {
  position: relative;
  gap: 1.8em;
  width: 80%;
}
.aims .aims-content .aims-content-items .aims-content-item:not(:last-child):after {
  content: "";
  width: 100%;
  height: 2.5em;
  bottom: -4em;
  background: url(../images/girls-elementary-school/curly-divider.svg) no-repeat center;
  background-size: contain;
}
@media (min-width: 575.5px) {
  .aims .aims-content .aims-content-items .aims-content-item:not(:last-child):after {
    left: -56%;
    top: 43%;
    width: 65%;
    transform: rotateZ(90deg) translateX(0);
    -webkit-transform: rotateZ(90deg) translateX(0);
    -moz-transform: rotateZ(90deg) translateX(0);
    -ms-transform: rotateZ(90deg) translateX(0);
    -o-transform: rotateZ(90deg) translateX(0);
  }
}
@media (min-width: 767.5px) {
  .aims .aims-content .aims-content-items .aims-content-item:not(:last-child):after {
    width: 55%;
    left: -47%;
  }
}
@media (min-width: 1399.5px) {
  .aims .aims-content .aims-content-items .aims-content-item:not(:last-child):after {
    width: 44%;
    left: -40%;
  }
}
@media (min-width: 1499.5px) {
  .aims .aims-content .aims-content-items .aims-content-item:not(:last-child):after {
    width: 33%;
    left: -34%;
  }
}
@media (min-width: 575.5px) {
  .aims .aims-content .aims-content-items .aims-content-item:nth-child(even):after {
    display: none;
  }
}
@media (min-width: 991.5px) {
  .aims .aims-content .aims-content-items .aims-content-item:nth-child(even):after {
    display: block;
  }
}
@media (min-width: 575.5px) {
  .aims .aims-content .aims-content-items .aims-content-item {
    width: 38%;
  }
}
@media (min-width: 991.5px) {
  .aims .aims-content .aims-content-items .aims-content-item {
    width: 26%;
  }
}
.aims .aims-content .aims-content-items .aims-content-item .aims-content-item-number {
  font-size: 3.8em;
}
.aims .aims-content .aims-content-items .aims-content-item .aims-content-item-text {
  color: #502d39;
  text-align: justify;
  font-family: "ERPxFaNum" !important;
  font-size: 1.3em;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 991.5px) {
  .aims .aims-content .aims-content-items .aims-content-item:nth-child(3n):after {
    display: none;
  }
}

.honors {
  margin-top: 8em;
  margin-bottom: 4em;
}
.honors .title-div {
  justify-content: center;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 991.5px) {
  .honors .title-div {
    max-width: 47%;
  }
}
.honors .title-div .section-title {
  font-size: 2.2em;
  font-weight: 700;
  font-family: "MadaniArabic" !important;
  color: #ff89c3;
}
@media screen and (min-width: 1199.5px) {
  .honors .title-div .section-title {
    font-size: 3.2em;
  }
}
.honors .title-div .title-icon {
  width: 3.2em;
  margin-top: 1em;
}
@media screen and (min-width: 991.5px) {
  .honors .title-div .title-icon {
    width: 3.8em;
  }
}
.honors .title-div .divider {
  width: 100%;
  height: 1px;
  background-color: #ff357e;
  margin-top: 1.8em;
  margin-bottom: 0.4em;
}
.honors .title-div .section-subtitle {
  font-size: 1.3em;
  font-weight: 400;
  color: #ff357e;
  line-height: 2;
  text-align: center;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
@media (min-width: 1399.5px) {
  .honors .title-div .section-subtitle {
    font-size: 1.6em;
  }
}
.honors .honors-slider-container {
  position: relative;
  padding-block: 7em;
  overflow: hidden;
  width: 83%;
  margin-inline: auto;
}
.honors .honors-slider-container .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.honors .honors-slider-container .swiper-slide .honor-slide {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  border: 1px solid #e3e3e3;
  background: #fff;
  box-shadow: 2px 4px 24.8px 0px rgba(0, 0, 0, 0.05);
  aspect-ratio: 1/1.2;
  width: 100%;
  padding: 1em;
}
.honors .honors-slider-container .swiper-slide .honor-slide:hover {
  background-color: #f986be;
}
.honors .honors-slider-container .swiper-slide .honor-slide .honor-img-box {
  position: relative;
  mask-image: url(../images/girls-elementary-school/teacher-title-back.png);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100%;
  width: 90%;
  aspect-ratio: 5/4.2;
  background-color: #fff;
}
.honors .honors-slider-container .swiper-slide .honor-slide .honor-img-box .img-box-inside {
  mask-image: url(../images/girls-elementary-school/teacher-title-back.png);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100%;
  width: 96%;
  height: 100%;
}
.honors .honors-slider-container .swiper-slide .honor-slide .honor-img-box .img-box-inside .honor-img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.honors .honors-slider-container .swiper-slide .honor-slide .honor-student-name {
  color: #000;
  text-align: center;
  font-family: ERPxFaNum !important;
  font-size: 1.4em;
  font-weight: 400;
  width: 100%;
}
.honors .honors-slider-container .swiper-slide .honor-slide .honor-student-grade {
  color: #000;
  text-align: center;
  font-family: ERPxFaNum !important;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.8;
  height: 3.5em;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.honors .honors-slider-container .slider-navigation {
  z-index: 0;
  gap: 4em;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (min-width: 767.5px) {
  .honors .honors-slider-container .slider-navigation {
    gap: 6em;
  }
}
.honors .honors-slider-container .slider-navigation .slider-pagination {
  direction: ltr;
  height: 2em !important;
  width: unset !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.honors .honors-slider-container .slider-navigation .slider-pagination .swiper-pagination-bullet {
  right: unset !important;
  background: #f982bc;
  opacity: 1;
  margin-inline: 0.4em;
  width: 0.7em !important;
  height: 0.7em !important;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media screen and (min-width: 449.5px) {
  .honors .honors-slider-container .slider-navigation .slider-pagination .swiper-pagination-bullet {
    margin-inline: 0.8em;
  }
}
.honors .honors-slider-container .slider-navigation .slider-pagination .swiper-pagination-bullet-active {
  background: #f982bc;
  transform: scale(1.8);
  -webkit-transform: scale(1.8);
  -moz-transform: scale(1.8);
  -ms-transform: scale(1.8);
  -o-transform: scale(1.8);
}
.honors .honors-slider-container .slider-navigation .swiper-pagination-bullets-dynamic {
  font-size: unset !important;
  overflow: visible !important;
}
.honors .honors-slider-container .slider-navigation .navigation-icon {
  font-size: 1.9em;
  color: #f982bc;
}
.honors .honors-slider-container .slider-navigation .navigation-icon:before {
  color: #f982bc;
}
.honors .honors-slider-container .slider-navigation .honors-slider-prev-btn {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
.honors .honors-slider-container .slider-navigation .swiper-pagination-bullet-active {
  border: 1px solid #f982bc;
  background-color: transparent !important;
  transform: scale(1.09);
  -webkit-transform: scale(1.09);
  -moz-transform: scale(1.09);
  -ms-transform: scale(1.09);
  -o-transform: scale(1.09);
}
.honors .honors-slider-container .slider-navigation .icon-thick-arrow:before {
  color: #f982bc;
}

.research-center {
  margin-block: 12em;
}
.research-center .title-div {
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 991.5px) {
  .research-center .title-div {
    max-width: 47%;
  }
}
.research-center .title-div .section-title {
  font-size: 2.2em;
  font-weight: 700;
  font-family: "MadaniArabic" !important;
  color: #ff89c3;
}
@media screen and (min-width: 1199.5px) {
  .research-center .title-div .section-title {
    font-size: 3.2em;
  }
}
.research-center .title-div .title-icon {
  width: 3.2em;
  margin-top: 1em;
}
@media screen and (min-width: 991.5px) {
  .research-center .title-div .title-icon {
    width: 3.8em;
  }
}
.research-center .title-div .divider {
  width: 100%;
  height: 1px;
  background-color: #ff357e;
  margin-top: 1.8em;
  margin-bottom: 0.4em;
}
.research-center .title-div .section-subtitle {
  font-size: 1.3em;
  font-weight: 400;
  color: #ff357e;
  line-height: 2;
  text-align: center;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
@media (min-width: 1399.5px) {
  .research-center .title-div .section-subtitle {
    font-size: 1.6em;
  }
}
.research-center .title-div .section-title {
  font-family: "MolsaqArabic" !important;
}
.research-center .research-center-slider {
  width: 100%;
  padding-block: 6em;
  overflow: hidden;
  position: relative;
}
.research-center .research-center-slider .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
}
.research-center .research-center-slider .swiper-slide:nth-child(3n-2) .research-center-item {
  background-color: #ffda76;
}
.research-center .research-center-slider .swiper-slide:nth-child(3n-2) .research-center-item-text {
  color: #b92057;
}
.research-center .research-center-slider .swiper-slide:nth-child(3n-2) .researcher-name-container {
  background-color: #f982bc;
  color: #fff;
}
.research-center .research-center-slider .swiper-slide:nth-child(3n-2) .researcher-name-container .research-name-line {
  background-color: #fff;
}
.research-center .research-center-slider .swiper-slide:nth-child(3n-1) .research-center-item {
  background-color: #f982bc;
}
.research-center .research-center-slider .swiper-slide:nth-child(3n-1) .research-center-item-text {
  color: #fff;
}
.research-center .research-center-slider .swiper-slide:nth-child(3n-1) .researcher-name-container {
  color: #9b3064;
  background-color: #fbfcba;
}
.research-center .research-center-slider .swiper-slide:nth-child(3n-1) .researcher-name-container .research-name-line {
  background-color: #9b3064;
}
.research-center .research-center-slider .swiper-slide:nth-child(3n-1) .icon-quote-1 {
  filter: brightness(0) saturate(100%) invert(99%) sepia(87%) saturate(3196%) hue-rotate(308deg) brightness(111%) contrast(106%);
}
.research-center .research-center-slider .swiper-slide:nth-child(3n) .research-center-item {
  background-color: #fd9348;
}
.research-center .research-center-slider .swiper-slide:nth-child(3n) .research-center-item-text {
  color: #fff;
}
.research-center .research-center-slider .swiper-slide:nth-child(3n) .researcher-name-container {
  background-color: #ffda76;
  color: #7d4f2d;
}
.research-center .research-center-slider .swiper-slide:nth-child(3n) .researcher-name-container .research-name-line {
  background-color: #7d4f2d;
}
.research-center .research-center-slider .swiper-slide:nth-child(3n) .icon-quote-1 {
  filter: brightness(0) saturate(100%) invert(96%) sepia(4%) saturate(5650%) hue-rotate(328deg) brightness(90%) contrast(117%);
}
.research-center .research-center-slider .swiper-slide:hover {
  filter: drop-shadow(1px 10px 5px rgba(0, 0, 0, 0.3));
}
.research-center .research-center-slider .swiper-slide .research-center-item {
  width: 100%;
  aspect-ratio: 1/1.12;
  mask-image: url(../images/girls-elementary-school/research-center-mask.png);
  mask-repeat: no-repeat;
  mask-size: 100%;
  mask-position: center;
}
@media (min-width: 399.5px) {
  .research-center .research-center-slider .swiper-slide .research-center-item {
    width: 80%;
    margin-inline: auto;
  }
}
@media (min-width: 599.5px) {
  .research-center .research-center-slider .swiper-slide .research-center-item {
    width: 100%;
  }
}
.research-center .research-center-slider .swiper-slide .research-center-item .research-center-icon-box {
  width: 15%;
  aspect-ratio: 1;
}
.research-center .research-center-slider .swiper-slide .research-center-item .research-center-icon-box .icon-quote-1,
.research-center .research-center-slider .swiper-slide .research-center-item .research-center-icon-box .icon-quote-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.research-center .research-center-slider .swiper-slide .research-center-item .research-center-item-text {
  width: 65%;
  text-align: justify;
  font-family: "ERPxFaNum" !important;
  font-size: 1.3em;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.research-center .research-center-slider .swiper-slide .research-center-item .researcher-name-container {
  position: relative;
  width: 54%;
  margin-inline: auto;
  mask-image: url(../images/girls-elementary-school/resercher-mask.png);
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: center;
  aspect-ratio: 2/1;
  gap: 0.5em;
  padding-inline: 1.5em;
}
.research-center .research-center-slider .swiper-slide .research-center-item .researcher-name-container .research-name-line {
  display: inline-block;
  width: 20%;
  height: 1px;
}
.research-center .research-center-slider .swiper-slide .research-center-item .researcher-name-container .researcher-name {
  width: 60%;
  font-size: 1.3em;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.research-center .research-center-slider .slider-navigation {
  z-index: 0;
  gap: 4em;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (min-width: 767.5px) {
  .research-center .research-center-slider .slider-navigation {
    gap: 6em;
  }
}
.research-center .research-center-slider .slider-navigation .slider-pagination {
  direction: ltr;
  height: 2em !important;
  width: unset !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.research-center .research-center-slider .slider-navigation .slider-pagination .swiper-pagination-bullet {
  right: unset !important;
  background: #ffcbd1;
  opacity: 1;
  margin-inline: 0.4em;
  width: 0.7em !important;
  height: 0.7em !important;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media screen and (min-width: 449.5px) {
  .research-center .research-center-slider .slider-navigation .slider-pagination .swiper-pagination-bullet {
    margin-inline: 0.8em;
  }
}
.research-center .research-center-slider .slider-navigation .slider-pagination .swiper-pagination-bullet-active {
  background: #fff;
  transform: scale(1.8);
  -webkit-transform: scale(1.8);
  -moz-transform: scale(1.8);
  -ms-transform: scale(1.8);
  -o-transform: scale(1.8);
}
.research-center .research-center-slider .slider-navigation .swiper-pagination-bullets-dynamic {
  font-size: unset !important;
  overflow: visible !important;
}
.research-center .research-center-slider .slider-navigation .navigation-icon {
  font-size: 1.9em;
  color: #ff357e;
}
.research-center .research-center-slider .slider-navigation .navigation-icon:before {
  color: #ff357e;
}
.research-center .research-center-slider .slider-navigation .research-slider-prev-btn {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
.research-center .research-center-slider .slider-navigation .swiper-pagination-bullet-active {
  border: 1px solid #ff357e;
  background-color: transparent;
  transform: scale(1.09);
  -webkit-transform: scale(1.09);
  -moz-transform: scale(1.09);
  -ms-transform: scale(1.09);
  -o-transform: scale(1.09);
}

.page-footer {
  mask-image: url(../images/girls-elementary-school/footer-background-1.png);
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: center;
  margin-top: 11em;
  background-color: #f982bc;
}
@media (min-width: 767.5px) {
  .page-footer {
    mask-image: url(../images/girls-elementary-school/footer-background-2.png);
  }
}
.page-footer::after {
  content: none;
}
.page-footer .main-container {
  position: relative;
}
.page-footer .main-container::after {
  content: "";
  left: 50% !important;
  bottom: 0;
  top: unset;
  width: 30em;
  height: 10em;
  background: url(../images/girls-elementary-school/footer-vector.png) no-repeat center;
  background-size: contain;
  z-index: 0;
}
@media (min-width: 767.5px) {
  .page-footer .main-container::after {
    left: 16% !important;
  }
}
@media (min-width: 1399.5px) {
  .page-footer .main-container::after {
    width: 35em;
    height: 14em;
  }
}
@media (min-width: 1599.5px) {
  .page-footer .main-container::after {
    width: 42em;
    height: 15em;
  }
}
.page-footer .footer-content {
  padding-bottom: 12em;
  padding-top: 8em;
}
@media (min-width: 767.5px) {
  .page-footer .footer-content {
    padding-top: 13em;
  }
}
.page-footer .footer-content .footer-logo-box {
  width: 50%;
}
@media (min-width: 767.5px) {
  .page-footer .footer-content .footer-logo-box {
    width: 25%;
  }
}
.page-footer .footer-content .footer-logo-box .footer-logo {
  aspect-ratio: 2/1.7;
}
.page-footer .footer-content .levels-address-info .level-address-info .level-title {
  color: #FFF4D6;
}
.page-footer .footer-content .levels-address-info .level-address-info .level-address-text {
  color: #FFF4D6 !important;
}
.page-footer .footer-content .levels-address-info .level-address-info .level-phone-number {
  color: #FFF4D6;
}
.page-footer .footer-content .levels-address-info .level-address-info .footer-address-icon:before {
  color: #fff;
}
.page-footer .footer-content .footer-links .footer-link-child {
  color: #FFF4D6;
  border: 1px solid #FFF4D6;
}
.page-footer .footer-content .footer-links .footer-link-child:hover {
  background-color: #FBFCBA;
  color: #255B25;
}
.page-footer .footer-content .footer-links .footer-link-child:hover .icon-arrow-3:before {
  color: #255B25;
}
.page-footer .footer-content .footer-links .footer-link-child .icon-arrow-3:before {
  color: #FBFCBA;
}
.page-footer .footer-content .social-media-parent .social-media-links .media-link-box {
  border: 0.5px solid #fff;
}
.page-footer .footer-content .social-media-parent .social-media-links .media-link-box .footer-media-icon::before {
  color: #fff;
}
.page-footer .created-by {
  width: 100%;
  background: #fbfcba;
  padding: 1.7em;
  position: relative;
  z-index: 100;
  gap: 2em;
}
@media screen and (min-width: 991.5px) {
  .page-footer .created-by {
    padding-inline: 2.5em;
  }
}
.page-footer .created-by .footer-bottom-ul {
  margin-bottom: 0;
  color: #f982bc;
  gap: 1.4em;
}
@media screen and (min-width: 991.5px) {
  .page-footer .created-by .footer-bottom-ul {
    width: 30%;
    gap: 0;
  }
}
.page-footer .created-by .footer-bottom-ul .footer-bottom-text {
  text-align: center;
  position: relative;
  line-height: 1.8;
  font-weight: 500;
  font-size: 1.2em;
}
@media screen and (min-width: 991.5px) {
  .page-footer .created-by .footer-bottom-ul .footer-bottom-text {
    text-align: right;
    list-style-type: disc;
  }
}
.page-footer .created-by .footer-bottom-ul .footer-bottom-text:first-child:before {
  content: "";
  position: absolute;
  bottom: -0.8em;
  left: 50%;
  width: 70%;
  height: 0.7px;
  background-color: #f982bc;
  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) {
  .page-footer .created-by .footer-bottom-ul .footer-bottom-text:first-child:before {
    display: none;
  }
}
.page-footer .created-by .footer-bottom-btn-container {
  gap: 1.5em;
  width: 100%;
}
@media (min-width: 991.5px) {
  .page-footer .created-by .footer-bottom-btn-container {
    width: 30%;
    margin-bottom: -0.7em;
  }
}
.page-footer .created-by .footer-bottom-btn-container .footer-bottom-btn {
  width: 50%;
  height: 3em;
  padding: 0.8em;
  gap: 0.5em;
  background: #f982bc;
  border-radius: 9px;
  color: #fffdd8;
  font-size: 1.2em;
  font-weight: 500;
}
@media (min-width: 575.5px) {
  .page-footer .created-by .footer-bottom-btn-container .footer-bottom-btn {
    width: 38%;
  }
}
@media (min-width: 767.5px) {
  .page-footer .created-by .footer-bottom-btn-container .footer-bottom-btn {
    width: 29%;
  }
}
@media (min-width: 991.5px) {
  .page-footer .created-by .footer-bottom-btn-container .footer-bottom-btn {
    width: 43%;
  }
}
@media (min-width: 1199.5px) {
  .page-footer .created-by .footer-bottom-btn-container .footer-bottom-btn {
    width: 37%;
  }
}
.page-footer .created-by .footer-bottom-btn-container .footer-bottom-btn .icon-google-play {
  font-size: 1.2em;
}
.page-footer .created-by .footer-bottom-btn-container .footer-bottom-btn .icon-apple {
  font-size: 1.4em;
  padding-bottom: 7px;
}
.page-footer .abrisham-logo {
  width: 100%;
  gap: 0.6em;
}
@media (min-width: 991.5px) {
  .page-footer .abrisham-logo {
    width: 30%;
  }
}
.page-footer .abrisham-logo .law-message {
  color: #f982bc;
  text-align: center;
  font-size: 1.2em;
  font-weight: 500;
}
.page-footer .abrisham-logo .law-message .abrisham-logo-img {
  width: 2em;
}
.page-footer .abrisham-logo .law-message .logo-name-part-1 {
  color: #6396fd;
  font-size: 1.6em;
}
.page-footer .abrisham-logo .law-message .logo-name-part-2 {
  color: #fdb12a;
  font-size: 1.6em;
  margin-right: 0.2em;
}
