@charset "UTF-8";
@font-face {
  font-family: "PosterizerKGRough";
  src: url("../font/PosterizerKGRough.eot");
  src: local("☞Posterizer KG Rough"), local("../font/PosterizerKGRough"), url("../font/PosterizerKGRough.eot?#iefix") format("embedded-opentype"), url("../font/PosterizerKGRough.woff2") format("woff2"), url("../font/PosterizerKGRough.woff") format("woff"), url("../font/PosterizerKGRough.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  background-color: #111111;
  font-family: "Roboto", sans-serif;
}

.main {
  display: flex;
}

hr {
  height: 3px;
  background-color: white;
  opacity: 1;
}

.bg-brown {
  background: #822d19 !important;
}

.read-more {
  color: #fff;
  background-color: #822d19;
  padding: 10px 20px;
  text-decoration: none;
  transition: 0.5s;
  border-radius: 5px;
}
.read-more:hover {
  background-color: #6c8d3c;
}

.sidebar {
  position: fixed;
  width: 250px;
  height: calc(100vh - 40px);
  padding: 30px;
  margin: 20px 0px 20px 20px;
  background-color: #6c8e3a;
  background-color: #822d19;
  background-color: #212529;
  border: 1px solid #edf2fa;
  border-radius: 10px;
  color: #fff;
  overflow-y: scroll;
}
.sidebar a {
  text-decoration: none;
}
.sidebar img {
  width: 100%;
  border-radius: 10px;
}
.sidebar h3 {
  font-family: "PosterizerKGRough";
  text-align: center;
  font-size: 2.1vw;
}
.sidebar nav ul {
  padding-left: 0px;
}
.sidebar nav ul li {
  list-style-type: none;
}
.sidebar nav ul li img {
  width: 30px;
  height: 30px;
  filter: invert(1);
  margin-right: 10px;
}
.sidebar nav ul li a {
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  font-family: "Londrina Solid", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}
.sidebar .address .icon {
  background-color: #822d19;
  background-color: #6c8d3c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.sidebar .address p {
  font-weight: 600;
}

.sidebar::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

.sidebar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.content {
  margin-left: 290px;
  padding: 20px 20px 20px 0px;
  width: calc(100% - 300px);
}

.banner {
  position: relative;
  height: calc(100vh - 40px);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.banner .banner-content-details {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner .video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -1;
  /* Ensure the video is behind other content */
}
.banner__logo {
  position: absolute;
  top: 20px;
  left: 20px;
}
.banner__details {
  position: absolute;
}
.banner__details img {
  border-radius: 10px;
}
.banner__details h1 {
  font-size: clamp(2.5rem, 1.8551rem + 2.1583vw, 4.125rem);
  font-weight: 800;
  font-family: "Londrina Solid", sans-serif;
  color: #fff;
}
.banner__details span {
  color: #6c8d3c;
  font-weight: 700;
  font-size: 24px;
  font-family: "PosterizerKGRough";
}

.cart a {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #6c8d3c;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  border: 2px solid #fff;
  margin-right: 10px;
}

.login-cart {
  position: fixed;
  z-index: 999;
  right: 50px;
  top: 30px;
  transition: opacity 0.5s;
}

.login-cart.hidden {
  opacity: 0;
  pointer-events: none;
}

.login {
  background: #822d19;
  padding: 10px 30px;
  border-radius: 10px;
  border: 2px solid #fff;
}
.login a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}

.about {
  background-color: #212529;
  padding: 50px;
  border-radius: 10px;
  color: #fff;
}
.about .about-img {
  width: 100%;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}
.about .date span {
  font-size: 7vh;
  font-weight: 800;
}
.about .date h1 {
  font-size: 12vh;
  font-weight: 900;
  color: #822d19;
  color: #6c8d3c;
  font-weight: 500;
  font-family: "PosterizerKGRough";
}

.menu {
  background-image: url("../images/bg-gallery/aa.jpg");
  background: #212529;
  border-radius: 10px;
  color: #fff;
  padding: 50px;
}
.menu p.desc-menu {
  margin-top: 0px;
}
.menu h1 {
  display: block;
  font-weight: 500;
  font-family: "PosterizerKGRough";
}
.menu__details {
  border: 2px solid #fff;
  border: 2px solid #6c8d3c;
  padding: 20px;
  border-radius: 10px;
  height: 100%;
}
.menu__details h3 {
  font-family: "Londrina Solid", sans-serif;
  font-weight: 600px;
  font-size: 26px;
}
.menu__details .price {
  font-size: 2.9vh;
  font-weight: 500;
  font-family: "PosterizerKGRough";
  color: #6b8e3c;
  padding: 0px 0px 0px 0px;
}

.footer {
  background-color: #212529;
  padding: 20px;
  text-align: center;
  color: #fff;
  border-radius: 10px;
}
.footer p {
  margin: 0;
  padding: 0;
}

#gallery img {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #edf2fa;
  -o-object-fit: cover;
     object-fit: cover;
}
#gallery .big-img {
  height: 300px;
}

.book-table {
  border-radius: 10px;
  overflow: hidden;
  /* Additional styles for better appearance */
}
.book-table .boot-table__form {
  background-color: #212529;
  padding: 50px;
}
.book-table .boot-table__form h1 {
  font-weight: 800;
  font-family: "Londrina Solid", sans-serif;
}
.book-table .img {
  height: 100%;
}
.book-table .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.book-table .form-control {
  background-color: rgba(255, 255, 255, 0);
  padding: 14px 20px;
}
.book-table input {
  color: #fff;
}
.book-table input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.book-table input::placeholder {
  color: #fff;
  opacity: 1;
}
.book-table label {
  color: white;
}
.book-table .form-select {
  padding: 14px 20px;
  background-color: rgba(17, 17, 17, 0);
  color: white;
}
.book-table option {
  color: white;
  /* Text color of options */
  background-color: black;
  /* Background color of options */
}
.book-table select option:hover {
  background-color: gray;
  /* Background color of option on hover */
}
.book-table select {
  -webkit-appearance: none;
  /* Safari and Chrome */
  -moz-appearance: none;
  /* Firefox */
  appearance: none;
  /* Standard */
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #333;
  /* Dark background color */
  color: white;
  /* White text color */
  background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9"></polyline></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px 12px;
}
.book-table input::-webkit-input-placeholder {
  color: #fff;
}
.book-table input:-ms-input-placeholder {
  color: #fff;
}
.book-table input::-ms-input-placeholder {
  color: #fff;
}
.book-table .form-control:focus {
  color: #ffffff;
}
.book-table .form-control[type=time]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
.book-table .form-control[type=date]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
.book-table .form-control[type=date]::-ms-clear {
  display: none;
}
.book-table button.btn.btn-submit {
  color: white;
  background: #6c8d3c;
  padding: 10px 20px;
  border-radius: 30px;
}

.menu-page img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.vauchar span {
  padding: 10px 20px;
  border: 1px solid #edf2fa;
  color: #fff;
  display: inline-block;
}
.vauchar .nav-pills .nav-link.active, .vauchar .nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: #6c8d3c;
}
.vauchar button#pills-profile-tab {
  background: #822d19;
  color: #fff;
  margin-left: 10px;
}
.vauchar button#pills-home-tab {
  background-color: #6c8d3c;
  color: white;
}
.vauchar .nz-dolor {
  font-size: 24px;
  color: white;
}
.vauchar .form-control {
  color: dark;
}
.vauchar .quantity-input {
  display: flex;
  align-items: center;
}
.vauchar .quantity-input button {
  color: #343a40;
  border: none;
  padding: 5px 10px;
  font-size: 24px;
}
.vauchar .quantity-input input {
  text-align: center;
  color: white;
  background-color: dark !important;
  border: none;
  width: 50px;
  background: #822d19;
  /* border: 1px solid white; */
  padding: 11px 0px;
}

.sidebar {
  position: fixed;
  width: 250px;
  height: calc(100vh - 40px);
  padding: 30px;
  margin: 20px 0px 20px 20px;
  background-color: #212529;
  border: 1px solid #edf2fa;
  border-radius: 10px;
  color: #fff;
  overflow-y: scroll;
}

.sidebar img {
  width: 100%;
  border-radius: 10px;
}

.sidebar h3 {
  font-family: "PosterizerKGRough";
  text-align: center;
  font-size: 2.1vw;
}

.sidebar nav ul {
  padding-left: 0px;
}

.sidebar nav ul li {
  list-style-type: none;
}

.sidebar nav ul li img {
  width: 30px;
  height: 30px;
  filter: invert(1);
  margin-right: 10px;
}

.sidebar nav ul li a {
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  font-family: "Londrina Solid", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}

.sidebar .address .icon {
  background-color: #6c8d3c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.sidebar .address p {
  font-weight: 600;
}

.sidebar::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

.sidebar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.content {
  margin-left: 290px;
  padding: 20px 20px 20px 0px;
  width: calc(100% - 300px);
}

/* New styles for responsiveness */
.toggle-button.hidden {
  opacity: 0;
  pointer-events: none;
}

.toggle-button {
  display: none;
  background-color: #6c8d3c;
  color: white;
  border: none;
  padding: 10px;
  font-size: 18px;
  position: fixed;
  top: 30px;
  left: 220px;
  z-index: 1001;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 22px;
  color: #fff;
  border: 2px solid #fff;
  transition: opacity 0.5s;
  z-index: 999;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.opening-hour {
  text-align: center;
}
.opening-hour .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #6c8d3c;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 2px solid #fff;
  margin: 0 auto;
}
.opening-hour p {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.order-online-btn a {
  font-size: 20px;
  text-decoration: none;
  font-weight: 800;
  color: #ffffff;
  background: #822d19;
  padding: 5px border-r;
  padding: 8px 16px;
  border-radius: 5px;
  margin: 5px 0px 12px;
  display: inline-block;
}

.contact-detaild {
  background-color: #6c8d3c;
  color: #fff;
  height: 100%;
}
.contact-detaild p {
  font-size: 18px;
  line-height: 30px;
}
.contact-detaild .icon {
  background-color: #6c8d3c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.contact-detaild .address {
  border: 1px solid #ccc;
  padding: 30px;
  height: 100%;
  background: #822d19;
}

@media (max-width: 1024px) {
  .banner {
    height: 700px;
  }
  .banner__details h1 {
    font-size: 44px;
  }
  .about .date span {
    font-size: 30px;
    font-weight: 800;
  }
  .about {
    padding: 14px;
  }
  .about img {
    height: 100%;
  }
  .about p {
    font-size: 12px;
  }
  #gallery .big-img {
    height: 100%;
  }
  .menu__details .price {
    font-size: 2vh;
  }
  .menu__details h3 {
    font-size: 20px;
  }
  .menu__details p {
    font-size: 14px;
    letter-spacing: 0.3px;
  }
  .about .date h1 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .sidebar {
    position: fixed;
    width: 250px;
    height: 100vh;
    top: 0;
    left: -250px;
    margin: 0;
    transition: left 0.3s ease;
    z-index: 2000;
    border-radius: 0px;
    padding: 120px 30px 30px 30px;
  }
  .sidebar h3 {
    font-size: 26px;
  }
  .sidebar nav ul li a {
    font-weight: 500;
  }
  .about p {
    font-size: 15px;
  }
  .sidebar.active {
    left: 0;
  }
  .content {
    margin-left: 0;
    width: 100%;
    padding: 20px;
  }
  .toggle-button {
    display: block;
    opacity: 1;
    z-index: 999;
  }
  .overlay.active {
    display: block;
  }
  .banner__details img {
    width: 100px;
  }
  .banner__details h1 {
    font-weight: 600;
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .toggle-button {
    left: 50px;
  }
}
@media (max-width: 480px) {
  .about .about-img {
    height: auto !important;
    border-radius: 10px 10px 0px 0px;
  }
}
@media (max-width: 380px) {
  .toggle-button {
    left: 50px;
  }
  .sidebar {
    padding-top: 110px;
  }
}
.thumbnail {
  position: relative;
  padding: 0px;
  margin-bottom: 20px;
}

.thumbnail img {
  width: 80%;
}

.thumbnail .caption {
  margin: 7px;
}

.main-section {
  background-color: #F8F8F8;
}

.dropdown {
  float: right;
  padding-right: 30px;
}

.btn {
  border: 0px;
  margin: 10px 0px;
  box-shadow: none !important;
}

.dropdown .dropdown-menu {
  padding: 20px;
  top: 30px !important;
  width: 350px !important;
  left: -110px !important;
  box-shadow: 0px 5px 30px black;
}

.total-header-section {
  border-bottom: 1px solid #d2d2d2;
}

.total-section p {
  margin-bottom: 20px;
}

.cart-detail {
  padding: 15px 0px;
}

.cart-detail-img img {
  width: 100%;
  height: 100%;
  padding-left: 15px;
}

.cart-detail-product p {
  margin: 0px;
  color: #000;
  font-weight: 500;
}

.cart-detail .price {
  font-size: 12px;
  margin-right: 10px;
  font-weight: 500;
}

.cart-detail .count {
  color: #C2C2DC;
}

.checkout {
  border-top: 1px solid #d2d2d2;
  padding-top: 15px;
}

.checkout .btn-primary {
  border-radius: 50px;
  height: 50px;
}

.dropdown-menu:before {
  content: " ";
  position: absolute;
  top: -20px;
  right: 50px;
  border: 10px solid transparent;
  border-bottom-color: #fff;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.form-row * {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.form-group, .table, table {
  margin-bottom: 15px;
}

.sidebar-sticky .sidebar-widget .store-info-item .title, label {
  margin-bottom: 5px;
}

.btn.btn-submit {
  color: white;
  background: #6c8d3c;
  padding: 10px 20px;
  border-radius: 30px;
}/*# sourceMappingURL=style.css.map */