/* Base font imports */
@import url("https://fonts.googleapis.com/css2?family=Libre+Caslon+Display&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Oswald:wght@200..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
/* Base colors */
/*
$base-color: #F9F4EF;
$btn-light:$base-color;
$btn-color:#EA6E30;
$black:#000000;
$white:#FFFFFF;
$border: 2px solid rgb(183, 183, 183);
*/
/*Global styles*/
* {
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}

body {
  background: #F9F4EF;
  font-family: "Nunito Sans", sans-serif;
  scroll-behavior: smooth;
}

div {
  padding: 2em;
  background: inherit;
}

/* Text formating */
h1 {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 6em;
  line-height: 1em;
}

h2 {
  font-family: "Playfair Display", serif;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 4.7em;
  line-height: 1em;
}

h3 {
  font-family: "Playfair Display", serif;
  text-transform: capitalize;
  font-size: 2.2em;
}

h4 {
  font-family: "Playfair Display", serif;
  @apply font-normal;
}

h5 {
  font-family: "Playfair Display", serif;
  @apply font-normal;
}

h6 {
  font-family: "Playfair Display", serif;
  @apply font-normal;
}

p {
  font-family: "Nunito Sans", sans-serif;
  line-height: 1.6em;
  font-weight: 400;
  font-size: 1.2em;
  margin-top: 16px;
  margin-bottom: 26px;
}

span {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1em;
  line-height: 3.6em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

a {
  font-family: "Nunito Sans", sans-serif;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.sp-heading {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}

.xl-heading h2 {
  font-size: 6.5em;
}

.spl-p {
  font-family: "Playfair Display", serif;
  font-size: 1.8em;
  font-weight: 600;
}

.my-list {
  line-height: 1.6em;
  text-align: left;
  font-size: 18px;
  margin-top: 25px;
}
.my-list li {
  margin-bottom: 5px;
}
.my-list li::marker {
  color: #EA6E30;
}

/* Utility classes */
.text-primary {
  color: #000000;
}

.bg-primary {
  background-color: #F9F4EF;
}

/* Home hero background */
.hero-bg {
  background-image: url("../images/desktopbg2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFFFFF !important;
  text-align: center;
  min-height: 110vh;
}
.hero-bg div {
  margin-top: 20vh;
  background: none;
}
.hero-bg div h2 {
  margin-top: -6px;
  text-transform: uppercase;
  font-size: 6em;
}
.hero-bg section {
  margin: 0 auto;
  width: 40%;
}
.hero-bg section p {
  padding-bottom: 40px;
}

/* Centered text */
.text-center {
  text-align: center;
  margin: 10vh auto 1vh auto;
  width: 65%;
}
.text-center section {
  margin: 0 auto;
  width: 80%;
}
.text-center section p {
  padding: 40px 5px;
  font-size: 1.8em;
  font-weight: 200;
}

/* Centered text lg*/
.text-center-lg {
  text-align: center;
  margin: 10vh auto 1vh auto;
  width: 85%;
}
.text-center-lg section {
  margin: 0 auto;
  width: 80%;
}
.text-center-lg section p {
  padding: 40px 5px;
  font-size: 1.8em;
  font-weight: 200;
}

/* Three column grid display */
.flex-box {
  margin: 0 auto;
  width: 75%;
}
.flex-box section {
  display: grid;
  grid-template-columns: 2fr 2fr 2fr;
  gap: 2em;
  margin-top: -50px;
}
.flex-box section img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
.flex-box section h3, .flex-box section p {
  margin: 10px;
  font-weight: 500;
  line-height: 1.1em;
}
.flex-box section p {
  font-weight: 300;
  font-size: 1em;
  line-height: 1.5em;
  padding-top: 14px;
}

/* Editorial categories */
.categories {
  display: grid;
  grid-template-columns: 2fr 2fr 2fr;
  margin: 0 auto;
  width: 40%;
  border-bottom: 2px solid rgb(183, 183, 183);
  padding-bottom: 1px;
  margin-bottom: 36px;
}
.categories span {
  cursor: pointer;
  color: grey;
  margin: 0 auto;
  text-align: center;
}

/* Solid black background*/
.black-bg {
  background: #000000;
  color: #FFFFFF;
  position: relative;
}

/*Sticky heading text*/
.parallax-text {
  text-align: center;
  z-index: 10;
  background: none;
  /* Ensure the container provides a scrolling context */
  height: 10vh; /* Example height to enable scrolling */
  display: block;
}
.parallax-text section {
  position: sticky;
  top: 0;
  z-index: 10;
  width: 55%;
  margin: 0 auto;
  margin-top: -900px;
  margin-bottom: -500px;
  padding-top: 56px;
}
.parallax-text section h1, .parallax-text section h2 {
  font-size: 6em;
}
.parallax-text section p {
  width: 55%;
  margin: 0 auto;
  padding-top: 32px;
}

/*Image gallery as background*/
.image-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  justify-content: space-evenly;
  justify-items: end;
  align-items: end;
  z-index: -1;
  overflow: hidden;
}
.image-gallery img:nth-child(1) {
  grid-column: span 0;
  grid-row: 1;
}
.image-gallery img:nth-child(2) {
  grid-column: span 20;
  grid-row: 1;
}
.image-gallery img:nth-child(3) {
  grid-column: span 1;
  grid-row: 2;
  z-index: 10;
}
.image-gallery img:nth-child(4) {
  grid-column: span 10;
  grid-row: 2;
}
.image-gallery img:nth-child(5),
.image-gallery img:nth-child(6) {
  grid-column: span 2;
  grid-row: 3;
  justify-self: center;
  margin-top: -200px;
}
.image-gallery img {
  width: 250px;
  height: auto;
  object-fit: cover;
}

/*Video background*/
.video-bg {
  padding: 0;
  margin: 0;
  height: 86vh;
  position: relative;
  z-index: 10;
}
.video-bg #videoBg {
  width: 100%;
  height: 90vh;
  object-fit: cover;
  object-position: bottom center;
}

/*Text-image section*/
.text-image-box {
  text-align: center;
}
.text-image-box img {
  width: 460px;
  height: 90vh;
  object-fit: cover;
}
.text-image-box section {
  line-height: 5em;
}
.text-image-box section p {
  padding: 26px 0 16px 0;
}
.text-image-box .text-left {
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: 26px;
  width: 70%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
.text-image-box .text-right {
  display: grid;
  grid-template-columns: 2fr 2fr;
  grid-auto-flow: dense;
  gap: 26px;
  width: 70%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  direction: rtl;
}

/*Scolling background*/
.parallex-bg {
  background-image: url(../images/sunset-sc.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  color: #F9F4EF;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}
.parallex-bg div {
  display: grid;
  grid-template-columns: 2fr 2fr;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  background: none;
  margin: 0 auto;
}
.parallex-bg div section {
  background: none;
  width: 85%;
  margin: 0 auto;
}
.parallex-bg div section h3 {
  font-size: 2.7em;
}
.parallex-bg div section .btn-light {
  margin-top: 60px;
}
.parallex-bg img {
  width: 400px;
  height: 580px;
  object-fit: cover;
}

/* Full-width scrolling background*/
.parallex-bg-wide {
  background-image: url(../images/pexels-lukas-hq-756360-4059155.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  color: #F9F4EF;
  margin: 0 auto;
  position: relative;
  height: 100vh;
  z-index: 9;
}
.parallex-bg-wide div {
  display: grid;
  grid-template-columns: 4fr 1fr;
  justify-content: center;
  align-items: center;
  width: 80%;
  background: none;
  margin: 0 auto;
}
.parallex-bg-wide div section {
  background: none;
  width: 100%;
  margin: 0 auto;
  margin-top: 16vh;
}
.parallex-bg-wide div section h3 {
  font-size: 3em;
  padding-bottom: 32px;
  line-height: 1.3em;
}
.parallex-bg-wide img {
  width: 400px;
  height: 580px;
  object-fit: cover;
}

/*Text section*/
.text-box {
  display: grid;
  grid-template-columns: 2fr 2fr;
  justify-content: center;
  align-items: start;
  width: 80%;
  margin: 0 auto;
}
.text-box img {
  width: 80%;
  height: 94vh;
  object-fit: cover;
}

/* Fixed heading */
.fixed-heading {
  position: sticky;
  top: 10vh; /* Makes it sticky to the top of the viewport */
  bottom: -30vh;
  margin-bottom: -300px;
  z-index: 1; /* Ensures it stays above scrolling content */
}

/* Testimonials section*/
.testimonial {
  display: block;
  border-bottom: 1px solid #000000;
  padding-top: 30px;
}
.testimonial p {
  margin-top: 5px;
}
.testimonial .text {
  font-size: 17px;
}
.testimonial .checked {
  color: #EA6E30;
}

/* CTA section */
.cta-section {
  display: grid;
  grid-template-columns: 2fr 2fr;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  padding: 0;
}
.cta-section div:nth-last-child(2),
.cta-section div:nth-last-child(1) {
  width: 100%;
  height: 100vh;
  display: block; /* Use flexbox for alignment */
  padding-top: 36vh;
  transition: background-color 0.5s ease; /* Smooth transition */
}
.cta-section div:nth-last-child(2):hover,
.cta-section div:nth-last-child(1):hover {
  background-color: rgba(0, 0, 0, 0.5); /* Darker overlay */
  background-blend-mode: overlay; /* Ensures blending with the image */
}
.cta-section div:nth-last-child(2) {
  background: url(../images/pexels-cindy-bartillon-202386255-15246345.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cta-section div:nth-last-child(1) {
  background: url(../images/pexels-ekaterina-bolovtsova-7307623.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cta-section h3 {
  font-family: "Oswald";
  font-size: 5em;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center; /* Ensure text stays centered */
}
.cta-section button {
  width: 320px;
  margin-top: 26px;
}

/* About section */
.about {
  height: 100vh;
  width: 60%;
}
.about img {
  opacity: 82%;
  margin-top: -25vh;
  width: 360px;
  height: 360px;
  object-fit: cover;
}
.about h3 {
  font-size: 8em;
  text-transform: uppercase;
  line-height: 1em;
  font-weight: 500;
}

/* Buttons - light */
.btn-light {
  background-color: #FFFFFF;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 32px;
  font-weight: 300;
  cursor: pointer;
  border: none;
  font-size: 16px;
}

/* Buttons - color */
.btn-color {
  background-color: #EA6E30;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 12px 32px;
  font-weight: 300;
  cursor: pointer;
  font-size: 16px;
}

/* Buttons - clear */
.btn-clear {
  background-color: rgba(255, 255, 255, 0);
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 32px;
  font-weight: 300;
  border: 0.001em solid grey;
  font-size: 16px;
}

/* Message section  */
.message-section {
  background: url(../images/pexels-jan-van-der-wolf-11680885-19130660.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.message-section h3 {
  font-family: "Oswald";
  color: #FFFFFF;
}
.message-section .messages {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 2fr 2fr 2fr;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-content: center;
  flex-direction: row;
  background: none;
  overflow: hidden; /* Prevent overflow */
}
.message-section .messages section {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 1em;
  font-size: 14px;
  display: grid;
  grid-template-columns: 0.3fr 2fr;
  align-items: center;
  gap: 16px;
  margin: 10px;
  max-width: 400px;
  animation: scroll-left 25s linear infinite; /* Smooth continuous scrolling */
}
@keyframes scroll-left {
  from {
    transform: translateX(100%); /* Start from off-screen right */
  }
  to {
    transform: translateX(-100%); /* End off-screen left */
  }
}
.message-section .messages section img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}
.message-section .messages section .heart {
  color: red;
  position: absolute;
  top: -5%;
  right: -2%;
}
.message-section .messages section .heart i {
  background-color: #FFFFFF;
  padding: 10px;
  border-radius: 50px;
  font-size: 20px;
}

/* Button: white  */
.btn-white {
  background-color: rgba(255, 255, 255, 0);
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 32px;
  font-weight: 300;
  border: 0.001em solid #FFFFFF;
  font-size: 16px;
  cursor: pointer;
}

/* Stacked-Scroll effect */
.stacked-scroll {
  height: 240vh; /* 100vh per panel */
  position: relative;
  padding: 0;
  margin: 0;
}

.container section {
  margin: 0 auto;
  width: 70%;
}

.text-container span {
  font-size: 12px;
  letter-spacing: 5px;
  padding: 24px;
  text-transform: uppercase;
}
.text-container hr {
  color: #FFFFFF;
  opacity: 50%;
}
.text-container section {
  margin: 35% auto;
  width: 70%;
}

.stack-panel {
  position: sticky;
  top: 0;
  height: 80vh;
  width: 100%;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.8s ease;
  color: white;
}
.stack-panel h2 {
  font-family: "Oswald", sans-serif;
}

/* Show when visible */
.stack-panel.visible {
  opacity: 1;
  transform: translateY(0);
  padding: 0;
  margin: 0;
}

.full-container {
  display: grid;
  grid-template-columns: 2fr 2fr;
  margin: 0;
  padding: 0;
}
.full-container div {
  padding: 0px !important;
}

/* Different backgrounds & z-index */
.panel-1 {
  background: #EA6E30;
  z-index: 1;
}

.panel-2 {
  background: teal;
  z-index: 2;
}

.panel-3 {
  background: #214736;
  z-index: 3;
}

/* Profile image */
.profile {
  display: flex;
  grid-template-columns: 2fr 2fr;
  justify-content: space-between;
  align-items: end;
  justify-items: last baseline;
  margin-bottom: -400px;
}
.profile img {
  height: 520px;
  width: 360px;
  object-fit: cover;
}

.quote {
  font-size: 2em;
  font-family: "Playfair Display", serif;
  line-height: 1.3em;
  font-weight: bold;
}

.quote:before {
  content: url("/images/text.png");
  position: absolute;
}

/* MOBILE-TABLET RESPONSVE STYLES */
@media only screen and (max-width: 768px) {
  h1 {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 3em;
    line-height: 1.1em;
  }
  h2 {
    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-size: 2.6em;
    line-height: 1.2em;
  }
  h3 {
    font-family: "Playfair Display", serif;
    font-size: 1.8em;
  }
  h4 {
    font-family: "Playfair Display", serif;
    font-size: 1.4em;
  }
  h5 {
    font-family: "Playfair Display", serif;
    @apply font-normal;
  }
  h6 {
    font-family: "Playfair Display", serif;
    @apply font-normal;
  }
  span {
    line-height: 1.7em;
  }
  .hero-bg div {
    margin-top: 15vh;
  }
  .hero-bg div h2 {
    margin-top: -4px;
    font-size: 3em;
  }
  .hero-bg section {
    margin-top: 0.2em;
    width: 80%;
  }
  .text-center {
    text-align: center;
    margin: 6vh auto 1vh auto;
    width: 90%;
  }
  .text-center section {
    margin: 0 auto;
    width: 90%;
  }
  .text-center section p {
    padding: 16px 5px;
    font-size: 1.3em;
  }
  .flex-box {
    margin: 0 auto;
    width: 90%;
  }
  .flex-box section {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    justify-content: center;
  }
  .flex-box section img {
    width: 320px;
    height: 360px;
    object-fit: cover;
    margin-top: 10px;
  }
  .flex-box section h3, .flex-box section p {
    margin: 10px;
  }
  .full-container {
    display: flex;
    flex-wrap: wrap-reverse;
  }
  .full-container img {
    height: 320px;
    width: 160%;
    object-fit: cover;
    margin-bottom: 20px;
  }
  .text-container section {
    margin: 0% auto;
    width: 80%;
  }
}

/*# sourceMappingURL=style.css.map */
