@import url('https://fonts.googleapis.com/css2?family=Jersey+10&family=Lexend+Deca:wght@100..900&display=swap');

:root {
  --dark: #ffffff;
}

.target {
  font-kerning: none;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html, body {
  min-height: 100vh;
}

body {
  background-color: white;
  font-family: Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 14px;
  color: var(--dark);
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.logo,
h1,
h2 {
  margin: 0;
  line-height: 1;
  font-family:Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-weight: 400;
}

p {
  margin: 0;
}

.stage {
  position: relative;
  background: white;
  visibility: hidden;
}

/*  ========================================================================== 
    Nav Header
    ========================================================================== */
.header {
  position: fixed;
  left: 40px;
  top: 24px;
  z-index: 100;
  display: flex;
}
@media all and (max-width: 768px) {
  .header {
    display: block;
    left: 24px;
  }
}

.logo {
  font-size: 27px;
  letter-spacing: -1px;
}

.nav-btn,
.nav-btn__svg {
  width: 56px;
  height: 30px;
}

.nav-btn {
  display: block;
  margin: -2px 0 0 56px;
}
@media all and (max-width: 768px) {
  .nav-btn {
    margin: 18px 0 0 -6px;
  }
}

.nav-btn__svg {
  pointer-events: none;
}

/*  ========================================================================== 
    Intro
    ========================================================================== */
.intro,
.footer {
  height: 100vh;
}

.intro {
  position: relative;
  padding: 5vw;
  overflow: hidden;
  background-image: url("bgintro.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#intro-bg {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.1;
  filter: invert();
}

.intro__content {
  position: absolute;
  right: 8%;
  bottom: 15%;
  z-index: 3;
  max-width: 60vw;
}
@media all and (max-width: 768px) {
  .intro__content {
    right: auto;
  }
}

.intro__title {
  font-family: "Jersey 10", sans-serif;
  font-size: 30vw;
  overflow: hidden;
  letter-spacing: -2.3vw;
  padding-right: 2.3vw;
  letter-spacing: 0.1cm;
}
@media all and (max-width: 768px) {
  .intro__title {
    margin-bottom: 5vh;
  }
}

.intro__img {
  position: absolute;
  width: 25%;
  max-width: 200px;
  height: auto;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}

@media all and (max-width: 768px) {
  .intro__img {
    width: 75vw;
  }
}

.intro__img--1 {
  z-index: 2;
  left: 14%;
  bottom: 37%;
  transition: transform 0.1s ease;
}
@media all and (max-width: 768px) {
  .intro__img--1 {
    left: 50%;
    bottom: 50vh;
  }
}

@media only screen and (min-width: 768px) {
  .intro__img--1 {
    width: 50%;
    height: auto;
  }
}

.intro__img--2 {
  z-index: 1;
  left: 25%;
  bottom: 40%;
}
@media all and (max-width: 768px) {
  .intro__img--2 {
    left: 70%;
    bottom: 60vh;
  }
}

.intro__txt {
  /* max-width: 35vw; */
  margin-left: 2vw;
  font-size: 2rem;
  font-family: "Lexend Deca", sans-serif;
}

@media all and (max-width: 768px) {
  .intro__txt {
    max-width: 80vw;
    margin-left: 5vw;
  }
}

/*  ========================================================================== 
    Slides
    ========================================================================== */
.slide {
  display: flex;
  /* flex-direction: column; */
  align-items: stretch;
  height: 100vh;
  overflow: hidden;
}
.slide:nth-of-type(even) {
  background: #C4CDC4;
}
@media all and (max-width: 768px) {
  .slide {
    display: block;
    position: relative;
  }
}

@media all and (min-width: 768px) {
  .slide .col--1 {
    position: absolute;
  }
}

/*  Columns
    ========================================================================== */
.col {
  flex-basis: 100%;
}
@media all and (max-width: 768px) {
  .col {
    display: block;
    width: 100%;
    height: 100vh;
  }
}

.col--1 {
  position: relative;
  z-index: 1;
  width: 100%;
  background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
@media all and (max-width: 768px) {
  .col--1 {
    position: relative;
    z-index: 1;
  }
}

.col--2 {
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .col--2 {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
  }
}

/*  ========================================================================== 
    Column Content
    ========================================================================== */
.col__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  height: 100%;
  padding: 6vw 6vw 10vw;
}
@media all and (max-width: 768px) {
  .col__content {
    width: 80%;
  }
}

/* .col__content--1 {
  background: black
} */
@media all and (max-width: 768px) {
  .col__content--1 {
    background: rgba(216, 192, 192, 0.9);
  }
}

/* .col__content--2 {
  background: #000000;
} */
@media all and (max-width: 768px) {
  .col__content--2 {
    background: rgba(0, 0, 0, 0.9);
  }
}

.col__content--3 {
  background: #000000;
}
@media all and (max-width: 768px) {
  .col__content--3 {
    background: rgba(0, 0, 0, 0.9);
  }
}

.col__content--4 {
  background: #000000;
}
@media all and (max-width: 768px) {
  .col__content--4 {
    background: rgba(0, 0, 0, 0.9);
  }
}

.col__content--5 {
  background: #000000;
}
@media all and (max-width: 768px) {
  .col__content--5 {
    background: rgba(0, 0, 0, 0.9);
  }
}

.col__content--6 {
  background: #000000;
}
@media all and (max-width: 768px) {
  .col__content--6 {
    background: rgba(0, 0, 0, 0.9);
  }
}

/*  Column Content
    ========================================================================== */
.col__content-title {
  font-family: "Jersey 10", sans-serif;
  margin: 0 0 2vw;
  /* font-size: 11vw; */
  letter-spacing: -0.8vw;
}
@media all and (max-width: 768px) {
  .col__content-title {
    margin: 0 0 6vw;
    font-size: 1rem;
  }
}

.col__content-wrap {
  display: flex;
  justify-content: flex-end;
}
@media all and (max-width: 768px) {
  .col__content-wrap {
    flex-direction: column;
  }
}

.col__content-txt {
  font-family: "Lexend Deca", sans-serif;
  max-width: 60vw;
  order: 2;
  margin-left: 32px;
  margin-top: 100px;
  font-size: 2rem;
}
@media all and (max-width: 768px) {
  .col__content-txt {
    order: 1;
    max-width: 40vw;
    margin: 0 0 10vw 10vw;
  }
}

.slide-link {
  position: relative;
  order: 1;
  display: flex;
  justify-content: flex-end;
  width: 75px;
  height: 53px;
}
.slide-link > * {
  pointer-events: none;
}
@media all and (max-width: 768px) {
  .slide-link {
    order: 2;
    align-self: flex-end;
  }
}

.slide-link__circ {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  border: 1px solid var(--dark);
}

.slide-link__line {
  position: absolute;
  top: 25px;
  left: 0;
  width: 64px;
  height: 3px;
  background: var(--dark);
}

.line {
  overflow: hidden;
}

.line:nth-of-type(even) {
  margin-top: -1vw;
}

.line__inner {
  display: block;
  font-size: 10rem;
  letter-spacing:0.02mm;
}
.line__inner1 {
  display: block;
  font-size: 5rem;
  letter-spacing:0.001mm;
}

.slide__scroll-link {
  position: absolute;
  right: -113px;
  bottom: 3.5vw;
  display: block;
  width: 140px;
  height: 140px;
  background: var(--dark);
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .slide__scroll-link {
    display: none;
  }
}

.slide__scroll-line {
  position: absolute;
  left: 26px;
  bottom: 0;
  width: 1px;
  height: 100%;
}

.slide--0 .slide__scroll-line {
  background: #C0D7D8;
}

.slide--1 .slide__scroll-line {
  background: #D8C0C0;
}

.slide--2 .slide__scroll-line {
  background: #CDD5E0;
}

.slide--3 .slide__scroll-line {
  background: #F3D3B0;
}

.slide--4 .slide__scroll-line {
  background: #F8E9E6;
}

.slide--5 .slide__scroll-line {
  background: #D1E2EC;
}

.slide--6 .slide__scroll-line {
  background: #D7CEC5;
}

/*  ========================================================================== 
    Column Image
    ========================================================================== */
.col__image-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  height: 105vh;
}

.col__image-wrap img {
  object-fit: cover;
  object-position: 0px 10px;
}

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

/*  ========================================================================== 
    Footer
    ========================================================================== */
.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #000000;
  background-image: url("footer.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer__link {
  font-size: 10vw;
  color: var(--dark);
  text-decoration: none;
  font-family: "Jersey 10", sans-serif;
}

@media all and (min-width: 768px) {
  .footer__link {
    font-size: 20vw;
  }

  .image-container img {
    width: 70px !important;
    height: auto;
  }

  .footer__copyright {
    font-size: 1.6rem;
  }

  .footer__link-top {
    width: 150px !important;
    height: 150px !important;
    font-size: 2rem !important;
  }
} 

.footer__link-top {
  position: absolute;
  left: 50%;
  bottom: 100px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: var(--dark);
  font-size: 18px;
  color: white;
  text-decoration: none;
  font-family:Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.footer__link-top-line {
  position: absolute;
  top: -50px;
  left: 50%;
  width: 1px;
  height: 50px;
  background: var(--dark);
}

.footer__copyright {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
}
.rotate-image {
  width: 150px;
  height: 150px;
  margin: 50px auto;
}

.rotate-image img {
  width: 100%; 
  height: auto;
  display: block;
  /* animation: spin3d 10s linear infinite;  */
  transform-style: preserve-3d; 
}


@keyframes spin3d {
  from {
      transform: rotateY(0deg);
  }
  to {
      transform: rotateY(360deg); 
  }
}
.image-container {
  margin-bottom: 50px;
  display: flex;
  justify-content: center; 
  gap: 15px;
}

.image-container img {
  width: 40px; 
  height: auto; 
}
.logo1 {
  transition: transform 0.3s ease;
}

.logo1:hover {
  transform: scale(1.1); 
}