@font-face {
  font-family: "LibreBaskerville";
  src: url("./LibreBaskerville-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LibreBaskerville-Bold";
  src: url("./LibreBaskerville-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.header-wrapper {
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: transparent;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.container-default {
  max-width: 1269px;
  padding-right: 24px;
  padding-left: 24px;
}

.header-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

body {
  background-color: #171717;
  -webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -o-user-select: none !important;
  user-select: none !important;
}

img {
  -webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -o-user-select: none !important;
  user-select: none !important;
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  pointer-events: none;
}

.pagemenubg {
  width: 100%;
  min-height: 100vh;

  --w: 8px; /* Thiclness of the line */
  --n: 28; /* number of lines */

  background: linear-gradient(90deg, #171717 calc(100% - var(--w)), #212121 0);
  background-size: calc(
      (100% - var(--n) * var(--w)) / (var(--n) + 1) + var(--w)
    )
    100%;
}

.header-logo {
  width: 100%;
  height: 120px;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}

.inner-container {
  width: 100%;
  max-width: 880px;
  min-height: 100vh;
  background-color: #f7f6f2;
  border-radius: 10px;
  padding-top: 0.5rem;
}

.center-element {
  margin-right: auto;
  margin-left: auto;
}

.head-category {
  position: sticky;
  overflow-x: scroll;
  overflow-y: hidden;
  /* scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch; */
  background-color: #f7f6f2;
  z-index: 1;
  top: 0;
  border-bottom: 1px solid rgba(155, 123, 91, 0.4);
  /* box-shadow: 0 2px 0px 0px rgba(0, 0, 0, 0.12),
    0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important; */
}
.catlist {
  display: flex;
}

.catlistitem {
  display: inline-flex;
  padding: 14px 18px;
  /* border-radius: 10px; */
  /* background-color: rgb(155, 123, 91); */
  /* box-shadow: 0 2px 12px 0 rgba(19, 19, 19, 0.06); */
  color: rgb(155, 123, 91);
  text-align: center;
  font-family: "LibreBaskerville" !important;
  margin-right: 0.5rem;
  font-size: 1.2rem;
  white-space: nowrap;
  padding-bottom: 1rem;
  transition: all 0s ease-in-out;
  border-bottom: 0.35rem solid transparent;
}

.catlistitem.current {
  font-family: "LibreBaskerville-Bold" !important;
  border-bottom: 0.35rem solid rgb(155, 123, 91);
}

::-webkit-scrollbar {
  display: none !important;
}

@media (max-width: 991px) {
  .catlistitem {
    /* padding: 10px 15px; */
    /* font-size: 3rem; */
  }
  .inner-container {
    max-width: unset;
    border-radius: unset;
  }
}

.m-menu-list {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: scroll;
  margin-left: 3px;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 0 1rem;
  padding-bottom: 5rem;
}

.m-menu-category {
  padding: 1rem 0;
  padding-bottom: 0;
}

.m-menu-category-name {
  color: rgb(155, 123, 91);
  font-size: 2.35rem;
  font-family: "ArsenicaTrial" !important;
  margin-bottom: 1rem;
  text-align: center;
}

.m-menu-item {
  display: flex;
  justify-content: space-between;
  padding: .5rem 0;
  /* margin-bottom: 1rem; */
}

.m-menu-item-name {
  font-size: 1.35rem;
  font-family: "LibreBaskerville" !important;
  font-weight: 500;
  color: rgb(64, 63, 61);
}

.m-menu-item-price {
  width: 210px;
  text-align: right;
  align-self: center;
  font-size: 1.5rem;
  font-family: "LibreBaskerville" !important;
  font-weight: 500;
  color: rgb(64, 63, 61);
}

.hisar-sus {
  width: 60px;
  object-fit: contain;
}

.bottom-pad {
  height: 200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;

}

.mobileGoToTop {
  width: 80px !important;
  height: 80px !important;
  font-size: 4rem !important;
  padding-top: 1rem;
}

.m-menu-item-desc {
  font-size: 0.7rem;
  font-family: "LibreBaskerville" !important;
  font-weight: 500;
  color: rgb(155 123 91);
}

@media (max-width: 320px) {
  .m-menu-category-name {
    font-size: 1.5rem !important;
  }

  .m-menu-item-name {
    font-size: 1rem !important;
  }
  .m-menu-item-price {
    font-size: 1.2rem !important;
  }

  .catlistitem.current {
    border-bottom: 0.3rem solid rgb(155, 123, 91) !important;
  }
  .catlistitem {
    font-size: 1rem !important;
    padding: 10px 15px !important;
  }
  .hisar-sus {
    width: 40px !important;
  }
}

@media (min-width: 321px) and (max-width: 360px) {
  .m-menu-category-name {
    font-size: 1.5rem !important;
  }

  .m-menu-item-name {
    font-size: 1rem !important;
  }
  .m-menu-item-price {
    font-size: 1.2rem !important;
  }

  .catlistitem.current {
    border-bottom: 0.3rem solid rgb(155, 123, 91) !important;
  }
  .catlistitem {
    font-size: 1rem !important;
    padding: 10px 15px !important;
  }
  .hisar-sus {
    width: 45px !important;
  }
}

@media (min-width: 361px) and (max-width: 375px) {
  .m-menu-category-name {
    font-size: 2rem !important;
  }

  .m-menu-item-name {
    font-size: 1.15rem !important;
  }
  .m-menu-item-price {
    font-size: 1.4rem !important;
  }

  .catlistitem.current {
    border-bottom: 0.3rem solid rgb(155, 123, 91) !important;
  }
  .catlistitem {
    font-size: 1rem !important;
    padding: 10px 15px !important;
  }
  .hisar-sus {
    width: 50px !important;
  }
}

@media (min-width: 376px) and (max-width: 414px) {
  .m-menu-category-name {
    font-size: 2rem !important;
  }

  .m-menu-item-name {
    font-size: 1.15rem !important;
  }
  .m-menu-item-price {
    font-size: 1.4rem !important;
  }

  .catlistitem.current {
    border-bottom: 0.3rem solid rgb(155, 123, 91) !important;
  }
  .catlistitem {
    font-size: 1.3rem !important;
    padding: 12px 18px !important;
  }
  .hisar-sus {
    width: 50px !important;
  }
}

.customBold{
    color: rgb(155, 123, 91);
    font-family: 'LibreBaskerville-Bold' !important;
}

