/* Medium devices (tablets, 768px and down) */
@media (max-width: 991px) {
    nav form {
        border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
        padding-top: 1rem;
    }

    nav form .btn {
        width: 100%;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

    /* Homepage CSS */
    .hero-banner .caption h1 {
        font-size: 60px;
    }

    .banner-overlay-content .content-wrapper .btn {
        font-size: 1.25rem;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    /* Homepage CSS */
}

/* Large devices (desktops, 1024px and up) */
@media (min-width: 1024px) {}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    /* Homepage CSS */
    nav .nav-link {
        font-size: 1.25rem;
    }

    .hero-banner:before {
        left: -76px;
        bottom: 37px;
        width: 153px;
        height: 153px;
    }

    .hero-banner:after {
        top: 50px;
        right: -64px;
        width: 128px;
        height: 128px;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    .hero-banner .caption h1 {
        font-size: 90px;
    }

    .hero-text h4 {
        letter-spacing: 4.2px;
    }

    .iwt-section.food-1:after {
        top: 25%;
        right: -49px;
        width: 97px;
        height: 97px;
    }

    .iwt-section.food-2:after {
        top: 35%;
        left: -76px;
        width: 153px;
        height: 153px;
    }

    .iwt-section .para-text {
        font-size: 1.25rem;
    }

    .banner-overlay-content .content-wrapper p {
        font-size: 1.5rem;
        line-height: normal;
    }

    footer .copyright-text {
        font-size: 1.25rem;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}