/* -------------------
Navbar
----------------------- */
@media (max-width: 640px) {
  .navbar .container {
    padding: 0;
  }
  .navbar-brand {
    gap: 12px;
  }
  .navbar-brand img {
    width: 120px;
  }
}
@media (max-width: 400px) {
  .navbar-brand img {
    width: 90px;
  }
}

/* ----------------
Section */
@media (max-width: 640px) {
  section {
    padding: 60px 0;
  }
  section h2 {
    font-size: 36px;
    line-height: 48px;
  }
}
@media (max-width: 400px) {
  section {
    padding: 40px 0;
  }
  section h2 {
    font-size: 24px;
    line-height: 24px;
  }
}

/* ---------------------
Hero section
------------------------ */

@media (max-width: 1100px) {
  .hero-product {
    width: 400px;
  }
}
@media (max-width: 900px) {
  .hero .container .hero-card {
    flex-direction: column;
    padding: 50px 30px 100px 30px;
  }
  .hero-heading {
    font-size: 80px;
    line-height: 90px;
  }
  .pill span {
    font-size: 32px;
    line-height: 44px;
  }
  .dropbar {
    flex-direction: column;
    width: 80%;
    bottom: -70px;
    height: auto !important;
    padding: 20px 16px;
    gap: 12px;
    text-align: center;
  }
  .dropbar-left,
  .dropbar-right {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 640px) {
  .hero-heading {
    font-size: 60px;
    line-height: 70px;
  }
  .hero-product {
    width: 350px;
  }
  .pill {
    padding: 10px 24px;
  }
  .pill span {
    font-size: 24px;
    line-height: 32px;
  }
  .dropbar {
    width: 85%;
    bottom: -50px;
  }
  .dropbar-left,
  .dropbar-right {
  text-align:center;
    font-size: 20px;
    line-height: 26px;
  }
}

@media (max-width: 360px) {
  .hero-heading {
    font-size: 48px;
    line-height: 56px;
  }
  .hero-product {
    width: 100%;
  }
  .pill {
    padding: 8px 16px;
  }
  .dropbar {
    width: 90%;
  }
  .dropbar-left,
  .dropbar-right {
    font-size: 16px;
    line-height: 22px;
  }
  .dropbar-right {
    gap: 8px;
  }
}

/* ---------------------
Form section
------------------------ */

@media (max-width: 900px) {
  .vibro-impact h2 {
    font-size: 40px;
  }
}

@media (max-width: 640px) {
  .vibro-impact h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .vibro-impact p {
    font-size: 18px;
    line-height: 26px;
    margin-top: 12px !important;
    margin-bottom: 0 !important;
  }
  .vibro-impact form div {
    /* margin-top: 0 !important; */
  }
  .vibro-impact .input {
    height: 60px;
    font-size: 20px;
    width: 100%;
  }
  .vibro-impact .s-message {
    font-size: 16px;
    line-height: 22px;
  }
}

/* Button */

@media (max-width: 400px) {
  .spin-btn {
    width: 240px;
    height: 50px;
  }
  .btn-content {
    font-size: 16px;
  }
}

/* Collab */

@media (max-width: 900px) {
  #collab h2 {
    font-size: 36px;
    line-height: 48px;
  }
  #collab .text-content p:nth-child(1) {
    font-size: 28px;
    line-height: 42px;
  }
  #collab .text-content p:nth-child(2) {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 1085px) {
  .frame h3 {
    font-size: 28px;
    line-height: 42px;
  }
}

@media (max-width: 640px) {
  .frame h3 {
    font-size: 16px;
    line-height: 24px;
  }
  #collab h2 {
    font-size: 24px;
    line-height: 24px;
  }
  #collab .text-content p:nth-child(1) {
    font-size: 20px;
    line-height: 130%;
  }
  #collab .text-content p:nth-child(2) {
    font-size: 16px;
    line-height: 24px;
  }
  .frame {
    height: 400px;
    padding-bottom: 40px;
    background-position: center 95%;
  }
  .frame button {
    font-size: 14px;
    padding: 6px;
  }
}

/* ----------------
What it does
-----------------*/

@media (max-width: 640px) {
  #what-it-does h2 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px !important;
  }
  #what-it-does .feature-card {
    height: 300px;
  }
  .headline {
    font-size: 24px;
    line-height: 110.00000000000001%;
  }
  .subcopy {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 1440px) {
  .swiper {
    overflow: hidden !important;
  }
}


/* ----------------
Specs
-----------------*/

@media (max-width: 640px) {
  #specs h2 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px !important;
  }
  #specs p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px !important;
  }
  #specs ul li {
    font-size: 16px;
    line-height: 24px;
    padding-left: 45px;
  }
  #specs ul li::before {
    width: 18px;
    height: 18px;
  }
}

/* media */
@media (max-width: 768px) {
  .video-card {
    height: 300px !important;
  }
}
@media (max-width: 480px) {
  .video-card {
    height: 184px !important;
  }
}

/* How it works */
@media (max-width: 768px) {
  .card-wrapper {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .card-wrapper .hiw-card {
    width: 100%;
    max-width: 400px;
  }
  .hiw-card h3 {
    font-size: 24px;
    line-height: 24px;
  }
  .hiw-card p {
    font-size: 16px;
    line-height: 24px;
  }
}

/* Faq */

@media (max-width: 640px) {
  .faq-item {
    padding: 20px 24px;
  }
  .faq-header {
    font-size: 14px;
  }
  .faq-body {
    font-size: 14px;
  }
  .faq-btn {
    width: 24px;
    height: 24px;
  }
  .faq-btn i {
    font-size: 16px;
  }
}

/* footer */
@media (max-width: 990px) {
  footer h1 {
    font-size: 70px;
  }
  footer img {
    width: 480px;
    height: 170.71912824074553px;
    left: 50%; 
  }
  .footer-content {
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 640px) {
    footer {
        height: auto;
        padding-bottom: 40px;
    }
  footer h1 {
    font-size: 50px;
    line-height: 60px;
  }
  footer h1:nth-child(1) {
    padding-top: 20px;
  }
  footer img {
    width: 320px;
    left: 50%; 
  }
  .footer-content {
    align-items: center;
  }
}
@media (max-width: 400px) {
  footer img {
    width: 240px;
    height: 85.35956412037277px;
    left: 50%; 
  }
}



/* modal styling */
@media (max-width: 640px) {
  .modal-btn .btn-content {
    font-size: 16px;
  }
  .success-popup{
    gap: 16px;
  }
}