@charset "utf-8";

:root {
  --page-bg: #000000;
  --module-bg: rgba(0, 0, 0, 0.75);
  --module-bg-lite: rgba(255, 255, 255, 0.05);
  --module-border: rgba(255, 255, 255, 0.18);
  --ready: #00ff00;
}

.highlight {
  background: linear-gradient(310deg, #9500ff -18.54%, #382d94 50.96%, #0062ff 121.13%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.cta {
  background: linear-gradient(310deg, #9500ff -18.54%, #382d94 50.96%, #0062ff 121.13%);
}
.cta:hover {
  background: #009900;
}

.monda {
  font-family: "Monda", sans-serif;
  font-optical-sizing: auto;
}

html {
  scroll-behavior: smooth;
}

html {
  scroll-behavior: smooth;
}
body {
  background-color: #000000;
  overflow-x: hidden;
}

.video-bg {
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  right: 0px;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  pointer-events: none;
  position: absolute;
  z-index: 0;
  object-fit: cover;
}

/* MOBILE ADJUSTMENTS */

@media only screen and (max-width: 1536px) {
}

@media only screen and (max-width: 1280px) {
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 640px) {
}
