.container {
  max-width: 1024px;
}

.hero-section {
  padding-top: clamp(10.938rem, 7.813rem + 8.681vw, 15.625rem);
  /* padding-inline: ; */
  padding-inline: clamp(1.25rem, -4.583rem + 16.204vw, 10rem);
  padding-bottom: clamp(2.5rem, 0.833rem + 4.63vw, 5rem);
  position: relative;
  overflow: hidden;
}

.hero-section::before {
  content: "";
  position: absolute;
  right: -178.979px;
  top: -204px;
  width: 701.959px;
  height: 642px;
  border-radius: 100px;
  background: linear-gradient(
    180deg,
    rgba(255, 233, 152, 0.2) 0%,
    rgba(130, 100, 0, 0.2) 100%
  );
  filter: blur(250px);
}

.hero-section .inner-content {
  max-width: 1125px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
}

.hero-section .inner-content h4 {
  color: #d9d9d9;
  text-align: center;

  text-transform: capitalize;
  margin-bottom: 5px;

  position: relative;
  z-index: 2;
  background: linear-gradient(115deg, #eed69a 4.94%, #bf841a 95.11%);
  background-clip: text;
  -webkit-background-clip: text;
}
.hero-section .inner-content h4 .highlight {
  -webkit-text-fill-color: transparent;
}
.hero-section .inner-content .heading-wrapper {
  position: relative;
}
.hero-section .inner-content .quote {
  position: absolute;
  left: 0px;
  /* top: -58.985px; */
  top: 0px;
  transform: translateY(-58.985%) translateX(-50%);
  width: clamp(3.125rem, 2.292rem + 2.315vw, 4.375rem);
}
.hero-section .inner-content h2 {
  text-align: center;

  text-transform: uppercase;
  margin-bottom: 10px;

  background: linear-gradient(115deg, #eed69a 4.94%, #bf841a 95.11%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-section .inner-content h6 {
  color: #fff;
  text-align: center;
  

  margin-bottom: 15px;
}
.hero-section .inner-content h5 {
  font-family: Parslay;

  text-align: center;

  margin: 0px;

  background: var(
    --gradient,
    linear-gradient(115deg, #e4c77b 4.94%, #bf841a 95.11%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-section .featured-img {
  width: 100%;
  margin-top: clamp(1.5rem, 0.625rem + 2.431vw, 2.813rem);

  border-radius: 32px;
  aspect-ratio: 1584/761.44;
  max-height: 761.444px;
  min-height: 400px;
  object-fit: cover;
  object-position: center;
}

.founder-background-section {
  background: linear-gradient(180deg, #2a2314 0%, #000 78.51%);
  padding-inline: clamp(1.25rem, -4.583rem + 16.204vw, 10rem);
  padding-block: clamp(2.5rem, 0.833rem + 4.63vw, 5rem);
}
.founder-background-section .container {
  /* max-width: 1576px; */
}

.founder-background-section .founder-background-card .row {
  --bs-gutter-x: clamp(1.5rem, 0.75rem + 2.083vw, 2.625rem);
  --bs-gutter-y: clamp(1.5rem, 0.75rem + 2.083vw, 2.625rem);
}

.founder-background-section .founder-background-card {
  border-radius: 24px;
  background: #fff;
  box-shadow: 0px 4px 82px 0px rgba(255, 229, 161, 0.24);
  padding: clamp(1.75rem, 0.917rem + 2.315vw, 3rem)
    clamp(1.25rem, 0.833rem + 1.157vw, 1.875rem);
  max-width: 1024px;
  margin: auto;
}
.founder-background-section .founder-background-card .founder-img-wrapper {
  padding: clamp(1.25rem, 0.75rem + 1.389vw, 2rem)
    clamp(1rem, 0.667rem + 0.926vw, 1.5rem);
  border-radius: 40px;
  border: 1px solid #77520f;
  position: relative;

  max-width: 380px;
  margin: auto;
}
.founder-background-section
  .founder-background-card
  .founder-img-wrapper
  .star-1 {
  position: absolute;
  left: -28px;
  top: -21px;
  width: 90px;
}
.founder-background-section
  .founder-background-card
  .founder-img-wrapper
  .star-2 {
  position: absolute;
  right: -3px;
  bottom: 9px;
  width: 77px;
}

.founder-background-section
  .founder-background-card
  .founder-img-wrapper
  .founder-img {
  width: 100%;
  border-radius: 40px;
}

.founder-background-section .founder-background-card .details h4 {
  color: #fff;
  text-align: center;


  display: inline;
  padding: 4px 20px;

  border-radius: 11px;
  background: linear-gradient(115deg, #e5c269 4.94%, #bf841a 95.11%);
}
.founder-background-section .founder-background-card .details h2 {
  color: #000;

  margin-top: clamp(0.5rem, 0.25rem + 0.694vw, 0.875rem);
  margin-bottom: clamp(1rem, 0.667rem + 0.926vw, 1.5rem);
}
.founder-background-section .founder-background-card .details h2 .highlight {
  font-weight: 600;
}

.founder-background-section .founder-background-card .details p {
  color: #000;

}
.founder-background-section .founder-background-card .details h5 {
  font-family: Parslay;


  margin-bottom: -10px;

  background: linear-gradient(115deg, #bc9021 4.94%, #bf841a 95.11%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.founder-background-section .founder-background-card .details h6 {
  color: #2b2a2a;

}

@media screen and (max-width: 576px) {
  .founder-background-section
    .founder-background-card
    .founder-img-wrapper
    .star-1 {
    width: 20%;
  }
  .founder-background-section
    .founder-background-card
    .founder-img-wrapper
    .star-2 {
    width: 20%;
  }
}

@media screen and (max-width: 991px) {
  .founder-background-section .founder-background-card .details {
    text-align: center;
  }
  .founder-background-section .founder-background-card .founder-img-wrapper {
    max-width: 340px;
  }
}
@media screen and (max-width: 768px) {
  .founder-background-section .founder-background-card .founder-img-wrapper {
    max-width: 280px;
  }
  .founder-background-section .founder-background-card .details {
    text-align: center;
  }
}
.bottom-section {
  padding-top: clamp(2.5rem, 0.833rem + 4.63vw, 5rem);
  padding-inline: clamp(1.25rem, -4.583rem + 16.204vw, 10rem);
}
.bottom-section .inner {
  text-align: center;

  position: relative;
  padding-bottom: clamp(2.5rem, 0.833rem + 4.63vw, 5rem);
  border-bottom: 1px solid #fee999;
}
.bottom-section .inner .behind {
  text-align: center;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #e4c77b;
  color: transparent;
  font-family: Raleway;
  font-size: clamp(3.75rem, -0.042rem + 10.532vw, 9.438rem);
  font-style: normal;
  font-weight: 700;
  line-height: 109.768%;
  opacity: 0.32;
  text-transform: uppercase;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%) translateY(-48%);
  width: 100%;
}

.bottom-section .inner h2 {
  position: relative;
  z-index: 3;
  color: #fff;
  text-align: center;


  background: var(
    --gradient,
    linear-gradient(115deg, #e4c77b 4.94%, #bf841a 95.11%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  /* -webkit-text-fill-color: transparent; */

  max-width: 800px;
  margin: auto;
}

.bottom-section .inner h2 .highlight {

  font-weight: 900;
  -webkit-text-fill-color: transparent;
}
