@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'Beauty';
  src: url('Beauty.eot');
  src: local('Beauty'),
    url('Beauty.eot?#iefix') format('embedded-opentype'),
    url('Beauty.woff2') format('woff2'),
    url('Beauty.woff') format('woff'),
    url('Beauty.ttf') format('truetype'),
    url('Beauty.svg#Beauty') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body, html {
  font-size: 28px;
  line-height: 1;
  height: 100%;
  width: 100%;
  color: #FFFFFF;
  background: #000000;
  hyphens: auto;
  perspective: 500px;
  will-change: transform;
  transform-style: preserve-3d;
  font-family: 'Beauty';
}

header {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  /* background-size: 120% auto; */
  background-size: cover;
  background-image: url("../img/LD_header.jpg");
  background-position: 50% 50%;
  opacity: .8;
}


h2 {
  z-index: 9;
  position: absolute;
  top: 40%;
  right: 50%;
  font-size: 4rem;
  height: auto;
  width: auto;
  transform: translate(50%, -50%);
  /* text-transform: uppercase; */
  text-decoration: none;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  text-align: center;
  font-weight: 700;
  filter: blur(0px) grayscale(0%) brightness(100%);
  transform-origin: 50% 50% 0px;
  opacity: 1;
  visibility: visible;
  text-rendering: optimizeLegibility;
}

h2:nth-of-type(6) {
  text-shadow:
    1px 1px 1px #919191,
    1px 2px 1px #919191,
    1px 3px 1px #919191,
    1px 4px 1px #919191,
    10px 10px 40px rgba(16, 16, 16, 0.6),
    12px 12px 50px rgba(16, 16, 16, 0.4),
    15px 15px 55px rgba(16, 16, 16, 0.4),
    20px 20px 60px rgba(16, 16, 16, 0.6);

  z-index: 4;
  color: #0000ff;
  transform: translate(50.6%, -49.4%);
  opacity: .5;
}

h2:nth-of-type(5) {
  z-index: 3;
  color: #ff0000;
  transform: translate(50.8%, -49.2%);
  opacity: .5;
}

h2:nth-of-type(4) {
  z-index: 5;
  color: #ff00ff;
  transform: translate(50.4%, -49.6%);
  opacity: .8;
}

h2:nth-of-type(3) {
  z-index: 6;
  color: #ffff00;
  transform: translate(50.2%, -49.8%);
  opacity: 1;
}

h2:nth-of-type(2) {
  z-index: 7;
  color: #00ffff;
  transform: translate(50.1%, -49.9%);
  opacity: .7;
}

h2:nth-of-type(1) {
  z-index: 8;
  color: rgb(255, 255, 255);
}


.anima.animating1 {
  animation-name: animating1;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  color: rgb(255, 255, 255) !important;
  text-shadow: none !important;
}

@keyframes animating1 {
  from {
    transform: translate(50%, -50%);
  }

  25% {
    transform: translate(50%, -50.4%);
  }

  50% {
    transform: translate(50.2%, -50.4%);
  }

  75% {
    transform: translate(50.2%, -50%);
  }

  to {
    transform: translate(50%, -50%);
  }
}

.anima.animating2 {
  animation-name: animating2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  color: #00ffff !important;
  text-shadow: none !important;
}

@keyframes animating2 {
  from {
    transform: translate(50.1%, -49.9%);
  }

  25% {
    transform: translate(50.1%, -49.5%);
  }

  50% {
    transform: translate(50.3%, -49.5%);
  }

  75% {
    transform: translate(50.3%, -49.9%);
  }

  to {
    transform: translate(50.1%, -49.9%);
  }
}

.anima.animating3 {
  animation-name: animating3;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  color: #ffff00 !important;
  text-shadow: none !important;
}

@keyframes animating3 {
  from {
    transform: translate(50.2%, -49.8%);
  }

  25% {
    transform: translate(50.2%, -50.2%);
  }

  50% {
    transform: translate(50.4%, -50.2%);
  }

  75% {
    transform: translate(50.4%, -49.8%);
  }

  to {
    transform: translate(50.2%, -49.8%);
  }
}

h2.anima:nth-of-type(6) {
  color: #0000ff !important;
  transform: translate(50.6%, -49.4%) !important;
}

h2:nth-of-type(5) {
  color: #ff0000 !important;
  transform: translate(50.8%, -49.2%) !important;
  text-shadow: none !important;
}

h2:nth-of-type(4) {
  color: #ff00ff !important;
  transform: translate(50.4%, -49.6%) !important;
  text-shadow: none !important;
}

p {
  z-index: 9;
  position: absolute;
  top: 60%;
  right: 50%;
  font-size: 1rem;
  transform: translate(50%, 50%);
  color: #ffffff;
}

p>br {
  display: none;
}

a {
  color: #ffffff;
}

@media (max-width: 1070px) {
  h2 {
    font-size: 3.5rem;
    width: 90%;
  }

  p {
    width: 90%;
    text-align: center;
  }
}

@media (max-width: 490px) {
  h2 {
    font-size: 3rem;
    width: 90%;
    top: 30%;
  }

  p>br {
    display: inline;
  }

  p {
    top: 55%;
  }

}
@media (max-height: 600px) {
  p {
    top: 70%;
  }
}
@media (max-height: 368px) {
  p {
    transform: translate(50%, 100%);
  }
}

@media (max-height: 370px) {
  h2 {
    font-size: 3.5rem;
    width: 90%;
  }
}
@media (max-height: 250px) {
  h2 {
    font-size: 3rem;
    width: 90%;
  }
}
/* h1 {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 6rem;
  width: 90%;
  text-shadow:
    1px 1px 1px #919191,
    1px 2px 1px #919191,
    1px 3px 1px #919191,
    1px 4px 1px #919191,
    1px 10px 10px rgba(16, 16, 16, 0.4),
    1px 12px 20px rgba(16, 16, 16, 0.2),
    1px 15px 25px rgba(16, 16, 16, 0.2),
    1px 20px 30px rgba(16, 16, 16, 0.4);
  z-index: 10;
  text-align: center;
  width: auto;
   text-rendering: optimizeLegibility;
}  */

/* main {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
} */

/* canvas{ 
  display: block; 
  vertical-align: bottom; 
}  */