@import url('https://fonts.googleapis.com/css2?family=Knewave&family=Oi&family=Outfit:wght@100..900&display=swap');

:root {
  --pink: #C8095E;
  --yellow: #E6CF72;
  --purple: #ab9cea;
  --orange: #DA4A43;
  --white: #fefdfd;
  --black: #191b20;
  --grys: #757677;


  --bg: #f3f3f0;
  --bg-dark: #191b20;
  --text: #000;
  --text-light: #f3f4ee;
  --accent: #ab9cea;
  --accent-darker: #8348ff;
  --border: rgba(255, 255, 255, 0.125);
  --border-dark: rgba(0, 0, 0, 0.125);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-transform: uppercase;
}

html,
body {
  width: 100vw;
  height: 1000vh;
  overflow-x: hidden;
}


canvas {
  position: fixed;
  top: 0;
  left: 0;
}

h1 {
  text-align: center;
  font-weight: 300;
  line-height: 100%;
  font-family: "Oi", cursive;
}

h2 {
  font-size: 5vw;
  font-weight: 500;
  line-height: 100%;
  font-family: "Knewave", cursive;
}

p {
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  font-family: "Outfit", sans-serif;
}

a {
  text-decoration: none;
  color: var(--black);
  font-family: "Outfit", sans-serif;
}

.model {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 1;
}

nav {
  position: absolute;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2em;
  z-index: 999;
}

nav .logo {
  font-size: 1.5rem;
  color: var(--white);
}

nav .btn {
  padding: 10px 20px;
  color: var(--white);
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid var(--white);
  backdrop-filter: blur(30px);
  border-radius: 50px;
}

.site-info {
  text-align: center;
  color: var(--white);
}

section {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1em;
}

.header {
  background: var(--purple);
  margin-bottom: 4em;
}

.header h1 {
  font-size: 15vw;
  position: relative;
  top: -10%;
  z-index: 0;
  color: var(--pink);
  padding-top: .5em;

}

.header h2 {
  font-size: 3rem;
  position: relative;
  top: -10%;
  z-index: 3;
  color: var(--yellow);
}

.info {
  width: 100vw;
  height: 150vh;
  overflow: hidden;
}

.info h1 {
  font-size: 7rem;
  text-wrap: nowrap;
  position: absolute;
  color: var(--purple);
  margin: 0;
  padding: 0;
}

.info .right {
  z-index: 9;
  top: 35%;
  left: 100%;
  transform: translateX(0);
  will-change: transform;
}

.info .left {
  right: 100%;
  top: 45%;
  transform: translateX(0);
  will-change: transform;
}

.scan-info {
  position: absolute;
  top: 0;
  width: 100vw;
  display: flex;
  justify-content: space-between;
  padding: 2em;
}

.scan-container {
  width: 280px;
  height: 480px;
  border: 1px solid #000;
  border-radius: 0.5em;
}

.scroll-stop {
  background-color: var(--pink);
  color: var(--white);
  padding: 0.5em 1em;
}

.scan-foot {
  text-align: center;
}

.scroll-again {
  opacity: 0;
}

.cta-home {
  height: 100vh;
  position: absolute;
  z-index: 999;
  transform: translateY(0);
  background: var(--purple);
}

.cta-home h2 {
  width: 70%;
  text-align: center;
  color: var(--yellow);
}

.cta-home span img {
  height: 50px;
  object-fit: cover;
}

.cta-home h2 span {
  margin: 0 1.5rem;
}

@media (max-width: 900px) {
  .cta-home h2 {
    font-size: 3.8rem;
  }

  .cta-home span img {
    height: 50px;
  }
}

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

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

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

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


/* fruit img style */
.fruit {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.layer {
  position: absolute;
  object-fit: contain;
}

.img-1 {
  top: 25%;
  left: 70%;
  translate: -50% -50%;
}

.img-2 {
  z-index: 9;
  top: 55%;
  left: 30%;
  translate: -50% -50%;
}

.img-3 {
  top: 15%;
  left: 50%;
  translate: -50% -50%;
}

.img-4 {
  width: 150px;
  top: 60%;
  left: 77%;
  translate: -50% -50%;
}

.img-5 {
  width: 190px;
  top: 85%;
  left: 90%;
  translate: -50% -50%;
}

.img-6 {
  width: 200px;
  top: 25%;
  right: -3%;
}

.img-7 {
  width: 100px;
  top: 80%;
  left: 15%;
  translate: -50% -50%;
}

.img-8 {
  width: 385px;
  top: 20%;
  left: -8%;
}

@media (max-width: 900px) {
  .hero h1 {
    font-size: 5rem;
    margin-bottom: 2em;
  }
  .hero h2 {
    font-size: 2rem;
  }


  .img-1 {
    width: 150px;
    top: 30%;
    left: 70%;
    translate: -50% -50%;
  }
  
  .img-2 {
    width: 120px;
    z-index: 9;
    top: 55%;
    left: 30%;
    translate: -50% -50%;
  }
  
  .img-3 {
    top: 15%;
    left: 50%;
    translate: -50% -50%;
  }
  
  .img-4 {
    display: none;
    width: 150px;
    top: 60%;
    left: 77%;
    translate: -50% -50%;
  }
  
  .img-5 {
    width: 190px;
    top: 85%;
    left: 90%;
    translate: -50% -50%;
  }
  
  .img-6 {
    display: none;

    width: 200px;
    top: 25%;
    right: -3%;
  }
  
  .img-7 {
    display: none;

    width: 100px;
    top: 80%;
    left: 15%;
    translate: -50% -50%;
  }
  
  .img-8 {
    width: 385px;
    top: 55%;
    left: -25%;
  }
}