@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

@media (max-width: 440px) {
  .theme-toggle {
    width: 36px;
    height: 36px;
  }

  .theme-toggle img {
    width: 50%;
  }
}

@media (max-width: 320.9px) {
  .theme-toggle {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 991.9px) {
  .nav-toggle {
    display: block;
  }
}

@media (max-width: 1399.9px) {
  .nav-links.md {
    display: flex;
    font-size: calc(16px + 0.2vw);
  }

  .nav-links.lg {
    display: none;
  }
}

@media (max-width: 991.9px) {
  :root[data-theme="light"] {
    --color-nav-links: #c8ffdb;
  }

  .nav-links.md {
    top: 0;
    left: 0;
    z-index: 1024;
    width: 280px;
    padding: 40px;
    height: 100vh;
    position: fixed;
    flex-direction: column;
    transition: transform 300ms ease;
    backdrop-filter: blur(8px);
    transform: translateX(-281px);
    background: hsl(208deg 42.86% 13.73%);
  }

  .nav-links.md.active {
    transform: translateX(0);
  }
}

@media (max-width: 1399.9px) {
  #hero {
    margin-top: 145px;
  }
}

@media (min-width: 1400px) {
  .hero-text-wrap {
    margin-left: 40px;
  }
}

@media (max-width: 1099.9px) {
  #hero,
  [data-theme="light"] #hero {
    background-size: cover;
  }

  .hero-content-wrap {
    grid-template-columns: 1fr;
  }

  .hero-form-wrap {
    order: 1;
  }

  .hero-text-wrap {
    order: 2;
  }
}

@media (max-width: 1399.9px) {
  .dashed-line {
    top: -82px;
  }
}

@media (max-width: 1290.9px) {
  .hero-subtitle {
    margin-top: 8px;
    font-size: calc(30px + 1vw);
  }

  .dollar-gif {
    width: 48px;
    height: 48px;
    margin-top: 5px;
  }

  .hero-title {
    font-size: calc(40px + 1vw);
  }

  .hero-desc {
    font-size: calc(16px + 0.2vw);
  }

  .dashed-line {
    top: -52px;
    left: 130px;
    width: 75%;
  }
}

@media (max-width: 1099.9px) {
  .hero-form-wrap {
    order: 1;
  }

  .hero-text-wrap {
    order: 2;
    margin-top: -30px;
    text-align: center;
  }

  .hero-sub-wrap {
    justify-content: center;
  }

  .hero-desc {
    margin-bottom: 120px;
  }
}

@media (max-width: 1290.9px) {
  .get-started {
    font-size: 24px;
  }

  .get-started::before {
    height: 3px;
  }
}

@media (max-width: 1099.9px) {
  .get-started-wrap {
    display: none;
  }
}

@media (max-width: 1099.9px) {
  .get-started-wrap {
    display: none;
  }
}

@media (max-width: 1399.9px) {
  .hero-form-wrap {
    width: 94%;
    transform: translate(90px, -140px);
  }
}

@media (max-width: 1290.9px) {
  .hero-form-wrap {
    width: 100%;
    transform: translate(40px, -140px);
  }
}

@media (max-width: 1199.9px) {
  .hero-form-wrap {
    width: 110%;
  }
}

@media (max-width: 1099.9px) {
  .hero-form-wrap {
    width: 55%;
    margin-inline: auto;
  }
}

@media (max-width: 991.9px) {
  .hero-form-wrap {
    width: 71%;
  }
}

@media (max-width: 767.9px) {
  .hero-form-wrap {
    width: 96%;
  }
}

@media (max-width: 767.9px) {
  .leaning-frog {
    top: -17px;
    left: -94px;
    width: 140px;
  }

  .dollar-gif {
    margin-top: 1px;
  }
}

@media (max-width: 600.9px) {
  .leaning-frog {
    display: none;
  }

  .hero-form-wrap {
    transform: translate(0, -140px);
  }
}

@media (max-width: 540.9px) {
  .hero-form-bg {
    width: 500px;
  }

  .hero-form {
    margin-top: 70px;
  }
}

@media (max-width: 420.9px) {
  .logo {
    font-size: 28px;
  }

  .form-input {
    width: 100%;
  }

  .nav-links.md {
    width: 260px;
  }
}

@media (max-width: 340.9px) {
  .logo {
    font-size: 24px;
  }

  .theme-toggle,
  [data-theme="light"] .theme-toggle {
    width: 32px;
    height: 32px;
    background-size: 17px;
  }

  .nav-toggle {
    height: 51px;
    font-size: 34px;
  }
}

/* ===================================== 
                statistics
=====================================  */
@media (max-width: 991.9px) {
  .stat-card-wrap {
    gap: 50px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .diamond-icon::before {
    right: -65%;
  }
}

@media (max-width: 767.9px) {
  .diamond-icon::before {
    display: none;
  }
}

@media (max-width: 512px) {
  .stat-card-wrap {
    flex-direction: column;
  }

  .stat-main-wrap,
  .stat-card-wrap {
    align-items: center;
    justify-content: center;
  }
}

/* ===================================== 
                features
=====================================  */
@media (max-width: 991.9px) {
  .feature-card-wrap,
  .feature-card-col {
    gap: 20px;
  }
  .feature-card-col {
    align-items: center;
  }

  .feature-card-sm.left {
    margin-left: 0;
  }
}

@media (max-width: 440.9px) {
  [class*="feature-card"] .title {
    font-size: 22px;
  }

  .feature-card-lg,
  .feature-card-md,
  .feature-card-sm {
    width: 290px;
  }
}

/* ===================================== 
                why us
=====================================  */
@media (max-width: 991.9px) {
  #why-us .section-title {
    text-align: center;
  }

  .why-card-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* ===================================== 
                get started
=====================================  */
@media (min-width: 1400px) {
  .get-started-desc {
    width: 60%;
  }
}

@media (max-width: 400.9px) {
  .get-started-desc {
    font-size: 17px;
  }
}

/* ===================================== 
                payouts
=====================================  */
@media (min-width: 992px) {
  .data-table-wrap {
    width: 80%;
    margin-inline: auto;
  }
}

/* ===================================== 
                extra page
=====================================  */
@media (max-width: 420px) {
  .top-list-wrap .btn-one {
    padding-inline: 22px;
  }
}

/* ===================================== 
              sign up section
=====================================  */
@media (max-width: 991.9px) {
  .slice-sign-wrap {
    text-align: center;
    justify-content: center;
  }

  .slice-sign-wrap .btn-one {
    margin-left: 0;
  }
}

/* ===================================== 
              earn cards
=====================================  */
@media (max-width: 350px) {
  .card-group-wrap {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }

  .earn-card-list li {
    font-size: 15px;
  }
}

/* ===================================== 
              temu affiliate
=====================================  */
@media (max-width: 400px) {
  #temu-affiliate .btn-one {
    padding-inline: 30px;
  }
}

@media (max-width: 374.9px) {
  #unlock .btn-one {
    padding-inline: 30px;
  }
}
