#imgh {
    margin-top: 5px;
    width: 76vw;
    margin: auto;
}



.story {
    width: 80vw;
    margin-left: 10px;
}

.tradi_text {
    width: 80vw;
    /* border: 1px solid grey; */
    margin: auto;
    height: 270px;
    margin-top: 20px;
    color: white;
    padding-left: 20px;
    /* text-align: center; */
    font-family: "Kanit", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.tradi_text h2 {
    font-family: "Kanit", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.tradi_text p {
    font-size: 18px;
}

.loli {
    width: 80vw;
    margin: auto;
    height: 500px;
    background-size: cover;
    margin-top: 30px;
}

.loli video {
    width: 20%;
}

/* about us  */



/* start shef  */


.shefs {
    width: 90vw;

    height: 250px;
    padding: 0px;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: white;
    text-align: center;
    height: auto;
    margin: auto;


}

.shefnn {
    width: 100%;
    color: white;
    text-align: center;
    padding: 2%;
}



.achari {
    /* border: 1px solid #add; */
    padding: 0px;
    margin: 10px;
    width: 15%;
    padding-top: 0px;
    height: auto;
}

.achari1 {
    /* border: 1px solid #add; */
    padding: 0px;
    margin: 10px;
    width: 40%;
    padding-top: 0px;
}

.achari img {
    max-width: 100%;
}

.achari1 img {
    max-width: 100%;
}

.fish-dishes {
    /* background-color: #ffffff; */
    background-color: black;
    border: 2px solid rgba(245, 238, 226, 0.301);
    
    padding: 20px;
   
    max-width: 77vw;
    margin: auto;
    font-family: Arial, sans-serif;
    /* color: #333; */
    color: white;
    text-align: left;
    
}

.fish-dishes h2 {
    /* color: #d9534f; */
    color: white;


    font-size: 1.8em;
    margin-bottom: 15px;
    text-align: left;

}

.fish-dishes p {
    font-size: 1.1em;
    line-height: 1.6;
    text-align: left;
    /* Align text to the left */
}

.fish-dishes ul {
    list-style-type: none;
    /* Remove default bullet points */
    padding: 0;
}

.fish-dishes li {
    padding: 12px;
    border-bottom: 1px solid #eee;
    /* Light border between items */
}

.fish-dishes li strong {
    color: white;
    display: block;
    font-size: 1.2em;
    margin-bottom: 5px;
}

.fish-dishes li:last-child {
    border-bottom: none;
    /* Remove border for last item */
}


.mar {
    margin: 5px;
}


.biryani-section {
    width: 77vw;
    display: flex;
    /* background-color: #ffffff; */
    background-color: black;

    padding: 20px;
    /* box-shadow: 0 4px 8px rgba(255, 255, 255, 0.1); Soft shadow */
    border: 2px solid rgba(245, 238, 226, 0.301);
    /* max-width: 1000px; */
    margin: auto;
    margin-top: 50px;

    font-family: Arial, sans-serif;
    /* color: #333; */
    color: white;
}

.biryani-text {
    flex: 1;
    padding-right: 20px;
}

.biryani-text h2 {
    /* color: #d9534f; */
    color: white;

    font-size: 1.8em;
    margin-bottom: 15px;
}

.biryani-text p {
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 15px;
}

.biryani-text ul {
    list-style-type: none;
    padding: 0;
}

.biryani-text li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.biryani-text li:last-child {
    border-bottom: none;
}

.biryani-text li strong {
    /* color: #d9534f; */
    color: white;

}

.biryani-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 200px; */
}

.biryani-image img {
    width: 60%;
    max-width: 400px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}