@media(max-width: 1200px) {
    .banner-text {
        margin-top: 100px;
        margin-bottom: 100px;
    }
    
    .welcome-text {
        margin-top: 100px;
    }
    
    .dish-img img {
        width: 100%;
    }
}

/* Desktop view */
@media(max-width: 992px) {
    .banner-text {
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .welcome-text {
        margin-top: 100px;
    }
    .food-img img {
        display: block;
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .dish-img img {
        width: 100%;
    }
    .update-img img {
        display: block;
        width: 100%;
        height: auto;
    }
}

/* laptop view */
@media(max-width: 768px) {
    .banner-text {
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .welcome-text {
        margin-top: 40px;
    }

    .food {
        background-image: none;
    }

    .food-img img {
        display: block;
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .deshes-text {
        padding-left: 25px;
    }

    .dish-img img {
        width: 100%;
    }

    .deshes-text p {
        font-size: 16px;
    }

    .update-img img {
        display: block;
        width: 100%;
        height: auto;
    }
}

/* Tablet view */
@media(max-width: 576px) {
    .banner-text h6 {
        font-size: 15px;
    }

    .banner-text {
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .welcome-text {
        margin-top: 40px;
        margin-right: 0%;
    }

    .food {
        background-image: none;
    }

    .reservation-text {
        margin-bottom: 100px;
    }

    .deshes-text {
        padding-left: 25px;
    }

    .dish-img img {
        width: 100%;
    }

    .footer-up {
        padding: 20px 0px 0px 0px;

    }
}


/* Mobile view */