header{
    width: 100%;
    height: 85vh;
    /* border: 2px solid red; */
    background-image: url("../img/mh.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position:  center;
    padding-top: 10px;
}

 
.menu-section {
    background-color: #f8f9fa;
    padding: 40px 15px;
}
.menu-heading {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #333;
}
.menu-text {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #555; 
}
.menu-text strong {
    color: #007bff;
}

.menu-section {
    background-color: #f8f9fa;
    padding: 40px 15px;
}
.menu-heading {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 20px;
    color:  #80002a;
    
}
.menu-text {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #555;
}
.menu-text strong {
    color: #007bff;
}

/* menu top image  */

.menu_itemt{
    width: 95vw;
    height: auto;
    margin: 10px auto;
    text-align: center;
    border: 2px solid gray;
    padding: 10px;
}
.menutopbg{
    width: 91vw;
    margin: auto;
    text-align: center;
}

.menu_itemt span{
    color: #cc0000;
    font-family: 'Poppins', Arial, sans-serif;
    margin-right: 30px;
    font-weight: 500;
    font-size: 2vw;
}

.partycombo{
    background-color: white;
    border: 2px solid rgba(0, 0, 0, 0.452);
    width: 96%;
    height: auto;
    /* padding: 20px; */
    margin: 10px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}

.menu_itemt strong{
    color: #007bff;
}




.party_c{
    width: 100%;
    padding: 10px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

}
.partyc_desc{
    text-align: center;
    width: 100%;
    height: 100px;
    font-size: 50px;
    color:  #663300;
}



.party_c img{
    width: 280px;
    margin: 10px;
}

.menu_itemt span{
   margin: 20px;
}

    /* Responsive Design */
    @media (max-width: 768px) {
        header{
            height: 50vh;
        }
        .partycombo h1{
            font-size: 30px;
            margin-top: 15px;
        }

        .party_c img{
            width: 100px;
        }
        }

       
      
