.ax-slide-item {
  min-height: 100vh;
  width: 100%;
}

.ax-slide-item>.section-content,
.ax-slide-item>.section-content>.row {
  height: 100%;
  margin-bottom: 0;
}

.ax-slide-inner>.col-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 80px 50px 50px 50px !important;
}

.ax-hero-title {
  align-self: flex-end;
  margin-bottom: 0;
}

.ax-hero-title h1 {
  font-size: 80px !important;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 0;
}

.ax-slide-card {
  width: 100% !important;
  max-width: 420px !important;
  align-self: flex-start !important;
  margin-left: 0 !important;
  height: auto !important;
}

.ax-slide-card>.col {
  padding-bottom: 0 !important;
}

.ax-slide-card>.col>.col-inner {
  padding: 30px !important;
  border-radius: 4px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  background-color: #ffffff !important;
}

.ax-card-title {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100% !important;
  margin-bottom: 20px;
  gap: 15px;
}

.ax-card-title h3 {
  font-size: 42px;
  font-weight: 600;
  color: #111 !important;
  margin: 0 !important;
  line-height: 1;
  text-align: left !important;
  flex: 1;
}

.ax-card-title p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  display: flex !important;
  align-items: center;
}

.ax-btn-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background-color: #1f201e;
  color: #ffffff !important;
  font-size: 0px;
  text-decoration: none !important;
  flex-shrink: 0;
  transition: background-color 0.3s ease;
}

.ax-btn-arrow::after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 9px;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='9' viewBox='0 0 11 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.220226 7.69488C-0.0086232 7.84943 -0.0688625 8.16022 0.0856777 8.38907C0.240218 8.61792 0.551016 8.67816 0.779866 8.52362L0.500046 8.10925L0.220226 7.69488ZM10.9909 1.45146C11.0435 1.18037 10.8663 0.918002 10.5952 0.865458L6.1774 0.0091986C5.9063 -0.0433459 5.64394 0.133826 5.5914 0.404923C5.53885 0.676021 5.71602 0.938384 5.98712 0.990928L9.91404 1.75205L9.15292 5.67897C9.10038 5.95006 9.27755 6.21243 9.54865 6.26497C9.81974 6.31752 10.0821 6.14034 10.1347 5.86925L10.9909 1.45146ZM0.500046 8.10925L0.779866 8.52362L10.7799 1.77069L10.5 1.35632L10.2202 0.941955L0.220226 7.69488L0.500046 8.10925Z' fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}

.ax-btn-arrow:hover {
  background-color: #333333;
}

.ax-btn-arrow:hover::after {
  transform: translate(2px, -2px);
}

.ax-inner-slider .box-image {
  height: 250px;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
}

.ax-inner-slider .box-image img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

.ax-inner-slider .flickity-prev-next-button {
  width: 32px !important;
  height: 32px !important;
}

.ax-inner-slider .flickity-prev-next-button svg {
  fill: #fff !important;
}

.ax-main-nav {
  position: absolute;
  bottom: 40px;
  right: 95px;
  z-index: 99;
  width: auto !important;
}

.ax-location-list p {
  font-size: 15px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  text-align: right;
  letter-spacing: 1px;
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.ax-location-list p.is-active,
.ax-location-list p:hover {
  color: #ffffff;
  font-weight: 600;
}

@media (max-width: 849px) {
  .ax-slide-item {
    min-height: 80vh;
  }

  .ax-slide-inner>.col-inner {
    justify-content: flex-start;
    gap: 40px;
    padding: 40px 20px !important;
  }

  .ax-hero-title {
    align-self: center;
  }

  .ax-hero-title h1 {
    font-size: 40px !important;
    text-align: center;
  }

  .ax-main-nav {
    bottom: 0;
    right: 0;
    margin-top: -30px;
  }

  .ax-location-list p {
    text-align: center;
  }
}

.ax-complex-slider-nav-item {
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  -webkit-user-select: none;
}

.ax-complex-slider-nav-item h1 {
  font-size: 15px !important;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5) !important;
  text-transform: uppercase;
  text-align: right;
  letter-spacing: 1px;
  margin-bottom: 8px;
  cursor: pointer;
  pointer-events: auto;
  transition: all 0.3s ease;
}

.ax-complex-slider-nav-item.is-active h1,
.ax-complex-slider-nav-item:hover h1 {
  color: #ffffff !important;
  font-weight: 600;
}

@media (max-width: 849px) {
  .ax-complex-slider-nav-item h1 {
    text-align: center;
  }
}

.ax-reversed .ax-hero-title {
  align-self: flex-start;
}

.ax-reversed .ax-hero-title h1 {
  text-align: left;
}

.ax-reversed .ax-slide-card {
  align-self: flex-end !important;
  margin-right: 0 !important;
  margin-left: auto !important;
}

.ax-reversed .ax-main-nav {
  right: auto;
  left: 40px;
}

.ax-reversed .ax-complex-slider-nav-item h1 {
  text-align: left;
}

@media (max-width: 849px) {

  .ax-reversed .ax-hero-title,
  .ax-reversed .ax-slide-card {
    align-self: center !important;
  }

  .ax-reversed .ax-hero-title h1,
  .ax-reversed .ax-complex-slider-nav-item h1 {
    text-align: center;
  }

  .ax-main-slider .ax-slide-card>.col>.col-inner {
    padding: 20px !important;
  }

  .ax-main-slider .gallery-col {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 559px) {
  .ax-slide-inner>.col-inner {
    justify-content: flex-start;
    gap: 20px;
    padding: 0px !important;
  }

  .ax-main-slider,
  .ax-main-slider>.slider,
  .ax-main-slider>.slider>.flickity-viewport,
  .ax-slide-item {
    min-height: 100vh !important;
  }





  .ax-card-title {
    margin-bottom: 12px;
  }

  .ax-card-title h3 {
    font-size: 28px;
  }

  .ax-inner-slider .box-image {
    height: auto;
  }

  .ax-location-list {
    padding-bottom: 1rem;
  }

  .ax-main-nav .ax-complex-slider-nav-item h1 {
    font-size: 12px !important;
  }
}