@import url(./root.css);

.sign-up-for-free-hero-section {
  .signup-hero-bg-img {
    padding-bottom: 99px;

    .signup-hero-title {
      max-width: 100% !important;
      width: 100%;
      padding-bottom: 0;
    }
  }
}

.text-section {
  .text-container {
    min-height: unset !important;
    padding-top: 43px !important;
    padding-bottom: 167px !important;


    @media (max-width: 992px) {
      padding-bottom: 122px !important;
    }

    @media (max-width: 576px) {
      padding-top: 30px !important;
      padding-bottom: 60px !important;
    }

    .paragraph-container {
      gap: 37px;

      @media (max-width: 576px) {
        gap: 16px;
      }

      h2 {
        font-weight: 600;
        font-size: var(--fs-12xl);
        line-height: 140%;
        text-align: center;
        color: #ffffff;
      }
    }
  }

  .video-container {
    position: relative;
    z-index: 3;
    max-width: 1460px;
    margin: 0 auto;
    width: 100%;
    padding: 0 16px;
    margin-bottom: -20px !important;

    @media (max-width: 1440px) {
      height: calc(100vw / 2) !important;
      margin-bottom: 0 !important;
    }

    @media (max-width: 576px) {
      padding: 0 8px;
      height: calc(100vw / 2.1) !important;
    }

    .video-border {
      background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
      padding: 20px;
      transform: translateY(-110px);
      border-radius: 10px;

      @media (max-width: 992px) {
        transform: translateY(-100px);
      }

      @media (max-width: 576px) {
        transform: translateY(-50px);
      }

      .video {
        width: 100%;
        height: auto;
        border-radius: 10px;
      }
    }
  }
}

.how-it-work-body {
  .partner-section {
    padding-bottom: 130px !important;
    background-color: black;

    @media (max-width: 767.98px) {
      padding-bottom: 100px !important;
    }

    @media (max-width: 575.99px) {
      padding-bottom: 80px !important;
    }

    .partner-container {
      max-width: 1619px !important;


      p {
        line-height: 170%;
      }

      .partner-heading {
        line-height: 140% !important;
        padding-bottom: 20px !important;

        @media (max-width: 991.99px) {
          line-height: var(--leading-100) !important;
          padding-bottom: 16px !important;
        }
      }
    }
  }
}

.mb-20 {
  margin-bottom: 20px !important;
}

.how-it-work-body {
  .partner-ellispe {
    background-color: rgb(255, 45, 45) !important;
    left: 50% !important;
    transform: translate(-50%, 50%);
    z-index: 1;
  }

}

.pt-0 {
  padding-top: 0 !important;
}

.bg-transparent {
  background: transparent !important;
}