@media only screen and (max-width: 1920px) and (min-width: 1445px) {
  .container {
    max-width: 1346px;
  }
}

@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1445px) {
  html {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1366px) {
  html {
    font-size: 14px;
  }
}

@media (max-width: 1199.98px) {
  html {
    font-size: 13px;
  }
}

@media (max-width: 991.98px) {
  html {
    font-size: 12px;
  }

  .stripe_container {
    padding-top: 5rem;
  }

  .stripe_container_inner {
    top: 5rem;
  }

  .ft-main {
    padding: 32px 24px 28px 24px;
  }

  .ft-bottom {
    padding: 14px 24px;
  }
}

@media (max-width: 767.98px) {
  html {
    font-size: 11px;
    overflow-x: hidden;
  }
  body{
    overflow-x: hidden;
  }

  .strip-round {
    display: none;
  }

  .ft-subscribe__form {
    width: 100%;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 20px !important;
  }

  .ft-top {
    flex-direction: column;
    gap: 24px;
  }

  .ft-bottom {
    flex-wrap: wrap;
    gap: 12px;
  }

  .header-main__nav-menu,
  .header-main__cta {
    display: none;
  }

  .header-main__menbtn {
    display: block;
  }
}

@media (max-width: 575.98px) {


  .hero-content .main-heading {
    font-size: 3.325rem;
  }



  .sub-heading {
    font-size: 2.7rem !important;
  }

  .client-card_img img {
    width: 37%;
  }

  .client-card_content p {
    font-size: 1rem;
    max-width: 100%;
    text-align: center;
    margin-left: 10px;

  }

  .client-card_img::before {
    display: none;
  }

  .client-card_img span {
    font-size: 0.7rem;
  }

  .ft-badges {
    display: none;
  }

  .start-your-website .main-heading {
    font-size: 5.175rem;
  }

  .build-website_heading .crown-icon {
    top: -78px;
    left: 243px;
  }

  .build-website_heading .quote-icon {
    display: none;
  }

  .build-website_heading .main-heading {
    font-size: 4.925rem;
  }

  .stripe_row.left {
    position: absolute;
    bottom: 1.5rem;
  }

  .stripe_rotate_right {
    transform: translate(0, -8.5rem) rotate(5.2deg);
  }

  .how-works-wrap {
    width: 100%;
    padding: 0rem;
    margin: 0 auto;
  }

  .main-heading {
    font-size: 4.625rem;
    margin-top: 20px;
  }

  .cf-wrap {
    max-width: 100%;
  }

  .how-works_card h4 {
    font-size: 3.7rem;
  }

  .mj-section {
    display: none;
  }

  .client-card_inner {
    background: #15161B;
    color: #fff;
    border-radius: 20px;
    padding: 57px;
    display: grid;
    grid-template-columns: auto;
    /* gap: 25px; */
    align-items: center;
    position: relative;
    /* box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3); */
  }

  .logo-img img {
    scale: 0.7;
  }

  .how-works_card {
    background: var(--card-bg);
    padding: 3em 2.25em;
    border-radius: 3rem;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 600px;
    justify-content: center;
    gap: 4rem;
    margin-bottom: 20px;
  }

  .hero-main {
    top: 53%;
  }

  .circleboxes-section {
    display: none;
  }
}

@media (max-width: 320.98px) {
  .hero-content .main-heading {
    font-size: 3.325rem;
  }

  .hero-main {
    top: 53%;
  }

  .client-card_img::before {
    display: none;
  }

  .circleboxes-section {
    display: none;
  }

  .sub-heading {
    font-size: 2.7rem !important;
  }

  .client-card_img img {
    width: 37%;
  }

  .client-card_inner {
    background: #15161B;
    color: #fff;
    border-radius: 20px;
    padding: 57px;
    display: grid;
    grid-template-columns: auto;
    /* gap: 25px; */
    align-items: center;
    position: relative;
    /* box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3); */
  }

  .client-card_content p {
    font-size: 1rem;
    max-width: 100%;
    text-align: center;
    margin-left: 10px;
  }

  .client-card_img span {
    font-size: 0.7rem;
  }

  .ft-badges {
    display: none;
  }

  .start-your-website .main-heading {
    font-size: 5.175rem;
  }

  .build-website_heading .crown-icon {
    top: -78px;
    left: 243px;
  }

  .build-website_heading .quote-icon {
    display: none;
  }



  .build-website_heading .main-heading {
    font-size: 4.925rem;
  }

  .stripe_row.left {
    position: absolute;
    bottom: 1.5rem;
  }

  .stripe_rotate_right {
    transform: translate(0, -8.5rem) rotate(5.2deg);
  }

  .how-works-wrap {
    width: 100%;
    padding: 0rem;
    margin: 0 auto;
  }

  .cf-wrap {
    max-width: 100%;
  }

  .how-works_card h4 {
    font-size: 3.7rem;
  }

  .mj-section {
    display: none;
  }

  .logo-img img {
    scale: 0.7;
  }

  .how-works_card {
    background: var(--card-bg);
    padding: 3em 2.25em;
    border-radius: 3rem;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 600px;
    justify-content: center;
    gap: 4rem;
    margin-bottom: 20px;
  }



}