@import url("https://fonts.googleapis.com/css2?family=Poppins: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&display=swap");
/*font-family: "Poppins", sans-serif;*/
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
/*font-family: "Playfair Display", serif;*/
@font-face {
  font-family: "Arial Bold";
  font-style: normal;
  font-weight: normal;
  src:
    local("Arial Bold"),
    url("ARIALBD 1.woff") format("woff");
}

@font-face {
  font-family: "Arial Bold";
  font-style: normal;
  font-weight: normal;
  src:
    local("Arial Bold"),
    url("ARIALBD.woff") format("woff");
}
:root {
  --font-poppins: "Poppins", sans-serif;
  --font-playfair: "Playfair Display", serif;
  --font-arial: Arial, sans-serif;
  --font-arial-bold: "Arial Bold";
  --black: #000000;
  --white: #ffffff;
  --text-yellow-color: #ffcc00;
  --bg-red-color: #6d0a0e;
  --bg-home: #faf7f5;
  --btn-pink-color: #fff4e6;
  --bg-founder-pink: #fff8f5;
  --bg-grey: #e0e0e0;
  --icon-grey: #666;
}
body {
  font-family: var(--font-poppins);
}
.navbar-nav .nav-link {
  color: #000 !important;
  font-weight: 300;
  font-size: 1rem;
}
.navbar-nav > li:not(:first-child) {
  margin-inline-start: 4px;
}
.navbar-nav > li:not(:first-child)::before {
  content: "|";
  color: var(--black);
  position: absolute;
  inset-inline-start: -4px;
  inset-block-start: 50%;
  transform: translateY(-50%);
}
.navbar-nav > li.nav-item > .nav-link::before {
  content: "";
  height: 2px;
  width: 100%;
  background: var(--bg-red-color);
  left: -100%;
  position: absolute;
  bottom: 0;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
}
.navbar-nav > li:hover > a::before,
.navbar-nav > li.active > a::before {
  left: 0 !important;
}
.navbar-nav > li.nav-item {
  padding-inline: 1.2rem;
}
.navbar-nav > li:hover > a,
.navbar-nav > li.active > a {
  color: var(--bg-red-color) !important;
}
.topbar-outr {
  background: var(--bg-red-color);
}
.topbar-outr .float-start p {
  color: var(--white) !important;
}
.topbar-outr .float-end a {
  color: var(--white) !important;
}
html,
body,
section {
  overflow-x: clip;
}
p {
  font-size: 0.9rem;
}
@media (min-width: 1500px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1420px;
  }
}
.navbar-nav {
  margin-inline-end: -1.2rem;
}
.section-header h2 {
  color: var(--bg-red-color);
  font-weight: 300;
  margin-bottom: 0.5rem;
  font-family: var(--font-playfair);
}
.section-header h6 {
  font-family: var(--font-arial);
}
.btn-menu {
  background: var(--bg-red-color);
  color: var(--white);
  &:hover {
    background: var(--btn-pink-color);
    color: var(--bg-red-color);
  }
}
.btn-visit {
  border-color: var(--bg-red-color);
  color: var(--black);
  &:hover {
    color: var(--bg-red-color);
    background: var(--btn-pink-color);
  }
}
.location-box-btn .btn-visit {
  margin-left: 1.2rem;
}
.offer-grid-box-text .btn-visit {
  color: var(--bg-red-color);
}
.whatsapp-icon {
  display: inline-block;
  background: #32cb31;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  color: var(--white);
}
.whatsapp-icon i {
  font-size: 1.25em;
}
.topbar-outr .whatsapp-icon {
  line-height: 30px;
}
.follow-box-mnu {
  gap: 2rem;
}
.follow-box-mnu li a {
  color: var(--icon-grey);
}
.follow-box-mnu li a img {
  filter: brightness(0) saturate(100%) invert(42%) sepia(0%) saturate(2990%)
    hue-rotate(331deg) brightness(91%) contrast(93%);
}
.footer-outr {
  background: var(--bg-home);
}
.footer-inner {
  padding-block: 1.63rem;
}
.philosophy-outr h4 {
  color: var(--bg-red-color);
}
.philosophy-text-col {
  background: #efedec;
  padding: 1.5rem 1.5rem 5px 1.5rem;
  border-radius: 0.5rem;
}
.location-box-img {
  height: 64px;
  width: 64px;
  flex: 0 0 auto;
  border-radius: 0.5rem;
  background: var(--btn-pink-color);
  display: grid;
  place-items: center;
  font-family: var(--font-arial-bold);
  color: var(--bg-red-color);
  margin-right: min(4em, 4%);
}
.location-box-img:hover {
  background: var(--bg-grey);
  color: #ea4335;
}
.location-box-col {
  background: var(--white);
  padding: 1rem 1rem 1rem 1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.location-box-heading h4 {
  color: var(--bg-red-color);
}
.blog-box-outr {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  padding: 1rem;
}
.more-enquiry a {
  color: var(--black);
}
.more-enquiry a span {
  font-size: 1.3rem;
}

.more-enquiry a:hover {
  color: var(--bg-red-color);
}
.header-open {
  display: none;
  position: fixed;
  z-index: 1000;
  padding: 10px 15px;
  transition: all 0.3s ease;
}
.header-open:hover {
  background: #ff6600;
}
.header-outer {
  position: relative;
}
.header-outer {
  position: relative;
  transition: all 0.3s ease;
}

.header-inr {
  transition: all 0.3s ease;
}

.header-open {
  position: fixed;
  z-index: 1000;
  cursor: pointer;
  display: none; /* Hidden until header is hidden */
  transition: transform 0.3s ease;
}

.header-open i {
  transition: transform 0.3s ease;
}

.header-open.rotate i {
  transform: rotate(180deg);
}
.header-outer.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
  box-shadow: 0px 5px 5px #f2f2f2;
  /* animation: smoothScroll 2s forwards; */
  /* -webkit-animation: smoothScroll 2s forwards; */
  /* -moz-animation: smoothScroll 2s forwards; */
}
.header-outer.fixed .topbar-outr {
  display: none;
}
.delivery-header {
  position: relative;
  transition: all 0.3s ease;
  z-index: 1000;
}

.delivery-header.fixed {
  /*position: fixed;*/
  top: 0px;
  left: 0;
  right: 0;
}
.header-outer .navbar-brand img {
  width: 170px;
  transition: all 0.3s ease-in-out 0s;
}
.header-outer.fixed .navbar-brand img {
  width: 125px;
}
.home-page-sec-outr {
  background: var(--bg-home);
  padding-block: min(3em, 4%) min(3em, 4%);
}
.concept-box {
  background: var(--white);
  height: 100%;
  border-radius: 1rem;
  overflow: hidden;
}
.concept-grid-outr .col-lg-4:nth-child(1) .concept-box-img {
  background: #751144;
}
.concept-grid-outr .col-lg-4:nth-child(2) .concept-box-img {
  background: #ca4c0a;
}
.concept-grid-outr .col-lg-4:nth-child(3) .concept-box-img {
  background: #ce0000;
}
.concept-box-caption h5 {
  color: var(--bg-red-color);
}
.concept-outr .section-header h6 {
  text-transform: uppercase;
  font-size: 0.9rem;
}
.concept-box-caption {
  padding: 2rem 1.5rem;
}
.btn-concept {
  background: var(--btn-pink-color);
  color: var(--bg-red-color);
  padding: 0.75rem 1.5rem;

  border: 1px solid transparent;
  &:hover {
    border-color: var(--bg-red-color);
    color: var(--bg-red-color);
  }
}

.text-grey {
  color: var(--icon-grey);
}
.philosophy-text-col p {
  color: #000;
  font-size: 1.3rem;
}
.philosophy-text-col p span {
  color: #1e1e1e;
}
.location-box-heading p {
  font-size: 0.95rem;
  color: var(--icon-grey);
}
.overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  inset-inline: 0;
  inset-block: 0;
}
.banner-caption-inr h1 {
  font-family: var(--font-playfair);
  color: var(--white);
}
.banner-caption-inr h4 {
  font-family: var(--font-playfair);
  color: var(--text-yellow-color);
}
.rounded-xl {
  border-radius: 0.75rem;
}
.banner-swiper .swiper-slide {
  aspect-ratio: 2.45 / 1;
}
.banner-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-swiper .swiper-slide-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 10;
}
.swiper-slide-caption h2 {
  color: var(--text-yellow-color);
  font-weight: 300;
  margin-bottom: 1rem;
  font-family: var(--font-playfair);
}
.swiper-slide-caption h3 {
  color: var(--white);
  font-weight: 300;
  margin-bottom: 1rem;
  font-family: var(--font-playfair);
}
.slider-btn-outer a {
  padding: 0.75rem 1.5rem;

  color: var(--white);
}
.slider-btn-outer a.btn-explore {
  background: rgba(109, 10, 14, 1);
  margin-right: 1rem;
  &:hover {
    background: var(--white);
    color: var(--bg-red-color);
  }
}
.slider-btn-outer a.btn-view {
  background: rgba(89, 87, 90, 0.8);
  color: var(--white);
  &:hover {
    background: var(--white);
    color: var(--bg-red-color);
  }
}
.home-page-sec-outr {
  background: var(--bg-home);
  padding-block: min(3em, 4%) 0px;
}

.signature-slidr-outr .owl-nav button {
  background: var(--bg-red-color) !important;
  color: var(--white) !important;
  border: none;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  transition: background 0.3s ease;
  width: 53px;
  height: 46px;
  position: absolute;
  inset-block-start: 50%;
  transform: translateY(-50%);
  &:hover {
    background: var(--white);
    color: var(--bg-red-color);
  }
}
.signature-slidr-outr .owl-nav button.owl-prev {
  left: -4.1rem;
}
.signature-slidr-outr .owl-nav button.owl-next {
  right: -4.1rem;
}
.signature-slidr-outr .item a {
  color: #333;
  font-family: var(--font-arial);
}
.service-box {
  background: var(--white);
  height: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding-block: 0.8rem;
}
.service-content h6 {
  margin-bottom: 0.1rem;
  color: var(--bg-red-color);
}
.Service-grid-outr .col-lg-4 {
  padding-inline: calc(var(--bs-gutter-x) * 1);
}
.Service-grid-outr .row {
  margin-inline: calc(var(--bs-gutter-x) * -1);
}
.founder-grid-outr {
  background: var(--bg-founder-pink);
  padding: 2rem 2rem 2rem 2rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
}
.founder-text-col .founder-name {
  color: var(--bg-red-color);
  font-family: var(--font-playfair);
}
.founder-text-col h5 {
  font-weight: 400;
  text-transform: uppercase;
  color: var(--icon-grey);
}
.about-link {
  color: var(--bg-red-color);
  border-bottom: 2px solid var(--bg-red-color);
}

.swiper-button-prev,
.swiper-button-next {
  display: none !important;
}
.swiper-pagination-bullet {
  height: 20px !important;
  width: 20px !important;
  background: rgba(255, 255, 255, 0.5) !important;
  opacity: 0.9 !important;
}
.swiper-pagination-bullet-active {
  background: rgba(255, 204, 0, 0.8) !important;
}
.service-content p {
  color: var(--icon-grey);
  font-size: 0.9rem;
}
.founder-text-col p {
  color: var(--icon-grey);
}
.founder-text-col p b {
  color: #333;
}
.about-banner-caption-outr {
  background: var(--bg-red-color);
  padding-block: min(3em, 4%) min(3em, 4%);
}
.about-banner-caption-inr h1 {
  font-family: var(--font-playfair);
  color: var(--white);
}
.about-banner-caption-inr h4 {
  font-family: var(--font-playfair);
  color: var(--text-yellow-color);
}
.story-pic-text ul li a.btn-concept {
  font-size: 1rem;
}
.story-img-col {
  background: var(--white);
  padding: 1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.story-pic {
  height: 100%;
}
.story-pic img {
  height: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
}
.story-pic-text .btn-menu {
  padding: 0.75rem 1.5rem;
}
.promotion-box-outr {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 1.5rem 1rem;
  background: var(--white);
  border-radius: 0.5rem;
}
.promotion-btn {
  color: var(--bg-red-color);
}
.promotion-box-outr:not(:first-child) {
  margin-top: 2rem;
}
.promotion-box-txt {
  width: 70%;
  margin-right: 10px;
}
.offer-grid-box-outr {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  border-radius: 0.5rem;
  background: var(--white);
  height: 100%;
}
.offer-btn-outr ul li:not(:first-child) {
  margin-left: 1rem;
}
.offer-btn-outr ul li.current-price {
  color: var(--bg-red-color);
}
.offer-btn-outr ul li.prev-price {
  color: var(--icon-grey);
  text-decoration: line-through;
}
.offer-btn-outr ul li {
  font-family: var(--font-arial-bold);
}
.promotion-box-sticky {
  position: sticky;
  top: 85px;
}
.offer-grid-outr h4,
.blog-grid-outr h4 {
  color: var(--bg-red-color);
}
.catering-banner-outr {
  border-radius: 1.5rem;
  overflow: hidden;
}
.catering-banner-outr .banner-caption-text-outr {
  max-width: 750px;
  margin-inline: auto;
}
.order-box-outr {
  background: #fef2f2;
  border-radius: 1.5rem;
  padding-block: min(3em, 4%) min(3em, 4%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.order-box-outr h4 {
  font-weight: 600;
}
.order-btn {
  background: rgba(220, 38, 38, 1);
  color: var(--white);
  &:hover {
    background: rgb(185, 28, 28, 1);
    color: var(--white);
  }
}
.order-box-outr ul li span {
  color: #38bb38;
}
.order-phone-num {
  color: var(--black);
}
.order-phone-num i {
  color: #fff;
}
.private-sec-outr {
  background: var(--white);
  padding: 1rem;
  border-radius: 1rem;
}
.private-sec-outr .banner-caption-text-outr h3 {
  color: var(--white);
  font-family: var(--font-playfair);
}
.private-sec-outr .banner-caption-text-outr h4 {
  color: var(--white);
  font-family: var(--font-playfair);
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.booking-sec-outr .table {
  --bs-table-bg: none;
  --bs-table-color: none;
}
.booking-sec-outr .table {
  border-radius: 1rem;
  margin-bottom: 0px;
}
.booking-sec-outr .table thead tr th:first-child {
  border-radius: 0rem;
}
.booking-sec-outr .table-responsive {
  border-radius: 1rem;
  border: 1px solid #e5e7eb;
}
.booking-footer span {
  font-weight: 600;
}
.booking-footer a {
  color: inherit;
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.booking-sec-outr .table > :not(caption) > * > * {
  border-color: #e5e7eb;
}
.booking-sec-outr .table tbody tr:last-child td {
  border-bottom: 0 none;
}
.catering-banner-outr {
  border-radius: 1.5rem;
  overflow: hidden;
}
.catering-banner-outr .banner-caption-text-outr .nav li a {
  font-family: var(--font-arial);
}
.catering-banner-outr .banner-caption-text-outr .nav li {
  margin-inline: 1rem;
}
.border-amber-200 {
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1)) !important;
}
.bg-amber-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}
.text-amber-900 {
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity, 1));
}
.order-btn {
  background: rgba(220, 38, 38, 1);
  color: var(--white);
}
.font-semibold {
  font-weight: 600;
}
.delivery-banner-outr.catering-banner-outr .banner-caption-text-outr {
  max-width: none !important;
}
.grid {
  display: grid;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.sm\:grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.rounded-lg {
  border-radius: 0.5rem;
}
.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}
.text-indigo-900 {
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity, 1));
}
.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  color: var(--black);
}
.bg-indigo-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}
.bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity, 1)) !important;
}
.bg-emerald-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}
.text-stone-600 {
  --tw-text-opacity: 1;
  color: rgb(87 83 78 / var(--tw-text-opacity, 1));
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.bg-sky-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1));
}
.bg-sky-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity, 1));
}
.delivery-banner-out .btn-concept:hover {
  background: var(--white);
}
.bg-emerald-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}
.bg-emerald-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}
.delivery-header {
  background: var(--white);
  border-radius: 1rem;
}
.delivery-header .btn.btn-concept {
  font-size: 0.9rem;
  border-radius: 1rem;
}
.delivery-header .nav {
  justify-content: center;
}
.delivery-header .nav li {
  margin-block: 0.3rem;
}
.delivery-header .nav li:not(:first-child){
  margin-inline-start: 2rem
}
.delivery-header .btn.btn-concept.active {
  background: var(--bg-red-color);
}
@media (min-width: 768px) {
.delivery-container .row{
	width: 100%;
	margin:0px;
}}
.delivery-container .row > *{
	width: auto;
	padding: 0px;
}

.delivery-header .navbar-brand {
  font-family: var(--font-playfair);
  color: var(--bs-body-bg);
}
.reservation-time-box {
  background: var(--white);
  border-radius: 1rem;
}
.reservation-time-box-sec {
  background: #eae8e7;
  border-radius: 1rem;
}
.reservation-text-outr h1 {
  font-weight: 700;
}
.reservation-grid-outr {
  max-width: 1200px;
  margin: 0 auto;
}
.delivery-banner-outr .single-page-nav ul li:not(:first-child) {
  margin-inline-start: 1rem;
}
.delivery-banner-outr .single-page-nav ul li a {
  font-family: var(--font-arial);
}
.delivery-banner-outr .single-page-nav ul li a:hover {
  background: var(--white);
}
.delivery-header .single-page-nav ul li:not(:first-child) {
  margin-left: 1rem;
}
.reserv-sec-outr #section2 {
  border-top: 1px solid #e7e5e4;
}
.reserv-btn-mnu a {
  border-radius: 1rem;
}
.reserv-btn-mnu .btn {
  padding: 0.75rem 1rem !important;
}
.view-btn {
  border: 1px solid #e5e7eb;
}
#scrollspyHeading1 .view-btn:hover {
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
  border-color: #e5e7eb;
}
#scrollspyHeading2 .view-btn:hover {
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
  border-color: #e5e7eb;
}
.reserv-red-btn {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
  color: var(--white);
  &:hover {
    background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
    color: var(--white);
  }
}
.reserv-green-btn {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
  color: var(--white);
  &:hover {
    background-color: rgb(6 95 70 / var(--tw-bg-opacity, 1));
    color: var(--white);
  }
}
.reserv-btn-mnu {
  display: flex;
  gap: 15px;
}
#section1 .website-link,
#scrollspyHeading1 .website-link {
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
#section1 .website-link:hover,
#scrollspyHeading1 .website-link:hover {
  text-decoration: underline !important;
}
#section2 .website-link,
#scrollspyHeading2 .website-link {
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
#section2 .website-link:hover,
#scrollspyHeading2 .website-link:hover {
  text-decoration: underline !important;
}
.review-mnu li i {
  color: #f59e0b;
}
.review-mnu-outr h6 {
  color: rgb(87 83 78 / var(--tw-text-opacity, 1));
}
#section1 h4,
#section2 h4 {
  font-weight: 600;
}
.reservation-time-box-sec p {
  margin-bottom: 0px;
  color: rgb(120 113 108 / var(--tw-text-opacity, 1));
}

.header-outer a.header-open {
  position: absolute;
  inset-inline-start: 50%;
  transform: translateX(-50%);
}
.single-page-nav ul.d-flex li:not(:first-child) {
  margin-left: 1rem;
}
.section-header {
  align-items: first baseline !important;
}
.booking-sec-outr td {
  white-space: nowrap !important;
}
.offer-grid-box-img img {
  width: 100%;
}
.offer-grid-box-img a i img {
  width: auto;
}
.offer-grid-box-img a i {
  vertical-align: middle;
}
.offer-grid-box-img a.btn {
  font-size: 0.8rem;
  --bs-btn-padding-y: 0.25rem;
}
.offer-grid-box-outr.box-one a.btn {
  border-color: var(--bs-body-bg);
  color: var(--bs-body-bg);
  background: #660000;
}
.offer-grid-box-outr.box-one a.btn:hover {
  border-color: #660000;
}
.offer-grid-box-outr.box-two a.btn {
  border-color: var(--bs-body-bg);
  color: var(--bs-body-bg);
  background: #c86d1f;
}
.offer-grid-box-outr.box-two a.btn:hover {
  border-color: #c86d1f;
}
.offer-grid-box-outr.box-three a.btn {
  border-color: var(--bs-body-bg);
  color: var(--bs-body-bg);
  background: #046255;
}
.offer-grid-box-outr.box-three a.btn:hover {
  border-color: #046255;
}
.offer-grid-box-outr.box-four a.btn {
  border-color: var(--bs-body-bg);
  color: var(--bs-body-bg);
  background: #580404;
}
.offer-grid-box-outr.box-four a.btn:hover {
  border-color: #580404;
}
.offer-grid-box-outr.box-five a.btn {
  border-color: var(--bs-body-bg);
  color: var(--bs-body-bg);
  background: #410060;
}
.offer-grid-box-outr.box-five a.btn:hover {
  border-color: #410060;
}
.offer-grid-box-outr.box-six a.btn {
  border-color: var(--bs-body-color);
  color: var(--bs-body-color);
  background: #fdf69b;
}
.offer-grid-box-outr.box-six a.btn:hover {
  border-color: #fdf69b;
}

.offer-grid-box-outr .position-absolute {
  right: 10px !important;
  bottom: 7px !important;
}
.location-box-content h5 {
  font-size: 1.1rem;
}
.location-box-content h6,
.location-box-content p {
  font-size: 0.9rem;
}
.blog-box-outr h5 {
  font-size: 1.1rem;
}
.blog-box-outr p {
  font-size: 0.9rem;
}
.delivery-header {
  position: relative;
  width: 100%;
  background: var(--bg-red-color);
  transition: all 0.3s ease;
}

/* Fixed delivery-header sits right below the now-shorter header */
.delivery-header.fixed {
  position: fixed;
  top: calc(var(--headerFixedHeight, 0px) + 0px);
  width: 100%;
  z-index: 9;

  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  padding-block: 0.8rem !important;
}

/* For ScrollSpy headings */
.scrollspy-example > div[id^="scrollspyHeading"] {
  scroll-margin-top: calc(
    var(--headerFixedHeight, 0px) + var(--deliveryHeight, 0px) + 0px + 5px
  );
}
.promotion-box-txt h5 {
  font-size: 1.1rem;
}
.offer-grid-box-text h5 {
  font-size: 1.1rem;
}
.review-box h6 {
  font-weight: 400;
  color: rgb(87 83 78 / var(--tw-text-opacity, 1));
}
.banner-caption-inr {
  padding: 1.5rem 0;
}
.delivery-banner-outr,
.catering-banner-outr {
  aspect-ratio: 3 / 1;
}
.banner-caption-text-outr ul {
  justify-content: center;
}
.delivery-text-col h4 {
  font-size: calc(1.1rem + 0.3vw);
}
.delivery-banner-outr .nav-pills .nav-link.active {
  background: var(--bg-red-color);
}
.reservation-text-outr h1 {
  font-size: calc(1rem + 1vw);
}
.delivery-header .navbar-brand {
  white-space: normal;
}
.subs-form input,
.subs-form textarea {
  width: 100%;
  padding: 12px 12px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  background: #fff;
  font-size: 14px;
}
.banner-caption-inr h1 {
  font-size: calc(1.2rem + 1.5vw);
}
.banner-caption-inr h4 {
  font-size: calc(1.1rem + 0.3vw);
}
.navbar-toggler {
  border-color: #fddcb3;
}
.navbar-toggler:hover {
  border-color: var(--bg-red-color);
}
.navbar-toggler:focus {
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width) var(--bg-red-color);
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28253, 220, 179, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.header-outer .btn-close {
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fddcb3'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  opacity: 1 !important;
}
.header-outer .btn-close:focus {
  box-shadow: 0 0 0 0.25rem var(--bg-red-color);
}
.follow-box-mnu li a:hover {
  color: var(--bg-red-color);
}
.follow-box-mnu li a img {
  width: 20px;
}
.follow-box-mnu li a:hover img {
  filter: brightness(0) saturate(100%) invert(10%) sepia(40%) saturate(5553%)
    hue-rotate(343deg) brightness(105%) contrast(107%);
}
.delivery-scroll-nav {
  position: relative;
  z-index: 9;
  transition: all 0.3s ease;
  display: none !important;
}

/* Fixed state after scrolling */
.delivery-scroll-nav.fixed {
  display: flex !important;
  position: fixed;
  top: var(--header-height, 82px);
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.delivery-scroll-nav .nav-pills .nav-link.active {
  background: var(--bg-red-color);
  color: var(--white);
}
.navbar-nav .dropdown-menu {
  inset-inline-start: 0px;
}
.contact-page-link-outr h3 {
  font-family: var(--georgia-font);
  text-align: center;
  font-size: calc(0.8rem + 0.6vw);
}
.contact-page-link-outr h4 {
  font-family: var(--georgia-font);
  text-align: center;
  color: #cc0000;
  font-size: calc(0.8rem + 0.3vw);
}
.contact-page-link-box-txt {
  text-align: center;
  margin-block-start: 1rem;
}
.contact-page-link-box-txt:hover {
  color: var(--bg-red-color);
}
.contact-page-link-box-outr a {
  text-decoration: none;
}
.contact-page-link-box-txt h5 {
  margin-block-end: 0px;
  font-size: 0.9rem;
}
.contact-delivery-sec-inr h3 {
  text-align: center;
  margin-block-end: 0px;
}
.contact-delivery-box-logo {
  text-align: center;
  margin-block-start: 1.5rem;
}
.gallery-img-grid-inr .gallery-box-outr img {
  max-height: 200px;
  vertical-align: middle;
}
.gallery-img-grid-inr .gallery-box-outr {
  margin-top: 30px;
  line-height: 210px;
  height: 210px;
}
.gallery-box-outr {
  background: #f1f1f1;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 5px 0px;
  border: 1px solid #ddd;
}
.gallery-box-outr .post-img-detail {
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}
.post-img-detail {
  position: absolute;
  left: -100%;
  right: auto;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  width: 100%;
  text-align: center;
}
.gallery-box-outr:hover .post-img-detail {
  opacity: 1;
  left: 0;
}
.post-img-detail i {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #fff;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: var(--bg-red-color);
  background-color: var(--btn-pink-color);
}
.delivery-scrollspy-outr .pt-5 {
  padding-top: 5rem !important;
}
.delivery-scroll-nav .nav-link:focus {
  color: inherit;
}
.contact-page-link-inr.row {
  margin-right: calc(-1 * var(--bs-gutter-x));
  margin-left: calc(-1 * var(--bs-gutter-x));
}
.contact-page-link-inr .col-sm-4 {
  padding-right: calc(var(--bs-gutter-x) * 1);
  padding-left: calc(var(--bs-gutter-x) * 1);
}
.catering-banner-outr .banner-caption-text-outr .nav li a:hover {
  background: var(--white);
}
.contact-form-pic-sec-outr .whatsapp-icon {
  height: auto;
  width: auto;
}
.contact-form-pic-col a:hover {
  color: var(--bg-red-color);
}
/*.scrollspy-example {
  scroll-margin-top: 115px; /* same as header height 
}*/

.responsive-toggle:after {
  margin-inline-start: 0px !important;
}
.contact-delivery-box-logo img {
  max-width: 170px;
}
#concept-link,
#scrollspyHeading2 {
  scroll-margin-top: 68px;
}
.reserv-sec-outr .nav.nav-pills .btn.btn-concept:hover {
  background: var(--bs-body-bg);
  color: var(--bg-red-color);
}
.delivery-header .btn.btn-concept:focus {
  color: var(--bs-body-bg);
  border-color: var(--bs-body-bg);
  background: transparent;
}
.feedback-outr {
  padding-block: min(3em, 4%) min(2em, 2%);
}
.reach-border-outr {
  padding-top: 0px !important;
}
.reach-border-outr .contact-page-link-outr {
  border-top: 1px solid var(--bg-grey);
  padding-block: min(3em, 4%) 0px;
}
.slider-btn-outer .nav-pills li:last-child a.btn-explore {
  margin-right: 0px;
}
.slider-btn-outer .delivery-container {
  width: 100%;
}
.topbar-outr h5 {
  color: #fff;
  font-size: 13px;
}
.season-logo img {
  width: 100px;
}
.topbar-outr {
  margin-block-start: 1.63rem;
}
.story-text-col {
  text-align: justify;
}
.swiper-slide-caption h2 {
  font-size: calc(1rem + 0.9vw);
}
.swiper-slide-caption h3 {
  font-size: calc(1.2rem + 0.6vw);
}
.signature-slidr-outr .item a {
  overflow: hidden;
  display: block;
}
.signature-slidr-outr .item a img {
  transition: all 0.5s ease-in-out 0s;
}
.signature-slidr-outr .item a:hover img {
  transform: scale(1.2, 1.2);
}
.signature-slidr-outr .item:hover h6 {
  color: var(--bg-red-color);
}

.slider-btn-outer a.btn-explore:focus {
  color: var(--bs-body-bg);
  background: rgba(109, 10, 14, 1);
}

.topbar-outr .py-3 {
  padding-block: 5px !important;
}
.philosophy-text-col {
  margin-block-start: 1.1rem !important;
}
.location-grid-outr .mt-5 {
  margin-block-start: 2.5rem !important;
}
.reserv-sec-outr #scrollspyHeading3 .reserv-btn-mnu .reserv-green-btn {
  background: #4d2317 !important;
}
.reserv-sec-outr #scrollspyHeading3 .reserv-btn-mnu .reserv-green-btn:hover {
  background: var(--bg-red-color) !important;
}
.subs-form {
  margin-block-start: -35px;
}
.subs-form + .blog-box-outr {
  margin-block-start: -20px !important;
}
.newsletter-col .location-box-heading p {
  font-size: 0.8rem;
}

.catering-page-table-outr .table thead tr th .kol-th {
  background: #cb4500 !important;
  text-align: center;
  max-width: 250px;
  margin: 0 auto;
  padding: 8px 0px;
  color: var(--bs-body-bg);
}
.catering-page-table-outr .table tbody tr th {
  background: #e1e1e1;
  width: 50%;
}
.catering-page-table-outr .table tbody tr th {
  border-left: 1px solid #d6d6d6;
}
.catering-page-table-outr .table tbody tr:first-child th {
  border-top: 1px solid #d6d6d6;
}
.catering-page-table-outr .table thead tr th {
  padding: 0px;
}
.catering-page-table-outr .table tbody tr td {
  background: #f1f1f1;
}
.catering-page-table-outr .table thead tr th .tan-th {
  background: #751144 !important;
  text-align: center;
  max-width: 250px;
  margin: 0 auto;
  padding: 8px 0px;
  color: var(--bs-body-bg);
}
.catering-page-table-outr .table th,
.catering-page-table-outr .table td {
  border: 0 none;
}
.catering-banner-point li {
  color: var(--bs-body-bg);
}
.catering-banner-outr .order-phone-num h5 {
  color: var(--bs-body-bg);
}
.reach-border-outr .contact-page-link-outr,
.contact-delivery-box-outr {
  max-width: 800px;
  margin: 0 auto;
}
.best-logo {
  width: 135px;
}
.best-logo img {
  max-width: 100%;
}
.award-outr h3 {
  color: var(--bg-red-color);
}
.award-logo-outr a img {
  width: 300px;
}

@media (min-width: 1200px) {
  .location-box-heading h4,
  .location-box-img h4 {
    font-size: 1.15rem;
  }
  .founder-grid-outr {
    padding-inline-start: 5.5rem;
  }
  .swiper-slide-caption h2 {
    font-size: 2rem;
  }
  .swiper-slide-caption h3 {
    font-size: 3.5rem;
  }
  .section-header h2 {
    font-size: 1.6rem;
  }
  .reservation-text-outr h1 {
    font-size: 1.5rem;
  }
  .banner-caption-inr h1 {
    font-size: 2rem;
  }
  .banner-caption-inr h4 {
    font-size: 1.3rem;
  }
  #deliveryNav h4 {
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) {
  .responsive-toggle {
    display: none;
  }
  .swiper-slide-caption {
    position: absolute;
    inset-block-end: 20px;
    inset-inline: 0px;
    z-index: 9;
  }

  .footer-blog-pic {
    margin-block-start: 35px;
  }
  .blog-box-outr {
    margin-block-start: auto !important;
  }
}

.promotion-btn-outr a:not(:first-child) {
  margin-inline-start: 1rem;
}
.promotion-btn-outr a {
  color: var(--bg-red-color);
  font-size: 1.2rem;
}
