/* 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;
    }

    .navbar-dark .navbar-toggler {
        display: flex !important;
    }

    header.sticky .header-bottom .navbar-toggler {
        color: white;
        border-color: white;
    }
}

@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; */
    }

    .hero-content h1 {
        font-size: 30px;
    }

    .main-heading h4 {
        font-size: 40px;
    }

    .footer-top {
        flex-direction: column;
        align-items: center;
        gap: 13px;
    }

    .about-aurthor-content-amazone-btn {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .amazone-book .row {
        flex-direction: column-reverse;
    }

    .amazone-book-img.img-box-content {
        margin-bottom: 21px;
    }



    .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);
    }

    img.dragon-img.animate-up {
        display: none;
    }

    img.book-daragon.animate-up {
        display: none;
    }

    .blog-main {
        flex-direction: column;
    }
}

@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;
    }
}