@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap");
/*************************/
html, html body {
  font-family: "Tajawal", sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: middle;
  background: transparent;
  height: 100%;
  scroll-behavior: smooth;
  color: #000;
  font-size: 14px;
}
@media (max-width: 768px) {
  html, html body {
    overflow-x: hidden;
  }
}
html body {
  overflow-x: hidden;
  position: relative;
  z-index: 1;
  background-color: #161616;
}
html body.modal-open, html body.swal2-shown {
  padding: 0 !important;
  overflow-y: auto !important;
}
html body ::-moz-selection {
  background-color: #000;
  color: #fff;
}
html body ::selection {
  background-color: #000;
  color: #fff;
}
html body ul {
  list-style: none;
}
html body a,
html body a:hover,
html body a:visited,
html body a:link {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
html body article,
html body aside,
html body details,
html body figcaption,
html body figure,
html body footer,
html body header,
html body hgroup,
html body menu,
html body nav,
html body section {
  display: block;
}
html body div, html body body div,
html body span,
html body body span,
html body object,
html body body object,
html body iframe,
html body body iframe,
html body h1,
html body body h1,
html body h2,
html body body h2,
html body h3,
html body body h3,
html body h4,
html body body h4,
html body h5,
html body body h5,
html body h6,
html body body h6,
html body p,
html body body p,
html body blockquote,
html body body blockquote,
html body pre,
html body body pre,
html body abbr,
html body body abbr,
html body address,
html body body address,
html body cite,
html body body cite,
html body code,
html body body code,
html body del,
html body body del,
html body dfn,
html body body dfn,
html body em,
html body body em,
html body img,
html body body img,
html body ins,
html body body ins,
html body kbd,
html body body kbd,
html body q,
html body body q,
html body samp,
html body body samp,
html body small,
html body body small,
html body strong,
html body body strong,
html body sub,
html body body sub,
html body sup,
html body body sup,
html body var,
html body body var,
html body b,
html body body b,
html body i,
html body body i,
html body dl,
html body body dl,
html body dt,
html body body dt,
html body dd,
html body body dd,
html body ol,
html body body ol,
html body ul,
html body body ul,
html body li,
html body body li,
html body fieldset,
html body body fieldset,
html body form,
html body body form,
html body label,
html body body label,
html body legend,
html body body legend,
html body table,
html body body table,
html body caption,
html body body caption,
html body tbody,
html body body tbody,
html body tfoot,
html body body tfoot,
html body thead,
html body body thead,
html body tr,
html body body tr,
html body th,
html body body th,
html body td,
html body body td,
html body article,
html body body article,
html body aside,
html body body aside,
html body canvas,
html body body canvas,
html body details,
html body body details,
html body figcaption,
html body body figcaption,
html body figure,
html body body figure,
html body footer,
html body body footer,
html body header,
html body body header,
html body hgroup,
html body body hgroup,
html body menu,
html body body menu,
html body nav,
html body body nav,
html body section,
html body body section,
html body summary,
html body body summary,
html body time,
html body body time,
html body mark,
html body body mark,
html body audio,
html body body audio,
html body video,
html body body video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: middle;
  background: transparent;
}
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
  font-family: inherit;
  font-weight: normal;
  line-height: 1.3;
}
html body textarea {
  resize: none;
}
html body p {
  line-height: 1.7;
}
html body.invert {
  filter: invert(1);
}

.row {
  row-gap: 24px;
}

.btn {
  height: 55px;
  padding: 0 30px;
  border-radius: 50px;
  background: #309ee9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #161616;
  gap: 7px;
  border: 2px solid transparent;
  font-size: 18px;
  font-weight: 600;
  box-shadow: 0px 28.5361px 35.6702px -7.13403px rgba(30, 106, 157, 0.3), 0px 11.4144px 14.2681px -8.56084px rgba(30, 106, 157, 0.3);
}
@media (max-width: 768px) {
  .btn {
    height: 45px;
    font-size: 14px;
    padding: 0 20px;
  }
}
.btn.btn-outline {
  background: transparent;
  border-color: #309ee9;
  color: #ffffff;
}
.btn.btn-outline:hover {
  background-color: #309ee9;
}
.btn:hover {
  color: #fff;
  border-color: #309ee9;
  background-color: transparent;
  color: #309ee9;
}

.form-control {
  min-height: 55px;
  padding: 0 20px;
  border-color: transparent;
  box-shadow: none;
  transition: 0.3s;
  border-radius: 50px;
}
@media (max-width: 480px) {
  .form-control {
    min-height: 45px;
    padding: 0 15px;
  }
}
.form-control::-moz-placeholder {
  color: #929291;
}
.form-control::placeholder {
  color: #929291;
}
.form-control.form-select {
  background-position: left 20px center;
  color: #929291;
}

textarea.form-control {
  padding-top: 20px;
  height: 150px;
  border-radius: 20px;
}

.search-wrap {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  z-index: 1050;
  transition: 0.3s;
}
.search-wrap .form-control {
  height: 70px;
  border: 0;
  padding: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3215686275);
  background-color: transparent;
  color: #fff;
  border-radius: 0;
  font-size: 25px;
}
@media (max-width: 480px) {
  .search-wrap .form-control {
    height: 50px;
    font-size: 18px;
  }
}
.search-wrap .form-control:focus {
  box-shadow: none;
  border-color: #009fe3;
}
.search-wrap .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6980392157);
}
.search-wrap .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6980392157);
}
.search-wrap .search-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: transparent;
  border: none;
}
[dir=ltr] .search-wrap .search-close {
  right: auto;
  left: 20px;
}
.search-wrap .search-close img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.search-wrap.active {
  opacity: 1;
  visibility: visible;
}

.search-wrap .mash-header-search {
  max-width: 900px;
}

.search-wrap .search-submit {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  background: transparent;
  border: 0;
  cursor: pointer;
  line-height: 0;
}

.search-wrap .search-submit img {
  width: 36px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}

.search-wrap .mash-header-search .screen-reader-text,
.sidebar .search-box .screen-reader-text {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  clip-path: inset(50%);
}

.sidebar {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1050;
  padding: 30px;
  transition: 0.3s;
  padding-top: 150px;
}
.sidebar .close {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: transparent;
  border: none;
}
.sidebar .close img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.sidebar .search-box {
  position: relative;
  margin-bottom: 50px;
}
.sidebar .search-box .form-control {
  height: 50px;
  border: 0;
  padding: 0 20px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.3215686275);
  color: #fff;
  font-size: 16px;
}
.sidebar .search-box .form-control:focus {
  box-shadow: none;
  border-color: #009fe3;
  background-color: #fff;
  color: #000;
}
.sidebar .search-box .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6980392157);
}
.sidebar .search-box .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6980392157);
}
.sidebar .search-box button {
  position: absolute;
  left: 5px;
  top: 5px;
  height: 40px;
  width: 40px;
  padding: 0 10px;
  border-radius: 100%;
  background: #009fe3;
  border: 0;
  color: #fff;
  font-size: 14px;
}
[dir=ltr] .sidebar .search-box button {
  right: 0;
  left: auto;
}
.sidebar ul li:not(:last-child) {
  margin-bottom: 20px;
}
.sidebar ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.sidebar ul li a:hover {
  color: #00aeef;
}
.sidebar ul li.dropdown .dropdown-menu {
  background: transparent;
  border: 0;
  padding: 10px 20px;
  min-width: 150px;
  position: relative !important;
  transform: none !important;
}
.sidebar ul li.dropdown .dropdown-menu .dropdown-item {
  padding: 0;
  font-size: 14px;
  font-weight: normal;
}
.sidebar.active {
  left: 0;
}

.main-head {
  padding-block: 10px;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 9;
  background: rgba(0, 0, 0, 0.565);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
  .main-head .menu {
    display: none;
  }
}
.main-head .menu li a {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  transition: 0.3s;
}
.main-head .menu li a:hover, .main-head .menu li a.active {
  color: #309ee9;
}
.main-head .actions .lang {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 17px;
}
.main-head .actions .search {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.1490196078);
  border: 0;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .main-head .actions .search {
    width: 40px;
    height: 40px;
  }
}
.main-head .actions .search:hover {
  background-color: #009fe3;
}
.main-head .actions .btn {
  background-color: #fff;
  color: #000;
}
@media (max-width: 768px) {
  .main-head .actions .btn {
    display: none;
  }
}
.main-head .actions .btn:hover {
  background-color: transparent;
  color: #009fe3;
}
.main-head .actions .nav-toggle {
  padding: 0;
  background-color: transparent;
  border: 0;
  width: 50px;
  height: 50px;
  display: none;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .main-head .actions .nav-toggle {
    display: inline-flex;
  }
}
@media (max-width: 768px) {
  .main-head .actions .nav-toggle {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 768px) {
  .main-head .logo img {
    width: 90px;
  }
}

.hero-section {
  position: relative;
  background-color: #000;
  --hero-caption-ease: cubic-bezier(0.22, 1, 0.36, 1);
}
@keyframes heroFractionRotateX {
  0% {
    opacity: 0;
    transform: perspective(160px) rotateX(-88deg) translateY(-8px);
  }
  55% {
    opacity: 1;
    transform: perspective(160px) rotateX(12deg) translateY(0);
  }
  100% {
    opacity: 1;
    transform: perspective(160px) rotateX(0deg) translateY(0);
  }
}
.hero-section .swiper-slide .caption h3,
.hero-section .swiper-slide .caption p {
  opacity: 0;
  will-change: transform, opacity;
  backface-visibility: hidden;
}
.hero-section .swiper-slide .caption h3 {
  transform: translate3d(300px, 0, 0);
  transition: transform 2.05s var(--hero-caption-ease), opacity 5s var(--hero-caption-ease);
}
[dir=ltr] .hero-section .swiper-slide .caption h3 {
  transform: translate3d(-300px, 0, 0);
}
.hero-section .swiper-slide .caption p {
  transform: translate3d(0, 50px, 0);
  transition: transform 3.05s var(--hero-caption-ease) 0.14s, opacity 3s var(--hero-caption-ease) 0.14s;
}
[dir=ltr] .hero-section .swiper-slide .caption p {
  transform: translate3d(0, 50px, 0);
}
.hero-section .swiper-slide.swiper-slide-active .caption h3,
.hero-section .swiper-slide.swiper-slide-active .caption p {
  opacity: 1;
}
.hero-section .swiper-slide.swiper-slide-active .caption h3,
.hero-section .swiper-slide.swiper-slide-active .caption p {
  transform: translate3d(0, 0, 0);
}
.hero-section .item {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .hero-section .item {
    height: 500px;
  }
}
.hero-section .item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.531);
  z-index: 1;
}
.hero-section .item > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-section .item .caption {
  position: relative;
  z-index: 2;
  padding-inline: 240px;
}
@media (max-width: 1600px) {
  .hero-section .item .caption {
    padding-inline: 200px;
  }
}
@media (max-width: 768px) {
  .hero-section .item .caption {
    padding-inline: 70px;
  }
}
.hero-section .item .caption h3 {
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .hero-section .item .caption h3 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .hero-section .item .caption h3 {
    font-size: 25px;
  }
}
.hero-section .item .caption p {
  color: #fff;
  font-size: 30px;
  max-width: 70%;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .hero-section .item .caption p {
    font-size: 18px;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .hero-section .item .caption p {
    font-size: 14px;
  }
}
.hero-section .item .caption a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
}
.hero-section .item .caption a img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
  scale: -1;
  transition: 0.3s;
}
.hero-section .item .caption a:hover {
  color: #309ee9;
}
.hero-section .item .caption a:hover img {
  translate: -5px;
  opacity: 0;
}
@media (prefers-reduced-motion: reduce) {
  .hero-section .swiper-slide .caption h3,
  .hero-section .swiper-slide .caption p {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .hero-section .hero-pagination-fraction .fraction-current {
    animation: none !important;
  }
}
.hero-section .hero-pagination-bullets {
  top: 50%;
  translate: 0 -50%;
  right: 18%;
  left: auto;
  width: 30px;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
[dir=ltr] .hero-section .hero-pagination-bullets {
  right: auto;
  left: 18%;
}
@media (max-width: 1600px) {
  .hero-section .hero-pagination-bullets {
    right: 11%;
  }
  [dir=ltr] .hero-section .hero-pagination-bullets {
    right: auto;
    left: 11%;
  }
}
@media (max-width: 768px) {
  .hero-section .hero-pagination-bullets {
    right: 4%;
  }
  [dir=ltr] .hero-section .hero-pagination-bullets {
    right: auto;
    left: 4%;
  }
}
.hero-section .hero-pagination-bullets .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  background-color: #fff;
  opacity: 1;
  margin: 0;
  transition: 0.3s;
  position: relative;
}
.hero-section .hero-pagination-bullets .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  inset: -8px;
  border: 1px solid #fff;
  border-radius: 100%;
  opacity: 0;
  transition: 0.3s;
  scale: 0;
}
.hero-section .hero-pagination-bullets .swiper-pagination-bullet-active::before {
  opacity: 1;
  scale: 1;
}
.hero-section .swiper-nav {
  position: absolute;
  bottom: 50px;
  right: 18%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1;
}
[dir=ltr] .hero-section .swiper-nav {
  right: auto;
  left: 18%;
}
@media (max-width: 1600px) {
  .hero-section .swiper-nav {
    right: 11%;
  }
  [dir=ltr] .hero-section .swiper-nav {
    right: auto;
    left: 11%;
  }
}
@media (max-width: 768px) {
  .hero-section .swiper-nav {
    right: 4%;
  }
  [dir=ltr] .hero-section .swiper-nav {
    right: auto;
    left: 4%;
  }
}
.hero-section .swiper-nav button {
  width: 60px;
  height: 60px;
  background-color: rgba(48, 158, 233, 0.6980392157);
  border: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 768px) {
  .hero-section .swiper-nav button {
    width: 40px;
    height: 40px;
  }
}
.hero-section .swiper-nav button.hero-button-prev {
  scale: -1;
}
.hero-section .swiper-nav button.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.hero-section .swiper-nav button:hover {
  background-color: #309ee9;
}
.hero-section .hero-pagination-fraction {
  position: absolute;
  bottom: 200px;
  right: 18%;
  width: 60px;
  height: 60px;
  z-index: 1;
  pointer-events: none;
}
[dir=ltr] .hero-section .hero-pagination-fraction {
  right: auto;
  left: 18%;
}
@media (max-width: 1600px) {
  .hero-section .hero-pagination-fraction {
    right: 11%;
  }
  [dir=ltr] .hero-section .hero-pagination-fraction {
    right: auto;
    left: 11%;
  }
}
@media (max-width: 768px) {
  .hero-section .hero-pagination-fraction {
    display: none;
  }
}
.hero-section .hero-pagination-fraction .fraction-current,
.hero-section .hero-pagination-fraction .fraction-total {
  position: absolute;
  font-weight: 600;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  display: inline-block;
}
.hero-section .hero-pagination-fraction .fraction-current {
  top: 0;
  right: 0;
  font-size: 18px;
  color: #3da9f5;
  transform-origin: center center;
  transform-style: preserve-3d;
}
.hero-section .hero-pagination-fraction .fraction-current.is-rotating {
  animation: heroFractionRotateX 0.7s var(--hero-caption-ease);
}
.hero-section .hero-pagination-fraction .fraction-divider {
  position: absolute;
  top: 0;
  right: 30px;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1019607843);
  rotate: -45deg;
}
[dir=ltr] .hero-section .hero-pagination-fraction .fraction-divider {
  right: auto;
  left: 30px;
}
.hero-section .hero-pagination-fraction .fraction-total {
  left: 0;
  bottom: 0;
  color: rgba(61, 169, 245, 0.45);
}
@media (max-width: 991px) {
  .hero-section .hero-pagination-fraction {
    bottom: 140px;
    right: 24px;
    transform: scale(0.85);
    transform-origin: bottom right;
  }
}
@media (max-width: 575px) {
  .hero-section .hero-pagination-fraction {
    bottom: 124px;
    right: 16px;
    transform: scale(0.7);
  }
}

.about-section {
  padding-block: 100px;
  background-color: #f9f9f9;
}
@media (max-width: 768px) {
  .about-section {
    padding-block: 50px;
  }
}
.about-section .img {
  height: 501.18px;
  background: #c4c4c4;
  box-shadow: 0px 60px 37px -39px rgba(0, 0, 0, 0.37);
  border-radius: 25px 0px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .about-section .img {
    height: 300px;
  }
}
.about-section .img img {
  width: 100%;
  height: 125%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
}
.about-section .info h3 {
  font-size: 60px;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  .about-section .info h3 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .about-section .info h3 {
    font-size: 25px;
  }
}
.about-section .info h3::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 6px;
  background-color: #309ee9;
  width: 140px;
  border-radius: 50px;
}
[dir=ltr] .about-section .info h3::after {
  right: auto;
  left: 0;
}
.about-section .info p {
  margin-block: 50px 30px;
  color: #161616;
  font-size: 20px;
  max-width: 80%;
}
@media (max-width: 768px) {
  .about-section .info p {
    font-size: 16px;
    max-width: 100%;
    margin-block: 20px;
  }
}
@media (max-width: 480px) {
  .about-section .info p {
    font-size: 14px;
  }
}

.section-head {
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  .section-head {
    margin-bottom: 30px;
  }
}
.section-head h3 {
  font-size: 40px;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  .section-head h3 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .section-head h3 {
    font-size: 25px;
  }
}
.section-head h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 6px;
  background-color: #309ee9;
  width: 140px;
  border-radius: 50px;
  translate: -50% 0;
}
.section-head p {
  color: #161616;
  font-size: 20px;
  margin: 20px auto 0;
  max-width: 50%;
}
@media (max-width: 768px) {
  .section-head p {
    font-size: 16px;
    max-width: 100%;
  }
}

.counter-section {
  padding-block: 100px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .counter-section {
    padding-block: 50px;
  }
}
.counter-section .section-head h3 {
  color: #fff;
}
@media (max-width: 480px) {
  .counter-section .g-body {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.counter-section .block {
  border-inline-end: 1px solid rgba(255, 255, 255, 0.5019607843);
  padding-inline: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .counter-section .block {
    padding-inline: 20px;
  }
}
@media (max-width: 480px) {
  .counter-section .block {
    width: calc(50% - 20px);
    border: 0;
  }
}
.counter-section .block span {
  font-size: 60px;
  font-weight: 800;
  color: #fff;
}
@media (max-width: 1600px) {
  .counter-section .block span {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .counter-section .block span {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .counter-section .block span {
    font-size: 20px;
  }
}
.counter-section .block span i {
  font-size: 30px;
  font-style: normal;
}
@media (max-width: 768px) {
  .counter-section .block span i {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .counter-section .block span i {
    font-size: 16px;
  }
}
.counter-section .block h4 {
  margin-top: 20px;
  color: #fff;
  font-size: 16px;
}
@media (max-width: 768px) {
  .counter-section .block h4 {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .counter-section .block h4 {
    margin-top: 10px;
  }
}
.counter-section .block:last-child {
  border: 0;
}
.counter-section::before {
  content: "";
  position: absolute;
  width: 676px;
  height: 676px;
  right: 0;
  top: 0;
  background: rgba(48, 158, 233, 0.8);
  filter: blur(500px);
}
.counter-section::after {
  content: "";
  position: absolute;
  left: -450px;
  top: 50%;
  translate: 0 -50%;
  width: 900px;
  height: 676px;
  background: url("../assets/vector.svg") no-repeat center center;
  background-size: contain;
}

.tracks-section {
  padding-block: 100px 0;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .tracks-section {
    padding-block: 50px 0;
  }
}
.tracks-section .row {
  align-items: stretch;
}
@media (max-width: 480px) {
  .tracks-section .g-body {
    flex-direction: column;
  }
}
.tracks-section .block {
  padding: 50px;
  flex: 1 1 0%;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
@media (max-width: 768px) {
  .tracks-section .block {
    padding: 20px;
  }
}
.tracks-section .block h4 {
  color: #fff;
  font-weight: 700;
  font-size: 31px;
  max-width: 200px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .tracks-section .block h4 {
    font-size: 20px;
    max-width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .tracks-section .block h4 {
    font-size: 16px;
  }
}
.tracks-section .block p {
  color: #fff;
  font-size: 20px;
  display: none;
  transition: 0.3s;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .tracks-section .block p {
    font-size: 16px;
    min-height: auto;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .tracks-section .block p {
    font-size: 14px;
  }
}
.tracks-section .block button {
  width: 50px;
  height: 50px;
  background-color: #309ee9;
  border: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .tracks-section .block button {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 480px) {
  .tracks-section .block button {
    width: 30px;
    height: 30px;
  }
}
.tracks-section .block:nth-child(1) {
  background-color: #309ee9;
}
.tracks-section .block:nth-child(1) button {
  background-color: #fff;
}
.tracks-section .block:nth-child(1) button img {
  filter: brightness(0);
}
.tracks-section .block:nth-child(2) {
  background-color: #161616;
}
.tracks-section .block:nth-child(3) {
  background-color: #c4c4c4;
}
.tracks-section .block:nth-child(4) {
  background-color: #1e6a9d;
}
.tracks-section .block:nth-child(5) {
  background-color: #161616;
}
.tracks-section .block.opened {
  flex: 3 1 0%;
}
.tracks-section .block.opened p {
  display: block;
}
.tracks-section .block.opened button {
  rotate: -180deg;
}
[dir=ltr] .tracks-section .block.opened button {
  rotate: 180deg;
}

.stories-section {
  padding-block: 100px;
}
@media (max-width: 768px) {
  .stories-section {
    padding-block: 50px;
  }
}
.stories-section .section-head h3 {
  color: #fff;
  font-size: 50px;
}
@media (max-width: 768px) {
  .stories-section .section-head h3 {
    font-size: 30px;
  }
}
.stories-section .section-head p {
  color: #fff;
  font-size: 20px;
  max-width: 50%;
}
@media (max-width: 768px) {
  .stories-section .section-head p {
    font-size: 16px;
    max-width: 100%;
  }
}
.stories-section .swiper-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  translate: 0 -50%;
  z-index: 1;
}
.stories-section .stories-new-button-prev,
.stories-section .stories-new-button-next {
  padding: 0;
  background-color: transparent;
  border: 0;
  width: 40px;
  height: 40px;
  background-color: #309ee9;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stories-section .stories-new-button-prev img,
.stories-section .stories-new-button-next img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.stories-section .stories-new-button-prev.swiper-button-disabled,
.stories-section .stories-new-button-next.swiper-button-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.stories-section .stories-new-button-prev {
  scale: -1;
}
.stories-section .swiper {
  padding-block: 60px;
}
.stories-section .swiper-slide .item {
  padding-top: 70%;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  transition: 0.3s;
  scale: 1;
}
@media (max-width: 768px) {
  .stories-section .swiper-slide .item {
    padding-top: 100%;
  }
}
.stories-section .swiper-slide .item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.stories-section .swiper-slide .item .caption {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  text-align: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  padding: 30px;
  opacity: 0;
  transition: 0.3s;
}
.stories-section .swiper-slide .item .caption span {
  background-color: #309ee9;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 15px;
  border-radius: 50px;
}
.stories-section .swiper-slide .item .caption h3 {
  color: #fff;
  font-size: 20px;
  margin-top: 30px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .stories-section .swiper-slide .item .caption h3 {
    font-size: 16px;
  }
}
.stories-section .swiper-slide-active {
  z-index: 1;
}
.stories-section .swiper-slide-active .item {
  scale: 1.2;
}
@media (max-width: 768px) {
  .stories-section .swiper-slide-active .item {
    scale: 1;
  }
}
.stories-section .swiper-slide-active .item .caption {
  opacity: 1;
}

.partners-section {
  position: relative;
}
@keyframes partnersMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.partners-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 346.77px;
  left: 0;
  top: 0;
  border-radius: 100%;
  background: #309ee9;
  filter: blur(417.801px);
}
.partners-section .partners-list {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.0507);
  overflow: hidden;
  width: 100%;
}
@media (max-width: 768px) {
  .partners-section .partners-list {
    padding: 20px;
  }
}
.partners-section .partners-list .partners-track {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  white-space: nowrap;
  animation: partnersMarquee 30s linear infinite;
  will-change: transform;
}
.partners-section .partners-list .item {
  flex: 0 0 auto;
}
.partners-section .partners-list .item h2 {
  color: rgba(255, 255, 255, 0.0407);
}
.partners-section .partners-list .item::after {
  background-color: rgba(255, 255, 255, 0.0407);
}
.partners-section .partners-list.rotated {
  rotate: -10deg;
  background: rgba(48, 158, 233, 0.2);
}
.partners-section .partners-list.rotated .partners-track {
  animation-direction: reverse;
  animation-duration: 34s;
}
.partners-section .partners-list.rotated .item h2 {
  color: #fff;
}
.partners-section .partners-list.rotated .item::after {
  background-color: #fff;
}
.partners-section .item {
  display: flex;
  align-items: center;
}
.partners-section .item h2 {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 768px) {
  .partners-section .item h2 {
    font-size: 30px;
  }
}
.partners-section .item::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 100%;
  margin-inline: 30px;
}
@media (prefers-reduced-motion: reduce) {
  .partners-section .partners-list .partners-track {
    animation: none;
  }
}

.clients-section {
  padding-block: 100px;
  position: relative;
}
@media (max-width: 768px) {
  .clients-section {
    padding-block: 50px;
  }
}
.clients-section .section-head {
  margin-bottom: 100px;
}
.clients-section .section-head h3 {
  color: #fff;
}
.clients-section .section-head h3::after {
  background-color: #fff;
}
.clients-section .section-head p {
  color: #fff;
  max-width: 100%;
}
.clients-section .item {
  border-inline-end: 1px solid rgba(255, 255, 255, 0.5019607843);
  margin-inline-end: -1px;
  padding-inline: 20px;
  height: 100px;
}
.clients-section .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.clients-section .clients-button-prev,
.clients-section .clients-button-next {
  padding: 0;
  background-color: transparent;
  border: 0;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 2;
  right: 0;
}
.clients-section .clients-button-prev.swiper-button-disabled,
.clients-section .clients-button-next.swiper-button-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.clients-section .clients-button-prev {
  left: 0;
  scale: -1;
  right: auto;
}

.contact-section {
  padding-block: 100px;
  position: relative;
}
@media (max-width: 768px) {
  .contact-section {
    padding-block: 50px;
  }
}
@media (max-width: 480px) {
  .contact-section {
    padding-block: 30px;
  }
}
.contact-section::before {
  content: "";
  position: absolute;
  right: -800px;
  top: -400px;
  background: url(../assets/vector.svg) no-repeat center center;
  background-size: contain;
  width: 1500px;
  height: 1400px;
  rotate: 297deg;
  opacity: 0.5;
}
.contact-section::after {
  content: "";
  position: absolute;
  left: -600px;
  top: -60px;
  background: url(../assets/vector.svg) no-repeat center center;
  background-size: contain;
  width: 1500px;
  height: 1400px;
  rotate: 297deg;
  opacity: 0.5;
}
.contact-section .section-head h3 {
  color: #fff;
}
.contact-section .box {
  padding: 40px;
  background: linear-gradient(145deg, rgba(47, 57, 68, 0.68) 0%, rgba(31, 37, 45, 0.6) 52%, rgba(23, 28, 34, 0.68) 100%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 42px 80px -34px rgba(0, 0, 0, 0.85), inset 0 1px 0 rgba(255, 255, 255, 0.28), inset 0 -1px 0 rgba(255, 255, 255, 0.08);
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
@media (max-width: 768px) {
  .contact-section .box {
    padding: 20px;
  }
}
.contact-section .box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(120% 90% at 6% 4%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%);
  pointer-events: none;
}
.contact-section .box::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}
.contact-section .box > * {
  position: relative;
  z-index: 1;
}
.contact-section .box:not(:last-child) {
  margin-bottom: 24px;
}
.contact-section .box h3 {
  color: #009fe3;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .contact-section .box h3 {
    font-size: 20px;
  }
}
.contact-section .box .form-group:not(:last-child) {
  margin-bottom: 20px;
}
.contact-section .box .form-group .form-control {
  background-color: #cccccc;
  border-radius: 20px;
  height: 70px;
  padding: 0 30px;
  font-weight: 500;
  color: #000;
  font-size: 17px;
}
@media (max-width: 768px) {
  .contact-section .box .form-group .form-control {
    height: 50px;
    padding: 0 20px;
    font-size: 14px;
  }
}
.contact-section .box .form-group .form-control:focus {
  background-color: #fff;
}
.contact-section .box .form-group textarea.form-control {
  height: 150px;
  padding-top: 20px;
}
.contact-section .box .form-group .btn {
  width: 100%;
  height: 60px;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .contact-section .box .form-group .btn {
    height: 50px;
  }
}
.contact-section .box ul li:not(:last-child) {
  margin-bottom: 30px;
}
.contact-section .box ul li .icon {
  flex-shrink: 0;
  width: 66.2px;
  height: 66.2px;
  background: rgba(48, 158, 233, 0.2);
  box-shadow: 0px 11.8206px 17.731px -3.54619px rgba(0, 0, 0, 0.1), 0px 4.72825px 7.09238px -4.72825px rgba(0, 0, 0, 0.1);
  border-radius: 18.913px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 768px) {
  .contact-section .box ul li .icon {
    width: 50px;
    height: 50px;
  }
}
.contact-section .box ul li .icon::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(120% 90% at 6% 4%, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 80%);
  pointer-events: none;
}
.contact-section .box ul li .icon::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}
.contact-section .box ul li .info h4 {
  color: #fff;
  margin-bottom: 5px;
}
.contact-section .box ul li .info p {
  font-weight: 500;
  font-size: 17px;
  color: #fff;
}
@media (max-width: 768px) {
  .contact-section .box ul li .info p {
    font-size: 14px;
  }
}
.contact-section .box ul li .info p a {
  direction: ltr;
  display: inline-block;
  color: inherit;
  transition: 0.3s;
}
.contact-section .box ul li .info p a:hover {
  color: #009fe3;
}
.contact-section .box .socials a {
  flex-shrink: 0;
  width: 66.2px;
  height: 66.2px;
  background: rgba(48, 158, 233, 0.2);
  box-shadow: 0px 11.8206px 17.731px -3.54619px rgba(0, 0, 0, 0.1), 0px 4.72825px 7.09238px -4.72825px rgba(0, 0, 0, 0.1);
  border-radius: 18.913px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 768px) {
  .contact-section .box .socials a {
    width: 50px;
    height: 50px;
  }
}
.contact-section .box .socials a::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(120% 90% at 6% 4%, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 80%);
  pointer-events: none;
}
.contact-section .box .socials a::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.main-footer .top {
  padding-block: 70px;
  border-block: 1px solid rgba(255, 255, 255, 0.201);
}
@media (max-width: 768px) {
  .main-footer .top {
    padding-block: 30px;
  }
}
@media (max-width: 480px) {
  .main-footer .top .footer-infos {
    text-align: center;
  }
}
.main-footer .top .footer-infos p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  margin-top: 20px;
}
.main-footer .top .links h4 {
  font-weight: 700;
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}
.main-footer .top .links ul li {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
}
.main-footer .top .links ul li:not(:last-child) {
  margin-bottom: 15px;
}
.main-footer .top .links ul li a {
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
  font-size: 16px;
  display: inline-block;
  direction: ltr;
  text-align: right;
}
[dir=ltr] .main-footer .top .links ul li a {
  text-align: left;
}
@media (max-width: 768px) {
  .main-footer .top .links ul li a {
    font-size: 14px;
  }
}
.main-footer .top .links ul li a:hover {
  color: #009fe3;
}
.main-footer .bottom {
  text-align: center;
  padding-block: 40px;
}
@media (max-width: 768px) {
  .main-footer .bottom {
    padding-block: 20px;
  }
}
.main-footer .bottom p {
  color: rgba(255, 255, 255, 0.5019607843);
  font-size: 17px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .main-footer .bottom p {
    font-size: 14px;
  }
}

.inner-hero .item {
  height: 60vh;
  padding-top: 113px;
}
@media (max-width: 480px) {
  .inner-hero .item {
    height: 360px;
  }
}
.inner-hero .item .caption {
  padding-inline: 100px;
}
@media (max-width: 1600px) {
  .inner-hero .item .caption {
    padding-inline: 50px;
  }
}
@media (max-width: 768px) {
  .inner-hero .item .caption {
    padding-inline: 20px;
  }
}
.inner-hero .item .caption h3 {
  position: relative;
  padding-bottom: 10px;
  font-size: 60px;
}
@media (max-width: 768px) {
  .inner-hero .item .caption h3 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .inner-hero .item .caption h3 {
    font-size: 25px;
  }
}
.inner-hero .item .caption h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 160px;
  height: 4px;
  background-color: #fff;
}

.vission-mission {
  padding-block: 70px;
  background-color: #f9f9f9;
}
@media (max-width: 480px) {
  .vission-mission {
    padding-block: 30px;
  }
}
.vission-mission .item:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .vission-mission .item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.vission-mission .item .section-head {
  text-align: initial;
  margin-bottom: 0;
}
.vission-mission .item .section-head h3 {
  font-size: 45px;
}
@media (max-width: 768px) {
  .vission-mission .item .section-head h3 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .vission-mission .item .section-head h3 {
    font-size: 22px;
  }
}
.vission-mission .item .section-head h3::after {
  left: auto;
  right: 0;
  translate: 0 0;
  width: 90px;
  height: 4px;
}
.vission-mission .item .section-head p {
  max-width: none;
}

.ethics-section {
  position: relative;
  padding-block: 70px;
}
@media (max-width: 480px) {
  .ethics-section {
    padding-block: 30px;
  }
}
.ethics-section::before {
  content: "";
  position: absolute;
  width: 676px;
  height: 676px;
  right: -200px;
  top: -50px;
  background: rgba(48, 158, 233, 0.8);
  filter: blur(500px);
}
.ethics-section::after {
  content: "";
  position: absolute;
  left: -800px;
  top: -400px;
  background: url(../assets/vector.svg) no-repeat center center;
  background-size: contain;
  width: 1500px;
  height: 1400px;
  rotate: 38deg;
  opacity: 0.5;
  z-index: -1;
}
.ethics-section .section-head {
  text-align: initial;
  margin-bottom: 50px;
}
.ethics-section .section-head h3 {
  color: #fff;
}
.ethics-section .section-head h3::after {
  left: auto;
  right: 0;
  translate: 0 0;
  width: 90px;
  height: 4px;
}
.ethics-section .section-head p {
  max-width: none;
}
.ethics-section .box {
  background: linear-gradient(145deg, rgba(47, 57, 68, 0.68) 0%, rgba(31, 37, 45, 0.6) 52%, rgba(23, 28, 34, 0.68) 100%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 42px 80px -34px rgba(0, 0, 0, 0.85), inset 0 1px 0 rgba(255, 255, 255, 0.28), inset 0 -1px 0 rgba(255, 255, 255, 0.08);
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  --l: calc(50vmin / var(--n, var(--n-cols)));
  --hl: calc(0.5 * var(--l));
  --ri: calc(0.5 * sqrt(3) * var(--l));
  box-sizing: border-box;
  display: grid;
  place-content: center;
  grid-template: repeat(var(--n-rows), var(--l))/repeat(var(--n-cols), var(--ri));
  grid-gap: var(--hl) 0;
  overflow: hidden;
  margin: 0;
  padding: 100px 40px;
}
@media (max-width: 768px) {
  .ethics-section .box {
    padding: 70px 20px;
    --l: calc(83vmin / var(--n, var(--n-cols)));
  }
}
@media (orientation: landscape) {
  .ethics-section .box {
    --n: calc(var(--n-rows) + 3);
  }
}
.ethics-section .box .hexa {
  grid-column-end: span 2;
  margin: calc(-1 * var(--hl)) 0;
  transform: scale(0.95);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 768px) {
  .ethics-section .box .hexa {
    font-size: 16px;
  }
}
.ethics-section .box .hexa::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  inset: 0;
  transition: 0.3s;
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  z-index: -1;
}
.ethics-section .box .hexa::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1c2127;
  transition: 0.3s;
  inset: 0;
  z-index: -1;
  clip-path: polygon(50% 2%, 99% 26%, 99% 74%, 50% 99%, 2% 74%, 1% 26%);
}
.ethics-section .box .hexa:nth-of-type(5n + 1) {
  grid-column-start: 2;
}
.ethics-section .box .hexa:hover::after {
  background-color: #009fe3;
}
.ethics-section .ceo-box {
  padding: 50px;
}
@media (max-width: 768px) {
  .ethics-section .ceo-box {
    padding: 20px;
  }
}
.ethics-section .ceo-box .section-head h3 {
  font-size: 45px;
}
@media (max-width: 768px) {
  .ethics-section .ceo-box .section-head h3 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .ethics-section .ceo-box .section-head h3 {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .ethics-section .ceo-box .ceo {
    flex-direction: column;
    gap: 20px;
  }
}
.ethics-section .ceo-box .img {
  border-radius: 30px;
  overflow: hidden;
  width: 288px;
  height: 400px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .ethics-section .ceo-box .img {
    width: 100%;
    height: 280px;
  }
}
.ethics-section .ceo-box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ethics-section .ceo-box .info {
  font-size: 16px;
  color: #fff;
}
.ethics-section .ceo-box .info p:not(:last-child) {
  margin-bottom: 20px;
}
.ethics-section .ceo-box .info * {
  font-size: inherit;
  color: inherit;
}

.team-section .section-head {
  text-align: initial;
}
.team-section .section-head h3 {
  color: #fff;
  font-size: 45px;
}
@media (max-width: 768px) {
  .team-section .section-head h3 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .team-section .section-head h3 {
    font-size: 22px;
  }
}
.team-section .section-head h3::after {
  left: auto;
  right: 0;
  translate: 0 0;
  width: 90px;
  height: 4px;
}
.team-section .block {
  background: linear-gradient(145deg, rgba(47, 57, 68, 0.68) 0%, rgba(31, 37, 45, 0.6) 52%, rgba(23, 28, 34, 0.68) 100%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 42px 80px -34px rgba(0, 0, 0, 0.85), inset 0 1px 0 rgba(255, 255, 255, 0.28), inset 0 -1px 0 rgba(255, 255, 255, 0.08);
  border-radius: 32px;
  position: relative;
  padding: 40px;
  text-align: center;
  height: 100%;
}
@media (max-width: 768px) {
  .team-section .block {
    padding: 20px;
  }
}
.team-section .block .img {
  width: 140px;
  height: 140px;
  border-radius: 100%;
  margin: 0 auto 20px;
  background: linear-gradient(145deg, rgba(47, 57, 68, 0.68) 0%, rgba(31, 37, 45, 0.6) 52%, rgba(23, 28, 34, 0.68) 100%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 42px 80px -34px rgba(0, 0, 0, 0.85), inset 0 1px 0 rgba(255, 255, 255, 0.28), inset 0 -1px 0 rgba(255, 255, 255, 0.08);
  overflow: hidden;
}
@media (max-width: 768px) {
  .team-section .block .img {
    width: 100px;
    height: 100px;
  }
}
.team-section .block .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-section .block .info h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.team-section .block .info span {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 20px;
}
.team-section .block .info p {
  color: #fff;
  font-size: 14px;
}

.projects-section {
  padding-block: 70px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .projects-section {
    padding-block: 50px 0;
  }
}
.projects-section::before {
  content: "";
  position: absolute;
  left: -800px;
  top: 70px;
  background: url(../assets/vector.svg) no-repeat center center;
  background-size: contain;
  width: 1500px;
  height: 1400px;
  rotate: 297deg;
  opacity: 0.5;
  z-index: -1;
}
.projects-section .section-head h3 {
  color: #fff;
}
.projects-section .block {
  background: linear-gradient(145deg, rgba(47, 57, 68, 0.68) 0%, rgba(31, 37, 45, 0.6) 52%, rgba(23, 28, 34, 0.68) 100%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 42px 80px -34px rgba(0, 0, 0, 0.85), inset 0 1px 0 rgba(255, 255, 255, 0.28), inset 0 -1px 0 rgba(255, 255, 255, 0.08);
  padding: 30px;
  border-radius: 30px;
  height: 100%;
}
@media (max-width: 768px) {
  .projects-section .block {
    padding: 20px;
  }
}
.projects-section .block .img {
  height: 250px;
  border-radius: 20px;
  background-color: #fff;
  margin-bottom: 30px;
  filter: drop-shadow(0px 0px 9px #fff);
}
.projects-section .block .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.projects-section .block .info h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.projects-section .block .info .desc {
  color: #fff;
  font-size: 16px;
  margin-bottom: 30px;
}
.projects-section .block .info .desc ul {
  list-style: disc;
  padding-inline-start: 20px;
}
.projects-section .block .info .desc ul li {
  font-weight: 300;
}
.projects-section .block .info .desc ul li:not(:last-child) {
  margin-bottom: 10px;
}
.projects-section .block .info .desc * {
  color: inherit;
  font-size: inherit;
}
.projects-section .block .actions .btn {
  min-width: 170px;
  height: 45px;
  font-size: 15px;
}

.news-section {
  padding-block: 70px;
}
@media (max-width: 768px) {
  .news-section .swiper {
    padding-block: 50px;
  }
}
.news-section .swiper-slide {
  padding-block: 10px;
}
.news-section .swiper-slide .item,
.news-section .swiper-slide a.item {
  display: block;
  text-decoration: none;
  color: inherit;
  background: rgba(255, 255, 255, 0.05);
  border: 0.835601px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(3.34241px);
  border-radius: 20.0544px;
  padding: 20px;
  padding-top: 20px;
  scale: 0.9;
  opacity: 0.1;
}
.news-section .swiper-slide .item .img,
.news-section .swiper-slide a.item .img {
  position: relative;
  padding-top: 70%;
  overflow: hidden;
  border-radius: 20px;
}
.news-section .swiper-slide .item .img img,
.news-section .swiper-slide a.item .img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-section .swiper-slide .item .caption,
.news-section .swiper-slide a.item .caption {
  position: relative;
  padding: 15px;
  padding-bottom: 0;
  background: transparent;
  opacity: 1;
}
.news-section .swiper-slide .item .caption h3,
.news-section .swiper-slide a.item .caption h3 {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
}
.news-section .swiper-slide.swiper-slide-active .item,
.news-section .swiper-slide.swiper-slide-active a.item {
  scale: 1.5 1.3;
  opacity: 1;
}
@media (max-width: 768px) {
  .news-section .swiper-slide.swiper-slide-active .item,
  .news-section .swiper-slide.swiper-slide-active a.item {
    scale: 1;
  }
}

.single {
  padding-block: 100px;
}
@media (max-width: 768px) {
  .single {
    padding-block: 50px;
  }
}
.single .section-head h3 {
  font-size: 50px;
}
@media (max-width: 768px) {
  .single .section-head h3 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .single .section-head h3 {
    font-size: 22px;
  }
}
.single .block .section-head h3 {
  font-size: 40px;
}
@media (max-width: 768px) {
  .single .block .section-head h3 {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .single .block .section-head h3 {
    font-size: 18px;
  }
}
.single .block .img {
  background: linear-gradient(145deg, rgba(47, 57, 68, 0.68) 0%, rgba(31, 37, 45, 0.6) 52%, rgba(23, 28, 34, 0.68) 100%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  padding: 15px;
  border-radius: 20px;
  box-shadow: 0 42px 80px -34px rgba(0, 0, 0, 0.85), inset 0 1px 0 rgba(255, 255, 255, 0.28), inset 0 -1px 0 rgba(255, 255, 255, 0.08);
  filter: none;
}
.single .block .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}

.programs .block .img {
  overflow: hidden;
  box-shadow: none;
  filter: none;
  border: 0;
  margin-bottom: 20px;
}
.programs .block .img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.load-more {
  margin-top: 50px;
}
.load-more .btn {
  min-width: 150px;
}

.tracks-single .block:nth-child(4) {
  background-color: #000;
}
.tracks-single .block:nth-child(5) {
  background-color: #1e6a9d;
}
.tracks-single .block h4 {
  max-width: 300px;
}

.project-single-sidebar {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 80%;
  height: 100%;
  background: #161616;
  padding: 20px;
  overflow: hidden;
  overflow-y: auto;
  transition: 0.3s;
  translate: -150% 0;
}
@media (max-width: 768px) {
  .project-single-sidebar {
    width: 100%;
  }
}
.project-single-sidebar.active {
  translate: 0 0;
}
.project-single-sidebar .content {
  padding-inline: 30px;
}
@media (max-width: 768px) {
  .project-single-sidebar .content {
    padding-inline: 0;
  }
}
.project-single-sidebar .project-single-close {
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-single-sidebar .project-single-close img {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}
.project-single-sidebar .single {
  padding-block: 50px;
}
.project-single-sidebar .single .block .section-head h3 {
  font-size: 25px;
}
@media (max-width: 768px) {
  .project-single-sidebar .single .block .section-head h3 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .project-single-sidebar .single .block .img {
    border-radius: 15px;
    margin-bottom: 0;
  }
}
.project-single-sidebar .single .block .info .desc {
  margin: 0;
}
.project-single-sidebar .section-head h3 {
  font-size: 25px;
}
@media (max-width: 768px) {
  .project-single-sidebar .section-head h3 {
    font-size: 18px;
  }
}
.project-single-sidebar .section-head h3::after {
  width: 60px;
  height: 3px;
}
.project-single-sidebar .tracks-section {
  padding: 0;
  background: transparent;
}
.project-single-sidebar .tracks-section .section-head h3 {
  color: #fff;
}
.project-single-sidebar .tracks-section .g-body {
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 480px) {
  .project-single-sidebar .tracks-section .g-body {
    flex-direction: row;
  }
}
.project-single-sidebar .tracks-section .item {
  width: calc(20% - 16px);
  text-align: center;
  background: linear-gradient(145deg, rgba(47, 57, 68, 0.68) 0%, rgba(31, 37, 45, 0.6) 52%, rgba(23, 28, 34, 0.68) 100%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 42px 80px -34px rgba(0, 0, 0, 0.85), inset 0 1px 0 rgba(255, 255, 255, 0.28), inset 0 -1px 0 rgba(255, 255, 255, 0.08);
  padding: 30px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .project-single-sidebar .tracks-section .item {
    width: calc(50% - 10px);
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .project-single-sidebar .tracks-section .item {
    border-radius: 10px;
  }
}
.project-single-sidebar .tracks-section .item h4 {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .project-single-sidebar .projects-section .block {
    border-radius: 15px;
  }
}
.project-single-sidebar .projects-section .block .img {
  padding-top: 70%;
  overflow: hidden;
  position: relative;
  height: auto;
}
.project-single-sidebar .projects-section .block .img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-single-sidebar .projects-section .block .info h4 {
  margin: 0;
  font-size: 17px;
  text-align: center;
  line-height: 1.5;
}
.project-single-sidebar .news-section {
  padding-block: 0 70px;
}
@media (max-width: 768px) {
  .project-single-sidebar .news-section {
    padding-block: 40px 0;
  }
}
.project-single-sidebar .news-section .swiper-slide .item .caption h3,
.project-single-sidebar .news-section .swiper-slide a.item .caption h3 {
  font-size: 12px;
}
.project-single-sidebar .map-section {
  padding-block: 0 50px;
}
.project-single-sidebar .map-section .map-box {
  border-radius: 10px;
  overflow: hidden;
  height: 400px;
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .project-single-sidebar .map-section .map-box {
    height: 200px;
    max-width: 100%;
  }
}
.project-single-sidebar .map-section .map-box iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.project-single-sidebar .btn {
  font-size: 14px;
  height: 45px;
}

.has-sidebar {
  position: relative;
  filter: blur(13px);
  z-index: 9;
}

/* Search results: project “المزيد” opens in-card swiper (image → title → description). */
.mash-project-archive-card {
  position: relative;
}
.mash-project-card-overlay {
  position: absolute;
  inset: 0;
  z-index: 12;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 12px;
  background: rgba(22, 22, 22, 0.96);
  border-radius: inherit;
  box-sizing: border-box;
}
.mash-project-card-overlay-close {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 3;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
html[dir="rtl"] .mash-project-card-overlay-close {
  left: auto;
  right: 8px;
}
.mash-project-card-overlay-swiper {
  flex: 1;
  min-height: 0;
  width: 100%;
  padding-top: 28px;
}
.mash-project-card-slide {
  height: auto;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px 40px;
  box-sizing: border-box;
}
.mash-project-card-slide--image .mash-project-card-slide-inner-img {
  width: 100%;
  max-height: 220px;
  border-radius: 12px;
  overflow: hidden;
}
.mash-project-card-slide--image .mash-project-card-slide-inner-img img {
  width: 100%;
  height: 100%;
  max-height: 220px;
  object-fit: cover;
  display: block;
}
.mash-project-card-slide--title h3 {
  color: #fff;
  text-align: center;
  font-size: 1.15rem;
  margin: 0;
  line-height: 1.35;
}
.mash-project-card-slide--content {
  align-items: flex-start;
  overflow-y: auto;
  max-height: 280px;
}
.mash-project-card-slide--content .desc {
  color: #e8e8e8;
  font-size: 14px;
  line-height: 1.55;
  width: 100%;
  text-align: start;
}
.mash-project-card-slide--content .desc ul {
  padding-inline-start: 1.1em;
  margin: 0;
}
.mash-project-card-overlay-nav {
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 12px;
  pointer-events: none;
  z-index: 2;
}
.mash-project-card-overlay-nav button {
  pointer-events: auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*# sourceMappingURL=style.css.map */

.partners-section .partners-list.rotated {
    display: none !important; }
    
    .projects-section .container .block .info .desc {
    
    display: none;
}
.projects-section .container .block .img img {
   
    object-fit: cover;
}
/*
.projects-section .container .block .img {
 
    display: none; }
    */