/* [project]/node_modules/owl.carousel/dist/assets/owl.carousel.css [app-client] (css) */
.owl-carousel {
  -webkit-tap-highlight-color: transparent;
  z-index: 1;
  width: 100%;
  display: none;
  position: relative;
}

.owl-carousel .owl-stage {
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  position: relative;
}

.owl-carousel .owl-stage:after {
  content: ".";
  clear: both;
  visibility: hidden;
  height: 0;
  line-height: 0;
  display: block;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  min-height: 1px;
  position: relative;
}

.owl-carousel .owl-item img {
  width: 100%;
  display: block;
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
  color: inherit;
  font: inherit;
  background: none;
  border: none;
  padding: 0 !important;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  background: #000;
  height: 100%;
  position: relative;
}

.owl-carousel .owl-video-play-icon {
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  background: url("../media/owl.video.play.72d2bc7f.png") no-repeat;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  transition: transform .1s;
  position: absolute;
  top: 50%;
  left: 50%;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  transition: opacity .4s;
}

.owl-carousel .owl-video-frame {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
}


/* [project]/node_modules/owl.carousel/dist/assets/owl.theme.default.css [app-client] (css) */
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  margin-top: 10px;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  cursor: pointer;
  background: #d6d6d6;
  border-radius: 3px;
  margin: 5px;
  padding: 4px 7px;
  font-size: 14px;
  display: inline-block;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #fff;
  background: #869791;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  zoom: 1;
  display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  -webkit-backface-visibility: visible;
  background: #d6d6d6;
  border-radius: 30px;
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  transition: opacity .2s;
  display: block;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}


/* [project]/node_modules/react-loading-skeleton/dist/skeleton.css [app-client] (css) */
@keyframes react-loading-skeleton {
  100% {
    transform: translateX(100%);
  }
}

.react-loading-skeleton {
  --base-color: #ebebeb;
  --highlight-color: #f5f5f5;
  --animation-duration: 1.5s;
  --animation-direction: normal;
  --pseudo-element-display: block;
  background-color: var(--base-color);
  user-select: none;
  border-radius: .25rem;
  width: 100%;
  line-height: 1;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.react-loading-skeleton:after {
  content: " ";
  display: var(--pseudo-element-display);
  background-repeat: no-repeat;
  background-image: var(--custom-highlight-background, linear-gradient(90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100%));
  height: 100%;
  animation-name: react-loading-skeleton;
  animation-direction: var(--animation-direction);
  animation-duration: var(--animation-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateX(-100%);
}

@media (prefers-reduced-motion) {
  .react-loading-skeleton {
    --pseudo-element-display: none;
  }
}


/* [project]/src/app/[city]/[_id]/style.css [app-client] (css) */
.package {
  border-bottom: 0 solid #e9ecef;
  background: #fdf7fb !important;
  padding-bottom: 0 !important;
}

.navigation-with-arrows {
  background: #fdf7fb;
  border-radius: 20px;
  align-items: center;
  gap: 10px;
  margin: -60px 0 0;
  padding: 13px 19px;
  display: flex;
  position: relative;
  box-shadow: 0 3px 8px #0000003d;
}

.nav-arrow {
  cursor: pointer;
  z-index: 10;
  color: #333;
  background: #fff;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 2px 8px #00000026;
}

.nav-arrow:hover {
  background: #f8f9fa;
  transform: translateY(-50%)scale(1.1);
  box-shadow: 0 4px 12px #0003;
}

.left-arrow {
  left: -20px;
}

.right-arrow {
  right: -20px;
}

.nav-items-wrapper {
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  flex: 1;
  gap: 15px;
  padding: 10px 5px;
  display: flex;
  overflow-x: auto;
}

.nav-items-wrapper::-webkit-scrollbar {
  display: none;
}

.nav-item {
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 12px;
  flex-direction: column;
  flex-shrink: 0;
  align-items: center;
  min-width: 100px;
  padding: 10px 0;
  transition: all .3s;
  display: flex;
}

.nav-item:hover {
  transform: translateY(-2px);
}

.nav-item.active, .nav-item:hover {
  border: 2px solid #88396b;
  transform: translateY(-4px);
  box-shadow: 0 0 15px #ff4d6d66;
}

.nav-icon {
  margin-bottom: 8px;
}

.nav-icon img {
  object-fit: cover;
  border-radius: 8px;
  width: 70px;
  height: 70px;
}

.nav-label p {
  text-align: center;
  color: #333;
  max-width: 80px;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
}

@media (width <= 768px) {
  .navigation-with-arrows {
    gap: 5px;
  }

  .nav-arrow {
    width: 35px;
    height: 35px;
  }

  .left-arrow {
    left: -15px;
  }

  .right-arrow {
    right: -15px;
  }

  .nav-items-wrapper {
    gap: 10px;
    padding: 8px 5px;
  }

  .nav-item {
    min-width: 80px;
    padding: 10px 5px;
  }

  .nav-icon img {
    width: 50px;
    height: 50px;
  }

  .nav-label p {
    max-width: 70px;
    font-size: 11px;
  }
}

@media (width <= 480px) {
  .nav-arrow {
    width: 30px;
    height: 30px;
  }

  .left-arrow {
    left: -10px;
  }

  .right-arrow {
    right: -10px;
  }

  .nav-item {
    min-width: 70px;
  }

  .nav-icon img {
    width: 45px;
    height: 45px;
  }

  .nav-label p {
    max-width: 65px;
    font-size: 10px;
  }

  .navigation-with-arrows {
    padding: 4px 19px 0;
  }
}

@media (width <= 360px) {
  .nav-arrow {
    display: none;
  }

  .nav-items-wrapper {
    justify-content: center;
  }
}


/*# sourceMappingURL=_f0140159._.css.map*/