/* For Google Chrome (125% zoom level) */
@media screen and (-webkit-min-device-pixel-ratio: 1.25),
  screen and (min-resolution: 120dpi) {
}
@media (max-width: 1199px) {
  .navbar-dark .navbar-toggler {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    background: var(--primary);
  }
}
@media (max-width: 991px) {
  .res-btn {
    background: var(--primary);
    padding: 10px 35px;
  }
  .play-btn {
    height: 40px;
    width: 40px;
    font-size: 29px;
  }
  .about-the-book-end.btns-logo{
    justify-content: center !important;
    display: flex;
    gap: 10px !important;
  }
  .hero-content.other-hero-content h1 {
    font-size: 40px;
  }
  .about-the-book-end .btn-theme {
    flex-direction: column;
  }

  .footer-links {
    align-items: center;
    text-align: center;
  }

  section {
    overflow: hidden;
  }
  section.testimonial {
    overflow: unset;
  }

  .footer-links .row {
    flex-direction: column;
    align-items: center;
  }

  .footer-links .row .col-6 {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero-content {
    text-align: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .hero-content h1,
  .hero-content h2 {
    font-size: 78px;
  }

  .hero-content h1 span,
  .hero-content h2 span {
    font-size: 33px;
  }

  .about-writer-content {
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
  }

  section.about-writer .row {
    width: 100%;
    justify-content: center;
  }

  .writer-count {
    text-align: center;
    align-items: center;
  }

  .img-box-content {
  }

  section.about-writer .img-box-content {
    display: none;
  }

  .broken-img.img-box-content {
    display: none;
  }

  section.about-writer {
    padding: 50px 0 !important;
  }

  section.broken {
    padding: 50px 0;
    overflow: unset;
  }

  section.latest {
    padding: 50px 0 !important;
  }

  .latest-card {
    margin-bottom: 20px;
  }

  .main-heading {
    line-height: 1;
    font-size: 43px;
  }
  .test-card {
    margin-bottom: 20px;
  }

  .latest-heading {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  h5.footer-top-heading {
    text-align: center;
    margin-bottom: 20px;
  }

  .newsletter-input {
    margin: 0 auto;
  }
  section.about-the-book .about-the-book-img {
    height: 560px;
    margin-bottom: 40px;
    margin-top: 0;
  }

  section.about-the-book .about-the-book-img img {
    object-fit: contain;
  }
  .contact-us-wrapper-content {
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .contact-form-main.about-the-book-img {
    height: auto !important;
  }
}

@media (max-width: 767px) {
  .writer-count {
    border: none;
  }
  .testimonial-wrapper-main {
    padding: 0;
    background: transparent;
  }
  .header-top-main {
    display: none;
  }
  header.sticky {
    top: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
}

@media (min-width: 320px) and (max-width: 767px) {
}
  