@font-face {
  font-family: Inter;
  src: url(../fonts/Inter/Inter-VariableFont_opsz\,wght.ttf);
}

@font-face {
  font-family: Playfair;
  src: url(../fonts/Playfair_Display/PlayfairDisplay-VariableFont_wght.ttf);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  overflow-x: hidden;
  line-height: 1;
  font-family: Inter;
}

a {
  text-decoration: none;
}

/* Home page styles */

.home-hero-section {
  padding: 17rem 6rem 10rem;

  background:
    linear-gradient(
      180deg,
      rgba(10, 17, 24, 0.6) 0%,
      rgba(10, 17, 24, 0.4) 50%,
      #0a1118 100%
    ),
    url("../images/home-hero.png");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.home-hero-section .text-section {
  width: 100%;
  max-width: 50rem;
}

.home-hero-section .bespoke-container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 624.9375rem;
  border: 1px solid rgba(201, 168, 76, 0.3);
  background: rgba(10, 17, 24, 0.4);
  backdrop-filter: blur(2px);
  width: fit-content;
}

.yellow-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #c9a84c;
}

.home-hero-section .bespoke-container p {
  color: #c9a84c;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
}

.home-hero-section h1 {
  margin-top: 1.5rem;
  color: #fff;
  font-family: Playfair;
  font-size: 6rem;
  font-weight: 500;
}

.home-hero-section .heading-text {
  margin-top: 1.5rem;
  width: 100%;
  max-width: 38rem;
  color: rgba(255, 255, 255, 0.8);
  font-family: Inter;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2rem;
  letter-spacing: -0.00731rem;
}

.home-hero-section .buttons-container {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.home-hero-section .buttons-container .explore-btn {
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  background: #c9a84c;
  color: #0a1118;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 0.001rem;
}

.home-stats-section {
  padding: 4rem 6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  background: #121a23;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-stats-section .stat {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-stats-section .vertical-border {
  width: 0.0625rem;
  height: 4rem;
  background: rgba(255, 255, 255, 0.1);
}

.home-stats-section .stat .figure {
  color: #c9a84c;
  text-align: center;
  font-family: Playfair;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.00588rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.home-stats-section .stat .figure img {
  height: 2rem;
}

.home-stats-section .stat .details {
  margin-top: 0.6rem;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
  letter-spacing: 0.0875rem;
  text-transform: uppercase;
}

.home-featured-experiences {
  padding: 6rem;
  background-color: #0a1118;
}

.home-featured-experiences .top-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.home-featured-experiences .top-section h2 {
  color: #fff;
  font-family: Playfair;
  font-size: 3rem;
  font-weight: 400;
}

.home-featured-experiences .top-section p {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.6);
  font-family: Inter;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  max-width: 40rem;
}

.home-featured-experiences .top-section .view-all-experiences-btn {
  color: #c9a84c;
  font-size: 1rem;
  letter-spacing: 0.05rem;
}

.home-featured-experiences-grid {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.destination-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.destination-item {
  position: relative;
  overflow: hidden;
}

.destination-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(10, 17, 24, 0.6) 0%,
    rgba(10, 17, 24, 0.8) 50%,
    rgba(10, 17, 24, 0.8) 100%
  );
}

.destination-item > * {
  position: relative;
  z-index: 1;
}

.destination-item {
  padding: 2rem;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
}

.destination-item .top-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.destination-item .top-section .place-container {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.destination-item .top-section .place-container img {
  height: 1.25rem;
}

.destination-item .top-section .place-container p {
  color: #c9a84c;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
}

.destination-item h3 {
  margin-top: 1rem;
  color: #fff;
  font-family: Playfair;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2.25rem;
}

.destination-item .content {
  margin-top: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
}

.destination-item .bottom-section {
  margin-top: 15rem;
}

.destination-item .num-days {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: 0.00781rem;
}

.testimonial-section {
  padding: 7rem 6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #121a23;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  place-items: center;
}

.testimonial-section .quotes-icon {
  width: 4rem;
}

.testimonial-section .quote-text {
  margin-top: 2rem;
  color: #fff;
  font-family: Playfair;
  font-size: 3rem;
  font-weight: 400;
}

.testimonial-section .quote-author-container {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.testimonial-section .quote-author-container .quote-avatar {
  width: 4rem;
  height: 4rem;
}

.testimonial-section .quote-author-container h4 {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.testimonial-section .quote-author-container p {
  color: #c9a84c;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: -0.00088rem;
}

.testimonial-section .testimonial-hero-image {
  width: 100%;
  border-radius: 1rem;
}

.join-container {
  padding: 5rem 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background:
    linear-gradient(
      180deg,
      rgba(10, 17, 24, 0.6) 0%,
      rgba(10, 17, 24, 0.4) 50%,
      #0a1118 100%
    ),
    url("../images/testimonial-hero.png");
}

.join-container h2 {
  color: #fff;
  text-align: center;
  font-family: Playfair;
  font-size: 3rem;
  font-weight: 400;
}

.join-container .heading-text {
  margin-top: 1.5rem;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-family: Inter;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: -0.00113rem;
  width: 100%;
  max-width: 40rem;
}

.join-container .input-container {
  margin-top: 1.5rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  width: 100%;
  max-width: 37.5rem;
}

.join-container .input-container input {
  flex: 1;
  padding: 1.125rem 1.5rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #121a23;
  width: 100%;
}

.join-container .input-container a {
  padding: 1.06525rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  background: #c9a84c;
  color: #0a1118;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;

  letter-spacing: 0.00488rem;
}

/* Destinations page styles */

.breadcrumb-section {
  padding: 3rem 5rem 2rem;
  background-color: #0a1118;
}

.breadcrumb-section p {
  color: rgba(255, 255, 255, 0.4);
  font-family: Inter;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
}

.breadcrumb-section p span {
  color: #c9a84c;
}

.destinations-hero-container {
  background: #0a1118;
  padding: 5rem;
  display: flex;
  justify-content: center;
}

.destinations-hero,
.experiences-hero {
  padding: 7rem 6rem;
  background:
    linear-gradient(
      180deg,
      rgba(10, 17, 24, 0.6) 0%,
      rgba(10, 17, 24, 0.4) 50%,
      #0a1118 100%
    ),
    url("../images/destinations-hero.png");
  width: 100%;
  border-radius: 1.5rem;
  background-repeat: no-repeat;
  background-size: cover;
}

.experiences-hero {
  border-radius: 0;
}

.destinations-hero .pill-container,
.experiences-hero .pill-container {
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 624.9375rem;
  border: 1px solid rgba(201, 168, 76, 0.3);
  background: rgba(10, 17, 24, 0.4);
  backdrop-filter: blur(2px);
  width: fit-content;
}

.destinations-hero .pill-container p,
.experiences-hero .pill-container p {
  color: #c9a84c;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
}

.destinations-hero h1,
.experiences-hero h1 {
  margin-top: 1.5rem;
  color: #fff;
  font-size: 4.5rem;
  font-family: Playfair;
  font-weight: 500;
  lighting-color: 5.625rem;
}

.destinations-hero .heading-text,
.experiences-hero .heading-text {
  margin-top: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
  font-family: Inter;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2.03125rem;
  letter-spacing: -0.00613rem;
  width: 100%;
  max-width: 30rem;
}

.destinations-section {
  padding: 6rem 5rem;
  background-color: #0a1118;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.destination-card {
  border-radius: 1rem;
  padding: 2rem;
  height: 35rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-size: cover;
  background-position: top;
}

.destination-card .top-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.destination-card .country-container {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  padding: 0.375rem 0.75rem;
  border-radius: 624.9375rem;
  border: 1px solid rgba(201, 168, 76, 0.2);
  background: rgba(10, 17, 24, 0.6);
  backdrop-filter: blur(2px);
}

.destination-card .country-container img {
  height: 0.75rem;
}

.destination-card .country-container p {
  color: #c9a84c;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: 0.0375rem;
  text-transform: uppercase;
}

.destination-card .holiday-type-container {
  padding: 0.75rem;
  border-radius: 624.9375rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2px);
}

.destination-card .holiday-type-container p {
  color: rgba(255, 255, 255, 0.8);
  font-family: Inter;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: 0.0375rem;
  text-transform: uppercase;
}

.destination-card .bottom-section h2 {
  color: #fff;
  font-family: Playfair;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 2.8125rem;
}

.destination-card .bottom-section .description {
  margin-top: 0.5rem;
  color: rgba(255, 255, 255, 0.6);
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42188rem;
}

.destination-card .bottom-section .days {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: rgba(255, 255, 255, 0.5);
  font-family: Inter;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: 0.00656rem;
}

.destination-card .bottom-section .days i {
  color: #c9a84c;
}

.destinations-wide-section {
  padding: 3rem 6rem;
  background-color: #0a1118;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.design-expedition-section {
  padding: 6rem;
  background-color: #0a1118;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.design-expedition-section h2 {
  color: #fff;
  text-align: center;
  font-family: Playfair;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 4.7rem;
  letter-spacing: 0.00369rem;
  max-width: 30rem;
}

.design-expedition-section h2 span {
  font-style: italic;
  color: #c9a84c;
}

.design-expedition-section .heading-text {
  margin-top: 1.5rem;
  width: 100%;
  max-width: 40rem;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-family: Inter;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2.03125rem;
  letter-spacing: -0.00488rem;
}

.design-expedition-section .private-text {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  max-width: 35rem;
}

.design-expedition-section .buttons-container {
  margin-top: 3rem;
  display: flex;
  gap: 1.25rem;
}

.begin-vision-btn {
  padding: 1rem 2.5rem;
  border-radius: 0.5rem;
  background: #c9a84c;
  color: #0a1118;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.schedule-btn {
  padding: 1rem 2.5rem;
  background: transparent;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  gap: 1rem;
  align-items: center;
}

.schedule-btn i {
  color: #c9a84c;
}

/* About page styles */

.about-hero-section {
  padding: 25rem 6rem 10rem;

  background:
    linear-gradient(
      180deg,
      rgba(10, 17, 24, 0.6) 0%,
      rgba(10, 17, 24, 0.4) 50%,
      #0a1118 100%
    ),
    url("../images/about-hero.png");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about-hero-section .breadcrumb {
  color: rgba(201, 168, 76, 0.8);
  font-family: Inter;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
}

.about-hero-section .breadcrumb span {
  color: #c9a84c;
  font-weight: 600;
}

.about-hero-section h1 {
  margin-top: 1.5;
  color: #fff;
  font-family: Playfair;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 5.625rem;
}

.about-hero-section .heading-text {
  margin-top: 1.5rem;
  color: rgba(255, 255, 255, 0.7);
  font-family: Playfair;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 400;
  line-height: 2rem;
}

.transformations-section {
  padding: 8rem 6rem;
  background-color: #0a1118;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
  place-items: center;
}

.transformations-section .left-side img {
  width: 100%;
  border-radius: 1rem;
}

.transformations-section .right-side .small-line {
  width: 3rem;
  height: 0.0625rem;
  background-color: #c9a84c;
}

.transformations-section h2 {
  margin-top: 2.5rem;
  color: #fff;
  font-family: Playfair;
  font-size: 2.25rem;
  font-style: italic;
  font-weight: 500;
  line-height: 2.8rem;
}

.transformations-section .body-text {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.transformations-section .body-text p {
  color: rgba(255, 255, 255, 0.65);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.625rem;
}

.transformations-section .about-stats {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.transformations-section .about-stats .vertical-line {
  width: 0.0625rem;
  height: 4rem;
  background: rgba(255, 255, 255, 0.1);
}

.transformations-section .about-stats .figure {
  color: #c9a84c;
  text-align: center;
  font-family: Playfair;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 2.5rem;
  letter-spacing: 0.013rem;
}

.transformations-section .about-stats .details {
  margin-top: 0.25rem;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  font-family: Inter;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
}

.about-philosophy-section {
  padding: 7rem 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #121a23;
}

.about-philosophy-section .top-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}

.about-philosophy-section .top-section p {
  color: #c9a84c;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
}

.about-philosophy-section .top-section h2 {
  color: #fff;
  text-align: center;
  font-family: Playfair;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.00294rem;
}

.about-philosophy-section .philosophy-grid {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}

.about-philosophy-section .philosophy-grid .philosophy-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-philosophy-section .philosophy-grid .philosophy-item img {
  width: 4rem;
  height: 4rem;
}

.about-philosophy-section .philosophy-grid .philosophy-item h3 {
  margin-top: 2rem;
  color: #fff;
  text-align: center;
  font-family: Playfair;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
}

.about-philosophy-section .philosophy-grid .philosophy-item .horizontal-line {
  margin-top: 1.25rem;
  width: 2rem;
  height: 0.0625rem;
  background: rgba(201, 168, 76, 0.4);
}

.about-philosophy-section .philosophy-grid .philosophy-item p {
  margin-top: 1.25rem;
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.42188rem;
  letter-spacing: -0.00256rem;
}

.our-guides-section {
  padding: 8rem 6rem;
  background-color: #0a1118;
}

.our-guides-section .experts {
  color: #c9a84c;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
}

.our-guides-section h2 {
  margin-top: 1.25rem;
  color: #fff;
  font-family: Playfair;
  font-size: 3rem;
  font-weight: 400;
}

.our-guides-section .guide-grid {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.75rem;
  position: relative;
}

.guide-grid img {
  width: 100%;
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
}

.guide-grid .text-section {
  padding: 1.5rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  background-color: #121a23;
}

.guide-grid h3 {
  color: #fff;
  font-family: Playfair;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.guide-grid .role {
  margin-top: 0.25rem;
  color: #c9a84c;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
}

.guide-grid .body-text {
  margin-top: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  font-family: Inter;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.21875rem;
}

.guide-card {
  position: relative;
}

.guide-card .years-container {
  padding: 0.25rem 0.75rem;
  border-radius: 624.9375rem;
  background: #c9a84c;
  width: fit-content;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.guide-card .years-container p {
  color: #0a1118;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: 0.00294rem;
}

.every-step-section {
  background:
    linear-gradient(
      180deg,
      rgba(10, 17, 24, 0.8) 0%,
      rgba(10, 17, 24, 0.6) 50%,
      #0a1118 100%
    ),
    url("../images/hiker.png");
  padding: 11rem 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}

.every-step-section .small-line {
  width: 4rem;
  height: 0.0625rem;
  background-color: #c9a84c;
}

.every-step-section h2 {
  color: #fff;
  text-align: center;
  font-family: Playfair;
  font-size: 3rem;
  font-style: italic;
  font-weight: 500;
  line-height: 3.75rem;
  letter-spacing: -0.02rem;
  max-width: 40rem;
}

/* Experiences page styles */

.experiences-hero h1 {
  width: 100%;
  max-width: 40rem;
}

.experiences-hero h1 span {
  font-style: italic;
}

.flagship-section {
  padding: 6rem;
  background-color: #0a1118;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  place-items: center;
}

.flagship-section .image-section {
  position: relative;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  overflow: hidden;
}

.flagship-section .image-section img {
  width: 100%;
  display: block;
}

.flagship-section .image-section::before {
  content: "";
  position: absolute;
  inset: 0;

  background: linear-gradient(
    90deg,
    rgba(10, 17, 24, 0.6) 0%,
    rgba(10, 17, 24, 0.4) 50%,
    #0a1118 100%
  );

  z-index: 1;
}

.flagship-section .image-section .flagship-container {
  padding: 0.5rem 1.5rem;
  background-color: #c9a84c;
  color: #0a1118;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 2;
  border-radius: 600rem;
}

.flagship-section .image-section .location-container {
  padding: 0.375rem 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  border-radius: 624.9375rem;
  border: 1px solid rgba(201, 168, 76, 0.25);
  background: rgba(10, 17, 24, 0.7);
  color: #c9a84c;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: 0.0375rem;
  z-index: 2;
  position: absolute;
  bottom: 2rem;
  left: 2rem;
}

.flagship-section .image-section .location-container img {
  height: 0.75rem;
  width: auto;
}

.flagship-section .text-section .small-line {
  width: 4rem;
  height: 0.0625rem;
  background-color: #c9a84c;
}

.flagship-section .text-section .adventure-signature {
  margin-top: 1.25rem;
  color: #c9a84c;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
}

.flagship-section .text-section h2 {
  margin-top: 1.5rem;
  color: #fff;
  font-family: Playfair;
  font-size: 2.625rem;
  font-weight: 500;
  line-height: 3.25rem;
}

.flagship-section .text-section .body-text {
  margin-top: 1.25rem;
  color: rgba(255, 255, 255, 0.65);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5rem;
}

.flagship-section .text-section .stats-container {
  margin-top: 1.25rem;
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

.flagship-section .text-section .stats-container .vertical-line {
  width: 0.0625rem;
  height: 2rem;
  background: rgba(255, 255, 255, 0.1);
}

.flagship-section .text-section .stats-container .num-days {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  letter-spacing: -0.00169rem;
}

.flagship-section .text-section .stats-container .num-days i {
  width: 0.75rem;
  height: 0.75rem;
  color: #c9a84c;
  margin-right: 0.5rem;
}

.flagship-section .text-section .stats-container .stat .description {
  color: rgba(255, 255, 255, 0.5);
  font-family: Inter;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.0375rem;
  text-transform: uppercase;
}

.flagship-section .text-section .stats-container .stat .max-travellers {
  margin-top: 0.25rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  letter-spacing: 0.006rem;
}

.flagship-section .text-section .stats-container .stat .figure {
  margin-top: 0.25rem;
  color: #c9a84c;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: -0.00195rem;
}

.flagship-section .text-section .buttons-container {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.flagship-section .text-section .buttons-container .discover-exp-btn {
  padding: 0.875rem 2rem;
  border-radius: 0.5rem;
  background-color: #c9a84c;
  color: #0a1118;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.flagship-section .text-section .buttons-container .view-itinerary-btn {
  padding: 0.875rem 2rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  color: #fff;
}

.all-experiences-section {
  padding: 4rem 6rem;
  background-color: #0a1118;
}

.all-experiences-section h2 {
  color: #fff;
  font-family: Playfair;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.15rem;
}

.all-experiences-section .heading-text {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.55);
  font-family: Inter;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: -0.00113rem;
}

.all-experiences-section .all-experiences-grid {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.experience-card {
  border-radius: 1rem;
  padding: 1.25rem;
  height: 35rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-size: cover;
  background-position: top;
}

.experience-card .top-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.experience-card .top-section .difficulty-container {
  padding: 0.75rem;
  border-radius: 624.9375rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
}

.experience-card .top-section .difficulty-container p {
  color: rgba(255, 255, 255, 0.8);
  font-family: Inter;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: 0.0375rem;
}

.experience-card .top-section .country-container {
  padding: 0.375rem 0.75rem;
  border-radius: 624.9375rem;
  border: 1px solid rgba(201, 168, 76, 0.2);
  background: rgba(10, 17, 24, 0.65);
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

.experience-card .top-section .country-container img {
  height: 0.75rem;
}

.experience-card .top-section .country-container p {
  color: #c9a84c;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: 0.0375rem;
}

.experience-card .bottom-section .type {
  color: #c9a84c;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
}

.experience-card .bottom-section h3 {
  margin-top: 0.5rem;
  color: #fff;
  font-family: Playfair;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2.25rem;
}

.experience-card .bottom-section .description {
  margin-top: 0.5rem;
  color: rgba(255, 255, 255, 0.65);
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
}

.experience-card .bottom-section .num-days {
  margin-top: 1.25rem;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.experience-card .bottom-section .num-days img {
  width: 0.75rem;
  height: 0.75rem;
}

.experience-card .bottom-section .num-days p {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  letter-spacing: 0.0145rem;
}

.experience-card .bottom-section .price {
  margin-top: 0.5rem;
  color: #c9a84c;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: 0.00144rem;
}

.intensity-section {
  padding: 8rem 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #121a23;
}

.intensity-section .pace-text {
  color: #c9a84c;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: 0.075rem;
}

.intensity-section h2 {
  margin-top: 1.25rem;
  color: #fff;
  text-align: center;
  font-family: Playfair;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.5rem;
}

.intensity-section .heading-text {
  margin-top: 1.25rem;
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
  font-family: Inter;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.75rem;
  letter-spacing: -0.00438rem;
  width: 100%;
  max-width: 38rem;
}

.intensity-grid {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.intensity-card {
  padding: 3rem 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(10, 17, 24, 0.4);
}

.intensity-card.highlighted {
  border-radius: 1rem;
  border: 1px solid rgba(201, 168, 76, 0.15);
  background: rgba(201, 168, 76, 0.04);
}

.intensity-card img {
  width: 4rem;
  height: 4rem;
}

.intensity-card h3 {
  margin-top: 1.5rem;
  color: #fff;
  text-align: center;
  font-family: Playfair;
  font-size: 1.5rem;
  font-weight: 400;
}

.intensity-card .body-text {
  margin-top: 1.5rem;
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: -0.00256rem;
}

.intensity-card .example-heading {
  margin-top: 1.5rem;
  color: #c9a84c;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
}

.intensity-card .examples {
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}

.intensity-card .example {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.intensity-card .example p {
  color: rgba(255, 255, 255, 0.5);
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.00088rem;
}

.intensity-card .cost {
  margin-top: 2rem;
  color: #c9a84c;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.story-section {
  padding: 6rem;
  background: url(../images/story-bg.png) #0a1118 0px -841.072px / 100% 344.498%
    no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.story-section h2 {
  width: 100%;
  max-width: 42rem;
  color: #fff;
  text-align: center;
  font-family: Playfair;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 4.25rem;
}

.story-section .heading-tagline {
  margin-top: 1.5rem;
  color: #c9a84c;
  text-align: center;
  font-family: Playfair;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.75rem;
}

.story-section .heading-text {
  margin-top: 1.5rem;
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
  font-family: Inter;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.75rem;
  letter-spacing: -0.00219rem;
  width: 100%;
  max-width: 35rem;
}

.story-section .buttons-container {
  margin-top: 3.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* Header styles */

header {
  padding: 1.75rem 6rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(10, 17, 24, 1);
  backdrop-filter: blur(6px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
}

header .logo,
footer .logo {
  color: #fff;
  font-family: Playfair;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.25rem;
  letter-spacing: 0.1875rem;
  text-transform: uppercase;
}

header nav {
  display: flex;
  gap: 2.5rem;
}

header nav a {
  color: rgba(255, 255, 255, 0.8);
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem; /* 142.857% */
}

header nav a.active {
  color: #c9a84c;
}

header .plan-btn {
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  background-color: #c9a84c;
  color: #0a1118;
  font-size: 0.875rem;
  font-weight: 600;
}

/* Footer Styles */

footer {
  padding: 6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #121a23;
}

footer .body-text {
  margin-top: 1.5rem;
  color: rgba(255, 255, 255, 0.5);
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42188rem;
}

/* Responsive Home Page */

@media (max-width: 1100px) {
  .home-hero-section,
  .home-featured-experiences,
  .testimonial-section,
  .join-container {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .home-hero-section h1 {
    font-size: 4.5rem;
  }

  .home-featured-experiences-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .testimonial-section {
    grid-template-columns: 1fr;
  }

  .testimonial-section .quote-text {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .home-hero-section {
    padding: 10rem 1.5rem 6rem;
  }

  .home-hero-section h1 {
    font-size: 3.25rem;
  }

  .home-hero-section .heading-text {
    font-size: 1.125rem;
    line-height: 1.7rem;
  }

  .home-stats-section {
    padding: 3rem 1.5rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }

  .home-stats-section .vertical-border {
    display: none;
  }

  .home-featured-experiences {
    padding: 4rem 1.5rem;
  }

  .home-featured-experiences .top-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }

  .home-featured-experiences .top-section h2,
  .join-container h2 {
    font-size: 2.5rem;
  }

  .home-featured-experiences-grid {
    grid-template-columns: 1fr;
  }

  .destination-item .bottom-section {
    margin-top: 10rem;
  }

  .testimonial-section {
    padding: 4rem 1.5rem;
  }

  .testimonial-section .quote-text {
    font-size: 2rem;
  }

  .join-container {
    padding: 4rem 1.5rem;
  }

  .join-container .input-container {
    flex-direction: column;
  }

  .join-container .input-container a {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .home-hero-section h1 {
    font-size: 2.5rem;
  }

  .home-stats-section {
    grid-template-columns: 1fr;
  }

  .home-stats-section .stat .figure {
    font-size: 2.5rem;
  }

  .testimonial-section .quote-author-container {
    align-items: flex-start;
  }
}

/* Responsive About Page */

@media (max-width: 1100px) {
  .about-hero-section,
  .transformations-section,
  .about-philosophy-section,
  .our-guides-section,
  .every-step-section {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .transformations-section {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .our-guides-section .guide-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-philosophy-section .philosophy-grid {
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  .about-hero-section {
    padding: 12rem 1.5rem 6rem;
  }

  .about-hero-section h1 {
    font-size: 3.25rem;
    line-height: 3.75rem;
  }

  .about-hero-section .heading-text {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .transformations-section,
  .about-philosophy-section,
  .our-guides-section,
  .every-step-section {
    padding: 4rem 1.5rem;
  }

  .transformations-section h2,
  .about-philosophy-section .top-section h2,
  .our-guides-section h2,
  .every-step-section h2 {
    font-size: 2.25rem;
    line-height: 2.8rem;
  }

  .transformations-section .about-stats {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .transformations-section .about-stats .vertical-line {
    display: none;
  }

  .about-philosophy-section .philosophy-grid {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .our-guides-section .guide-grid {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .every-step-section {
    background-position: center;
    background-size: cover;
  }
}

@media (max-width: 480px) {
  .about-hero-section h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .transformations-section h2,
  .about-philosophy-section .top-section h2,
  .our-guides-section h2,
  .every-step-section h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .guide-grid .text-section {
    padding: 1.25rem;
  }
}

/* Responsive Destinations Page */

@media (max-width: 1100px) {
  .breadcrumb-section,
  .destinations-hero-container,
  .destinations-section,
  .destinations-wide-section,
  .design-expedition-section {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .destinations-section {
    grid-template-columns: repeat(2, 1fr);
  }

  .destinations-wide-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .breadcrumb-section {
    padding: 2rem 1.5rem 1rem;
  }

  .destinations-hero-container {
    padding: 2rem 1.5rem;
  }

  .destinations-hero {
    padding: 5rem 1.5rem;
    border-radius: 1rem;
  }

  .destinations-hero h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .destinations-hero .heading-text {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .destinations-section,
  .destinations-wide-section {
    padding: 3rem 1.5rem;
    grid-template-columns: 1fr;
  }

  .destination-card {
    height: 32rem;
    padding: 1.5rem;
  }

  .destination-card .top-section {
    align-items: flex-start;
    gap: 0.75rem;
    flex-wrap: wrap;
  }

  .destination-card .bottom-section h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .design-expedition-section {
    padding: 4rem 1.5rem;
  }

  .design-expedition-section h2 {
    font-size: 2.75rem;
    line-height: 3.25rem;
  }

  .design-expedition-section .heading-text {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .design-expedition-section .buttons-container {
    flex-direction: column;
    width: 100%;
  }

  .begin-vision-btn,
  .schedule-btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .destinations-hero h1 {
    font-size: 2.4rem;
    line-height: 2.9rem;
  }

  .destinations-hero .pill-container {
    align-items: flex-start;
  }

  .destination-card {
    height: 30rem;
  }

  .destination-card .country-container,
  .destination-card .holiday-type-container {
    padding: 0.5rem 0.75rem;
  }

  .design-expedition-section h2 {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}

/* Responsive Experiences Page */

@media (max-width: 1100px) {
  .experiences-hero-container,
  .flagship-section,
  .all-experiences-section,
  .intensity-section,
  .story-section {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .flagship-section {
    grid-template-columns: 1fr;
  }

  .all-experiences-section .all-experiences-grid,
  .intensity-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .experiences-hero-container {
    padding: 2rem 1.5rem;
    background: #0a1118;
  }

  .experiences-hero {
    padding: 5rem 1.5rem;
  }

  .experiences-hero h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .experiences-hero .heading-text {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .flagship-section,
  .all-experiences-section,
  .intensity-section,
  .story-section {
    padding: 4rem 1.5rem;
  }

  .flagship-section .text-section h2,
  .all-experiences-section h2,
  .intensity-section h2,
  .story-section h2 {
    font-size: 2.4rem;
    line-height: 3rem;
  }

  .flagship-section .text-section .stats-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .flagship-section .text-section .stats-container .vertical-line {
    display: none;
  }

  .flagship-section .text-section .buttons-container,
  .story-section .buttons-container {
    flex-direction: column;
    width: 100%;
  }

  .discover-exp-btn,
  .view-itinerary-btn,
  .begin-vision-btn,
  .schedule-btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .all-experiences-section .all-experiences-grid,
  .intensity-grid {
    grid-template-columns: 1fr;
  }

  .experience-card {
    height: 32rem;
  }
}

@media (max-width: 480px) {
  .experiences-hero h1 {
    font-size: 2.35rem;
    line-height: 2.8rem;
  }

  .experiences-hero .pill-container {
    align-items: flex-start;
  }

  .flagship-section .image-section .flagship-container,
  .flagship-section .image-section .location-container {
    left: 1rem;
  }

  .flagship-section .image-section .flagship-container {
    top: 1rem;
  }

  .flagship-section .image-section .location-container {
    bottom: 1rem;
  }

  .intensity-card {
    padding: 2rem 1.5rem;
  }

  .story-section h2 {
    font-size: 2.1rem;
    line-height: 2.6rem;
  }
}

.hamburger {
  display: none;
  background: none;
  border: 0;
  cursor: pointer;
  flex-direction: column;
  gap: 0.35rem;
}

.hamburger span {
  width: 1.75rem;
  height: 0.125rem;
  background: #fff;
  display: block;
}

.mobile-plan-btn {
  display: none;
}

@media (max-width: 900px) {
  header {
    padding: 1.25rem 1.5rem;
    position: relative;
  }

  .hamburger {
    display: flex;
  }

  .desktop-plan-btn {
    display: none;
  }

  header nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #0a1118;
    padding: 2rem 1.5rem;
    display: none;
    flex-direction: column;
    gap: 1.5rem;
    z-index: 1000;
  }

  header nav.active {
    display: flex;
  }

  .mobile-plan-btn {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.hamburger {
  display: none;
  background: none;
  border: 0;
  cursor: pointer;
  flex-direction: column;
  gap: 0.35rem;
}

.hamburger span {
  width: 1.75rem;
  height: 0.125rem;
  background: #fff;
  display: block;
}

.mobile-plan-btn {
  display: none;
}

@media (max-width: 900px) {
  header {
    padding: 1.25rem 1.5rem;
    position: relative;
  }

  .hamburger {
    display: flex;
  }

  .desktop-plan-btn {
    display: none;
  }

  header nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #0a1118;
    padding: 2rem 1.5rem;
    display: none;
    flex-direction: column;
    gap: 1.5rem;
    z-index: 1000;
  }

  header nav.active {
    display: flex;
  }

  .mobile-plan-btn {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}

header {
  position: sticky;
  top: 0;
  z-index: 9999;
}

header nav {
  z-index: 10000;
}
