/*------------------------------------------------------------------------------
  Intro
------------------------------------------------------------------------------*/
.intro.intro-services {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: visible;

  @media (min-width: 1024px) {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}

.intro .container-fluid {
  position: relative;
}

.intro.intro-services .intro__gradient {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 60%;
  aspect-ratio: 1;
  border-radius: 9999px;
  background: linear-gradient(180deg, rgba(0, 233, 228, 0.1) 0%, rgba(160, 79, 244, 0.2) 100%);
  filter: blur(100px);
}

.intro.intro-services .intro__inner {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: flex-end;
  gap: 2rem;

  @media (min-width: 1280px) {
    gap: 8rem;
  }
}

.intro.intro-services .intro__left {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  grid-column: span 5 / span 5;

  @media (min-width: 1280px) {
    grid-column: span 3 / span 3;
  }
}

.intro.intro-services .intro__right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  grid-column: span 5 / span 5;

  @media (min-width: 1280px) {
    grid-column: span 2 / span 2;
  }
}

.intro.intro-services .intro__subheading {
  margin-bottom: 2rem;
  font-family: "Season Serif", serif;
  font-size: clamp(1.125rem, 2vw, 2rem);
  line-height: 1;
  color: white;
}

.intro.intro-services .intro__heading {
  font-size: clamp(34px, 5vw, 60px);
  line-height: 1.15;
  color: white;
}

.intro.intro-services .intro__offerings {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  width: 100vw;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  -webkit-overflow-scrolling: touch;
  gap: 0.75rem;

  @media (min-width: 768px) {
    flex-wrap: nowrap;
    overflow-x: auto;
    width: 100vw;
    padding-left: 3rem;
    padding-right: 3rem;
    margin-left: -3rem;
    margin-right: -3rem;
    -webkit-overflow-scrolling: touch;
  }

  @media (min-width: 1280px) {
    flex-wrap: wrap;
    overflow-x: visible;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

.intro.intro-services .intro__offer {
  padding: 0.625rem;
  background-color: #151515;
  font-family: "Season Serif", serif;
  font-size: 14px;
  line-height: 1.15;
  color: #a1a1a1;
  white-space: nowrap;
  border-radius: 4px;
}

.intro__offer a {
  color: inherit;
  text-decoration: none;
}

.intro__image {
  display: block;
  margin-bottom: 1rem;
  width: 195px;

  @media screen and (min-width: 1024px) {
    margin-bottom: 2rem;
    width: 260px;
  }
}

.intro__description {
  font-size: clamp(18px, 2vw, 24px);
  color: white;
  line-height: 1.5;
}

.intro__description a {
  color: inherit;
  text-decoration: underline;
}

.intro__description a:hover {
  text-decoration: none;
}

/*------------------------------------------------------------------------------
  Image
------------------------------------------------------------------------------*/
.image {
  padding-bottom: 4rem;
}

@media screen and (min-width: 1024px) {
  .image {
    padding-bottom: 6rem;
  }
}

.image__inner {
  display: block;
  position: relative;
  aspect-ratio: 1;
  border-radius: 25px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .image__inner {
    aspect-ratio: 16 / 9;
  }
}

@media screen and (min-width: 1024px) {
  .image__inner {
    aspect-ratio: 12 / 5;
    border-radius: 50px;
  }
}

.image__inner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/*------------------------------------------------------------------------------
  Testimonial
------------------------------------------------------------------------------*/
.testimonial {
  /* --radius: 25px;

  padding-top: 1.5rem;
  background-color: white;
  border-radius: var(--radius) var(--radius) 0 0;
  margin-top: calc(-1 * var(--radius));

  @media (min-width: 768px) {
    padding-top: 2rem;
  }

  @media (min-width: 1024px) {
    --radius: 50px;

    padding-top: 4rem;
  } */
}

.testimonial__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  padding: 10rem 2rem 2rem;
  border-radius: 25px;
  overflow: hidden;
  min-height: 500px;
  height: 70vh;
  max-height: calc(100vw * (70 / 167));

  @media (min-width: 1024px) {
    border-radius: 50px;
  }
}

.testimonial__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.testimonial__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.testimonial__content {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;

  @media screen and (min-width: 768px) {
    width: 75%;
  }

  @media screen and (min-width: 1024px) {
    width: 50%;
  }
}

.testimonial__heading {
  margin-bottom: 1.5rem;
  font-size: clamp(32px, 5vw, 44px);
  line-height: 1.15;
  color: white;
}

.testimonial__author {
  margin-bottom: 2.5rem;
  font-family: "Season Serif", serif;
  font-size: 18px;
  line-height: 1.15;
  color: white;
}

.testimonial__play {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Season Serif", serif;
  font-size: 15px;
  line-height: 1.15;
  color: white;
  text-decoration: none;
}
