@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');

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



body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: white;
    overflow-x: hidden;
    overflow-y: scroll;
}

img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

[data-hidden] {
    opacity: 0;
}

html.lenis {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}

/* .bg-container {
  position: fixed;
  display: flex;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  flex-direction: row;
  align-items: center;
} */


/* h1,
h2 {
    font-size: 16rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1;
}

p {
    font-size: 4.8rem;
    letter-spacing: -0.03em;
    line-height: 1.5;
} */




.fullwidth-image {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    transform-origin: 50% bottom ;
    /* padding-bottom: 40rem; */
}

.fullwidth-image img {
    position: absolute;
    inset: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
    transform-origin: 50% bottom;
    border-radius: 0;

    /* transform: translateY(-20%); */
}

.fullwidth-image1 {
  z-index: 3;
}

.fullwidth-image__overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background-color: black;
    opacity: 0;
}


.fullwidth-image__text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    color: white;
}


.fullwidth-image h1 {
    font-size: 3.5rem;
    margin-bottom: 1.6rem;
    color: white;
    text-align: center;
    line-height: 1.2;
}

@media (max-width: 480px) {
  .fullwidth-image h1 {
    font-size: 2.4rem
  }
}

.fullwidth-image p {
    font-size: 2.4rem;
    max-width: 48ch;
}





/* 
.scroll-container {
  position: fixed;
  display: flex;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  flex-direction: row;
  align-items: center;
} */




.video__overlay {
  position: absolute;
  inset: 0;
  background-color: black;
  height: 100vh;
  opacity: 0;
  z-index: 2;
}

.section2 {
  /* position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden; */
    position: relative;
  /* margin-top: 80rem; */
}

.section2 video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}


.video-container {
  position: relative;
  width: 100%;
  /* height: 100%; */
  display: flex;
  justify-content: center;
  /* object-fit: cover; */
  /* z-index: 2; */

  
}

.scroll-container {
  z-index: 4;
  /* position: absolute; */
  /* z-index: 6; */
  /* overflow: hidden; */
  position: relative;
}


.step {
  position: relative;
  height: 100vh;
  width: 100%;
}

.step > div {
  width: 100%;
  position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    color: white;
    opacity: 1;
}

.step h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 4rem;
  color: white;
  z-index: 5;
  text-shadow: 0 0 20px #00000090;
  text-align: center;
}


@media (max-width: 480px) {
  .step h1 {
    font-size: 2rem
  }
}