.p-fluid {
  font-size: clamp(0.95rem, 1.8vw, 1.15rem);
  line-height: 1.65;
}

h1 {
}

.hero-title {
  font-size: clamp(2.5rem, 8vw, 6rem);
  font-weight: 700;
  line-height: 1.1;
}

.hero-title {
  font-size: clamp(2.5rem, 8vw, 6rem);
  font-weight: 700;
  line-height: 1.1;
}

#webgl-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 2;
  pointer-events: none;
}

#bg {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

#bg-container {
  position: fixed;
  inset: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-weight: var(--bs-body-font-weight);
  cursor: none;
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

#cursor-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  /*z-index: 9999;*/
}

#logo-tektuk {
  position: fixed;
  top: 50px;
  left: 50%;
  transform: translateX(-50%) scale(1.3);
  z-index: 10;
  pointer-events: none;
}

#logo-tektuk img {
  height: 60px;
  width: auto;
  opacity: 0.95;
}

