.foodPopup_dialog {
    max-width: 90%;
}

.foodPopupContent {
    height: 500px;
    background-image: url(../imgs/tasteCard002.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 40px;
    background-position: center;
}

.foodPopup_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    background: linear-gradient(112.1deg, rgb(8 8 8) 11.4%, rgb(110 111 115 / 10%) 70.2%)
}

.foodPopup_row .foodPopup_col_1 h4 {
    color: #fff;
    font-size: 48px;
    line-height: 70px;
}

.foodPopup_row .foodPopup_col_1 p {
    color: #fff;
    text-transform: capitalize;
    font-size:20px;
    margin-top: -45px;
    margin-bottom: 25px;
}


.foodPopup_row .foodPopup_col_1 h4 span {
    color: #FFA726;
    font-weight: 500;
}

.foodPopup_row .foodPopup_col_1 button {
    /* border: 2px solid red; */
    background-image: linear-gradient(to right, #fe8c00 0%, #f83600 51%, #fe8c00 100%);
    margin-top: 40px;
    padding: 15px 45px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
    text-transform: capitalize;
    margin-bottom: 70px;
}

.foodPopup_row .foodPopup_col_1 button:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.foodPopup_onlyFor {
    color: #fff !important;
    margin-top: 70px;
    /* font-style: italic; */
    text-transform: capitalize;
    font-size:20px;
    margin-top: 0px;
}


.foodPopup_row .foodPopup_col_1 h5 {
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
}


@media only screen and (max-width: 1200px) {
    .foodPopup_overlay
    {
background: linear-gradient(112.1deg, rgb(8 8 8) 11.4%, rgb(17 18 18 / 49%) 70.2%);
    }
}

@media only screen and (max-width: 992px) {
    .foodPopup_row .foodPopup_col_1 h4 {
        color: #fff;
        font-size: 37px;
        line-height: 64px;
    }
    .food_br
    {
        display: none;
    }
    .foodPopupContent
    {
        height: 525px;
    }
}

@media only screen and (max-width: 768px) {
    .foodPopup_row .foodPopup_col_1 h4 {
        color: #fff;
        font-size: 28px;
        line-height: 44px;
        margin-top: 60px;
    }
    .foodPopup_row .foodPopup_col_1 h5{
        font-size: 16px;
    }
    .foodPopup_row .foodPopup_col_1 button
    {
        margin-top: 20px;
        font-size: 12px;
    }
    .foodPopupContent
    {
        height: 550px;
    }
    .foodPopup_onlyFor
    {
        font-size: 16px;
    }

}

@media only screen and (max-width: 576px) {

    .foodPopup_dialog {
        max-width: 100%;
    }

    .foodPopupContent {
        height: 500px;
        font-size: 43px;
        border-radius: 15px;
    }

    .foodPopup_overlay
    {
        border-radius: 15px;
    }

    .foodPopup_row .foodPopup_col_1 h4 {
    font-size: 24px;
    line-height: 35px;
    margin-top: 30px;
    }

    .foodPopup_row .foodPopup_col_1 p{
        font-size: 12px;
    }
    .foodPopup_onlyFor
    {
        font-size: 12px !important;
    }
}

@media only screen and (max-width: 450px) {
    .foodPopup_row .foodPopup_col_1 h4
    {
        font-size: 18px;
    }
    .foodPopup_row .foodPopup_col_1 h5
    {
        font-size: 12px;
        line-height: 20px;
    }
    .foodPopupContent{
        height: 450px;
    }
}

@media only screen and (max-width: 390px) {
    .foodPopup_row .foodPopup_col_1 h4 {
font-size: 17px;
}
}