@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rajdhani:wght@300;400;500;600;700&display=swap');

body {
  /* line-height: 1.9; */
  color: #383737;
  position: relative;
  min-height: 100vh;
  background: #fae6de;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23fb3434' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  /* background: url(../img/body-bg.webp) no-repeat; */
  /* background-position: center; */
  /* background-size: cover; */
  display: flex;
  flex-direction: column;
  font-family: "Rajdhani" !important;
}

html {
  scroll-behavior: smooth;
}

.desktop-nav {
  background-color: #ffffff;
  z-index: 999;
  top: 0;
  position: fixed;
  right: 0;
  padding: 10px 5px 10px 5px;
  left: 0;
  border-bottom: 1px solid rgba(251, 52, 52, 0.15);
  box-shadow: 0 0px 23px rgba(251, 52, 52, 0.1);
  justify-content: center;
}

.desktop-nav .navbar-brand {
  padding: 0;
}

.desktop-nav .nav-brand img {
  max-height: 60px;
  /* background: white; */
  /* border: 1px solid white; */
  /* border-radius: 10cm; */
}

.container-nav-desktop {
  overflow: hidden;
  width: 80%;
  justify-content: space-between;
  align-items: center;
  display: flex;
  margin: 0 auto;
}

.desktop-nav-links {
  float: right;
}

.logo-nav-desktop {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-nav-desktop img {
  /* margin-top: 10px; */
  float: left;
}

.desktop-nav-links ul {
  margin-bottom: 0;
  /* padding: 20px; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.desktop-nav-links ul li {
  display: inline-block;
  padding-left: 10px;
  font-size: 18px;
  transition: .5s;
  /* cursor: pointer; */
}

.desktop-nav-links .desk-nav-link {
  color: #383737;
  transition: .5s;
}

.desktop-nav .nav-language-toggle {
  font-weight: 600;
  font-family: "exo 2";
  font-size: 15px;
}

.desktop-nav-links .desk-nav-link:hover {
  color: #fb3434;
  text-decoration: none;
  transition: .5s;
}

.desktop-nav-links .desk-nav-link.active {
  color: #fb3434;
  font-weight: 500;
  border-bottom: 2px solid #fb3434;
}

@media (max-width:1200px) {
  .container-nav-desktop {
    width: 90%;
  }
}

@media (max-width:991px) {
  .desktop-nav {
    display: none;
  }
}

.mobile-nav-menu {
  display: none;
}

@media(max-width:991px) {
  .mobile-nav-menu {
    display: block;
  }
}

.nav-top {
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 999;
  padding: 15px 20px;
  width: 100%;
  height: 80px;
  top: 0;
  box-shadow: 0 0px 23px rgba(251, 52, 52, 0.1);
  right: 0;
  left: 0;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(251, 52, 52, 0.15);
}

.nav-top .hamburger {
  margin-left: auto;
  color: #383737;
  font-weight: 600;
  font-family: "exo 2";
  cursor: pointer;
  font-size: 15px;
}

.nav-top img {
  max-height: 60px;
  /* background: white; */
  /* border-radius: 10cm; */
  /* border: 1px solid white; */
}

.nav-brand {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-nav-brand {
  /* margin-left: 45px; */
  font-size: 30px;
  color: #ebebeb;
  line-height: 1.2;
  font-weight: 700;
}

/* .nav-brand-name {
  display: flex;
  flex-direction: column;
  justify-content: start;
} */

.nav-brand-name .brand-title {
  color: #fb3434 !important;
  text-transform: uppercase;
  bottom: -9px;
  left: 7px;
  position: relative;
  font-weight: 800;
  line-height: 0.9;
  font-size: 35px;
}

.nav-brand-name .brand-description {
  color: #383737;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1;
  top: -2px;
  left: 8px;
  font-size: 11px;
  position: relative;
}

.footer-section {
  background: #ffffff;
  border-top: 3px solid rgba(251, 52, 52, 0.15);
  backdrop-filter: blur(5px);
  /* background: linear-gradient(207deg, rgba(44,43,103,0.6152836134453781) 33%, rgba(40,142,204,0.3435749299719888) 82%); */
  display: block;
  color: #383737;
  text-align: center;
  padding: 25px;
  position: relative;
  z-index: 2;
  right: 0;
  left: 0;
  margin-top: 40px;
}

.single-creds {
  display: block;
}

.footer-section p {
  font-size: 13px;
  font-family: "exo 2";
  color: #383737;
  margin: 0
}

.footer-section .cred-highlight {
  color: #fb3434;
  font-weight: 700;
  font-family: "exo 2";
  font-size: 13px;
  transition: .5s;
}

.footer-section .cred-highlight:hover {
  color: #fb5b5a;
  transition: .5s;
}

@media(min-width:530px) {
  .footer-section .creds-split {
    width: 50%;
  }

}

@media(max-width:530px) {
  .seperate-creds {
    display: none;
  }

  .single-creds {
    display: block;
  }

  .footer-section {
    padding: 14px;
  }

}

@media (max-width:991px) and (min-width: 700px) {
  .mobile-nav-img {
    width: 50px;
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translate(-50%, -50%);
    float: left;
    border-radius: 5px;
    padding: 4px;
  }

  .menu-credit-logo img {
    position: absolute;
    margin: 0 auto;
    display: block;
    right: 15px;
    bottom: 15px;
    width: 35px;
    filter: brightness(0.25);
  }
}

@media (max-width:699px) and (min-width: 450px) {
  .mobile-nav-img {
    width: 50px;
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translate(-50%, -50%);
    float: left;
    border-radius: 5px;
    padding: 4px;
  }

  .menu-credit-logo img {
    position: absolute;
    margin: 0 auto;
    display: block;
    right: 15px;
    bottom: 15px;
    width: 35px;
    filter: brightness(0.25);
  }
}

@media (max-width: 450px) {
  .mobile-nav-img {
    width: 50px;
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translate(-50%, -50%);
    float: left;
    border-radius: 5px;
    padding: 4px;
  }

  .menu-credit-logo img {
    position: absolute;
    margin: 0 auto;
    display: block;
    right: 15px;
    bottom: 15px;
    width: 35px;
    filter: brightness(0.25);
  }

  .events .events-page-img-events img {
    border-radius: 20px !important;
    /* border-bottom-right-radius: 20px */
  }
}

.nav-drill {
  display: flex;
  position: fixed;
  margin-top: 80px;
  transform: translateX(100%);
  z-index: 9999;
  top: 0;
  border-left: solid 1px rgba(251, 52, 52, 0.15);
  border-top-left-radius: 1cm;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  right: -1px;
  width: 70%;
  padding-top: 1cm;
  background-color: #ffffff;
  overflow-y: auto;
  bottom: 0vh;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.nav-is-toggled .nav-drill {
  transform: translateX(0);
}

.nav-is-toggled .nav-items {
  transform: translateX(0);
  transition: 0s;
}

.nav-items {
  flex: 0 0 100%;
  list-style: none;
  transform: translateX(100%);
}

.nav-items-transition {
  transition: 5s;
}

.transition {
  transition: transform 0.4s;
}

.nav-item {
  margin-right: 15px;
  margin-left: 25px;
  /* border-bottom: solid 2px #00c25b80; */
  /* border-radius: 15px; */
  transition: .6s;
}

.nav-link {
  display: inline-block;
  padding: 0;
  background: #ffffff;
  color: #383737;
  font-size: 18px;
  margin-top: .5cm;
  transition: .6s;
  font-weight: 600;
}

.nav-items .active {
  border-bottom: 2px solid #fb3434;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/* .nav-items .active-item {
    display: inline-block;
    border-bottom: solid 2px red;
    margin-right: 25px;
    margin-left: 15px;
  } */
.nav-item a {
  font-weight: 500;
  text-decoration: none;
  transition: .6s;
}

.nav-link:hover {
  display: block;
  color: #fb3434;
  transition: .6s;
  margin-left: .5cm;
  font-weight: 300;
}

.nav-item a:hover {
  font-weight: 600;
  text-decoration: none;
  transition: .6s;
  color: #fb3434;
}

/* .drinks-page-body {
    transition: 4s !important;
    overflow: hidden; 
} */
.body-bg-image {
  display: none;
}

/*   
.hero-menu {
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 100px;
    min-height: 92vh;
}
.hero-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hero-brand-name {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hero-text h2 {
    font-size: 4.7em;
    font-weight: 700;
    color: #ebebeb;
    text-align: center;
    font-family: "Rajdhani" !important;
    text-transform: uppercase;
    margin-bottom: 0;
    display: inline-block;
}
.hero-text h5 {
    font-size: 2em;
    text-align: center;
    font-weight: 700;
    font-family: "Rajdhani" !important;
    color: #f80887;
    margin-bottom: 1.8em;
    margin-top: -15px;
    text-transform: uppercase;
}
.hero-text p {
    font-size: 1.1em;
    color: #444444;
    margin: 20px 0;
    font-weight: 400;
    max-width: 700px;
}
.hero-text a {
    display: inline-block;
    font-size: 1em;
    font-family: "Rajdhani" !important;
    font-weight: 700;
    background: #1f1f1f63;
    color: goldenrod;
    border: 1px solid #ffffff2d;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    padding: 7px 10px 4px 10px;
    border-radius: 10px;
    box-shadow: 0 0 13px 0 rgba(218, 165, 32, 0.247);
    margin-inline: 5px;
    transition: .6s;
}
.hero-text a:hover {
    background: goldenrod;
    color: #ebebeb;
    box-shadow: 0 0 23px 0 rgba(218, 165, 32, 0.226);
    transition: .6s;
    border-radius: 15px;
}
.hero-brand {
    width: 100%;
    background: url(../img/body-bg.webp);
    min-height: 100vh;  
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: 4s;
  }
  @media (max-width: 991px) {
    .hero-container {
      padding: 40px;
    }
  } */
.container-footer {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 8vh;
  backdrop-filter: blur(10px);
  border-top: 2px solid rgba(251, 52, 52, 0.15)
}

.container-footer .copyright {
  text-align: center;
  font-size: 14px;
  color: #383737;
}

.container-footer .credits {
  text-align: center;
  font-size: 13px;
  color: #383737
}

.container-footer .credits a {
  color: #fb3434;
  font-weight: 700;
  transition: .5s
}

.container-footer .credits a:hover {
  color: #fb5b5a;
  transition: .5s
}

::-webkit-scrollbar {
  width: 10px;
  background: #fae6de;
}

::-webkit-scrollbar-thumb {
  background: #fb3434;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #fb5b5a;
  border-radius: 10px;
}

::-webkit-scrollbar-corner {
  border-radius: 10px;
  background: #fae6de;
}

.brand-name {
  float: left;
  /* margin-left: 10px; */
  /* margin-top: 2px; */
  font-size: 35px;
  color: #383737;
  line-height: 1.2;
  font-weight: 700;
  /* padding: 20px; */
}

.brand-name-span {
  float: left;
  margin-top: -6px;
  /* margin-bottom: 6px; */
  font-size: 20px;
  color: #fb3434;
  font-weight: 600;
}

.mobile-brand-name-span {
  float: left;
  margin-top: -6px;
  margin-bottom: 0;
  font-size: 20px;
  color: #fb3434;
  font-weight: 600;
}

.menu-section-name-container {
  text-align: center;
  justify-content: center;
}

.menu-section-name {
  text-align: center;
  /* float: left; */
  padding-left: 15px;
  padding-right: 15px;
  /* padding-bottom: 50px; */
}

.menu-section-name h1 {
  font-family: 'Rajdhani', sans-serif;
  text-transform: uppercase;
  color: #383737;
  font-size: 50px;
  border-bottom: 3px solid #fb3434;
  padding: 15px;
  margin-bottom: 30px;
  font-weight: 700;
  padding-bottom: 0;
  padding-left: 0;
  line-height:.9;
  text-align: center;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.menu-item-parent {
  padding-top: 50px;
}

.menu-item-parent .container {
  margin: 0 auto;
}

.menu-item-parent .row {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  justify-content: left;
  /* align-items: center; */
  margin-left: 0;
  margin-right: 0;
}

/* .menu-items-row {
  gap: 10px;
} */
.menu-item-inner {
  background: #ffffff;
  display: flex;
  border: 2px solid rgba(251, 52, 52, 0.336);
  border-radius: 12px;
  transition: all 0.3s ease;
  margin-inline: 0px;
  height: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.menu-item-card {
  /* background: #ffffff; */
  /* border: 1px solid rgba(251, 52, 52, 0.1); */
  padding-inline: 5px;
  border-radius: 12px;
  margin-block: 5px;
}

.menu-item-inner:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(251, 52, 52, 0.12);
  border-color: rgba(251, 52, 52, 0.767);
}

/* Base style for menu item images */
.menu-item-card .menu-item-image {
  background-color: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
}

/* Ensure images have a 1:1 aspect ratio and maintain proportion */
.menu-item-card .menu-item-image::before {
  content: "";
  display: block;
  padding-top: 100%; /* 1:1 Aspect Ratio */
}

.menu-item-card .menu-item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.5s ease;
  background-color: #fff;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

/* List view specific styles */
.menu-items-row.list-view .menu-item-inner {
  display: flex;
  align-items: stretch;
}

.menu-items-row.list-view .menu-item-card .menu-item-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

/* Grid view specific styles */
.menu-items-row:not(.list-view) .menu-item-card .menu-item-image {
  min-height: 120px;
}

.menu-item-card:hover .menu-item-image img {
  transform: scale(1.05);
}

/* Remove padding from the images that have it */
.menu-item-card .menu-item-image img.p-3 {
  padding: 0 !important;
}

.menu-item-card .menu-item-details {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.menu-items-row .full-width-image img {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.menu-items-row .full-width-image {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.menu-item-card .menu-item-name {
  color: #383737;
  font-size: 20px;
  font-weight: 800 !important;
  margin-bottom: 10px;
  line-height: .9;
  letter-spacing: 0.3px;
}

.menu-item-card .menu-item-price {
  color: #fb3434;
  font-weight: 600;
  font-size: 18px;
  margin-top: 8px;
}

.menu-item-card .menu-item-description {
  color: #666;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 12px;
}

.menu-item-card .menu-item-calorie {
  font-size: 13px;
  color: #4d4d4d;
  margin-top: 8px;
  font-weight: 500;
  font-style: italic;
}

.menu-item-card .menu-item-calorie i {
  font-size: 14px;
  font-weight: 600;
  color: #ed1b24;
  line-height: 1.1;
  float: left;
  margin-top: 1px;
  margin-right: 5px;
}

.menu-item-card .menu-item-price.no-ellipsis {
  white-space: initial;
  overflow: initial;
  text-overflow: initial;
  transition: white-space 0.3s ease, overflow 0.3s ease, text-overflow 0.3s ease, line-height 0.3s ease;
}

/* .menu-item-description {
  font-size: 14px;
  font-weight: 500;
  max-height: 0; 
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.menu-item-card.expanded .menu-item-description {
  max-height: 100px; 
  opacity: 1;
} */

.menu-item-card .know-more-btn,
.menu-item-card .know-less-btn {
  display: flex;
  cursor: pointer;
  font-size: 12px;
  justify-content: center;
  width: 100%;
  font-weight: 600;
  color: #fff;
  padding: 5px 10px;
  margin-top: 10px;
  background: #ed1b24;
  border-radius: 5px;
  align-items: center;
  border: none;
  outline: none;
  transition: .6s;
}


.menu-item-card .know-more-btn:hover,
.menu-item-card .know-less-btn:hover {
  transition: .6s;
  border: none;
  outline: none;
}

.know-more-btn:focus,
.know-less-btn:focus {
  outline: none;
}

.menu-item-card .know-more-btn::after,
.menu-item-card .know-less-btn::after {
  font-family: FontAwesome;
  content: "\f103";
  color: #fff;
  font-size: 8px;
  transition: transform 0.5s;
  margin-left: 5px;
  position: relative;
  bottom: 0px;
}

.menu-item-card .know-less-btn::after {
  content: "\f102";
}

.menu-item-card .know-more-btn.rotate::after {
  transform: rotate(-180deg);
  position: relative;
  top: .2px;
}

.know-more-btn::after:hover,
.know-less-btn:hover::after {
  color: #f80887;
  transition: .6s;
}

.scroll-arrow {
  position: absolute;
  top: 50%;
  right: -7px;
  /* Adjust as needed */
  transform: translateY(-50%);
  width: 50px;
  height: 100%;
  background-color: #ed1b268c;
  backdrop-filter: blur(5px);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  cursor: pointer;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  /* font-weight: 800; */
  text-align: center;
  line-height: 30px;
  transition: opacity 0.3s ease;
  opacity: 0;
  /* Initially hidden */
  pointer-events: none;
  /* Allow click-through */
}

.scroll-arrow.active {
  opacity: 1;
  /* Show the arrow when active */
  animation: arrowAnimation 1s infinite alternate;
  /* Add animation */
}

@keyframes arrowAnimation {
  from {
    transform: translateY(-50%) translateX(-7px);
  }

  to {
    transform: translateY(-50%) translateX(2px);
  }
}

.menu-item-type {
  position: relative;
  z-index: 101;
  right: 0;
  padding: 10px;
  left: 0;
  background: #ffffff;
  border-bottom: 1px solid rgba(251, 52, 52, 0.15);
  overflow-x: scroll;
  scrollbar-width: 0px !important;
  scrollbar-color: transparent transparent;
}

.menu-item-type.sticky {
  position: fixed;
  top: -32px;
}

.spacer-home {
  margin-top: 100px;
}

.menu-item-type::-webkit-scrollbar {
  width: 1px;
  height: 0px;
}

.menu-item-type::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.menu-item-link-parent:last-child {
  padding-right: 20px;
}

.menu-item-type .menu-item-type-main {
  width: 100%;
}

.menu-item-link-parent {
  display: flex;
  margin-inline: 10px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.menu-item-type-link {
  color: #383737;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  transition: .5s;
  white-space: nowrap;
}

.menu-item-type-link.active {
  color: #fb3434;
  transition: .5s;
}

.menu-item-type-link:hover {
  text-decoration: none !important;
  transition: .5s;
}

.menu-item-link-dot {
  color: #666666;
  font-size: 12px;
}

.menu-item-type-image {
  width: 100px;
  height: 100px;
  background: url(/assets/img/menu/blank.png) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  margin-bottom: 12px;
}

.menu-item-type-text {
  display: flex;
  justify-content: center;
  align-items: center;
}

.padding-top {
  padding-top: 100px !important;
}

.padding-bottom {
  padding-bottom: 140px;
}

.special-padding {
  padding-top: 180px;
}

#back-to-top {
  display: inline-block;
  background: #ffffff00;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  box-shadow: 0 2px 12px rgba(251, 52, 52, 0.15);
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #fb3434;
  position: fixed;
  bottom: 10px;
  right: 10px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  cursor: pointer;
}

#back-to-top::after {
  content: "\f102";
  font-family: FontAwesome;
  font-style: normal;
  font-size: 20px;
  line-height: 38px;
  font-weight: 900;
  transition: all 0.3s ease;
  color: #fb3434;
}

#back-to-top:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(251, 52, 52, 0.25);
  background: #fb3434;
}

#back-to-top:hover::after {
  color: #ffffff;
}

#back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.hero-section {
  min-height: auto;
  width: 100%;
  background: #ffffff;
  margin-top: 80px;
  /* margin-bottom: 100px; */
}

/* .hero-section .row {
    margin-left: 0;
    margin-right: 0;
} */
.hero-section .hero-banner {
  position: relative;
  right: 0;
  left: 0;
  left: 0;
  height: 400px;
  background: url(/assets/img/banner1.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  outline: 3px solid rgba(251, 52, 52, 0.15);
}
 .brand-section {
  background: #ffffff;
 }

.brand-section .hero-brand-parent {
  /* position: relative; */
  padding: 0px 10px 15px 10px;
  background: #ffffff;
  /* border-top: 3px solid rgba(251, 52, 52, 0.15); */
  border-bottom: 3px solid rgba(251, 52, 52, 0.15);
  backdrop-filter: blur(5px);
}

.brand-section .hero-brand {
  display: flex;
  justify-content: center;
  align-items: center;
}

.brand-section .hero-brand-name .brand-title {
  color: #fb3434;
  text-transform: uppercase;
  margin-bottom: -4px;
  font-weight: 700;
  line-height: 0.9;
  font-size: 35px;
}

.brand-section .hero-brand-name .brand-description {
  color: #383737;
  text-transform: uppercase;
  margin-top: 7px;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1;
  /* line-height: 0.9; */
  /* font-size: 25px; */
}

.brand-section .hero-logo img {
  /* max-width: 75px; */
  /* width: 100%; */
  width: 75px;
}

.brand-section .primary {
  display: flex;
  width: max-content;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  font-size: 0.8rem;
  color: #383737 !important;
  border-radius: 17px;
  transition: background-color 0.1s ease;
  box-sizing: border-box;
  transition: all 0.25s ease;
  border: 0;
  cursor: pointer;
}

.brand-section .primary:hover {
  transform: scale(.9);
}

/* .hero-section .primary i {
    background: red;
    } */
.brand-section .primary span {
  text-align: center;
  margin-top: 5px;
  text-transform: uppercase;
}

.brand-section .hero-information {
  display: flex;
  overflow-x: auto;
  justify-content: center;
  margin-top: 20px;
  /* padding: 0 20px; */
}

.brand-section .hero-info-btn-parent {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  margin-inline: 5px;
}

.brand-section .hero-info-btn-parent:first-child {
  padding-left: 0;
}

.brand-section .hero-info-btn-parent:last-child {
  padding-right: 0;
}

.brand-section .hero-information::-webkit-scrollbar {
  height: 2px;
}

.brand-section .hero-information::-webkit-scrollbar-thumb {
  background-color: #888;
  /* Change the color of the scrollbar thumb */
  border-radius: 4px;
  /* Add border-radius for rounded corners */
}

.brand-section .hero-information::-webkit-scrollbar-track {
  background: #ffffff;
}

.brand-section .primary i {
  /* display: flex; */
  /* flex-direction: column; */
  font-size: 20px;
  color: #383737 !important;
  background: transparent;
  /* padding: 3px 3px; */
  /* border-radius: 17px; */
  /* transition: background-color 0.1s ease; */
  box-sizing: border-box;
  /* transition: all 0.25s ease; */
  /* border: 0; */
  cursor: pointer;
  /* box-shadow: 0 10px 20px -10px rgb(var(--vs-primary)/50%); */
}

.brand-section button.primary:hover {
  box-shadow: 0 20px 20px -10px rgb(var(--vs-primary)/50%);
  transform: translateY(-5px);
}

.brand-section .hero-popup-button {
  background: #ffffff;
  border: 2px solid rgba(251, 52, 52, 0.15);
  border-radius: 5px;
  width: 50px;
  aspect-ratio: 1;
  backdrop-filter: blur(5px);
  /* background: red; */
  outline: none !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

:root {
  --vs-primary: 29 92 255;
}

/*Dialog Styles*/
.brand-section dialog {
  padding: 1rem 3rem;
  background: #fb3434;
  max-width: 400px;
  width: 95%;
  padding-top: 2rem;
  border-radius: 20px;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  -webkit-animation: fadeIn 1s ease both;
  animation: fadeIn 1s ease both;
}

.brand-section dialog::-webkit-backdrop {
  -webkit-animation: fadeIn 1s ease both;
  animation: fadeIn 1s ease both;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.brand-section dialog::backdrop {
  -webkit-animation: fadeIn 1s ease both;
  animation: fadeIn 1s ease both;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.brand-section dialog .x {
  /* filter: brightness(100); */
  color: #ffffff;
  border: none;
  background: none;
  position: absolute;
  top: 15px;
  right: 10px;
  transition: ease filter, transform 0.5s;
  cursor: pointer;
  transform-origin: center;
}

.brand-section dialog .x:hover {
  filter: grayscale(0);
  transform: scale(1.1);
}

.brand-section dialog h2 {
  font-weight: 700;
  text-align: center;
  color: white;
  font-size: 2rem;
  text-transform: uppercase;
  padding-bottom: 1rem;
}

.brand-section dialog p {
  font-size: 1rem;
  line-height: 1.3rem;
  color: white;
  padding: 0.5rem 0;
}

.brand-section dialog .popup-social .popup-card-text {
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}

.brand-section dialog .popup-social .popup-card-text span {
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  text-transform: none;
}

.brand-section dialog .popup-social i {
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}

/* .brand-section dialog p a:visited {
  color: rgb(var(--vs-primary));
} */

/* Responsive adjustments */
@media (min-width: 1490px) {
  .menu-item-type {
    overflow-x: hidden;
  }
}

@media(min-width:1400px) {
  .scroll-arrow {
    opacity: 0 !important;
  }
}

@media(min-width:991px) {
  .menu-section-name h1 {
    margin-left: 10px;
  }

  /* .menu-item-type {
        top: 81px;
    } */
  .brand-section .hero-brand {
    display: flex;
    flex-direction: column;
  }

  .brand-section .hero-brand-name .brand-title {
    font-size: 55px;
    text-align: center;
    margin-top: 10px;
  }

  .brand-section .hero-brand-name .brand-description {
    font-size: 23px;
    margin-top: 3px;
    text-align: center;
  }

  .brand-section .hero-logo {
    margin-right: 10px;
    background: white;
    max-width: 100%;
    /* width: 100%; */
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    border-radius: 10cm;
  }

  .brand-section .hero-brand-name {
    max-width: 100%;
    width: 100%;
    /* margin-left: 10px; */
  }

  .brand-section .hero-logo img {
    width: 100px;
  }
}

@media(max-width:991px) {
  #back-to-top {
    bottom: 10px;
    right: 10px;
  }

  .hero-section .hero-banner {
    height: 350px;
  }

  .brand-section .hero-brand-name {
    max-width: 80%;
    width: 100%;
  }

  .brand-section .hero-logo {
    margin-right: 10px;
    background: white;
    max-width: 30%;
    /* width: 100%; */
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    border-radius: 10cm;
  }

  .brand-section .hero-brand-name .brand-title {
    font-size: 45px;
  }

  .brand-section .hero-brand-name .brand-description {
    font-size: 18px;
  }

  .brand-section .hero-logo img {
    width: 80px;
  }
}

@media(min-width:938px) {
  .menu-item-type .menu-item-type-main {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .menu-item-link-parent:last-child {
    padding-right: 0px;
  }
}

@media(max-width:600px) {
  .brand-section .hero-brand-name .brand-title {
    font-size: 40px;
  }

  .brand-section .hero-brand-name .brand-description {
    font-size: 16px;
  }

  .brand-section .hero-logo img {
    width: 75px;
  }
}

@media(max-width:575px) {
  .menu-item-card .menu-item-image img {
    /* max-width: 500px; */
    width: 100%;
    /* max-height: 130px; */
    height: 100%;
    /* border-top-right-radius: 10px; */
    /* border-top-left-radius: 10px; */
  }

  .menu-item-card .last-menu-item img {
    max-width: 500px;
    width: 100%;
    max-height: 200px !important;
    height: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }

  .menu-item-card .menu-item-name {
    font-size: 21px;
  }

  /* .menu-item-card .menu-item-description {
        font-size: 12px;
        font-weight: 600;
    } */
  .hero-section .hero-banner {
    height: 200px;
  }

  .brand-section .hero-logo img {
    width: 75px;
  }
}

@media(max-width:470px) {
  .brand-section .hero-brand-name .brand-title {
    font-size: 33px;
  }

  .brand-section .hero-brand-name .brand-description {
    font-size: 14px;
  }
}

@media(max-width:450px) {
  .menu-item-card .menu-item-name {
    font-size: 20px;
  }

  .menu-item-card .know-more-btn,
  .menu-item-card .know-less-btn {
    font-size: 10px;
    padding: 2px 7px 1px 7px;
  }

  .know-more-btn::after {
    font-family: FontAwesome;
    content: "\f103";
    /* Down arrow */
    color: #fff;
    font-size: 8px;
    transition: .6s;
    margin-left: 5px;
    position: relative;
    bottom: 1px;
  }

  .know-less-btn::after {
    font-family: FontAwesome;
    content: "\f102";
    /* Up arrow */
    color: #fff;
    font-size: 8px;
    margin-left: 5px;
    position: relative;
    transition: .6s;
    bottom: 1px;
  }

  .menu-section-name h1 {
    font-size: 45px;
  }

  .hero-section .hero-information {
    justify-content: start;
  }

  .brand-section .hero-information {
    justify-content: start;
  }
}

@media(max-width:400px) {
  .menu-item-card .last-menu-item img {
    max-width: 500px;
    width: 100%;
    max-height: 150px !important;
    height: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }

  .menu-item-card .menu-item-image img {
    /* max-width: 500px; */
    width: 100%;
    /* max-height: 110px; */
    height: 100%;
    /* border-top-right-radius: 10px; */
    /* border-top-left-radius: 10px; */
  }

  .menu-item-card .menu-item-price {
    font-size: 14px;
  }

  .menu-item-card .menu-item-calorie {
    font-size: 13px;
  }
}

/* @media(max-width:378px){
    .special-padding {
        padding-top: 255px;
    }
} */
/* @media(max-width:310px){
    .menu-item-card .menu-item-name {
        font-size: 13px;
    }
    .menu-item-card .menu-item-price {
        font-size: 10px;
    }
} */
@media(max-width:331px) {
  .menu-section-name h1 {
    font-size: 40px;
  }

  .brand-section .hero-brand-name .brand-title {
    font-size: 30px !important;
  }

  .brand-section .hero-brand-name .brand-description {
    font-size: 14px !important;
  }

  .brand-section .hero-logo img {
    width: 70px;
  }
}

@media(max-width:300px) {
  .menu-item-card .last-menu-item img {
    max-width: 500px;
    width: 100%;
    max-height: 130px !important;
    height: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }

  .menu-item-card .menu-item-image img {
    /* max-width: 500px; */
    width: 100%;
    /* max-height: 100px; */
    height: 100%;
    /* border-top-right-radius: 10px; */
    /* border-top-left-radius: 10px; */
  }
}

@media(max-width:298px) {
  .menu-section-name h1 {
    font-size: 35px;
  }
}

/* @media(max-width:276px){
    .special-padding {
        padding-top: 285px;
    }
}
@media(max-width:263px){
    .menu-section-name h1 {
        font-size: 30px;
    }
}
@media(max-width:262px){
    .special-padding {
        padding-top: 300px;
    }
}
@media(max-width:230px){
    .special-padding {
        padding-top: 350px;
    }
} */

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 9999;
}

.loader-animation {
  max-width: 80px;
  width: 100%;
}

.loader {
  border: 8px solid #fae6de;
  border-top: 8px solid #fb3434;
  border-radius: 50%;
  position: absolute;
  width: 90%;
  max-width: 350px;
  height: auto;
  aspect-ratio: 1;
  animation: spin 1s linear infinite;
}

.loader-logo-parent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 30%;
  padding-right: 30%;
}

.pre-loader-logo-icon {
  max-width: 90px;
  width: 100%;
  margin-bottom: 10px;
}

.loader-logo-parent .loader-bottom {
  margin-bottom: 0;
  max-width: 90px;
  width: 100%;
  margin-top: 10px;
}

.loader-logo-parent .loader-center {
  max-width: 230px;
  width: 150%;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.main-content {
  display: none;
}



/* ########################################
########################################### */

/* Subsection Headers */
.subsection-title {
  background: rgba(251, 52, 52, 0.08);
  border-left: 4px solid #fb3434;
  border-radius: 8px;
  padding: 15px 20px;
  margin: 30px 0 20px 0;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  color: #383737;
}

/* Additional Theme Colors */
:root {
  --primary-color: #fb3434;
  --primary-light: rgba(251, 52, 52, 0.08);
  --primary-hover: #fb5b5a;
  --text-dark: #383737;
  --text-light: #666666;
  --background-light: #fae6de;
  --white: #ffffff;
}

/* Update existing elements with new theme */
.navbar {
  background-color: var(--white);
  border-bottom: 1px solid rgba(251, 52, 52, 0.15);
}

.navbar-brand {
  color: var(--text-dark);
}

.nav-link {
  color: var(--text-dark);
}

.nav-link:hover {
  color: var(--primary-color);
}

.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-primary:hover {
  background-color: var(--primary-hover);
  border-color: var(--primary-hover);
}
