body {
  background-color: #333;
  color: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-family: "Lobster", sans-serif; }

p {
  font-family: "Comic Neue", cursive;
  font-weight: 700; }

.lb {
  font-family: "Lobster", sans-serif; }
.fs-1 {
  font-family: "Comic Neue", cursive;
  font-weight: 700;
}
.cm {
  font-family: "Comic Neue", cursive;
  font-weight: 700; }

img {
  width: 100%; }

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center bottom;
  z-index: 2;
  background-repeat: no-repeat; }

.bg2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: -1; }

.p1 {
  position: absolute;
  bottom: 10%;
  left: 6%;
  width: 33%;
  animation: lf 3s infinite linear;
  z-index: 4; }
  @media (max-width: 768px) {
    .p1 {
      width: 100%;
      left: -30%;
      bottom: 0; } }

.s {
  position: absolute;
  width: 50px;
  height: 90vh;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  background-size: cover;
  background-position: center; }

.ss {
  position: absolute;
  width: 40%;
  height: 30%;
  left: 0;
  right: 0;
  bottom: -3%;
  margin: auto;
  z-index: 2;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.j1 .s {
  height: 80vh;
  left: 20%;
  right: auto; }

.j3 .s {
  height: 80vh;
  left: auto;
  right: 14.5%; }

.j1 .ss {
  bottom: 10%;
  left: 5%;
  right: auto;
  width: 30%;
  height: 20%; }

.j3 .ss {
  bottom: 10%;
  left: auto;
  right: 0.5%;
  width: 30%;
  height: 20%; }

.p2 {
  position: absolute;
  bottom: 25%;
  left: -7%;
  right: 0;
  width: 55%;
  margin: auto;
  animation: updow 5s infinite linear;
  z-index: 4; }
  @media (max-width: 768px) {
    .p2 {
      width: 144%;
      left: -26%;
      bottom: 35%; } }

.p3 {
  position: absolute;
  bottom: 10%;
  right: 7%;
  width: 20%;
  z-index: 4;
  animation: updow2 5s infinite linear; }
  @media (max-width: 768px) {
    .p3 {
      width: 50%;
      right: -25%;
      bottom: 0; } }

.per4 {
  position: absolute;
  bottom: -10%;
  right: 0;
  left: 0;
  width: 55%;
  z-index: 3;
  margin: auto; }
  @media (max-width: 768px) {
    .per4 {
      width: 100%; } }

@media (max-width: 768px) {
  .about {
    height: auto; } }

.road {
  height: auto; }
  @media (max-width: 768px) {
    .road {
      height: auto; } }

@media (max-width: 768px) {
  .tok {
    height: auto; } }

.bgc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(-45deg, #9945FF, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: gradient 1s ease infinite;
  opacity: .1; }

.hero {
  background: #000; }

@keyframes gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes disco {
  0% {
    background: #1CF7A0; }
  50% {
    background: #8752F3; }
  100% {
    background: #5694D7; } }

@keyframes flip {
  0% {
    transform: scaleX(1); }
  50% {
    transform: scaleX(-1); }
  100% {
    transform: scaleX(1); } }

@keyframes updow {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(70%); }
  100% {
    transform: translateY(0); } }

@keyframes updow2 {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(10%); }
  100% {
    transform: translateY(0); } }

@keyframes lf {
  0% {
    transform: translateX(0); }
  50% {
    transform: translateX(-5%); }
  100% {
    transform: translateX(0); } }

.soon {
  opacity: .5;
  cursor: not-allowed;
  pointer-events: none; }

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

section {
  min-height: 100vh;
  position: relative;
  overflow: hidden; }

.social a {
  display: inline-block;
  width: 100px; }

.title {
  width: 50%;
  margin: auto; }

.area {
  background: #ffffff48;
  padding: 1.5em 4em;
  border-radius: 50px;
  margin-bottom: 1em; }
  .area h4 {
    font-size: 39px; }
  .area p {
    font-size: 21px; }

.neon {
  animation: neon .08s ease-in-out infinite alternate;
  font-size: 3em;
  font-family: 'Segoe Print';
  color: #ddeaf8; }
  .neon span {
    display: block; }

.neongold {
  animation: neongold .08s ease-in-out infinite alternate;
  font-size: 3em;
  font-family: 'Segoe Script';
  color: #f2a41e; }
  .neongold span {
    display: block; }

@keyframes neon {
  from {
    text-shadow: 0 0 6px rgba(202, 228, 225, 0.92), 0 0 30px rgba(202, 228, 225, 0.34), 0 0 12px rgba(30, 132, 242, 0.52), 0 0 21px rgba(30, 132, 242, 0.92), 0 0 34px rgba(30, 132, 242, 0.78), 0 0 54px rgba(30, 132, 242, 0.92); }
  to {
    text-shadow: 0 0 6px rgba(202, 228, 225, 0.98), 0 0 30px rgba(202, 228, 225, 0.42), 0 0 12px rgba(30, 132, 242, 0.58), 0 0 22px rgba(30, 132, 242, 0.84), 0 0 38px rgba(30, 132, 242, 0.88), 0 0 60px #1e84f2; } }

@keyframes neongold {
  from {
    text-shadow: 0 0 6px rgba(228, 211, 202, 0.92), 0 0 12px rgba(221, 165, 119, 0.52), 0 0 21px rgba(226, 184, 160, 0.92), 0 0 34px rgba(221, 122, 36, 0.78), 0 0 54px rgba(228, 119, 24, 0.92); }
  to {
    text-shadow: 0 0 6px rgba(228, 202, 202, 0.98), 0 0 12px rgba(242, 44, 30, 0.58), 0 0 22px rgba(242, 69, 30, 0.84), 0 0 38px rgba(242, 51, 30, 0.88), 0 0 60px #f2251e; } }

.bigg {
  font-size: 5em; }
  @media (max-width: 768px) {
    .bigg {
      line-height: 1;
      font-size: 4em; } }

.social-mob {
  position: absolute;
  bottom: 5%;
  z-index: 100;
  width: 100%; }
  .social-mob .social {
    text-align: center; }
  .social-mob .social a {
    width: 70px;
    display: inline-block; }

.no-scroll {
  overflow: hidden; }

.logo {
  text-decoration: none; }
  .logo .neongold.bigg {
    font-size: 7em; }

.strt {
  margin-top: 1em;
  padding: .5em 4em;
  border-radius: 15px; }

.button {
  font-size: 4em;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: #7db4ee;
  border: #7db4ee 4px solid;
  padding: 0.25em 3em;
  border-radius: 0.25em;
  background: transparent;
  text-shadow: 0 0 0.125em rgba(255, 255, 255, 0.55), 0 0 0.5em currentColor;
  box-shadow: inset 0 0 0.5em 0 #7db4ee, 0 0 0.5em 0 #7db4ee;
  position: relative; }

.button::before {
  pointer-events: none;
  content: "";
  position: absolute;
  background: #7db4ee;
  top: 120%;
  left: 0;
  width: 100%;
  height: 100%;
  transform: perspective(1.2em) rotateX(40deg) scale(1.5, 0.5);
  filter: blur(1.15em);
  opacity: 0.7;
  transition: transform 0.5s linear; }

.button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 4em 0.6em #7db4ee, 0 0 1em 0.2em white;
  opacity: 0;
  background: #7db4ee;
  z-index: -1;
  transition: opacity 0.5s linear; }

.button:hover,
.button:focus {
  color: white;
  text-shadow: none; }

.button:hover::before,
.button:focus::before {
  opacity: 1;
  transform: perspective(1em) rotateX(40deg) scale(1.5, 0.6);
  transition: transform 0.5s linear; }

.button:hover::after,
.button:focus::after {
  opacity: 1; }
