html {
  scroll-behavior: smooth;
}

.myButton {
  box-shadow: 0px 10px 14px -7px #276873;
  background: linear-gradient(to bottom, #000000 5%, #000000 100%);
  background-color: #000000;
  border-radius: 8px;
  display: inline-block;
  cursor: pointer;
  color: #e9b216ff;
  font-family: "Montserrat", cursive;
  font-size: 18px;
  font-weight: bold;
  padding: 4px 24px;
  text-decoration: none;
  text-shadow: 0px 0px 0px #3d768a;
  transition: all 0.5s;
  position: fixed;
  left: 1px;
  bottom: 1px;
}
.myButton:hover {
  background: linear-gradient(to bottom, #838280 5%, #fcfcfc 100%);
  background-color: #746f69;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0em;
}

.baner {
  width: 100%;
  height: auto;
}

.local_name {
  font-family: "Montserrat", cursive;
  font-size: 20px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  text-align: center;
}

.menu-group-heading-menu {
  margin: 0;
  padding-bottom: 0em;
  border-bottom: 3px solid #e9b216ff;
  text-align: center;
  text-shadow: 3px 3px 3px rgb(255, 255, 255);
}

.menu-group-heading-hiper {
  margin: 2em;
  padding-bottom: 1em;
  font-size: 13px;
  border-bottom: 0px solid #e9b216ff;
  transition: all 0.5s;
}

.menu {
  font-family: "Montserrat", cursive;
  font-size: 13px;
  color: rgb(255, 255, 255);
}

.menu-group-heading {
  margin: 0;
  padding-top: 0.5em;
  padding-bottom: 0px;
  border-top: 3px solid #e9b216ff;
  /* text-shadow: 3px 3px 3px rgb(255, 255, 255); */
}

.menu-group-heading-line {
  margin: 0;
  padding-bottom: 0em;
  border-top: 10px solid #e9b216ff;
  text-shadow: 3px 3px 3px rgb(255, 255, 255);
}

.menu-group {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5em;
  padding: 1.5em 0;
}

.menu-item {
  font-size: 16px;
  display: flex;
}

.menu-item-image {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  object-fit: cover;
  margin-right: 1.5em;
}

.menu-item-text {
  padding-top: 0px;
  flex-grow: 1;
}

.menu-item-heading {
  display: flex;
  justify-content: space-between;
  margin: 0;
  border-bottom: 1px solid rgb(114, 114, 114);
}

.menu-item-heading-nonli {
  display: flex;
  justify-content: space-between;
  margin: 0;
  border-bottom: 0px solid #e9b216ff;
  text-shadow: 3px 3px 3px rgb(255, 255, 255);
}

.menu-item-heading-nonlil {
  display: flex;
  justify-content: space-between;
  margin: 0;
  border-top: 3px solid #e9b216ff;
  text-shadow: 3px 3px 3px rgb(255, 255, 255);
}

.menu-group-heading-center {
  display: flex;
  justify-content: space-between;
  margin: 0;
  font-size: 14px;
  border-bottom: 3px solid #e9b216ff;
  text-align: center;
}

.menu-item-name {
  margin-right: 0em;
}

.menu-item-description {
  line-height: 1;
  text-align: left;
  font-size: 14px;
  font-family: "Montserrat";
}

.menu-item-description-mini {
  line-height: 1;
  text-align: right;
}

@media screen and (min-width: 992px) {
  .menu {
    font-size: 16px;
  }

  .menu-group {
    grid-template-columns: repeat(2, 1fr);
  }

  .menu-item-image {
    width: 125px;
    height: 125px;
  }
}
/* color href */
/* notused link */
a:link {
  color: #c0c0c0;
}

/* visited link */
a:visited {
  color: #9c9b9a;
}

/* mouse over link */
a:hover {
  color: #ffd900;
}

/* selected link */
a:active {
  color: #64605b;
}
