/*!************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./source/components/home/scss/homeComponent.css ***!
  \************************************************************************************************************************************************************************************************/
#root {
  margin: 0 auto;
  background-color: #fff;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

.logo {
  height: 6em;
  padding: 1.5em;
  will-change: filter;
  transition: filter 300ms;
}

.logo:hover {
  filter: drop-shadow(0 0 2em rgba(100, 108, 255, 0.6666666667));
}

.logo.react:hover {
  filter: drop-shadow(0 0 2em rgba(97, 218, 251, 0.6666666667));
}

@keyframes logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (prefers-reduced-motion: no-preference) {
  a:nth-of-type(2) .logo {
    animation: logo-spin infinite 20s linear;
  }
}
.read-the-docs {
  color: #888;
}
/*!******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./source/components/home/scss/Header.scss ***!
  \******************************************************************************************************************************************************************************************/
.header {
  background-color: #ffffff;
  width: 100%;
  height: 70px;
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
.header .header__container {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header__container .header__menu-icon {
  cursor: pointer;
  margin-right: 1rem;
  color: #d63941;
}
.header .header__container .header__menu-icon::before {
  font-weight: 900 !important;
}
.header .header__logo {
  position: absolute;
  left: 29px;
  top: 50%;
  transform: translateY(-50%);
  width: 87px;
  height: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.header .header__menu {
  z-index: 100;
  position: absolute;
  flex-direction: column;
  list-style: none;
  top: 90%;
  right: 0;
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 20px;
  margin-top: 0;
  display: none;
  box-shadow: 1px -3px 0 rgba(0, 0, 0, 0.2);
}
.header .header__menu.activeMenu {
  display: flex;
}
.header .header__menu .header__menu-item {
  color: #d63941;
  list-style-type: none;
  cursor: pointer;
  border-bottom: 1px solid #d63941;
  padding: 0.5rem 0rem 0.5rem 0.5rem;
}
.header .header__menu .header__menu-item:hover {
  background-color: #cdcdcd;
}
.header .header__menu .header__menu-item:last-child {
  border-bottom: none;
}
@media (max-width: 768px) {
  .header {
    height: 60px;
  }
  .header .header__logo {
    left: 16px;
    width: 60px;
  }
}
/*!****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./source/components/home/scss/Hero.scss ***!
  \****************************************************************************************************************************************************************************************/
@charset "UTF-8";
.hero {
  background: linear-gradient(to bottom, #cd4f56, #f39d39);
  width: 100%;
  position: relative;
  color: white;
  overflow: hidden;
}
.hero .hero__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
}
.hero .hero__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 3rem;
  z-index: 2;
  margin-bottom: 2rem;
}
.hero .hero__header {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}
.hero .hero__logo {
  width: 120px;
  height: auto;
}
.hero .hero__separator {
  width: 2px;
  height: 70px;
  background-color: #fff;
  margin: 0 1.5rem;
}
.hero .hero__title-section {
  display: flex;
  flex-direction: column;
}
.hero .hero__title {
  font-size: 4rem;
  font-weight: bold;
  margin: 0;
  line-height: 1.1;
}
.hero .hero__location {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.hero .hero__location-icon {
  font-size: 1.5rem;
}
.hero .hero__location-text {
  font-size: 1.5rem;
  font-weight: 500;
}
.hero .hero__description {
  max-width: 600px;
}
.hero .hero__subtitle {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 2rem 0;
}
.hero .hero__features {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hero .hero__features:last-child {
  display: none;
}
.hero .hero__features li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
}
.hero .hero__features li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #fff;
}
.hero .hero__visual {
  position: absolute;
  right: -15%;
  top: 55%;
  transform: translateY(-50%);
}
.hero .hero__image {
  width: 600px;
  height: auto;
}
.hero .hero__food-circle {
  width: 100%;
  height: 100%;
  background: rgba(139, 69, 19, 0.8);
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero .hero__food-text {
  position: absolute;
  top: 20%;
  right: -10%;
  font-size: 3rem;
  font-weight: bold;
  color: #ffd700;
  transform: rotate(-20deg);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.hero .hero__food-image {
  width: 250px;
  height: 250px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #666;
}
.hero .hero__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  gap: 1rem;
}
.hero .hero__cta {
  background: #d63941;
  color: #ffffff;
  padding: 1.5rem 2rem;
  border-radius: 15px 15px 0 0;
  flex: 1 1 50%;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero .hero__cta.hero__cta__active {
  background-color: #ffffff;
  color: #d63941;
}
.hero .hero__cta:hover:not(.hero__cta__active) {
  background-color: #b8464d;
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.3);
}
.hero .hero__cta h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .hero .hero__content {
    padding-top: 1rem;
    margin-bottom: 0;
  }
  .hero .hero__separator {
    height: 40px;
  }
  .hero .hero__header {
    margin-bottom: 1rem;
    justify-content: center;
  }
  .hero .hero__logo {
    width: 60px;
  }
  .hero .hero__title-section {
    width: 180px;
  }
  .hero .hero__title {
    width: 100%;
  }
  .hero .hero__subtitle {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .hero .hero__description {
    text-align: center;
  }
  .hero .hero__scroll {
    display: flex;
    width: max-content;
    animation: scroll-left 12s linear infinite;
    margin-bottom: 0.5rem;
  }
  .hero .hero__features {
    display: flex;
    width: max-content;
  }
  .hero .hero__features:last-child {
    display: flex;
  }
  .hero .hero__features li {
    text-wrap: nowrap;
    padding-right: 1.5rem;
    border-right: 2px solid #851d3f;
    display: inline-block;
  }
  .hero .hero__features li::before {
    content: "";
  }
  .hero .hero__visual {
    top: 50%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -5%);
    display: none;
  }
  .hero .hero__image {
    width: 400px;
  }
  .hero .hero__bottom {
    gap: 1rem;
  }
  .hero .hero__cta {
    padding: 1rem 0.5rem;
  }
  .hero .hero__cta h3 {
    font-size: 0.9rem;
  }
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*!**********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./source/components/home/scss/MapSection.scss ***!
  \**********************************************************************************************************************************************************************************************/
.map-section {
  width: 100%;
  margin-top: 1rem;
  display: inline-block;
  position: relative;
}
.map-section .map-with-popup {
  position: relative;
}
.map-section .map-with-popup .map-container-wrapper {
  position: relative;
}
.map-section .map-with-popup .map-container-wrapper .map-container {
  max-width: 1200px;
  height: 600px;
  border-radius: 1rem;
  margin: auto;
  margin-top: 2rem;
}
.map-section .map-with-popup .map-container-wrapper .map-container .map-container__active {
  opacity: 0.7;
}
.map-section .map-with-popup .map-container-wrapper .map-container .marker-cluster-small,
.map-section .map-with-popup .map-container-wrapper .map-container .marker-cluster-medium,
.map-section .map-with-popup .map-container-wrapper .map-container .marker-cluster-large {
  background-color: #cc4e56;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-weight: 700;
}
.map-section .map-with-popup .map-container-wrapper .map-container .marker-cluster-small div,
.map-section .map-with-popup .map-container-wrapper .map-container .marker-cluster-medium div,
.map-section .map-with-popup .map-container-wrapper .map-container .marker-cluster-large div {
  background-color: #cc4e56;
  border-radius: 50%;
  color: white;
}
.map-section .map-food-legends {
  flex-direction: row;
  gap: 1rem;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  margin-top: 1rem;
  justify-content: flex-start;
  height: 160px;
}
.map-section .map-food-legends .map-food-legends__carousel {
  width: 100%;
}
.map-section .map-food-legends .map-food-legends__carousel .arrowIcon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.map-section .map-food-legends .map-food-legends__carousel .arrowIcon::before {
  font-weight: 900 !important;
  font-size: 2.5rem;
}
.map-section .map-food-legends .map-food-legend {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  cursor: pointer;
}
.map-section .map-food-legends .map-food-legend .map-food-legend__image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.map-section .map-food-legends .map-food-legend .map-food-legend__image:hover {
  transform: scale(1.05);
}

.custom-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  border-radius: 8px;
  width: 390px;
  height: 580px;
  align-content: center;
}
@media (max-width: 768px) {
  .custom-popup {
    width: 360px;
    height: 550px;
  }
}
@media (max-width: 480px) {
  .custom-popup {
    width: 320px;
    height: 500px;
  }
}

@media (max-width: 768px) {
  .map-section .map-container-wrapper {
    padding: 0 1rem;
  }
  .map-section .map-food-legends {
    height: 80px;
    margin-top: 0;
  }
  .map-section .map-food-legends .map-food-legend .map-food-legend__image {
    width: 80px;
    height: 80px;
  }
}
/*!********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./source/components/home/scss/FoodCard.scss ***!
  \********************************************************************************************************************************************************************************************/
.food-card {
  background: linear-gradient(135deg, #e84d58 0%, #cc4e56 50%, #8b4584 100%);
  border-radius: 6px;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  color: white;
  font-family: "Montserrat", sans-serif;
  background: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.food-card .food-card__close {
  text-decoration: none;
  position: absolute;
  top: -4px;
  left: 20px;
  font-size: 2.5rem;
  font-weight: 700;
  cursor: pointer;
  z-index: 5;
}
.food-card .food-card__container {
  padding: 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.food-card .food-card__header {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 1rem;
}
.food-card .food-card__logo {
  width: 80px;
  height: auto;
  filter: brightness(0) invert(1);
}
.food-card .food-card__image-section {
  position: absolute;
  top: 13%;
  right: 20%;
  width: 100%;
  height: auto;
  z-index: 2;
  transform: translate(50%, -50%);
}
.food-card .food-card__image-container {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.food-card .food-card__image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.food-card .food-card__content {
  flex: 1;
  z-index: 3;
  margin-top: 7rem;
}
@media (max-width: 768px) {
  .food-card .food-card__content {
    margin-top: 5rem;
  }
}
.food-card .food-card__title-section {
  margin-bottom: 1.5rem;
}
.food-card .food-card__title-small {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fad780;
  margin: 0;
  line-height: 0.9;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .food-card .food-card__title-small {
    font-size: 2rem;
  }
}
.food-card .food-card__title-large {
  font-size: 3.5rem;
  font-weight: 900;
  color: #fad780;
  margin: 0;
  line-height: 0.9;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .food-card .food-card__title-large {
    font-size: 3rem;
  }
}
.food-card .food-card__description {
  font-size: 0.8rem;
  line-height: 1.4;
  margin: 0 0 0.5rem 0;
  font-weight: 700;
  color: #ffffff;
}
@media (max-width: 768px) {
  .food-card .food-card__description {
    font-size: 0.7rem;
    line-height: 1.3;
  }
}
.food-card .food-card__restaurants {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}
.food-card .food-card__restaurants-title {
  font-size: 1.15rem;
  font-weight: bold;
  color: #fde7c0;
  flex: 0 0 30%;
}
.food-card .food-card__restaurants-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border-left: 2px solid #fde7c0;
  padding-left: 2rem;
  margin: 0.5rem 0 0 1rem;
  gap: 0.35rem;
  flex: 0 0 70%;
}
.food-card .food-card__restaurant-item {
  background: none;
  border: none;
  color: #ffffff;
  font-size: 0.75rem;
  text-align: left;
  cursor: pointer;
  font-weight: 700;
  transition: color 0.3s ease;
  text-decoration: underline;
}
.food-card .food-card__restaurant-item:hover {
  color: #fde7c0;
}
.food-card .food-card__restaurant-item:focus {
  outline: 1px solid #fde7c0;
  border-radius: 2px;
}
.food-card .food-card__bottom {
  margin-bottom: -25px;
}
.food-card .food-card__footer-img {
  margin-left: -25px;
  margin-right: -25px;
  width: 100%;
  width: -moz-available; /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
  width: fill-available;
  cursor: pointer;
}
/*!****************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./source/components/home/scss/FoodCardCarousel.scss ***!
  \****************************************************************************************************************************************************************************************************/
.food-card-carousel {
  display: flex;
  width: 100%;
  height: 100%;
  perspective: 1000px;
}
.food-card-carousel .food-card-carousel-close {
  background-color: black;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(50%, -50%);
  cursor: pointer;
}
.food-card-carousel .food-card-carousel-close .close-icon {
  color: white;
  font-size: 16px;
  height: fit-content;
}
.food-card-carousel .food-card-carousel-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  transition: transform 0.3s ease-in;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
.food-card-carousel .food-card-carousel-image-wrapper {
  width: 100%;
  height: 100%;
  flex: 0 0 100%;
  display: flex;
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
.food-card-carousel .food-card-carousel-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.food-card-carousel .food-card-carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  width: 40px;
  height: 40px;
  background-color: black;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.food-card-carousel .food-card-carousel-arrow.right {
  right: -50px;
}
.food-card-carousel .food-card-carousel-arrow.left {
  left: -50px;
}
@media (max-width: 480px) {
  .food-card-carousel .food-card-carousel-arrow {
    width: 30px;
    height: 30px;
    font-size: 1.5rem;
  }
  .food-card-carousel .food-card-carousel-arrow.right {
    right: 0;
    transform: translateX(50%);
  }
  .food-card-carousel .food-card-carousel-arrow.left {
    left: 0;
    transform: translateX(-50%);
  }
}
/*!*******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!./node_modules/leaflet/dist/leaflet.css ***!
  \*******************************************************************************************************************************************************************************************/
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::-moz-selection {
	background: transparent;
}
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
	max-width: none !important;
	max-height: none !important;
	}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	width: auto;
	padding: 0;
	}

.leaflet-container img.leaflet-tile {
	/* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
	mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	transform-origin: 0 0;
	}
svg.leaflet-zoom-animated {
	will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline-offset: 1px;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	-webkit-text-decoration: none;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(/pca/public/416d91365b44e4b4f477.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(/pca/public/8f2c4d11474275fbc161.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	font-size: 13px;
	font-size: 1.08333em;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
	background-image: url(/pca/public/2b3e1faf89f94a483539.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	line-height: 1.4;
	}
.leaflet-control-attribution a {
	-webkit-text-decoration: none;
	text-decoration: none;
	}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
	-webkit-text-decoration: underline;
	text-decoration: underline;
	}
.leaflet-attribution-flag {
	display: inline !important;
	vertical-align: baseline !important;
	width: 1em;
	height: 0.6669em;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	white-space: nowrap;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px #fff;
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 24px 13px 20px;
	line-height: 1.3;
	font-size: 13px;
	font-size: 1.08333em;
	min-height: 1px;
	}
.leaflet-popup-content p {
	margin: 17px 0;
	margin: 1.3em 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-top: -1px;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	pointer-events: auto;
	transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-align: center;
	width: 24px;
	height: 24px;
	font: 16px/24px Tahoma, Verdana, sans-serif;
	color: #757575;
	-webkit-text-decoration: none;
	text-decoration: none;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
	color: #585858;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-interactive {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/* Printing */

@media print {
	/* Prevent printers from removing background-images of controls. */
	.leaflet-control {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
		}
	}

/*!**************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./source/components/home/scss/SuggestionForm.scss ***!
  \**************************************************************************************************************************************************************************************************/
.suggestion-form {
  max-width: 460px;
  margin: 0 auto;
  padding: 1rem;
  background-color: #e6e6e6;
  border-radius: 10px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border: 1px solid #cc4e56;
  position: relative;
}
.suggestion-form .suggestion-form__close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  font-size: 1.25rem;
  background-color: black;
  color: white;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(50%, -50%);
}

.suggestion-form__header {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #252525;
}
.suggestion-form__header h2 {
  margin: 0;
}
.suggestion-form__header .suggestion-form__header-subtitle {
  font-size: 14px;
  font-weight: 500;
  color: #858484;
  margin: 0.5rem 0 1rem;
}

.suggestion-form__message {
  text-align: center;
  font-size: 14px;
  color: #252525;
  margin-bottom: 1rem;
}

.suggestion-form__section {
  margin-bottom: 1rem;
}
.suggestion-form__section-title {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #5e5d5d;
  margin-bottom: 0.5rem;
}

.suggestion-form__personal-info {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}

.suggestion-form__food-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.suggestion-form__input {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #b5b5b5;
  border-radius: 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #252525;
}
.suggestion-form__input.selectField {
  width: 50%;
}

.suggestion-form__submit {
  display: block;
  width: 100%;
  padding: 0.75rem;
  background-color: #d63941;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 999px;
}
.suggestion-form__submit.okbtn {
  background-color: #4caf50;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.4px;
}
.suggestion-form__submit.okbtn:hover {
  background-color: #45a049;
  transform: translateY(-2px);
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.3);
}
.suggestion-form__submit:hover {
  background-color: #b43e46;
  transform: translateY(-2px);
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.3);
}
.suggestion-form__submit:disabled {
  background-color: #b5b5b5;
  color: #1d1d1d;
  cursor: not-allowed;
  pointer-events: none;
}

.suggestion-form__autocomplete {
  position: relative;
  width: 100%;
}

.suggestion-form__suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #ccc;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 150px;
  overflow-y: auto;
  z-index: 10;
  border-radius: 5px;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.suggestion-form__suggestion-item {
  padding: 8px 12px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #252525;
  transition: background-color 0.2s ease;
}
.suggestion-form__suggestion-item:hover {
  background-color: #f8f8f8;
}
.suggestion-form__suggestion-item:last-child {
  border-bottom: none;
}
.suggestion-form__suggestion-item--selected {
  background-color: #f0f0f0;
}
.suggestion-form__suggestion-item--selected:hover {
  background-color: #e8e8e8;
}
/*!**********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!./node_modules/@redbus/oxygenui-molecules/Carousel/Default/Carousel.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************/
.carouselWrapper___ef5733{position:relative}.carouselWrapper___ef5733 .leftArrow___b58f57,.carouselWrapper___ef5733 .rightArrow___df2554{position:absolute;display:none;align-items:center;justify-content:center;height:100%;z-index:5;width:4rem}.carouselWrapper___ef5733 .leftArrow___b58f57{left:0rem;top:0rem;background:var(--left-gradient)}.carouselWrapper___ef5733 .rightArrow___df2554{right:0rem;top:0rem;background:var(--right-gradient)}.carouselWrapper___ef5733 .carousel___205025{display:flex;gap:.75rem;padding:.5rem 1rem;list-style:none;overflow-x:scroll;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth}.carouselWrapper___ef5733 .carousel___205025::-webkit-scrollbar{display:none}.carouselWrapper___ef5733 .carousel___205025>*{flex-shrink:0;scroll-snap-align:center}.carouselIndicatorWrapper___525235{display:flex;justify-content:center;margin-top:1rem}@media (min-width: 768px){.carouselIndicatorWrapper___525235{display:none}}@media (min-width: 1024px){.carouselWrapper___ef5733 .leftArrow___b58f57,.carouselWrapper___ef5733 .rightArrow___df2554{display:flex!important}}

/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!./node_modules/@redbus/oxygenui-atoms/CarouselIndicator/CarouselIndicator/CarouselIndicator.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
.dotsArray___c391c2{display:flex;background-color:var(--carousel-wrap-background);align-items:center;width:-moz-fit-content;width:fit-content;border-radius:var(--carousel-wrap-radius);gap:var(--carousel-wrap-gap)}.dot___09e242{height:var(--carousel-indicator-height);width:var(--carousel-indicator-width);border-radius:var(--carousel-indicator-radius);display:flex;align-items:center;justify-content:center;background-color:var(--carousel-indicator-background);color:var(--carousel-indicator-text-color);cursor:pointer;position:relative;outline:none;border:none;padding:var(--carousel-indicator-spacing-0) var(--carousel-indicator-spacing-20);font-weight:var(--carousel-indicator-font-weight);font-size:var(--carousel-indicator-font-size);line-height:var(--carousel-indicator-font-height);letter-spacing:var(--carousel-indicator-font-spacing)}

/*!************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!./node_modules/@redbus/oxygenui-atoms/Button/Float/Button.module.css ***!
  \************************************************************************************************************************************************************************************************************************/
.floatButton___ee8fff{height:3rem;width:3rem;display:flex;justify-content:center;align-items:center;border:none;border-radius:999px;background-color:transparent;cursor:pointer}.floatButton___ee8fff.primary___74fa05{color:#fcfcfc}.floatButton___ee8fff.primary___74fa05 .icon___d46bcd{background-color:#d63941}.floatButton___ee8fff.inverse___25caf3{color:#1d1d1d}.floatButton___ee8fff.inverse___25caf3 .icon___d46bcd{background-color:#fff}.floatButton___ee8fff .icon___d46bcd{width:2.5rem;height:2.5rem;min-width:2.5rem;min-height:2.5rem;border-radius:999px;-o-object-fit:contain;object-fit:contain;box-shadow:0 1px 12px rgba(29,29,29,0.10196);padding:.5rem}

/*!*****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!./node_modules/leaflet-gesture-handling/dist/leaflet-gesture-handling.css ***!
  \*****************************************************************************************************************************************************************************************************************************/
@keyframes leaflet-gestures-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.leaflet-container:after {
  animation: leaflet-gestures-fadein 0.8s backwards;
  color: #fff;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 22px;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 461;
  pointer-events: none; }

.leaflet-gesture-handling-touch-warning:after,
.leaflet-gesture-handling-scroll-warning:after {
  animation: leaflet-gestures-fadein 0.8s forwards; }

.leaflet-gesture-handling-touch-warning:after {
  content: attr(data-gesture-handling-touch-content); }

.leaflet-gesture-handling-scroll-warning:after {
  content: attr(data-gesture-handling-scroll-content); }

/*!******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./source/components/home/scss/SuggestionBtnGroup.scss ***!
  \******************************************************************************************************************************************************************************************************/
.booking-form {
  padding: 2rem;
  max-width: 1280px;
  margin: 0 auto;
}
.booking-form .booking-form__container {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 780px) {
  .booking-form .booking-form__container {
    flex-direction: row;
  }
}
.booking-form .booking-form__btn {
  background-color: #d63941;
  color: white;
  border: none;
  border-radius: 12px;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
  min-width: 280px;
  justify-content: center;
  letter-spacing: 0.4;
  border-radius: 999px;
  font-weight: 700;
}
.booking-form .booking-form__btn.booking-form__view-g-maps {
  background-color: #1977e7;
  border: 1px solid #1977e7;
}
.booking-form .booking-form__btn.booking-form__view-g-maps:hover {
  background-color: #165bbd;
  transform: translateY(-2px);
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.3);
}
.booking-form .booking-form__btn.booking-form__view-g-maps:active {
  transform: translateY(0px);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
.booking-form .booking-form__btn:hover {
  background-color: #b8464d;
  transform: translateY(-2px);
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.3);
}
.booking-form .booking-form__btn:active {
  transform: translateY(0px);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
.booking-form .booking-form__btn:focus {
  outline: none;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0 0 0 3px rgba(204, 78, 86, 0.3);
}
.booking-form .booking-form__btn-text {
  font-family: inherit;
  line-height: 1.2;
}
.booking-form .booking-form__btn-icon {
  font-size: 1.2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.booking-form .booking-form__img {
  width: 100%;
  margin: 2rem 0 1rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .booking-form {
    padding: 1rem;
  }
  .booking-form .booking-form__btn {
    width: 100%;
  }
  .booking-form .booking-form__add-places-btn {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
    min-width: 250px;
  }
}
@media (max-width: 480px) {
  .booking-form .booking-form__add-places-btn {
    min-width: 100%;
    padding: 1rem;
  }
}
/*!**************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!./node_modules/@redbus/oxygenui-organisms/SearchWidget/New/SearchWidget.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************/
.searchWidget___a0ea52{padding:0rem 1rem}.searchWidget___a0ea52 .mainContent___75932a .inputsWrapper___cea4c6{margin-bottom:1rem;background:#fff;border-radius:16px;border:1px solid #b0b0b0}.searchWidget___a0ea52 .mainContent___75932a .inputsWrapper___cea4c6 .inputAndSwapWrapper___0014d3{position:relative}.searchWidget___a0ea52 .mainContent___75932a .inputsWrapper___cea4c6 .srcDestWrapper___967804{padding:.5rem 0rem;border-bottom:1px solid #b0b0b0;cursor:pointer;-webkit-tap-highlight-color:transparent;position:relative}.searchWidget___a0ea52 .mainContent___75932a .inputsWrapper___cea4c6 .swapWrap___21ad32{position:absolute;bottom:0rem;right:1rem;width:2.25rem;height:2.25rem;transform:translateY(50%);z-index:1;cursor:pointer;-webkit-tap-highlight-color:transparent;border-radius:100%;background:#4a4a4a;overflow:hidden}.searchWidget___a0ea52 .mainContent___75932a .inputsWrapper___cea4c6 .swapIcon___e63de8{width:2.25rem;height:2.25rem;padding:.375rem;transition:transform .5s;transform:var(--swap-rotate)}.searchWidget___a0ea52 .mainContent___75932a .inputsWrapper___cea4c6 .dateWrapper___aeea32{padding-right:.5rem;display:flex;align-items:center;height:3.5rem;position:relative}.searchWidget___a0ea52 .mainContent___75932a .inputsWrapper___cea4c6 .dateWrapper___aeea32:not(:last-child){border-bottom:1px solid #b0b0b0}.searchWidget___a0ea52 .commonSuggestionWrapper___be20fa{position:fixed;top:0;left:0;z-index:1000;transition:left .2s ease-in-out}.searchWidget___a0ea52 .commonSuggestionWrapper___be20fa.noTransition___86adad{transition:none}.searchWidget___a0ea52 .searchButtonWrapper___208a82{font-size:1rem;line-height:1.5rem;letter-spacing:-.18px}.searchWidgetContainer___a6ab60{container:searchWidget/inline-size}@media (min-width: 768px){.searchWidget___a0ea52{padding:1rem 1rem 2.75rem;border-radius:24px;background:#fff;position:relative;box-shadow:0 4px 11px rgba(29,29,29,0.18824);margin:0rem 2rem}.searchWidget___a0ea52 .mainContent___75932a .inputsWrapper___cea4c6{margin:0rem;display:grid;grid-template-columns:1fr 1fr;flex:1}.searchWidget___a0ea52 .mainContent___75932a .inputsWrapper___cea4c6.grayOut___a2d9eb{background-color:#f2f2f8}.searchWidget___a0ea52 .mainContent___75932a .inputsWrapper___cea4c6 .inputAndSwapWrapper___0014d3{display:inline}.searchWidget___a0ea52 .mainContent___75932a .inputsWrapper___cea4c6 .srcDestWrapper___967804{padding:.75rem 0rem}.searchWidget___a0ea52 .mainContent___75932a .inputsWrapper___cea4c6 .srcDestWrapper___967804:after{content:"";position:absolute;top:-2px;left:-2px;width:calc(100% + .5rem);height:4.25rem;border-radius:1rem;background-color:#fff;box-shadow:0 1px 12px rgba(29,29,29,0.10196);opacity:0;transition:opacity .2s ease-in-out}.searchWidget___a0ea52 .mainContent___75932a .inputsWrapper___cea4c6 .srcDestWrapper___967804:nth-of-type(2){box-sizing:border-box;border-left:1px solid #b0b0b0;padding-left:1rem}.searchWidget___a0ea52 .mainContent___75932a .inputsWrapper___cea4c6 .srcDestWrapper___967804.focused___644836{z-index:1;border:none!important}.searchWidget___a0ea52 .mainContent___75932a .inputsWrapper___cea4c6 .srcDestWrapper___967804.focused___644836:after{z-index:-1;opacity:1}.searchWidget___a0ea52 .mainContent___75932a .inputsWrapper___cea4c6 .dateWrapper___aeea32{cursor:pointer;padding:.25rem 0rem;height:4rem}.searchWidget___a0ea52 .mainContent___75932a .inputsWrapper___cea4c6 .dateWrapper___aeea32:after{content:"";position:absolute;top:-2px;left:-2px;width:calc(100% + .5rem);height:4.25rem;border-radius:1rem;background-color:#fff;box-shadow:0 1px 12px rgba(29,29,29,0.10196);opacity:0;transition:opacity .2s ease-in-out}.searchWidget___a0ea52 .mainContent___75932a .inputsWrapper___cea4c6 .dateWrapper___aeea32:not(:last-child){border:none}.searchWidget___a0ea52 .mainContent___75932a .inputsWrapper___cea4c6 .dateWrapper___aeea32:last-child{border-left:1px solid #b0b0b0}.searchWidget___a0ea52 .mainContent___75932a .inputsWrapper___cea4c6 .dateWrapper___aeea32.focused___644836{z-index:1;border:none!important}.searchWidget___a0ea52 .mainContent___75932a .inputsWrapper___cea4c6 .dateWrapper___aeea32.focused___644836:after{z-index:-1;opacity:1}.searchWidget___a0ea52 .mainContent___75932a .inputsWrapper___cea4c6 .swapWrap___21ad32{right:0rem;top:.8rem;transform:translate(50%)}.searchWidget___a0ea52 .mainContent___75932a .inputsWrapper___cea4c6 .swapWrap___21ad32.moveBehind___4cdb11{z-index:-1}.searchWidget___a0ea52 .commonSuggestionWrapper___be20fa{position:absolute;top:0;left:0;z-index:10}.searchWidget___a0ea52 .searchButtonWrapper___208a82{position:absolute;width:18.75rem;left:50%;bottom:0rem;transform:translate(-50%,50%)}}@media (min-width: 1024px){.searchWidget___a0ea52 .mainContent___75932a{display:flex;gap:.5rem}.searchWidget___a0ea52 .mainContent___75932a .inputsWrapper___cea4c6{grid-template-columns:repeat(2,minmax(0,1fr)) 1fr 1fr}.searchWidget___a0ea52 .mainContent___75932a .inputsWrapper___cea4c6 .srcDestWrapper___967804{border:none;width:100%}.searchWidget___a0ea52 .mainContent___75932a .inputsWrapper___cea4c6 .swapWrap___21ad32{top:50%;transform:translate(50%,-50%)}.searchWidget___a0ea52 .mainContent___75932a .inputsWrapper___cea4c6 .dateWrapper___aeea32{border-left:1px solid #b0b0b0!important;height:auto}}@media (min-width: 1280px){.searchWidget___a0ea52{margin:0rem 2rem}}

/*!**************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!./node_modules/@redbus/oxygenui-atoms/Button/Primary/Button.module.css ***!
  \**************************************************************************************************************************************************************************************************************************/
:root{--shine-degree: 120deg;--shine-color: rgba(255, 255, 255, .5);--shine-effect: linear-gradient( var(--shine-degree), transparent, var(--shine-color), transparent )}.primaryButton___6f5313{height:3rem;width:100%;width:var(--button-width, 100%);border-radius:999px;display:flex;align-items:center;justify-content:center;gap:.25rem;background-color:#d63941;color:#fcfcfc;cursor:pointer;position:relative;outline:none;border:none;padding:0rem 1.25rem;font-weight:700;font-size:1rem;line-height:1.5rem;letter-spacing:-.18px;overflow:hidden;white-space:nowrap}.primaryButton___6f5313:focus{box-shadow:0 0 0 4px rgba(214,57,65,0.15686)}.primaryButton___6f5313:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;border-radius:999px;background:linear-gradient( 120deg, transparent, rgba(255, 255, 255, .5), transparent );background:var(--shine-effect);transition:none;animation:shine___f08b52 1s ease-in-out;animation:var(--animation, shine___f08b52 1s ease-in-out)}.primaryButton___6f5313:hover:before{opacity:.06;content:"";background-color:#1d1d1d;border-radius:inherit;position:absolute;top:0;left:0;width:100%;height:100%}.primaryButton___6f5313:active:before{opacity:.12;content:"";background-color:#1d1d1d;border-radius:inherit;position:absolute;top:0;left:0;width:100%;height:100%}.primaryButton___6f5313:disabled{background-color:#e5e5e5;color:rgba(29,29,29,0.45882)}.primaryButton___6f5313 .loader___b50dbc{position:static}.primaryButton___6f5313 .icon___b8a334{width:1.5rem;height:1.5rem}@keyframes shine___f08b52{0%{left:-100%}to{left:100%;opacity:0}}

/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!./node_modules/@redbus/oxygenui-atoms/LoadingIndicator/Indeterminate/LoadingIndicator.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************/
.indeterminate_spinner___f6d0f2{z-index:100!important;animation:loading-bar-spinner___98e3ea .4s linear infinite;padding:var(--size-2);width:1.5rem;height:1.5rem;padding:.125rem}.indeterminate_spinner___f6d0f2 .spinner-icon___3a6f91{width:var(--size-20);height:var(--size-20);border:solid var(--size-2) transparent;border-top-color:var(--Primary-primary)!important;border-left-color:var(--Primary-primary)!important;border-radius:50%}@keyframes loading-bar-spinner___98e3ea{0%{transform:rotate(0)}to{transform:rotate(360deg)}}

/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!./node_modules/@redbus/oxygenui-organisms/SearchWidget/New/SearchComponents/PlaceHolder.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************/
.placeHolderContainer___88a473{padding:0rem 1rem;display:flex;height:2.5rem;gap:.75rem;align-items:center;box-sizing:border-box}.placeHolderContainer___88a473 .icon___c7f8ee{width:1.5rem;height:1.5rem;margin:auto 0rem}.placeHolderContainer___88a473 .loaderDiv___a7808d{position:relative;right:1.25rem;top:.25rem}@media (min-width: 768px){.placeHolderContainer___88a473{width:100%}}

/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!./node_modules/@redbus/oxygenui-organisms/SearchWidget/New/SearchComponents/InputField.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
.inputContainer___d8de32{display:flex;height:2.5rem;width:100%;gap:.75rem;box-sizing:border-box}.inputContainer___d8de32 .icon___bf9c0b{width:1.5rem;height:1.5rem;margin:auto 0rem}.inputContainer___d8de32 .inputWrapper___40b768{display:flex;flex-direction:column;position:relative;width:100%}.inputContainer___d8de32 .inputWrapper___40b768 .label___268ebc{font-size:1rem;font-weight:400;line-height:1.5rem;letter-spacing:-.18px;color:rgba(29,29,29,0.63922);position:absolute;top:.5rem;transition:all .2s ease}.inputContainer___d8de32 .inputWrapper___40b768 .label___268ebc.focused___b6ef73{top:0rem;font-size:.75rem;line-height:1rem}.inputContainer___d8de32 .inputWrapper___40b768 .inputField___e249ff{cursor:pointer;border:none;margin-top:auto;outline:none;padding:0rem;height:1.5rem;width:100%;font:inherit;font-size:1rem;font-weight:700;line-height:1.5rem;letter-spacing:-.18px;text-overflow:ellipsis;background:transparent}

/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!./node_modules/@redbus/oxygenui-organisms/SearchWidget/New/SearchComponents/CalendarInput.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************/
.dateInputWrapper___f4091f{padding:0rem 1rem;display:flex;align-items:center;gap:.75rem;flex:1;white-space:nowrap;cursor:pointer;-webkit-tap-highlight-color:transparent}.dateInputWrapper___f4091f:focus{outline:none}.dateInputWrapper___f4091f .icon___d1dd16{width:1.5rem;height:1.5rem}.dateInputWrapper___f4091f .dojWrapper___cf59fb{display:flex;flex-direction:column}.dateInputWrapper___f4091f .dojWrapper___cf59fb .dateLabel___d5d020{font-size:1rem;font-weight:400;line-height:1.5rem;letter-spacing:-.18px;color:rgba(29,29,29,0.63922);text-wrap:nowrap}.dateInputWrapper___f4091f .dojWrapper___cf59fb .dateLabel___d5d020.selected___98d9cd{font-size:.75rem;line-height:1rem}.dateInputWrapper___f4091f .dojWrapper___cf59fb .doj___a492c7{font-size:1rem;font-weight:700;line-height:1.5rem;letter-spacing:-.18px;color:#1d1d1d;text-wrap:nowrap}.closeIcon___8756f1{margin-right:.75rem;width:1.5rem;height:1.5rem;cursor:pointer;z-index:1}.closeIcon___8756f1 .icon___d1dd16{width:1.5rem;height:1.5rem}.buttonsWrapper___2f104a{display:flex;gap:6px;overflow:scroll;-ms-overflow-style:none;scrollbar-width:none;-webkit-mask-image:linear-gradient(to right,#000,#000 95%,rgba(0,0,0,0));mask-image:linear-gradient(to right,#000,#000 95%,rgba(0,0,0,0));padding:0rem .5rem}.buttonsWrapper___2f104a::-webkit-scrollbar{display:none}.datePickerWrapper___fcb9e4{position:absolute;top:0;background:#fff;border-radius:16px;box-shadow:0 4px 11px rgba(29,29,29,0.18824);z-index:1}.datePickerWrapper___fcb9e4 .dateHolder___f5b79d{padding:.75rem 0rem;border-bottom:1px solid #e5e5e5}.centeredCalendar___5e8232{display:flex;justify-content:center}@media (min-width: 768px){.buttonsWrapper___2f104a{display:none}}

/*!************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!./node_modules/@redbus/oxygenui-atoms/Button/Tonal/Button.module.css ***!
  \************************************************************************************************************************************************************************************************************************/
.tonalWrap___3ab8f2{height:3rem;display:flex;align-items:center;padding:.25rem 0rem;box-sizing:border-box}.tonalWrap___3ab8f2 .tonalButton___7a483f{height:2.5rem;width:100%;width:var(--button-width, 100%);border-radius:999px;display:flex;align-items:center;justify-content:center;gap:.25rem;background-color:#fed9d5;color:#1d1d1d;cursor:pointer;position:relative;outline:none;border:none;padding:0rem .75rem;font-weight:700;font-size:.875rem;line-height:1.25rem;letter-spacing:-.08px;white-space:nowrap}.tonalWrap___3ab8f2 .tonalButton___7a483f:focus{box-shadow:0 0 0 4px rgba(214,57,65,0.15686)}.tonalWrap___3ab8f2 .tonalButton___7a483f:before{content:"";background-color:#1d1d1d;border-radius:inherit;opacity:0;position:absolute;top:0;left:0;width:100%;height:100%}.tonalWrap___3ab8f2 .tonalButton___7a483f:hover:before{opacity:.06}.tonalWrap___3ab8f2 .tonalButton___7a483f:active:before{opacity:.12}.tonalWrap___3ab8f2 .tonalButton___7a483f:disabled{background-color:#e5e5e5;color:rgba(29,29,29,0.45882);pointer-events:none}.tonalWrap___3ab8f2 .tonalButton___7a483f .loader___9a7aea{position:static}.tonalWrap___3ab8f2 .tonalButton___7a483f .icon___a915d2{width:1.5rem;height:1.5rem}

/*!**********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!./node_modules/@redbus/oxygenui-molecules/Snackbar/Default/Snackbar.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************/
.snackbarprimary___6b7a31{position:fixed;bottom:3rem;left:50%;transform:translate(-50%);z-index:10000000;width:21.5rem;min-height:3rem;max-height:4rem;padding:0 0 0 1rem;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:.5rem;border-radius:8px;background:#323232;box-shadow:0 4px 11px rgba(29,29,29,0.18824);overflow:hidden;color:#fcfcfc;text-overflow:ellipsis;font-size:.875rem;font-weight:500;line-height:1.25rem;letter-spacing:-.08px;transition:opacity .2s ease}.snackbarprimary___6b7a31.success___577893{background:#007b2d}.snackbarprimary___6b7a31.error___d32f77{background:#c92e10}.snackbarprimary___6b7a31.warning___c8c43c{background:#ad4e00}.snackbarprimary___6b7a31.info___48df13{background:#325de9}.snackbarprimary___6b7a31 .leftwrap___bf066b,.snackbarprimary___6b7a31 .rightwrap___85f088{display:flex;align-items:center;flex:auto}.snackbarprimary___6b7a31 .leftwrap___bf066b{gap:.5rem;padding:.75rem 0}.snackbarprimary___6b7a31 .leftwrap___bf066b .message___580500{text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;line-clamp:2;-webkit-line-clamp:2;overflow:hidden}.snackbarprimary___6b7a31 .lefticon___14db70,.snackbarprimary___6b7a31 .closeIcon___02c400{height:1.5rem;width:1.5rem}.snackbarprimary___6b7a31 .iconWrap___9308ce{height:3rem;width:3rem;padding:.75rem;cursor:pointer}.snackbarprimary___6b7a31 .rightwrap___85f088{justify-content:end}.snackbarprimary___6b7a31 .action___d5e0e5{-webkit-text-decoration:underline;text-decoration:underline}.snackbarprimary___6b7a31 .progress___f331b9{position:absolute;bottom:0;right:0;height:3px;width:100%}.snackbarprimary___6b7a31 .progress___f331b9:before{content:"";position:absolute;bottom:0;left:0;height:100%;width:100%;background:var(--progress-color)}.snackbarprimary___6b7a31 .progress___f331b9.active___2c51f1:before{animation:progress___f331b9 calc(var(--timer-dur) * 1s) linear forwards}@keyframes progress___f331b9{to{left:100%}}.snackbarprimary___6b7a31 .activebar___1ffd05{transform:translate(0)}.snackbar___08bf17.fade-out___3f69f9{opacity:0}

/*!*************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!./node_modules/@redbus/oxygenui-atoms/Button/Action/Button.module.css ***!
  \*************************************************************************************************************************************************************************************************************************/
.actionWrap___f10d46{height:3rem;display:flex;align-items:center;padding:.25rem 0rem;box-sizing:border-box}.actionWrap___f10d46 .actionButton___ec0817{height:2.5rem;width:100%;width:var(--button-width, 100%);border-radius:999px;display:flex;align-items:center;justify-content:center;gap:.25rem;cursor:pointer;position:relative;outline:none;border:none;padding:0rem .75rem;font-weight:700;font-size:.875rem;line-height:1.25rem;letter-spacing:-.08px;background-color:transparent;white-space:nowrap}.actionWrap___f10d46 .actionButton___ec0817.action___a88df2{color:#1d1d1d}.actionWrap___f10d46 .actionButton___ec0817.action___a88df2:before{background-color:#1d1d1d}.actionWrap___f10d46 .actionButton___ec0817.action_inverse___ad75c8{color:#fcfcfc}.actionWrap___f10d46 .actionButton___ec0817.action_inverse___ad75c8:before{background-color:#fcfcfc}.actionWrap___f10d46 .actionButton___ec0817.destructive___948ac5{color:#c92e10}.actionWrap___f10d46 .actionButton___ec0817.destructive___948ac5:before{background-color:#c92e10}.actionWrap___f10d46 .actionButton___ec0817.navigation___741e52{color:#4040f2}.actionWrap___f10d46 .actionButton___ec0817.navigation___741e52:before{background-color:#4040f2}.actionWrap___f10d46 .actionButton___ec0817:focus:before{opacity:.12}.actionWrap___f10d46 .actionButton___ec0817:before{content:"";border-radius:inherit;opacity:0;position:absolute;top:0;left:0;width:100%;height:100%}.actionWrap___f10d46 .actionButton___ec0817:hover:before{opacity:.06}.actionWrap___f10d46 .actionButton___ec0817:active:before{opacity:.12}.actionWrap___f10d46 .actionButton___ec0817:disabled{background-color:transparent;color:rgba(29,29,29,0.45882);pointer-events:none}.actionWrap___f10d46 .actionButton___ec0817:disabled.action_inverse___ad75c8{color:rgba(252,252,252,0.46667)}.actionWrap___f10d46 .actionButton___ec0817 .loader___25d96e{position:static}.actionWrap___f10d46 .actionButton___ec0817 .icon___deaae7{width:1.5rem;height:1.5rem}.actionWrap___f10d46 .actionButton___ec0817 .label___762a58{-webkit-text-decoration:underline;text-decoration:underline}

/*!************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./source/components/home/scss/SearchWidget.scss ***!
  \************************************************************************************************************************************************************************************************/
.widget-wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 2rem;
}
.widget-wrapper .widget-title {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 2rem;
  text-align: center;
}
.widget-wrapper .widget-subtitle {
  font-size: 1.5rem;
  color: #666;
  margin: 0.5rem 2rem 2rem;
  text-align: center;
}
/*!*************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./source/components/home/scss/WhatIsFoodMap.scss ***!
  \*************************************************************************************************************************************************************************************************/
.whatIsFoodMapWrapper {
  display: flex;
  flex-direction: column;
  max-width: 1280px;
  margin: 0 auto;
  color: black;
  padding: 2rem;
}
.whatIsFoodMapWrapper .video-section {
  display: flex;
  margin-bottom: 1rem;
  gap: 1rem;
  overflow-x: scroll;
  aspect-ratio: 16/9;
  width: 100%;
}
.whatIsFoodMapWrapper .video-section .video-iframe {
  border-radius: 20px;
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
}
.whatIsFoodMapWrapper .foodMapSection {
  margin-bottom: 2rem;
}
.whatIsFoodMapWrapper .foodMapSection:last-child {
  margin-bottom: 0;
}
.whatIsFoodMapWrapper .foodMapSection.section1 {
  color: #d63941;
}
.whatIsFoodMapWrapper .foodMapSection.section2 {
  color: #575757;
}
.whatIsFoodMapWrapper .foodMapSection .foodMapTitle {
  margin-top: 0;
  font-weight: 700;
  font-size: 30px;
  line-height: 27px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .whatIsFoodMapWrapper .foodMapSection .foodMapTitle {
    font-size: 26px;
  }
}
.whatIsFoodMapWrapper .foodMapSection .foodMapDescription {
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0;
  font-weight: 500;
}
.whatIsFoodMapWrapper .foodMapSection .foodMapDescription p {
  margin: 4px 0 0;
}
@media (max-width: 768px) {
  .whatIsFoodMapWrapper .foodMapSection .foodMapDescription {
    font-size: 16px;
    line-height: 24px;
  }
}
