.hero-wrapper {
  position: relative;
}

/* about us hero */
.about-us-section {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  overflow: hidden;
  width: 100%;
  gap: 30px;
}

.about-us-hero-title {
  font-size: 50px;
  font-weight: 700;
  color: black;
  margin-bottom: 20px;
}


.about-us-hero-title span {
  color: var(--yellow);
}

.hero-subtitle {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.hero-text {
  font-size: 20px;
  font-weight: 300;
  color: var(--gray-medium);
}


.about-us-content {
  width: 40%;
}

.about-us-building {
  /* position: absolute; */
  /* z-index: -1; */
  /* bottom: -10%; */
  /* inset-inline-end: 0; */
  /* max-height: 700px; */
  /* min-height: 500px; */
  /* width: 50%; */
  /* aspect-ratio: calc(862 / 552); */
  max-width: 100%;
}

@media (min-width: 1024px) and (max-width: 1400px) {
  .about-us-content {
    width: 50%;
  }

  .about-us-building {
    width: 50%;
  }

  .hero-wrapper {
    min-height: fit-content;
  }
}

/* about-us-cards */
.about-us-cards {
  background-color: white;
  width: 100%;
  box-shadow: 0px 0px 20px 0px #0000000d;
}

.about-us-cards .swiper {
  width: 100%;
  height: 100%;
  padding: 30px 10px;

}

.cards-wrapper.swiper-wrapper {
  /*display: grid;*/
  height: 100%;
  width: 100%;
  display: flex;
}

.swiper-pagination {
  margin-bottom: -10px;
}


.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffc02b;
}

.about-us-cards .swiper-slide {
  height: auto;
}

.about-us-card {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 207px;
  flex-direction: row-reverse;
  box-shadow: 0px 0px 10px 2px #0000000d;
  border-radius: var(--radius);
  overflow: hidden;
}


.Rectangle {
  position: absolute;
  height: 100%;
  max-width: 222px;
  object-fit: cover;
  inset-inline-start: 0;
  /* bottom: 0; */
  border-radius: 15px 0 0 15px;
  user-select: none;
  display: flex;
  justify-content: end;
}

[dir="rtl"] .Rectangle {
  transform: scaleX(-1);
}

/* .card-img {
    position: absolute;
    inset-inline-start: 10px;
    z-index: -1;
    bottom: 0;
    width: 40px;
    aspect-ratio: 1/1;
} */

.card-img{
  position: absolute;
  inset-inline-end: -20px;
  z-index: -1;
  bottom: 0;
  height: 80%;
  width: 200px;
  aspect-ratio: 1/1;
}

.orient-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  backdrop-filter: blur(12.5px);

}

.orient-swiper .swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  inset-inline-end: var(--swiper-pagination-right, 8px) !important;
  inset-inline-start: var(--swiper-pagination-left, auto) !important;
}

.orient-swiper .swiper-wrapper .at-orient-content {
  padding: 0 20px;
}

.card-content {
  padding: 20px;
  width: 100%;
  margin-inline-end: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.card-content-image{
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background-color: var(--yellow);
  border-radius:30px;
  box-shadow: 0px 0px 5px 2px #14141409;
}
.card-content-image img{
  width: 32px;
  aspect-ratio: 1/1;
}
.card-title {
  color: black;
}

.card-text {
  font-size: 17px;
  font-weight: 300;
  color: var(--gray-medium);
}

/* More About Us */
.more-title {
  font-weight: 600;
  font-size: 50px;
  color: var(--green);
  margin-bottom: 50px;
}

.more-section {
  align-items: end;
  gap: 120px;
}

.more-content {
  border-inline-start: 3px solid var(--green);
  padding: 30px;
}

.more-content-title,
.more-content-text {
  font-weight: 500;
  font-size: 20px;
}

.more-content-title {
  margin-bottom: 40px;
}

.more-content-text {
  color: var(--gray);
}

.vatika {
  width: 400px;
  height: 400px;
}

/* Only use grid on large screens where you don't need slider */
@media (min-width: 1024px) and (max-width: 1400px) {
  .more-section {
    gap: 20px;
  }

}

@media (min-width: 768px) and (max-width: 1023px) {
  .more-section {
    gap: 20px;
  }

  .vatika {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 767px) {
  .vatika {
    display: none;
  }

  .more-section {
    gap: 0;
  }
}

/* At Orient */
.at-orient {
  display: flex;
  align-items: center;
  justify-content: center;
}

.orient-img {
  position: relative;
}

.at-orient-content {
  position: absolute;
  padding: 115px 0;
  color: white;
  text-align: center;
}

.at-orient-title {
  font-size: 50px;
  font-weight: 700;
}

.at-orient-text {
  font-size: 25px;
  font-weight: 400;
}

.orient-swiper {
  width: 100%;
  height: 380px;
}

.orient-swiper-slide {
  height: 380px;
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
}

.orient-swiper-slide img {
  display: block;
  width: 100vw;
  height: 380px;
  object-fit: cover;
}

.swiper {
  width: 100%;
  overflow: hidden;
}


@media (max-width: 1024px) {
  .about-us-building {
    display: none;
  }

  .about-us-section .about-us-content {
    flex: 0 0 100%;
  }
}


@media (max-width: 520px) {
  .about-us-section {
    margin-top: 0;
  }

  .about-us-building, .vatika {
    display: none;
  }

  .about-us-content {
    flex: 0 0 100%;
  }

  .more-section {
    gap: 0;
  }
}



.card-content-title{
  display: flex;
  align-items: center;
  gap: 6px;
}

.card-title-img{
  width: 32px;
  aspect-ratio: 1/1;
}


@media (max-width: 480px) {
  .about-us-card {
    width: 100%;
    height: 100%;
    min-height: 100px;
  }



  .Rectangle {
    display: none;
  }
}


@media (max-width: 768px) {
  .about-us-hero-title,.more-title {
    font-size: 30px;
  }

  .swiper-pagination {
    margin-bottom: -4px;
  }
}
