:root {
  --bg-colour: #fafafa;
  --text-colour-dark: #3f3f46;
  --text-colour-light: #fff;
  --bg-colour-footer: #d4d4d8;
}

.header-home {
  /* display: grid;
  grid-template-columns: repeat(3, 1fr); */

  display: flex;
  justify-content: space-between;
  align-items: center;
  /* background-color: var(--text-colour-light); */
  background-color: transparent;
  /* background-color: black; */

  /* Because we want header to be sticky later */
  height: 8.5rem;
  position: relative;
  z-index: 9999;
}

.header-fix {
  /* display: flex;
  justify-content: space-between;
  align-items: center; */

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background-color: var(--text-colour-light);
  /* background-color: transparent; */
  /* background-color: black; */
  box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, 0.2);

  /* Because we want header to be sticky later */
  height: 8.5rem;
  position: sticky;
  top: 0;
  z-index: 9999;
}

.main-nav {
  align-content: center;
  padding-left: 3.6rem;
}

.main-nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  /* gap: 10.8rem; */
  gap: 8rem;
  /* padding-right: 6rem; */
}

.main-nav-link:link,
.main-nav-link:visited,
.symbol {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--text-colour-light);
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 0.3px;
  /* letter-spacing: 0.5px; */
  text-shadow: 0.5px 0.5px 2px rgba(00, 00, 00, 0.8);
  transition: all 0.3s;
}

.main-nav-link:hover,
.main-nav-link:active {
  text-decoration: underline;
}

.main-nav-link-fix:link,
.main-nav-link-fix:visited,
.symbol-fix {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--text-colour-dark);
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.3px;
  /* letter-spacing: 0.5px; */
  /* text-shadow: 0.5px 0.5px 2px rgba(00, 00, 00, 0.8); */
  transition: all 0.3s;
}

.main-nav-link-fix:hover,
.main-nav-link-fix:active {
  text-decoration: underline;
}

.white-logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
}

.logo-white {
  height: 9.6rem;
}

.logo {
  height: 7.2rem;
}

.dark-logo-container {
  display: none;
}

.dark-logo-container-fix {
  /* display: block; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-season-fix {
  color: var(--text-colour-dark);
  height: 2.4rem;
  width: 2.4rem;
  text-shadow: 0.5px 0.5px 2px rgba(00, 00, 00, 0.8);
}

.season-link-fix {
  color: var(--text-colour-dark);
  text-shadow: none;
  font-weight: 400;

  padding-top: 0.2rem;
  /* text-shadow: 0.5px 0.5px 2px rgba(00, 00, 00, 0.8); */
  letter-spacing: 1.5px;
}

.header-season-fix {
  color: var(--text-colour-dark);
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}

.season-language {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 3.6rem;
  gap: 8rem;
}

.header-season {
  color: var(--text-colour-light);
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}

.icon-season {
  height: 2.4rem;
  width: 2.4rem;
  text-shadow: 0.5px 0.5px 2px rgba(00, 00, 00, 0.8);
}

.season-link {
  padding-top: 0.2rem;
  text-shadow: 0.5px 0.5px 2px rgba(00, 00, 00, 0.8);
  letter-spacing: 1.5px;
}

.current-page {
  display: inline-block;

  text-decoration: underline;
  color: var(--text-colour-light);
  font-weight: 300;
  font-size: 1.6rem;
  /* letter-spacing: 0.5px; */
  text-shadow: 0.5px 0.5px 2px rgba(00, 00, 00, 0.8);
  text-transform: uppercase;
  transition: all 0.3s;
}

.current-page-fix {
  color: var(--text-colour-dark);
  font-size: 1.6rem;

  font-weight: 400;

  /* letter-spacing: 0.5px; */
  text-shadow: none;

  transition: all 0.3s;

  display: inline-block;

  text-decoration: underline;
}

.current-page-fix-eng {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--text-colour-dark);
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.3px;
  text-decoration: underline;
  /* letter-spacing: 0.5px; */
  /* text-shadow: 0.5px 0.5px 2px rgba(00, 00, 00, 0.8); */
  transition: all 0.3s;
}

/* MOBILE */
.btn-mobile-nav {
  border: none;
  background: none;
  cursor: pointer;

  display: none;
}

.icon-mobile-nav {
  /* height: 4.8rem;
  width: 4.8rem; */
  /* height: 5.8rem;
  width: 5.8rem; */
  height: 7.2rem;
  width: 7.2rem;
  color: var(--text-colour-light);
}

.icon-mobile-nav[name="close-outline"] {
  display: none;
}

.icon-mobile-nav-fix {
  /* height: 4.8rem;
  width: 4.8rem; */
  /* height: 5.8rem;
  width: 5.8rem; */
  height: 7.2rem;
  width: 7.2rem;
  color: var(--text-colour-dark);
}

.icon-mobile-nav-fix[name="close-outline"] {
  display: none;
}

/* STICKY NAVIGATION */
.sticky .header-home {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 8.5rem;
  padding-top: 0;
  padding-bottom: 0;
  background-color: rgba(255, 255, 255, 0.97);
  z-index: 9999;
  box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, 0.03);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.sticky .index-main {
  margin-top: 8.5rem;
}

.sticky .main-nav-link:link,
.sticky .main-nav-link:visited,
.sticky .symbol {
  color: var(--text-colour-dark);
  font-weight: 400;

  text-shadow: none;
  transition: all 0.3s;
}

.sticky .white-logo-container {
  display: none;
}

.sticky .dark-logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sticky .icon-season {
  color: var(--text-colour-dark);
}

.sticky .season-link {
  color: var(--text-colour-dark);
  text-shadow: none;
  font-weight: 400;
}

.sticky .current-page {
  color: var(--text-colour-dark);

  font-weight: 400;

  /* letter-spacing: 0.5px; */
  text-shadow: none;

  transition: all 0.3s;
}
/* index - main - video */
.index-main {
  height: calc(100vh - 8rem);
  width: 100vw;
  background-color: var(--bg-colour);
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  /* opacity: 0.15; */
  overflow: hidden;
}

.bg-video-content {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.index-primary-heading-eng {
  font-family: "Cormorant", serif;
  text-transform: capitalize;

  position: absolute;
  bottom: 25%;
  /* bottom: 40%; */
  left: 50%;
  transform: translateX(-50%);
  font-size: 6.4rem;
  font-weight: 500;
  color: var(--text-colour-light);
  text-shadow: 0.5px 0.5px 2px rgba(00, 00, 00, 0.8);
  letter-spacing: 0.5px;
  white-space: nowrap;
  z-index: 2;
}

.index-primary-heading-eng br {
  display: none;
}

.index-primary-heading br {
  display: none;
}

.index-primary-heading {
  position: absolute;
  bottom: 25%;
  /* bottom: 40%; */
  left: 50%;
  transform: translateX(-50%);
  font-size: 5.6rem;
  font-weight: 300;
  color: var(--text-colour-light);
  text-shadow: 0.5px 0.5px 2px rgba(00, 00, 00, 0.8);
  letter-spacing: 0.5px;
  white-space: nowrap;

  display: none;
  z-index: 2;
}

.text-fade-out {
  /* animation: textFadeOut 2.5s; */
  animation: 2.5s linear textFadeOut;
  /* display: none; */
}

.text-inactive {
  display: none;
}

.text-active {
  animation: 2s linear textFadeIn;
  display: block;
}

/* Animation */

@keyframes textFadeOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}

@keyframes textFadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

/* introduction */
.introduction {
  background-color: var(--bg-colour);
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.secondary-heading-container {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
}

.secondary-heading {
  font-size: 4.8rem;
  font-weight: 300;
  letter-spacing: 0.2px;
  color: var(--text-colour-dark);
}

.introduction-text {
  width: 80%;
  margin: 0 auto;
  padding-top: 8rem;
}

.standard-text {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 2.5;
}

/* features */
.index-features {
  position: relative;
}

.index-feature-img-container {
  /* height: calc(100vh - 8.5rem);
  width: 100vw; */

  position: sticky;
  /* position: absolute; */
  top: 85px;
  left: 0;
  width: 100vw;
  height: calc(100vh - 8.5rem);
  z-index: 0; /* Ensures images are behind text */
  overflow: hidden;
}

.index-feature-img {
  height: 100%;
  width: 100%;
  object-fit: cover;

  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  z-index: -1;
}

.index-feature-img.active {
  opacity: 1;
  z-index: 1500;
  display: block;
  animation: imgFadeInSlide 1s;
}

/* Animation */
@keyframes imgFadeInSlide {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.index-feature-text-container {
  background: transparent;
  /* height: calc(100vh - 8.5rem); */
  /* height: calc(100vh); */
  /* height: 100vh; */
  width: 100vw;
  position: relative;

  display: flex;
  flex-direction: column;

  padding-left: 12rem;
  /* align-items: center; */
  /* justify-content: flex-start; */
  z-index: 6000;

  color: var(--text-colour-light);
  text-shadow: 0.5px 0.5px 2px rgba(00, 00, 00, 0.8);
  margin-bottom: calc(100vh - 8.5rem);
}

.index-feature-text-container:last-child {
  margin-bottom: 0;
}

.tertiary-heading {
  font-size: 8rem;
  font-weight: 400;
  letter-spacing: 1px;
  z-index: 1000;
  /* height: 8rem; */
}

.index-feature-text {
  width: 50%;
  padding-top: 3rem;
  /* font-size: 2.4rem; */
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 1px;

  /* padding-left: 8rem; */
  z-index: 1000;
  /* height: 20rem; */
}

.remark-text {
  z-index: 1000;
  padding-top: 6.4rem;
  font-size: 2.4rem;
  font-weight: 300;
  /* height: 4rem; */
}

/* index-video */
/* .index-video {
  background-color: var(--bg-colour);
} */

.fourth-heading {
  font-size: 6.4rem;
}

.index-video-text-container {
  text-align: center;
  width: 70%;
  margin: 0 auto;
}

.index-video-body-text {
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
  font-size: 3.6rem;
  line-height: 1.8;
}
.index-experience-video {
  height: calc(100vh - 8.5rem);
  width: 100%;
  z-index: -1;
  /* opacity: 0.15; */
  overflow: hidden;
}

.index-experience-video-content {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* index - experience */
.index-experience {
  background-color: var(--bg-colour);
  /* padding-top: 8rem; */
  /* padding-bottom: 8rem; */

  padding-top: 12rem;
  padding-bottom: 12rem;
}

.large-logo {
  height: 10rem;
}

.index-experience-heading-container {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 4rem;
}

.feature-details {
  width: 90%;
  margin-top: 8rem;
  margin: 8rem auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 8rem;
  justify-items: center;
  align-items: center;
  padding-top: 4rem;
}

.feature-details picture {
  width: 100%;
  display: block;
  text-align: center;
  z-index: 100;
}

.features-img {
  width: 90%;
  height: 35rem;
  object-fit: cover;
  z-index: 100;
  /* animation: moveFromLeft 1.5s ease-out; */
}

.move-left {
  animation: moveFromLeft 1.5s ease-out;
}

.feature-box {
  position: relative;
  width: 80%;

  /* margin: 6rem auto 8rem; */

  background-color: var(--bg-colour);

  padding: 4rem 6rem;
  /* transform: translateX(-20%); */
  /* border: 2px solid black; */
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
  /* animation: moveFromRight 1.5s ease-out; */
}

.feature-heading-container {
  align-self: flex-start;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 2rem;
  gap: 3rem;
  /* overflow: visible; */
}

.waterfall-heading {
  font-family: "Waterfall", serif;
  color: var(--text-colour-dark);
  font-size: 6.4rem;
  z-index: 9999;
  /* overflow: visible; */
  /* width: 12rem; */
}

.Waterfall-text-overflow-safari {
  width: 11rem;
}

.feature-heading {
  color: var(--text-colour-dark);
  font-size: 3rem;
  font-weight: 300;
  display: flex;
  z-index: 2000;

  padding-bottom: 0.6rem;
  /* margin-top: 2rem; */
}

.move-right {
  animation: moveFromRight 1.5s ease-out;
}

/* .description-box:nth-child(3) {
  transform: translateX(20%);
} */

.feature-text {
  font-size: 2rem;
  /* font-weight: 300; */

  letter-spacing: 0.5px;

  color: var(--text-colour-dark);
  z-index: 2000;

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

  font-weight: 300;
  line-height: 1.5;
}

.remark-text-small {
  z-index: 1000;
  padding-top: 2rem;
  font-size: 1.2rem;
  font-weight: 300;
  /* height: 4rem; */
}

.feature-box::before {
  content: "";
  position: absolute;
  width: 150%;
  height: 50%;
  background: linear-gradient(var(--text-colour-dark), var(--text-colour-dark));
  /* border-radius: 5px; */
  animation: rotate 8s linear infinite;
  /* z-index: -1; */
}

.feature-box::after {
  content: "";
  position: absolute;
  background: var(--bg-colour);
  inset: 3px;
  inset: 1px;
  z-index: 1;
  /* inset: 5px; */
}

/* @keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
} */

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes moveFromLeft {
  0% {
    transform: translateX(-80%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes moveFromRight {
  0% {
    transform: translateX(80%);
  }
  100% {
    transform: translateX(0);
  }
}

/* index - services */
.index-services,
.index-season {
  background-color: var(--bg-colour);
  padding-top: 12rem;
  padding-bottom: 12rem;
  border-top: 2px solid var(--text-colour-dark);
}

.index-heading-container {
  text-align: center;
  padding-bottom: 12rem;
}

.offerings-container {
  width: 85%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 8rem;
  /* padding-top: 6.4rem; */
}

.offerings-item {
  /* grid-template-columns: auto; */
  display: grid;
  grid-template-rows: auto 32rem;
}

.offerings-img {
  width: 100%;
  height: 40rem;
  object-fit: cover;
}

.offerings-description {
  border: 1.2px solid var(--text-colour-dark);
  background-color: var(--bg-colour);
  padding: 4rem 3rem;
  position: relative;
  margin-top: -2px;
  border-top: none;
}

.offerings-heading {
  /* font-family: "Cormorant", serif; */

  font-size: 3.2rem;
  font-weight: 300;
  padding-top: 2rem;
}

.offerings-heading span {
  font-size: 3.2rem;
}

.offerings-text {
  font-size: 2rem;
  font-weight: 200;
  padding-top: 2rem;
  line-height: 1.8;
}

.offerings-small-text {
  font-size: 1.4rem;
  font-weight: 100;
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
}

.btn-container {
  text-align: center;
}

.link-container {
  text-align: center;
}

.product-button,
.product-button:link,
.product-button:visited {
  background-color: var(--text-colour-dark);
  color: var(--text-colour-light);
  /* padding: 1.5rem 3rem; */
  padding: 1rem 2rem;
  font-size: 1.8rem;
  font-weight: 300;
  /* margin-top: 3rem; */
  transition: 0.2s;
  border: none;
  align-self: flex-start;

  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
}

.product-button:hover,
.product-button:active {
  cursor: pointer;
  outline-offset: 0.3rem;
  outline: 0.2rem solid var(--text-colour-dark);
}

.link-button,
.link-button:link,
.link-button:visited {
  background-color: var(--text-colour-dark);
  color: var(--text-colour-light);
  /* padding: 1.5rem 3rem; */
  padding: 1rem 2rem;
  font-size: 1.8rem;
  font-weight: 300;
  /* margin-top: 3rem; */
  transition: 0.2s;
  border: none;
  align-self: flex-start;
  text-decoration: none;
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
}

.link-button:hover,
.link-button:active {
  /* text-decoration: underline; */
  cursor: pointer;
  outline-offset: 0.3rem;
  outline: 0.2rem solid var(--text-colour-dark);
}

/* index - season  */
.index-season-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(2, 50rem);
  /* padding: 0 0.5rem; */
  /* padding-top: 2rem;
  padding-bottom: 4rem; */
  gap: 0.5rem;
}

.index-season-item {
  /* cursor: none; */
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.index-season-text {
  background-color: hsla(0, 0%, 7%, 0.554);
  display: inline-block;
  text-align: center;
  color: var(--text-colour-light);
  font-size: 2.4rem;
  font-weight: 200;
  letter-spacing: 1px;
  padding: 1rem 3rem;
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.index-season-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  /* filter: grayscale(100%);
  -webkit-filter: grayscale(100%); */
  transition: all 0.5s;
  transition: filter 2s, transform 12s ease-out;
}

.index-season-img:hover {
  /* filter: grayscale(0);
  -webkit-filter: grayscale(0); */
  /* cursor: pointer; */
  transform: scale(1.4);
  filter: brightness(0.6);
}

/* footer */

.footer {
  background-color: var(--bg-colour-footer);
}

.footer-container-1 {
  display: flex;
  justify-content: space-between;
  padding: 6rem;
  padding-top: 10rem;
}

.footer-logo {
  /* width: 20rem; */
  width: 25rem;
}

.footer-logo-img {
  /* width: 25rem; */
  width: 100%;
}

.social {
  display: flex;

  gap: 4.2rem;
  align-items: center;
}

.social-icon {
  color: var(--text-colour-dark);
  /* height: 4rem;
  width: 4rem; */
  height: 5rem;
  width: 5rem;
}

.social-icon:hover {
  cursor: pointer;
}

.footer-social-logo {
  height: 5rem;
  fill: var(--text-colour-dark);
  cursor: pointer;
  width: 5rem;
}

.facebook:hover {
  fill: #4267b2;
}

/* .line:hover {
  fill: #06c755;
}

.twitter:hover {
  color: #00acee;
} */

/* .youtube:hover {
  color: #ff0000;
} */

.instagram:hover {
  color: #d62976;
}

.whatsapp:hover {
  color: #25d366;
}

.footer-contact {
  /* width: 25rem; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.8rem;
  color: var(--text-colour-dark);
  font-size: 1.8rem;
  font-weight: 200;
}

/* .footer-contact-item {
  width: 28rem;
  display: flex;

  gap: 1.2rem;
} */

/* .footer-text {
  font-size: 1.8rem;
  font-weight: 200;
} */

.footer-sms-text {
  /* font-family: "Inter", sans-serif; */

  color: var(--text-colour-dark);
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 200;
  letter-spacing: 0.5px;
}

.footer-sms-text:hover {
  cursor: pointer;
  text-decoration: underline;
}

.footer-line-container {
  width: 25rem;
  text-align: right;
  /* display: flex;
  justify-content: center;

  align-items: center; */
}

.footer-line-img {
  /* width: 20rem; */
  /* width: 60%;
  margin: auto; */
  width: 50%;
  /* margin: auto; */
  /* display: block;
  text-align: left; */
}

.copyright {
  text-align: center;
  color: var(--text-colour-dark);
  font-size: 1.4rem;
  font-weight: 200;
  padding-top: 6rem;
  padding-bottom: 2rem;
  letter-spacing: 0.5px;
}

/* Guesthouse */
/* .main-slider {
  height: calc(200vh-8rem);
} */

/* Animation */
@keyframes imgFadeInSlide {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}

@keyframes zoomOut {
  0% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1.05);
  }
}

.slider {
  height: calc(100vh - 8.5rem);
  width: 100vw;
  /* width: 100%; */
  /* position: absolute;
  top: 0; */
  overflow: hidden;
}
.slide {
  height: 100%;
  width: 100%;

  /* position: absolute;
  top: 0; */
  display: none;
  z-index: -1;

  position: absolute;
  top: 0;
  overflow: hidden;
}

.slide__active {
  display: block;
  animation: imgFadeInSlide 2s;
}

.slide__active img {
  animation: zoomOut 9s;
}

.slide__text {
  color: var(--text-colour-light);
  font-size: 6.4rem;
  /* font-size: 80rem; */
  font-weight: 500;
  line-height: 1.3;

  text-align: center;
  position: absolute;
  /* left: 8rem;
  bottom: 8rem; */
  left: 50%;
  /* left: 12%; */
  bottom: 10%;
  transform: translateX(-50%);

  text-shadow: 0.5px 0.5px 2px rgba(00, 00, 00, 0.8);
  letter-spacing: 0.5px;
  white-space: nowrap;
  z-index: 2;
}

.slide__text-thai {
  font-size: 6.4rem;
  /* font-size: 80rem; */
  font-weight: 400;
  line-height: 1.3;
}

.slide__text-eng {
  font-size: 6.4rem;
  /* font-size: 80rem; */
  font-weight: 500;
  line-height: 1.3;
  font-family: "Cormorant", serif;
  text-transform: capitalize;
}

.slide__img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: relative;
  transition: transform 3s;
}

.slide__img__active {
  transform: scale(1.4);
}

.branch-page {
  background-color: var(--bg-colour);
}

/* .branch-page {
  background-color: var(--text-colour-dark);
} */

.branch-page-primary-heading {
  text-align: center;
  padding-top: 8rem;
  font-size: 4.8rem;
  font-weight: 400;
  color: var(--text-colour-dark);
}

.branch-page-content {
  margin: 0 auto;
  padding-bottom: 5rem;
}

/* .branch-page-img {
  width: 50%;
  height: 40rem;
  object-fit: cover;
  display: block;
  margin: 3rem auto 0;
} */

.branch-page-body {
  /* width: 70%; */
  padding-top: 4rem;
  margin: 0 auto;
}

.branch-page-list,
.car-page-list {
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.5;

  color: var(--text-colour-dark);
}

.car-page-list-add {
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.5;
  text-align: left;
  color: var(--text-colour-dark);
  padding-bottom: 4.8rem;
}

.branch-page-list-flex,
.branch-text-additional {
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.5;

  color: var(--text-colour-dark);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.branch-text-additional {
  padding-top: 2rem;
}

.branch-page-text {
  font-size: 2rem;
  font-weight: 200;
  line-height: 1.5;

  color: var(--text-colour-dark);
}

.branch-page-introduction {
  padding-top: 4.8rem;
  padding-bottom: 2rem;
  font-weight: 400;
  text-align: center;
}

.branch-page-introduction br {
  display: none;
}

.branch-page-text-container {
  padding-bottom: 6.4rem;
  width: 70%;
  margin: 0 auto;
}

.branch-page-heading {
  font-size: 3rem;
  font-weight: 400;
  padding-bottom: 1.2rem;
}

.branch-page-secondary-heading {
  font-size: 2rem;
  font-weight: 400;
  padding-bottom: 2rem;
  line-height: 1.4;
}

.sticky .main-slider {
  margin-top: 8rem;
}

.branch-page-img-container {
  width: 80%;
  margin: 0 auto;
  display: flex;
  height: 40rem;
  /* display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 40rem; */
  /* grid-template-rows: auto;
  gap: 4.8rem; */
  /* height: 50rem; */
  gap: 2rem;
  overflow: hidden;

  justify-content: center;
  gap: 4.8rem;
}

.branch-page-img-double-container {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}

.branch-page-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.branch-return-container {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  padding-top: 4.8rem;
}

.return-to-home:link,
.return-to-home:visited {
  display: inline-block;
  text-decoration: none;

  color: var(--text-colour-dark);
  font-weight: 400;
  font-size: 2.6rem;
  transition: all 0.3s;
  padding-bottom: 6rem;
}

.return-to-home:hover,
.return-to-home:active {
  text-decoration: underline;
}

.gh-car:link,
.gh-car:visited {
  color: #1e3c78;
  font-weight: 500;
}

.gh-car:hover,
.gh-car:active {
  color: #576e9b;
}

/* Things to do */
.things-to-do-container {
  height: 55rem;
  overflow: hidden;
  position: relative;
}

.things-to-do-img-bg {
  height: 100%;
  width: 100%;
  object-fit: cover;

  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* transition: all 0.5s; */
  transition: all 0.3s;
}

.things-to-do-img-bg:hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}

.things-to-do-img-main {
  height: auto;
  /* width: 30rem; */
  /* width: 35rem; */
  width: 40rem;
  position: absolute;
  top: 50%;
  /* right: 10%; */
  right: 15%;

  transform: translateY(-50%);
  /* z-index: 2000; */
}

.things-to-do-img-main-exception {
  height: auto;
  /* width: 30rem; */
  width: 35rem;
  /* width: 40rem; */
  position: absolute;
  top: 50%;
  /* right: 10%; */
  right: 18%;

  transform: translateY(-50%);
  /* z-index: 2000; */
}

.things-to-do-img-main-left {
  /* left: 10%; */
  left: 18%;
}

.things-to-do {
  margin-top: 16rem;
  position: relative;
  /* display: flex;
  flex-direction: column;
  gap: 8rem; */
}

.things-to-do-heading {
  font-family: "Cormorant", serif;
  /* font-family: "Inter", serif; */

  text-transform: uppercase;

  font-size: 9.6rem;
  /* font-size: 6.4rem; */
  font-weight: 500;
  color: #000;
  z-index: 999;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.things-to-do-text {
  /* font-family: "Cormorant", serif; */
  font-family: "Inter", serif;
  text-transform: capitalize;

  font-size: 6.4rem;
  font-weight: 500;
  /* letter-spacing: 1px; */
  /* letter-spacing: 12px; */
  line-height: 1.2;
  color: #000;
  /* text-shadow: 0.5px 0.5px 2px rgba(00, 00, 00, 0.8); */
  /* background-color: #000; */
  letter-spacing: 0.5px;
  white-space: nowrap;
  z-index: 2;

  position: absolute;
  top: 50%;
  /* left: 10%; */

  transform: translateY(-50%);
}

.things-to-do-text-left-1 {
  /* top: 35%; */
  /* left: 10%; */
  left: 15%;

  letter-spacing: 5px;
}

.things-to-do-text-right-1 {
  position: absolute;
  /* top: 50%; */
  /* right: 10%; */
  right: 15%;
  /* right: 18%; */

  letter-spacing: 5px;
}

.things-to-do-text-right-2 {
  position: absolute;
  /* top: 50%; */
  /* right: 10%; */
  right: 10%;
  /* right: 18%; */

  letter-spacing: 5px;
}

.adventure-line-break {
  display: none;
}

.branch-page-primary-heading br {
  display: none;
}

.branch-page-introduction br {
  display: none;
}

/* Hero section */

.hero-img {
  height: calc(100vh - 8.5rem);
  object-fit: cover;

  /* background-size: cover; */
  animation: heroImage 1s ease-out;
  /* position: relative; */
  width: 100%;
}

.heading-page {
  font-family: "Cormorant", serif;
  text-transform: capitalize;
  color: var(--text-colour-light);
  /* font-size: 8rem; */
  font-size: 8rem;
  font-weight: 400;
  /* letter-spacing: 5px; */
  background-color: hsla(0, 0%, 7%, 0.5);
  padding: 2rem 4rem;

  position: absolute;
  left: 50%;
  bottom: 8%;
  transform: translateX(-50%);
  z-index: 100;
  text-shadow: 1px 1px 1px rgba(00, 00, 00, 0.8);
  text-align: center;

  display: none;
}

.text--active {
  display: block;
  animation: heroText 1.5s ease-out;
}

@keyframes heroImage {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  80% {
    transform: translate(0);
  }

  100% {
    opacity: 1;
    transform: translate(0);
  }
}

@keyframes heroText {
  0% {
    opacity: 0;
    /* transform: translateX(-200%); */
    transform: translateX(-300%);
  }

  95% {
    transform: translateX(-50%);
  }

  100% {
    opacity: 1;
    transform: translateX(-50%);
  }
}

.second-heading-gen {
  font-size: 4.8rem;
  font-weight: 300;
  text-align: center;
  padding-top: 6.4rem;
}

.third-heading-gen {
  font-size: 3.6rem;
  font-weight: 300;
  text-align: center;
  /* padding-top: 6.4rem; */
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
}

.fourth-heading-gen {
  font-size: 3.2rem;
  font-weight: 300;
  text-align: center;
  /* padding-top: 6.4rem; */
  padding-top: 4.8rem;
}

.car-page-text-container {
  padding-top: 4rem;
  /* padding-bottom: 6.4rem; */
  text-align: center;
  width: 50%;
  margin: 0 auto;
}

.heading-car {
  white-space: nowrap;
}

.additional-text {
  padding-top: 3rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5;
  padding-bottom: 3rem;
}

.car-container {
  background-color: var(--bg-colour);
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
}

.car-container:nth-child(3),
.car-container:last-child {
  /* padding-top: 20rem; */
  border-top: 1px solid var(--text-colour-dark);
}

.second-heading-gen {
  margin-top: -2px;
  background-color: var(--bg-colour);
}

/* Transition Text */
.animated-img {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100vw;
  z-index: -100;
  animation: imgAppear 1s ease-out;
}

@keyframes imgAppear {
  0% {
    opacity: 0;
    /* transform: translateY(-100%); */
  }

  90% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    /* transform: translate(0); */
  }
}

.transition-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  /* display: none;

  opacity: 0; */
  /* transition: opacity 0.5s ease-in-out;  */
  /* Smooth transition */
}

.transparent {
  /* background-color: transparent; */
  height: 100vh;
  width: 100vw;
}

.car-container .third-heading-gen br {
  display: none;
}

/* about page */
.about-hero {
  height: calc(100vh - 8.5rem);
}

.about-hero-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
  position: fixed;
}

.about-intro,
.about-text-container {
  width: 75%;
  margin: 0 auto;
  padding-bottom: 8rem;
}

.about-page-text {
  padding-top: 3.6rem;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2;

  color: var(--text-colour-dark);
}

/* .about-quote {
  text-decoration: ;
} */

.about-description {
  /* margin-top: -2px; */
  /* background-color: var(--primary-colour); */
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 60vh);
  padding: 6.4rem 0;
  align-items: center;
}

.about-description picture {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.about-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.about-text {
  /* color: var(--text-colour-light); */
  padding-left: 4rem;
  padding-right: 5.6rem;
}

.about-text-heading {
  /* font-size: 4.8rem; */
  font-size: 3.6rem;
  font-weight: 400;
}

.about-text-body {
  padding-top: 3rem;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.7;
}

.about-team,
.about-offers,
.about-why-us {
  border-top: 1.2px solid var(--text-colour-dark);
  /* padding-top: 4.8rem; */
  padding-top: 2.4rem;
}

.bold-text {
  font-weight: 500;
}

.about-heading {
  font-size: 3.6rem;
  font-weight: 400;
  text-align: center;
  /* padding-top: 6.4rem; */
  padding-top: 4.8rem;
  /* padding-bottom: 4.8rem; */
}

.about-text-container {
  width: 75%;
}

.about-offers .branch-page-img-container {
  margin-top: 4.8rem;
}

.about-offers-img-main-container {
  padding-top: 4.8rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* grid-template-rows: 50rem; */
}

.about-offers-img-sub-container {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-offer-img,
.about-offer-img-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}

.about-offer-img-active {
  display: block;
}

.about-why-us .branch-page-img-container,
.about-why-us .branch-page-text-container,
.about-team .branch-page-img-container {
  padding-top: 4.8rem;
}

.about-ceo {
  padding-top: 3.6rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.about-ceo-name {
  font-size: 2rem;
  font-weight: 500;
}

.about-ceo-position {
  font-size: 2rem;
  font-weight: 200;
}
