.weekend-buffet-banner{
    width: 80%;
    height: fit-content;
    margin-top: 15px;
    background-color: rgb(163,137,49);
    /* background: linear-gradient(to bottom, rgb(163,137,49), transparent,rgb(163,137,49)  ) ; */
    margin: auto;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
}

.border-to-hold{
    height: 95%;
    width: 95%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
    border: 5px solid rgb(241,209,6);
}
.days-holder{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.price-holder{
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.price-holder :nth-child(1) , .days-holder p{
    color: white;
    -webkit-text-stroke: 0.5px black;
    /* font-family: 'Comfortaa'; */
    font-size: 20px;
    font: bolder;
    font-weight: 800;
}
.buffet-image{
    width: 90%;
    height: 90%;
    
}
.dollor-price{
    color: white;
    font-size: 40px !important;
    line-height: 40px;
}

/* ==================================================================================     340px */
@media  screen and (max-width:382px) {
    .weekend-buffet-banner{
        width: 90%;
    }
    .dollor-price{
        font-size: 30px !important;
        line-height: 30px;
    }
}

/* =======================================================================================          280px */
@media screen and (max-width: 290px) {
    .weekend-buffet-banner{
        width: 100%;
    }
    .dollor-price{
        color: white;
        font-size: 30px !important;
    }
}