@import url("https://fonts.googleapis.com/css?family=Exo:400,700");
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
@font-face {
  font-family: MouldyCheeseRegular;
  src: url(/fonts/MouldyCheeseRegular-WyMWG.ttf);
  font-weight: 700;
}
@keyframes typeIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes hover {
  0%,
  to {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
@media (max-width: 768px) {
  [style*="--top-mobile"] {
    top: var(--top-mobile) !important;
    left: var(--left-mobile) !important;
  }
}
body,
html {
  max-width: 100vw;
  overflow-x: hidden;
  background: transparent;
  font-family: MouldyCheeseRegular, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
.context {
  width: 100%;
  position: absolute;
  top: 20vh;
}
.area {
  background: transparent;
  width: 100%;
  height: 100vh;
}
.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .circles {
    height: 140%;
  }
}
.circle-img {
  position: absolute;
  display: block;
  animation: animate 25s linear infinite;
  bottom: -150px;
  opacity: 0.05;
}
.circle-img:first-child {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}
.circle-img:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}
.circle-img:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}
.circle-img:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}
.circle-img:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}
.circle-img:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}
.circle-img:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}
.circle-img:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}
.circle-img:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}
.circle-img:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}
@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 0.15;
    border-radius: 0;
  }
  to {
    transform: translateY(-1000px) rotate(2turn);
    opacity: 0;
    border-radius: 50%;
  }
}
i {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  animation: "screen" infinite;
}
i:first-child {
  top: 20px;
  left: 30px;
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(2, 226, 252, 0.65) 0,
    transparent 100%
  );
  box-shadow: 0 0 5px 0 #02e2fc;
  animation-duration: 5s;
}
i:nth-child(2) {
  top: 420px;
  left: 30px;
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(250, 160, 2, 0.65) 0,
    transparent 100%
  );
  box-shadow: 0 0 5px 0 #faa002;
  animation-duration: 21s;
}
i:nth-child(3) {
  top: 550px;
  left: 880px;
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(20, 252, 2, 0.65) 0,
    transparent 100%
  );
  box-shadow: 0 0 5px 0 #14fc02;
  animation-duration: 5s;
}
i:nth-child(4) {
  top: 5px;
  left: 1030px;
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(252, 2, 196, 0.65) 0,
    transparent 100%
  );
  box-shadow: 0 0 5px 0 #fc02c4;
  animation-duration: 4s;
}
i:nth-child(5) {
  top: 280px;
  left: 12px;
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(139, 44, 148, 0.65) 0,
    transparent 100%
  );
  box-shadow: 0 0 5px 0 #8b2c94;
  animation-duration: 5s;
}
i:nth-child(6) {
  top: 550px;
  left: 30px;
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(251, 184, 41, 0.65) 0,
    transparent 100%
  );
  box-shadow: 0 0 5px 0 #fbb829;
  animation-duration: 6s;
}
i:nth-child(7) {
  top: 650px;
  left: 50px;
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(195, 255, 104, 0.65) 0,
    transparent 100%
  );
  box-shadow: 0 0 5px 0 #c3ff68;
  animation-duration: 15s;
}
i:nth-child(8) {
  top: 20px;
  left: 860px;
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 0, 102, 0.65) 0,
    transparent 100%
  );
  box-shadow: 0 0 5px 0 #f06;
  animation-duration: 5s;
}
i:nth-child(9) {
  top: 896px;
  left: 132px;
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 255, 0, 0.65) 0,
    transparent 100%
  );
  box-shadow: 0 0 5px 0 #ff0;
  animation-duration: 13s;
}
i:nth-child(10) {
  top: 578px;
  left: 357px;
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(127, 175, 27, 0.65) 0,
    transparent 100%
  );
  box-shadow: 0 0 5px 0 #7faf1b;
  animation-duration: 4s;
}
i:nth-child(11) {
  top: 380px;
  left: 230px;
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(1, 210, 255, 0.65) 0,
    transparent 100%
  );
  box-shadow: 0 0 5px 0 #01d2ff;
  animation-duration: 5s;
}
i:nth-child(12) {
  top: 570px;
  left: 1100px;
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(237, 247, 255, 0.65) 0,
    transparent 100%
  );
  box-shadow: 0 0 5px 0 #edf7ff;
  animation-duration: 6s;
}
i:nth-child(13) {
  top: 600px;
  left: 600px;
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(0, 255, 255, 0.65) 0,
    transparent 100%
  );
  box-shadow: 0 0 5px 0 #0ff;
  animation-duration: 7s;
}
i:nth-child(14) {
  top: 200px;
  left: 520px;
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(0, 0, 255, 0.65) 0,
    transparent 100%
  );
  box-shadow: 0 0 5px 0 #00f;
  animation-duration: 14s;
}
i:nth-child(15) {
  top: 370px;
  left: 500px;
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(16, 225, 228, 0.65) 0,
    transparent 100%
  );
  box-shadow: 0 0 5px 0 #10e1e4;
  animation-duration: 9s;
}
i:nth-child(16) {
  top: 620px;
  left: 730px;
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 51, 0, 0.65) 0,
    transparent 100%
  );
  box-shadow: 0 0 5px 0 #f30;
  animation-duration: 3s;
}
i:nth-child(17) {
  top: 62px;
  left: 330px;
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    hsla(5, 100%, 95%, 0.65) 0,
    transparent 100%
  );
  box-shadow: 0 0 5px 0 #ffeae8;
  animation-duration: 4s;
}
i:nth-child(18) {
  top: 0;
  left: 250px;
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 229, 0, 0.65) 0,
    transparent 100%
  );
  box-shadow: 0 0 5px 0 #ffe500;
  animation-duration: 5s;
}
i:nth-child(19) {
  top: 600px;
  left: 180px;
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 102, 153, 0.65) 0,
    transparent 100%
  );
  box-shadow: 0 0 5px 0 #f69;
  animation-duration: 6s;
}
i:nth-child(20) {
  top: 987px;
  left: 13px;
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(84, 156, 204, 0.65) 0,
    transparent 100%
  );
  box-shadow: 0 0 5px 0 #549ccc;
  animation-duration: 7s;
}
i:nth-child(21) {
  top: 120px;
  left: 930px;
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(184, 175, 3, 0.65) 0,
    transparent 100%
  );
  box-shadow: 0 0 5px 0 #b8af03;
  animation-duration: 8s;
}
i:nth-child(22) {
  top: 80px;
  left: 700px;
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(171, 250, 249, 0.65) 0,
    transparent 100%
  );
  box-shadow: 0 0 5px 0 #abfaf9;
  animation-duration: 5s;
}
i:nth-child(23) {
  top: 350px;
  left: 720px;
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(127, 15, 255, 0.65) 0,
    transparent 100%
  );
  box-shadow: 0 0 5px 0 #7f0fff;
  animation-duration: 2s;
}
i:nth-child(24) {
  top: 997px;
  left: 678px;
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(48, 128, 0, 0.65) 0,
    transparent 100%
  );
  box-shadow: 0 0 5px 0 #308000;
  animation-duration: 3s;
}
i:nth-child(25) {
  top: 714px;
  left: 246px;
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 38, 38, 0.65) 0,
    transparent 100%
  );
  box-shadow: 0 0 5px 0 #ff2626;
  animation-duration: 4s;
}
i:nth-child(26) {
  top: 0;
  left: 480px;
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(15, 29, 215, 0.65) 0,
    transparent 100%
  );
  box-shadow: 0 0 5px 0 #0f1dd7;
  animation-duration: 5s;
}
i:nth-child(27) {
  top: 456px;
  left: 1000px;
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(51, 102, 153, 0.65) 0,
    transparent 100%
  );
  box-shadow: 0 0 5px 0 #369;
  animation-duration: 6s;
}
i:nth-child(28) {
  top: 350px;
  left: 865px;
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(70, 172, 255, 0.65) 0,
    transparent 100%
  );
  box-shadow: 0 0 5px 0 #46acff;
  animation-duration: 7s;
}
i:nth-child(29) {
  top: 100px;
  left: 100px;
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(222, 4, 5, 0.65) 0,
    transparent 100%
  );
  box-shadow: 0 0 5px 0 #de0405;
  animation-duration: 8s;
}
i:nth-child(30) {
  top: 1087px;
  left: 722px;
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(77, 254, 21, 0.65) 0,
    transparent 100%
  );
  box-shadow: 0 0 5px 0 #4dfe15;
  animation-duration: 9s;
}
i:nth-child(31) {
  width: 200px;
  height: 200px;
  top: 795px;
  left: 605px;
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(243, 10, 70, 0.65) 0,
    transparent 100%
  );
  box-shadow: 0 0 5px 0 #f30a46;
  animation-duration: 1s;
}
i:nth-child(32) {
  top: 234px;
  left: 678px;
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(245, 253, 45, 0.65) 0,
    transparent 100%
  );
  box-shadow: 0 0 5px 0 #f5fd2d;
  animation-duration: 2s;
}
i:nth-child(33) {
  top: 270px;
  left: 1230px;
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(178, 0, 255, 0.65) 0,
    transparent 100%
  );
  box-shadow: 0 0 5px 0 #b200ff;
  animation-duration: 3s;
}
i:nth-child(34) {
  width: 200px;
  height: 200px;
  top: 1126px;
  left: 332px;
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(102, 204, 255, 0.65) 0,
    transparent 100%
  );
  box-shadow: 0 0 5px 0 #6cf;
  animation-duration: 4s;
  -webkit-animation-duration: 4s;
}
i:nth-child(35) {
  top: 407px;
  left: 83px;
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(20, 243, 175, 0.65) 0,
    transparent 100%
  );
  box-shadow: 0 0 5px 0 #14f3af;
  animation-duration: 5s;
}
i:nth-child(36) {
  width: 200px;
  height: 200px;
  top: 176px;
  left: 297px;
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(100, 245, 102, 0.65) 0,
    transparent 100%
  );
  box-shadow: 0 0 5px 0 #64f566;
  animation-duration: 6s;
}
i:nth-child(37) {
  width: 300px;
  height: 300px;
  top: 820px;
  right: 10px;
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(236, 218, 65, 0.65) 0,
    transparent 100%
  );
  box-shadow: 0 0 5px 0 #ecda41;
  animation-duration: 7s;
}
i:nth-child(38) {
  top: 500px;
  left: 500px;
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 61, 45, 0.65) 0,
    transparent 100%
  );
  box-shadow: 0 0 5px 0 #ff3d2d;
  animation-duration: 8s;
}
i:nth-child(39) {
  top: 20px;
  right: 26px;
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(74, 73, 235, 0.65) 0,
    transparent 100%
  );
  box-shadow: 0 0 5px 0 #4a49eb;
  animation-duration: 9s;
}
i:nth-child(40) {
  width: 200px;
  height: 200px;
  top: 251px;
  left: 1053px;
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 72, 0, 0.65) 0,
    transparent 100%
  );
  box-shadow: 0 0 5px 0 #ff4800;
  animation-duration: 10s;
}
@keyframes screen {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.3;
    transform: scale3d(3, 3, 4);
  }
  50% {
    opacity: 0.75;
  }
  75% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.image-shake {
  animation: shake 2s;
  animation-iteration-count: infinite;
}
@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(-8deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(8deg);
  }
  to {
    transform: translate(1px, -2px) rotate(-8deg);
  }
}
body {
  cursor: url(/realcursor.png) 16 16, auto;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  to {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  background: #333;
}
::-webkit-scrollbar-thumb {
  background: #c9f364;
  border-radius: 10px;
  border: 3px solid #333;
}
::-webkit-scrollbar-thumb:hover {
  background: #a5c956;
}
* {
  scrollbar-color: #c9f364 #333;
  scrollbar-width: thin;
}
@font-face {
  font-family: __Inter_e8ce0c;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");
  unicode-range: u+0460-052f, u+1c80-1c8a, u+20b4, u+2de0-2dff, u+a640-a69f,
    u+fe2e-fe2f;
}
@font-face {
  font-family: __Inter_e8ce0c;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");
  unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116;
}
@font-face {
  font-family: __Inter_e8ce0c;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");
  unicode-range: u+1f??;
}
@font-face {
  font-family: __Inter_e8ce0c;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");
  unicode-range: u+0370-0377, u+037a-037f, u+0384-038a, u+038c, u+038e-03a1,
    u+03a3-03ff;
}
@font-face {
  font-family: __Inter_e8ce0c;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");
  unicode-range: u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1,
    u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309, u+0323, u+0329,
    u+1ea0-1ef9, u+20ab;
}
@font-face {
  font-family: __Inter_e8ce0c;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");
  unicode-range: u+0100-02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff,
    u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020,
    u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff;
}
@font-face {
  font-family: __Inter_e8ce0c;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");
  unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da,
    u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193,
    u+2212, u+2215, u+feff, u+fffd;
}
@font-face {
  font-family: __Inter_Fallback_e8ce0c;
  src: local("Arial");
  ascent-override: 90.49%;
  descent-override: 22.56%;
  line-gap-override: 0%;
  size-adjust: 107.06%;
}
.__className_e8ce0c {
  font-family: __Inter_e8ce0c, __Inter_Fallback_e8ce0c;
  font-style: normal;
}
