@media (min-width: 992px) {
    .order-lg-0 {
        order: 0 !important;
    }
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}

@media (max-width: 991px) {
    #header .container {
        width: 100%;
        max-width: 100%;
    }
    .mobile-nav-toggle {
        display: block;
    }
	.navbar ul {
        display: none;
    }
    .bi-x::before {
        color: #fff;
    }
    .get-started-btn {
        padding: 7px 20px 8px 20px;
        margin-right: 15px;
    }

    .counts .image {
        text-align: center;
    }

    .counts .image img {
        max-width: 80%;
    }
    .breadcrumbs {
        margin-top: 68px;
    }

    .breadcrumbs .d-flex {
        display: block !important;
    }

    .breadcrumbs ol {
        display: block;
    }

    .breadcrumbs ol li {
        display: inline-block;
    }
    .books .image,
    .about .image {
        margin-bottom: 50px;
    }

    #hero.hero-80 h3 {
        font-size: 3.5vw;
    }
    .mashne h4 {
        font-size: 5vw;
    }
}

@media screen and (max-width: 767px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
    #hero {
        height: auto;
    }

    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero h2 {
        font-size: 20px;
        line-height: 24px;
    }
}

@media (max-width: 667px) {
    .counts .image img {
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    #hero {
        height: auto;
        background: url("../img/elda-viler-m.jpg") bottom center;
        background-size: cover;
    }
    /*#hero .container {
        padding-bottom: 400px;
    }*/

    #hero .container {
        padding-bottom: 1000px;
    }
    #hero.hero-80 h3 {
        font-size: 7vw;
    }
    .mashne h4 {
        font-size: 9vw;
    }
    .hero-price {
        color: #fff;
    }
    .double {
        display: block;
    }
    .double-R {
        display: none;
    }
}