/* 
  Extra large devices (less than 1400px)
*/
@media (max-width: 1399px) {
}

/* 
  Large devices (less than 1200px)
*/
@media (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
  .section-title {
    font-size: 40px;
  }
  .hero__wrapper {
    gap: 48px;
  }
  .hero__video {
    width: 420px;
  }
  .hero__title {
    font-size: 48px;
  }
  .reviews__header {
    margin-bottom: 48px;
  }
  .reviews__cards {
    gap: 24px;
  }
  .reviews__card {
    padding: 24px;
  }
  .reviews__desc {
    font-size: 16px;
  }
  .how-it-works__steps {
    gap: 40px;
  }
  .how-it-works__step-title {
    font-size: 26px;
  }
  .how-it-works__step-desc {
    font-size: 16px;
  }
  .footer__main {
    padding-block: 80px 50px;
  }

  .footer__wrapper {
    gap: 60px;
  }
  .add-chrome-btn--lg {
    height: 74px;
    padding-inline: 10px 48px;
    font-size: 20px;
  }
  .add-chrome-btn--lg img {
    width: 56px;
  }
  .add-chrome-btn--lg strong {
    font-size: 22px;
  }
}

/* 
  Medium devices (less than 992px)
*/
@media (max-width: 991px) {
  .container {
    max-width: 740px;
  }
  .section-title {
    font-size: 32px;
  }
  .hero__wrapper {
    gap: 32px;
    align-items: center;
  }
  .hero__logo {
    margin-bottom: 40px;
  }
  .hero__video {
    width: 320px;
  }
  .hero__title {
    font-size: 36px;
  }
  .hero__desc {
    font-size: 16px;
  }
  .hero__review p {
    font-size: 14px;
  }
  .add-chrome-btn {
    height: 56px;
    padding-inline: 8px 32px;
  }
  .add-chrome-btn img {
    width: 40px;
  }
  .reviews__cards {
    grid-template-columns: 1fr 1fr;
  }
  .reviews__card {
    min-height: 270px;
  }
  .how-it-works {
    padding-block: 80px;
  }
  .how-it-works__steps {
    grid-template-columns: 1fr 1fr;
  }
  .how-it-works__steps {
    grid-template-columns: 1fr 1fr;
  }
  .footer__wrapper {
    flex-direction: column;
    gap: 40px;
  }
  .footer__main {
    padding-block: 50px;
  }
  .footer__left {
    padding-top: 0;
  }
  .add-chrome-btn--lg {
    height: 64px;
    padding-inline: 10px 40px;
    font-size: 18px;
    border-radius: 20px;
  }
  .add-chrome-btn--lg img {
    width: 48px;
  }
  .add-chrome-btn--lg strong {
    font-size: 20px;
  }
  .footer__bottom-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .footer__copyright {
    text-align: center;
  }
  .footer__nav {
    justify-content: center;
  }
}

/* 
  Small devices (less than 768px)
*/
@media (max-width: 767px) {
  .container {
    max-width: 540px;
  }

  .header__msg {
    font-size: 12px;
  }
  .hero__wrapper {
    flex-direction: column;
  }
  .hero__title {
    font-size: 30px;
  }
  .hero__video {
    width: 100%;
  }
  .section-subtitle {
    font-size: 14px;
  }
  .section-title {
    font-size: 26px;
  }
  .reviews__header {
    margin-bottom: 40px;
  }
  .reviews__cards {
    grid-template-columns: 1fr;
  }
  .reviews__card {
    min-height: 220px;
  }
  .how-it-works {
    padding-block: 60px;
  }
  .how-it-works__header {
    margin-bottom: 40px;
  }
  .how-it-works__steps {
    grid-template-columns: 1fr;
  }
  .how-it-works__step {
    gap: 24px;
  }
  .how-it-works__step-title {
    font-size: 22px;
  }
  .footer__desc {
    font-size: 14px;
    margin-bottom: 32px;
  }
  .add-chrome-btn--lg {
    height: 60px;
    gap: 14px;
  }
  .add-chrome-btn--lg img {
    width: 44px;
  }
  .dmca-protection {
    padding-left: 0;
  }
  .footer__link {
    font-size: 14px;
  }
  .footer__nav-and {
    font-size: 14px;
  }
  .footer__copyright {
    font-size: 14px;
    line-height: 20px;
  }
}

/* 
  Extra small devices (less than 576px)
*/
@media (max-width: 575px) {
  .container {
    max-width: 100%;
  }
}
