@font-face {
  font-family: "Visby CF Heavy";
  font-style: normal;
  font-weight: 400;
  src: url("../font/Visby-CF-font/Visby-CF/Fontspring-DEMO-visbycf-heavy.otf")
    format("opentype");
}
body {
  font-family: "Connect", sans-serif;
}

.hero-section h1 {
  background: linear-gradient(
    90.47deg,
    #11007a 4.22%,
    #6328c3 34.64%,
    #e36bff 73.87%
  );
  color: transparent;
  -webkit-background-clip: text;
  font-family: "Visby CF Heavy", sans-serif;
  font-size: 120px;
  font-weight: 900;
  line-height: 100px;
  letter-spacing: -0.02em;
}
.hero-section h2 {
  font-family: "Visby CF Heavy", sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 100px;
  letter-spacing: -0.02em;
  background: linear-gradient(
    90.47deg,
    #11007a 4.22%,
    #6328c3 34.64%,
    #e36bff 73.87%
  );
  color: transparent;
  -webkit-background-clip: text;
}
.section-padding {
  padding: 10.34px 12px 0px 12px;
}
.brand-advantage {
  padding: 50.23px 24px 60px 24px;
}
.hero-section{
  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 24px 24px 0px 0px;
  background: linear-gradient(116.72deg, #f3f0ff 0%, #f0f6ff 100%);
  background-image: url(../images/background-image-hero-section-min.png);
  background-size: cover;
  background-position: bottom;
  height: 100vh;
}

.hero-section p {
  background: #11007a;
  color: transparent;
  -webkit-background-clip: text;
  font-family: "Readex Pro", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
  width: 60%;
  margin: 16px auto;
}
.hero-section a {
  padding: 15px 26px 16px 26px;
  border-radius: 32px;
  background: #6328c3;
  font-family: "Readex Pro", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  border: none;
  text-decoration: none;
}

img {
  width: 70%;
  height: auto;
}
.roundarrow {
  width: 163.56px;
  height: auto;
  margin: 0px 0px 0px 7px;
  position: absolute;
  /* transform: rotate(15deg); */
}

.choose {
  padding: 0px 88px 50px 88px;
}
.choose h2 {
  font-family: "Visby CF Heavy", sans-serif;
  font-size: 70px;
  font-weight: 800;
  line-height: 85.26px;
  color: #6328c3;
  margin-bottom: 4px;
}
.span-text {
  font-family: "Readex Pro", sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 35.26px;
  color: #6328c3;
}
.card-feature h3 {
  font-family: "Readex Pro", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #11007a;
}
.modal-body h1 {
  font-family: "Readex Pro", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 19.64px;
  color: #11007a;
}
.modal-content {
  width: 90%;
  margin: auto;
}
.popup-image {
  width: 271px;
  height: auto;
}
.modal-content {
  border-radius: 20px;
}
.modal-footer {
  border: 0px;
}
.button-popup {
  padding: 15px 18px;
  border-radius: 32px;
  background: #6328c3;
  border: none;
  font-family: "Readex Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.5px;
  color: #ffffff;
}
.modal-body p {
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  color: #11007a;
  padding: 0px 15px;
}

.custom-box {
  height: 30px;
  background-color: #f7f0fc;
  /* / border-radius: 20px; / */
  position: relative;
}

.custom-box::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  width: 75%;
  height: 59px;
  background-color: #f7f0fc;
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
}
.features {
  border-radius: 0 24px 24px;
  margin-bottom: 30px;
}
.custom-box::after {
  content: "";
  position: absolute;
  top: -5px;
  right: 0px;
  width: 25%;
  height: 45px;
  background-color: #ffffff;
  border-bottom-left-radius: 24px;
}

.card-body p {
  font-family: "Readex Pro", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
  text-align: left;
  color: #11007a;
}
.valuation-metrics {
}

.metrics h4 {
  font-family: "Visby CF Heavy", sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 35.26px;
  color: #6328c3;
  padding-bottom: 15px;
}
.metric-box h1 {
  font-family: "Readex Pro", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #11007a;
}
.metric-box h2 {
  font-family: "Readex Pro", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 42px;
  text-align: left;
  color: #e36bff;
}
.card-feature {
  background: #ffffff;
  border: 1px solid #efd9ff;
  border-radius: 16px;
  padding: 30px 35px 0px 33px;
  height: 100%;
}
.main-card-body {
  margin-bottom: 24px;
}
.image-card {
  background: #ffffff;
  border: 1px solid #efd9ff;
  border-radius: 16px;
  height: 100%;
  padding: 0px 23px 0px 32px;
}

.text-content {
  font-family: "Readex Pro", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
  color: #11007a;
}
.image-card h3 {
  font-family: "Readex Pro", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #11007a;
}
.image-card p {
  font-family: "Readex Pro", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
  text-align: left;
  color: #11007a;
}
.metric-box {
  padding: 20px 10px 16px 20px;
  border: 1px solid #cebcff80;
  border-radius: 16px;
  background: #fbefff66;
  height: auto;
  margin-bottom: 20px;
}
.card-feature p {
  font-family: "Readex Pro", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
  text-align: left;
  color: #11007a;
}
.connect {
  padding: 0px 80px 0px 50px;
}

.invest {
  padding-bottom: 44px;
}
.domain h1 {
  font-family: "Visby CF Heavy", sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 35.26px;
  color: #6328c3;
}
.domain p {
  font-family: "Readex Pro", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  text-align: left;
  color: #11007a;
}
.form-section {
  width: auto;
  padding: 12px 30px 4px 30px;
  border-radius: 20px;
  border: 1px solid #efd9ff;
  height: 100%;
}
.form-label {
  font-family: "Readex Pro", sans-serif;
  font-size: 24px;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  text-align: left;
  color: #11007a;
}
.form-control {
  border: 1px solid #ad91fcbf;
}
input.form-control {
  height: 55px;
}
.form-group textarea {
  height: 100px;
  resize: unset;
}
.arrow-image {
  height: 16px;
  width: 22px;
  padding-left: 5px;
}
.form-group {
  margin-top: 15px;
}
.data-submit {
  font-family: "Readex Pro", sans-serif;
  font-size: 24px;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  color: #11007a;
}
.form-control::placeholder {
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #11007a33;
}
.form-button {
  padding: 14px 24px;
  border-radius: 32px;
  background: #6328c3;
  color: #ffffff;
  margin-top: 12px;
  justify-content: center;
  align-items: center;
  border: none;
}

hr {
  border: 1px solid #cebcff80;
  margin-top: 30px;
}
.footer p {
  font-family: "Readex Pro", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 10px;
  color: #6328c3;
  margin: 30px 0px 30px 0px;
}
