@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500;700&display=swap");
/* General styles */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  line-height: 1.5em;
  overflow: hidden;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

body::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  background-color: #f90;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

.img-sec {
  height: 90vh;
  width: 100vw;
  background-position: center top;
  background-size: contain;
}

@media screen and (max-width: 1100px) {
  .img-sec {
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.logo-container {
  padding-top: 7rem;
}

@media screen and (max-width: 999px) and (min-width: 200px) {
  .logo-container {
    padding-top: 7.5rem;
    width: inherit;
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 1024px) and (min-width: 770px) {
  .logo-container {
    padding-top: 3rem;
    width: inherit;
    position: absolute;
    left: 51%;
    top: 35%;
    transform: translate(-50%, -50%);
  }
}

.sec-title {
  font-family: "Montserrat", sans-serif;
  padding-top: 5.5rem;
  color: #d69632;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 999px) and (min-width: 400px) {
  .sec-title {
    padding-top: 35rem;
  }
}

@media screen and (max-width: 400px) and (min-width: 200px) {
  .sec-title {
    padding-top: 30rem;
  }
}

@media screen and (max-width: 1024px) and (min-width: 1000px) {
  .sec-title {
    padding-top: 45rem;
  }
}

.t {
  font-family: "Montserrat", sans-serif;
  color: #ffbb33;
}

.mask {
  border: 12px ridge #ffbb33;
  border-radius: 5px;
}

.img-fluid {
  border-radius: 5px;
}

.card {
  border: 12px ridge #660000;
  border-radius: 5px;
}

.food-bg-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.menu-bg {
  background-color: rgba(255, 255, 255, 0.9);
}

.menu-col {
  height: 100vh;
  overflow-y: scroll;
}

.menu-col::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 10px;
}

.menu-col::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

.menu-col::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, #fff237), color-stop(0.72, #fcd62e), color-stop(0.86, #ffbb33));
}

.col-mt {
  margin-top: 3rem;
}

.table {
  background: transparent;
}

.Click-here {
  cursor: pointer;
  background-color: #d69632;
  color: #fff;
  transition: background-image 3s ease-in-out;
}

.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}

.custom-model-inner {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  margin: 30px auto;
  max-width: 97%;
}

.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
}

.model-open .custom-model-inner {
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}

.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}

.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  transition: background 0.15s linear;
}

.close-btn {
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
}

@media screen and (min-width: 800px) {
  .custom-model-main:before {
    content: "";
    display: inline-block;
    height: auto;
    vertical-align: middle;
    margin-right: -0px;
    height: 100%;
  }
}

@media screen and (max-width: 799px) {
  .custom-model-inner {
    margin-top: 45px;
  }
}
/*# sourceMappingURL=menu.css.map */