@media screen and (max-width: 1200px) {
  .home-head h1 {
    font-size: 2.6rem;
  }
  .main-offer-text h3 {
    font-size: 1.2rem;
  }
  .plans-title h4 {
    font-size: 18px;
  }
  .plans-title span {
    font-size: 10px;
  }
  .plans-text {
    font-size: 13px;
  }
}
@media screen and (max-width: 992px) {
  header {
    transition: all 0s;
  }
  header.scroll {
    border-bottom: none;
    backdrop-filter: blur(0);
  }
  #logo img {
    width: 60px;
  }
  header.scroll #logo img {
    padding: 0 !important;
    width: 50px;
  }
  #option-menu-btn {
    left: 15px;
    bottom: 15px;
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
  #back-to-top-btn {
    left: 15px;
    bottom: 85px;
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
  .home-head h1 {
    font-size: 2.4rem;
  }
  .about-description,
  .comments-description {
    font-size: 14px;
  }
  .example-tabs button {
    font-size: 12px;
    height: 40px;
    padding: 0 14px;
  }
  .main-offer-text h3 {
    font-size: 1rem;
  }
  .count-counter {
    font-size: 2rem;
  }
  .count-title h4 {
    font-size: 14px;
  }
  .plans-text {
    font-size: 15px;
  }
  .plans-title h4 {
    font-size: 22px;
  }
  .plans-title span {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .home-head h1 {
    font-size: 1.4rem;
  }
  .home-body p {
    font-size: 14px;
  }
  .section-title h3 {
    font-size: 20px;
  }
  .section-description {
    padding: 0 20px;
    font-size: 14px;
  }
  .contact-info-body {
    font-size: 14px;
  }
  #option-menu-body {
    width: 280px;
  }
  .plans-card-footer button {
    padding: 12px 28px;
    font-size: 16px;
  }
}
@media screen and (max-width: 300px) {
  .count-counter {
    font-size: 1.6rem;
  }
  .count-title h4 {
    font-size: 12px;
  }
  .copyright-text {
    font-size: 12px;
  }
  .social-image img {
    width: 18px;
    height: 18px;
  }
  #back-to-top-btn {
    bottom: 70px;
    font-size: 20px;
    width: 46px;
    height: 46px;
  }
  #option-menu-btn {
    font-size: 20px;
    width: 46px;
    height: 46px;
  }
  #option-menu-body {
    width: 260px;
  }
}
