@charset "utf-8";

/* =========================================
   HERO LUXURY 3.1 / FULL SLIDE SYSTEM
========================================= */

header.header-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

header.header-1 .logo,
header.header-1 .navbar,
header.header-1 .social_icons,
header.header-1 nav,
header.header-1 .webimenu,
header.header-1 .container {
  position: relative;
  z-index: 1001;
}

header.header-1 .social_icons a,
header.header-1 .navbar li a,
header.header-1 .ownmenu > li > a {
  color: #fff;
}

header.header-1 .navbar {
  border-bottom: 1px solid rgba(255,255,255,0.20);
}

/* =========================================
   SECTION
========================================= */

.hero-luxury3 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  height: min(94vh, 940px);
  overflow: hidden;
  background: #04100d;
  color: #fff;
}

.hero-luxury3,
.hero-luxury3 * {
  box-sizing: border-box;
}

.hero-luxury3 a,
.hero-luxury3 button {
  outline: none;
}

.hero-luxury3 a {
  text-decoration: none !important;
}

.hero-luxury3__slides {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-luxury3__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.05s ease, visibility 1.05s ease;
}

.hero-luxury3__slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.hero-luxury3__media,
.hero-luxury3__overlay,
.hero-luxury3__glow {
  position: absolute;
  inset: 0;
}

.hero-luxury3__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.01);
}

.hero-luxury3__slide[data-slide="0"] .hero-luxury3__media img {
  object-fit: cover;
  object-position: center center;
}

.hero-luxury3__slide[data-slide="1"] .hero-luxury3__media img {
  object-fit: cover;
  object-position: center center;
  background: #04100d;
}

.hero-luxury3__slide[data-slide="2"] .hero-luxury3__media img {
  object-fit: cover;
  object-position: center center;
  background: #101210;
}


.hero-luxury3__overlay {
  background:
    linear-gradient(
      180deg,
      rgba(2,10,9,0.70) 0%,
      rgba(2,10,9,0.32) 16%,
      rgba(2,10,9,0.15) 42%,
      rgba(2,10,9,0.18) 72%,
      rgba(2,10,9,0.42) 100%
    );
  pointer-events: none;
}

.hero-luxury3__glow--one {
  background:
    radial-gradient(circle at 16% 36%, rgba(115,255,184,0.10) 0%, rgba(115,255,184,0.04) 18%, transparent 38%);
  mix-blend-mode: screen;
  pointer-events: none;
}

.hero-luxury3__glow--two {
  background:
    radial-gradient(circle at 82% 62%, rgba(95,240,255,0.10) 0%, rgba(95,240,255,0.04) 16%, transparent 34%);
  mix-blend-mode: screen;
  pointer-events: none;
}

/* =========================================
   CONTENT LAYOUT
========================================= */

.hero-luxury3__inner.container {
  position: relative;
  z-index: 2;
  min-height: inherit;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  padding-top: 124px;
  padding-bottom: 74px;
}

.hero-luxury3__content {
  width: min(100%, 610px);
  margin: 0;
  padding: 28px 30px;
  border: 1px solid rgba(255,255,255,0.10);
  background: linear-gradient(180deg, rgba(5,17,15,0.16) 0%, rgba(5,17,15,0.08) 100%);
  box-shadow:
    0 16px 42px rgba(0,0,0,0.15),
    inset 0 1px 0 rgba(255,255,255,0.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.hero-luxury3__topline {
  margin-bottom: 12px;
  color: rgba(255,255,255,0.76);
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.hero-luxury3__title {
  margin: 0 0 14px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(28px, 4vw, 54px);
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: 0.003em;
  text-transform: uppercase;
  text-shadow: 0 6px 20px rgba(0,0,0,0.18);
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: normal;
}

.hero-luxury3__title--art {
  max-width: 12ch;
}

.hero-luxury3__lead {
  max-width: 450px;
  margin: 0 0 12px;
  color: rgba(255,255,255,0.92);
  font-family: 'Lora', serif;
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.6;
  letter-spacing: 0.01em;
}

.hero-luxury3__subline {
  max-width: 450px;
  margin: 0 0 20px;
  color: rgba(255,255,255,0.72);
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 1.82;
  letter-spacing: 0.02em;
}

.hero-luxury3__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hero-luxury3__btn {
  min-height: 46px;
  width: 100%;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.14);
  color: #fff !important;
  background: transparent;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.hero-luxury3__btn:hover,
.hero-luxury3__btn:focus {
  transform: translateY(-2px);
  color: #fff !important;
}

.hero-luxury3__btn--primary {
  background: rgba(255,255,255,0.10);
}

.hero-luxury3__btn--primary:hover,
.hero-luxury3__btn--primary:focus {
  background: rgba(255,255,255,0.16);
  border-color: rgba(255,255,255,0.22);
}

.hero-luxury3__btn--secondary:hover,
.hero-luxury3__btn--secondary:focus {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.20);
}

.hero-luxury3__slide[data-slide="2"] .hero-luxury3__content {
  width: min(100%, 600px);
}

.hero-luxury3__slide[data-slide="2"] .hero-luxury3__title {
  max-width: none;
  font-size: clamp(22px, 3.2vw, 46px);
  line-height: 0.97;
  overflow-wrap: normal;
  word-break: keep-all;
  hyphens: none;
}

.hero-luxury3__title--art {
  max-width: none;
}

.hero-luxury3__nowrap {
  white-space: nowrap;
}

/* =========================================
   CTA MINI BOX
========================================= */

.hero-luxury3__cta-mini {
  width: min(100%, 250px);
  margin: 0;
	  margin-top: 250px;
  padding: 18px 18px;
  border: 1px solid rgba(255,255,255,0.10);
  background: linear-gradient(180deg, rgba(5,17,15,0.14) 0%, rgba(5,17,15,0.06) 100%);
  box-shadow:
    0 12px 30px rgba(0,0,0,0.12),
    inset 0 1px 0 rgba(255,255,255,0.07);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  align-self: flex-start;
  margin-bottom: 8px;
}

.hero-luxury3__cta-label {
  margin-bottom: 8px;
  color: rgba(255,255,255,0.68);
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-luxury3__cta-text {
  margin: 0 0 12px;
  color: rgba(255,255,255,0.88);
  font-family: 'Lora', serif;
  font-size: 14px;
  line-height: 1.5;
}

.hero-luxury3__cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(255,255,255,0.14);
  color: #fff !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-luxury3__cta-link:hover,
.hero-luxury3__cta-link:focus {
  background: rgba(255,255,255,0.08);
}

/* =========================================
   ARROWS
========================================= */

.hero-luxury3__arrow {
  position: absolute;
  top: 30%;
  z-index: 4;
  width: 54px;
  height: 54px;
  margin-top: -27px;
  border: 1px solid rgba(255,255,255,0.14);
  background: linear-gradient(180deg, rgba(255,255,255,0.10) 0%, rgba(255,255,255,0.03) 100%);
  color: #fff;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow:
    0 10px 28px rgba(0,0,0,0.10),
    inset 0 1px 0 rgba(255,255,255,0.08);
  cursor: pointer;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.hero-luxury3__arrow:hover,
.hero-luxury3__arrow:focus {
  transform: translateY(-2px);
  border-color: rgba(255,255,255,0.24);
  background: linear-gradient(180deg, rgba(255,255,255,0.16) 0%, rgba(255,255,255,0.05) 100%);
}

.hero-luxury3__arrow span {
  display: block;
  font-size: 26px;
  line-height: 1;
}

.hero-luxury3__arrow--prev {
  left: 28px;
}

.hero-luxury3__arrow--next {
  right: 28px;
}

/* =========================================
   DOTS
========================================= */

.hero-luxury3__dots {
  position: absolute;
  left: 50%;
  bottom: 26px;
  z-index: 4;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
}

.hero-luxury3__dot {
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.10);
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.hero-luxury3__dot:hover,
.hero-luxury3__dot:focus,
.hero-luxury3__dot.is-active {
  transform: scale(1.08);
  background: rgba(255,255,255,0.80);
  border-color: rgba(255,255,255,0.80);
}

/* =========================================
   SCROLL
========================================= */

.hero-luxury3__scroll {
  position: absolute;
  left: 50%;
  bottom: 52px;
  z-index: 3;
  transform: translateX(-50%);
}

.hero-luxury3__scroll-link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  color: rgba(255,255,255,0.68) !important;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
}

.hero-luxury3__scroll-line {
  display: block;
  width: 1px;
  height: 34px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.08), rgba(255,255,255,0.82));
  animation: heroLuxury3Scroll 2s ease-in-out infinite;
}

.hero-luxury3__scroll-text {
  opacity: 0.78;
}

@keyframes heroLuxury3Scroll {
  0% { transform: scaleY(0.7); opacity: 0.55; }
  50% { transform: scaleY(1); opacity: 1; }
  100% { transform: scaleY(0.7); opacity: 0.55; }
}

/* =========================================
   BREAKPOINTS
========================================= */

@media (min-width: 1500px) {
  .hero-luxury3 {
    height: min(92vh, 980px);
    min-height: 860px;
  }

  .hero-luxury3__inner.container {
    max-width: 1440px;
    min-height: inherit;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    padding-top: 138px;
    padding-bottom: 82px;
  }

  .hero-luxury3__content {
    width: min(100%, 680px);
    padding: 30px 34px;
  }

  .hero-luxury3__title {
    font-size: clamp(34px, 4vw, 60px);
    line-height: 0.95;
  }

  .hero-luxury3__lead,
  .hero-luxury3__subline {
    max-width: 470px;
  }

  .hero-luxury3__cta-mini {
    width: min(100%, 270px);
  }

  .hero-luxury3__arrow {
    width: 56px;
    height: 56px;
    margin-top: -28px;
  }

  .hero-luxury3__arrow--prev {
    left: 32px;
  }

  .hero-luxury3__arrow--next {
    right: 32px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .hero-luxury3 {
    height: min(90vh, 920px);
    min-height: 780px;
  }

  .hero-luxury3__inner.container {
    max-width: 1320px;
    min-height: inherit;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    padding-top: 128px;
    padding-bottom: 78px;
  }

  .hero-luxury3__content {
    width: min(100%, 610px);
    padding: 28px 30px;
  }

  .hero-luxury3__title {
    font-size: clamp(30px, 4vw, 54px);
    line-height: 0.95;
  }

  .hero-luxury3__lead,
  .hero-luxury3__subline {
    max-width: 430px;
  }

  .hero-luxury3__cta-mini {
    width: min(100%, 240px);
  }

  .hero-luxury3__arrow {
    width: 52px;
    height: 52px;
    margin-top: -26px;
  }

  .hero-luxury3__arrow--prev {
    left: 24px;
  }

  .hero-luxury3__arrow--next {
    right: 24px;
  }
}

@media (max-width: 1199px) {
  .hero-luxury3 {
    min-height: 760px;
    height: auto;
  }

  .hero-luxury3__slide[data-slide="0"] .hero-luxury3__media img,
  .hero-luxury3__slide[data-slide="1"] .hero-luxury3__media img,
  .hero-luxury3__slide[data-slide="2"] .hero-luxury3__media img {
    object-fit: cover;
    object-position: center center;
  }

  .hero-luxury3__inner.container {
    min-height: 760px;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 16px;
    padding-top: 122px;
    padding-bottom: 80px;
  }

  .hero-luxury3__content {
    width: min(100%, 560px);
    padding: 26px 26px;
  }

  .hero-luxury3__title {
    font-size: clamp(28px, 5vw, 48px);
    line-height: 0.96;
  }

  .hero-luxury3__lead,
  .hero-luxury3__subline {
    max-width: 410px;
  }

  .hero-luxury3__cta-mini {
    width: min(100%, 220px);
    padding: 16px 16px;
  }

  .hero-luxury3__arrow {
    width: 48px;
    height: 48px;
    margin-top: -24px;
  }

  .hero-luxury3__arrow--prev {
    left: 18px;
  }

  .hero-luxury3__arrow--next {
    right: 18px;
  }
}

@media (max-width: 991px) {
  .hero-luxury3 {
    min-height: 700px;
  }

  .hero-luxury3__inner.container {
    min-height: 700px;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    padding-top: 112px;
    padding-bottom: 92px;
  }

  .hero-luxury3__content {
    width: min(100%, 520px);
    padding: 24px 22px;
  }

  .hero-luxury3__title {
    font-size: clamp(26px, 5.8vw, 42px);
    line-height: 0.97;
  }

  .hero-luxury3__lead {
    max-width: 380px;
    font-size: 15px;
  }

  .hero-luxury3__subline {
    max-width: 380px;
    font-size: 13px;
  }

  .hero-luxury3__cta-mini {
    display: none;
  }

  .hero-luxury3__arrow {
    width: 46px;
    height: 46px;
    margin-top: -23px;
  }

  .hero-luxury3__arrow--prev {
    left: 14px;
  }

  .hero-luxury3__arrow--next {
    right: 14px;
  }

  .hero-luxury3__dots {
    bottom: 22px;
  }

  .hero-luxury3__scroll {
    bottom: 48px;
  }
}

@media (max-width: 767px) {
  header.header-1 .navbar {
    border-bottom-color: rgba(255,255,255,0.16);
  }

  .hero-luxury3 {
    min-height: 100svh;
    height: auto;
  }

  .hero-luxury3__slide[data-slide="0"] .hero-luxury3__media img,
  .hero-luxury3__slide[data-slide="1"] .hero-luxury3__media img,
  .hero-luxury3__slide[data-slide="2"] .hero-luxury3__media img {
    object-fit: cover;
    object-position: center center;
  }

  .hero-luxury3__inner.container {
    min-height: 100svh;
    align-items: center;
    justify-content: flex-start;
    padding-top: 104px;
    padding-bottom: 88px;
  }

  .hero-luxury3__content {
    width: min(100%, 94vw);
    padding: 16px 14px;
  }

  .hero-luxury3__topline {
    margin-bottom: 9px;
    font-size: 9px;
    letter-spacing: 0.16em;
  }

  .hero-luxury3__title {
    margin-bottom: 10px;
    font-size: clamp(22px, 8.4vw, 32px);
    line-height: 0.98;
  }

  .hero-luxury3__title--art {
    max-width: 12ch;
  }

  .hero-luxury3__lead {
    max-width: 100%;
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1.48;
  }

  .hero-luxury3__subline {
    max-width: 100%;
    margin-bottom: 14px;
    font-size: 11px;
    line-height: 1.62;
  }

  .hero-luxury3__actions {
    gap: 8px;
  }

  .hero-luxury3__btn {
    min-height: 40px;
    font-size: 9px;
    letter-spacing: 0.10em;
  }

  .hero-luxury3__cta-mini {
    display: none;
  }

  .hero-luxury3__arrow {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }

  .hero-luxury3__arrow--prev {
    left: 8px;
  }

  .hero-luxury3__arrow--next {
    right: 8px;
  }

  .hero-luxury3__dots {
    bottom: 16px;
  }

  .hero-luxury3__scroll {
    bottom: 38px;
  }
}

@media (max-width: 420px) {
  .hero-luxury3__inner.container {
    padding-top: 100px;
    padding-bottom: 82px;
  }

  .hero-luxury3__content {
    width: min(100%, 95vw);
    padding: 15px 13px;
  }

  .hero-luxury3__title {
    font-size: clamp(20px, 8vw, 28px);
  }

  .hero-luxury3__lead {
    font-size: 12px;
  }

  .hero-luxury3__subline {
    font-size: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-luxury3__slide,
  .hero-luxury3__scroll-line,
  .hero-luxury3__arrow,
  .hero-luxury3__dot {
    transition: none !important;
    animation: none !important;
  }
}
.under-port {
  padding: 38px 0 30px;
}

.under-port__text {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  color: #2f2f2f;
}

@media (max-width: 767px) {
  .under-port__text,
  .under-port .text-right {
    text-align: center;
  }

  .under-port .text-right {
    margin-top: 15px;
  }
}
.under-port--art {
  padding: 26px 0 22px;
}

.under-port__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.under-port__copy {
  flex: 1 1 auto;
  text-align: left;
}

.under-port__headline {
  font-size: 18px;
  line-height: 1.45;
  color: #252525;
}

.under-port__actions {
  flex: 0 0 auto;
}

@media (max-width: 991px) {
  .under-port__bar {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .under-port__copy,
  .under-port__actions {
    text-align: center;
  }

  .under-port__actions .btn-1 {
    margin-left: 12px !important;
    margin-right: 12px;
  }
}

@media (max-width: 767px) {
  .under-port__headline {
    font-size: 17px;
  }

  .under-port__actions .btn-1 {
    display: inline-block;
    margin: 8px 10px !important;
  }
}