/* HEADER */

.icon-google-pay-wrapper {
  display: flex;
  flex-direction: column;
  align-self: center;
}

.adjust-header-section {
  padding-top: 10rem;
}

.adjust-header-section .container {
  padding-left: 0;
  padding-right: 0;
}

.hero-description-box {
  position: relative;
  padding: 50px;
  padding-left: 0;
  width: 42rem;
  display: flex;
  flex-direction: column;
  z-index: 9;
}

.hero-description-box .title {
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  line-height: normal;
  background: var(
    --Gradient-Smooth,
    linear-gradient(68deg, #5433ff -0.01%, #20bdff 50.16%, #a5fecb 100.33%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-description-box .title {
  font-size: 44px;
  line-height: 55px;
  margin-bottom: -4%;
  background: var(
    --Gradient-Smooth,
    linear-gradient(68deg, #5433ff -0.01%, #20bdff 50.16%, #a5fecb 100.33%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-description-box .copy {
  font-size: 18px;
  line-height: 24px;
  color: #000099 !important;
  font-weight: 500;
  margin-top: 2rem;
}

.hero-image-box {
  width: 100%;
  text-align: center;
  max-width: 550px;
  margin: 0 auto;
}

.hero-image-box img {
  margin-top: 2rem;
  width: 100%;
}

.tag-description {
  position: absolute;
  color: #000099;
  top: 25px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 0.5rem; /* 133.333% */
}

.top-row-container {
  display: flex;
  gap: 0rem;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 992px) {
  .icon-google-pay-wrapper {
    width: 5rem;

    margin: 0 auto;
  }

  .hero-image-box img {
    width: 100%;
  }

  .hero-image-box {
    width: 100%;
  }

  .hero-description-box {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0%;
    margin: 0;
    margin-left: 1rem;
    align-self: center;
  }
}

/*CARDS SECTION*/

.cards-title-box {
  margin-top: 3.75rem;
}

.cards-title-box .cards-title {
  color: #009;
  text-align: center;
  font-family: Barlow;
  font-size: 3.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3.5rem; /* 107.692% */
  margin-bottom: 1.5rem;
}

.cards-title-box .cards-subtitle {
  color: #06f;
  text-align: center;
  font-family: Barlow;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem; /* 133.333% */
  margin: 0 auto;
  text-align: center;
  width: 60%;
}

.cards-section {
  display: flex;
  gap: 78px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  background-color: #ebf0ff;
}

.cards-section .container {
  padding-left: 0;
  padding-right: 0;
}

.cards-section .card-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  gap: 32px;
  margin-top: 3.75rem;
}

.cards-section .card-item {
  display: flex;
  padding: 32px 20px;
  align-items: flex-start;
  gap: 12px;
  flex: 1 0 0;
  align-self: stretch;
  backdrop-filter: blur(17.5px);
  background: #fff;
}

.cards-section .card-item .card-body {
  margin: 0;
  padding: 0;
}

.cards-section .card-item .card-text {
  color: #fafafa;
  font-family: Barlow;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  color: #64748b;
  font-family: Barlow;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem; /* 150% */
}

.cards-section .card-item .card-title {
  color: #06f;
  font-family: Barlow;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 116.667% */
}

@media (max-width: 992px) {
  .cards-section .card-list {
    flex-direction: column; /* stack vertically on smaller screens */
  }

  .cards-title-box .cards-subtitle {
    width: 90%;
  }
}

/*HOW TO ADD SECTION*/

.adjusted-wrapper {
  background-color: #ebf0ff;
  padding-top: 8.75rem;
  padding-bottom: 5rem;
  position: relative;
}

.adjusted-wrapper .adjust-feature-section .container {
  padding-right: 0;

  padding-left: 0;
}

.google-reverse-row {
  margin-bottom: 8rem;
  margin-left: 0;
  margin-right: 0;
}

.google-normal-row {
  flex-flow: row-reverse;
  margin-left: 0;
  margin-right: 0;
}

.feature-description-box {
  width: 100%;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}

.feature-description-box .title {
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 52px;
  line-height: 56px;
  color: #000099;
  margin-bottom: 10%;
}

.feature-image-box {
  display: inline-block;
  /* width: 40%; */
  margin: 0;
}

.feature-description-box {
  display: inline-block;
}

.row.google-reverse-row .feature-description-box {
  width: 40%;
  margin-left: 5rem;
}

.row.google-normal-row .feature-description-box {
  margin-left: 0 !important;
  width: 60%;
}

.feature-description-box .pre-title-instructions {
  color: #009;
  font-family: Barlow;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.375rem; /* 122.222% */
  margin-bottom: 1.06rem;
}
.feature-description-box .title {
  font-style: normal;
  font-weight: 600;
  font-size: 52px;
  line-height: 56px;
  color: #000099;
  margin-bottom: 5%;
}
.feature-description-box .copy {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #64748b;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .row.google-reverse-row .feature-description-box {
    width: 35%;
    margin-left: 6rem;
  }
}

@media (max-width: 992px) {
  .feature-image-box {
    width: 100%;
    text-align: center;
  }

  .feature-image-box img {
    width: 75%;
  }

  .feature-description-box {
    margin-top: 3rem !important;
    margin-left: 0rem !important;
    /* margin-right: 5rem !important; */
    width: 100% !important;
    text-align: center;
  }

  .row.google-normal-row .feature-description-box {
    text-align: center;
  }

  .feature-description-box .copy {
    width: 75%;
    place-self: center;
  }

  .google-normal-row {
    flex-flow: column;
  }
}

/* HOW TO PAY SECTION*/

.how-to-pay-section {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 5rem;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  align-self: stretch;
  background: #ebf0ff;
  color: #fff;
}

.how-to-pay-section .container {
  background: #0066ff;
  display: flex;
  padding: 5rem 7.5rem;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  align-self: stretch;
}

.how-to-pay-section .how-to-pay-title {
  color: #fff;
  text-align: center;
  font-family: Barlow;
  font-size: 3.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3.5rem; /* 107.692% */
}

.how-to-pay-section .how-to-pay-mtext {
  color: #fff;
  text-align: center;
  font-family: Barlow;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem; /* 133.333% */
}

.how-to-pay-section .how-to-pay-stext {
  color: #fff;
  text-align: center;
  font-family: Barlow;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 133.333% */
}

.how-to-pay-section .how-to-pay-subtitle {
  color: #fff;
  text-align: center;
  font-family: Barlow;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem; /* 133.333% */
}

@media (max-width: 992px) {
  .how-to-pay-section {
    padding: 0rem;
  }
  .how-to-pay-section .container {
    padding: 5rem 5rem;
  }
}
