/*--------------------------------------------------------------
# Common Screens
--------------------------------------------------------------*/

@media (min-width: 425px) and (max-width: 567px) {

    .carousel-sub-title {
        font-size: 20px;
    }

    .carousel-caption {
        bottom: 0.75rem;
    }

    .products-card-title {
        font-size: 1.3rem;
    }

    .filter-card-img {
        width: 50% !important;
        height: 50% !important;
    }
}

@media (min-width: 290px) and (max-width: 767px) {

    .products-filter-text {
        font-size: 1rem;
    }

}

@media (min-width: 250px) and (max-width: 991px) {

    .nav-item .nav-link {
        padding: 0rem;
    }

    .how-we-content {
        height: 100%;
    }

    .get-in-touch-img {
        height: auto;
    }

    .enquiry-form {
        height: auto;
    }
}

@media (min-width: 290px) and (max-width: 1199px) {}

@media (min-width: 992px) and (max-width: 1003px) {
    .nav-brand-txt {
        width: 250px;
        height: 40px;
        font-size: 26px;
    }
}

/*--------------------------------------------------------------
# Navbar
--------------------------------------------------------------*/

@media (min-width: 768px) and (max-width: 991px) {

    .navbar-nav .nav-item .nav-link {
        font-size: 18px !important;
    }

    .btn-navbar {
        background-color: var(--primary-color) !important;
        transition: 0.5s;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        padding: 0.5rem 0.25rem !important;
    }
}

@media (min-width: 250px) and (max-width: 767px) {

    .navbar-nav .nav-item .nav-link.active-home {
      background-color: var(--primary-color) !important;
      border-top-left-radius: 0rem !important;
      border-bottom-left-radius: 0rem !important;
      color: var(--primary-color);
    }
}

/*--------------------------------------------------------------
# Home -
--------------------------------------------------------------*/

@media (min-width: 250px) and (max-width: 1299px) {

    .home-slider video {
        height: auto !important;
    }
}

@media (min-width: 250px) and (max-width: 567px) {

    .banner-content {
        height: 50vh;
    }

    .home-slider video {
        height: auto !important;
    }

    .product-special-card {
        padding: 0.75rem;
        transition: transform 0.5s;
    }

    .special-card-content {
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0.25rem 0rem;
    }

    .img-brand {
        width: 150px;
    }

    .home-contact-section {
        padding: 0.25rem;
    }

    .home-contact-form {
        margin-bottom: 0.75rem;
    }
}

@media (min-width: 567px) and (max-width: 767px) {

    .home-booking-form {
        margin-top: -3rem;
    }

    .service-overlay {
        height: auto !important;
    }
}

@media (min-width: 290px) and (max-width: 991px) {

    .get-in-touch-img {
        height: 100% !important;
    }
}

@media (min-width: 290px) and (max-width: 1199px) {
    .contact-img {
        height: 100%;
    }

    .contact-form-content {
        height: auto;
    }
}

@media (min-width: 290px) and (max-width: 768px) {

    .home-slider {
        margin-top: 0px;
    }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/

@media (min-width: 250px) and (max-width: 991px) {
    .about-img {
        width: 65% !important;
    }
}

/*--------------------------------------------------------------
# Service Section
--------------------------------------------------------------*/

@media (min-width: 992px) and (max-width: 1399px) {
    .service-card-para {
        height: 100px;
        display: flex;
        align-items: start;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .service-card-para {
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: start;
    }
}

/*--------------------------------------------------------------
# Service Section
--------------------------------------------------------------*/

@media (min-width: 250px) and (max-width: 500px) {

    .product-card-content {
        height: 100px;
    }

    .product-title {
        font-size: 16px;
        font-weight: 500;
    }

    .product-price {
        font-size: 14px;
    }

    .products-card-button {
        font-size: 14px;
    }

}


/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/

@media (min-width: 250px) and (max-width: 991px) {

    .contact-card {
        margin-top: 0%;
    }

    .contact-parallax-content {
        height: 100%;
    }

    .contact-form {
        height: 100% !important;
    }

    .contact-information {
        height: 100% !important;
    }

    .service-request-form {
        height: 100%;
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

@media (min-width: 1063px) and (max-width: 1269px) {
    .footer-img {
        width: 20%;
    }

    .foot-svg-txt {
        font-size: 26px;
        width: 260px;
    }
}

@media (min-width: 1026px) and (max-width: 1063px) {
    .footer-img {
        width: 20%;
    }

    .foot-svg-txt {
        font-size: 26px;
        width: 250px;
    }
}

@media (min-width: 992px) and (max-width: 1025px) {
    .footer-img {
        width: 20%;
    }

    .foot-svg-txt {
        font-size: 26px;
        width: 230px;
    }
}


@media (min-width: 374px) and (max-width: 991px) {
    .footer-img {
        width: 20%;
    }

    .foot-svg-txt {
        font-size: 30px;
        width: 275px;
    }
}


@media (min-width: 290px) and (max-width: 400px) {
    .company-link {
        font-size: 18px !important;
        font-family: varelaround;
    }
}


@media (min-width: 330px) and (max-width: 354px) {
    .footer-img {
        width: 20%;
    }

    .foot-svg-txt {
        font-size: 30px;
        width: 240px;
    }
}


@media (min-width: 290px) and (max-width: 329px) {
    .footer-img {
        width: 20%;
    }

    .foot-svg-txt {
        font-size: 30px;
        width: 220px;
    }
}