@font-face {
  font-family: "Rethink";
  src: url("./fonts/RethinkSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Medium";
  src: url("./fonts/RethinkSans-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Rethink-Regular";
  src: url("./fonts/RethinkSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "SemiBold";
  src: url("./fonts/RethinkSans-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "ExtraBold";
  src: url("./fonts/RethinkSans-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "SplitBold";
  src: url("./fonts/BigShouldersStencil-Black.ttf") format("truetype");
}

@keyframes appear {
  from {
    opacity: 0;
    scale: 0.5;
    /* transform: translateX(-100px); */
  }
  to {
    opacity: 1;
    scale: 1;
    /* transform: translateX(0px); */
  }
}

.animationed {
  animation: appear linear;
  animation-timeline: view();
  animation-range: entry 0% cover 40%;
  animation-duration: 5s;
}

.dark-color {
  color: var(--text-dark, #1f1b19);
}
.accent {
  color: #64a30e;
}
.responsive-img {
  width: 100%;
  height: auto;
}
.accent-font {
  font-family: SplitBold;
}
.accent-btn {
  background-color: #64a30e;
  padding: 12px 22px 12px 22px;
  color: white;
  font-weight: 600;
  font-size: 16px;
  margin-top: 30px;
}

/*-----------------------------------------------------------------------*/
body {
  font-family: Rethink-Regular !important;
}
.hero-sects {
  font-family: Rethink-Regular !important;
  font-size: 14px;
  background-image: url("./assets/hero-image.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  padding-left: 300px;
  padding-right: 300px;
}

/* Navbar */
.navbar {
  /* background: none !important; */
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all 0.5s !important;
}
.navbar-scrolled {
  background-color: #64a30e !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.navbar-nav li a {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: white;
  margin-bottom: 10px;
}
.navbar-nav li a:hover {
  color: white;
  text-decoration: none;
}
.nav-button {
  font-size: 16px;
  color: #64a30e;
  font-weight: 600;
  line-height: normal;
  width: 160px;
  height: 45px;
  border-radius: 8px;
  background: white;
}
.nav-button:hover {
  background: white;
  color: #64a30e;
}
.offcanvas {
  width: 300px !important;
}
a {
  text-decoration: none;
  color: #64a30e;
}
.btn:hover {
  background-color: white !important;
}

/* Hero */
.hero-left {
  margin-top: 190px;
  margin-bottom: 50px;
  h2 {
    font-size: 40px;
    line-height: 70px;
    color: white;
    font-weight: 400;
    .second-text-hero {
      font-size: 70px;
      line-height: 60px !important;
      font-family: ExtraBold;
    }
  }
  p {
    font-size: 20px;
    line-height: 35px;
    font-weight: 400;
    margin-top: 30px;
    color: white;
    width: 475px;
  }
  .stores {
    margin-top: 30px;
    display: flex;
    gap: 20px;

    .hero-button {
      background-color: #000000;
      padding: 12px 22px 12px 22px;
      color: white;
      font-weight: 600;
      font-size: 14px;
      margin-top: 5px;
    }
    .hero-button:hover {
      background-color: #ffffff !important;
      a {
        color: #000000 !important;
      }
    }
  }
  .users {
    margin-top: 50px;
    display: flex;
    .users-btn {
      width: 59px;
      height: 26px;
      border-radius: 100px;
      border: none;
      background: #1f1b19;
      color: white;
      font-size: 16px;
      font-weight: 600;
      margin-left: -15px;
    }
    .users-right {
      margin-top: -15px;
      p {
        font-size: 14px;
        font-weight: 400;
        color: white;
        margin-left: 20px;
      }
    }
  }
}
.hero-right {
  margin-top: 250px;
  margin-bottom: 50px;
  padding-right: 0 !important;
  margin-right: -1.5rem !important;
  img {
    width: 100%;
    height: auto;
    display: block;
  }
}

/* Second-section*/
.second-sect {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #f6f6f6;
  h3 {
    font-size: 48px;
    line-height: 55px;
    text-transform: capitalize;
    font-weight: 600;
  }
  p {
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
  }
  .smart-details {
    margin-top: 85px;
    gap: 0px;
    .smart-one-top {
      height: auto;
      width: auto;
      padding: 21px 30px 21px 30px;
      h4 {
        color: white;
        font-size: 20px;
        font-weight: 600;
        text-transform: capitalize;
        line-height: normal;
        background: #64a30e;
        border-radius: 15px;
        padding: 21px 30px 21px 30px;
        margin-bottom: 30px;
      }
      p {
        font-size: 15px;
        font-weight: 600;
        line-height: 22px;
        margin-bottom: 30px;
      }
    }
    .resp-img {
      margin-top: 14px;
    }
    .resp-img2 {
      margin-bottom: 14px;
    }
    .smart-two-top {
      width: auto;
      padding: 21px 30px 21px 30px;
      h3 {
        font-size: 20px;
        font-weight: 600px;
        text-transform: capitalize;
        line-height: normal;
        margin-bottom: 20px;
        background-color: #1f1b19;
        padding: 21px 30px 21px 30px;
        margin-bottom: 30px;
        border-radius: 15px;
      }
      p {
        font-size: 15px;
        font-weight: 600;
        line-height: 22px;
        margin-bottom: 30px;
      }
    }
  }

  .btn-store {
    margin-top: 60px;
    justify-content: center;
    display: flex;
    gap: 20px;
  }
  a {
    text-decoration: none;
  }
  .btn:hover {
    background-color: #64a30e !important;
  }
}

/* Third-section */
.third-sect {
  padding-top: 100px;
  padding-bottom: 100px;

  h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
  }
  .onboard {
    padding: 40px 140px 0px 100px;
    background-color: #64a30e;
    border-radius: 30px;
    margin-top: 67px;
    gap: 130px;
    h3 {
      font-size: 48px;
      line-height: normal;
      margin-top: 50px;
      font-weight: 600;
    }
    p {
      font-size: 16px;
      line-height: 35px;
      margin-top: 30px;
    }
  }
}

/* Fourth-section*/
.fourth-sect {
  padding-top: 100px;
  padding-bottom: 100px;
  h2 {
    font-size: 48px;
    line-height: normal;
    font-weight: 600;
    margin-top: 58px;
  }
  p {
    font-size: 16px;
    line-height: 35px;
    margin-top: 30px;
  }
  .create-button {
    background-color: #64a30e;
    padding: 12px 22px 12px 22px;
    color: white;
    font-weight: 600;
    font-size: 16px;
    margin-top: 30px;
  }
  img {
    width: 100%;
  }
  a {
    text-decoration: none;
  }
  .btn:hover {
    background-color: #64a30e !important;
  }
}

/* Fifth-section*/
.fifth-sect {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  background-image: url("./assets/bck.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  height: 100%;
  h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
  }
  p {
    font-size: 20px;
    line-height: normal;
    margin-top: 20px;
  }
  .steps {
    margin-top: 80px;
    gap: 0px;
    .col {
      /* width: 32%; */
      background-color: white;
      padding: 30px 44px 30px 44px;
      border-radius: 10px;

      .step-btn {
        background-color: #1f1b19;
        border-radius: 30px;
        padding: 1px;
        font-size: 12px;
        width: 143px;
        justify-content: center;
        margin: auto;
      }
      .step-text {
        text-align: left;
      }
      h4 {
        font-size: 16px;
        font-weight: 600;
        line-height: normal;
        margin-top: 30px;
      }
      p {
        font-size: 14px;
        line-height: 25px;
      }
    }
  }

  .works-visuals {
    margin-bottom: 500px !important;
    margin-top: 50px;
  }

  .video {
    margin-top: 100px;
    iframe {
      border-radius: 30px;
      box-shadow: 20px 30px 20px 0px rgba(0, 0, 0, 0.1);
    }
  }
}
.calles {
  justify-content: center;
  display: flex;
  /* margin: auto; */
  padding: 250px 200px 0px 200px;
}

/*Sixth-section*/
.sixth-sect {
  margin-top: 10px;
  padding-top: 150px;
  padding-bottom: 150px;
  .abts {
    display: flex;
    align-items: center;
    gap: 0px;
  }
  h5 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3.2px;
    text-transform: uppercase;
  }
  h2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
    margin-top: 20px;
  }
  p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px; /* 218.75% */
    margin-top: 30px;
  }
  h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 30px;
  }
  .whys {
    display: flex;
    gap: 16px;
    margin-top: -10px;
    align-items: center;
    p {
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 30px;
    }
  }
  .btn-store {
    margin-top: 40px;
    .hero-button {
      background-color: #000000;
      padding: 12px 22px 12px 22px;
      color: white;
      font-weight: 600;
      font-size: 14px;
      margin-top: 5px;
    }
    .hero-button:hover {
      background-color: #64a30e !important;
      a {
        color: #ffffff !important;
      }
    }
  }
}

/*Seventh-section*/
.seventh-sect {
  opacity: 0.9;
  background: #f6f6f6;
  padding-top: 100px;
  padding-bottom: 100px;

  .sev-sect {
    display: flex;
    justify-content: space-between;
    align-items: center;
    h2 {
      font-size: 48px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      text-transform: capitalize;
    }
    p {
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 30px; /* 218.75% */
      text-transform: capitalize;
      margin-top: 20px;
    }
  }

  .row {
    margin-top: 60px;
    gap: 20px;
    .sevs {
      border-radius: 10px;
      background-color: #ffffff;
      padding: 30px 20px;
      width: 23%;
      h4 {
        font-weight: 800;
        font-size: 22px;
        margin-bottom: 15px;
      }
      p,
      ul {
        font-size: 14px;
        line-height: 26px;
      }
    }
    .sevs:hover{
      border-color: #64a30e;
      border: 2px solid #64a30e;
    }
  }

  .bts{
    margin-top: 30px;
    text-align: center;
    
     .hero-button {
      background-color: #000000;
      padding: 12px 22px 12px 22px;
      color: white;
      font-weight: 600;
      font-size: 14px;
      margin-top: 5px;
    }
    .hero-button:hover {
      background-color: #64a30e !important;
      a {
        color: #ffffff !important;
      }
    }
  }

  .card-pf {
    gap: 100px;
    .col-md-7 {
      padding-top: 60px;
      h2 {
        font-size: 48px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
      }
      p {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 35px; /* 218.75% */
        text-transform: capitalize;
        margin-top: 20px;
      }
      a {
        text-decoration: none;
      }
      .btn:hover {
        background-color: #64a30e !important;
      }
    }
  }
}

/*Eight-section*/
.eight-sect {
  padding-top: 150px;
  padding-bottom: 50px;
  .accordions {
    width: 50%;
    h2 {
      font-size: 48px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      text-transform: capitalize;
      text-align: center;
    }
    .accordion {
      margin-top: 80px;
      --bs-accordion-btn-color: #1f1b19;
      --bs-accordion-btn-bg: white;
      --bs-accordion-active-color: #1f1b19;
      --bs-accordion-active-bg: white;
      .accordion-item {
        margin-top: 20px;
        .accordion-header {
          font-size: 20px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          text-transform: capitalize;
        }
      }
    }
    p {
      text-align: center;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      text-transform: capitalize;
      margin-top: 60px;
      .faq-text {
        font-weight: 600;
        text-decoration: underline;
        a {
          color: #1f1b19;
        }
      }
    }
  }
}

/*Ninth-section*/
.ninth-sect {
  .form-sect {
    background-image: url("./assets/form-bck.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 70px;
    padding-bottom: 70px;

    h5 {
      text-align: center;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      letter-spacing: 3.2px;
      text-transform: uppercase;
    }
    h3 {
      font-size: 48px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      text-transform: capitalize;
      text-align: center;
      margin-top: 20px;
      font-family: SemiBold;
    }
    p {
      text-align: center;
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      margin-top: 20px;
    }
    .form-inner {
      width: 60%;
      align-items: center;
      margin: auto;
      margin-top: 60px;
      .form-label {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
      }
      input {
        height: 56px !important;
      }
      button {
        width: 100%;
        height: 45px;
        background-color: #64a30e !important;
        color: white;
        text-align: center;
      }
    }
  }
}

/*Last-section*/
.last-sect {
  opacity: 0.9;
  background: #f6f6f6;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  h4 {
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
  }
  h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 30px;
    margin-bottom: 50px;
  }
}

/*Footer*/
.footer {
  background-image: url("./assets/footer-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 50px;
  .footer-deet {
    h3 {
      color: #fff;
      font-size: 24px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
    }
    .links {
      margin-top: 34px;
      p > a {
        text-decoration: none;
        color: var(--white-60, rgba(255, 255, 255, 0.6));
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 35px; /* 218.75% */
      }
    }
    .dumpty {
      margin-top: 34px;
    }
    .socials {
      display: flex;
      gap: 16px;
      margin-top: 34px;
    }
    .address {
      margin-top: 34px;
    }
    ul > li {
      color: var(--white-60, rgba(255, 255, 255, 0.6));
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 35px; /* 218.75% */
    }
  }
  .copyright {
    p {
      color: var(--white-80, rgba(255, 255, 255, 0.8));
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 30px;
      text-align: center;
      margin-top: 50px;
    }
  }
}

/* Privacy */
.privacy {
  padding-top: 150px;
  padding-bottom: 150px;
  h2 {
    font-family: ExtraBold;
    font-size: 48px;
  }
  h5 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: SemiBold;
  }
  h6 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: SemiBold;
  }
  p {
    font-size: 14px;
    line-height: 30px;
  }
  .sets {
    margin-top: 50px;
  }
  ul > li {
    line-height: 30px;
    font-size: 14px !important;
  }
}

/*Terms*/
.terms {
  padding-top: 150px;
  padding-bottom: 150px;
  h2 {
    font-family: ExtraBold;
    font-size: 48px;
  }
  p {
    font-size: 14px;
    line-height: 30px;
  }
  h5 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: SemiBold;
  }
  .sets {
    margin-top: 30px;
  }
  ul > li {
    line-height: 30px;
    font-size: 14px !important;
  }
}

/*  Break Points */
@media (max-width: 1700px) {
  .container-fluid {
    padding-left: 150px;
    padding-right: 150px;
  }

  .eight-sect {
    .accordions {
      width: 70%;
    }
  }
}
@media (max-width: 1600px) {
  .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 1500px) {
  .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
  .second-sect {
    padding-left: 30px;
    padding-right: 30px;
    .smart-details {
      gap: -50px;
      .col-md-5 {
        .smart-one-top {
          width: 460px;
          span {
            img {
              width: 70px;
              height: 70px;
            }
          }
        }
        .resp-img {
          width: 460px;
          height: auto;
        }
      }
      .col-md-4 {
        .smart-two-top {
          width: 380px;
          padding: 10px 20px 10px 20px;
          h3 {
            font-size: 30px;
          }
        }
        .smart-two-bottom {
          width: 380px;
          height: auto;
          span {
            img {
              width: 70px;
              height: 70px;
            }
          }
        }
        .resp-img2 {
          width: 340px;
          height: auto;
        }
      }
      .col-md-3 {
        .smart-three-top {
          width: 300px;
          img {
            width: 70px;
            height: 70px;
          }
          h3 {
            font-size: 32px;
            line-height: 35px;
          }
        }
      }
    }
  }

  .seventh-sect {
    .card-pf {
      gap: 50px;
      .col-md-7 {
        padding-top: 30px;
      }
    }
  }
}
@media (max-width: 1300px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sixth-sect {
    .abts {
      .col-md-6 {
        width: 45%;
      }
    }
  }

  .seventh-sect {
    .row {
      .sevs {
        width: 45%;
      }
    }
  }

  .ninth-sect {
    .form-sect {
      .form-inner {
        width: 70%;
      }
    }
  }

  .calles {
    padding: 50px 60px 0px 60px;
  }
}

@media (max-width: 1200px) {
  .hero-left {
    h2 {
      font-size: 50px;
      line-height: 50px;
    }
    p {
      font-size: 16px;
      line-height: 30px;
    }
  }

  .second-sect {
    padding-left: 10px;
    padding-right: 10px;
    .container {
      padding: 0px;
    }
    .smart-details {
      gap: 0px;
      .col-md-5 {
        .smart-one-top {
          width: 380px;
          span {
            img {
              width: 50px;
              height: 50px;
            }
            h4 {
              font-size: 15px;
            }
            p {
              font-size: 13px;
              line-height: 20px;
            }
          }
        }
        .resp-img {
          width: 380px;
          height: auto;
        }
      }
      .col-md-4 {
        .smart-two-top {
          width: 320px;
          padding: 10px 20px 10px 20px;
          h3 {
            font-size: 20px;
          }
        }
        .smart-two-bottom {
          width: 320px;
          height: auto;
          span {
            img {
              width: 50px;
              height: 50px;
            }
          }
        }
        .resp-img2 {
          width: 280px;
          height: auto;
        }
      }
      .col-md-3 {
        .smart-three-top {
          width: 260px;
          img {
            width: 70px;
            height: 70px;
          }
          h3 {
            font-size: 26px;
            line-height: 35px;
            margin-top: 10px;
          }
          .create-button {
            margin-top: 30px;
          }
        }
      }
    }
  }

  .third-sect {
    .onboard {
      padding-left: 40px;
      padding-right: 40px;
      .col-md-3 {
        width: 40%;
        img {
          width: 100%;
          height: auto;
        }
      }
      .col-md-7 {
        width: 50%;
      }
      h3 {
        font-size: 36px;
      }
    }
  }

  .fourth-sect {
    h2 {
      margin-top: 0px;
    }
    p {
      margin-top: 10px;
    }
    .create-button {
      margin-top: 10px;
    }
  }

  .fifth-sect {
    .steps {
      gap: 0px;
      .col-md-4 {
        padding: 30px 20px 30px 20px;
      }
    }

    .video {
      iframe {
        width: 700px;
        height: 400px;
      }
    }
  }

  .sixth-sect {
    padding: 0px;
    .abts {
      .col-md-6 {
        width: 35%;
      }
    }
  }

  .seventh-sect {
    margin-top: 50px;
    .card-pf {
      .col-md-4 {
        width: 50%;
      }
      .col-md-7 {
        width: 40%;
        padding-top: 20px;
      }
      .create-button {
        margin-top: 20px;
      }
    }
  }
}

@media (max-width: 1024px) {
  .hero-left {
    width: 40%;
    p {
      width: 350px;
      margin-top: 20px;
    }
    .stores {
      img {
        gap: 0px;
        display: block;
      }
    }
    .users {
      display: block;
      .users-right {
        p {
          margin-left: 0px;
        }
      }
    }
  }
  .hero-right {
    width: 60%;
    img {
      width: 100%;
      height: 100%;
    }
  }

  .second-sect {
    padding-left: 10px;
    padding-right: 10px;
    .container {
      padding: 0px;
    }
    .smart-details {
      gap: 0px;
      /* .col-md-5 {
        .smart-one-top {
          width: 320px;
          span {
            img {
              width: 50px;
              height: 50px;
            }
            h4 {
              font-size: 15px;
            }
            p {
              font-size: 13px;
              line-height: 20px;
            }
          }
        }
        .resp-img {
          width: 320px;
          height: auto;
        }
      }
      .col-md-4 {
        .smart-two-top {
          width: 260px;
          padding: 10px 20px 10px 20px;
          h3 {
            font-size: 20px;
          }
        }
        .smart-two-bottom {
          width: 260px;
          height: auto;
          span {
            img {
              width: 50px;
              height: 50px;
            }
          }
        }
        .resp-img2 {
          width: 220px;
          height: auto;
        }
      }
      .col-md-3 {
        .smart-three-top {
          width: 220px;
          img {
            width: 70px;
            height: 70px;
          }
          h3 {
            font-size: 22px;
            line-height: 30px;
            margin-top: 10px;
          }
          p {
            font-size: 12px;
          }
          .create-button {
            margin-top: 30px;
          }
        }
      } */
    }
  }
  .sixth-sect {
    .abts-cols {
      width: 100%;
      margin-top: 80px;
      .megs {
        justify-content: center;
        display: flex;
        align-content: center;
        width: 100%;
        height: 100%;
      }
    }
  }
}

@media (max-width: 991px) {
  .sidebar {
    background-color: rgba(41, 41, 41, 0.15);
    backdrop-filter: blur(80px);
  }
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }

  /*Hero*/
  .hero-left {
    width: 100%;
    margin-top: 150px;
    h2 {
      font-size: 60px;
      line-height: 60px;
    }
    p {
      width: 100%;
    }
    .users {
      display: flex;
      gap: 20px;
      align-content: center;
    }
  }
  .hero-right {
    width: 100%;
    margin-top: 50px;
    align-content: center;
    img {
      width: 100%;
      height: auto;
      display: flex;
      margin: auto;
    }
  }

  .second-sect {
    h3 {
      font-size: 32px;
      line-height: 35px;
    }
    p {
      font-size: 16px;
      line-height: 25px;
    }
    .smart-details {
      display: block;
      width: 100%;
      gap: 0px;
      .whos {
        .smart-one-top {
          width: 700px !important;
          height: auto;
          gap: 10px;
          span {
            img {
              width: 50px;
              height: 50px;
            }
            h4 {
              font-size: 15px;
            }
            p {
              font-size: 13px;
              line-height: 20px;
            }
          }
        }
        .smart-two-top {
          width: 700px !important;
        }
      }
    }
  }

  .third-sect {
    .onboard {
      flex-direction: column-reverse;
      padding-top: 10px;
      .col-lg-7 {
        width: 100%;
      }
      .col-lg-3 {
        width: 100%;
        margin-top: 0px;
        img {
          width: 100%;
          height: auto;
        }
      }
    }
  }

  .fourth-sect {
    padding-top: 0px;
    .col-md-6 {
      width: 100%;
      margin-bottom: 50px;
    }
  }

  .fifth-sect {
    .steps {
      .col {
        width: 100%;
      }
    }
  }

  .calles {
    padding: 400px 40px 0px 40px;
    margin-top: 500px;
    margin-bottom: 0px;
    width: 100%;
  }

  .sixth-sect {
    padding-top: 0px;
    .abts {
      margin-top: 100px;
      align-items: center;
      display: flex;
      gap: 50px;
      .col-md-6 {
        width: 100%;
        .img-responsive {
          width: 100%;
          height: auto;
        }
      }
    }
  }

  .seventh-sect {
    .card-pf {
      flex-direction: column-reverse;
      .col-md-4 {
        width: 100%;
      }
      .col-md-7 {
        width: 100%;
      }
    }
  }

  .eight-sect {
    .accordions {
      width: 100%;
    }
  }

  .ninth-sect {
    .form-sect {
      .form-inner {
        width: 90%;
      }
    }
  }

  .footer {
    .footer-deet {
      .col-md-3 {
        width: 50%;
        margin-bottom: 20px;
      }
    }
  }
}

@media (max-width: 768px) {
  .second-sect {
    .smart-details {
      padding: 0px;
      .whos {
        .smart-one-top {
          width: 100% !important;
          text-align: center;
        }
        .smart-two-top {
          width: 100% !important;
          text-align: center;
        }
      }
    }
  }

  .third-sect {
    h2 {
      font-size: 28px;
    }
    .onboard {
      flex-direction: column-reverse;
      padding-top: 10px;
      padding-left: 20px;
      padding-right: 20px;
      .col-lg-7 {
        width: 100%;
        h3 {
          font-size: 26px;
          line-height: 35px;
        }
        p {
          font-size: 16px;
          line-height: 30px;
        }
      }
      .col-lg-3 {
        width: 100%;
        margin-top: 0px;
        img {
          width: 100%;
          height: auto;
        }
      }
    }
  }

  .fifth-sect {
    .video {
      iframe {
        width: 500px;
        height: 300px;
      }
    }
  }

  .seventh-sect {
    .sev-sect {
      display: block;
    }

    .row {
      .sevs {
        width: 100%;
        margin-bottom: 20px;
      }
    }
  }

  .calles {
    padding: 0px 20px 0px 20px;
    margin-top: 550px;
    width: 100%;
  }

  .last-sect {
    h4 {
      font-size: 32px;
    }
    h2 {
      font-size: 36px;
    }
  }
}

@media (max-width: 630px) {
  .second-sect {
    h3 {
      font-size: 32px;
      line-height: 35px;
    }
    p {
      font-size: 16px;
      line-height: 25px;
    }
    .smart-details {
      display: block;
      margin-top: 50px;
      padding-left: 30px;
      gap: 0px;
      .col-md-5 {
        .smart-one-top {
          width: 460px;
          height: auto;
          gap: 10px;
          span {
            img {
              width: 50px;
              height: 50px;
            }
            h4 {
              font-size: 15px;
            }
            p {
              font-size: 13px;
              line-height: 20px;
            }
          }
        }
        .resp-img {
          width: 460px;
          height: auto;
        }
      }
      .col-md-4 {
        .smart-two-top {
          margin-top: 30px;
          width: 460px;
          padding: 10px 20px 10px 20px;
          h3 {
            font-size: 30px;
          }
        }
        .smart-two-bottom {
          width: 460px;
          height: auto;
          gap: 10px;
          span {
            img {
              width: 50px;
              height: 50px;
            }
          }
        }
        .resp-img2 {
          width: 420px;
          height: auto;
        }
      }
      .col-md-3 {
        .smart-three-top {
          width: 460px;
          margin-top: 30px;
          img {
            width: 70px;
            height: 70px;
          }
          h3 {
            font-size: 32px;
            line-height: 35px;
            margin-top: 10px;
          }
          p {
            font-size: 16px;
          }
          .create-button {
            margin-top: 30px;
          }
        }
      }
    }
  }
}

@media (max-width: 560px) {
  .hero-left {
    h2 {
      font-size: 40px;
      line-height: 50px;
      .second-text-hero {
        font-size: 60px;
        line-height: 60px !important;
      }
    }
    p {
      font-size: 14px;
      line-height: 25px;
    }
  }

  .hero-right {
    img {
      width: 100%;
      height: auto;
    }
  }

  .second-sect {
    h3 {
      font-size: 28px;
      line-height: 30px;
    }
    p {
      font-size: 14px;
      line-height: 20px;
    }
    .smart-details {
      display: block;
      margin-top: 50px;
      justify-content: center;
      align-content: center;
      align-items: center;
      justify-items: center;
      padding-left: 30px;
      gap: 0px;
      .col-md-5 {
        .smart-one-top {
          width: 400px;
          height: auto;
          gap: 10px;
          span {
            img {
              width: 50px;
              height: 50px;
            }
            h4 {
              font-size: 15px;
            }
            p {
              font-size: 13px;
              line-height: 20px;
            }
          }
        }
        .resp-img {
          width: 400px;
          height: auto;
        }
      }
      .col-md-4 {
        .smart-two-top {
          margin-top: 30px;
          width: 400px;
          padding: 10px 20px 10px 20px;
          h3 {
            font-size: 30px;
          }
        }
        .smart-two-bottom {
          width: 400px;
          height: auto;
          gap: 10px;
          span {
            img {
              width: 50px;
              height: 50px;
            }
          }
        }
        .resp-img2 {
          width: 360px;
          height: auto;
        }
      }
      .col-md-3 {
        .smart-three-top {
          width: 400px;
          margin-top: 30px;
          img {
            width: 70px;
            height: 70px;
          }
          h3 {
            font-size: 32px;
            line-height: 35px;
            margin-top: 10px;
          }
          p {
            font-size: 16px;
          }
          .create-button {
            margin-top: 30px;
          }
        }
      }
    }
  }

  .third-sect {
    h2 {
      font-size: 24px;
      line-height: 35px;
    }
  }

  .fifth-sect {
    .video {
      iframe {
        width: 400px;
        height: 250px;
      }
    }
  }

  .calles {
    margin-top: 650px;
    width: 100%;
  }

  .sixth-sect {
    h5 {
      font-size: 13px;
    }
    h2 {
      font-size: 36px;
      line-height: 40px;
    }
  }

  .seventh-sect {
    .card-pf {
      .col-md-7 {
        h2 {
          font-size: 36px;
          line-height: 40px;
        }
      }
    }
    .sev-sect {
      h2 {
        font-size: 36px;
        line-height: 40px;
      }
    }
  }

  .eight-sect {
    .accordions {
      h2 {
        font-size: 36px;
        line-height: 40px;
      }
    }
  }

  .footer {
    .footer-deet {
      .col-md-3 {
        width: 100%;
        margin-bottom: 50px;
      }
    }
  }
}

@media (max-width: 480px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .second-sect {
    h3 {
      font-size: 24px;
      line-height: 28px;
    }
    p {
      font-size: 14px;
      line-height: 20px;
    }
    .smart-details {
      margin-top: 50px;
      padding-left: 20px;
      .col-md-5 {
        .smart-one-top {
          width: 380px;
          height: auto;
          gap: 10px;
          span {
            img {
              width: 50px;
              height: 50px;
            }
            h4 {
              font-size: 15px;
            }
            p {
              font-size: 13px;
              line-height: 20px;
            }
          }
        }
        .resp-img {
          width: 380px;
          height: auto;
        }
      }
      .col-md-4 {
        .smart-two-top {
          margin-top: 30px;
          width: 380px;
          padding: 10px 20px 10px 20px;
          h3 {
            font-size: 30px;
          }
        }
        .smart-two-bottom {
          width: 380px;
          height: auto;
          gap: 10px;
          span {
            img {
              width: 50px;
              height: 50px;
            }
          }
        }
        .resp-img2 {
          width: 340px;
          height: auto;
        }
      }
      .col-md-3 {
        .smart-three-top {
          width: 380px;
          margin-top: 30px;
          img {
            width: 70px;
            height: 70px;
          }
          h3 {
            font-size: 26px;
            line-height: 30px;
            margin-top: 10px;
          }
          p {
            font-size: 16px;
          }
          .create-button {
            margin-top: 30px;
          }
        }
      }
    }
  }

  .third-sect {
    h2 {
      font-size: 18px;
      line-height: 30px;
    }
    .onboard {
      h3 {
        font-size: 18px;
      }
      p {
        font-size: 14px;
      }
    }
  }

  .fourth-sect {
    h2 {
      font-size: 36px;
      line-height: 40px;
    }
  }

  .fifth-sect {
    h2 {
      font-size: 36px;
    }
    p {
      font-size: 16px;
    }
  }

  .calles {
    padding: 150px 20px 0px 20px;
  }

  .eight-sect {
    .accordions {
      width: 100%;
    }
  }

  .last-sect {
    h4 {
      font-size: 24px;
    }
    h2 {
      font-size: 28px;
    }
  }
}

@media (max-width: 430px) {
  .hero-left {
    h2 {
      font-size: 35px;
      line-height: 40px;
      .second-text-hero {
        font-size: 50px;
        line-height: 50px !important;
      }
    }
  }

  .second-sect {
    .smart-details {
      margin-top: 50px;
      .col-md-5 {
        .smart-one-top {
          width: 340px;
          height: auto;
          gap: 10px;
          span {
            img {
              width: 50px;
              height: 50px;
            }
            h4 {
              font-size: 15px;
            }
            p {
              font-size: 13px;
              line-height: 20px;
            }
          }
        }
        .resp-img {
          width: 340px;
          height: auto;
        }
      }
      .col-md-4 {
        .smart-two-top {
          margin-top: 30px;
          width: 340px;
          padding: 10px 20px 10px 20px;
          h3 {
            font-size: 30px;
          }
        }
        .smart-two-bottom {
          width: 340px;
          height: auto;
          gap: 10px;
          span {
            img {
              width: 50px;
              height: 50px;
            }
          }
        }
        .resp-img2 {
          width: 300px;
          height: auto;
        }
      }
      .col-md-3 {
        .smart-three-top {
          width: 340px;
          margin-top: 30px;
          img {
            width: 70px;
            height: 70px;
          }
          h3 {
            font-size: 26px;
            line-height: 30px;
            margin-top: 10px;
          }
          p {
            font-size: 16px;
          }
          .create-button {
            margin-top: 30px;
          }
        }
      }
    }
  }

  .fifth-sect {
    .video {
      iframe {
        width: 350px;
        height: 250px;
      }
    }
  }

  .calles {
    margin-top: 750px;
  }

  .sixth-sect {
    .abts {
      margin-top: 50px;
    }
  }
}
