@font-face {
  font-family: 'Nyght Serif';
  src: url("../fonts/NyghtSerif-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Nyght Serif';
  src: url("../fonts/NyghtSerif-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Nyght Serif';
  src: url("../fonts/NyghtSerif-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Nyght Serif';
  src: url("../fonts/NyghtSerif-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Nyght Serif';
  src: url("../fonts/NyghtSerif-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Nyght Serif';
  src: url("../fonts/NyghtSerif-Dark.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Neue Haas Grotesk Display Pro';
  src: url("../fonts/NHaasGroteskDSPro-15UltTh.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Neue Haas Grotesk Display Pro';
  src: url("../fonts/NHaasGroteskDSPro-25Th.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Neue Haas Grotesk Display Pro';
  src: url("../fonts/NHaasGroteskDSPro-45Lt.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Neue Haas Grotesk Display Pro';
  src: url("../fonts/NHaasGroteskDSPro-55Rg.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Neue Haas Grotesk Display Pro';
  src: url("../fonts/NHaasGroteskDSPro-75Bd.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

#home {
  /* Interactive Sections */
}

#home .s1 {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 800px;
  overflow: hidden;
}

#home .s1 .scroll-to-explore {
  position: absolute;
  width: calc(100% - 2rem);
  max-width: 1230px;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

#home .s1 .scroll-to-explore span {
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: transparent;
  background-image: linear-gradient(to right, #ffffff 50%, rgba(255, 255, 255, 0.5) 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  -webkit-background-clip: text;
  background-clip: text;
  animation: gradientMove 3.5s ease-in-out infinite;
}

#home .s1 .scroll-to-explore svg path {
  stroke: #fff;
  opacity: 0.5;
  animation: pulseStroke 3.5s ease-in-out infinite;
}

@keyframes gradientMove {
  0% {
    background-position: 100% 0;
  }
  40% {
    background-position: 0% 0;
  }
  60% {
    background-position: 0% 0;
  }
  100% {
    background-position: 100% 0;
  }
}

@keyframes pulseStroke {
  0%, 100% {
    stroke: #fff;
    opacity: 0.5;
  }
  40% {
    stroke: #B27328;
    opacity: 1;
  }
  60% {
    stroke: #B27328;
    opacity: 1;
  }
}

#home .s1 .static-heading {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: calc(100% - 2rem);
  max-width: 1230px;
  text-align: left;
  pointer-events: none;
}

#home .s1 .static-heading h1 {
  font-family: "Nyght Serif", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 5.25rem;
  line-height: 6rem;
  color: #fff;
  opacity: 0;
  transition: opacity 0.4s ease;
}

#home .s1 .slider-nav {
  width: calc(100% - 2rem);
  max-width: 1230px;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  height: 280px;
}

#home .s1 .slider-nav > div {
  max-width: 260px;
  margin-left: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}

#home .s1 .slider-nav button {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  display: block;
  background: none;
  border: none;
  padding: 0;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #fff;
  opacity: 0.5;
  margin-bottom: 15px;
  transition: all .3s ease;
}

#home .s1 .slider-nav button.active {
  color: #DB9900;
  opacity: 1;
}

#home .s1 .slider-wrapper {
  width: 100%;
  height: 100%;
}

#home .s1 .slider-wrapper .slide {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

#home .s1 .slider-wrapper .slide .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 1;
}

#home .s1 .slider-wrapper .slide1 {
  background: url(/i/Home_Hero1.jpg) no-repeat center/cover;
}

#home .s1 .slider-wrapper .slide2 {
  background: url(/i/Home_Hero2.jpg) no-repeat 25%/cover;
}

#home .s1 .slider-wrapper .slide3 {
  background: url(/i/Home_Hero3_new3.jpg) no-repeat center/cover;
}

#home .s1 .hero-animate {
  --shift: 0%;
  will-change: transform;
}

#home .s1 .hero-animate[style*="translate(-50%"] {
  transform: translate(-50%, calc(-50% + var(--shift)));
}

#home .interactive-section {
  /* Background */
  /* Progress Tracker */
}

#home .interactive-section {
  height: 300vh;
  position: relative;
}

#home .interactive-section .section-container {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 2;
}

#home .interactive-section .section-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: opacity .8s ease, visibility .8s ease;
  background-size: cover;
  background-position: center;
}

#home .interactive-section .section-content.active {
  opacity: 1;
  visibility: visible;
}

#home .interactive-section .section-content[data-section="0"] {
  background: url(/i/Home_History.jpg) no-repeat center/cover;
}

#home .interactive-section .section-content[data-section="1"] {
  background: url(/i/Home_Approach.jpg) no-repeat center/cover;
}

#home .interactive-section .section-content[data-section="2"] {
  background: url(/i/Home_Team_New.jpg) no-repeat 80%/cover;
}

#home .interactive-section .section-text {
  width: calc(100% - 2rem);
  max-width: 1230px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

#home .interactive-section .section-text .section-title {
  color: #fff;
}

#home .interactive-section .section-text h3 {
  color: #fff;
  max-width: 920px;
  margin: 1.5rem 0 3.5rem 0;
}

#home .interactive-section .progress-tracker {
  width: calc(100% - 2rem);
  max-width: 1230px;
  position: fixed;
  bottom: 5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 3rem;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, bottom 0.5s ease;
}

#home .interactive-section .progress-tracker > div {
  width: 33.33%;
  transition: opacity 0.3s ease;
}

#home .interactive-section .progress-tracker > div:not(.active) {
  opacity: 0.6;
}

#home .interactive-section .progress-tracker p {
  font-size: 1.25rem;
  line-height: 2rem;
  color: #fff;
  opacity: 0.4;
  letter-spacing: 0.75px;
}

#home .interactive-section .progress-tracker > div.active p {
  opacity: 1;
}

#home .interactive-section .progress-tracker .progress-line {
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.4);
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

#home .interactive-section .progress-tracker .progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #fff;
  width: 0%;
  transition: width 0.3s ease;
}

#home .interactive-section .progress-tracker.absolute {
  position: absolute;
  bottom: calc(100vh - 91.66%);
}

#home .interactive-section .progress-tracker.visible {
  opacity: 1;
  visibility: visible;
}

#home .s4-wrapper {
  height: 400vh;
  position: relative;
}

#home .s4 {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background: #fff;
}

#home .s4 .container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}

#home .s4 .slide {
  position: absolute;
  width: 100%;
  max-width: 454px;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
  display: flex;
  align-items: center;
}

#home .s4 .slide h2 {
  margin: 2rem 0;
}

#home .s4 .slide p {
  font-size: 1.25rem;
  line-height: 1.85rem;
  color: #757575;
}

#home .s4 .slide .title {
  color: #757575;
  font-size: 1rem;
}

#home .s4 .slide .global-btn {
  margin-top: 6rem;
}

#home .s4 .slide.active {
  opacity: 1;
  position: relative;
}

#home .s4 .infographic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  overflow: visible;
  z-index: 1;
}

#home .s4 .infographic img {
  position: absolute;
  top: 50%;
  right: -20vw;
  transform: translateY(-50%);
  width: 70vw;
  height: 121vh;
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.5s ease;
}

#home .s4 .infographic img.active {
  opacity: 1;
}

#home .s4-carousel {
  display: none;
  padding: 7.5rem 0;
}

#home .s4-carousel img {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 3rem auto;
}

#home .s4-carousel .slick-slide {
  text-align: center;
  padding-bottom: 1rem;
}

#home .s4-carousel .slick-slide h2 {
  margin: 2rem 0;
}

#home .s4-carousel .slick-slide h2 br {
  display: none;
}

#home .s4-carousel .slick-slide p {
  font-size: 1.25rem;
  line-height: 1.85rem;
  color: #757575;
  max-width: 550px;
  margin: 0 auto;
}

#home .s4-carousel .slick-slide .title {
  color: #757575;
  font-size: 1rem;
}

#home .s4-carousel .slick-slide .global-btn {
  margin: 2rem auto 0;
}

#home .s4-carousel .slick-dots {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin-top: 3rem;
}

#home .s4-carousel .slick-dots li {
  width: 12px;
  height: 12px;
  background: #757575;
  border-radius: 100%;
}

#home .s4-carousel .slick-dots li button {
  background: none;
  font-size: 0;
  border: none;
}

#home .s4-carousel .slick-dots .slick-active {
  background-color: #B27328;
}

#home .s5 {
  height: 100vh;
  position: relative;
  background-color: #3A3332;
  text-align: center;
}

#home .s5 .container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

#home .s5 h2, #home .s5 p {
  color: #fff;
}

#home .s5 p {
  margin-bottom: 3rem;
}

#home .s5 h2 .italic {
  font-style: italic;
}

#home .s5 .color {
  transition: color .5s ease;
}

#home .s5 .arrow-wrapper {
  position: relative;
  display: inline-block;
  height: 0;
  vertical-align: middle;
}

#home .s5 .arrow-wrapper .arrow {
  position: absolute;
  top: -53px;
  left: 0;
  display: inline-block;
  width: 100px;
  height: 100px;
  border: 2px dashed #DB9900;
  position: relative;
  border-radius: 100%;
  transition: all .5s ease;
}

#home .s5 .arrow-wrapper .arrow::before {
  content: '';
  position: absolute;
  display: block;
  width: 30px;
  height: 20px;
  background: url(/i/svg/arrow-dashes.svg) no-repeat center/contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

#home .s5::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: url(/i/Home_Callout.jpg) no-repeat center/cover;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
}

#home .s5.sel::before {
  opacity: 1;
  visibility: visible;
}

#home .s5.sel .color {
  color: #DB9900;
}

#home .s5.sel .arrow {
  background-color: #DB9900;
  border: solid 2px #DB9900;
}

@media (max-height: 900px) {
  #home .interactive-section .section-text h3 {
    font-size: 2rem;
    line-height: 2.7rem;
  }
  #home .interactive-section .progress-tracker {
    bottom: 3rem;
  }
  #home .interactive-section .progress-tracker p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  #home .interactive-section .progress-tracker .progress-line {
    margin-bottom: 10px;
  }
}

@media (min-width: 400px) and (max-height: 780px) {
  #home .interactive-section .section-text h3 {
    font-size: 2rem;
    line-height: 2.7rem;
  }
  #home .interactive-section .progress-tracker {
    bottom: 3rem;
  }
  #home .interactive-section .progress-tracker p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  #home .interactive-section .progress-tracker .progress-line {
    margin-bottom: 10px;
  }
}

@media (min-width: 400px) and (max-height: 700px) {
  #home .interactive-section {
    height: auto;
  }
  #home .interactive-section .section-container {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    display: block;
    overflow: auto;
    height: auto;
  }
  #home .interactive-section .section-content {
    height: auto;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding: 8.34rem 0;
  }
  #home .interactive-section .section-text {
    top: auto;
    transform: none;
  }
  #home .interactive-section .progress-tracker {
    display: none;
  }
}

@media screen and (max-width: 1250px) {
  #home .s1 .static-heading h1 {
    font-size: 4rem;
    line-height: 5.5rem;
  }
  #home .s1 .scroll-to-explore {
    top: 95%;
  }
  #home .s1 .static-heading {
    top: 50%;
  }
  #home .s1 .slider-nav {
    height: auto;
    top: 80%;
  }
}

@media screen and (max-width: 980px) {
  #home .s1 .slider-nav > div {
    right: auto;
    left: 0;
  }
  #home .s1 .scroll-to-explore {
    display: none;
  }
  #home .interactive-section .progress-tracker {
    gap: 2rem;
  }
  #home .s4-wrapper {
    display: none;
  }
  #home .s4-carousel {
    display: block;
  }
  #home .s5 .arrow-wrapper .arrow {
    width: 80px;
    height: 80px;
    top: -41px;
  }
}

@media screen and (max-width: 767px) {
  #home .s1 .static-heading h1 {
    font-size: 2.8rem;
    line-height: 3.5rem;
  }
  #home .s1 .static-heading h1 br {
    display: none;
  }
  #home .s1 .slider-nav button {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1.3px;
    margin-bottom: 12px;
  }
  #home .s1 .scroll-to-explore span {
    font-size: 13px;
    line-height: 16px;
  }
  #home .interactive-section .section-text h3 {
    margin: 1.3rem 0 2.5rem 0;
    font-size: 1.7rem;
    line-height: 2.3rem;
  }
  #home .interactive-section .progress-tracker {
    bottom: 3rem;
    gap: 1rem;
  }
  #home .interactive-section .progress-tracker p {
    font-size: 14px;
    line-height: 18px;
  }
  #home .s4-carousel {
    padding: 5rem 1rem;
  }
  #home .s4-carousel img {
    max-width: 320px;
  }
  #home .s4-carousel .slick-slide h2 {
    margin: 1rem 0;
  }
  #home .s4-carousel .slick-slide p {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
  #home .s5 p {
    margin-bottom: 2rem;
  }
  #home .s5 h2 br {
    display: none;
  }
  #home .s5 .arrow-wrapper .arrow {
    width: 55px;
    height: 55px;
    top: -30px;
  }
  #home .s5 .arrow-wrapper .arrow::before {
    height: 15px;
  }
}
