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

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  max-width: 100vw;
  font-size: 16px !important;
  background-color: #F7F8E0 !important;
}

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

input {
  outline: none;
}

li {
  list-style: none;
}

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

img {
  object-fit: cover;
}

.navy-color {
  color: #1d88ba;
}

.black-color {
  color: #000;
}

.light-yellow-color {
  color: #f7f8e0;
}

.yellow-color {
  color: #f8f047;
}

.star-like-icon {
  width: 0.8em;
  aspect-ratio: 1;
}

.brown-color {
  color: #383723;
}

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

section {
  margin-block: 5em;
}
@media screen and (min-width: 1199.5px) {
  section {
    margin-block: 7em;
  }
}

.section-title {
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: 600;
  font-family: "DiodrumArabic" !important;
}
@media (min-width: 1399.5px) {
  .section-title {
    font-size: 2.3em;
  }
}

.banner .banner-content .scroll-down, .pre-signIn .pre-signIn-img-box .pre-signIn-img, .pre-signIn .pre-signIn-img-box .pre-signIn-frame {
  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-text-part-parent .banner-text-slider .banner-text-slider-text, .news-section .news-slider-container .swiper-slide .news-box .news-box-description .news-box-title, .news-section .news-slider-container .swiper-slide .news-box .news-box-description .news-box-text, .pre-signIn .pre-signIn-descibe .pre-signIn-text, .why-us .why-us-describe .why-us-text, .header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-link {
  font-size: 0.8em;
  font-weight: 400;
  line-height: 2;
  text-align: justify;
}
@media (min-width: 1399.5px) {
  .banner .banner-content .banner-text-part-parent .banner-text-slider .banner-text-slider-text, .news-section .news-slider-container .swiper-slide .news-box .news-box-description .news-box-title, .news-section .news-slider-container .swiper-slide .news-box .news-box-description .news-box-text, .pre-signIn .pre-signIn-descibe .pre-signIn-text, .why-us .why-us-describe .why-us-text, .header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-link {
    font-size: 1em;
    line-height: 2.3;
  }
}

.gallery .gallery-content .gallery-swiper-container .swiper-slide:before, .gallery .gallery-content .gallery-swiper-container .swiper-slide.expanded:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
}

.news-section .news-slider-container .swiper-slide .news-box .news-box-description .news-box-text, .pre-signIn .pre-signIn-descibe .pre-signIn-text, .gallery .gallery-content .gallery-swiper-container .swiper-slide .gallery-slide-description .gallery-slide-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-section .news-tab-menu .nav-tabs .news-tab-item .news-tab-link, .news-section .news-slider-container .swiper-slide .news-box .news-box-description .news-box-title, .departments .departments-items .department-item .department-item-title, .gallery .gallery-content .gallery-tab-menu .nav-tabs .gallery-tab-item .gallery-tab-link {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header-page .header-content .header-left .icon-switcher #icons-list, .header-page .header-content .header-left .icon-switcher #icon-btn {
  background-color: #f8f048;
  border: 1px solid #383723;
}

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

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

.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-page .header-content {
  position: relative;
  height: 6em;
  background: url(../images/school-logo.svg) no-repeat center;
  background-size: 20%;
}
@media (min-width: 575.5px) {
  .header-page .header-content {
    background-size: 12%;
  }
}
@media (min-width: 767.5px) {
  .header-page .header-content {
    background: none;
  }
}
.header-page .header-content .header-right .icon-menu-bar {
  font-size: 2em;
}
.header-page .header-content .header-right .icon-menu-bar:before {
  color: #1d88ba;
}
.header-page .header-content .header-right .school-logo {
  width: 4em;
}
@media (min-width: 1399.5px) {
  .header-page .header-content .header-right .school-logo {
    width: 5em;
  }
}
.header-page .header-content .header-middle {
  margin-left: auto;
  margin-right: 1.2em;
  height: 100%;
}
.header-page .header-content .header-middle .header-middle-ul {
  margin-bottom: 0;
  height: 100%;
}
.header-page .header-content .header-middle .header-middle-ul .header-middle-li {
  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;
  height: 3em;
  border: 1px solid transparent;
  border-radius: 42px;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  -ms-border-radius: 42px;
  -o-border-radius: 42px;
  padding-inline: 0.45em;
  position: relative;
  cursor: pointer;
}
@media (min-width: 1199.5px) {
  .header-page .header-content .header-middle .header-middle-ul .header-middle-li {
    padding-inline: 0.7em;
    margin-left: 0.2em;
  }
}
.header-page .header-content .header-middle .header-middle-ul .header-middle-li .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;
  font-size: 0.8em;
}
.header-page .header-content .header-middle .header-middle-ul .header-middle-li .icon-chevron-down:before {
  color: #1d88ba;
}
.header-page .header-content .header-middle .header-middle-ul .header-middle-li:hover, .header-page .header-content .header-middle .header-middle-ul .header-middle-li.active {
  border: 1px solid #383723;
}
.header-page .header-content .header-middle .header-middle-ul .header-middle-li:hover .header-middle-link, .header-page .header-content .header-middle .header-middle-ul .header-middle-li.active .header-middle-link {
  color: #383723;
}
.header-page .header-content .header-middle .header-middle-ul .header-middle-li:hover .icon-chevron-down, .header-page .header-content .header-middle .header-middle-ul .header-middle-li.active .icon-chevron-down {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.header-page .header-content .header-middle .header-middle-ul .header-middle-li:hover .icon-chevron-down:before, .header-page .header-content .header-middle .header-middle-ul .header-middle-li.active .icon-chevron-down:before {
  color: #383723;
}
.header-page .header-content .header-middle .header-middle-ul .header-middle-li:hover > .header-middle-submenu, .header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-submenu .header-middle-submenu-li .header-middle-li:hover > .header-middle-sub-submenu, .header-page .header-content .header-middle .header-middle-ul .header-middle-li.active > .header-middle-submenu, .header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-submenu .header-middle-submenu-li .header-middle-li.active > .header-middle-sub-submenu {
  display: flex;
  position: absolute;
  right: 0;
  top: 100%;
}
.header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-link {
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  color: #1d88ba;
}
@media (min-width: 1499.5px) {
  .header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-link {
    font-size: 1em;
  }
}
.header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-submenu, .header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-submenu .header-middle-submenu-li .header-middle-sub-submenu, .header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-submenu .header-middle-submenu-li .header-middle-sub-submenu .header-middle-sub-submenu-li .header-middle-sub-submenu {
  z-index: 100;
  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 rgba(0, 0, 0, 0.2);
  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-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-submenu .header-middle-submenu-li, .header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-submenu .header-middle-submenu-li .header-middle-sub-submenu .header-middle-sub-submenu-li, .header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-submenu .header-middle-submenu-li .header-middle-sub-submenu .header-middle-submenu-li {
  color: #283676;
  font-weight: 400;
  margin-bottom: 0 !important;
  padding: 0.8em;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
}
.header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-submenu .header-middle-submenu-li:hover, .header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-submenu .header-middle-submenu-li .header-middle-sub-submenu .header-middle-sub-submenu-li:hover {
  background-color: #f8f160;
  color: #383723;
}
.header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-submenu .header-middle-submenu-li:hover .header-middle-sub-submenu, .header-page .header-content .header-middle .header-middle-ul .header-middle-li .header-middle-submenu .header-middle-submenu-li .header-middle-sub-submenu .header-middle-sub-submenu-li:hover .header-middle-sub-submenu {
  display: flex;
  position: absolute;
  right: 95%;
  top: 30%;
}
.header-page .header-content .header-middle .header-middle-ul .header-middle-li.showSubmenu .header-middle-submenu, .header-page .header-content .header-middle .header-middle-ul .header-middle-li.showSubmenu .header-middle-submenu .header-middle-submenu-li .header-middle-sub-submenu {
  display: block;
}
.header-page .header-content .header-left .icon-switcher {
  position: relative;
  display: inline-block;
  z-index: 10;
}
.header-page .header-content .header-left .icon-switcher #icons-list {
  position: absolute;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  gap: 0.5em;
  padding: 0.5em 1em;
  bottom: -7em;
  left: 0em;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (min-width: 991.5px) {
  .header-page .header-content .header-left .icon-switcher #icons-list {
    position: relative;
    left: unset;
    bottom: unset;
    opacity: 1;
    visibility: visible;
    flex-direction: row !important;
    background: none;
    border: none;
    padding: 0;
  }
}
.header-page .header-content .header-left .icon-switcher #icons-list.hidden {
  display: none;
}
.header-page .header-content .header-left .icon-switcher #icons-list.show {
  opacity: 1;
  visibility: visible;
  display: flex !important;
  flex-direction: column !important;
}
@media (min-width: 991.5px) {
  .header-page .header-content .header-left .icon-switcher #icons-list.show {
    flex-direction: row !important;
  }
}
.header-page .header-content .header-left .icon-switcher #icons-list .header-icon {
  font-size: 1.2em;
}
@media (min-width: 991.5px) {
  .header-page .header-content .header-left .icon-switcher #icons-list .header-icon {
    font-size: 1em;
  }
}
.header-page .header-content .header-left .icon-switcher #icons-list .divider {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}
@media (min-width: 991.5px) {
  .header-page .header-content .header-left .icon-switcher #icons-list .divider {
    display: none;
  }
}
.header-page .header-content .header-left .icon-switcher #icon-btn {
  padding: 0.3em;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
}
@media (min-width: 575.5px) {
  .header-page .header-content .header-left .icon-switcher #icon-btn {
    padding: 0.5em;
  }
}
@media (min-width: 991.5px) {
  .header-page .header-content .header-left .icon-switcher #icon-btn {
    display: none !important;
  }
}
.header-page .header-content .header-left .icon-switcher #icon-btn .icon-chevron-down {
  font-size: 1.1em;
}
.header-page .header-content .header-left .icon-switcher #icon-btn .icon-chevron-down:before {
  color: #1d88ba;
}
.header-page .header-content .header-left .icon-switcher #icon-btn #selected-icon {
  font-size: 1.3em;
}
.header-page .header-content .header-left .icon-switcher #icon-btn #selected-icon:before {
  color: #1d88ba;
}
.header-page .header-content .header-left .header-left-btn-text {
  font-size: 0.8em;
  font-family: ERpx !important;
}
@media (min-width: 1199.5px) {
  .header-page .header-content .header-left .header-left-btn-text {
    font-size: 0.9em;
  }
}
@media (min-width: 991.5px) {
  .header-page .header-content .header-left .big-icon-box {
    gap: 0.5em;
    padding: 0.5em;
    background-color: #f8f048;
    border: 1px solid #383723;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
  }
}
@media (min-width: 1199.5px) {
  .header-page .header-content .header-left .big-icon-box {
    padding: 0.7em;
  }
}
.header-page .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: 80%;
  border-radius: 33px 0px 0px 85px;
  border: 1px solid rgb(0, 128, 119);
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(15px);
  visibility: hidden;
  overflow: hidden;
  z-index: 1000;
}
.header-page .mobile-menu.open {
  right: 0;
  visibility: visible;
}
.header-page .mobile-menu .close-btn {
  display: block;
  padding: 1.6em 1.3em 1.3em;
  font-size: 1em;
  color: #1d88ba;
  cursor: pointer;
}
.header-page .mobile-menu .mobile-menu-ul {
  padding: 0 0 1em 0.7em;
  max-height: 40em;
  overflow-y: scroll;
}
.header-page .mobile-menu .mobile-menu-ul .mobile-menu-li {
  position: relative;
  width: 100%;
  font-size: 1em;
  cursor: pointer;
}
.header-page .mobile-menu .mobile-menu-ul .mobile-menu-li .icon-chevron-down:before {
  color: #1d88ba;
}
.header-page .mobile-menu .mobile-menu-ul .mobile-menu-li:hover .mobile-menu-link {
  background-color: #f8f160;
  color: #1d88ba;
}
.header-page .mobile-menu .mobile-menu-ul .mobile-menu-li:hover .icon-chevron-down:before {
  color: #1d88ba;
}
.header-page .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-link {
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  border-radius: 9px 0 0 9px;
  -webkit-border-radius: 9px 0 0 9px;
  -moz-border-radius: 9px 0 0 9px;
  -ms-border-radius: 9px 0 0 9px;
  -o-border-radius: 9px 0 0 9px;
  display: inline-block;
  font-weight: 400;
  padding: 0.9em 0.5em;
  width: 100%;
  color: #1d88ba;
}
.header-page .mobile-menu .mobile-menu-ul .mobile-menu-li.open .mobile-menu-submenu {
  max-height: 15em;
  visibility: visible;
  margin-top: 0.8em;
}
.header-page .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu {
  max-height: 0;
  margin-right: 0.8em;
  padding-right: 0.6em;
  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-page .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .submenu-item:hover .submenu-item-link {
  background-color: #f8f160;
  color: rgb(0, 128, 119);
}
.header-page .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .submenu-item .submenu-item-link {
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  color: #1d88ba;
  font-family: ERPxFaNum !important;
  width: 100%;
  display: inline-block;
  padding: 0.5em;
}
.header-page .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .sub-submenu {
  max-height: 0;
  margin-right: 0.8em;
  padding-right: 0.6em;
  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-page .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;
}
.header-page .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .sub-submenu.open {
  margin-top: 1em;
  max-height: 16em;
  visibility: visible;
}

.page-footer {
  overflow: hidden;
  position: relative;
  padding-top: 1em;
}
@media (min-width: 767.5px) {
  .page-footer {
    padding-top: 4em;
  }
}
.page-footer .footer-top {
  width: 100%;
  padding-block: 2em;
  border-radius: 33px;
  -webkit-border-radius: 33px;
  -moz-border-radius: 33px;
  -ms-border-radius: 33px;
  -o-border-radius: 33px;
  background: linear-gradient(180.01deg, #f8f043 5.48%, #f7f27c 38.01%, #f5f5bd 77.19%, #f4f6d6 95.67%);
  border: 1px solid #d9d9d9;
}
@media (min-width: 1199.5px) {
  .page-footer .footer-top {
    height: 38em;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background: url(../images/home-page/footer-background.png) no-repeat center;
    background-size: 100% 100%;
    border: none;
  }
}
.page-footer .footer-logo-box {
  width: 45%;
  margin-bottom: 1em;
}
@media (min-width: 575.5px) {
  .page-footer .footer-logo-box {
    width: 20%;
    margin-bottom: 0;
  }
}
@media (min-width: 991.5px) {
  .page-footer .footer-logo-box {
    width: 14%;
  }
}
@media (min-width: 1499.5px) {
  .page-footer .footer-logo-box {
    margin-top: -2em;
  }
}
.page-footer .footer-logo-box .footer-logo {
  width: 100%;
  object-fit: cover;
}
.page-footer .footer-tabs {
  gap: 2em;
  width: 100%;
}
@media (min-width: 575.5px) {
  .page-footer .footer-tabs {
    width: 70%;
  }
}
@media (min-width: 1199.5px) {
  .page-footer .footer-tabs {
    width: 65%;
    margin-top: -8em;
  }
}
.page-footer .footer-tabs .nav-tabs {
  position: relative;
  width: 100%;
  gap: 0.8em;
  padding: 1em 0;
}
.page-footer .footer-tabs .nav-tabs .footer-tab-item {
  position: relative;
  width: 40%;
  border-radius: 120px;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  -ms-border-radius: 120px;
  -o-border-radius: 120px;
  border: 1px solid #1d88ba;
}
@media (min-width: 399.5px) {
  .page-footer .footer-tabs .nav-tabs .footer-tab-item {
    width: 27%;
  }
}
.page-footer .footer-tabs .nav-tabs .footer-tab-item.active, .page-footer .footer-tabs .nav-tabs .footer-tab-item:hover {
  background-color: #1d88ba;
}
.page-footer .footer-tabs .nav-tabs .footer-tab-item.active .footer-tab-link, .page-footer .footer-tabs .nav-tabs .footer-tab-item:hover .footer-tab-link {
  color: #f7f8e0 !important;
}
.page-footer .footer-tabs .nav-tabs .footer-tab-item .footer-tab-link {
  gap: 3px;
  color: #1d88ba;
  font-weight: 500;
  font-size: 0.8em;
  width: 100%;
  padding: 0.5em;
}
.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: 24%;
  }
}
.page-footer .footer-tabs .tab-content .tab-pane .footer-column-title {
  color: #f7f8e0;
  font-weight: 500;
  font-size: 1.1em;
  margin-bottom: 1em;
  border-radius: 120px;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  -ms-border-radius: 120px;
  -o-border-radius: 120px;
  padding: 0.8em 0.5em;
  width: 87%;
  background-color: #1d88ba;
}
@media (min-width: 1399.5px) {
  .page-footer .footer-tabs .tab-content .tab-pane .footer-column-title {
    font-size: 1.2em;
  }
}
.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: #2b3a67;
  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;
  margin-left: 0.3em;
}
.page-footer .footer-ul .footer-li .footer-icon:before {
  color: #1d88ba;
}
.page-footer .footer-social-media {
  padding-block: 1.6em;
}
@media (min-width: 1199.5px) {
  .page-footer .footer-social-media {
    position: absolute;
    bottom: 18%;
    right: 2%;
    width: 20%;
  }
}
.page-footer .footer-social-media .social-media-title {
  color: #008ad2;
  line-height: 1.5;
}
.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;
    gap: 2.5em;
  }
}
.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: #008ad2;
}
.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 .special-container {
  width: 100%;
}
@media (min-width: 1199.5px) {
  .page-footer .special-container {
    width: 90%;
  }
}
@media (min-width: 1599.5px) {
  .page-footer .special-container {
    max-width: 1450px;
  }
}
@media (min-width: 1699.5px) {
  .page-footer .special-container {
    max-width: 1550px;
  }
}
.page-footer .created-by {
  width: 100%;
  background: #f5f6cc;
  padding: 1em;
  position: relative;
  z-index: 100;
  gap: 2em;
}
@media (min-width: 991.5px) {
  .page-footer .created-by {
    padding-inline: 2.5em;
  }
}
@media (min-width: 1199.5px) {
  .page-footer .created-by {
    background-color: transparent;
    width: 81%;
    padding-inline: 1em;
    margin-top: -6em;
  }
}
.page-footer .created-by .footer-bottom-ul {
  margin-bottom: 0;
  color: #383723;
  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: #383723;
  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: 0.8em;
  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: #383723;
  border-radius: 9px;
  color: #f8f047;
  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: 45%;
  }
}
.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: #383723;
  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;
}

.archive-btn {
  border: 1px solid #383723;
  border-radius: 140px;
  -webkit-border-radius: 140px;
  -moz-border-radius: 140px;
  -ms-border-radius: 140px;
  -o-border-radius: 140px;
  padding: 0.8em 1em;
}
.archive-btn .icon-arrow {
  font-size: 0.6em;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.archive-btn .icon-arrow.before {
  color: #383723;
}

.banner {
  margin-top: 2.5em;
}
.banner .banner-content {
  gap: 1em;
  position: relative;
}
.banner .banner-content .scroll-down {
  bottom: 0;
}
.banner .banner-content .scroll-down .icon-scroll-down {
  font-size: 2.3em;
}
@media (min-width: 1099.5px) {
  .banner .banner-content .scroll-down .icon-scroll-down {
    font-size: 3em;
  }
}
@media (min-width: 1399.5px) {
  .banner .banner-content .scroll-down .icon-scroll-down {
    font-size: 4em;
  }
}
.banner .banner-content .banner-img-part-parent, .banner .banner-content .banner-text-part-parent {
  width: 100%;
}
@media (min-width: 767.5px) {
  .banner .banner-content .banner-img-part-parent, .banner .banner-content .banner-text-part-parent {
    width: 48%;
    border: none;
    -webkit-mask-image: url(../images/home-page/banner-img-mask.png);
    mask-image: url(../images/home-page/banner-img-mask.png);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    background-color: #383723;
  }
}
.banner .banner-content .banner-img-part-parent .banner-img-slider, .banner .banner-content .banner-text-part-parent .banner-img-slider, .banner .banner-content .banner-text-part-parent .banner-text-part {
  width: 100%;
  overflow: hidden;
  border: 1px solid #383723;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
@media (min-width: 767.5px) {
  .banner .banner-content .banner-img-part-parent .banner-img-slider, .banner .banner-content .banner-text-part-parent .banner-img-slider, .banner .banner-content .banner-text-part-parent .banner-text-part {
    border: none;
    -webkit-mask-image: url(../images/home-page/banner-img-mask.png);
    mask-image: url(../images/home-page/banner-img-mask.png);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 99%;
    mask-size: 99%;
  }
}
.banner .banner-content .banner-img-part-parent .banner-img-slider .banner-img, .banner .banner-content .banner-text-part-parent .banner-img-slider .banner-img, .banner .banner-content .banner-text-part-parent .banner-text-part .banner-img {
  width: 100%;
  aspect-ratio: 5/4;
  object-fit: cover;
}
@media (min-width: 767.5px) {
  .banner .banner-content .banner-img-part-parent .banner-img-slider .banner-img, .banner .banner-content .banner-text-part-parent .banner-img-slider .banner-img, .banner .banner-content .banner-text-part-parent .banner-text-part .banner-img {
    aspect-ratio: 9/10;
  }
}
.banner .banner-content .banner-text-part-parent {
  position: relative;
}
@media (min-width: 767.5px) {
  .banner .banner-content .banner-text-part-parent {
    aspect-ratio: 9/10;
    -webkit-mask-image: url(../images/home-page/banner-text-mask.png);
    mask-image: url(../images/home-page/banner-text-mask.png);
  }
}
.banner .banner-content .banner-text-part-parent .banner-text-part {
  padding: 1.2em;
  width: 100%;
  height: 100%;
  background: linear-gradient(180.01deg, #f8f043 5.48%, #f7f27c 38.01%, #f5f5bd 77.19%, #f4f6d6 95.67%);
}
@media (min-width: 767.5px) {
  .banner .banner-content .banner-text-part-parent .banner-text-part {
    -webkit-mask-image: url(../images/home-page/banner-text-mask.png);
    mask-image: url(../images/home-page/banner-text-mask.png);
  }
}
@media (min-width: 1199.5px) {
  .banner .banner-content .banner-text-part-parent .banner-text-part {
    padding-right: 8%;
  }
}
.banner .banner-content .banner-text-part-parent .banner-text-part .main-title {
  font-size: 1.7em;
  gap: 2px;
  font-family: "DiodrumArabic" !important;
  font-weight: 500;
}
@media (min-width: 575.5px) {
  .banner .banner-content .banner-text-part-parent .banner-text-part .main-title {
    font-size: 2.3em;
  }
}
@media (min-width: 767.5px) {
  .banner .banner-content .banner-text-part-parent .banner-text-part .main-title {
    font-size: 1.5em;
    gap: 0;
  }
}
@media (min-width: 991.5px) {
  .banner .banner-content .banner-text-part-parent .banner-text-part .main-title {
    font-size: 2em;
    margin-top: 1em;
  }
}
@media (min-width: 1199.5px) {
  .banner .banner-content .banner-text-part-parent .banner-text-part .main-title {
    font-size: 2.5em;
  }
}
@media (min-width: 1499.5px) {
  .banner .banner-content .banner-text-part-parent .banner-text-part .main-title {
    font-size: 3em;
  }
}
.banner .banner-content .banner-text-part-parent .banner-text-part .main-title .title-part-one {
  z-index: 10;
  padding-block: 1.2em;
  width: fit-content;
  aspect-ratio: 1/0.58;
  background: url(../images/home-page/bubble-11.svg) no-repeat center;
  background-size: cover;
}
@media (min-width: 767.5px) {
  .banner .banner-content .banner-text-part-parent .banner-text-part .main-title .title-part-one {
    aspect-ratio: 1/0.48;
    margin-top: -0.2em;
    margin-right: -12%;
    background: url(../images/home-page/bubble-1.svg) no-repeat center;
    background-size: cover;
  }
}
.banner .banner-content .banner-text-part-parent .banner-text-part .main-title .title-part-one .title-part-one-text {
  color: #f7f8e0;
  margin-right: 0.5em;
  margin-top: -0.7em;
}
@media (min-width: 767.5px) {
  .banner .banner-content .banner-text-part-parent .banner-text-part .main-title .title-part-one .title-part-one-text {
    transform: rotate(11deg);
    -webkit-transform: rotate(11deg);
    -moz-transform: rotate(11deg);
    -ms-transform: rotate(11deg);
    -o-transform: rotate(11deg);
  }
}
.banner .banner-content .banner-text-part-parent .banner-text-part .main-title .title-part-two {
  border-radius: 140px;
  -webkit-border-radius: 140px;
  -moz-border-radius: 140px;
  -ms-border-radius: 140px;
  -o-border-radius: 140px;
  background-color: #f7f8e0;
  border: 1px solid #383723;
  color: #383723;
  padding: 0.3em 0.3em 1em;
}
@media (min-width: 767.5px) {
  .banner .banner-content .banner-text-part-parent .banner-text-part .main-title .title-part-two {
    margin-top: -1em;
  }
}
.banner .banner-content .banner-text-part-parent .banner-text-part .main-title .title-part-three {
  color: #f7f8e0;
  padding: 0.1em 0.2em 0.9em 0.5em;
  width: 86%;
  background: url(../images/home-page/bubble-2.svg) no-repeat center;
  background-size: 100%;
  background-size: 100%;
}
@media (min-width: 767.5px) {
  .banner .banner-content .banner-text-part-parent .banner-text-part .main-title .title-part-three {
    margin-left: -1em;
    padding-top: 0;
  }
}
.banner .banner-content .banner-text-part-parent .banner-text-slider {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 767.5px) {
  .banner .banner-content .banner-text-part-parent .banner-text-slider {
    margin-top: -1em;
  }
}
@media (min-width: 767.5px) {
  .banner .banner-content .banner-text-part-parent .banner-text-slider {
    margin-top: 0;
  }
}
@media (min-width: 1199.5px) {
  .banner .banner-content .banner-text-part-parent .banner-text-slider .banner-text-slider-title {
    font-size: 1.4em;
  }
}
.banner .banner-content .banner-text-part-parent .banner-text-slider .banner-text-slider-text {
  overflow-y: auto;
  color: #383723;
  height: 9em;
  margin-block: 5%;
  padding-left: 1em;
}
@media (min-width: 767.5px) {
  .banner .banner-content .banner-text-part-parent .banner-text-slider .banner-text-slider-text {
    height: 6em;
  }
}
@media (min-width: 991.5px) {
  .banner .banner-content .banner-text-part-parent .banner-text-slider .banner-text-slider-text {
    width: 88%;
  }
}
@media (min-width: 1199.5px) {
  .banner .banner-content .banner-text-part-parent .banner-text-slider .banner-text-slider-text {
    width: 78%;
    height: 7em;
  }
}
@media (min-width: 1499.5px) {
  .banner .banner-content .banner-text-part-parent .banner-text-slider .banner-text-slider-text {
    height: 8em;
  }
}
.banner .banner-content .banner-text-part-parent .banner-text-slider .banner-signIn-link {
  width: 65%;
  aspect-ratio: 5/1;
  border-radius: 140px;
  -webkit-border-radius: 140px;
  -moz-border-radius: 140px;
  -ms-border-radius: 140px;
  -o-border-radius: 140px;
  background-color: #1d88ba;
  color: #f7f8e0;
  padding: 0.6em 0.4em;
}
@media (min-width: 539.5px) {
  .banner .banner-content .banner-text-part-parent .banner-text-slider .banner-signIn-link {
    width: 55%;
  }
}
@media (min-width: 767.5px) {
  .banner .banner-content .banner-text-part-parent .banner-text-slider .banner-signIn-link {
    width: 45%;
    font-size: 0.8em;
    gap: 0.3em;
  }
}
@media (min-width: 1199.5px) {
  .banner .banner-content .banner-text-part-parent .banner-text-slider .banner-signIn-link {
    width: 36%;
    font-size: 1em;
  }
}
.banner .banner-content .banner-text-part-parent .banner-text-slider .banner-signIn-link .box-icon {
  width: 1.5em;
  aspect-ratio: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #f7f8e0;
}
.banner .banner-content .banner-text-part-parent .banner-text-slider .banner-signIn-link .box-icon .icon-arrow {
  font-size: 0.7em;
  transform: rotate(-40deg) translateX(-1px);
  -webkit-transform: rotate(-40deg) translateX(-1px);
  -moz-transform: rotate(-40deg) translateX(-1px);
  -ms-transform: rotate(-40deg) translateX(-1px);
  -o-transform: rotate(-40deg) translateX(-1px);
}
.banner .banner-content .banner-text-part-parent .banner-text-slider .banner-signIn-link .box-icon .icon-arrow:before {
  color: #1d88ba;
}
.banner .banner-content .banner-text-part-parent .banner-text-slider .phone-numbers {
  width: 65%;
  aspect-ratio: 5/1;
  background-color: #f8f047;
  border-radius: 140px;
  -webkit-border-radius: 140px;
  -moz-border-radius: 140px;
  -ms-border-radius: 140px;
  -o-border-radius: 140px;
  border: 1px solid #383723;
  padding: 0.6em 0.4em;
  font-size: 1em;
}
@media (min-width: 539.5px) {
  .banner .banner-content .banner-text-part-parent .banner-text-slider .phone-numbers {
    font-size: 1.4em;
    width: 55%;
  }
}
@media (min-width: 767.5px) {
  .banner .banner-content .banner-text-part-parent .banner-text-slider .phone-numbers {
    width: 45%;
    font-size: 0.8em;
  }
}
@media (min-width: 1199.5px) {
  .banner .banner-content .banner-text-part-parent .banner-text-slider .phone-numbers {
    width: 36%;
    font-size: 1em;
  }
}
@media (min-width: 767.5px) {
  .banner .banner-content .navigation-btns {
    position: absolute;
    top: 4%;
    left: 4%;
  }
}
.banner .banner-content .navigation-btns .banner-btn {
  font-size: 2em;
}
@media (min-width: 767.5px) {
  .banner .banner-content .navigation-btns .banner-btn {
    font-size: 1.5em;
  }
}
@media (min-width: 1099.5px) {
  .banner .banner-content .navigation-btns .banner-btn {
    font-size: 2em;
  }
}

.news-section {
  position: relative;
  width: 100%;
}
.news-section .news-tab-menu {
  margin-top: 2em;
}
@media (min-width: 699.5px) {
  .news-section .news-tab-menu .nav-tabs {
    width: 100%;
  }
}
.news-section .news-tab-menu .nav-tabs .news-tab-item {
  width: 48%;
}
@media (min-width: 699.5px) {
  .news-section .news-tab-menu .nav-tabs .news-tab-item {
    width: 23%;
  }
}
@media (min-width: 767.5px) {
  .news-section .news-tab-menu .nav-tabs .news-tab-item {
    width: 9em;
  }
}
.news-section .news-tab-menu .nav-tabs .news-tab-item.active .news-tab-link {
  border: 1px solid #383723 !important;
  opacity: 1;
  background-color: #f8f047 !important;
  color: #383723 !important;
}
.news-section .news-tab-menu .nav-tabs .news-tab-item .news-tab-link {
  border-radius: 140px;
  -webkit-border-radius: 140px;
  -moz-border-radius: 140px;
  -ms-border-radius: 140px;
  -o-border-radius: 140px;
  width: 100%;
  padding: 0.8em 0.5em;
  text-align: center;
  color: #383723;
  border: 1px solid #383723 !important;
  opacity: 0.6;
}
.news-section .news-tab-menu .nav-tabs .news-tab-item .news-tab-link:hover {
  opacity: 1;
  background-color: #f8f047 !important;
  color: #383723 !important;
}
.news-section .news-slider-container {
  position: relative;
  overflow: hidden;
  padding-top: 5em;
  width: 100%;
}
@media (min-width: 991.5px) {
  .news-section .news-slider-container {
    padding-bottom: 5em;
  }
}
@media (min-width: 991.5px) {
  .news-section .news-slider-container .swiper-slide {
    aspect-ratio: 1/1.1;
  }
}
@media (min-width: 1099.5px) {
  .news-section .news-slider-container .swiper-slide {
    aspect-ratio: 1/1.17;
  }
}
.news-section .news-slider-container .swiper-slide:nth-child(n) .news-box-mask {
  background-color: #1d88ba;
  color: #383723;
}
.news-section .news-slider-container .swiper-slide:nth-child(n) .news-box-mask .news-box-title {
  color: #fff;
}
.news-section .news-slider-container .swiper-slide:nth-child(n) .news-box-date,
.news-section .news-slider-container .swiper-slide:nth-child(n) .news-box-see-btn {
  background-color: #f8f047;
  color: #383723;
  border: 1px solid #383723;
}
.news-section .news-slider-container .swiper-slide:nth-child(n) .box-icon {
  background-color: #383723;
}
.news-section .news-slider-container .swiper-slide:nth-child(n) .box-icon .icon-arrow:before {
  color: #f8f047;
}
.news-section .news-slider-container .swiper-slide:nth-child(2n) .news-box-mask {
  background-color: #f8f047;
}
.news-section .news-slider-container .swiper-slide:nth-child(2n) .news-box-mask .news-box-title {
  color: #383723;
}
.news-section .news-slider-container .swiper-slide:nth-child(2n) .news-box-mask .news-box-text {
  color: #383723;
}
.news-section .news-slider-container .swiper-slide:nth-child(2n) .news-box-date,
.news-section .news-slider-container .swiper-slide:nth-child(2n) .news-box-see-btn {
  background-color: #383723;
  color: #f7f8e0;
}
.news-section .news-slider-container .swiper-slide:nth-child(2n) .box-icon {
  background-color: #f7f8e0;
}
.news-section .news-slider-container .swiper-slide:nth-child(2n) .box-icon .icon-arrow:before {
  color: #383723;
}
.news-section .news-slider-container .swiper-slide .news-box {
  position: relative;
  width: 88%;
  margin-inline: auto;
}
@media (min-width: 991.5px) {
  .news-section .news-slider-container .swiper-slide .news-box:hover .news-box-date,
  .news-section .news-slider-container .swiper-slide .news-box:hover .news-box-see-btn {
    background-color: #1d88ba;
    color: #f7f8e0;
  }
  .news-section .news-slider-container .swiper-slide .news-box:hover .news-box-see-btn {
    bottom: -4%;
  }
  .news-section .news-slider-container .swiper-slide .news-box:hover .news-box-see-btn .box-icon {
    background-color: #fff;
  }
  .news-section .news-slider-container .swiper-slide .news-box:hover .news-box-see-btn .box-icon .icon-arrow:before {
    color: #1d88ba;
  }
  .news-section .news-slider-container .swiper-slide .news-box:hover .news-box-mask {
    background-color: #383723;
  }
  .news-section .news-slider-container .swiper-slide .news-box:hover .news-box-mask .news-box-img {
    aspect-ratio: 2/1;
  }
  .news-section .news-slider-container .swiper-slide .news-box:hover .news-box-description {
    margin-bottom: 1.8em;
  }
  .news-section .news-slider-container .swiper-slide .news-box:hover .news-box-description .news-box-title {
    font-weight: 500;
    color: #fff;
    text-align: right;
  }
  .news-section .news-slider-container .swiper-slide .news-box:hover .news-box-description .news-box-text {
    color: #f7f8e0;
    height: 8.4em;
    visibility: visible;
    opacity: 1;
  }
}
@media (min-width: 1399.5px) {
  .news-section .news-slider-container .swiper-slide .news-box:hover .news-box-description .news-box-text {
    height: 9em;
  }
}
.news-section .news-slider-container .swiper-slide .news-box .news-box-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;
  border-radius: 37px;
  -webkit-border-radius: 37px;
  -moz-border-radius: 37px;
  -ms-border-radius: 37px;
  -o-border-radius: 37px;
  padding: 0.5em 0.8em;
  width: 34%;
  font-size: 1.2em;
  position: absolute;
  top: -0.5em;
  left: -1em;
  z-index: 50;
  transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
}
.news-section .news-slider-container .swiper-slide .news-box .news-box-mask {
  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.7em;
  width: 100%;
  -webkit-mask-image: url(../images/home-page/news-item-mask.png);
  mask-image: url(../images/home-page/news-item-mask.png);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.news-section .news-slider-container .swiper-slide .news-box .news-box-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-radius: 37px;
  -webkit-border-radius: 37px;
  -moz-border-radius: 37px;
  -ms-border-radius: 37px;
  -o-border-radius: 37px;
  width: 100%;
  aspect-ratio: 4/3;
  border: 1px solid #000;
  object-fit: cover;
}
.news-section .news-slider-container .swiper-slide .news-box .news-box-description {
  width: 100%;
  padding: 0.5em 1em;
  margin-bottom: 2.5em;
  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;
}
@media (min-width: 991.5px) {
  .news-section .news-slider-container .swiper-slide .news-box .news-box-description {
    margin-bottom: 0.5em;
  }
}
.news-section .news-slider-container .swiper-slide .news-box .news-box-description .news-box-title {
  text-align: center;
  width: 100%;
  font-size: 1.3em;
}
.news-section .news-slider-container .swiper-slide .news-box .news-box-description .news-box-text {
  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;
  font-size: 0.8em;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  margin-block: 0.8em;
  height: 6em;
}
@media (min-width: 991.5px) {
  .news-section .news-slider-container .swiper-slide .news-box .news-box-description .news-box-text {
    opacity: 0;
    visibility: hidden;
    height: 0;
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }
}
.news-section .news-slider-container .swiper-slide .news-box .news-box-see-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;
  border-radius: 140px;
  -webkit-border-radius: 140px;
  -moz-border-radius: 140px;
  -ms-border-radius: 140px;
  -o-border-radius: 140px;
  position: absolute;
  bottom: -2%;
  left: 1%;
  font-size: 0.9em;
  width: 41%;
  padding: 0.7em;
  gap: 0.8em;
}
@media (min-width: 991.5px) {
  .news-section .news-slider-container .swiper-slide .news-box .news-box-see-btn {
    bottom: -7%;
  }
}
.news-section .news-slider-container .swiper-slide .news-box .news-box-see-btn .box-icon {
  width: 2em;
  aspect-ratio: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.news-section .news-slider-container .swiper-slide .news-box .news-box-see-btn .box-icon .icon-arrow {
  font-size: 0.76em;
}
.news-section .news-slider-container .slider-navigation {
  width: 94%;
  margin-inline: auto;
  z-index: 100;
  gap: 2em;
  margin-top: 3.5em;
}
@media (min-width: 991.5px) {
  .news-section .news-slider-container .slider-navigation {
    margin-top: 0;
  }
}
.news-section .news-slider-container .slider-navigation .nav-icon {
  font-size: 2em;
}
.news-section .news-slider-container .slider-navigation .nav-icon:before {
  color: #383723;
}
.news-section .news-slider-container .slider-navigation .swiper-scrollbar {
  position: relative;
  left: unset;
  top: unset;
  width: 89%;
  height: 1px;
  background: #383723;
}
@media (min-width: 767.5px) {
  .news-section .news-slider-container .slider-navigation .swiper-scrollbar {
    width: 60%;
    flex-grow: 1;
    margin-top: 0.7em;
  }
}
.news-section .news-slider-container .slider-navigation .swiper-scrollbar .swiper-scrollbar-drag {
  height: 5px;
  top: -3px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background-color: #1d88ba;
}

.pre-signIn .section-title-top {
  padding-left: 1.5em;
}
.pre-signIn .section-title-bottom {
  padding-right: 1.5em;
}
.pre-signIn .pre-signIn-descibe {
  width: 100%;
}
@media (min-width: 767.5px) {
  .pre-signIn .pre-signIn-descibe {
    width: 42%;
  }
}
@media (min-width: 991.5px) {
  .pre-signIn .pre-signIn-descibe {
    width: 35%;
  }
}
.pre-signIn .pre-signIn-descibe .pre-signIn-text {
  color: #002114;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  color: #002114;
  height: 6.3em;
}
.pre-signIn .pre-signIn-img-box {
  position: relative;
  width: 100%;
  aspect-ratio: 5/3;
}
@media (min-width: 767.5px) {
  .pre-signIn .pre-signIn-img-box {
    width: 55%;
  }
}
.pre-signIn .pre-signIn-img-box .gradient-circle {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  width: 50%;
  right: 4%;
  top: -10%;
  aspect-ratio: 1;
  background: linear-gradient(90.04deg, #f8f043 4.86%, #f7f27c 37.87%, #f5f5bd 77.63%, #f4f6d6 96.39%);
}
.pre-signIn .pre-signIn-img-box .pre-signIn-img {
  width: 71%;
  aspect-ratio: 5/3.2;
  bottom: 16%;
}
.pre-signIn .pre-signIn-img-box .pre-signIn-frame {
  width: 100%;
  aspect-ratio: 5/3;
  bottom: 0;
  object-fit: contain !important;
}
.pre-signIn .pre-signIn-link {
  border-radius: 140px;
  -webkit-border-radius: 140px;
  -moz-border-radius: 140px;
  -ms-border-radius: 140px;
  -o-border-radius: 140px;
  padding: 0.8em;
  background-color: #1d88ba;
  font-size: 0.9em;
  color: #f7f8e0;
}
.pre-signIn .pre-signIn-link .box-icon {
  width: 2em;
  aspect-ratio: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #f7f8e0;
}
.pre-signIn .pre-signIn-link .box-icon .icon-arrow {
  font-size: 0.7em;
  transform: rotate(-40deg) translateX(-1px);
  -webkit-transform: rotate(-40deg) translateX(-1px);
  -moz-transform: rotate(-40deg) translateX(-1px);
  -ms-transform: rotate(-40deg) translateX(-1px);
  -o-transform: rotate(-40deg) translateX(-1px);
}
.pre-signIn .pre-signIn-link .box-icon .icon-arrow:before {
  color: #1d88ba;
}

.school-label .school-label-content .school-label-img {
  width: 100%;
}

.why-us .why-us-content {
  gap: 4.5em;
}
@media (min-width: 767.5px) {
  .why-us .why-us-content {
    gap: 2.5em;
  }
}
.why-us .why-us-describe {
  width: 100%;
}
@media (min-width: 767.5px) {
  .why-us .why-us-describe {
    width: 38%;
  }
}
@media (min-width: 767.5px) {
  .why-us .why-us-describe .why-us-text {
    height: 13em;
    overflow: auto;
    padding-left: 1em;
  }
}
@media (min-width: 991.5px) {
  .why-us .why-us-describe .why-us-text {
    height: 17em;
  }
}
@media (min-width: 1199.5px) {
  .why-us .why-us-describe .why-us-text {
    height: 23em;
  }
}
@media (min-width: 1399.5px) {
  .why-us .why-us-describe .why-us-text {
    height: 27em;
  }
}
.why-us .why-us-imgs {
  position: relative;
  width: 100%;
  aspect-ratio: 5/4;
}
@media (min-width: 767.5px) {
  .why-us .why-us-imgs {
    width: 60%;
    aspect-ratio: 5/3;
  }
}
.why-us .why-us-imgs .divider {
  width: 1px;
  height: 123%;
  background-color: #383723;
  position: absolute;
  top: -11%;
  z-index: 1;
}
.why-us .why-us-imgs .divider.divider-1 {
  left: 33%;
}
.why-us .why-us-imgs .divider.divider-2 {
  left: 49%;
}
@media (min-width: 767.5px) {
  .why-us .why-us-imgs .divider.divider-2 {
    left: 66%;
  }
}
.why-us .why-us-imgs .why-us-img {
  object-fit: cover;
  width: 49%;
  border: 1px solid rgba(29, 136, 186, 0.94);
  z-index: 10;
}
@media (min-width: 767.5px) {
  .why-us .why-us-imgs .why-us-img {
    width: 33%;
  }
}
.why-us .why-us-imgs .why-us-img-1 {
  aspect-ratio: 1/1.1;
  border-radius: 0 30px 30px 0;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  -ms-border-radius: 0 30px 30px 0;
  -o-border-radius: 0 30px 30px 0;
}
.why-us .why-us-imgs .why-us-img-2 {
  aspect-ratio: 1/1.1;
  border-radius: 30px 0 0 30px;
  -webkit-border-radius: 30px 0 0 30px;
  -moz-border-radius: 30px 0 0 30px;
  -ms-border-radius: 30px 0 0 30px;
  -o-border-radius: 30px 0 0 30px;
}
.why-us .why-us-imgs .why-us-img-3 {
  aspect-ratio: 1/1.3;
  border-radius: 30px 0 0 30px;
  -webkit-border-radius: 30px 0 0 30px;
  -moz-border-radius: 30px 0 0 30px;
  -ms-border-radius: 30px 0 0 30px;
  -o-border-radius: 30px 0 0 30px;
}
.why-us .why-us-imgs .school-logo-box {
  border-radius: 30px 0 0 30px;
  -webkit-border-radius: 30px 0 0 30px;
  -moz-border-radius: 30px 0 0 30px;
  -ms-border-radius: 30px 0 0 30px;
  -o-border-radius: 30px 0 0 30px;
  border: 1px solid rgba(56, 55, 35, 0.188);
  left: 31%;
  bottom: -5%;
  width: 18%;
  background: linear-gradient(180.01deg, #f8f043 5.48%, #f7f27c 38.01%, #f5f5bd 77.19%, #f4f6d6 95.67%);
}
@media (min-width: 767.5px) {
  .why-us .why-us-imgs .school-logo-box {
    left: 33%;
    border-radius: 0 30px 30px 0;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    -ms-border-radius: 0 30px 30px 0;
    -o-border-radius: 0 30px 30px 0;
  }
}
.why-us .why-us-imgs .school-logo-box .logo-school {
  width: 100%;
}

.departments .section-title {
  background-color: #383723;
  border-radius: 67px;
  -webkit-border-radius: 67px;
  -moz-border-radius: 67px;
  -ms-border-radius: 67px;
  -o-border-radius: 67px;
  position: absolute;
  width: 60%;
  aspect-ratio: 7/3.7;
  font-size: 1.2em;
  padding: 3% 3% 7%;
  right: 5%;
  top: 1%;
}
@media (min-width: 399.5px) {
  .departments .section-title {
    font-size: 1.4em;
  }
}
@media (min-width: 575.5px) {
  .departments .section-title {
    aspect-ratio: 7/2;
  }
}
@media (min-width: 767.5px) {
  .departments .section-title {
    font-size: 2em;
  }
}
@media (min-width: 991.5px) {
  .departments .section-title {
    width: 34%;
    right: 2%;
    padding: 0 0.5em;
    height: 18%;
    font-size: 1.3em;
  }
}
@media (min-width: 1399.5px) {
  .departments .section-title {
    font-size: 2em;
  }
}
@media (min-width: 991.5px) {
  .departments .section-title .title-span {
    height: 2.5em;
  }
}
.departments .departments-items {
  padding-top: 44%;
  padding-bottom: 15%;
  padding-inline: 5%;
  gap: 1.2em;
  background: url(../images/home-page/department-background-1.png) no-repeat center;
  background-size: 100% 100%;
  width: 100%;
}
@media (min-width: 575.5px) {
  .departments .departments-items {
    padding-top: 30%;
  }
}
@media (min-width: 991.5px) {
  .departments .departments-items {
    background: url(../images/home-page/department-background-2.png) no-repeat center;
    background-size: 100% 100%;
    padding-top: 14%;
    padding-bottom: 8%;
    padding-inline: 1%;
  }
}
.departments .departments-items .department-item {
  position: relative;
  width: 42%;
  aspect-ratio: 1/1.1;
  border: 1px solid #1d88ba;
  gap: 0.5em;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  padding: 1em 0.5em;
}
@media (min-width: 575.5px) {
  .departments .departments-items .department-item {
    width: 30%;
  }
}
@media (min-width: 991.5px) {
  .departments .departments-items .department-item {
    width: 13.5%;
    aspect-ratio: 1/1.3;
  }
}
.departments .departments-items .department-item:hover {
  background-color: #1d88ba;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  box-shadow: 1px 3px 7px 0px rgba(0, 0, 0, 0.2509803922);
  box-shadow: 5px 11px 12px 0px rgba(0, 0, 0, 0.2117647059);
}
.departments .departments-items .department-item:hover .department-img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(141deg) brightness(107%) contrast(105%);
}
.departments .departments-items .department-item:hover .department-item-title {
  color: #f7f8e0;
}
@media (min-width: 991.5px) {
  .departments .departments-items .department-item:hover {
    justify-content: flex-start !important;
  }
  .departments .departments-items .department-item:hover .see-department {
    opacity: 1;
    visibility: visible;
    bottom: 5%;
  }
}
@media (min-width: 1199.5px) {
  .departments .departments-items .department-item:hover {
    gap: 1.5em;
  }
}
.departments .departments-items .department-item .department-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;
  width: 44%;
  aspect-ratio: 5/6;
  filter: brightness(0) saturate(100%) invert(46%) sepia(23%) saturate(1512%) hue-rotate(154deg) brightness(95%) contrast(94%);
}
.departments .departments-items .department-item .department-img.play-icon {
  width: 36%;
}
.departments .departments-items .department-item .department-item-title {
  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: 100%;
  text-align: center;
  font-size: 0.9em;
}
@media (min-width: 1399.5px) {
  .departments .departments-items .department-item .department-item-title {
    font-size: 1em;
  }
}
.departments .departments-items .department-item .see-department {
  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: 34px;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  -ms-border-radius: 34px;
  -o-border-radius: 34px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  position: absolute;
  left: 50%;
  bottom: -3em;
  width: 60%;
  opacity: 0;
  visibility: hidden;
  background: linear-gradient(180.01deg, #f8f043 5.48%, #f7f27c 38.01%, #f5f5bd 77.19%, #f4f6d6 95.67%);
  padding: 0.4em 0.7em;
}

.courses .courses-content {
  background: url(../images/home-page/courses-background.png) no-repeat center;
  background-size: 123%;
  background-position-y: 55%;
}
@media (min-width: 767.5px) {
  .courses .courses-content {
    background-size: 70%;
    background-position-y: 77%;
  }
}
@media (min-width: 991.5px) {
  .courses .courses-content {
    background-size: 53%;
    padding-bottom: 5%;
  }
}
@media (min-width: 1799.5px) {
  .courses .courses-content {
    background-size: 44%;
  }
}
.courses .courses-content .courses-items {
  gap: 1.5em;
  margin-top: 7%;
}
@media (min-width: 991.5px) {
  .courses .courses-content .courses-items {
    width: 90%;
    gap: 4em;
    margin-inline: auto;
  }
}
@media (min-width: 1299.5px) {
  .courses .courses-content .courses-items {
    width: 80%;
  }
}
.courses .courses-content .courses-items .course-item {
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  background-color: rgba(247, 248, 224, 0.659);
  border: 1px solid #afaf9c;
  backdrop-filter: blur(14.1px);
  width: 44%;
  aspect-ratio: 2/3;
}
@media (min-width: 499.5px) {
  .courses .courses-content .courses-items .course-item {
    aspect-ratio: 5/6;
  }
}
@media (min-width: 767.5px) {
  .courses .courses-content .courses-items .course-item {
    width: 28%;
    aspect-ratio: 5/7;
  }
}
.courses .courses-content .courses-items .course-item .course-item-title {
  font-size: 1em;
}
@media (min-width: 1399.5px) {
  .courses .courses-content .courses-items .course-item .course-item-title {
    font-size: 1.2em;
  }
}
.courses .courses-content .courses-items .course-item .course-img {
  width: 40%;
  aspect-ratio: 1;
}
@media (min-width: 767.5px) {
  .courses .courses-content .courses-items .course-item .course-img {
    width: 36%;
  }
}
@media (min-width: 1399.5px) {
  .courses .courses-content .courses-items .course-item .course-img {
    width: 30%;
  }
}
.courses .courses-content .courses-items .course-item .see-course {
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  border: 1px solid #f7f8e0;
  padding: 0.5em 0.7em;
  background-color: #1d88ba;
  color: #fff;
  font-size: 0.8em;
}
@media (min-width: 1399.5px) {
  .courses .courses-content .courses-items .course-item .see-course {
    font-size: 1em;
  }
}
.courses .courses-content .courses-items .course-item .see-course .box-icon {
  width: 1.5em;
  aspect-ratio: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #f7f8e0;
}
.courses .courses-content .courses-items .course-item .see-course .box-icon .icon-arrow {
  font-size: 0.5em;
}
.courses .courses-content .courses-items .course-item .see-course .box-icon .icon-arrow:before {
  color: #1d88ba;
}

.beside-you {
  background-color: #1d88ba;
  padding-block: 2em;
}
.beside-you .section-title {
  color: #f7f8e0;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 499.5px) {
  .beside-you .section-title {
    font-size: 2.3em;
  }
}
.beside-you .dots-img {
  position: absolute;
  width: 17%;
}
@media (min-width: 767.5px) {
  .beside-you .dots-img {
    width: 14%;
    aspect-ratio: 1/2.2;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
}
@media (min-width: 991.5px) {
  .beside-you .dots-img {
    width: 8em;
  }
}
.beside-you .dots-one-img {
  top: 0;
  left: 0;
}
@media (min-width: 767.5px) {
  .beside-you .dots-one-img {
    top: -5em;
    left: -6em;
  }
}
.beside-you .dots-two-img {
  bottom: 0;
  right: 0;
}
@media (min-width: 767.5px) {
  .beside-you .dots-two-img {
    bottom: -6em;
    right: -5em;
  }
}
.beside-you .beside-you-item {
  width: 50%;
  aspect-ratio: 1;
  gap: 1em;
}
@media (min-width: 499.5px) {
  .beside-you .beside-you-item {
    aspect-ratio: 3/2;
  }
}
@media (min-width: 767.5px) {
  .beside-you .beside-you-item {
    width: 33%;
    aspect-ratio: 5/3;
  }
}
@media (min-width: 1399.5px) {
  .beside-you .beside-you-item {
    aspect-ratio: 5/2;
  }
}
.beside-you .beside-you-item.title-item {
  border-left: 1px solid #f7f8e0;
}
@media (min-width: 767.5px) {
  .beside-you .beside-you-item.title-item {
    border-bottom: 1px solid #f7f8e0;
  }
}
.beside-you .beside-you-item.history-item {
  border-left: 1px solid #f7f8e0;
  border-top: 1px solid #f7f8e0;
  border-bottom: 1px solid #f7f8e0;
}
@media (min-width: 767.5px) {
  .beside-you .beside-you-item.history-item {
    border-top: none;
  }
}
.beside-you .beside-you-item.edu-item {
  border-top: 1px solid #f7f8e0;
  border-bottom: 1px solid #f7f8e0;
}
@media (min-width: 767.5px) {
  .beside-you .beside-you-item.edu-item {
    border-bottom: none;
    border-top: none;
    border-left: 1px solid #f7f8e0;
  }
}
.beside-you .beside-you-item.empty-item-2 {
  border-left: 1px solid #f7f8e0;
}
@media (min-width: 767.5px) {
  .beside-you .beside-you-item.empty-item-1 {
    border-bottom: 1px solid #f7f8e0;
    border-right: 1px solid #f7f8e0;
  }
}
@media (min-width: 767.5px) and (min-width: 575.5px) {
  .beside-you .beside-you-item.empty-item-1 {
    border-right: none;
  }
}
.beside-you .beside-you-item .beside-you-count {
  color: #fff;
  font-size: 3em;
  font-weight: 500;
}
@media (min-width: 575.5px) {
  .beside-you .beside-you-item .beside-you-count {
    font-size: 4.5em;
  }
}
@media (min-width: 767.5px) {
  .beside-you .beside-you-item .beside-you-count {
    font-size: 3em;
  }
}
@media (min-width: 991.5px) {
  .beside-you .beside-you-item .beside-you-count {
    font-size: 4.5em;
  }
}
@media (min-width: 1399.5px) {
  .beside-you .beside-you-item .beside-you-count {
    font-size: 5em;
  }
}
.beside-you .beside-you-item .beside-you-item-title {
  font-size: 1em;
  color: #fff;
}
@media (min-width: 991.5px) {
  .beside-you .beside-you-item .beside-you-item-title {
    font-size: 1.1em;
  }
}
@media (min-width: 1399.5px) {
  .beside-you .beside-you-item .beside-you-item-title {
    font-size: 2em;
  }
}

.gallery .gallery-content {
  width: 100%;
}
.gallery .gallery-content .gallery-tab-menu {
  margin-block: 2em;
  width: 100%;
}
.gallery .gallery-content .gallery-tab-menu .nav-tabs {
  width: 100%;
}
.gallery .gallery-content .gallery-tab-menu .nav-tabs .gallery-tab-item {
  width: 45%;
}
@media (min-width: 575.5px) {
  .gallery .gallery-content .gallery-tab-menu .nav-tabs .gallery-tab-item {
    width: 8em;
  }
}
.gallery .gallery-content .gallery-tab-menu .nav-tabs .gallery-tab-item.active .gallery-tab-link {
  border: 1px solid #383723 !important;
  opacity: 1 !important;
  background-color: #f8f047 !important;
  color: #383723 !important;
}
.gallery .gallery-content .gallery-tab-menu .nav-tabs .gallery-tab-item .gallery-tab-link {
  border-radius: 140px;
  -webkit-border-radius: 140px;
  -moz-border-radius: 140px;
  -ms-border-radius: 140px;
  -o-border-radius: 140px;
  width: 100%;
  padding: 0.8em 0.5em;
  text-align: center;
  color: #383723;
  border: 1px solid #383723 !important;
  opacity: 0.6;
}
.gallery .gallery-content .gallery-tab-menu .nav-tabs .gallery-tab-item .gallery-tab-link:hover {
  opacity: 1;
  background-color: #f8f047 !important;
  color: #383723 !important;
}
.gallery .gallery-content .tab-content {
  width: 100%;
  direction: ltr;
}
.gallery .gallery-content .gallery-swiper-container {
  width: 100%;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}
.gallery .gallery-content .gallery-swiper-container .swiper-slide {
  background-color: #ccc;
  border-radius: 45px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  height: 27em;
  transition: width 0.3s ease;
  overflow: hidden;
  position: relative;
}
@media (max-width: 499px) {
  .gallery .gallery-content .gallery-swiper-container .swiper-slide {
    width: 100% !important;
  }
}
@media (min-width: 500px) and (max-width: 999px) {
  .gallery .gallery-content .gallery-swiper-container .swiper-slide {
    width: 29% !important;
  }
  .gallery .gallery-content .gallery-swiper-container .swiper-slide.expanded {
    width: 68.5% !important;
  }
}
@media (min-width: 1000px) and (max-width: 1199px) {
  .gallery .gallery-content .gallery-swiper-container .swiper-slide {
    width: 19% !important;
  }
  .gallery .gallery-content .gallery-swiper-container .swiper-slide.expanded {
    width: 59.5% !important;
  }
}
@media (min-width: 1200px) {
  .gallery .gallery-content .gallery-swiper-container .swiper-slide {
    width: 17% !important;
  }
  .gallery .gallery-content .gallery-swiper-container .swiper-slide.expanded {
    width: 46.5% !important;
  }
}
.gallery .gallery-content .gallery-swiper-container .swiper-slide:before {
  background: rgba(0, 0, 0, 0.502);
}
.gallery .gallery-content .gallery-swiper-container .swiper-slide .gallery-slide {
  width: 100%;
  height: 100%;
}
.gallery .gallery-content .gallery-swiper-container .swiper-slide .gallery-slide > .box-icon {
  position: absolute;
  left: 10%;
  top: 4%;
  width: 1.5em;
  aspect-ratio: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #f7f8e0;
}
.gallery .gallery-content .gallery-swiper-container .swiper-slide .gallery-slide > .box-icon .icon-arrow {
  font-size: 0.5em;
  transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
}
.gallery .gallery-content .gallery-swiper-container .swiper-slide .gallery-slide > .box-icon .icon-arrow:before {
  color: #1d88ba;
}
.gallery .gallery-content .gallery-swiper-container .swiper-slide .gallery-slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery .gallery-content .gallery-swiper-container .swiper-slide.expanded {
  border: 1px solid #1d88ba;
  box-shadow: 0px 1px 7px 6px rgba(0, 0, 0, 0.1294117647);
}
.gallery .gallery-content .gallery-swiper-container .swiper-slide.expanded:before {
  background: linear-gradient(180deg, rgba(56, 55, 35, 0) 48.55%, #383723 100%);
  z-index: 100;
}
.gallery .gallery-content .gallery-swiper-container .swiper-slide.expanded .gallery-slide > .box-icon {
  display: none !important;
}
.gallery .gallery-content .gallery-swiper-container .swiper-slide.expanded .gallery-slide-description {
  visibility: visible;
  opacity: 1;
}
.gallery .gallery-content .gallery-swiper-container .swiper-slide .gallery-slide-description {
  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: 1em;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 2%;
  width: 100%;
  z-index: 100;
}
.gallery .gallery-content .gallery-swiper-container .swiper-slide .gallery-slide-description .gallery-slide-text {
  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: 100%;
  margin-bottom: 2em;
  color: #fff;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  white-space: normal;
}
.gallery .gallery-content .gallery-swiper-container .swiper-slide .gallery-slide-description .see-photo {
  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: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  direction: rtl;
  border: 1px solid #383723;
  padding: 0.7em;
  background-color: #f8f047;
  color: #383723;
  font-size: 0.8em;
  width: 8em;
}
@media (min-width: 1399.5px) {
  .gallery .gallery-content .gallery-swiper-container .swiper-slide .gallery-slide-description .see-photo {
    font-size: 1em;
  }
}
.gallery .gallery-content .gallery-swiper-container .swiper-slide .gallery-slide-description .see-photo .box-icon {
  position: relative;
  width: 1.5em;
  aspect-ratio: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #383723;
}
.gallery .gallery-content .gallery-swiper-container .swiper-slide .gallery-slide-description .see-photo .box-icon .icon-arrow {
  font-size: 0.5em;
}
.gallery .gallery-content .gallery-swiper-container .swiper-slide .gallery-slide-description .see-photo .box-icon .icon-arrow:before {
  color: #f7f8e0;
}
.gallery .gallery-content .slider-navigation {
  width: 100%;
  z-index: 100;
  position: relative;
  margin-top: 2em;
}
.gallery .gallery-content .slider-navigation .swiper-scrollbar {
  position: relative;
  height: 1px;
  display: flex;
  align-items: center;
  background: #383723;
  border-radius: 4px;
  margin: 0 1rem;
  z-index: 10;
  width: 100%;
}
@media (min-width: 767.5px) {
  .gallery .gallery-content .slider-navigation .swiper-scrollbar {
    width: 66%;
    flex-grow: 1;
  }
}
.gallery .gallery-content .slider-navigation .swiper-scrollbar .swiper-scrollbar-drag {
  position: absolute;
  top: -2px;
  left: 0;
  height: 5px;
  background: #1d88ba;
  border-radius: 4px;
}
.gallery .gallery-content .slider-navigation .nav-icon {
  font-size: 2em;
  z-index: 100;
  cursor: pointer;
}
