@charset "UTF-8";
.text-primary {
  color: #FF00FF !important;
}
.container-lg {
  padding: 0px 20px;
}

.header-nv {
  position: fixed;
  width: 100%;
  top: 8px;
  left: 0;
  padding-bottom: 8px;
  z-index: 5;
  transition: background 0.35s ease-in-out, top 0.35s ease-in-out;
}
.shadow-bottom {
  top: 0;
  transition: background 0.7s ease-in-out, top 0.7s ease-in-out;
  background: #fff;
  box-shadow: 0 10px 10px 0 #00000008;
}
.navBar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 23px 0px;
  h1 {
    color: #FF00FF;
    font-family: "DIN Black";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    img {
      height: 40px;
      margin-right: 10px;
    }
  }
  .menu {
    color: #544f4f;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    li {
      margin-left: 62px;
      cursor: pointer;
    }
    .activeNav {
      color: #FF00FF;
      font-weight: 700;
    }
  }
}

.header {
  background: linear-gradient(85deg, rgb(247 222 247 / 60%) 2.24%, rgb(251 236 252 / 60%) 50.95%, rgb(255 247 255 / 60%) 100%);
}
.header .home {
  padding-top: 130px;
}
.header .item-left {
  text-align: left;
}
.header .item-left h1,
.header .item-left h2 {
  color: #333333;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
}
.header .item-left h1 {
  margin-bottom: 20px;
}
.header .item-left .lead {
  color: #59647c;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* text-transform: capitalize; */
  margin-bottom: 60px;
  margin-top: 40px;
}
.header .item-left a img {
  height: 75px;
  cursor: pointer;
}

.commonTile h1 {
  color: #333333;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  text-transform: capitalize;
  text-align: center;
}
.commonTile .underline {
  width: 100px;
  height: 6px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #FF00FF;
  margin: 20px auto;
}

.product-features h2, .product-commitment h2 {
  color: #333333;
  text-align: left;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.product-features .list {
  display: flex;
}
.product-features .list .item {
  flex: 1;
  margin-bottom: 20px;
  box-shadow: 0px 0px 50px 2px #04030308;
  border: 1px solid #f0f0f0;
  border-radius: 15px;
  padding: 20px 15px;
  margin-right: 30px;
  background: rgb(255 255 255 / 30%);
  
}
.product-features .list .item:last-of-type {
  margin-right: 0;
}
.product-features .list .item >p {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
}
.product-features .list .item >div {
  font-size: 18px;
  font-style: normal;
  line-height: 1.4;
  margin: 10px 0;
}

.product-commitment {
  margin-top: 40px;
}
.product-commitment ul {
  list-style: disc;
  font-size: 20px;
  color: #333;
  margin-left: 20px;
}

.product {
  margin-top: 60px;
  margin-bottom: 60px;
}

.loanProcess {
  /* margin-top: 60px; */
  margin-bottom: 120px;
}
.loanProcess .steps {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}
.loanProcess .steps li {
  width: 20%; /* 每个li占据的宽度，根据需要调整 */
  padding-top: 80px;
}
.loanProcess .steps li span {
  color: #333333;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* text-transform: capitalize; */
  display: block;
}
.loanProcess .steps .line {
  width: 82px;
  border-bottom: 4px dashed #FF00FF;
  margin-left: calc(50% - 41px);
  margin-bottom: 43px;
}
.loanProcess .steps img {
  height: 160px;
  margin-bottom: 20px;
}

.feature {
  margin-top: 60px;
}
.feature li {
  padding: 0px 0px 30px 60px;
  gap: 20px;
  border-radius: 20px;
  background: rgb(255 0 255 / 3%);
  margin-bottom: 120px;
  display: flex;
  align-items: center;
}
.feature li h4 {
  color: #333333;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.feature li p {
  color: #333333;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* text-transform: capitalize; */
}
.feature li img {
  height: 410px;
  margin-top: -129px;
}
.feature li .product1 {
  margin-left: 36px;
  margin-right: 158px;
}
.feature li .product2 {
  height: 327px;
  margin-top: -36px;
  margin-left: 187px;
  margin-right: 50px;
}
.feature li .product3 {
  height: 365px;
  margin-top: -84px;
  margin-left: 27px;
  margin-right: 158px;
}
.feature li .product4 {
  height: 341px;
  margin-top: -60px;
  margin-right: 90px;
}

.boxay {
  padding-top: 60px;
  background: rgb(255 0 255 / 3%);
}
.boxay .desc {
  color: #333333;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* text-transform: capitalize; */
  padding-bottom: 60px;
}

.main .desc {
  color: #333333;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  margin-bottom: 80px;
}
.main form {
  width: 50%;
  margin: 0 auto 80px;
}
.main form li {
  text-align: left;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}
.main form label {
  color: #333333;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 20px;
  order: 1;
}
.main form input {
  padding: 12px 20px;
  border-radius: 60px;
  border: 2px solid #ddd;
  color: #333333;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  order: 2;
}

textarea::placeholder,
input::placeholder {
  color: #d8d8d8;
  font-weight: 400;
}
.otp {
  position: relative;
}
.smsSend {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  color: #ffffff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  padding: 16px 35px;
  border-radius: 0 60px 60px 0;
  background: #FF00FF;
  cursor: pointer;
}
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.btn button {
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  height: 64px;
  border-radius: 64px;
  background: #d6d6d6;
  border: none;
}
.btn-disabled {
  color: #d6d6d6;
}
.btn .btn-finish {
  background: #FF00FF;
}

.main .tips {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
}

.box-foot {
  background: #101010;
  padding: 60px 0px 80px 0px;
}
.footer {
  width: 100%;
  background: #101010;
  text-align: center;
}
.footer h1 {
  color: #ffffff;
}
.footer .row {
    text-align: left;
    padding: 20px 0 0;
}
.footer .row p {
  color: #ffffff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin: 20px 0 5px 0;
}
.footer .row a {
  color: #ffffff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  /* font-weight: 700; */
  line-height: 22px;
  text-decoration-line: none;
}
.footer .row a:hover {
  color: #FFFFFF;
}

.footer .row a.link {
  text-decoration-line: underline;
  cursor: pointer;
}
.footer .row a.link:hover {
  color: #FFFFFF;
  text-decoration-line: underline;
}
.copyright {
  color: #898989;
  text-align: center;
  font-family: "Lexend";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin-top: 18px;
  padding-top: 40px;
  border-top: 1px solid #666666;
}

@media (max-width: 768px) {
  .header .home {
    padding-top: 146px;
  }
  .header .item-left {
    text-align: left;
  }
  .header .item-left h1,
  .header .item-left h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .header .item-left h1 {
    margin-bottom: 10px;
  }
  .header .item-left .lead {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .header .item-left a img {
    height: 37.5px;
  }
  .main .tips {
    font-size: 12px;
  }
  .commonTile h1 {
    font-size: 20px;
    line-height: 28px;
  }
  .commonTile .underline {
    width: 50px;
    height: 3px;
    margin: 10px auto;
  }
  .product-features h2, .product-commitment h2 {
    font-size: 18px;
    line-height: 22px;
    margin-top: 0;
  }
  .product-features .list {
    display: block;
  }
  .product-features .list .item {
    margin-right: 0;
  }
  .product-features .list .item >p {
    font-size: 16px;
  }
  .product-features .list .item >div {
    font-size: 14px;
  }
  .product-commitment ul {
    font-size: 14px;
  }
  .product {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .loanProcess {
    /* margin-top: 60px; */
    margin-bottom: 60px;
  }
  .loanProcess .steps {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
  }
  .loanProcess .steps li {
    width: 50%; /* 每个li占据的宽度，根据需要调整 */
    padding-top: 40px;
  }
  .loanProcess .steps li span {
    font-size: 12px;
    line-height: 20px;
  }
  .loanProcess .steps img {
    height: 80px;
    margin-bottom: 20px;
  }
  .feature {
    margin-top: 40px;
  }
  .feature li {
    padding: 16px;
    margin-bottom: 30px;
    gap: 10px;
    border-radius: 12px;
    text-align: center;
  }
  .feature li h4 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .feature li p {
    font-size: 14px;
    line-height: 26px;
  }
  .boxay {
    padding-top: 30px;
  }
  .boxay .desc {
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 40px;
  }

  .main .desc {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  .main form {
    width: 100%;
    margin: 0 auto 40px;
  }
  .main form li {
    margin-bottom: 20px;
  }
  .main form label {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .main form input {
    padding: 8px 20px;
    border-radius: 40px;
    border: 1px solid #ddd;
    font-size: 13px;
    line-height: 22px;
  }
  
  .smsSend {
    font-size: 14px;
    line-height: 22px;
    padding: 9px 20px;
    border-radius: 0 40px 40px 0;
   
  }
  .btn button {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    height: 40px;
    border-radius: 40px;
  }
}

@media (max-width: 576px) {

  .navBar {
    flex-wrap: wrap;
    padding: 50px 20px 0px 20px;
    h1 {
      font-size: 12px;
      line-height: 20px;
      align-items: flex-start;
      img {
        margin-right: 10px;

        height: 20px;
      }
    }
    .menu {
      font-size: 12px;
      line-height: 20px;
      width: 100%;

      justify-content: space-between;
      li {
        margin: 0;
      }
    }
    .logo {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      margin-bottom: 18px;
    }
  }
  
  .box-foot {
    background: #101010;
    padding: 30px 0px 50px 0px;
  }
  .footer {
    width: 100%;
    text-align: center;
  }
  .footer .row .col-md-3, .col-md-6 {
    margin-bottom: 30px;
  }
  .footer .row p {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .footer .row a {
    font-size: 13px;
    display: block;
  }
    
  .footer .copyright {
    font-size: 12px;
    line-height: 20px;
    padding-top: 20px;
    margin-top: 8px;
  }
}