@import url(../products/m_styles.css);
.hero-section {
  margin-top: 8.2rem;
  align-items: flex-start;
  direction: rtl;
  padding-top: 4rem;
  padding-bottom: 12rem;
}

.hero-typo {
  align-self: flex-start;
  margin-top: 7rem;
  padding-top: 0;
}

.hero-p {
  align-self: flex-start;
  margin-top: 8rem;
}

.hero-title {
  position: relative;
  font-weight: 700;
  font-style: Bold;
  font-size: 4.8rem;
  line-height: 6.4rem;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
}

.hero-typo * {
  position: relative;
  z-index: 9;
}

.hero-bg {
  position: absolute;
  top: 1rem;
  right: 0;
  width: 60rem;
  height: 55.1rem;
}
.hero-bg img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-p {
  width: 66rem;
  color: var(--text-gray);
  z-index: 9;
}
.hero-p p {
  text-align: justify;
}

.about-us-desc {
  margin-top: 10.4rem;
  width: 100%;
}
.about-us-desc p {
  font-weight: 400;
  font-style: Regular;
  font-size: 1.8rem;
  line-height: 2.8rem;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
  color: var(--text-gray);
  margin-top: 4rem;
  text-align: justify;
}

.gallery-about-us {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0;
}
.gallery-about-us li {
  width: 28.5rem;
  height: 37.1rem;
}

.gallery-img {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0.5rem;
  background-color: white;
}
.gallery-img img {
  width: 100%;
  height: 100%;
}

.gallery-typo-art {
  position: absolute;
  top: 0;
  left: 15rem;
}

.background-art {
  position: absolute;
  top: 0;
  right: 0;
  width: 36.3rem;
  height: 75.7rem;
  background-image: url("../imgs/islamic-pattern-03.png");
  background-repeat: repeat;
  background-color: var(--accent-main);
}

.gallery {
  position: relative;
}

.gallery-title::after {
  width: 22.4rem;
}

.awards {
  overflow: hidden;
}

.gallery.awards {
  margin-top: 11.3rem;
}

.awards-slider {
  position: relative;
  margin-top: 14.8rem;
  z-index: 9;
}

.awards-swiper {
  width: 100%;
  max-width: 100%;
  padding-bottom: 8rem;
}

.award-img {
  width: 100%;
  height: 80%;
  margin: 0;
  padding: 0;
}
.award-img img {
  width: 100%;
  height: 100%;
}

.award-title {
  margin: 0;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0%;
  vertical-align: middle;
}

.award-year {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0%;
  vertical-align: middle;
}

.awards-slider .swiper-wrapper {
  align-items: stretch;
}
.awards-slider .swiper-slide {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.awards-slider .award-card {
  width: min(32rem, 100%);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  color: var(--text-gray);
}
.awards-slider .awards-swiper-navs {
  position: relative;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 1.2rem;
  z-index: 9;
}
.awards-slider .awards-swiper-button {
  position: relative;
  inset: unset !important;
  width: 4.8rem;
  height: 4.8rem;
  margin: 0;
  padding: 0;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray-700);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.awards-slider .awards-swiper-button svg {
  width: 2rem;
  height: 2rem;
  color: var(--accent-main);
}

body.page-about-us[dir=ltr] .awards-swiper {
  direction: ltr;
}

body.page-about-us[dir=ltr] .awards-slider {
  margin-top: 17rem;
}

body.page-about-us[dir=ltr] .awards-slider .awards-swiper-navs {
  flex-direction: row-reverse;
}

body.page-about-us[dir=ltr] .awards-slider .award-card {
  align-items: flex-start;
}

body.page-about-us[dir=ltr] .awards-slider .award-title,
body.page-about-us[dir=ltr] .awards-slider .award-year {
  direction: ltr;
  text-align: left;
}

body.page-about-us[dir=ltr] .gallery.awards .gallery-title {
  direction: ltr;
  text-align: left;
  unicode-bidi: isolate;
}

body.page-about-us[dir=ltr] .gallery.awards .gallery-title::after {
  left: 0;
  right: auto;
}

body.page-about-us[dir=rtl] .awards-swiper {
  direction: rtl;
}

body.page-about-us[dir=ltr] .hero-title,
body.page-about-us[dir=ltr] .hero-typo p,
body.page-about-us[dir=ltr] .hero-typo span,
body.page-about-us[dir=ltr] .hero-p p {
  direction: ltr;
  text-align: left;
}

body.page-about-us[dir=ltr] .hero-section {
  direction: ltr;
}

body.page-about-us[dir=ltr] .hero-typo,
body.page-about-us[dir=ltr] .hero-p {
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
}

body.page-about-us[dir=ltr] .hero-title::after {
  left: 0;
  right: auto;
}

@media (max-width: 1199px) {
  .hero-typo {
    margin-top: 5rem;
  }
  .hero-p {
    margin-top: 5.5rem;
  }
  .hero-bg {
    right: 0;
  }
  .gallery-about-us {
    flex-wrap: wrap;
  }
  .gallery-about-us li {
    margin-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .hero-section {
    display: grid;
  }
  .hero-typo,
  .hero-p {
    margin-top: 2rem;
  }
  .gallery-about-us {
    justify-content: space-evenly;
  }
}
@media (max-width: 479px) {
  .hero-bg {
    display: none;
  }
  .hero-title::after {
    bottom: -2rem;
  }
  .hero-typo {
    margin-right: 0;
  }
  .hero-typo p {
    width: 90vw;
  }
  .hero-p {
    width: 90vw;
  }
  body.page-about-us[dir=ltr] .hero-typo,
  body.page-about-us[dir=ltr] .hero-p {
    width: 100%;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  body.page-about-us[dir=ltr] .hero-typo p,
  body.page-about-us[dir=ltr] .hero-p {
    width: 100%;
    max-width: 100%;
  }
  .gallery-about-us {
    justify-content: center;
  }
  .awards-slider .award-card {
    width: 100%;
  }
}/*# sourceMappingURL=m_styles.css.map */
