* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}
html,
body {
  height: 100%;
  background-color: #fbfbfb;
}

#canvas-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
  background: #fbfbfb;
  object-fit: cover;
}

canvas {
  width: 100%;
  height: 100%;
  display: block;
  will-change: transform;
  object-fit: cover;
}

#scroll-container {
  position: relative;
  z-index: 2;
  height: 16000px;
}

/* Default: black */
#nav .a1,
#nav .nav-side,
#nav .nav-center img {
  color: #000;
  filter: invert(0);
  transition: all 0.3s ease;
}

/* When menu is open — switch to white */
#nav.nav-white .a1,
#nav.nav-white .nav-side {
  color: #fff;
}

#nav.nav-white .nav-center img {
  filter: invert(1);
}

.text-block {
  position: fixed;
  z-index: 10;
  color: black;
  opacity: 0;
  pointer-events: none;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}

.text-style {
  font-family: "Montserrat", sans-serif;
}

.left-text {
  top: 50%;
  transform: translate(-50%, -50%);
}
.left-text2 {
  transform: translate(-50%, -50%);
}

.right-text {
  top: 40%;
  left: 15%;
  transform: none;
  text-align: left;
}

.bottom-text {
  top: 45%;
  right: 10%;
  text-align: end;
  /* width: 600px; */
  transform: none;
}

.center-text {
  top: 40%;
  left: 10%;
  text-align: left;
  transform: none;
}

h1 {
  font-size: 50px;
  line-height: 1.2;
  color: #000000;
}
h3,
p {
  color: #000000;
  font-weight: 400;
}
h4 {
  color: #000000;
  font-weight: 400;
}

#nav {
  position: fixed;
  top: 0;
  width: 100%;
  height: 7vh;
  z-index: 99;
  font-family: "Montserrat";
  background: transparent;
  color: #000000;
  padding: 0 20px;
  /* mix-blend-mode: difference; */
}

.nav-side {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  font-weight: 600;
}

.nav-center img {
  height: 80px;
  display: block;
  margin: 0 auto;
}

.nav-left {
  left: 20px;
}

.nav-right {
  right: 20px;
}

.nav-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 24px;
}

.scroll-note {
  font-size: 12px;
  color: #000000;
  margin-top: 25px;
}
.hero-txt {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
}

.explore-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 28px;
  /* border: 2px solid #fff; */
  background-color: #000000;
  color: #ffc002;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  border-radius: 0px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
}

.explore-btn:hover {
  background-color: #ffc002;
  color: #000000;
}
.scroll-indicator {
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  pointer-events: auto;
  display: flex;
  justify-content: center;
  filter: invert(0) contrast(1.5) brightness(1.2);
  z-index: 15;
}

div#text-1 {
  width: 100%;
  height: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
}

#text-2 {
  bottom: 80px;
  transform: translateX(0%);
  text-align: center;
  top: 40%;
  right: 10%;
  text-align: start;

  transform: none;
  left: 10%;
}

#text-3 {
  bottom: 10%;
}

#text-5 {
  max-width: 580px;
  top: 22% !important;
}

.hero-txt p {
  color: #000000;
  font-size: 22px;
  font-weight: 900;
}

@media (max-width: 1024px) {
  .text-block h1 {
    font-size: 28px;
    line-height: 1.3;
  }

  .text-block h2 {
    font-size: 18px;
  }

  .text-block h3,
  .text-block p {
    font-size: 14px;
  }

  div#text-6 {
    width: 100%;
    padding: 25px;
  }

  .text-block {
    width: 100%;
  }

  .bottom-text,
  .center-text,
  .right-text {
    top: 13%;
    /* right: 10%; */
    text-align: start;
    width: 600px;
    transform: none;
    left: 5%;
  }

  .explore-btn {
    font-size: 12px;
    padding: 10px 20px;
  }

  #text-1 h1 {
    font-size: 42px !important;
  }

  .scroll-indicator {
    bottom: 20px;
  }

  #text-2 {
    transform: translate(0px) !important;
  }
  .text-block {
    padding: 20px;
  }

  #text-2 {
    top: 13%;
  }

  .hero-txt p {
    color: #000000;
    font-size: 20px;
    font-weight: 800;
  }
}
