@media (max-width: 1700px) {
    .nav-link {
        font-size: 14px;
        max-width: fit-content;
    }

    .main-banner {
        height: 100%;
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .argument-block {
        height: 100%;
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .about-us-block {
        height: 100%;
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .abk-text h3 {
        font-size: 20px;
    }

    .abk-text p {
        font-size: 1rem;
    }
}

@media (max-width: 933px) {
    /*  BLOG PAGE  */
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 15px;
    }
}

@media (max-width: 768px) {
    #button-sign {
        width: 35%;
    }

    .mp-filter {
        width: 100%;
        margin: 0px;
    }

    .none {
        display: none;
    }

    .dropdown {
        margin-bottom: 4px;
    }

    .container-fluid {
        height: auto;
        padding-top: 13px;
        padding-bottom: 13px;
    }

    .location {
        margin-right: auto;
        margin-bottom: 15px;
    }

    .mb-search-date {
        display: flex;
        flex-direction: column;
        position: unset;
        padding: 30px 45px;
    }

    .recomandation .col-md-6 {
        display: grid;
        place-items: center;
        margin-top: 2rem;
    }

    .product-section .fc-title h1 {
        margin-bottom: 40px;
    }

    .date-pickers {
        display: flex;
        justify-content: space-between;
    }

    .date-picker h3 {
        font-size: 1.2rem;
    }

    .date-picker .location .location-select {
        width: 160px;
    }

    .extra-features label {
        font-size: 1.2rem;
        margin-top: 5px;
    }

    .price-total {
        font-size: 1.2rem;
    }

    .main-banner #button-sign {
        width: 100%;
        text-align: center;
    }

    .product-image-loader {
        display: grid;
        place-items: center;
        margin-bottom: 5rem;
    }

    .argument-block {
        height: 310vh;
    }

    .argument-block .fc-title h1 {
        margin-top: 25px;
    }

    .main-banner {
        height: 111vh;
    }

    .fc-button {
        float: left;
    }

    .fc-btn {
        padding: 20px 40px;
        font-size: 17px;
    }

    .about-us-block {
        height: 169vh;
    }

    .aub-button {
        margin-top: 0px;
        margin-bottom: 60px;
    }

    .statistics {
        margin-top: 0;
    }

    .os-title h1 {
        font-size: 35px;
    }

    .contacts {
        width: 100%;
    }

    .contacts .contact-us {
        padding-left: 1rem;
        margin-top: 50px;
    }

    .footer-b {
        padding-left: 0;
    }

    .bi-chevron-right {
        top: 35%;
        position: absolute;
        right: -2%;
    }

    .fs-company {
        justify-content: center;
        margin-top: 1rem;
    }

    .fs-title {
        text-align: center;
    }

    .footer-second {
        padding: 32px 50px;
    }

    .p-title {
        text-align: center;
    }

    .fc-title {
        text-align: start;
    }

    .filter-features {
        display: grid;
        place-content: center;
    }

    .pf-button #button-sign {
        width: 100%;
        max-width: none;
    }

    .checbox-engine {
        width: 16rem;
    }

    #col-button {
        display: grid;
        place-items: center;
    }

    .main-banner {
        align-items: inherit;
    }

    .button-search {
        display: flex;
        justify-content: center;
    }

    .mb-img {
        margin-top: -590px;
    }

    .mb-title {
        margin-top: 60px;
        margin-bottom: 270px;
    }
    .mb-question {
        display: none;
    }

    .mb-title > h1 {
        font-size: 44px;
    }

    .main-banner .location-select {
        width: 280px;
    }

    .product-filter .filter-features .location .filter-feature {
        width: 16rem;
    }

    .imp-carousel {
        display: none;
    }

    .fc-sub-title {
        font-size: 1.3rem;
    }

    .about-us-text p {
        font-size: 1rem;
    }

    .service-advantage p {
        font-size: 0.9rem;
    }

    .services-list {
        font-size: 1rem;
    }

    .services-note {
        font-size: 1rem;
    }

    .general-features {
        display: block;
    }

    .bi-chevron-left,
    .bi-chevron-right {
        display: none;
    }


     /*  BLOG PAGE  */
    .title h1 {
        font-size: 32px;
    }

    .error-image img {
        width: 100%;
    }
}

@media(max-width: 500px) {
    /*  BLOG PAGE  */
    .blog-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .blog-detail-image img {
        height: 250px;
    }
}