body {
  font-family: 'DM Sans', sans-serif;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  overscroll-behavior: none;
}

.nav--bar {
  position: absolute;
  display: flex;
  align-content: space-between;
  width: 100%;
  justify-content: space-between;
  margin-top: 30px;
}

.logo {
  margin-left: 40px;
}

.section {
  display: flex;
  width: 100vw;
  height: 100vh;
  align-items: center;
}

.section--one--container {
  width: 360px;
  margin-left: 15%;
}

.first h1 {
  font-size: 10rem;
  line-height: 8rem;
  letter-spacing: -0.3rem;
  width: 50%;
  margin: 0 0 30px -10px;
}

.button--hero {
  background: #f2ce6e;
  color: black;
  border: none;
  font-weight: 600;
  border-radius: 50px;
  padding: 15px 30px;
  margin-top: 24px;
  margin-right: 40px;
  font-size: 0.6rem;
  cursor: pointer;
  transition: all 0.8s ease;
}
.button--hero:hover {
  background: black;
  color: white;
}

.button--navbar {
  background: black;
  color: white;
  border: none;
  border-radius: 50px;
  padding: 10px 30px;
  margin-right: 40px;
  font-size: 0.6rem;
}

.second {
  justify-content: flex-end;
  position: relative;
}

.section--two--container {
  width: 360px;
  margin-right: 10%;
  z-index: 1;
}

.section--third--container {
  width: 360px;
  margin-left: 10%;
  z-index: 1;
}

h2 {
  font-size: 3rem;
  letter-spacing: -2px;
  line-height: 2.5rem;
}

.custom--bg {
  width: 100%;
  height: 800px;
  background: #f2ce6e;
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg);
  transform: skew(20deg) rotate(21deg);
  position: absolute;
  top: 0;
  left: 0;
}

footer {
  background: black;
  padding: 70px;
  display: flex;
  justify-content: center;
}

.button--footer {
  background: white;
  color: black;
  border: none;
  border-radius: 50px;
  padding: 10px 30px;
  font-size: 0.6rem;
  cursor: pointer;
  transition: all 0.8s ease;
}

.button--footer:hover {
  background: black;
  color: white;
}

#webgi-canvas {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
}

#webgi-canvas-container {
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  position: fixed;
}


/*# sourceMappingURL=src.25095af1.css.map */