/* 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) {
  div#navbarNav {
    display: none;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {}

@media (min-width: 1024px) and (max-width: 1279px) {
    .about-aurthor-content h4,
    .about-book-content h4,
    .amazone-book-content h4,
    .sec-01-heading h4,
    .book-trailer-heading h4,
    .testimonial-heading h4,
    .articles-heading h4,
    .strategy-heading h4{
    font-size: 35px;
    }
    
}
@media  (max-width: 991px) {
    .hero-content {align-items: center;text-align: center;}

.hero-img.img-box-content {
    /* display: none; */
}

.text-img {
    max-width: 260px;
    overflow: hidden;
    width: 100%;
    display: flex;
}
.about-aurthor-content {
    text-align: center;
    align-items: center;
    text-align: center;
}

.about-book-content {
    text-align: center;
    align-items: center;
    flex-direction: column;
    display: flex;
}

.hero .row {
    flex-direction: row-reverse;
}

.hero-section .row {
    flex-direction: column-reverse;
}

.amazone-book-content {align-items: center;text-align: center;}

.amazone-book-content h4:after {
    left: 50%;
    transform: translateX(-50%);
}
.news_card_content {
    align-items: center;
    text-align: center;
}.thank-you-content {
    flex-direction: column;
    display: flex;
    align-items: center;
    text-align: center;
}

.thank-you-content h1 {
    font-size: 60px;
    color: white;
    font-family: var(--font-700);
}
}

@media (max-width: 767px)  {
    header.sticky{
        transform:translateY(-0px);
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .about-aurthor-content h4,
    .about-book-content h4,
    .amazone-book-content h4,
    .sec-01-heading h4,
    .book-trailer-heading h4,
    .testimonial-heading h4,
    .articles-heading h4,
    .strategy-heading h4{
    font-size: 32px;
    }
}

@media (max-width: 767px) {
    .about-aurthor-content h4,
    .about-book-content h4,
    .amazone-book-content h4,
    .sec-01-heading h4,
    .book-trailer-heading h4,
    .testimonial-heading h4,
    .articles-heading h4,
    .strategy-heading h4{
    font-size: 28px;
    }
    .about-aurthor-content {
    margin-top: 20px;
    }
    .strategy-cards-main {
    flex-direction: column;
    gap: 50px;
    }
    .footer {
    text-align: center;
    }
    ul.footer-link li {
    margin-top: 25px;
    }
    .footer-top {
    display: block;
    }
    ul.footer-link {
    display: block;
    }
    .feather-img{
        display:none;
    }
}