.font-family-semibold {
  font-family: SohneKraftig;
}

.font-family-bold {
  font-family: SohneHalbfett;
}

/* Hero section */
.l-header {
  background: linear-gradient(180deg, #5068c9 0%, #213897 100%);
  height: 800px;
}

.l-header__inner {
  padding: 148px 20px 0;
}

.l-header .l-header--title {
  font-family: SohneKraftig;
  font-size: 2.5rem;
  color: white;
}

.l-header .l-banner--title {
  font-family: SohneKraftig;
  font-size: 2rem;
  color: white;
}

.l-header .l-header--description {
  color: white;
  margin-top: 24px;
  line-height: 40px;
}

.l-header--description span {
  color: #dfe186;
}

.l-header__img-wrap {
  display: none;
}

@media screen and (min-width: 768px) {
  .l-header .hero-btn {
    margin-top: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .l-header {
    height: 800px;
  }

  .l-header__inner {
    padding: 0 40px 0;
    display: flex;
    justify-content: space-between;
    height: 100%;
  }

  .l-header__details {
    margin-top: 180px;
  }

  .l-header .l-header--title {
    font-size: 3rem;
    /* width: 640px; */
  }

  .l-header .l-banner--title {
    font-size: 2.5rem;
    /* width: 640px; */
  }

  .l-header .l-header--description {
    font-size: 1.125rem;
    line-height: 32px;
  }

  .l-header__img-wrap {
    display: block;
    width: 100%;
    background: url("../../images/header-spiral.png");
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 800px;
    position: relative;
    margin-top: 72px;
  }

  .img--green-circle {
    position: absolute;
    width: 100%;
    right: 0;
    filter: blur(100px);
  }

  .img--lady {
    position: absolute;
    left: 25%;
    margin-top: 120px;
  }

  .access-card {
    width: 137px;
    height: 132px;
    object-fit: cover;
    position: absolute;
    top: 436px;
    left: 46px;
  }

  .zenith-card {
    width: 143px;
    height: 138px;
    object-fit: cover;
    position: absolute;
    top: 250px;
    left: 104px;
  }

  .gtb-card {
    display: none;
    width: 132px;
    height: 127px;
    object-fit: cover;
    position: absolute;
    top: 20px;
    left: 460px;
  }

  .kuda-card {
    width: 150px;
    height: 144px;
    object-fit: cover;
    position: absolute;
    top: 200px;
    right: 0;
  }

  .renmoney-card {
    width: 133px;
    height: 144px;
    object-fit: cover;
    position: absolute;
    top: 380px;
    right: 0;
  }

  .header-img--text {
    background: rgba(80, 222, 175, 0.64);
    border-radius: 20px;
    width: 226px;
    height: 155px;
    padding: 30px 14px;
    text-align: center;
    font-size: 1.25rem;
    line-height: 25px;
    color: white;
    position: absolute;
    top: 40px;
    left: 128px;
  }
}

@media screen and (min-width: 1280px) {
  .gtb-card {
    display: block;
  }

  .kuda-card {
    right: 114px;
  }
}

@media screen and (min-width: 1366px) {
  .l-header .l-header--description {
    width: 526px;
  }

  .l-header__img-wrap {
    min-width: 800px;
  }

  .renmoney-card {
    right: 40px;
  }
}

@media screen and (min-width: 1440px) {
  .l-header {
    padding: 0 80px 0;
  }
}

@media screen and (min-width: 1536px) {
  .l-header .l-header__inner {
    width: 1440px;
    margin: 0 auto;
  }
}
/* End Hero section */

/* Get More Section */
.get-more {
  padding: 0 20px 0;
  margin-top: -40px;
  position: relative;
  z-index: 1;
}

.get-more__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f8f9fa;
  background-image: url("../../images//concentric.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom;
  padding: 50px 20px 0;
  border-radius: 12px;
  /* position: relative; */
  /* height: 30vw; */
}

.get-more--title {
  text-align: center;
  font-size: 1.5rem;
  font-family: SohneKraftig;
}

.dashboard-img {
  width: 100%;
  max-width: 793px;
  /* position: absolute; */
  bottom: -80px;
  /* margin-top: 100px; */
  /* margin-bottom: -100px; */
}

@media screen and (min-width: 1024px) {
  .get-more {
    padding-left: 40px;
    padding-right: 40px;
  }

  .get-more__container {
    height: 700px;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 90px;
    
  }

  .get-more--title {
    font-size: 3rem;
  }

  .dashboard-img {
    margin-top: 50px;
  }
}

@media screen and (min-width: 1440px) {
  .get-more {
    padding-left: 80px;
    padding-right: 80px;
  }
}
/* End Get More Section */

/* Join Lenders Section */
.join-lenders {
  background-color: #deeeff;
  background-image: url("../../images/join-lenders-circles.png");
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -40px;
  padding: 100px 0;
}

.join-lenders-wrap {
  padding: 0 20px 0;
}

.join-lenders--title {
  font-family: SohneKraftig;
  font-size: 1.5rem;
}

.join-lenders--description {
  line-height: 30px;
  margin-top: 32px;
}

.partners {
  margin-top: 70px;
  display: flex;
  align-items: center;
  column-gap: 45px;
}

.join-lenders-img {
  display: none;
}

@media screen and (min-width: 1024px) {
  .join-lenders {
    padding: 280px 0 0;
    height: 936px;
    position: relative;
  }

  .join-lenders--title {
    font-size: 3rem;
  }

  .join-lenders-wrap {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1440px;
    margin: 0 auto;
  }

  .join-lenders--description {
    width: 360px;
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 1440px) {
  .join-lenders-wrap {
    padding-left: 80px;
    padding-right: 80px;
  }

  .join-lenders-img {
    display: block;
    position: absolute;
    width: 350px;
    height: 593px;
    object-fit: cover;
    bottom: -108px;
    left: 35%;
  }
}

@media screen and (min-width: 1536px) {
  .join-lenders-wrap {
    padding: 0;
  }
}
/* End Join Lenders Section */

/* Lender Explained */
.l-explained {
  padding: 0 20px 0;
  margin-top: 140px;
}

.l-explained__container .l-explained--heading {
  text-align: center;
}

.l-explained--heading .l-explained--title {
  font-family: SohneKraftig;
  font-size: 1.5rem;
}

.l-explained--heading .l-explained--description {
  margin-top: 8px;
  color: var(--text);
}

.l-explained--item {
  display: flex;
  flex-direction: column;
  margin-top: 120px;
}

.l-explained--item .l-explained--img {
  width: 100%;
  height: auto;
  max-width: 383px;
  margin: 0 auto 0;
}

.l-explained--item .num {
  display: none;
}

.l-explained--item .l-explained--details {
  margin-top: 32px;
}

.l-explained--details .details--title {
  font-family: SohneKraftig;
  font-size: 1.5rem;
  color: var(--title);
}

.l-explained--details .details--description {
  color: var(--text);
  margin-top: 8px;
}

@media screen and (min-width: 1024px) {
  .l-explained .l-explained__container {
    width: 920px;
    margin: 140px auto 0;
  }

  .l-explained--heading .l-explained--title {
    font-size: 2rem;
  }

  .l-explained--heading .l-explained--description {
    font-size: 1.125rem;
  }

  .l-explained--item {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    margin-top: 80px;
  }

  .l-explained--growth,
  .l-explained--manage,
  .l-explained--credit,
  .l-explained--report {
    margin-top: 0;
  }

  .l-explained--item .num-wrap {
    display: flex;
    height: 40px;
    background-color: white;
    /* margin-right: -16px; */
    z-index: 1;
    position: sticky;
    top: 90px;
  }
  .l-explained--item:nth-child(2) .num-wrap::before {
    content: "";
    display: block;
    width: 2px;
    height: var(--height);
    background-color: #2b73ff;
    position: relative;
    top: 10px;
    left: 17px;
    z-index: -1;
  }

  .l-explained--item:nth-child(2) .num-wrap::after {
    content: "";
    display: block;
    width: 2px;
    height: 1440px;
    background-color: #e7e9ec;
    position: relative;
    top: 10px;
    right: 17px;
    z-index: -2;
  }

  .l-explained--item .num {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: SohneKraftig;
    width: 32px;
    height: 32px;
    background-color: #2b73ff;
    color: white;
    border-radius: 50%;
  }

  .l-explained--item .l-explained--img {
    margin: 0;
  }

  .l-explained--item .l-explained--details {
    height: 366px;
    margin-top: 24px;
  }

  .l-explained--details .details--title,
  .l-explained--details .details--description {
    width: 383px;
    margin-left: auto;
  }

  .l-explained--details .details--description {
    font-size: 1.25rem;
    line-height: 30px;
    color: #575a65;
  }

  .l-explained--growth .l-explained--img-wrap,
  .l-explained--credit .l-explained--img-wrap {
    grid-column: 3/4;
  }

  .l-explained--growth .l-explained--img,
  .l-explained--credit .l-explained--img {
    margin-left: auto;
    display: block;
  }

  .l-explained--growth .num-wrap,
  .l-explained--credit .num-wrap {
    grid-column: 2/3;
    grid-row: 1/2;
  }

  .l-explained--growth .num-two-wrap,
  .l-explained--manage .num-three-wrap,
  .l-explained--credit .num-four-wrap,
  .l-explained--report .num-five-wrap {
    height: 48px;
    align-items: center;
    margin-top: -8px;
    margin-left: -2px;
  }

  .num-two-wrap .num-two,
  .num-three-wrap .num-three,
  .num-four-wrap .num-four,
  .num-five-wrap .num-five {
    background-color: #6f7680;
  }

  .l-explained--growth .l-explained--details,
  .l-explained--credit .l-explained--details {
    grid-column: 1/2;
    grid-row: 1/2;
  }

  .l-explained--growth .l-explained--details .details--title,
  .l-explained--growth .l-explained--details .details--description,
  .l-explained--credit .l-explained--details .details--title,
  .l-explained--credit .l-explained--details .details--description {
    width: 383px;
    margin-right: auto;
    margin-left: 0;
  }

  .l-explained--report .l-explained--details {
    height: auto;
  }
}
/* End Lender Explained */

/* Lender Clients */
.l-clients {
  background-image: linear-gradient(180deg, #5974e1 0%, #2947be 100%);
  border-radius: 12px;
  padding: 70px 57px 120px;
  position: absolute;
  top: -200px;
  right: 0;
  left: 0;
  display: flex;
  flex-direction: column;
}

.l-clients-head {
  display: flex;
  flex-direction: column;
}

.l-explained--title {
  color: #fff;
  font-size: 1.25rem;
}

.l-explained--title span {
  font-family: SohneKraftig;
  color: #fff;
}

.signup-btn {
  text-decoration: none;
  color: #4460d2;
  background-color: #fff;
  width: 170px;
  height: 56px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-family: SohneKraftig;
  border-radius: 20px;
}

.partners-client {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 80px;
  row-gap: 32px;
}

.partners-client svg {
  min-width: 127px;
}

@media screen and (min-width: 768px) {
  .l-clients-head {
    flex-direction: row;
    justify-content: space-between;
  }

  .signup-btn {
    margin-top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .l-clients {
    background-image: url("../../images/header-spiral.png"),
      linear-gradient(180deg, #5974e1 0%, #2947be 100%);
    background-repeat: no-repeat;
    background-position: 180% 50%;
  }

  .l-explained--title {
    font-size: 2.8rem;
  }
}
/* End Lender Clients */

/* Lender Insights */
.l-insights {
  margin-top: 300px;
  padding-bottom: 100px;
  background-color: #f0f7fa;
}

.l-insights .l-insights__inner {
  padding-top: 280px;
  border: none;
  position: relative;
}

.blog--heading {
  font-size: 1.5rem;
  font-family: SohneKraftig;
  text-align: center;
}

.blog--posts__item:nth-child(1) {
  background: linear-gradient(
      0deg,
      #272727 -5.33%,
      rgba(39, 39, 39, 0.906347) 11.08%,
      rgba(39, 39, 39, 0.857464) 15.99%,
      rgba(39, 39, 39, 0.764142) 24.22%,
      rgba(39, 39, 39, 0.331838) 33.44%,
      rgba(39, 39, 39, 0) 52.54%
    ),
    url("../../images/demo_img.png");
}

.blog--posts__item:nth-child(2) {
  background: linear-gradient(
      0deg,
      #272727 -5.33%,
      rgba(39, 39, 39, 0.906347) 11.08%,
      rgba(39, 39, 39, 0.857464) 15.99%,
      rgba(39, 39, 39, 0.764142) 24.22%,
      rgba(39, 39, 39, 0.331838) 33.44%,
      rgba(39, 39, 39, 0) 52.54%
    ),
    url("../../images/demo-img-2.png");
}

.blog--posts__item:nth-child(3) {
  background: linear-gradient(
      0deg,
      #272727 -5.33%,
      rgba(39, 39, 39, 0.906347) 11.08%,
      rgba(39, 39, 39, 0.857464) 15.99%,
      rgba(39, 39, 39, 0.764142) 24.22%,
      rgba(39, 39, 39, 0.331838) 33.44%,
      rgba(39, 39, 39, 0) 52.54%
    ),
    url("../../images/demo-img-3.png");
}

.blog--posts__item .post--date {
  font-size: 1rem;
}

@media screen and (min-width: 1024px) {
  .blog--heading {
    font-size: 3rem;
  }

  .l-insights .l-insights__inner {
    padding-top: 400px;
  }
}
/* End Lender Insights */

.footer {
  margin-top: 0;
  background-color: #2F4CC2;
}
