.hero_section.sticky {
  background-color: #000;
  top: 0;
}

.button_reference {
  z-index: 20;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #252525;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: .25rem;
  justify-content: flex-start;
  align-items: baseline;
  padding: .5rem .75rem;
  font-family: Inconsolata, monospace;
  font-size: .8rem;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.button_reference.fix-bottom-left {
  position: fixed;
  bottom: .5rem;
  left: .5rem;
}

.code_js, .code_css {
  display: none;
}

.hero_container {
  justify-content: space-between;
  align-items: flex-end;
  height: 100vh;
  display: flex;
  position: relative;
}

.color-0 {
  color: #cde5df;
}

.work_item {
  background-color: #000;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work_video-wrapper {
  z-index: 1;
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.work-text-subtitle {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  color: #fff;
  text-transform: uppercase;
  flex-flow: column;
  padding-bottom: .5vw;
  padding-right: 1vw;
  font-family: Sora, sans-serif;
  display: flex;
}

.work_video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  
  position: relative;
  overflow: hidden;  
}
.work_video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}

.work_video-container {
  aspect-ratio: 16 / 9;
  flex: 1 0 auto;
}

.work_item-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  padding: 2vw 4vw;
  display: flex;
  position: relative;
}

.work_text {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-top: 4vw;
  display: flex;
  position: relative;
}

.footer_image-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero_image {
  opacity: .6;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero_text {
  color: #fff;
  text-transform: uppercase;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 4vw;
  padding-left: 4vw;
  padding-right: 4vw;
  font-family: Spacegrotesk, sans-serif;
  font-size: 12.5vw;
  font-weight: 500;
  line-height: .9;
  display: flex;
  position: relative;
}

.work_image {
  opacity: .75;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.color-3 {
  color: #e2ffe2;
}

.work_image-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
}

.work_text-title {
  color: #fff;
  text-transform: uppercase;
  flex-flow: column;
  font-family: 'Clashdisplay', 'Outfit', sans-serif;
  font-size: 8vw;
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: -0.02em;
  display: flex;
  position: relative;
}

.sticky {
  position: sticky;
}

.nav_top-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem 4vw 1.25rem;
  display: flex;
  position: relative;
}

.nav {
  z-index: 1;
  position: absolute;
  inset: 0% 0% auto;
}

.nav_link {
  color: #fff;
  font-family: Inconsolata, monospace;
  font-size: 1.25rem;
  text-decoration: none;
  overflow: hidden;
}

.nav_top {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.nav_top-line {
  width: calc(100% - 2rem);
  height: 1px;
  position: absolute;
  inset: auto 0% 0% 50%;
  transform: translate(-50%);
}

.line {
  will-change: transform;
  line-height: 1;
}

.line-wrapper {
  overflow: hidden;
}

.work_item-overlay {
  z-index: 2;
  pointer-events: none;
  background-color: #000;
  display: none;
  position: absolute;
  inset: 0%;
}

.footer_section {
  z-index: 1;
  background-color: #000;
  position: relative;
}

.footer_image {
  opacity: .6;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.color-2 {
  color: #bdd9ff;
}

.color-1 {
  color: #ffd9b3;
}

.footer_container {
  justify-content: space-between;
  align-items: flex-end;
  height: 100vh;
  display: flex;
  position: relative;
}

.footer_text {
  color: #fff;
  text-transform: uppercase;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 4vw;
  padding-left: 4vw;
  padding-right: 4vw;
  font-family: Spacegrotesk, sans-serif;
  font-size: 12.5vw;
  font-weight: 500;
  line-height: .9;
  display: flex;
  position: relative;
}

@media screen and (max-width: 479px) {
  .work_text {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .work_text-title {
    font-size: 12.5vw;
  }
}

@font-face {
  font-family: 'Spectral';
  src: url('https://moussamamadou.github.io/scroll-trigger-gsap-section/fonts/Spectral-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spectral';
  src: url('https://moussamamadou.github.io/scroll-trigger-gsap-section/fonts/Spectral-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spectral';
  src: url('https://moussamamadou.github.io/scroll-trigger-gsap-section/fonts/Spectral-BoldItalic.ttf') format('truetype'), url('../fonts/Spectral-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Spectral';
  src: url('https://moussamamadou.github.io/scroll-trigger-gsap-section/fonts/Spectral-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spectral';
  src: url('https://moussamamadou.github.io/scroll-trigger-gsap-section/fonts/Spectral-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spectral';
  src: url('https://moussamamadou.github.io/scroll-trigger-gsap-section/fonts/Spectral-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Spectral';
  src: url('https://moussamamadou.github.io/scroll-trigger-gsap-section/fonts/Spectral-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Spectral';
  src: url('https://moussamamadou.github.io/scroll-trigger-gsap-section/fonts/Spectral-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Spectral';
  src: url('https://moussamamadou.github.io/scroll-trigger-gsap-section/fonts/Spectral-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spectral';
  src: url('https://moussamamadou.github.io/scroll-trigger-gsap-section/fonts/Spectral-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Spectral';
  src: url('../fonts/Spectral-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi Italic';
  src: url('https://moussamamadou.github.io/scroll-trigger-gsap-section/fonts/Satoshi-VariableItalic.ttf') format('truetype');
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('https://moussamamadou.github.io/scroll-trigger-gsap-section/fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('https://moussamamadou.github.io/scroll-trigger-gsap-section/fonts/PlusJakartaSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('https://moussamamadou.github.io/scroll-trigger-gsap-section/fonts/PlusJakartaSans-ExtraBold.ttf') format('truetype'), url('https://moussamamadou.github.io/scroll-trigger-gsap-section/fonts/PlusJakartaSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('https://moussamamadou.github.io/scroll-trigger-gsap-section/fonts/PlusJakartaSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('https://moussamamadou.github.io/scroll-trigger-gsap-section/fonts/ClashDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('https://moussamamadou.github.io/scroll-trigger-gsap-section/fonts/ClashDisplay-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('https://moussamamadou.github.io/scroll-trigger-gsap-section/fonts/ClashDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('https://moussamamadou.github.io/scroll-trigger-gsap-section/fonts/Sora-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('https://moussamamadou.github.io/scroll-trigger-gsap-section/fonts/Sora-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jetbrainsmono';
  src: url('https://moussamamadou.github.io/scroll-trigger-gsap-section/fonts/JetBrainsMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jetbrainsmono';
  src: url('../fonts/JetBrainsMono-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jetbrainsmono';
  src: url('https://moussamamadou.github.io/scroll-trigger-gsap-section/fonts/JetBrainsMono-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts/SpaceGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacegrotesk';
  src: url('https://moussamamadou.github.io/scroll-trigger-gsap-section/fonts/SpaceGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacegrotesk';
  src: url('https://moussamamadou.github.io/scroll-trigger-gsap-section/fonts/SpaceGrotesk-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
