* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  background: #fff;
  scroll-behavior: smooth;
}

body {
  font-family: Source Han Sans CN, -apple-system, Roboto, Helvetica, sans-serif;
  color: #000;
  line-height: normal;
  width: 1440px;
  overflow-x: hidden;
  scroll-behavior: smooth;
  margin: 0 auto;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}


.global-vcc-provider {
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

.header {
  display: flex;
  width: 100%;
  color: #000;
  flex-wrap: wrap;
  padding: 22px 80px;
  align-items: center;
  justify-content: center;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(14.4px);
  background: linear-gradient(90deg, rgba(221, 255, 232, 0.1), rgba(230, 252, 213, 0.1));
  box-shadow: 0 4px 6px rgba(171, 171, 171, 0.6);
}

.logo {
  text-align: center;
  font: 400 26px/1 Montserrat, sans-serif;
  line-height: 24px;
  position: absolute;
  left: 80px;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 80px;
  white-space: nowrap;
  letter-spacing: -0.16px;
  justify-content: start;
  flex-wrap: wrap;
  font: 500 16px/1.5 Source Han Sans CN, -apple-system, Roboto, Helvetica, sans-serif;
}

.nav-item {
  align-self: stretch;
  margin: auto 0;
}

.hero-section {
  display: flex;
  padding-top: 131px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.hero-content {
  padding-left: 80px;
  align-self: stretch;
}

.hero-columns {
  gap: 20px;
  display: flex;
}

.hero-text-column {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: auto;
  margin-left: 0;
}

.hero-text-wrapper {
  display: flex;
  margin-top: 17px;
  width: 100%;
  flex-direction: column;
  color: #082721;
  font: 700 18px Source Han Sans CN, -apple-system, Roboto, Helvetica, sans-serif;
}

.hero-title {
  width: max-content;
  font-size: 60px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: -0.6px;
}

.hero-subtitle {
  font-size: 40px;
  line-height: 0.6;
  align-self: start;
  margin-top: 26px;
}

.hero-description {
  font-weight: 400;
  line-height: 34px;
  margin-top: 45px;
  max-width: 520px;
}

.cta-button {
  border-radius: 20px 0 20px 0;
  background-color: #b2ff34;
  align-self: start;
  display: flex;
  margin-top: 86px;
  gap: 17px;
  white-space: nowrap;
  text-align: center;
  line-height: 2;
  padding: 21px 29px;
}

.cta-icon {
  display: block;
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 18px;
}

.ellipse-div {
  position: absolute;
  top: -59px;
  right: 80px;
  filter: blur(200px);
  border-radius: 50%;
  background: linear-gradient(138.14deg, #ddffe8, #e6fcd5);
  height: 566px;
  width: 566px;
  z-index: 0;
}

.hero-image-column {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 59%;
  margin-left: 20px;
  z-index: 1;
}

.hero-image {
  aspect-ratio: 1.51;
  object-fit: contain;
  object-position: center;
  width: 100%;
  flex-grow: 1;
}

.why-us-title {
  color: #000;
  text-align: center;
  margin-top: 253px;
  font: 400 80px/1 Racing Sans One, -apple-system, Roboto, Helvetica, sans-serif;
  scroll-margin-top: 190px;
}

.why-us-image {
  object-fit: cover;
  object-position: top;
  width: 811px;
  border-radius: 0;
  margin-top: 24px;
  max-width: 100%;
  height: 480px;
}

.matic-image {
  object-fit: contain;
  object-position: center;
  height: 190px;
  position: absolute;
  left: 300px;
  top: 866px;
}

.eth-image {
  object-fit: contain;
  object-position: center;
  height: 254px;
  position: absolute;
  right: 180px;
  top: 946px;
}

.customize-section {
  position: relative;
  min-height: 729px;
  width: 100%;
  align-items: end;
  padding: 0 112px;
  background: linear-gradient(144.12deg, #082721 58.5%, #B2FF34 41.5%);
}

.customize-image {
  object-fit: contain;
  object-position: center;
  position: absolute;
  height: 535px;
  top: 140px;
  right: 152px;
}

.customize-title {
  margin-top: 83px;
  margin-bottom: 25px;
  color: #b2ff34;
  letter-spacing: -0.5px;
  font: 900 50px/1.5 Source Han Sans CN, -apple-system, Roboto, Helvetica, sans-serif;
}

.customize-description {
  margin-bottom: 20px;
  color: #fff;
  letter-spacing: -0.2px;
  font: 400 20px/1.5 Source Han Sans CN, -apple-system, Roboto, Helvetica, sans-serif;
}

.customize-features {
  display: flex;
  gap: 40px;
}

.customize-feature {
  position: relative;
  width: 264px;
  height: 206px;
  text-align: center;
}

.feature-bg {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 165px;
  border-radius: 16px;
  background-color: rgba(53, 136, 58, 0.15);
}

.feature-img {
  position: relative;
  z-index: 2;
}

.feature-label {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 2;
  bottom: 34px;
  color: #fff;
  letter-spacing: -0.2px;
  font: 400 20px/1.5 Source Han Sans CN, -apple-system, Roboto, Helvetica, sans-serif;
}

.customize-button {
  width: min-content;
  border-radius: 20px 0 20px 0;
  background-color: #b2ff34;
  display: flex;
  margin-top: 90px;
  gap: 17px;
  white-space: nowrap;
  text-align: center;
  line-height: 2;
  padding: 21px 29px;
  font: 700 18px Source Han Sans CN, -apple-system, Roboto, Helvetica, sans-serif;
}

.api-integration {
  align-self: end;
  display: flex;
  margin-top: 144px;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.api-title {
  color: #082721;
  letter-spacing: -0.5px;
  font: 900 50px/1.5 Source Han Sans CN, -apple-system, Roboto, Helvetica, sans-serif;
}

.api-description {
  color: #000;
  letter-spacing: -0.22px;
  margin-top: 23px;
  font: 500 22px/1.5 Source Han Sans CN, -apple-system, Roboto, Helvetica, sans-serif;
}

.api-button {
  border-radius: 20px 0 20px 0;
  background-color: #b2ff34;
  display: flex;
  margin-top: 35px;
  max-width: 100%;
  flex-direction: column;
  color: #082721;
  white-space: nowrap;
  justify-content: center;
  padding: 12px 25px;
  font: 700 18px/38px Source Han Sans CN, -apple-system, Roboto, Helvetica, sans-serif;
}

.api-button-content {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: start;
}

.api-button-text {
  align-self: stretch;
  width: 103px;
  margin: auto 0;
}

.api-button-icon {
  aspect-ratio: 0.95;
  object-fit: contain;
  object-position: center;
  width: 18px;
  align-self: stretch;
  margin: auto 0;
}

.api-image {
  object-fit: contain;
  object-position: center;
  width: 692px;
  border-radius: 30px;
  margin-top: 43px;
  max-width: 100%;
}

.card-system-title {
  color: #082721;
  letter-spacing: -0.5px;
  text-align: center;
  margin-top: 168px;
  font: 900 50px/1.5 Source Han Sans CN, -apple-system, Roboto, Helvetica, sans-serif;
}

.card-system-features {
  margin-top: 59px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 76px 74px;
  align-items: center;
  justify-content: center;
}

.feature-card {
  box-sizing: border-box;
  border-radius: 16px;
  background: linear-gradient(103.32deg, rgba(230, 252, 213, 0.4), rgba(248, 250, 223, 0.4));
  height: 280px;
  width: 570px;
  padding: 67px 52px;
}

.feature-content {
  gap: 20px;
  display: flex;
}

.feature-text-column {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 59%;
  margin-left: 0;
}

.feature-text-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  font-family: Source Han Sans CN, -apple-system, Roboto, Helvetica, sans-serif;
  color: #000;
}

.feature-title {
  align-self: start;
  display: flex;
  gap: 18px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.3px;
  line-height: 1.5;
  align-items: center;
}

.feature-icon {
  width: 0;
  height: 36px;
  border-right: 4px solid #b2ff34;
}

.feature-description {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: -0.2px;
  margin-top: 16px;
  width: 250px;
}

.feature-image-column {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 41%;
  margin-left: 20px;
}

.feature-image {
  aspect-ratio: 1.27;
  object-fit: contain;
  object-position: center;
  width: 177px;
  margin-top: 7px;
  max-width: 100%;
  flex-grow: 1;
}

.safety-section {
  margin: 10px 0;
  width: 100%;
  height: 1180px;
  background: url(../img/safety-bg.png) no-repeat center center;
}

.safety-title {
  margin-top: 380px;
  margin-left: 112px;
  color: #082721;
  font-size: 50px;
  letter-spacing: -0.5px;
  font-weight: 800;
  margin-bottom: 20px;
}

.safety-content {
  margin-left: 112px;
  color: #000;
  font-size: 20px;
  line-height: 1.7;
  text-align: left;
  width: 500px;
}

.payment-options {
  margin-top: 20px;
  padding: 0 112px;
  scroll-margin-top: 80px;
}

.payment-options-title {
  margin-bottom: 59px;
  color: #082721;
  letter-spacing: -0.5px;
  text-align: center;
  font: 900 50px/1.5 Source Han Sans CN, -apple-system, Roboto, Helvetica, sans-serif;
}

.payment-grid {
  display: flex;
  gap: 26px;
}

.payment-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.main-column {
  flex: 2;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 26px;
  justify-content: space-between;
}

.payment-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
  border-radius: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.payment-card-title {
  backdrop-filter: blur(8px);
  border-radius: 0 0 30px 30px;
  background-color: rgba(255, 255, 255, 0.37);
  text-align: center;
  padding: 8px 0;
  font-size: 20px;
  line-height: 1.7;
}

.payment-card-title-1 {
  font-size: 20px;
  line-height: 1.7;
}

.payment-card-detail {
  font-size: 12px;
}

.image-grid {
  display: flex;
  gap: 30px 50px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.card-image {
  width: 130px;
  height: 130px;
  object-fit: contain;
  object-position: center;
}

.card-1 {
  background-image: url(../img/grid-bg-1.png);
  height: 280px;
}

.card-2 {
  background-image: url(../img/grid-bg-2.png);
  height: 405px;
}

.card-3 {
  background-image: url(../img/grid-bg-3.png);
  height: 405px;
}

.card-4 {
  background-image: url(../img/grid-bg-4.png);
  height: 471px;
  width: calc(50% - 13px);
}

.card-5 {
  background-image: url(../img/grid-bg-5.png);
  height: 471px;
  width: calc(50% - 13px);
}

.card-6 {
  background-image: url(../img/grid-bg-6.png);
  height: 361px;
  width: calc(40% - 13px);
}

.card-7 {
  background-image: url(../img/grid-bg-7.png);
  height: 361px;
  width: calc(60% - 13px);
}

.card-8 {
  background-image: url(../img/grid-bg-8.png);
  height: 255px;
  width: 100%;
}

.cta-section {
  background-color: #b2ff34;
  margin-top: 174px;
  width: 100%;
  padding-right: 80px;
}

.cta-content {
  display: flex;
}

.cta-image-column {
  display: flex;
  flex-direction: column;
  line-height: normal;
}

.cta-image {
  object-fit: contain;
  object-position: center;
  height: 442px;
  flex-grow: 1;
}

.cta-text-column {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: auto;
  margin-left: 116px;
  margin-top: 95px;
  align-items: flex-start;
}

.cta-heading {
  font-size: 50px;
  font-weight: 900;
  line-height: 75px;
  letter-spacing: -0.5px;
  width: 500px;
}

.cta-button-wrapper {
  border-radius: 20px 0 20px 0;
  display: flex;
  margin-top: 43px;
  flex-direction: column;
  font-size: 18px;
  font-weight: 700;
  line-height: 38px;
  justify-content: center;
  padding: 12px 25px;
  border: 1px solid #082721;
}

.cta-button-content {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: start;
}

.cta-button-text {
  align-self: stretch;
  width: 74px;
  margin: auto 0;
}

.cta-button-icon {
  aspect-ratio: 0.95;
  object-fit: contain;
  object-position: center;
  width: 18px;
  align-self: stretch;
  margin: auto 0;
}

.footer {
  background-color: #082721;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  padding: 48px 80px;
  gap: 28px;
}

.footer-logo {
  object-fit: contain;
  object-position: center;
  max-width: 100%;
  height: 20px;
}
