/*builder styling*/
.elementor-editor-active .menu-item-section .inner .divider {
  display: none !important;
}

/*global styles*/
.global-button .elementor-button-icon {
  transition: 0.2s ease transform;
}
.global-button:hover .elementor-button-icon {
  transform: translateX(3px);
}

/*home styles*/
.the-heart-of-our-menu {
  overflow-x: hidden;
}

.site-header {
  padding: 20px 40px !important;
}
.site-header .e-con-inner {
  padding: 0 !important;
}
.site-header .inner .header-menu .elementor-nav-menu--dropdown {
  top: 47px !important;
}
.site-header .inner .select-location-wrap {
  display: none;
}
.site-header .inner .select-location-wrap a {
  color: black;
  transition: 0.3s ease color;
}
.site-header .inner .select-location-wrap a:hover {
  color: white;
}
.site-header .inner .change-location-wrap {
  cursor: pointer;
}
.site-header .inner .change-location-wrap .change-location-text p {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.site-header .inner .change-location-wrap .change-location-text p.ready {
  opacity: 1;
}

.banner-section .inner .image-wrap .banner-image {
  height: 100%;
}
.banner-section .inner .image-wrap .banner-image.square img {
  aspect-ratio: 5/6;
}
.banner-section .inner .image-wrap .banner-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  object-position: center;
}
.banner-section .inner .content-wrap .bottom img {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
}

.location-selector-home {
  position: static;
}
.location-selector-home .option-wrap .image img {
  aspect-ratio: 1.166;
  object-fit: cover;
  object-position: center;
}

.slider-section .inner .slider-wrap .elementor-main-swiper {
  overflow-y: visible !important;
  overflow-x: clip !important;
}
.slider-section .inner .slider-wrap .elementor-main-swiper .swiper-wrapper {
  overflow-y: visible !important;
}
.slider-section .inner .slider-wrap .elementor-main-swiper .swiper-wrapper .swiper-slide {
  overflow: visible;
}
.slider-section .inner .slider-wrap .elementor-main-swiper .swiper-wrapper .swiper-slide:before {
  content: "";
  display: inline-block;
  width: 82px;
  height: 60px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='82' height='60' viewBox='0 0 82 60' fill='none'><path d='M82 60H45.3158V27.2143L64.6592 0H76.4111L64.9052 25.7143H82V60ZM36.6842 60H-7.62939e-06V27.2143L19.3434 0H31.0953L19.5894 25.7143H36.6842V60Z' fill='%23FAB518'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -20px;
  left: 20px;
}
.slider-section .inner .slider-wrap .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider-section .inner .slider-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
}

.multiple-images-section .inner .images-wrap {
  overflow-y: clip;
}
.multiple-images-section .inner .images-wrap .image-wrap {
  position: relative;
  flex: 1 1 calc(21.5% - 15px);
  min-width: 21.5%;
  max-width: 280px;
  position: relative;
  z-index: 1;
  transition: 0.5s ease-in bottom, 0.5s ease-in background-color, 0.5s ease-in transform;
}
.multiple-images-section .inner .images-wrap .image-wrap:hover {
  background-color: #FAB518;
}
.multiple-images-section .inner .images-wrap .image-wrap:nth-of-type(1):hover, .multiple-images-section .inner .images-wrap .image-wrap:nth-of-type(2):hover, .multiple-images-section .inner .images-wrap .image-wrap:nth-of-type(3):hover, .multiple-images-section .inner .images-wrap .image-wrap:nth-of-type(4):hover, .multiple-images-section .inner .images-wrap .image-wrap:nth-of-type(5):hover, .multiple-images-section .inner .images-wrap .image-wrap:nth-of-type(6):hover {
  z-index: 10;
  bottom: -10px;
}
.multiple-images-section .inner .images-wrap .image-wrap:nth-of-type(1) {
  transform: rotate(-10deg);
  bottom: -10vw;
  left: -2%;
}
.multiple-images-section .inner .images-wrap .image-wrap:nth-of-type(1):hover {
  transform: rotate(6.25deg);
}
.multiple-images-section .inner .images-wrap .image-wrap:nth-of-type(2) {
  left: -5.6%;
  z-index: 2;
  bottom: -6vw;
  transform: rotate(3.9deg);
}
.multiple-images-section .inner .images-wrap .image-wrap:nth-of-type(2):hover {
  transform: rotate(-5.3deg);
}
.multiple-images-section .inner .images-wrap .image-wrap:nth-of-type(3) {
  left: -7.5%;
  bottom: -3vw;
}
.multiple-images-section .inner .images-wrap .image-wrap:nth-of-type(3):hover {
  transform: rotate(4.7deg);
}
.multiple-images-section .inner .images-wrap .image-wrap:nth-of-type(4) {
  left: -12%;
  z-index: 0;
  bottom: -7vw;
  transform: rotate(-7.4deg);
}
.multiple-images-section .inner .images-wrap .image-wrap:nth-of-type(4):hover {
  transform: rotate(2.63deg);
}
.multiple-images-section .inner .images-wrap .image-wrap:nth-of-type(5) {
  left: -15.5%;
  bottom: -5vw;
  transform: rotate(4.5deg);
}
.multiple-images-section .inner .images-wrap .image-wrap:nth-of-type(5):hover {
  transform: rotate(-2.5deg);
}
.multiple-images-section .inner .images-wrap .image-wrap:nth-of-type(6) {
  left: -26%;
  bottom: -9vw;
  z-index: 2;
  transform: rotate(12.6deg);
}
.multiple-images-section .inner .images-wrap .image-wrap:nth-of-type(6):hover {
  transform: rotate(-5deg);
}
.multiple-images-section .inner .images-wrap .image-wrap .image img {
  aspect-ratio: 26/40;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 991px) {
  .slider-section .inner .slider-wrap .elementor-main-swiper .swiper-wrapper .swiper-slide {
    padding: 50px 30px 30px;
  }
  .slider-section .inner .slider-wrap .elementor-main-swiper .swiper-wrapper .swiper-slide:before {
    width: 62px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .site-header {
    padding: 20px !important;
  }
  .site-header .inner .header-menu .elementor-nav-menu--dropdown {
    top: 41px !important;
  }
  .slider-section .inner .slider-wrap .elementor-main-swiper .swiper-wrapper .swiper-slide {
    padding: 40px 20px 20px;
  }
  .multiple-images-section .inner .images-wrap .image-wrap {
    flex: unset;
  }
  .multiple-images-section .inner .images-wrap .image-wrap:hover {
    background-color: white;
  }
  .multiple-images-section .inner .images-wrap .image-wrap:nth-of-type(1), .multiple-images-section .inner .images-wrap .image-wrap:nth-of-type(2), .multiple-images-section .inner .images-wrap .image-wrap:nth-of-type(3), .multiple-images-section .inner .images-wrap .image-wrap:nth-of-type(4), .multiple-images-section .inner .images-wrap .image-wrap:nth-of-type(5), .multiple-images-section .inner .images-wrap .image-wrap:nth-of-type(6) {
    transform: rotate(0deg);
    bottom: 0;
    left: 0;
  }
  .multiple-images-section .inner .images-wrap .image-wrap:nth-of-type(1):hover, .multiple-images-section .inner .images-wrap .image-wrap:nth-of-type(2):hover, .multiple-images-section .inner .images-wrap .image-wrap:nth-of-type(3):hover, .multiple-images-section .inner .images-wrap .image-wrap:nth-of-type(4):hover, .multiple-images-section .inner .images-wrap .image-wrap:nth-of-type(5):hover, .multiple-images-section .inner .images-wrap .image-wrap:nth-of-type(6):hover {
    z-index: 10;
    bottom: 0;
    transform: rotate(0deg);
  }
}
@media (max-width: 567px) {
  .great-flavours-section .inner .cards-wrap .card {
    width: 100%;
  }
  .multiple-cards-section .inner .card {
    width: 100%;
  }
}
/*menu page styles*/
.menu-item-section .inner .no-wrap {
  max-width: 180px !important;
}
.menu-item-section .inner .divider {
  flex: 1;
}

/*privacy policy page*/
.privacy-policy-section .inner .privacy-policy-text ul {
  margin-bottom: 10px;
}
.privacy-policy-section .inner .privacy-policy-text h1, .privacy-policy-section .inner .privacy-policy-text h2 {
  font-family: "Cabinet Grotesk", Sans-serif;
}
.privacy-policy-section .inner .privacy-policy-text h1 {
  font-weight: 700;
}
.privacy-policy-section .inner .privacy-policy-text h1 {
  font-weight: 600;
}

@media (max-width: 767px) {
  .privacy-policy-section .inner .privacy-policy-text h2 {
    font-size: 24px;
  }
  .privacy-policy-section .inner .privacy-policy-text ul li {
    font-size: 12px;
  }
}

/*# sourceMappingURL=style.css.map */
