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

html {
  overflow-x: hidden;
}

body {
  font-family: ERPx;
  font-size: 16px !important;
  direction: rtl;
  overflow-x: hidden;
  max-width: 100vw;
}

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

.courses .courses-content .courses-slider-container .course-slide .course-description, .teachers .teachers-all-content .teachers-swiper-slider .teacher-card .teacher-info, .teachers .slider-navigation, .articles .articles-slider .swiper-slide .article-slide .article-img-box .article-date, .page-footer .footer-tabs .nav-tabs:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.banner .banner-content .banner-slider .banner-desc-container .banner-text, .about-us .about-us-description .about-us-text {
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.8;

}

.banner-text{
    font-size: 1.4em !important;
}

.slider-navigation .swiper-pagination-bullet-active::before, .banner .banner-content .banner-slider .banner-photo-container .banner-frame-1, .banner .banner-content .banner-slider .banner-photo-container .banner-frame-2, .about-us .about-us-images-container .about-us-pattern, .about-us .about-us-images-container .about-us-img-mask {
  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-content .banner-slider .banner-desc-container .banner-title, .banner .banner-content .banner-slider .banner-desc-container .banner-text, .features .features-items .feature-item-text, .news .news-slider-container .swiper-slide .news-box .news-box-description .news-box-text, .honors .honors-content .honor-slide .honor-title, .about-us .about-us-description .about-us-text, .articles .articles-slider .swiper-slide .article-slide .article-title, .articles .articles-slider .swiper-slide .article-slide .article-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;


}

.features .features-items .feature-item-name, .honors .honors-content .honor-slide .honor-student-name, .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 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

.swiper-scrollbar-lock {
  display: flex !important;
}

.slider-pagination {
  direction: ltr;
  left: unset;
  top: unset;
  bottom: unset;
  display: flex !important;
  align-items: center !important;
  justify-content: center !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;
}

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

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

.gap-03 {
  gap: 0.3em;
}

.gap-05 {
  gap: 0.5em;
}

.gap-1 {
  gap: 1em;
}

.gap-2 {
  gap: 2em;
}

.opacity05 {
  opacity: 0.5;
}

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

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

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

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

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

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

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

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

.header {
  width: 100%;
  position: relative;
}
.header .header-container {
  width: 100%;
}
.header .header-container .header-top {
  width: 100%;
  background: url(../images/header-pattern.png) #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.header .header-container .header-top .school-logo {
  margin-right: 1em;
}
@media (min-width: 767.5px) {
  .header .header-container .header-top .school-logo {
    margin-right: 1em;
  }
}
.header .header-container .header-top .school-logo .school-logo-img {
  width: 3.2em;
}
@media (min-width: 575.5px) {
  .header .header-container .header-top .school-logo .school-logo-img {
    width: 4em;
  }
}
@media (min-width: 767.5px) {
  .header .header-container .header-top .school-logo .school-logo-img {
    width: 4.5em;
  }
}
@media (min-width: 1199.5px) {
  .header .header-container .header-top .school-logo .school-logo-img {
    width: 5em;
    margin-right: 2em;
  }
}
@media (min-width: 1399.5px) {
  .header .header-container .header-top .school-logo .school-logo-img {
    width: 5.5em;
  }
}
.header .header-container .header-top .school-title {
  color: #283676;
  font-family: "Lalezar" !important;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 575.5px) {
  .header .header-container .header-top .school-title {
    font-size: 1.5em;
  }
}
@media (min-width: 767.5px) {
  .header .header-container .header-top .school-title {
    font-size: 1.9em;
    margin-right: -0.6em;
  }
}
@media (min-width: 1199.5px) {
  .header .header-container .header-top .school-title {
    font-size: 2.5em;
    margin-right: -1em;
  }
}
@media (min-width: 1399.5px) {
  .header .header-container .header-top .school-title {
    font-size: 2.8em;
    margin-right: -1.5em;
  }
}
.header .header-container .header-top .rahbar .rahbar-img {
  width: 4.5em;
  object-fit: cover;
}
@media (min-width: 575.5px) {
  .header .header-container .header-top .rahbar .rahbar-img {
    width: 5em;
  }
}
@media (min-width: 767.5px) {
  .header .header-container .header-top .rahbar .rahbar-img {
    width: 6em;
  }
}
@media (min-width: 1199.5px) {
  .header .header-container .header-top .rahbar .rahbar-img {
    width: 6.2em;
  }
}
@media (min-width: 1399.5px) {
  .header .header-container .header-top .rahbar .rahbar-img {
    width: 6.8em;
  }
}
.header .header-container .header-bottom {
  width: 100%;
  padding-block: 1.2em;
  padding-inline: 3%;
  background-color: #283676;
  position: relative;
  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;
  z-index: 100;
}
@media screen and (min-width: 1099.5px) {
  .header .header-container .header-bottom {
    padding-inline: 3em !important;
  }
}
.header .header-container .header-bottom.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0px 12px 29.2px 0px rgba(0, 0, 0, 0.08);
}
.header .header-container .header-bottom .icon-menu-bar {
  position: relative;
  font-size: 1.8em;
  color: #fff;
  display: block;
  cursor: pointer;
}
.header .header-container .header-bottom .icon-menu-bar::before {
  color: #fff;
}
.header .header-container .header-bottom .nav-list {
  position: relative;
  width: 100%;
  height: 100%;
}
.header .header-container .header-bottom .nav-list .nav-list-ul {
  height: 100%;
  width: 100%;
  margin-bottom: 0 !important;
}
.header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li {
  margin-left: 1.1em;
  height: 3.5em;
  position: relative;
  font-size: 0.8em;
  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;
}
@media screen and (min-width: 991.5px) {
  .header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li {
    margin-left: 1em;
  }
}
@media screen and (min-width: 1499.5px) {
  .header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li {
    font-size: 1em;
  }
}
.header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li:hover .nav-link {
  color: #edcd26;
}
.header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li:hover .icon-chevron-down {
  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;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
@media screen and (min-width: 767.5px) {
  .header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li:hover > .nav-submenu, .header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li .nav-submenu .nav-list-li:hover > .nav-sub-submenu, .header .header-container .header-bottom .nav-list-li .nav-submenu .nav-list .nav-list-ul .nav-list-li:hover > .nav-sub-submenu {
    display: block;
    position: absolute;
    top: 3em;
    right: 0;
    z-index: 50;
    background-color: #fff;
  }
}
.header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li .nav-link {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
}
.header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li .icon-chevron {
  color: #fff;
  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;
}
.header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li .nav-submenu, .header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li .nav-submenu .nav-sub-submenu, .header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li .nav-submenu .submenu-ul .submenu-li .nav-sub-submenu {
  display: none;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  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: 1.5px solid #ffeb3b;
  background: #fff;
  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);
}
.header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li .nav-submenu .submenu-ul .submenu-li, .header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li .nav-submenu .nav-sub-submenu .submenu-ul .submenu-li {
  color: #283676;
  font-weight: 400;
  margin-bottom: 0 !important;
  padding: 0.8em;
  border-radius: 41px;
  -webkit-border-radius: 41px;
  -moz-border-radius: 41px;
  -ms-border-radius: 41px;
  -o-border-radius: 41px;
  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;
}
.header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li .nav-submenu .submenu-ul .submenu-li:hover {
  background-color: #ffeb3b;
}
.header .header-container .header-bottom .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%;
}
.header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li.showSubmenu .nav-submenu, .header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li.showSubmenu .nav-submenu .nav-sub-submenu, .header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li.showSubmenu .nav-submenu .submenu-ul .submenu-li .nav-sub-submenu {
  display: block;
}
.header .header-container .header-bottom .navbar-left-btns {
  gap: 0.5em;
}
@media screen and (min-width: 1199.5px) {
  .header .header-container .header-bottom .navbar-left-btns {
    gap: 1em;
  }
}
.header .header-container .header-bottom .navbar-left-btns .icon-search::before {
  color: #fff;
}
.header .header-container .header-bottom .navbar-left-btns .nav-icon {
  font-size: 1.4em;
  color: #2b3252;
}
.header .header-container .header-bottom .navbar-left-btns .nav-signin-btn {
  display: flex;
}
.header .header-container .header-bottom .navbar-left-btns .nav-login-btn {
  display: none;
}
@media (min-width: 767.5px) {
  .header .header-container .header-bottom .navbar-left-btns .nav-login-btn {
    display: flex;
  }
}
.header .header-container .header-bottom .navbar-left-btns .nav-big-btn {
  width: 2.6em;
  background-color: #ffeb3b;
  font-size: 0.9em;
  font-weight: 400;
  aspect-ratio: 1;
  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: 991.5px) {
  .header .header-container .header-bottom .navbar-left-btns .nav-big-btn {
    width: 10em;
    padding: 1em 0.6em;
    aspect-ratio: unset;
  }
}
.header .header-container .header-bottom .navbar-left-btns .nav-big-btn .profile-photo {
  display: none;
  width: 3em;
  height: 3em;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
}
.header .header-container .header-bottom .navbar-left-btns .nav-big-btn .icon-chevron-down {
  display: none;
}
.header .header-container .header-bottom .navbar-left-btns.user-logged-in .nav-signin-btn {
  display: none !important;
}
@media (min-width: 991.5px) {
  .header .header-container .header-bottom .navbar-left-btns.user-logged-in .nav-signin-btn {
    display: flex !important;
  }
}
.header .header-container .header-bottom .navbar-left-btns.user-logged-in .nav-login-btn {
  display: flex;
  padding: 0;
  width: unset !important;
  background: transparent !important;
}
.header .header-container .header-bottom .navbar-left-btns.user-logged-in .nav-login-btn .nav-icon {
  display: none;
}
.header .header-container .header-bottom .navbar-left-btns.user-logged-in .nav-big-btn .login-text {
  display: none !important;
}
.header .header-container .header-bottom .navbar-left-btns.user-logged-in .nav-big-btn .profile-photo {
  display: flex;
}
.header .header-container .header-bottom .navbar-left-btns.user-logged-in .nav-big-btn .icon-chevron-down {
  display: flex;
}
.header .header-container .header-bottom .navbar-left-btns .profile-info-box {
  position: absolute;
  top: 1em;
  opacity: 0;
  left: -100%;
  width: 16em;
  padding: 1em 2em;
  border: 1px solid #cfcfcf;
  background: #f0f0f0;
  box-shadow: 0px 63px 17px 0px rgba(0, 0, 0, 0), 0px 40px 16px 0px rgba(0, 0, 0, 0.01), 0px 23px 14px 0px rgba(0, 0, 0, 0.05), 0px 10px 10px 0px rgba(0, 0, 0, 0.09), 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  border-radius: 0 33px 33px 0;
  -webkit-border-radius: 0 33px 33px 0;
  -moz-border-radius: 0 33px 33px 0;
  -ms-border-radius: 0 33px 33px 0;
  -o-border-radius: 0 33px 33px 0;
}
.header .header-container .header-bottom .navbar-left-btns .profile-info-box.show {
  opacity: 1;
  left: 0;
}
.header .header-container .header-bottom .navbar-left-btns .profile-info-box .profile-photo {
  width: 3em;
  aspect-ratio: 1;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
}
.header .header-container .header-bottom .navbar-left-btns .profile-info-box .close-profile {
  color: #6ca7ff;
  font-size: 1.5em;
  cursor: pointer;
}
.header .header-container .header-bottom .navbar-left-btns .profile-info-box .profile-info-box-middle {
  padding-block: 1em;
  margin-block: 1em;
  border-top: 1px solid #aab7ce;
  border-bottom: 1px solid #aab7ce;
}
.header .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: fixed;
  top: 0;
  right: -100%;
  width: 60%;
  border: 1px solid #ffeb3b;
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(15px);
  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;
}
.header .mobile-menu.open {
  right: 0;
  visibility: visible;
}
.header .mobile-menu .fa-times {
  padding: 1em;
  font-size: 1.2em;
  color: #283676;
  cursor: pointer;
}
.header .mobile-menu .mobile-menu-ul {
  padding: 0em 1.5em 1em;
  max-height: 50em;
  overflow-y: scroll;
}
.header .mobile-menu .mobile-menu-ul .mobile-menu-li {
  position: relative;
  width: 100%;
  font-size: 1em;
  cursor: pointer;
}
.header .mobile-menu .mobile-menu-ul .mobile-menu-li:hover .mobile-menu-link {
  background-color: #ffeb3b;
}
.header .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;
  font-weight: 400;
  padding: 0.7em;
  width: 100%;
  color: #283676;
}
.header .mobile-menu .mobile-menu-ul .mobile-menu-li.open .mobile-menu-submenu {
  max-height: 20em;
  visibility: visible;
  margin-top: 1em;
}
.header .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;
}
.header .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .submenu-item:hover .submenu-item-link {
  background-color: #ffeb3b;
}
.header .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .submenu-item .submenu-item-link {
  color: #283676;
  font-family: ERPxFaNum !important;
  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;
}
.header .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;
}
.header .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;
}
.header .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .sub-submenu.open {
  margin-top: 1em;
  max-height: 20em;
  visibility: visible;
}

.page-footer {
  overflow: hidden;
  position: relative;
  background-color: #e9e9e9;
  padding-top: 1em;
}
@media (min-width: 767.5px) {
  .page-footer {
    padding-top: 4em;
  }
}
.page-footer .footer-top {
  width: 100%;
}
.page-footer .footer-logo-box {
  width: 100%;
  margin-bottom: 1em;
}
@media (min-width: 575.5px) {
  .page-footer .footer-logo-box {
    width: 20%;
    margin-bottom: 0;
  }
  .page-footer .footer-logo-box .footer-logo {
    width: 100%;
    object-fit: cover;
  }
}
@media (min-width: 991.5px) {
  .page-footer .footer-logo-box {
    width: 14%;
  }
}
.page-footer .footer-logo-box .footer-logo {
  width: 33%;
  object-fit: cover;
}
@media (min-width: 575.5px) {
  .page-footer .footer-logo-box .footer-logo {
    width: 80%;
  }
}
.page-footer .footer-tabs {
  gap: 2em;
  width: 100%;
}
@media (min-width: 575.5px) {
  .page-footer .footer-tabs {
    width: 70%;
  }
}
.page-footer .footer-tabs .nav-tabs {
  position: relative;
  width: 100%;
  gap: 1em;
  padding: 1em 0;
}
.page-footer .footer-tabs .nav-tabs:after {
  content: "";
  bottom: -8%;
  width: 100%;
  height: 1px;
  background-color: rgba(40, 54, 118, 0.33);
}
.page-footer .footer-tabs .nav-tabs .footer-tab-item {
  position: relative;
  width: 30%;
  padding: 0.7em 0.3em;
  border-radius: 11px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
}
.page-footer .footer-tabs .nav-tabs .footer-tab-item.active {
  background-color: #ffeb3b;
}
.page-footer .footer-tabs .nav-tabs .footer-tab-item.active .footer-tab-link {
  font-weight: 700;
  font-size: 1.1;
}
.page-footer .footer-tabs .nav-tabs .footer-tab-item:not(:last-child):after {
  content: "";
  position: absolute;
  left: -8%;
  top: 27%;
  width: 1px;
  height: 1.2em;
  background-color: #283676;
}
@media (min-width: 991.5px) {
  .page-footer .footer-tabs .nav-tabs .footer-tab-item:not(:last-child):after {
    display: none;
  }
}
.page-footer .footer-tabs .nav-tabs .footer-tab-item .footer-tab-link {
  gap: 3px;
  color: #283676;
  font-weight: 400;
  font-size: 0.9em;
}
.page-footer .footer-tabs .nav-tabs .footer-tab-item .footer-tab-link:hover {
  color: #283676 !important;
}
@media (min-width: 575.5px) {
  .page-footer .footer-tabs .nav-tabs .footer-tab-item .footer-tab-link {
    gap: 0.7em;
  }
}
.page-footer .footer-tabs .tab-content {
  width: 100%;
}
@media (min-width: 991.5px) {
  .page-footer .footer-tabs .tab-content {
    display: flex;
    justify-content: space-between;
  }
}
.page-footer .footer-tabs .tab-content.active {
  display: block !important;
}
@media (min-width: 991.5px) {
  .page-footer .footer-tabs .tab-content .tab-pane {
    display: flex;
    flex-direction: column;
    opacity: 1 !important;
    position: static !important;
    width: 22%;
  }
}
.page-footer .footer-tabs .tab-content .tab-pane .footer-column-title {
  position: relative;
  gap: 0.5em;
  color: #283676;
  font-weight: 500;
  font-size: 1.1em;
  margin-bottom: 2em;
}
@media (min-width: 1399.5px) {
  .page-footer .footer-tabs .tab-content .tab-pane .footer-column-title {
    font-size: 1.2em;
  }
}
.page-footer .footer-tabs .tab-content .tab-pane .footer-column-title:before {
  content: "";
  position: absolute;
  right: -7%;
  top: 0;
  height: 1.1em;
  width: 2px;
  background-color: #283676;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
.page-footer .footer-ul .footer-li {
  margin-bottom: 0.5em;
  text-align: center;
}
@media (min-width: 991.5px) {
  .page-footer .footer-ul .footer-li {
    text-align: right;
  }
}
.page-footer .footer-ul .footer-li .footer-link {
  padding: 0;
  width: 100%;
  color: #283676;
  text-align: center;
  font-family: ERPxFaNum !important;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 2;
}
@media (min-width: 991.5px) {
  .page-footer .footer-ul .footer-li .footer-link {
    text-align: right;
  }
}
@media (min-width: 1399.5px) {
  .page-footer .footer-ul .footer-li .footer-link {
    font-size: 0.9em;
  }
}
.page-footer .footer-ul .footer-li .footer-icon {
  font-size: 1.3em;
  color: #283676;
  margin-left: 0.3em;
}
.page-footer .footer-map {
  margin-top: 3em;
  width: 100%;
  height: 12em;
}
.page-footer .footer-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.page-footer .footer-social-media {
  padding-block: 1.6em;
  width: 100%;
  gap: 1.4em;
  background: url(../images/footer-social-media-vector.svg) no-repeat center;
  background-size: 57%;
}
@media (min-width: 991.5px) {
  .page-footer .footer-social-media {
    padding-block: 0;
    width: 60%;
    margin-left: 2%;
    background: none;
  }
}
.page-footer .footer-social-media .social-media-links {
  width: 100%;
  gap: 3.5em;
}
@media (min-width: 991.5px) {
  .page-footer .footer-social-media .social-media-links {
    padding-block: 1.5em;
    width: 40%;
    gap: 3em;
    background: url(../images/footer-social-media-vector.svg) no-repeat center;
    background-size: 100%;
  }
}
.page-footer .footer-social-media .social-media-links .media-link-box .footer-media-icon {
  font-size: 1.2em;
}
.page-footer .footer-social-media .social-media-links .media-link-box .footer-media-icon:before {
  color: #524e41;
}
.page-footer .footer-social-media .social-media-links .media-link-box .icon-linkedIn,
.page-footer .footer-social-media .social-media-links .media-link-box .icon-telegram {
  font-size: 1.4em;
}
.page-footer .footer-social-media .copy-right p {
  font-size: 0.7em;
  color: #92929d;
}
.page-footer .created-by {
  width: 100%;
  background: #283676;
  padding: 1em;
  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: #fff;
  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: 0.7em;
}
@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: -1.1em;
  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: #fff;
  border-radius: 9px;
  color: #283676;
  font-size: 0.8em;
  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: #fff;
  text-align: center;
  font-size: 0.8em;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.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;
  margin-right: 3px;
  margin-bottom: 3px;
}
.page-footer .abrisham-logo .law-message .logo-name-part-2 {
  color: #fdb12a;
  font-size: 1.6em;
  margin-right: 0.2em;
  margin-bottom: 3px;
}

.section-title {
  font-family: "MolsaqArabic" !important;
  font-size: 1.6em;
  font-weight: 700;
}
@media (min-width: 991.5px) {
  .section-title {
    font-size: 1.8em;
  }
}
@media (min-width: 1199.5px) {
  .section-title {
    font-size: 2.2em;
  }
}

.section-subtitle {
  color: #1f1f1f;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 7.5;
}

.icon-curve-arrow {
  font-size: 0.6em;
  margin-top: 5px;
}
.icon-curve-arrow:before {
  color: #fff;
}

.articles .articles-slider .swiper-slide .article-slide:hover {
  box-shadow: 0px 27px 8px 0px rgba(0, 0, 0, 0), 0px 18px 7px 0px rgba(0, 0, 0, 0.01), 0px 10px 6px 0px rgba(0, 0, 0, 0.05), 0px 4px 4px 0px rgba(0, 0, 0, 0.0901960784), 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

.articles .see-all-btn, .online-library .online-library-content .see-all-btn, .courses .courses-content .see-all-btn, .news .see-all {
  border-radius: 34px;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  -ms-border-radius: 34px;
  -o-border-radius: 34px;
  padding: 0.5em 1em;
  gap: 0.8em;
  font-size: 1em;
}
.articles .see-all-btn .icon-curve-arrow, .online-library .online-library-content .see-all-btn .icon-curve-arrow, .courses .courses-content .see-all-btn .icon-curve-arrow, .news .see-all .icon-curve-arrow {
  font-size: 0.6em;
  margin-top: 5px;
}
.articles .see-all-btn .icon-curve-arrow:before, .online-library .online-library-content .see-all-btn .icon-curve-arrow:before, .courses .courses-content .see-all-btn .icon-curve-arrow:before, .news .see-all .icon-curve-arrow:before {
  color: #fff;
}

.diet .diet-content .diet-link, .about-us .about-us-description .about-us-link {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: #6ca7ff;
  padding: 0.8em 1em;
  font-size: 0.9em;
  color: #fff;
}

.features .features-img-container .ellipse-three, .features .features-img-container .ellipse-two .feature-img-two, .features .features-img-container .ellipse-one .feature-img-one {
  border: 3px solid #ff9c40;
  border-radius: 280px;
  -webkit-border-radius: 280px;
  -moz-border-radius: 280px;
  -ms-border-radius: 280px;
  -o-border-radius: 280px;
}

.slider-navigation {
  gap: 2em;
}
.slider-navigation .swiper-pagination-bullet {
  margin-inline: 0.7em !important;
  opacity: 0.6;
}
.slider-navigation .swiper-pagination-bullet-active {
  position: relative;
  opacity: 1;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
}
.slider-navigation .swiper-pagination-bullet-active::before {
  content: "";
  width: 12px;
  aspect-ratio: 1;
  background-color: transparent;
  border: 0.5px solid #fa7a3d;
  border-radius: 50%;
  z-index: -10;
}
.slider-navigation .icon-nav {
  font-size: 2em;
}

.blue-img-filter {
  filter: brightness(0) saturate(100%) invert(68%) sepia(60%) saturate(2770%) hue-rotate(189deg) brightness(99%) contrast(105%);
}

.white-img-filter {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(301deg) brightness(106%) contrast(100%);
}

@keyframes fade-left {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-35%);
    -webkit-transform: translateX(-35%);
    -moz-transform: translateX(-35%);
    -ms-transform: translateX(-35%);
    -o-transform: translateX(-35%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
.fade-left {
  animation: fade-left 1s forwards;
  animation-delay: 1.5s;
  -webkit-animation: fade-left 1s forwards;
}

body::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 35%;
  aspect-ratio: 1/1.2;
  background: url(../images/boys-elementary-school/page-top-vector.svg) no-repeat center;
  background-size: cover;
  display: none;
}
@media (min-width: 767.5px) {
  body::before {
    display: block;
  }
}
@media (min-width: 991.5px) {
  body::before {
    width: 28%;
  }
}

.header .header-top {
  display: none !important;
}
.header .header-bottom {
  position: fixed !important;
  max-width: 100vw;
  left: 0;
  z-index: 1000;
  padding-block: 1.4em !important;
  padding-inline: 1em !important;
  background: url(../images/school-logo.svg) no-repeat center !important;
  background-size: 3.5em !important;
  background-color: transparent !important;
}
.header .header-bottom.fixed {
  background-color: #fff !important;
}
@media (min-width: 767.5px) {
  .header .header-bottom {
    background: transparent !important;
  }
}
@media (min-width: 1199.5px) {
  .header .header-bottom {
    padding-inline: 2em !important;
  }
}
.header .header-bottom .icon-menu-bar:before {
  color: #223947 !important;
}
.header .header-bottom .school-logo-img {
  width: 4em;
  margin-left: 1em;
}
.header .header-bottom .icon-search:before {
  color: #6ca7ff !important;
}
@media (min-width: 767.5px) {
  .header .header-bottom .icon-search:before {
    color: #122745 !important;
  }
}
.header .header-bottom .nav-list-li:hover .nav-link {
  color: #6ca7ff !important;
}
.header .header-bottom .nav-list-li:hover .icon-chevron-down:before {
  color: #6ca7ff !important;
}
.header .header-bottom .nav-list-li .nav-link {
  color: #292d32 !important;
}
.header .header-bottom .nav-list-li .nav-submenu, .header .header-bottom .nav-list-li .nav-submenu .nav-sub-submenu {
  border: 1.5px solid #6ca7ff !important;
  background: #fff !important;
}
.header .header-bottom .nav-list-li .nav-submenu .submenu-ul .submenu-li {
  color: #6ca7ff !important;
}
.header .header-bottom .nav-list-li .nav-submenu .submenu-ul .submenu-li:hover {
  background-color: #ff9c40 !important;
  color: #fff !important;
}
.header .header-bottom .nav-big-btn {
  width: 2.9em !important;
  background-color: #a4dd7e !important;
  color: #122745 !important;
}
@media (min-width: 991.5px) {
  .header .header-bottom .nav-big-btn {
    width: 9em !important;
  }
}
.header .header-bottom .nav-big-btn .nav-icon:before {
  color: #223947 !important;
}
@media (min-width: 767.5px) {
  .header .header-bottom .nav-big-btn .nav-icon:before {
    color: #122745 !important;
  }
}
.header .header-bottom .nav-login-btn {
  background-color: #6ca7ff !important;
  color: #fff !important;
}
.header .header-bottom .nav-login-btn .nav-icon:before {
  color: #fff !important;
}
.header .mobile-menu {
  border-radius: 33px 0px 0px 33px;
  -webkit-border-radius: 33px 0px 0px 33px;
  -moz-border-radius: 33px 0px 0px 33px;
  -ms-border-radius: 33px 0px 0px 33px;
  -o-border-radius: 33px 0px 0px 33px;
  border: 1px solid #f5e8c8 !important;
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(15px);
}
.header .mobile-menu .times-icon {
  color: #6ca7ff;
}
.header .mobile-menu .mobile-menu-ul .mobile-menu-li:hover .mobile-menu-link {
  background-color: transparent !important;
  color: #6ca7ff !important;
}
.header .mobile-menu .mobile-menu-ul .mobile-menu-li:hover .icon-chevron-down:before {
  color: #6ca7ff;
}
.header .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-link {
  color: #292d32 !important;
}
.header .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .submenu-item:hover .submenu-item-link {
  background-color: transparent !important;
  color: #6ca7ff !important;
}
.header .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .submenu-item .submenu-item-link {
  color: #292d32 !important;
}
.header .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .sub-submenu .sub-submenu-item-link {
  color: #292d32 !important;
}

.banner {
  margin-top: 2em;
}
.banner .banner-content .banner-slider {
  padding-block: 7em;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 767.5px) {
  .banner .banner-content .banner-slider {
    padding: 11em 0 9em;
  }
}
.banner .banner-content .banner-slider .banner-desc-container {
  width: 100%;
  gap: 1.5em;
}
@media (min-width: 767.5px) {
  .banner .banner-content .banner-slider .banner-desc-container {
    width: 46%;
  }
}
@media (min-width: 899.5px) {
  .banner .banner-content .banner-slider .banner-desc-container {
    width: 40%;
  }
}
.banner .banner-content .banner-slider .banner-desc-container .banner-title {
  -webkit-line-clamp: 2;
  line-clamp: 2;
  width: 100%;
  height: 3em;
  color: #6ca7ff;
  text-align: center !important;
  font-size: 1.8em;
  font-weight: 800;
  line-height: 1.5;
}
@media (min-width: 767.5px) {
  .banner .banner-content .banner-slider .banner-desc-container .banner-title {
    text-align: right;
    display: -webkit-box !important;
  }
}
@media (min-width: 1099.5px) {
  .banner .banner-content .banner-slider .banner-desc-container .banner-title {
    font-size: 2.2em;
  }
}
@media (min-width: 1399.5px) {
  .banner .banner-content .banner-slider .banner-desc-container .banner-title {
    font-size: 2.6em;
  }
}
.banner .banner-content .banner-slider .banner-desc-container .banner-text {
  color: #002114;
  height: 9em;
  -webkit-line-clamp: 5;
  line-clamp: 5;
}
@media (min-width: 767.5px) {
  .banner .banner-content .banner-slider .banner-desc-container .banner-text {
    -webkit-line-clamp: 5;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    display: -webkit-box !important;
  }
}
.banner .banner-content .banner-slider .banner-desc-container .banner-link {
  width: 100%;
  height: 3.5em;
  margin-top: 11%;
  background-color: #a4dd7e;
  padding-inline: 1em;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
@media (min-width: 767.5px) {
  .banner .banner-content .banner-slider .banner-desc-container .banner-link {
    width: fit-content;
    margin-top: unset;
  }
}
.banner .banner-content .banner-slider .banner-desc-container .banner-link .arrow-icon-banner:before {
  color: #000;
  margin-bottom: -0.5em;
}
.banner .banner-content .banner-slider .banner-photo-container {
  width: 100%;
  aspect-ratio: 5/4;
  margin-block: 4em;
}
@media (min-width: 767.5px) {
  .banner .banner-content .banner-slider .banner-photo-container {
    width: 46%;
    margin-block: 0;
  }
}
.banner .banner-content .banner-slider .banner-photo-container::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -25%;
  width: 25%;
  aspect-ratio: 1/1.2;
  background: url(../images/boys-elementary-school/rings-3.svg) no-repeat center;
  background-size: 100%;
}
@media (min-width: 767.5px) {
  .banner .banner-content .banner-slider .banner-photo-container::before {
    display: none;
  }
}
.banner .banner-content .banner-slider .banner-photo-container::after {
  content: "";
  position: absolute;
  right: -5%;
  top: -23%;
  width: 65%;
  aspect-ratio: 1;
  background: url(../images/boys-elementary-school/shadow-vector.png) no-repeat center;
  background-size: 100%;
}
.banner .banner-content .banner-slider .banner-photo-container .banner-frame-1, .banner .banner-content .banner-slider .banner-photo-container .banner-frame-2 {
  width: 100%;
  aspect-ratio: 10/9;
  background-color: #a4dd7e;
  mask-image: url(../images/boys-elementary-school/banner-mask.svg);
  mask-size: cover;
  mask-position: center;
  mask-repeat: no-repeat;
}
.banner .banner-content .banner-slider .banner-photo-container .banner-frame-2 {
  width: 96%;
}
.banner .banner-content .banner-slider .banner-photo-container .banner-frame-2 .banner-photo {
  width: 100%;
  height: 100%;
  transform: none !important;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
}
.banner .banner-content .banner-slider .banner-photo-container .total-students,
.banner .banner-content .banner-slider .banner-photo-container .total-teachers,
.banner .banner-content .banner-slider .banner-photo-container .total-courses {
  z-index: 10;
  padding: 0.6em 1em;
  position: absolute;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border: 1px solid #fff;
  background: linear-gradient(280deg, rgba(199, 221, 255, 0.84) -18.6%, rgba(255, 255, 255, 0.84) 102.28%);
  box-shadow: 0px 12px 29.2px 0px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(10.1999998093px);
}
.banner .banner-content .banner-slider .banner-photo-container .total-teachers {
  top: -3em;
  left: 1em;
}
@media (min-width: 767.5px) {
  .banner .banner-content .banner-slider .banner-photo-container .total-teachers {
    bottom: -3em;
    left: unset;
    top: unset;
    right: 34%;
    width: 35%;
  }
}
@media (min-width: 991.5px) {
  .banner .banner-content .banner-slider .banner-photo-container .total-teachers {
    width: 26%;
    right: 30%;
  }
}
.banner .banner-content .banner-slider .banner-photo-container .total-students {
  bottom: 2em;
  right: 0;
}
@media (min-width: 767.5px) {
  .banner .banner-content .banner-slider .banner-photo-container .total-students {
    bottom: unset;
    right: unset;
    top: -3em;
    left: 0em;
  }
}
@media (min-width: 899.5px) {
  .banner .banner-content .banner-slider .banner-photo-container .total-students {
    top: 2em;
    left: -3em;
  }
}
.banner .banner-content .banner-slider .banner-photo-container .total-courses {
  left: 1em;
  bottom: -3em;
}
@media (min-width: 767.5px) {
  .banner .banner-content .banner-slider .banner-photo-container .total-courses {
    bottom: -1em;
    left: unset;
    right: -5%;
    width: 47%;
  }
}
@media (min-width: 991.5px) {
  .banner .banner-content .banner-slider .banner-photo-container .total-courses {
    width: 38%;
  }
}
.banner .banner-content .banner-slider .banner-photo-container .total-numbers {
  color: #292d32;
  font-size: 1.4em;
  font-weight: 400;
}
@media (min-width: 499.5px) {
  .banner .banner-content .banner-slider .banner-photo-container .total-numbers {
    font-size: 1.6em;
  }
}
@media (min-width: 599.5px) {
  .banner .banner-content .banner-slider .banner-photo-container .total-numbers {
    font-size: 2.3em;
  }
}
@media (min-width: 767.5px) {
  .banner .banner-content .banner-slider .banner-photo-container .total-numbers {
    font-size: 1.4em;
  }
}
@media (min-width: 1299.5px) {
  .banner .banner-content .banner-slider .banner-photo-container .total-numbers {
    font-size: 2em;
  }
}
.banner .banner-content .banner-slider .banner-photo-container .total-name {
  color: #292d32;
  text-align: center;
  font-size: 0.9em;
  font-weight: 300;
}
@media (min-width: 499.5px) {
  .banner .banner-content .banner-slider .banner-photo-container .total-name {
    font-size: 1.1em;
  }
}
@media (min-width: 599.5px) {
  .banner .banner-content .banner-slider .banner-photo-container .total-name {
    font-size: 1.5em;
  }
}
@media (min-width: 767.5px) {
  .banner .banner-content .banner-slider .banner-photo-container .total-name {
    font-size: 1em;
  }
}
@media (min-width: 1299.5px) {
  .banner .banner-content .banner-slider .banner-photo-container .total-name {
    font-size: 1.3em;
  }
}
.banner .banner-content .slider-navigation {
  margin-top: 3em;
}
.banner .banner-content .slider-navigation .swiper-pagination-bullet-active {
  background-color: #6ca7ff;
}
.banner .banner-content .slider-navigation .swiper-pagination-bullet-active::before {
  border-color: #6ca7ff;
}
.banner .banner-content .slider-navigation .icon-nav:before {
  color: #6ca7ff;
}

.features .section-title {
  color: #575757;
}
.features .features-img-container {
  position: relative;
  width: 100%;
  aspect-ratio: 5/4;
  margin-block: 4em;
}
@media (min-width: 767.5px) {
  .features .features-img-container {
    width: 50%;
    margin-block: 0;
  }
}
@media (min-width: 991.5px) {
  .features .features-img-container {
    width: 55%;
  }
}
.features .features-img-container:before {
  content: "";
  position: absolute;
  left: -3%;
  top: -12%;
  width: 48%;
  aspect-ratio: 1;
  z-index: -2;
  background: url(../images/boys-elementary-school/feature-blur.svg) no-repeat center;
  background-size: cover;
}
.features .features-img-container:after {
  content: "";
  position: absolute;
  right: 11%;
  top: 0;
  background-color: #fff;
  border: 15px solid #a4dd7e;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 16%;
  aspect-ratio: 1;
  z-index: -2;
}
.features .features-img-container .ellipse-one {
  width: 56%;
  aspect-ratio: 3/4;
  right: 10%;
}
.features .features-img-container .ellipse-one .feature-img-one {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.features .features-img-container .ellipse-two {
  width: 40%;
  aspect-ratio: 3/5.5;
  left: 2%;
  top: 13%;
  z-index: -1;
}
.features .features-img-container .ellipse-two:before {
  content: "";
  position: absolute;
  right: -17%;
  bottom: 9%;
  background-color: #fff;
  border: 5px solid #a4dd7e;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 32%;
  aspect-ratio: 1;
  z-index: -2;
}
.features .features-img-container .ellipse-two .feature-img-two {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.features .features-img-container .ellipse-three {
  width: 30%;
  aspect-ratio: 2/3;
  bottom: -1%;
  right: -5%;
  background: url(../images/boys-elementary-school/feature-pattern.svg) no-repeat center;
  background-size: contain;
  z-index: -1;
}
.features .features-items {
  gap: 1.1em;
  width: 100%;
}
@media (min-width: 767.5px) {
  .features .features-items {
    width: 46%;
  }
}
@media (min-width: 991.5px) {
  .features .features-items {
    width: 40%;
    gap: 1.8em;
  }
}
.features .features-items .feature-item {
  width: 100%;
}
.features .features-items .feature-item .feature-item-description {
  width: 78%;
}
.features .features-items .feature-item-name {
  font-size: 1em;
  width: 100%;
}
@media (min-width: 1299.5px) {
  .features .features-items .feature-item-name {
    font-size: 1.2em;
  }
}
.features .features-items .feature-item-text {
  font-size: 0.8em;
  font-weight: 300;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
@media (min-width: 1299.5px) {
  .features .features-items .feature-item-text {
    font-size: 1em;
  }
}

.levels {
  margin-block: 24%;
}
@media (min-width: 767.5px) {
  .levels {
    margin-block: 14%;
  }
}
.levels .levels-content-parent {
  border-radius: 58px;
  -webkit-border-radius: 58px;
  -moz-border-radius: 58px;
  -ms-border-radius: 58px;
  -o-border-radius: 58px;
  border: 1px solid #a3dc7e;
  padding: 0.5em;
}
.levels .levels-content-parent:before {
  content: "";
  position: absolute;
  bottom: -5em;
  left: -3em;
  width: 18em;
  height: 18em;
  background: url(../images/boys-elementary-school/levels-blur.svg) no-repeat;
  background-size: cover;
  display: none;
  z-index: -1;
}
@media (min-width: 991.5px) {
  .levels .levels-content-parent:before {
    display: block;
  }
}
.levels .levels-content-parent .levels-content {
  gap: 2em;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  background-color: #a4dd7e;
  padding: 1.2em;
}
@media (min-width: 991.5px) {
  .levels .levels-content-parent .levels-content {
    padding: 0.5em 1.2em;
  }
}
.levels .levels-content-parent .levels-content .title-group {
  gap: 0.7em;
}
@media (min-width: 991.5px) {
  .levels .levels-content-parent .levels-content .title-group {
    width: 25%;
  }
}
.levels .levels-content-parent .levels-content .title-group .section-title {
  color: #fff;
}
.levels .levels-content-parent .levels-content .title-group .section-subtitle {
  text-align: center;
}
@media (min-width: 991.5px) {
  .levels .levels-content-parent .levels-content .title-group .section-subtitle {
    text-align: right;
  }
}
.levels .levels-content-parent .levels-content .levels-items {
  width: 100%;
  gap: 0.7em;
}
@media (min-width: 991.5px) {
  .levels .levels-content-parent .levels-content .levels-items {
    width: 75%;
    transform: translateY(-25%);
    -webkit-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
  }
}
.levels .levels-content-parent .levels-content .levels-items .level-item {
  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: 0.2em;
  width: 47%;
  aspect-ratio: 5/8;
  border-radius: 29px;
  -webkit-border-radius: 29px;
  -moz-border-radius: 29px;
  -ms-border-radius: 29px;
  -o-border-radius: 29px;
  border: 0.7px dashed #82bd5b;
  background: #d5ffba;
  box-shadow: 0px 9px 17.3px 0px rgba(0, 0, 0, 0.05);
}
@media (min-width: 499.5px) {
  .levels .levels-content-parent .levels-content .levels-items .level-item {
    width: 31%;
  }
}
@media (min-width: 700.5px) {
  .levels .levels-content-parent .levels-content .levels-items .level-item {
    width: 15%;
  }
  .levels .levels-content-parent .levels-content .levels-items .level-item:hover {
    border: 1px solid #a96220;
    background: #ff9c40;
    box-shadow: 0px 10px 17.3px 0px rgba(0, 0, 0, 0.2509803922);
    transform: translateY(-10%);
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
  }
  .levels .levels-content-parent .levels-content .levels-items .level-item:hover:before {
    display: block;
  }
  .levels .levels-content-parent .levels-content .levels-items .level-item:hover .see-btn,
  .levels .levels-content-parent .levels-content .levels-items .level-item:hover .level-item-name {
    color: #fff;
  }
  .levels .levels-content-parent .levels-content .levels-items .level-item:hover .divider {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 49.5%, rgba(255, 255, 255, 0) 100%);
  }
}
.levels .levels-content-parent .levels-content .levels-items .level-item:before {
  content: "";
  position: absolute;
  top: -8em;
  left: -6em;
  width: 18em;
  height: 18em;
  background: url(../images/boys-elementary-school/level-item-blur.svg) no-repeat;
  background-size: cover;
  display: none;
  z-index: -1;
  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;
}
.levels .levels-content-parent .levels-content .levels-items .level-item .level-item-name {
  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;
  margin-bottom: 50%;
  color: #466f2c;
  font-size: 1.3em;
  font-weight: 400;
}
.levels .levels-content-parent .levels-content .levels-items .level-item .divider {
  opacity: 0.6;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, rgba(43, 69, 25, 0) 0%, #2b4519 49.5%, rgba(43, 69, 25, 0) 100%);
}
.levels .levels-content-parent .levels-content .levels-items .level-item .see-btn {
  color: rgba(0, 0, 0, 0.48);
  font-size: 0.9em;
  line-height: 2.5;
  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;
}

.news {
  z-index: 1;
  position: relative;
  width: 100%;
}
.news::after {
  content: "";
  position: absolute;
  left: 1em;
  bottom: 24%;
  width: 6em;
  height: 6em;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 5px solid rgba(255, 156, 64, 0.3);
  background-color: #fff;
  display: none;
}
@media (min-width: 575.5px) {
  .news::after {
    display: block;
  }
}
@media (min-width: 991.5px) {
  .news::after {
    bottom: 11%;
  }
}
.news .section-title {
  color: #ff9c40;
}
.news .telegram-img {
  position: absolute;
  top: -3em;
  left: -1em;
}
@media (min-width: 575.5px) {
  .news .telegram-img {
    left: -50%;
    top: 0;
  }
}
.news .news-slider-container {
  position: relative;
  overflow: hidden;
  padding-block: 4em;
  width: 100%;
}
@media (min-width: 991.5px) {
  .news .news-slider-container {
    padding-bottom: 0;
  }
}
.news .news-slider-container .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.news .news-slider-container .swiper-slide .news-box {
  width: 88%;
  position: relative;
  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;
  border-radius: 58px;
  -webkit-border-radius: 58px;
  -moz-border-radius: 58px;
  -ms-border-radius: 58px;
  -o-border-radius: 58px;
  border: 1px solid #75acff;
  background: #f1f7ff;
}
.news .news-slider-container .swiper-slide .news-box .news-box-img {
  width: 100%;
  aspect-ratio: 3/2.2;
  border-radius: 58px;
  -webkit-border-radius: 58px;
  -moz-border-radius: 58px;
  -ms-border-radius: 58px;
  -o-border-radius: 58px;
  object-fit: cover;
  box-shadow: 0px 4px 9.3px 0px rgba(0, 0, 0, 0.07);
}
.news .news-slider-container .swiper-slide .news-box .invisible {
  display: none;
}
.news .news-slider-container .swiper-slide .news-box .news-box-description {
  padding: 1em 1.5em;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.news .news-slider-container .swiper-slide .news-box .news-box-description .news-title {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  color: #000;
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.news .news-slider-container .swiper-slide .news-box .news-box-description .news-box-text {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  margin-block: 0.8em;
  color: #45566b;
  text-align: justify;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 2;
}
.news .news-slider-container .swiper-slide .news-box .news-box-description .news-box-divider {
  width: 100%;
  height: 1em;
  background: url(../images/boys-elementary-school/Line-curve.svg) no-repeat center;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(68%) sepia(60%) saturate(2770%) hue-rotate(189deg) brightness(99%) contrast(105%);
}
.news .news-slider-container .swiper-slide .news-box .news-box-description .news-box-bottom {
  flex-direction: column !important;
}
.news .news-slider-container .swiper-slide .news-box .news-box-description .news-box-link {
  position: relative;
  color: #fff;
  background-color: #2e6ac5 !important;
  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: 70px;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  -ms-border-radius: 70px;
  -o-border-radius: 70px;
  font-size: 0.9em;
  transform-origin: right;
  width: 60%;
  padding: 0.5em;
}
.news .news-slider-container .swiper-slide .news-box .news-box-description .news-box-link .icon-chevron-left {
  display: none;
}
.news .news-slider-container .swiper-slide .news-box .news-box-description .news-date {
  position: relative;
  color: #6a6a6a;
  font-size: 1.1em;
  margin-block: 0.5em;
  margin-left: -2em;
}
.news .news-slider-container .swiper-slide .news-box .news-box-description .news-date:before {
  content: "\e915";
  font-family: "icomoon" !important;
  position: absolute;
  right: -1.5em;
}
.news .news-slider-container .slider-navigation {
  margin-top: 4.5em;
  margin-bottom: 2.5em;
}
@media (min-width: 991.5px) {
  .news .news-slider-container .slider-navigation {
    margin-bottom: 0;
  }
}
.news .news-slider-container .slider-navigation .slider-pagination {
  width: unset;
}
.news .news-slider-container .slider-navigation .slider-pagination .swiper-pagination-bullet {
  background: #8db7f6;
}
.news .news-slider-container .slider-navigation .slider-pagination .swiper-pagination-bullet-active {
  background: #2e6ac5;
}
.news .news-slider-container .slider-navigation .slider-pagination .swiper-pagination-bullet-active::before {
  border: 0.5px solid #2e6ac5;
}
.news .news-slider-container .slider-navigation .icon-nav:before {
  color: #2e6ac5;
}
.news .see-all {
  background-color: #ff9c40 !important;
  color: #fff;
  width: 8em;
  margin-inline: auto;
}
.news .see-all:hover {
  color: #fff;
}
@media (min-width: 991.5px) {
  .news .see-all {
    position: absolute;
    left: 0.5em;
    bottom: 2px;
    margin-inline: unset;
  }
}
@media (min-width: 1399.5px) {
  .news .see-all {
    font-size: 1.1em;
  }
}
.news .see-all .icon-arrow-2:before {
  color: #a4dd7e;
}

.honors {
  padding-block: 10%;
  background: url(../images/boys-elementary-school/honors-background.svg) no-repeat center;
  background-size: cover;
}
.honors .honors-content {
  width: 82%;
  margin-inline: auto;
}
.honors .honors-content .section-title {
  color: #a4dd7e;
}
@media (min-width: 539.5px) {
  .honors .honors-content .section-title {
    margin-left: -3em;
  }
}
.honors .honors-content .letter-img {
  top: 0.7em;
  right: -4em;
  width: 4em;
}
@media (min-width: 539.5px) {
  .honors .honors-content .letter-img {
    top: -3.4em;
    right: -2em;
    width: 5.5em;
  }
}
.honors .honors-content .section-subtitle {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.honors .honors-content .honors-slider {
  width: 100%;
  overflow: hidden;
  padding-top: 5em;
}
.honors .honors-content .honor-slide {
  width: 80%;
  aspect-ratio: 5/4;
  margin-inline: auto;
  margin-bottom: 3em;
  padding: 1em;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  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: #fff;
}
.honors .honors-content .honor-slide:hover {
  background: #a4dd7e;
  box-shadow: 0px 36px 10px 0px rgba(0, 0, 0, 0), 0px 23px 9px 0px rgba(0, 0, 0, 0.02), 0px 13px 8px 0px rgba(0, 0, 0, 0.08), 0px 6px 6px 0px rgba(0, 0, 0, 0.13), 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}
.honors .honors-content .honor-slide:hover .cup-icon-box {
  border: 1px solid #a4dd7e;
  background: #fff;
}
.honors .honors-content .honor-slide:hover .cup-icon-box .icon-cup::before {
  color: #a4dd7e;
}
.honors .honors-content .honor-slide:hover .honor-student-name,
.honors .honors-content .honor-slide:hover .honor-date {
  color: #fff;
}
.honors .honors-content .honor-slide .cup-icon-box {
  width: 23%;
  aspect-ratio: 1;
  position: absolute;
  right: -8%;
  top: -17%;
  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: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid transparent;
  background: #ff9c40;
}
.honors .honors-content .honor-slide .cup-icon-box .icon-cup {
  font-size: 1.7em;
}
.honors .honors-content .honor-slide .honor-student-name {
  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;
  color: #ff9c40;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 2;
}
.honors .honors-content .honor-slide .honor-title {
  height: 60px;
  color: #000;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 2;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.honors .honors-content .honor-slide .honor-date {
  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;
  color: #606060;
  font-size: 0.8em;
  font-weight: 400;
}
.honors .honors-content .slider-navigation {
  top: 60%;
  width: 93%;
}
@media (min-width: 539.5px) {
  .honors .honors-content .slider-navigation {
    top: 55%;
  }
}
.honors .honors-content .slider-navigation .navigation-icon {
  font-size: 2em;
}
.honors .honors-content .slider-navigation .navigation-icon::before {
  color: #bc5524;
}

.about-us {
  margin-bottom: 2.5em;
}
.about-us .about-us-description {
  width: 100%;
}
@media (min-width: 767.5px) {
  .about-us .about-us-description {
    width: 45%;
  }
}
@media (min-width: 1199.5px) {
  .about-us .about-us-description {
    width: 41%;
  }
}
.about-us .about-us-description .cloud {
  width: 5em;
  margin-top: -2em;
}
.about-us .about-us-description .section-title {
  color: #6ca7ff;
}
.about-us .about-us-description .about-us-text {
  color: #252d3a;
  -webkit-line-clamp: 7;
  line-clamp: 7;
}
@media (min-width: 1399.5px) {
  .about-us .about-us-description .about-us-text {
    -webkit-line-clamp: 10;
    line-clamp: 10;
    font-size: 1em;
  }
}
.about-us .about-us-description .about-us-link {
  width: 32%;
}
.about-us .about-us-images-container {
  width: 100%;
  aspect-ratio: 1;
}
@media (min-width: 767.5px) {
  .about-us .about-us-images-container {
    width: 45%;
  }
}
.about-us .about-us-images-container:after {
  content: "";
  position: absolute;
  right: -31px;
  top: -23%;
  width: 25%;
  height: 27%;
  background: url(../images/boys-elementary-school/rings-2.svg) no-repeat center;
  background-size: contain;
  display: none;
}
@media (min-width: 767.5px) {
  .about-us .about-us-images-container:after {
    display: block;
  }
}
.about-us .about-us-images-container .about-us-pattern {
  width: 100%;
}
.about-us .about-us-images-container .about-us-img-mask {
  width: 90%;
  height: 90%;
  mask-image: url(../images/boys-elementary-school/about-us-img-mask.png);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 93%;
  background-color: #6ca7ff;
}
.about-us .about-us-images-container .about-us-img-mask .about-us-img {
  width: 100%;
  height: 100%;
  mask-image: url(../images/boys-elementary-school/about-us-img-mask.png);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 92%;
}

.diet {
  padding-top: 52%;
  padding-bottom: 64%;
  background: url(../images/boys-elementary-school/diet-background-1.svg) no-repeat center;
  background-size: cover;
}
@media (min-width: 575.5px) {
  .diet {
    background: none;
    padding-block: 0;
  }
}
@media (min-width: 575.5px) {
  .diet .diet-content {
    padding-block: 19%;
    background: url(../images/boys-elementary-school/diet-background-2.svg) no-repeat center;
    background-size: cover;
  }
}
.diet .diet-content .section-title {
  color: #6ca7ff;
}
.diet .diet-content .divider-img {
  filter: brightness(0) saturate(100%) invert(86%) sepia(12%) saturate(1258%) hue-rotate(47deg) brightness(93%) contrast(95%);
}
.diet .diet-content .diet-link {
  width: 70%;
}
@media (min-width: 575.5px) {
  .diet .diet-content .diet-link {
    width: 17em;
  }
}

.courses .courses-content {
  width: 90%;
}
.courses .courses-content .section-title {
  color: #ff9c40;
}
.courses .courses-content .courses-slider-container {
  width: 100%;
  padding-bottom: 9em;
  padding-top: 4.5em;
}
.courses .courses-content .courses-slider-container .course-slide .course-img {
  width: 95%;
  aspect-ratio: 5/4;
  border-radius: 36px;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  -ms-border-radius: 36px;
  -o-border-radius: 36px;
  border: 1px solid #fe9f47;
}
.courses .courses-content .courses-slider-container .course-slide .course-description {
  bottom: -5em;
  border-radius: 36px;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  -ms-border-radius: 36px;
  -o-border-radius: 36px;
  border: 6px solid #fe9f47;
  background: #fff5ec;
  width: 85%;
  padding: 1em 0.7em;
  gap: 0.8em;
}
.courses .courses-content .courses-slider-container .course-slide .course-description .course-title {
  text-align: center;
}
.courses .courses-content .see-all-btn {
  background: #ff9c40;
  color: #fff;
}
@media (min-width: 767.5px) {
  .courses .courses-content .see-all-btn {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.courses .courses-content .slider-navigation .swiper-pagination-bullet-active,
.courses .courses-content .slider-navigation .swiper-pagination-bullet {
  background: #fa7a3d;
}
.courses .courses-content .slider-navigation .icon-nav:before {
  color: #fa7a3d;
}

.online-library {
  margin-block: 5em;
}
.online-library .online-library-content {
  width: 100%;
}
@media (min-width: 991.5px) {
  .online-library .online-library-content {
    width: 90%;
  }
}
.online-library .online-library-content .section-title {
  color: #6ca7ff;
}
.online-library .online-library-content .online-library-slider-container {
  padding-block: 4em;
}
.online-library .online-library-content .online-library-slider-container .online-library-book {
  width: 100%;
  padding: 0.7em;
  border-radius: 39px;
  -webkit-border-radius: 39px;
  -moz-border-radius: 39px;
  -ms-border-radius: 39px;
  -o-border-radius: 39px;
  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: #e3eeff;
}
.online-library .online-library-content .online-library-slider-container .online-library-book:hover {
  background: #a4dd7e;
  box-shadow: -10px 51px 15px 0px rgba(0, 0, 0, 0), -7px 32px 13px 0px rgba(0, 0, 0, 0.01), -4px 18px 11px 0px rgba(0, 0, 0, 0.05), -2px 8px 8px 0px rgba(0, 0, 0, 0.09), 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
.online-library .online-library-content .online-library-slider-container .online-library-book:hover .online-library-book-description .download-btn {
  background: #fdfdfd;
  color: #232b1e;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1019607843), 0 8px 8px 0 rgba(0, 0, 0, 0.0901960784), 0 18px 11px 0 rgba(0, 0, 0, 0.0509803922), 0 33px 13px 0 rgba(0, 0, 0, 0.0117647059), 0 51px 14px 0 rgba(0, 0, 0, 0);
  opacity: 1;
}
.online-library .online-library-content .online-library-slider-container .online-library-book .online-library-book-img-box {
  width: 50%;
}
.online-library .online-library-content .online-library-slider-container .online-library-book .online-library-book-img-box .online-library-img {
  width: 100%;
  aspect-ratio: 6/7;
  border-radius: 37px;
  -webkit-border-radius: 37px;
  -moz-border-radius: 37px;
  -ms-border-radius: 37px;
  -o-border-radius: 37px;
  border: 1px solid #6ca7ff;
}
.online-library .online-library-content .online-library-slider-container .online-library-book .online-library-book-description {
  padding-block: 0.7em;
  width: 50%;
}
.online-library .online-library-content .online-library-slider-container .online-library-book .online-library-book-description .online-library-book-title {
  line-height: 2;
  padding-bottom: 9%;
  font-size: 0.9em;
}
.online-library .online-library-content .online-library-slider-container .online-library-book .online-library-book-description .book-summery-btn {
  font-size: 0.9em;
  color: #3e76ca;
}
.online-library .online-library-content .online-library-slider-container .online-library-book .online-library-book-description .book-summery-btn .icon-curve-arrow:before {
  color: #3e76ca;
}
.online-library .online-library-content .online-library-slider-container .online-library-book .online-library-book-description .download-btn {
  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;
  margin-top: auto;
  width: 33%;
  aspect-ratio: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  opacity: 0.6;
  background: #6ca7ff;
  color: #fff;
}
.online-library .online-library-content .slider-navigation .icon-nav:before {
  color: #6ca7ff;
}
@media (min-width: 991.5px) {
  .online-library .online-library-content .slider-navigation {
    width: 110%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    top: 55%;
  }
}
.online-library .online-library-content .see-all-btn {
  background: #a4dd7e;
  color: #545454;
}
.online-library .online-library-content .see-all-btn .icon-curve-arrow:before {
  color: #545454;
}

.academic-counciling {
  margin-block: 6em;
}
@media screen and (min-width: 1400.5px) {
  .academic-counciling {
    margin-bottom: 15em;
  }
}
.academic-counciling .section-title {
  color: #6ca7ff;
}
.academic-counciling .academic-counciling-content-border {
  position: relative;
  border-radius: 58px;
  -webkit-border-radius: 58px;
  -moz-border-radius: 58px;
  -ms-border-radius: 58px;
  -o-border-radius: 58px;
  border: 1px solid #fe9f47;
  padding: 0.6em;
  margin-top: 3.5em;
}
.academic-counciling .academic-counciling-content-border:after {
  content: "";
  position: absolute;
  right: 2%;
  bottom: -38%;
  width: 10em;
  height: 12em;
  background: url(../images/boys-elementary-school/rings-2.svg) no-repeat center;
  background-size: cover;
  display: none;
  z-index: -1;
}
@media (min-width: 767.5px) {
  .academic-counciling .academic-counciling-content-border:after {
    display: block;
  }
}
.academic-counciling .academic-counciling-content-border .academic-counciling-content {
  border-radius: 58px;
  -webkit-border-radius: 58px;
  -moz-border-radius: 58px;
  -ms-border-radius: 58px;
  -o-border-radius: 58px;
  background: #fe9f47;
  padding-block: 40%;
}
@media (min-width: 459.5px) {
  .academic-counciling .academic-counciling-content-border .academic-counciling-content {
    padding-block: 38%;
  }
}
@media (min-width: 575.5px) {
  .academic-counciling .academic-counciling-content-border .academic-counciling-content {
    padding-block: 33%;
  }
}
@media (min-width: 767.5px) {
  .academic-counciling .academic-counciling-content-border .academic-counciling-content {
    padding-block: 5%;
  }
}
.academic-counciling .academic-counciling-content-border .academic-counciling-content .academic-counciling-img-2 {
  position: absolute;
  top: 0;
  right: 5%;
  width: 50%;
}
@media (min-width: 575.5px) {
  .academic-counciling .academic-counciling-content-border .academic-counciling-content .academic-counciling-img-2 {
    width: 43%;
  }
}
@media (min-width: 767.5px) {
  .academic-counciling .academic-counciling-content-border .academic-counciling-content .academic-counciling-img-2 {
    width: 21%;
  }
}
@media (min-width: 991.5px) {
  .academic-counciling .academic-counciling-content-border .academic-counciling-content .academic-counciling-img-2 {
    width: 17%;
  }
}
.academic-counciling .academic-counciling-content-border .academic-counciling-content .academic-counciling-img-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
}
@media (min-width: 575.5px) {
  .academic-counciling .academic-counciling-content-border .academic-counciling-content .academic-counciling-img-1 {
    width: 43%;
  }
}
@media (min-width: 767.5px) {
  .academic-counciling .academic-counciling-content-border .academic-counciling-content .academic-counciling-img-1 {
    width: 21%;
  }
}
@media (min-width: 991.5px) {
  .academic-counciling .academic-counciling-content-border .academic-counciling-content .academic-counciling-img-1 {
    width: 19%;
  }
}
.academic-counciling .academic-counciling-content-border .academic-counciling-content .consiling-form {
  width: 90%;
}
@media (min-width: 767.5px) {
  .academic-counciling .academic-counciling-content-border .academic-counciling-content .consiling-form {
    width: 40%;
  }
}
@media (min-width: 991.5px) {
  .academic-counciling .academic-counciling-content-border .academic-counciling-content .consiling-form {
    width: 30%;
  }
}
.academic-counciling .academic-counciling-content-border .academic-counciling-content .consiling-form .input-consuling {
  border-radius: 19px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  -ms-border-radius: 19px;
  -o-border-radius: 19px;
  border: 1px solid #fff;
  padding: 0.8em;
  width: 100%;
  background: rgba(255, 255, 255, 0.32);
  font-size: 0.8em;
}
@media (min-width: 1399.5px) {
  .academic-counciling .academic-counciling-content-border .academic-counciling-content .consiling-form .input-consuling {
    font-size: 1em;
  }
}
.academic-counciling .academic-counciling-content-border .academic-counciling-content .consiling-form .submit-counsiling {
  border-radius: 19px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  -ms-border-radius: 19px;
  -o-border-radius: 19px;
  padding: 0.8em;
  padding-inline: 1em;
  background: #5098ff;
  color: #fff;
  width: 100%;
  font-size: 0.8em;
}
@media (min-width: 1399.5px) {
  .academic-counciling .academic-counciling-content-border .academic-counciling-content .consiling-form .submit-counsiling {
    font-size: 1em;
  }
}

.gallery {
  position: relative;
}
.gallery .camera-photo {
  position: absolute;
  left: 15%;
  top: -3em;
  width: 4em;
}
@media screen and (min-width: 575.5px) {
  .gallery .camera-photo {
    width: 5em;
  }
}
@media screen and (min-width: 767.5px) {
  .gallery .camera-photo {
    top: 13%;
    width: 6em;
    right: 5%;
    left: unset;
  }
}
@media screen and (min-width: 1399.5px) {
  .gallery .camera-photo {
    top: 2%;
    right: 6%;
  }
}
@media (min-width: 1399.5px) {
  .gallery .gallery-top {
    width: 20%;
    margin-top: 7%;
  }
}
.gallery .section-title {
  color: #a4dd7e;
}
.gallery .tab-menu-gallery .nav {
  margin-top: 1.5em;
  width: fit-content;
  border-bottom: none;
  gap: 1em;
}
.gallery .tab-menu-gallery .nav .gallery-tab-item {
  border: 1px solid transparent;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 5em;
  aspect-ratio: 1;
}
@media (min-width: 1399.5px) {
  .gallery .tab-menu-gallery .nav .gallery-tab-item:nth-child(2) {
    margin-right: -1.8em;
  }
}
.gallery .tab-menu-gallery .nav .gallery-tab-item.active {
  opacity: 1;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  z-index: 10;
}
.gallery .tab-menu-gallery .nav .gallery-tab-item.active > .gallery-tab-link {
  background: #a4dd7e;
  color: #233319;
  opacity: 1;
}
.gallery .tab-menu-gallery .nav .gallery-tab-item .gallery-tab-link {
  width: 95% !important;
  aspect-ratio: 1 !important;
  font-size: 0.9em;
  font-weight: 500;
  color: #a4dd7e;
  background-color: #fff;
  border: 1px solid #a4dd7e;
  margin-left: 0 !important;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  opacity: 1;
}
.gallery .tab-menu-gallery .nav .gallery-tab-item .gallery-tab-link:hover {
  color: #233319 !important;
  border: none !important;
  background: #a4dd7e !important;
  opacity: 1;
}
.gallery .tab-menu-gallery .nav .gallery-tab-item .gallery-tab-link:focus {
  background: #a4dd7e !important;
  color: #233319 !important;
  opacity: 1;
}
@media screen and (min-width: 1399.5px) {
  .gallery .tab-menu-gallery .nav .gallery-tab-item .gallery-tab-link {
    font-size: 1.1em;
  }
}
.gallery .tab-content {
  position: relative;
  width: 100%;
}
@media (min-width: 1399.5px) {
  .gallery .tab-content {
    width: 75%;
  }
}
.gallery .tab-content #photos .image-gallery-slider-container {
  width: 100%;
  padding-bottom: 5em;
  padding-top: 2em;
  overflow-x: hidden;
}
@media (min-width: 999.5px) {
  .gallery .tab-content #photos .image-gallery-slider-container {
    padding-top: 11%;
  }
}
.gallery .tab-content #videos .video-gallery-slider-container {
  width: 100%;
  padding-top: 2em;
  padding-bottom: 5em;
  overflow-x: hidden;
}
@media (min-width: 999.5px) {
  .gallery .tab-content #videos .video-gallery-slider-container {
    padding-top: 11%;
  }
}
.gallery .tab-content #videos .video-gallery-slider-container .swiper-wrapper .swiper-slide .gallery-item {
  position: relative;
}
@media (min-width: 999.5px) {
  .gallery .tab-content .swiper-wrapper .swiper-slide-active {
    transform: translateY(-30%);
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
  }
}
.gallery .tab-content .swiper-wrapper .swiper-slide {
  transition: transform 0.8s;
  -webkit-transition: transform 0.8s;
  -moz-transition: transform 0.8s;
  -ms-transition: transform 0.8s;
  -o-transition: transform 0.8s;
}
.gallery .tab-content .swiper-wrapper .swiper-slide .gallery-item {
  width: 100%;
}
.gallery .tab-content .swiper-wrapper .swiper-slide .gallery-item .gallery-img {
  width: 100%;
  height: 100%;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border: 2px solid #a4dd7e;
  box-shadow: 0px 8px 28.1px 0px rgba(0, 0, 0, 0.09);
}
.gallery .slider-navigation {
  margin-top: 3em;
}
.gallery .slider-navigation .slider-pagination {
  width: unset;
}
.gallery .slider-navigation .swiper-pagination-bullet-active,
.gallery .slider-navigation .swiper-pagination-bullet {
  background: #2260bd;
}
.gallery .slider-navigation .swiper-pagination-bullet-active::before {
  border: 0.5px solid #2260bd;
}
.gallery .slider-navigation .icon-nav:before {
  color: #2260bd;
}
.gallery .see-all .icon-arrow-Square::before {
  color: #6ca7ff;
}

.best-students {
  margin-top: 2em;
  margin-bottom: 7em;
}
.best-students .section-title {
  color: #6ca7ff;
}
.best-students .best-students-content {
  width: 90%;
}
.best-students .best-students-content .best-students-slider {
  padding-block: 2.5em;
}
.best-students .best-students-content .best-students-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.best-students .best-students-content .best-students-slider .swiper-slide:hover {
  background: url(../images/boys-elementary-school/best-student-back-blur.svg) no-repeat center;
  background-size: 150%;
}
.best-students .best-students-content .best-students-slider .best-student-slide {
  width: 80%;
  border: 1px solid transparent;
  border-radius: 48px;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  -ms-border-radius: 48px;
  -o-border-radius: 48px;
  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: 2em 1em;
}
.best-students .best-students-content .best-students-slider .best-student-slide:hover {
  border: 1px solid #d4ffb8;
}
.best-students .best-students-content .best-students-slider .best-student-slide:hover .best-student-img-box {
  border: 7px solid #a4dd7e;
}
.best-students .best-students-content .best-students-slider .best-student-slide:hover .best-student-img-box .best-student-img {
  border: 1px solid transparent;
}
.best-students .best-students-content .best-students-slider .best-student-slide .best-student-img-box {
  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: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 7px solid transparent;
  width: 70%;
  aspect-ratio: 1;
}
.best-students .best-students-content .best-students-slider .best-student-slide .best-student-img-box .best-student-img {
  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 #6ca7ff;
  width: 100%;
  height: 100%;
}
.best-students .best-students-content .slider-navigation .swiper-pagination-bullet-active,
.best-students .best-students-content .slider-navigation .swiper-pagination-bullet {
  background: #2260bd;
}
.best-students .best-students-content .slider-navigation .swiper-pagination-bullet-active::before {
  border: 0.5px solid #2260bd;
}
.best-students .best-students-content .slider-navigation .icon-nav:before {
  color: #2260bd;
}

.teachers {
  width: 100%;
  margin-block: 6em;
  padding-top: 0;
}
.teachers .section-title {
  margin-right: 0.8em;
  margin-bottom: 0.3em;
  color: #a4dd7e;
}
.teachers .magnifier-photo {
  width: 3.5em;
  margin-bottom: 1.5em;
}
.teachers .teachers-all-content {
  margin-top: 2em;
  width: 85%;
  margin-inline: auto;
  padding: 3em 2em 1.5em;
  border-radius: 77px;
  -webkit-border-radius: 77px;
  -moz-border-radius: 77px;
  -ms-border-radius: 77px;
  -o-border-radius: 77px;
  background: url(../images/boys-elementary-school/pattern-background.svg);
  background-size: cover;
  background-color: #e9ffda;
}
@media (min-width: 767.5px) {
  .teachers .teachers-all-content {
    padding-inline: 5em;
    width: 100%;
  }
}
.teachers .teachers-all-content .teachers-swiper-slider {
  width: 100%;
  overflow: hidden;
}
.teachers .teachers-all-content .teachers-swiper-slider .teacher-card {
  width: 100%;
  margin-inline: auto;
  position: relative;
}
.teachers .teachers-all-content .teachers-swiper-slider .teacher-card .teacher-img-box {
  border-radius: 22px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 5/6;
}
.teachers .teachers-all-content .teachers-swiper-slider .teacher-card .teacher-img-box .teacher-img {
  width: 100%;
  height: 100%;
}
.teachers .teachers-all-content .teachers-swiper-slider .teacher-card .teacher-info {
  width: 95%;
  padding: 0.6em;
  bottom: 0.5em;
  border-radius: 19px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  -ms-border-radius: 19px;
  -o-border-radius: 19px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(6px);
}
.teachers .teachers-all-content .teachers-swiper-slider .teacher-card .teacher-info .teacher-name {
  color: #000;
  text-align: center;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}
.teachers .teachers-all-content .teachers-swiper-slider .teacher-card .teacher-info .teacher-edu {
  color: #000;
  text-align: center;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1.5;
}
.teachers .teachers-slider-pagination {
  display: none !important;
}
.teachers .slider-navigation {
  width: 120%;
  top: 47%;
}
@media (min-width: 767.5px) {
  .teachers .slider-navigation {
    width: 102.5%;
  }
}
.teachers .slider-navigation .icon-nav:before {
  color: #49782b;
}
.teachers .see-all {
  display: none !important;
}

.articles {
  margin-top: 5em;
  margin-bottom: 5em;
}
.articles .main-container {
  position: relative;
}
.articles .section-title {
  color: #fa7a3d;
}
.articles .articles-slider {
  width: 100%;
  overflow: hidden;
  padding-top: 4em;
  gap: 3em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.articles .articles-slider .swiper-slide .article-slide {
  width: 100%;
  padding: 0.7em 0.6em 1em;
  border-radius: 40px 40px 40px 65px;
  -webkit-border-radius: 40px 40px 40px 65px;
  -moz-border-radius: 40px 40px 40px 65px;
  -ms-border-radius: 40px 40px 40px 65px;
  -o-border-radius: 40px 40px 40px 65px;
  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: 0.7px solid #ff9c40;
  background: #fff;
}
.articles .articles-slider .swiper-slide .article-slide:hover {
  background: #a4dd7e;
}
.articles .articles-slider .swiper-slide .article-slide:hover .divider {
  background-color: #fff;
}
.articles .articles-slider .swiper-slide .article-slide:hover .article-link {
  background: #fff;
}
.articles .articles-slider .swiper-slide .article-slide .article-img-box {
  width: 100%;
  position: relative;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}
.articles .articles-slider .swiper-slide .article-slide .article-img-box .article-img {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  border: 0.7px solid #d27fe2;
}
.articles .articles-slider .swiper-slide .article-slide .article-img-box .article-date {
  top: -2.4em;
  padding: 0.5em;
  height: 2.5em;
  width: 7em;
  font-size: 0.8em;
  color: #433a31;
  background: #ff9c40;
  direction: ltr;
  border-radius: 33px;
  -webkit-border-radius: 33px;
  -moz-border-radius: 33px;
  -ms-border-radius: 33px;
  -o-border-radius: 33px;
}
.articles .articles-slider .swiper-slide .article-slide .article-title {
  margin-top: 1em;
  height: 3.2em;
  padding-inline: 1em;
  color: #384a2b;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.8em;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.articles .articles-slider .swiper-slide .article-slide .article-text {
  height: 6em;
  padding-inline: 1em;
  color: #433a31;
  text-align: justify;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 2;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.articles .articles-slider .swiper-slide .article-slide .divider {
  width: 80%;
  margin-block: 1em;
  height: 1px;
  background-color: #fffac9;
  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;
}
.articles .articles-slider .swiper-slide .article-slide .article-link {
  border-radius: 39px;
  -webkit-border-radius: 39px;
  -moz-border-radius: 39px;
  -ms-border-radius: 39px;
  -o-border-radius: 39px;
  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: 70%;
  color: #2a3d1e;
  padding-block: 0.7em;
  gap: 0.7em;
  background: #a4dd7e;
}
.articles .articles-slider .swiper-slide .article-slide .article-link .icon-curve-arrow:before {
  color: #2a3d1e;
}
.articles .slider-navigation .swiper-pagination-bullet-active,
.articles .slider-navigation .swiper-pagination-bullet {
  background: #fa7a3d;
}
.articles .slider-navigation .icon-nav:before {
  color: #fa7a3d;
}
.articles .see-all-btn {
  background: #ff9c40;
  color: #fff;
}
@media (min-width: 767.5px) {
  .articles .see-all-btn {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

.page-footer {
  background-color: #ecf4ff;
  z-index: 1;
  margin-top: 3em;
  padding-top: 0;
  overflow: visible;
}
.page-footer:after {
  content: "";
  position: absolute;
  left: 0;
  top: -4%;
  width: 12%;
  height: 7em;
  background: url(../images/boys-elementary-school/rings.svg) no-repeat center;
  background-size: contain;
  display: none;
}
@media (min-width: 575.5px) {
  .page-footer:after {
    display: block;
  }
}
.page-footer .footer-top {
  position: relative;
  padding-bottom: 1em;
}
.page-footer .footer-top:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 10%;
  height: 7em;
  background: url(../images/boys-elementary-school/telescope.svg) no-repeat center;
  background-size: contain;
  display: none;
}
@media (min-width: 991.5px) {
  .page-footer .footer-top:before {
    display: block;
  }
}
.page-footer .footer-top .tab-menu-four,
.page-footer .footer-top .fourth-tab-pane {
  display: none !important;
}
.page-footer .footer-top .tab-content {
  padding-inline: 1em;
}
.page-footer .footer-top .footer-logo-box {
  width: 100%;
  gap: 1em;
  padding: 2em 1em 0;
  margin-bottom: 0;
}
@media (min-width: 767.5px) {
  .page-footer .footer-top .footer-logo-box {
    width: 30%;
    padding: 0;
    flex-direction: column !important;
  }
}
@media (min-width: 575.5px) {
  .page-footer .footer-top .footer-logo-box .footer-logo {
    width: 17%;
  }
}
@media (min-width: 767.5px) {
  .page-footer .footer-top .footer-logo-box .footer-logo {
    width: 29%;
  }
}
.page-footer .footer-top .footer-logo-box .footer-logo-text {
  width: 79%;
  font-size: 0.7em;
  color: #283676;
  text-align: justify;
  font-weight: 400;
  line-height: 2;
}
@media (min-width: 767.5px) {
  .page-footer .footer-top .footer-logo-box .footer-logo-text {
    width: 80%;
  }
}
@media (min-width: 1099.5px) {
  .page-footer .footer-top .footer-logo-box .footer-logo-text {
    width: 60%;
      text-align: center;
  }
}
.page-footer .footer-top .footer-tabs {
  width: 100%;
  margin-top: 2em;
  padding: 0.2em;
  gap: 1em !important;
}
@media (min-width: 767.5px) {
  .page-footer .footer-top .footer-tabs {
    width: 60%;
  }
}
.page-footer .footer-top .footer-tabs .nav-tabs::after {
  display: none;
}
.page-footer .footer-top .footer-tabs .footer-tab-item {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.page-footer .footer-top .footer-tabs .footer-tab-item:first-child:after, .page-footer .footer-top .footer-tabs .footer-tab-item:nth-child(2):after {
  height: 1em;
  background-color: #304821 !important;
}
.page-footer .footer-top .footer-tabs .footer-tab-item:nth-child(3):after {
  display: none !important;
}
.page-footer .footer-top .footer-tabs .footer-tab-item.active {
  background: transparent;
  border-bottom: 3px solid none;
}
.page-footer .footer-top .footer-tabs .footer-tab-item.active .footer-tab-link {
  color: #d27fe2;
}
.page-footer .footer-top .footer-tabs .footer-tab-item .footer-tab-link {
  font-size: 0.8em !important;
  color: #283676 !important;
}
.page-footer .footer-top .footer-tabs .footer-tab-item .footer-tab-link .icon-chevron-down {
  display: none;
}
.page-footer .footer-top .footer-icon::before {
  color: #283676 !important;
}
.page-footer .footer-top .footer-column-title {
  color: #283676 !important;
}
.page-footer .footer-top .footer-column-title:before {
  background-color: #283676 !important;
}
.page-footer .footer-social-media {
  padding-block: 1em;
  width: 80%;
  margin-inline: auto;
  z-index: 10;
  background: none;
  border-radius: 42px 42px 0 0;
  -webkit-border-radius: 42px 42px 0 0;
  -moz-border-radius: 42px 42px 0 0;
  -ms-border-radius: 42px 42px 0 0;
  -o-border-radius: 42px 42px 0 0;
}
@media (min-width: 767.5px) {
  .page-footer .footer-social-media {
    display: none !important;
  }
}
.page-footer .footer-social-media .social-media-links {
  width: fit-content;
  position: relative;
  gap: 1em;
  padding-block: 0;
  background: none;
  margin-inline: auto;
}
@media (min-width: 575.5px) {
  .page-footer .footer-social-media .social-media-links {
    gap: 2em;
  }
}
.page-footer .footer-media-icon {
  font-size: 1.2em;
}
.page-footer .footer-media-icon::before {
  color: #3f5475 !important;
}
.page-footer .footer-map {
  margin-top: 0;
}
.page-footer .copy-right {
  display: none;
}
.page-footer .created-by {
  background: #a4dd7e;
}
@media (min-width: 991.5px) {
  .page-footer .created-by {
    padding-inline: 7%;
  }
}
@media (min-width: 1799.5px) {
  .page-footer .created-by {
    padding-inline: 3%;
  }
}

.page-footer .created-by .law-message {
  color: #5097ff;
}
.page-footer .created-by .footer-bottom-btn {
  background: #fe9f47 !important;
  color: #000 !important;
}
.page-footer .created-by .footer-bottom-ul {
  color: #5097ff;
}
.page-footer .created-by .footer-bottom-ul .footer-bottom-text:before {
  background-color: #5097ff !important;
}

.banner-desc-container .banner-text{
    text-align: center;
}

.banner-desc-container {
    display: flex;
    flex-direction: column;
    align-items: center; /* وسط چین افقی */
    justify-content: center; /* وسط چین عمودی */
    text-align: center; /* وسط چین متن داخل کانتینر */
}
