
.menu-section {
  text-align: center;
  padding: 50px 20px;
  background: #fff;
}

.menu-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 5px;
}

.menu-subtitle {
  font-size: 15px;
  margin-bottom: 10px;
}

.menu-filters {
  margin-bottom: 10px;
}

.filter-btn {
  border: none;
  background: none;
  margin: 0 10px;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
  position: relative;
}

.filter-btn.active {
  color: #f6b341;
   border-bottom: 2px solid #d4a000;
}



.menu-item h4 span {
  font-weight: 700;
  margin-left: 500px;
}


.view-menu-btn {
  background: #f6b341;
  padding: 12px 30px;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  margin-top: 20px;
}

.menu-items {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 40px;
  width: 750px;
  margin-left: 300px;
}

 /*Menu Row Style */
.menu-item h4 {
  font-weight: 600;
  font-size: 1.15rem;
  display: flex;
  justify-content: space-between;
  letter-spacing: 1px;
  border-bottom: 1px dotted #b4b4b4;
  padding-bottom: 8px;
  margin-bottom: 6px;
}

 /*Fade animation */
.menu-item {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .4s ease, transform .4s ease;
  display: none;
}

.menu-item.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}


@media(max-width: 768px){
    
.menu-section {
  text-align: center;
  padding: 50px 20px;
  background: #fff;
}

.menu-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 5px;
}

.menu-subtitle {
  font-size: 15px;
  margin-bottom: 10px;
}

.menu-filters {
  margin-bottom: 10px;
}

.filter-btn {
  border: none;
  background: none;
  margin: 0 10px;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
  position: relative;
}

.filter-btn.active {
  color: #f6b341;
   border-bottom: 2px solid #d4a000;
}



.menu-item h4 span {
  font-weight: 700;
  /*margin-left: 500px;*/
}


.view-menu-btn {
  background: #f6b341;
  padding: 12px 30px;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  margin-top: 20px;
}

.menu-items {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 40px;
  width: 500px;
  /*margin-left: 300px;*/
}

 /*Menu Row Style */
.menu-item h4 {
  font-weight: 600;
  font-size: 1.15rem;
  display: flex;
  justify-content: space-between;
  letter-spacing: 1px;
  border-bottom: 1px dotted #b4b4b4;
  padding-bottom: 8px;
  margin-bottom: 6px;
}

 /*Fade animation */
.menu-item {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .4s ease, transform .4s ease;
  display: none;
}

.menu-item.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}


}



@media(max-width: 480px){
    
.menu-section {
  text-align: center;
  padding: 50px 20px;
  background: #fff;
  overflow-x: hidden;
}

.menu-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 5px;
  color:#f7b733;
}

.menu-subtitle {
  font-size: 20px;
  margin-bottom: 10px;
}

.menu-filters {
  margin-bottom: 10px;
}

.filter-btn {
  border: none;
  background: none;
  margin: 0 10px;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
  position: relative;
}

.filter-btn.active {
  color: #f6b341;
   border-bottom: 2px solid #d4a000;
}



.menu-item h4  {
  font-weight: 700;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
}
.menu-item span{
    margin-left: -200px !important;
}

.view-menu-btn {
  background: #f6b341;
  padding: 12px 30px;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  margin-top: 20px;
}
.menu-item{
    width: 80%;
    /*margin-left: -600px;*/
}
.menu-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 25px;
  /*margin:10px auto 10px auto;*/
  margin-left: 10px;
  font-size: 10px;
  
}

 /*Menu Row Style */
.menu-item h4 {
  font-weight: 600;
  font-size: 1.15rem;
  display: flex;
  letter-spacing: 1px;
  border-bottom: 1px dotted #b4b4b4;
  padding-bottom: 8px;
  margin-bottom: 6px;
}

 /*Fade animation */
.menu-item {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .4s ease, transform .4s ease;
  display: none;
}

.menu-item.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}


}

@media(max-width: 375px){
    .menu-item{
    width: 60%;
    /*margin-left: -600px;*/
}
}

