/* Font weight-----
bold - 700
semibold - 600
midium - 500
regular - 400 */

/* HEADER  NAVIGATION */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #0d0d0d;
  stroke: #fff;
  stroke-width: 1px;
  backdrop-filter: blur(12.5px);

  height: 72px;
  padding: 16px 120px;
}
.main-nav-list .nav-cta {
  font-size: 14px;
  padding: 8px 16px;
  line-height: 24;
  letter-spacing: -1%;
  border-radius: 12px;
  color: #fff;
  background-color: #ffffff10;
}
.nav-cta:hover {
  background-color: #ffffff20;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.logo {
  height: 33px;
}
.btn-mobile-nav {
  border: none;
  background: none;
  cursor: pointer;
  display: none;
  font-size: 32px;
  color: white;
}

.main-nav-list {
  height: 56px;
  font-size: 16px;
  line-height: 20;
  letter-spacing: -1%;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 40px;
  color: #fff;
}
.main-nav-link {
  text-decoration: none;
  color: #ffffff;
  font-weight: 400;
  transition: all 0.3s;
}

/* HERO SECTION */

.section-hero {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  background-color: #000;
  padding: 120px 20px;
}
.hero {
  max-width: 792px;
  width: 100%;
  text-align: center;
}
.star-left {
  position: absolute;
  top: 30%;
  left: 10%;
}
.star-right {
  position: absolute;
  bottom: 40%;
  right: 10%;
}
.hero-glow-left {
  position: absolute;
  left: 0px;
  bottom: -75px;
}
.hero-glow-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.vertical-line-one,
.vertical-line-two,
.vertical-line-three,
.vertical-line-four,
.vertical-line-five,
.vertical-line-six {
  position: absolute;
  border: none;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 0;
}
.vertical-line-one {
  left: 300px;
  top: 70px;
  width: 1px;
  min-height: 100vh;
}
.vertical-line-two {
  right: 300px;
  top: 70px;
  width: 1px;
  min-height: 100vh;
}
.vertical-line-three {
  height: 1px;
  width: 300vw;
  top: 30%;
  left: 10%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.vertical-line-four {
  height: 1px;
  width: 300vw;
  top: 30%;
  left: 90%;
  transform: translate(-50%, -50%) rotate(315deg);
}
.vertical-line-five {
  height: 1px;
  width: 40vh;
  top: 21.7%;
  left: 43%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.vertical-line-six {
  height: 1px;
  width: 40vh;
  top: 21.7%;
  left: 57%;
  transform: translate(-50%, -50%) rotate(315deg);
}
.subheading {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 2%;
  margin-bottom: 16px;
  text-transform: uppercase;
  text-align: center;
}

.heading-primary {
  font-size: 64px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -2%;
  line-height: 100%;
  margin-top: 0;
  margin-bottom: 16px;
}
.heading-primary-yellow {
  color: #bcea3e;
}
.hero-description {
  font-size: 18px;
  font-weight: 400;
  line-height: auto;
  letter-spacing: -1%;
  margin-bottom: 32px;
  color: #999999;
}

/* OUR CLIENTS SECTION */
.section-our-clients {
  max-width: 1200px;
  margin: 140px auto;
}
.our-clients-container,
.recent-container {
  max-width: 1200px;
}
.recent-campaign-container,
.clients-header-container {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}
.recent-campaign-header,
.our-clients-header {
  display: flex;
  align-items: center;
  justify-items: center;
  gap: 8px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.32px;
  margin-bottom: 16px;
}
.our-clients {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  gap: 126px;
}
.heading-our-client {
  width: 690px;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.96px;
  color: #00000075;
}
.strong-recent-campaign,
.strong-clients {
  color: #101010;
  font-weight: 600;
}
.our-clients-description {
  color: rgba(0, 0, 0, 0.5);
  align-self: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.18px;
}
.color-block {
  width: 20px;
  height: 20px;
  background-color: #bcea3e;
  display: inline-block;
  border: none;
}

.clients {
  overflow: hidden;
  width: 100%;
  padding: 40px 0;
  position: relative;
}
.clients::before,
.clients::after {
  content: "";
  position: absolute;
  top: 0;
  width: 120px;
  height: 100%;
  z-index: 2;
}

.clients::before {
  left: 0;
  background: linear-gradient(to right, white, transparent);
}

.clients::after {
  right: 0;
  background: linear-gradient(to left, white, transparent);
}

.logos {
  display: flex;
  align-items: center;
  gap: 80px;

  white-space: nowrap;
  flex-wrap: nowrap;

  animation: scroll 30s linear infinite;
}

.logos img {
  height: 40px;
  flex-shrink: 0;
  opacity: 0.8;
  transition: opacity 0.3s;
}

.logos img:hover {
  opacity: 1;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* FREE BOOKING SECTION */

.section-free-booking {
  margin: 0 auto 140px;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  position: relative;
}
.cta-card {
  padding: 64px;
  border-radius: 32px;
  background:
    radial-gradient(
      circle at 30% 30%,
      rgba(255, 255, 255, 0.05) 1px,
      transparent 1px
    ),
    linear-gradient(135deg, #0e0f11 0%, #14161a 100%);
  background-size:
    14px 14px,
    cover;
  color: #cfcfcf;
  position: relative;
  overflow: hidden;
}
.cta-card::before {
  content: "";
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);

  width: 500px;
  height: 400px;

  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.252) 10%,
    rgba(255, 255, 255, 0.092) 70%,
    transparent 60%
  );

  filter: blur(100px);
  pointer-events: none;
}

.heading-free-booking {
  font-size: 48px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.48px;
  color: #ffffff8e;
  margin-bottom: 48px;
  text-align: left;
}
.strong-free-booking {
  font-weight: 600;
  color: #ffffff;
}

/* RECENT CAMPAIGN */

.recent-campaign {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  gap: 100px;
  margin-bottom: 48px;
}
.heading-recent-campaign {
  width: 690px;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.96px;
  color: #00000075;
}
.recent-campaign-description {
  color: rgba(0, 0, 0, 0.5);
  align-self: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.18px;
}

.img-recent-campaign {
  display: flex;
  gap: 24px;
  margin-left: -10px;
}

.img-recent-campaign-01,
.img-recent-campaign-02 {
  border-radius: 16px;
}
.img-recent-campaign-02 {
  height: 336px;
}
.line-scroller {
  border: none;
  height: 4px;
  background-color: #bcea3e;
  width: 50%;
  margin: 0;
}

/* SOLUTION SECTION */

.section-solution {
  display: flex;
  flex-direction: column;
  gap: 172px;
  background-color: #000;
  border-radius: 48px;
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}
.section-solution::before {
  content: "SOLUTION";
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);

  font-size: 200px;
  font-weight: bold;
  color: rgba(209, 209, 209, 0.1);

  z-index: 0;
  pointer-events: none;

  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.8) 50%,
    transparent 100%
  );
}
.content {
  position: relative;
  z-index: 1;
}

.solution-container,
.service-container,
.solution-contact {
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.solution-heading-container,
.service-heading-container {
  display: flex;
  width: 720px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.heading-solution {
  text-align: center;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: -2%;
  line-height: 110%;
  color: rgba(255, 255, 255, 0.6);
}

.heading-solution-yellow {
  color: #bcea3e;
  font-weight: 600;
}
.solution-description {
  font-size: 18px;
  line-height: 140%;
  font-weight: 400;
  letter-spacing: -1%;
  color: rgba(255, 255, 255, 0.6);
}

.problems {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1200px;
  padding: 60px 20px;
}

.problems-card {
  display: flex;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}

.problem-card {
  background: linear-gradient(145deg, #1a1d23, #15181d);
  border-radius: 20px;
  padding: 24px;
  color: #cfcfcf;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.problem-card:hover {
  transform: translateY(-6px);
  border-color: #bcea3e;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.icon-box {
  width: 65px;
  height: 65px;
  background: #222;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 120px;
  color: #bcea3e;
}

.problem-card h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 16px;
  color: #ffffff;
  text-align: left;
}

.problem-card p {
  font-size: 18px;
  color: #9aa0a6;
  line-height: 1.6;
  text-align: left;
}
.services-card {
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.service-card {
  padding: 24px; /* same padding */
  border-radius: 16px;
  display: flex; /* important */
  flex-direction: column;
  justify-content: space-between;
  min-height: 320px;
}
.green {
  background: #bcea3e;
  color: #000;
}
.light {
  background: #e6e6e6;
  color: #000;
}
.dark {
  background: linear-gradient(145deg, #1a1d23, #15181d);
  color: white;
}
.service-card h3 {
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -1%;
  margin-bottom: 166px;
  text-align: left;
}

.service-card p {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -1%;
  opacity: 0.8;
  text-align: left;
}
.green:hover,
.light:hover,
.dark:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
}

.solution-contact {
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.solution-contact p {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -1%;
  color: rgba(255, 255, 255, 0.6);
}
.solution-contact strong {
  color: #fff;
}

.solution-contact a {
  text-decoration: none;
  color: #bcea3e;
}
.solution-contact a:hover {
  color: #9fd900;
  transition: color 0.3s ease;
}
.solution-contact img {
  padding-left: 8px;
}

/* HOW IT WORKS SECTION */

.section-how {
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 140px auto;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.how-header {
  display: flex;
  width: 720px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 140px;
}
.how-subheading {
  display: flex;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.28px;
  color: #101010;
  text-transform: uppercase;
  background-color: #bcea3e;
  border-radius: 48px;
}
.how-subheading img {
  width: 14px;
  height: 14px;
}

.how-heading {
  text-align: center;
  font-family: "Instrument Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.96px;
  color: #101010;
}

.how-cards {
  display: flex;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}

.how-card {
  display: flex;
  height: 360px;
  padding: 24px;
  background: #f2f2f4;
  color: #101010;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 0 0;
}
.how-card:hover {
  transform: translateY(-6px);
  transition: all 0.3s ease;
  background-color: #bcea3e;
}
.how-step {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.how-step {
  color: rgba(0, 0, 0, 0.5);
}

.how-card h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -2%;
  margin-bottom: 16px;
  text-align: left;
}

.how-card p {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -1%;
  opacity: 0.8;
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
}

/* OBJECTION HANDLING SECTION */

.section-objection-handling {
  max-width: 1200px;
  margin: 0 auto 140px auto;
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: center;
}
.objection-handling-content {
  display: flex;
  flex-direction: column;
  gap: 90px;
}
.object-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.objection-handling-header {
  display: flex;
  align-items: center;
  justify-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}
.strong-objection-handling {
  color: #101010;
  font-weight: 600;
}
.heading-objection-handling {
  font-size: 48px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.96px;
  color: rgba(0, 0, 0, 0.56);
}
.objection-handling-faqs {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.objection-handling-faq {
  padding: 24px;
  border-radius: 16px;
  background-color: #f2f2f4;
}
.objection-handling-faq:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
}
.faq-h3 {
  margin-bottom: 12px;
}

.objection-handling-faq h3 {
  font-size: 18px;
  letter-spacing: -0.18px;
  font-weight: 500;
  color: #101010;
  display: flex;
  justify-content: space-between;
}

.faq-p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
}
.objection-handling-faq:last-child {
  margin-bottom: 0;
}
.objection-handling-img {
  flex: 1;
  height: auto;
  width: 588px;
  border-radius: 24px;
  border: 1px solid #101010;
}

/* TESTIMONIAL SECTION */

.section-testimonials {
  background-color: #000;
  padding: 0 0;
  border-radius: 48px;
}
.testimonials-first-container {
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  flex-direction: column;
  gap: 64px;
  padding-top: 120px;
}
.testimonials-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.testimonials-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.testimonials-subheader {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}

.testimonials-header {
  display: flex;
  align-items: center;
  justify-items: center;
  color: #fff;
  gap: 8px;
  line-height: 32px;
  letter-spacing: 2%;
  margin-bottom: 16px;
}

.heading-testimonials {
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -2%;
  color: #fff;
}
.testimonials-data {
  display: flex;
  width: 384px;
  flex-direction: column;
  gap: 32px;
}

.testimonials-analysis h3 {
  font-size: 24px;
  color: #fff;
  line-height: 120%;
  letter-spacing: -2%;
  margin-bottom: 8px;
}
.testimonials-analysis p {
  font-size: 18px;
  color: #ffffff;
  opacity: 60%;
  line-height: 140%;
  letter-spacing: -1%;
}
.bar {
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  margin-top: 8px;
  border-radius: 2px;
  overflow: hidden;
}

.percentage-bar {
  height: 100%;
  background-color: #bcea3e;
}
.one {
  width: 92%;
}
.two {
  width: 87%;
}
.three {
  width: 78%;
}

.section-testimonials-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  width: 100%;
  height: 580px;
}
.testimonials-container,
.founder,
.growth-leads {
  height: 100%;
}

.founder {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}

.founder-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.overlay {
  position: absolute;
}
.founder-description {
  display: flex;
  width: 384px;
  height: 572px;
  padding: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.founder-content {
  position: absolute;
  bottom: 0;
  color: #fff;
}
.quote {
  height: 24px;
  width: 24px;
}

.founder-speech {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.18px;
  color: #ffffff;
  margin-bottom: 24px;
}
.author h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -2%;
  margin-bottom: 4px;
}
.author p {
  font-size: 16px;
  font-weight: 400;
  opacity: 60%;
  letter-spacing: -1%;
}
.growth-leads {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.growth-lead {
  flex: 1;
  background-color: #fff;
  border-radius: 16px;
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}
.growth-description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.growth-lead-testimonial {
  font-size: 18px;
  font-weight: 450px;
  line-height: 120%;
  letter-spacing: -1;
}
.author-info {
  display: flex;
  gap: 16px;
}

.testimonial-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.testimonial-description {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff60;
  letter-spacing: -1%;
}
.testimonial-description strong {
  color: #fff;
  font-weight: 500;
}
.meet-ash {
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin: 120px auto 0 auto; /* center horizontally */
  align-items: center;
  gap: 32px;
  padding-bottom: 120px;
}

.testimonial-card {
  border-radius: 16px;
  background:
    radial-gradient(
      circle at 30% 30%,
      rgba(255, 255, 255, 0.05) 1px,
      transparent 1px
    ),
    radial-gradient(circle at top, rgba(110, 110, 110, 0.4) 1%, transparent 70%);
  background-size:
    14px 14px,
    cover;
  color: #cfcfcf;
  position: relative;
  overflow: hidden;
}
.testimonial-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.testimonial-ash {
  display: flex;
  padding: 0 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  flex: 1 0 0;
}
.author-ash {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  flex: 1 0 0;
}

.meet-ash-heading {
  display: flex;
  align-items: flex-start;
  gap: 48px;
  align-self: stretch;
}

.meet-ash-heading h2 {
  font-size: 48px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  line-height: 120%;
  letter-spacing: -2%;
}
.ash-designation {
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}

.meet-ash-heading-yellow {
  color: #bcea3e;
}

.ash-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: -1;
}
.ash-content ul {
  color: #fff;
  margin-top: 48px;
  list-style-type: none;
}
.ash-content li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  gap: 12px;
}

/* Case Studie SECTION */

.section-case-studies {
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 140px auto; /* centers horizontally */
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 48px;
}
.case-header {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}

.case-studies-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  margin-top: 130px;
}

.heading-case {
  text-align: center;
  max-width: 760px;
  width: 100%;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
}

.case-studies-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.case-card-one {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.case-card-img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  display: block;
}
.overlay {
  position: absolute;
}
.case-card-content {
  position: absolute;
  bottom: 0;
  padding: 12px;
  color: #fff;
  padding: 24px;
}

.case-description h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -2%;
  margin-bottom: 8px;
}
.case-description p {
  font-size: 18px;
  font-weight: 450;
  opacity: 60%;
  letter-spacing: -1%;
  margin-bottom: 24px;
}

.case-btn {
  height: 40px;
  background-color: #bcea3e;
  padding: 8px 16px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 24%;
  letter-spacing: 2%;
  font-weight: 500;
  text-align: center;
  border: none;
}
.case-btn:hover {
  background-color: #9fd900;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.case-card-two {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.reply-rate,
.more-opportunity {
  display: flex;
  gap: 24px;
}

.reply-rate-content,
.more-opportunity-content {
  padding: 4px 0;
  margin-top: 19px;
}
.reply-rate-content h3,
.more-opportunity-content h3 {
  font-size: 20px;
  font-weight: 600;
  color: #101010;
  line-height: 120%;
  letter-spacing: -2%;
  margin-bottom: 8px;
}
.reply-rate-content p,
.more-opportunity-content p {
  font-size: 16px;
  font-weight: 450;
  color: #000000;
  opacity: 50%;
  letter-spacing: -1;
  margin-bottom: 24px;
}
/* Metrics semi section */
.matrics {
  margin: 0 auto 140px;
  display: flex;
  max-width: 1200px;
  width: 100%;

  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.matrics-data {
  display: flex;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  color: #101010;
}
.revenue {
  display: flex;
  width: 588px;
  flex-direction: column;
  align-items: flex-start;
}

.revenue h1,
.generated-clients h1,
.partner-brands h1 {
  font-size: 128px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -2.56px;
}
.revenue p,
.generated-clients p,
.partner-brands p {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -2%;
}
.matrics-line {
  width: 1200px;
  color: 1px solid #000000;
  opacity: 10%;
}
.matrics-text {
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 18px;
  line-height: normal;
  letter-spacing: -0.18px;
}

/* Secure a Call Section */

.section-sac {
  margin-bottom: 140px;
  justify-content: center;
  text-align: center;
}
.sac-container {
  display: flex;
  padding: 120px 40px;
  justify-content: center;
  border-radius: 32px;
  background:
    radial-gradient(
      circle at 30% 30%,
      rgba(255, 255, 255, 0.05) 1px,
      transparent 1px
    ),
    linear-gradient(135deg, #0e0f11 0%, #14161a 100%);
  background-size:
    14px 14px,
    cover;
  color: #cfcfcf;
  position: relative;
  overflow: hidden;
}
.sac-container::before {
  content: "";
  position: absolute;

  top: -250px;
  left: 50%;
  transform: translateX(-50%);

  width: 800px;
  height: 400px;

  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.112) 25%,
    rgba(255, 255, 255, 0.166) 30%,
    rgba(255, 255, 255, 0.08) 75%,
    transparent 70%
  );

  filter: blur(90px);
  pointer-events: none;
}
.sac-content {
  display: flex;
  width: 620px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  justify-content: center;
  align-self: stretch;
  position: relative;
  z-index: 1;
}
.sac-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  padding: 0 30px;
}

.heading-secure-call {
  font-size: 64px;
  font-weight: 600;
  line-height: 100%;
  color: #ffffff;
  text-align: center;
  letter-spacing: -1.28px;
}
.sac-card p {
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.18px;
}
.sac-btn {
  height: 56px;
  background-color: #bcea3e;
  padding: 16px 24px;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  border: none;
}
.sac-btn:hover {
  background-color: #9fd900;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.sac-btn-content {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer {
  max-width: 1200px;
  margin: 0 auto;
}
.footer-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

.footer-main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.footer-heading {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -2%;
  color: #101010;
}

.footer-link {
  list-style-type: none;
  font-size: 16px;
  font-weight: 450;
  line-height: 180%;
  letter-spacing: -1;
  color: #101010;
}

.footer-contact {
  display: flex;
  width: 412px;
  flex-direction: column;
  align-items: flex-end;
  gap: 32px;
}

.social-icons {
  display: flex;
  gap: 16px;
}

.social-icons img {
  height: 24px;
  width: 24px;
}

.newsletter p {
  font-size: 16px;
  font-weight: 450;
  line-height: 180%;
  letter-spacing: -1;
  text-align: left;
  margin-bottom: 8px;
}
.newsletter-form {
  display: flex;
  align-items: center;
  gap: 12px;
  align-self: stretch;
}
.newsletter-form input {
  height: 56px;
  width: 240px;
  border-radius: 12px;
  padding: 16px 20px;
  border: none;
  background-color: #f2f2f4;
  font-size: 16px;
}

.sub-btn {
  height: 56px;
  background-color: #bcea3e;
  padding: 16px 24px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 24%;
  letter-spacing: 2%;
  font-weight: 500;
  text-align: center;
  border: none;
  text-transform: uppercase;
}
.sub-btn:hover {
  background-color: #9fd900;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.footer-line {
  color: 1px solid #000000;
  opacity: 10%;
}
.copywrite-text {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
