.box p {
    color: #333;
    line-height: 1.5;
}

.box-title {
    position: absolute;
    display: inline-block;
    top: -0.6rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0rem 1rem;
    background-color: white;
    font-weight: 600;
}

.box-body {
    padding: 1rem;
    line-height: 1.5;
}

.menulist h2{
    font-size: 20px;
text-shadow: 0 2px 2px#bbbbbb;
  
  margin: 40px 30px 30px 30px;
  text-align: center;

}

.menulist h2::after {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  margin: 12px auto 0;
  background: #c8b08a;
}

.menulist{
    margin: 100px 0;
  background-color: rgb(255, 255, 255);
  padding: 0px 10px;
}

.menu-item {
   position: relative;
    padding: 1rem;
    border: 2px solid #000000;
}

.menu-item li{
  font-size: 18px;
    line-height: 1.5;
}

.menu-item a{
  font-size: 20px;
    line-height: 1.5;
}



.accordion {
    padding: 1rem;
}
.menu-accordion {
    box-shadow: #33270f 0px 4px 6px -1px, #33270f 0px 2px 4px -1px;
    background: #dad3c0;
    padding: 1rem;
margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 30px;
}

.accordion-item {
    margin-bottom: 0.5rem;
}

.accordion-check {
    display: none;
}

.accordion-label {
    width: 100%;
    box-shadow: 2px 5px 5px #605841;
    position: relative;
    display: block;
    cursor: pointer;
    padding: 0.8em;
    background-color: #8c7f5d;
    color: #ffffff;
    font-size: 0.8rem;
    line-height: 1.5;
}

.accordion-label::after {
    position: absolute;
    top: 50%;
    right: 0px;
    height: auto;
    width: 50px;
    transform: translateY(-50%) rotate(0deg);
    color: #333;
    text-align: center;
    font-size: 1.5rem;
    content: '+';
}

.accordion-box {
    height: 0;
    overflow: hidden;
    opacity: 0;
    background-color: #fff;
    transition: all .5s;
}

.accordion-check:checked~.accordion-box {
    height: auto;
    opacity: 1;
    padding: 1rem;
}

.accordion-check:checked+.accordion-label:after {
    transform: translateY(-50%) rotate(45deg);
}


.accordion-box p {
    line-height: 1.5;
}

.img-pic1{
margin: 5px;
width: 40%;
height: auto;
}

.menu-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.menu-right {
    display: flex;
    flex-direction: column;
    gap: 30px;
}