/** HomePage **/

span.bg-heading {
  display: none;
  font-size: 6rem;
  font-weight: 600;
  opacity: 3%;
}

@media (min-width: 1024px) {
  span.bg-heading {
    display: block;
  }
}

.section-heading::before {
  content: '_';
  position: absolute;
  top: 0.5rem;
  color: rgb(var(--color-secondary));
  font-weight: 700;
}

/** HomePage End **/

/** Home Banner **/

.hero-banner .swiper-button-prev, .hero-banner .swiper-button-next {
  color: #ffffff;
}

/** Home Banner **/

/** About Us **/

.rectangle {
  max-width: 35%;
}

.first-rectangle {
  border-top-right-radius: 1.5rem;
  margin-left: 5rem;
}

.second-rectangle {
  border-bottom-left-radius: 1.5rem;
  margin-left: 15rem;
}

/** About Us End **/

/** Vision and Mission **/

@media (min-width: 1024px) {
  section .vision-and-mission {
    border-top-left-radius: 160px;
    border-bottom-right-radius: 160px;
  }
}

.circle {
  position: absolute;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 50%;
}

.circle-1 {
  width: 6.25rem;
  height: 6.25rem;
  top: -3rem;
  left: 40%;
}

.circle-2 {
  width: 12rem;
  height: 6rem;
  top: 20%;
  right: -3rem;
  transform: rotate(-90deg);
  border-radius: 6rem 6rem 0 0;
}

.circle-3 {
  width: 34rem;
  height: 17rem;
  bottom: -8rem;
  left: 50%;
  border-radius: 17rem 17rem 0 0;
}

.circle-4 {
  width: 11.875rem;
  height: 11.875rem;
  bottom: -8rem;
  left: 1rem;
}

/** Vision and Mission End **/

/** Our Flagships **/

#our-flagships .swiper-slide {
  -webkit-transform: translate3d(0, 0, 0);
  /* Fix for Apple Hardware Acceleration issues. */
}

.flagships {
  padding-bottom: 5rem;
}

@media (min-width: 1024px) {
  .flagship:nth-child(2n) {
    margin-top: 4rem;
  }

  .flagship {
    max-width: 21rem;
  }
}

/** Our Flagships End **/

/** Testimonials **/

.testimonials {
  width: 85%;
  padding-top: 5rem;
}

div.testimonial {
  padding-top: 5rem;
}

div.testimonial-photo {
  width: 100px;
  height: 100px;
  top: -3rem;
  left: 1rem;
}

.testimonials-section .swiper-button-prev, .testimonials-section .swiper-button-next {
  color: rgba(var(--color-primary));
}

@media (min-width: 1024px) {
  div.testimonial-photo {
    left: 4rem;
  }

  .testimonials-section .swiper-button-prev, .testimonials-section .swiper-button-next {
    top: calc(50% + 5rem);
  }
}

/** Testimonials End **/
