@charset "UTF-8";


/*
 Theme Name:   Replace Theme Name
 description:  Replace Theme Name website theme
 Author:       Fine Marketing
 Template:     astra
 Version:      1.0.0
*/
.site-header {
	display:none;
}
.footer {
	display:none;
}
.site-footer {
	display:none;
}








.travel-hero {
  position: relative;
  width: 100%;
  height: 100svh;
  min-height: 700px;
  overflow: hidden;

  display: flex;
  align-items: center;
  justify-content: center;

  background:
 url("/wp-content/uploads/2026/08/photo-1551918120-9739cb430c6d-scaled.avif")
    center center / cover
    no-repeat;

  color: #fff;
}

/* Dark luxury overlay */
.travel-hero__overlay {
  position: absolute;
  inset: 0;
 background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.05) 100%, rgba(0, 0, 0, 0.08) 100%);
  z-index: 1;
}

/* Header */
.travel-hero__header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;

  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: start;

  padding: 28px 48px;
  box-sizing: border-box;
}

.travel-hero__brand {
  justify-self: start;
  display: inline-flex;
  flex-direction: column;
  gap: 5px;

  color: #fff;
  text-decoration: none;
}

.travel-hero__brand-name {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  letter-spacing: 0.28em;
  line-height: 1;
}

.travel-hero__brand-sub {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  opacity: 0.9;
}

.travel-hero__nav {
  display: flex;
  gap: 54px;
  padding-top: 7px;
}

.travel-hero__nav a,
.travel-hero__top-cta {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}

.travel-hero__nav a {
  position: relative;
}

.travel-hero__nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;

  width: 0;
  height: 1px;

  background: #fff;
  transition: width 0.3s ease;
}

.travel-hero__nav a:hover::after {
  width: 100%;
}

.travel-hero__top-cta {
  justify-self: end;

  border: 1px solid rgba(255, 255, 255, 0.55);
  padding: 15px 24px;

  transition:
    background 0.3s ease,
    color 0.3s ease;
}

.travel-hero__top-cta:hover {
  background: #fff;
  color: #171717;
}

/* Main content */
.travel-hero__content {
  position: relative;
  z-index: 3;

  text-align: center;
  width: min(980px, calc(100% - 60px));
  margin: 0 auto;

  transform: translateY(-10px);
}

.travel-hero__eyebrow {
  display: block;
  margin-bottom: 24px;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.travel-hero__content h1 {
  margin: 0;
color:#fff;
 font-family: "Cormorant Garamond", serif;;
  font-size: clamp(52px, 5.4vw, 88px);
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: -0.03em;
}

.travel-hero__content p {
     margin: 32px auto 0;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    font-weight: 500;
}

.travel-hero__main-cta {
  display: inline-block;
  margin-top: 40px;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;

  text-decoration: none;
  color: #fff;

  padding-bottom: 9px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);

  transition: opacity 0.3s ease;
}

.travel-hero__main-cta:hover {
  opacity: 0.65;
}

.travel-hero__services {
    margin-top: 72px;
    font-family: "DM Sans", sans-serif;
    font-size: 11px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    font-weight: 600;
}

.travel-hero__services span {
  display: inline-block;
  margin: 0 14px;
  opacity: 0.8;
}

/* Bottom-left location */
.travel-hero__location {
  position: absolute;
  left: 48px;
  bottom: 48px;
  z-index: 3;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Scroll cue */
.travel-hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 40px;
  z-index: 3;

  transform: translateX(-50%);

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;

  color: #fff;
  text-decoration: none;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.travel-hero__scroll-line {
  display: block;
  position: relative;
  width: 1px;
  height: 42px;
  background: rgba(255, 255, 255, 0.75);
}

.travel-hero__scroll-line::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;

  width: 8px;
  height: 8px;

  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;

  transform: translateX(-50%) rotate(45deg);
}

/* Responsive */
@media (max-width: 900px) {
  .travel-hero__header {
    grid-template-columns: 1fr auto;
    padding: 22px 24px;
  }

  .travel-hero__nav {
    display: none;
  }

  .travel-hero__content {
    width: min(720px, calc(100% - 40px));
  }

  .travel-hero__content h1 {
    font-size: clamp(46px, 7.8vw, 68px);
  }

  .travel-hero__services {
    margin-top: 52px;
  }

  .travel-hero__location {
    left: 24px;
    bottom: 26px;
  }

  .travel-hero__scroll {
    bottom: 24px;
  }
}

@media (max-width: 600px) {
  .travel-hero {
    min-height: 100svh;
    background-position: 64% center;
  }

  .travel-hero__header {
    padding: 18px;
  }

  .travel-hero__brand-name {
    font-size: 18px;
  }

  .travel-hero__brand-sub {
    font-size: 7px;
  }

  .travel-hero__top-cta {
    padding: 11px 13px;
    font-size: 8px;
  }

  .travel-hero__content {
    width: calc(100% - 30px);
    transform: translateY(-5px);
  }

  .travel-hero__eyebrow {
    font-size: 8px;
    letter-spacing: 0.26em;
    margin-bottom: 20px;
  }

  .travel-hero__content h1 {
    font-size: clamp(40px, 11.5vw, 54px);
    line-height: 1.02;
  }

  .travel-hero__content h1 br,
  .travel-hero__content p br {
    display: none;
  }

  .travel-hero__content p {
    max-width: 330px;
    margin-top: 24px;
    font-size: 14px;
  }

  .travel-hero__main-cta {
    margin-top: 30px;
  }

  .travel-hero__services {
    margin-top: 42px;
    font-size: 8px;
    letter-spacing: 0.18em;
  }

  .travel-hero__services span {
    margin: 0 6px;
  }

  .travel-hero__location {
    display: none;
  }

  .travel-hero__scroll {
    bottom: 18px;
    font-size: 8px;
  }

  .travel-hero__scroll-line {
    height: 28px;
  }
}














