@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap");
/*font-family: "Roboto Slab", serif;*/
@font-face {
  font-family: "Georgia Regular";
  font-style: normal;
  font-weight: normal;
  src:
    local("Georgia Regular"),
    url("../fonts/georgia.woff") format("woff");
}

@font-face {
  font-family: "Georgia Italic";
  font-style: normal;
  font-weight: normal;
  src:
    local("Georgia Italic"),
    url("../fonts/georgiai.woff") format("woff");
}

@font-face {
  font-family: "Georgia Bold";
  font-style: normal;
  font-weight: normal;
  src:
    local("Georgia Bold"),
    url("../fonts/georgiab.woff") format("woff");
}

@font-face {
  font-family: "Georgia Bold Italic";
  font-style: normal;
  font-weight: normal;
  src:
    local("Georgia Bold Italic"),
    url("../fonts/georgiaz.woff") format("woff");
}
:root {
  --menu-bg: #fbf3e8;
  --menu-color: #5a3e3b;
  --menu-active-color: #ba872c;
  --body-font: "Georgia Regular";
  --whatsapp-link-color: #380202;
  --border-color: #c76e21;
  --active-color: #ba872c;
  --heading-fonts: "Roboto Slab", serif;
  --heading-color: #550705;
  --bg-header: #4b1105;
  --bg-body: #fef7e7;
  --wine-dark: #5d1119;
  --wine: #741823;
  --order-heading-color: #5c110b;
  --delivery-heading-color: #530c0a;
}
section,
header,
footer {
  overflow-x: clip;
}
body {
  font-family: var(--body-font);
  background: var(--menu-bg);
  margin: 0px 0px 70px;
}
@media (min-width: 1500px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1420px;
  }
}
.bg-body-menu {
  background: var(--menu-bg);
}
.navbar-nav .nav-link {
  color: var(--menu-color);
  font-size: 1rem !important;
}
.navbar-nav > li > a span::before {
  content: "";
  width: 0px;
  height: 2px;
  background: var(--menu-active-color);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  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;
}
.navbar-nav > li:hover > a span::before,
.navbar-nav > li.active > a span::before {
  display: block;
  width: 100%;
  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;
}
.navbar-nav > li > a span {
  position: relative;
  padding-bottom: 10px;
}
.navbar-nav > li:hover > a,
.navbar-nav > li.active > a {
  color: var(--menu-active-color);
}
.whatsapp-link {
  font-family: var(--bs-body-font-family);
  color: var(--whatsapp-link-color);
}
.whatsapp-link:hover {
  color: var(--menu-active-color);
}
.philosophy-outr::before {
  content: "";
  border: 2px solid var(--border-color);
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #f2e6d6;
}
.phiosophy-pic3 {
  top: -13px;
}
.philosophy-outr .shape2 {
  right: -1px;
  top: -1px;
}
.philosophy-outr .shape1 {
  left: -1px;
  top: -1px;
}
.phiosophy-pic1 {
  background: url("../images/philosophy-pic1.png") no-repeat center center;
  background-size: 100% 100%;
  width: 290px;
  height: 240px;
  left: 2px;
  bottom: 1px;
  z-index: -1;
}
.phiosophy-pic2 {
  background: url("../images/philosophy-pic2.png") no-repeat center center;
  background-size: 100% 100%;
  width: 337px;
  height: 236px;
  right: 2px;
  bottom: 2px;
  z-index: -1;
}
.philosophy-outr h3 {
  color: #c43014;
  letter-spacing: 5px;
}
.philosophy-outr h6 {
  color: #c43014;
  font-size: 1.2rem;
  font-style: italic;
}
.philosophy-outr p {
  font-size: 1.2rem;
  max-width: 670px;
  margin-inline: auto;
}
/*sticky footer use when the page height is 2117px*/
/*sticky footer*/
html {
  min-height: 100%;
  position: relative;
  /* The html and body elements cannot have any padding or margin. */
}

/* Set the fixed height of the footer here */
.footer {
  position: absolute;
  bottom: 0;
  height: 70px;
  width: 100%;
}
.footer-inr {
  background: #500e12;
}
.footer-box-outr h3 {
  color: var(--active-color);
  font-family: var(--heading-fonts);
}
.footer-box-outr h3 {
  text-align: center;
}
.footer-box-outr h3:before {
  content: "";
  height: 12px;
  width: 112px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -12px;
  background: url("../images/footer-heading-bor.png") no-repeat center center;
}
.footer-location-box i {
  color: var(--active-color);
}
.footer-location-box {
  border-bottom: 2px dotted var(--active-color);
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.footer-location-outr a:last-child .footer-location-box {
  border-bottom: 0 none;
}
.footer-mnu li a {
  font-size: 1.1rem;
  position: relative;
  padding-left: 30px;
}
.footer-mnu li a::before {
  content: "";
  background: url("../images/bullet.png") no-repeat center center;
  height: 20px;
  width: 20px;
  background-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.footer-social-mnu-outr li a {
  color: var(--active-color);
  height: 40px;
  width: 40px;
  border: 2px solid var(--active-color);
  display: inline-block;
  text-align: center;
  line-height: 40px;
}
.footer-social-mnu-outr li a:hover {
  color: #fff;
  border-color: #fff;
}
.footer-mnu li a:hover {
  color: var(--active-color) !important;
}
.footer-social-mnu-outr li {
  margin-inline-end: 0.8rem;
  margin-block-start: 0.8rem;
}
.footer-social-mnu-outr li:last-child {
  margin-inline-end: 0px;
}
.footer-whatsapp i {
  font-size: 2.5rem;
  color: var(--active-color);
  vertical-align: middle;
}
.footer-whatsapp {
  display: inline-block;
  font-size: 1.4rem;
  color: var(--bs-body-bg);
  font-family: var(--bs-body-font-family) !important;
  font-weight: 600;
}
.footer-whatsapp:hover {
  color: var(--active-color);
}
.footer-logo-col p {
  font-size: 1.1rem;
  font-style: italic;
}

.footr-col:before {
  content: "";
  width: 24px;
  height: 285px;
  background: url("../images/footer-col-bor.png") no-repeat center center;
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
}
.footr-col:first-child::before {
  background: none;
}
.footr-col {
  padding-right: calc(var(--bs-gutter-x) * 1);
  padding-left: calc(var(--bs-gutter-x) * 1);
}
.footer-top .row {
  margin-right: calc(-1 * var(--bs-gutter-x));
  margin-left: calc(-1 * var(--bs-gutter-x));
}
.footer-bottom h5 {
  margin-inline: 70px;
}
.footer-bottom h5:before {
  content: "";
  width: 55px;
  height: 19px;
  position: absolute;
  left: -70px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  background: url("../images/footer-bottom-bor.png") no-repeat center center;
  background-size: 100% 100%;
}
.footer-bottom h5:after {
  content: "";
  background: url("../images/footer-bottom-bor2.png") no-repeat center center;
  background-size: 100% 100%;
  width: 55px;
  height: 19px;
  position: absolute;
  right: -70px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.footer-bottom {
  border-top: 1px solid #ae763b;
}
.footer-mnu {
  max-width: 200px;
  margin: 0 auto;
}
.footer-box-outr h3 {
  color: var(--active-color);
  font-family: var(--heading-fonts);
  letter-spacing: 0px;
}
.footer-logo-col img {
  width: 250px;
}
.footer-mnu li {
  margin-top: 0.3rem;
}
.btn-member {
  background: url("../images/member-btn-desktop-bg.png") !important;
  background-size: 100% 100% !important;
  color: var(--active-color) !important;
  width: 250px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem !important;
  font-weight: 500 !important;
  margin: 0 auto;
}
.btn-member:hover {
  background: var(--active-color);
  color: var(--bs-body-bg);
}
.location-shape-right {
  transform: rotate(270deg);
}
.location-shape-left {
  transform: rotate(180deg);
}
.location-shape-bottom-start {
  transform: rotate(-270deg);
}
.speak-sec-outr {
  border: 1px solid var(--border-color);
}
.speak-img {
  border: 2px solid #000;
}
.speak-content-outr h2 {
  max-width: 400px;
  margin-bottom: 20px;
}
.speak-heading h2:before {
  content: "";
  background: url("../images/speak-devider.png") no-repeat center center;
  background-size: 100%;
  width: 100%;
  height: 26px;
  position: absolute;
  bottom: -26px;
}
.speak-content-outr p {
  font-family: var(--bs-body-font-family);
  font-size: 1.1rem;
  max-width: 600px;
}
.btn-read {
  background: url("../images/read-bg.png") no-repeat center center;
  background-size: 100% 100%;
  height: 50px;
  line-height: 33px;
  width: 200px;
}
.speak-sec-outr .row > * {
  padding-right: calc(var(--bs-gutter-x) * 1);
  padding-left: calc(var(--bs-gutter-x) * 1);
}
.speak-sec-outr .row {
  margin-right: calc(-1 * var(--bs-gutter-x));
  margin-left: calc(-1 * var(--bs-gutter-x));
}
.speak-sec-outr .speak-content-col:before {
  content: "";
  background: url("../images/speak-bg.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  z-index: -1;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 300px;
}
.visit-heading h2 {
  color: var(--heading-color);
}
.visit-heading h2:before {
  content: "";
  width: 63px;
  height: 19px;
  position: absolute;
  left: -70px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  background: url("../images/visit-heading-bor1.png") no-repeat center center;
}
.visit-heading h2::after {
  content: "";
  background: url("../images/visit-heading-bor2.png") no-repeat center center;
  width: 63px;
  height: 19px;
  position: absolute;
  right: -70px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.visit-heading h5 {
  color: #b9853a;
}
.visit-box-outr {
  border: 1px solid #e3c39c;
}
.location {
  border-bottom: 1px solid #e3c39c;
}
.location i {
  height: 45px;
  width: 45px;
  background: #62231e;
  color: #fcf3ea;
  line-height: 45px;
}
.location h4 {
  color: var(--heading-color);
}
.location p {
  font-family: var(--bs-body-font-family);
}
.time i {
  color: #b57d1c;
}
.time ul li {
  font-family: var(--bs-body-font-family);
  font-size: 1.1rem;
}
.visit-sec-outr {
  background: #f6efdd;
}
.navbar-toggler {
  padding: 0px;
  border: 0 none;
}
.navbar-toggler div {
  display: inline-block;
  vertical-align: middle;
}
.navbar-toggler .icon-bar {
  background-color: #571012;
  display: inline-block;
  width: 22px;
  transition: all 0.2s;
}
.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggler .middle-bar {
  opacity: 0;
}
.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}
.navbar-toggler:focus {
  box-shadow: 0px 0px 0px !important;
}
.sr-only,
.fa-sr-only,
.navbar-toggler-icon {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.whatsapp-link {
  font-size: 1.2rem;
  font-weight: 600;
}
.header-outr.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  box-shadow: 0px 0px 10px #999;
}
.navbar-nav > li:hover > a span::before {
  display: block;
  width: 100%;
  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;
}
.navbar-nav > li:hover > a span {
  color: var(--active-color);
}
.footer-bottom p {
  font-family: var(--bs-body-font-family);
}
.distinct-sec-outr {
  background: var(--wine-dark);
}
.distinct-sec-inr {
  background: #f4ecda;
  padding: 2rem;
}
.distinct-heading h2 {
  color: var(--wine);
}
.distinct-heading h5 {
  color: #bd9766;
}
.distinct-btn-outr .btn {
  border: 1px solid transparent;
  font-family: "Georgia";
  width: 100%;
}
.btn-first {
  background: #690704;
  color: var(--bs-body-bg);
}
.btn-first:hover {
  border-color: #690704;
  color: #690704;
  background: transparent;
}
.btn-second {
  border-color: #ae8e65 !important;
  color: #5f332f;
}
.btn-second:hover {
  border-color: #5f332f;
  color: #ae8e65;
}
.distinct-btn-outr .btn-second {
  margin-left: 1rem;
}
.distinct-btn-outr .btn:not(:first-child) {
  margin-left: 1rem;
}
.order-icon1 {
  background: #5d0f0d;
}
.order-icon2 {
  background: #b7720a;
}
.order-icon3 {
  background: #485625;
}
.order-icon4 {
  background: #c04a0c;
}
.order-box-outr i {
  height: 150px;
  width: 150px;
  flex: 0 0 auto;
}
.order-header h3 {
  color: var(--order-heading-color);
}
.small-heading {
  color: var(--heading-color);
  font-family: var(--bs-body-font-family);
  font-size: 1.1rem;
}
.first-box .order-header {
  margin-bottom: 28px;
}
.first-box .order-header:before {
  content: "";
  background: url("../images/order-bor.png") no-repeat center center;
  width: 100%;
  height: 28px;
  position: absolute;
  bottom: -28px;
}
.order-para {
  border-bottom: 1px dotted var(--border-color);
  font-family: var(--bs-body-font-family);
  padding-bottom: 1rem;
}
.btn-one {
  background: #590a05;
}
.order-box-outr .btn-one:hover {
  border-color: #590a05;
  color: #590a05;
}
.btn-two {
  background: #b1720b;
}
.order-box-outr .btn-two:hover {
  border-color: #b1720b;
  color: #b1720b;
}
.btn-three {
  background: #4d5b26;
}
.order-box-outr .btn-three:hover {
  border-color: #4d5b26;
  color: #4d5b26;
}
.btn-four {
  background: #c84f0a;
}
.order-box-outr .btn-four:hover {
  border-color: #c84f0a;
  color: #c84f0a;
}
.order-box-outr .btn {
  font-family: var(--bs-body-font-family);
  color: var(--bs-body-bg);
  border: 1px solid transparent;
}

.family-btn {
  background: #6d1200;
  margin: 1px;
}
.family-btn:before {
  content: "";
  border: 1px solid #6d1200;
  position: absolute;
  inset: -4px;
  border-radius: 5px;
}
.box-four .order-header {
  border-bottom: 1px dotted var(--border-color);
}
.pic-slidr-outr .distinct-btn-outr .btn {
  width: auto;
  padding: 0px;
}
.mobile-btn {
  display: none;
}
.other-heading h2 {
  color: #4e0502;
  text-align: center;
}
.family-btn:hover {
  background: var(--border-color);
}
.location i {
  flex: 0 0 auto;
  width: 45px;
}
.order-box-outr {
  border: 1px solid var(--border-color);
  border-radius: 1rem;
  padding: 1.5rem;
  height: 100%;
}
.visit-grid-outr a {
  color: inherit;
}
.visit-box-outr {
  background: var(--bs-body-bg);
}
.pic-slidr-outr .distinct-btn-outr .btn {
  text-align: center;
}
.island-delivery-header h1 {
  color: var(--delivery-heading-color);
}
.island-delivery-header p {
  font-family: var(--bs-body-font-family);
  font-size: 1.1rem;
  max-width: 600px;
  margin-inline: auto;
}
.island-delivery-box-col:not(:first-child)::before {
  content: "";
  border-left: 1px solid var(--border-color);
  height: 100%;
  width: 1px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.delivery-whatsapp-outer {
  background: #bc0404;
  
}
.delivery-bor {
  padding-right: 1rem;
  margin-right: 1rem;
  width: 84px;
}
.delivery-bor::before {
  content: "";
  border-left: 1px solid var(--bs-body-bg);
  height: 100%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.delivery-link {
  border: 1px solid transparent;
}
.delivery-link:hover {
  border-color: #5c120d;
}
.delivery-link:hover .text-white {
  color: #5c120d !important;
}
.delivery-link:hover .delivery-bor::before {
  border-color: #5c120d;
}
.delivery-box-outr i {
  display: inline-block;
}
.delivery-box-outr i {
  height: 120px;
  width: 120px;
  flex: 0 0 auto;
}
.delivery-box-content a {
  color: var(--bs-body-bg);
}
.delivery-box-outr {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.delivery-box-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.delivery-box-content .btn {
  margin-block-start: auto;
}
.delivery-box-content .btn {
  font-family: var(--bs-body-font-family);
  color: var(--bs-body-bg);
  border: 1px solid transparent;
}
.island-delivery-inr {
  border: 1px solid var(--border-color);
}
.island-delivery-bor img {
  max-width: 100%;
}
.footer .row{
   display: flex !important;
   gap:0px !important;
}

.footer-location-box h4{
	font-size: 1.5rem !important;
}
.footer-box-outr > h3{
	border-bottom: 1px solid transparent !important;
}
.philosophy-outr p, .philosophy-outr h6, .nav-link, .footer-bottom h5, .footer-logo-col p{
	font-family: var(--body-font) !important;
}
.footer-location-outr a:hover{
   color: var(--active-color) !important;
}