  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;500;900&display=swap');
  @import url("https://fonts.googleapis.com/css?family=Sacramento&display=swap");
  @import url('https://fonts.googleapis.com/css?family=Roboto:700');
  @import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,200;9..40,400;9..40,700&display=swap');
  @import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");

  @font-face {
    font-family: "Anybody";
    src: url("https://assets.codepen.io/1492907/Anybody.woff2") format("woff2");
  }

  :root {
    --purple: rgba(121, 68, 154, 0.13);
    --darkblue: rgba(41, 196, 255, 0.13);
  }

  html,
  body {
    margin: 0;
    background-color: black !important;
    padding: 0;
    width: 100vw;
    height: 100%;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-family: 'Poppins', sans-serif !important;
    color: white;
  }

  a:hover,
  a {
    cursor: none !important;
  }

  ::-webkit-scrollbar {
    width: 0px;
  }

  ::-webkit-scrollbar-track {
    background: rgba(212, 8, 8, 0);
  }

  ::-webkit-scrollbar-thumb {
    background-color: rgba(232, 232, 250, 0);
  }

  .dm-sans {
    font-family: 'DM Sans', sans-serif !important;
  }

  .show-info {
    animation-name: showanime;
    animation-duration: 1s;
  }

  @keyframes showanime {
    0% {
      opacity: 0;
      margin-top: 200px;
    }

    100% {
      opacity: 1;
      margin-top: 0px;
    }
  }

  .show-info-2 {
    animation-name: showanime2;
    animation-duration: 1s .3s;
  }

  @keyframes showanime2 {
    0% {
      opacity: 0;
      margin-top: 200px;
    }

    100% {
      opacity: 1;
      margin-top: 0px;
    }
  }

  .show-page {
    animation-name: showpage;
    animation-duration: 1s;
  }

  @keyframes showpage {
    0% {
      top: 100vh;
      z-index: 100000;

    }

    100% {
      top: 0px;
    }
  }

  .dnone {
    display: none;
  }

  .z-10 {
    z-index: 10;
  }

  .top-100 {
    top: 100vh !important;
  }


  .z-100 {
    z-index: 100;
  }

  .z-1000 {
    z-index: 1000;
  }


  .h-vw {
    height: 100vw;
  }

  .h-600 {
    height: 80% !important;
  }

  .zn-10 {
    z-index: -100000000000000000000;
  }

  .bg-darkness {
    background-color: #1a1a1a;
  }

  /* HOME */
  #_animation-splash {
    width: 300px;
    height: 300px;
  }


  ._animation-splash {
    transform: scale(0);
    animation: animation-splash 2s;
  }

  @keyframes animation-splash {

    0%,
    10% {
      transform: scale(0);
      opacity: 0;
    }

    20%,
    40%,
    50%,
    60%,
    80% {
      transform: scale(1);
      opacity: 1;
    }

    90%,
    100% {
      transform: scale(0);
      opacity: 0;
    }
  }

  ._end-animation-name {
    transform: scale(0);
    opacity: 0;
    animation: end-animation-name .2s 0s;
  }

  @keyframes end-animation-name {
    0% {
      transform: scale(1);
      opacity: 1;
    }

    100% {
      transform: scale(.6);
      opacity: 0;
    }
  }


  #main-home {
    background-color: transparent;
  }

  .show-main-home {
    animation: show-main-home 2s 0S;
  }

  @keyframes show-main-home {
    0% {
      display: block !important;

      opacity: 0;
    }

    100% {
      display: block !important;

      opacity: 1;
    }
  }

  canvas {
    width: 100%;
    height: 100%;
    z-index: 10;
    position: absolute;
  }

  .bord {
    width: 100%;
    height: 100%;
    background-color: #000;
    background-image: radial-gradient(circle at top right, var(--purple), transparent),
      radial-gradient(circle at 20% 80%, var(--darkblue), transparent);
    position: absolute;
    top: 0;
    padding: 1% 3%;
    overflow: auto;
  }

  .bord>div {
    border: 4px solid rgba(255, 255, 255, 0.874);
    border-radius: 45px;
    width: 100%;
    height: 100%;
  }



  .title-home {
    width: 100%;
    overflow: auto;
    height: 180px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
  }

  .title-home svg {
    transform: scale(.3);
    width: 100%;
    animation: animation-info 1s;
    max-width: 889px;
    top: -175px;
    position: relative;
    height: 522px !important;
  }

  @keyframes animation-info {
    0% {
      top: 50px;
    }

    100% {
      top: -175px;

    }
  }

  .title-line {
    display: flex;
    align-content: center;
    justify-content: center;
    justify-items: center;
    align-items: center;
  }


  .title-line>div {
    position: relative;
    display: flex;
    margin: 0 1%;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-radius: 30px;
    height: 4px;
    width: 290px;
    height: 100%;
  }

  .title-line>div>div {
    background-image: radial-gradient(circle at top right, var(--purple), transparent),
      radial-gradient(circle at 20% 80%, var(--darkblue), transparent);
    pointer-events: none;
    position: relative;
    width: 28px;
    height: 4px;
    border-radius: 30px;
    margin: 1px;
    font-size: 14px;
  }


  .hack-way {
    font-size: calc(2px + 2vh);
    text-shadow: 0 0 5px #0074e4, 0 0 15px #0074e4, 0 0 20px #0074e4, 0 0 40px #0047ab, 0 0 60px #0047ab, 0 0 10px #002b66, 0 0 98px #002b66;
    color: #0074e4;
    font-family: "Sacramento", cursive;
    text-align: center;
    animation: blink 3s infinite;
    -webkit-animation: blink 3s infinite;
  }


  @-webkit-keyframes blink {

    20%,
    24%,
    55% {
      color: #0074e4;
      text-shadow: none;
    }

    0%,
    19%,
    21%,
    23%,
    25%,
    54%,
    56%,
    100% {
      text-shadow: 0 0 5px #0074e4, 0 0 15px #0074e4, 0 0 20px #0074e4, 0 0 40px #0047ab, 0 0 60px #0047ab, 0 0 10px #002b66, 0 0 98px #002b66;
      color: #0074e4;
    }
  }

  @keyframes blink {

    20%,
    24%,
    55% {
      color: #0074e4;
      text-shadow: none;
    }

    0%,
    19%,
    21%,
    23%,
    25%,
    54%,
    56%,
    100% {
      text-shadow: 0 0 5px #0074e4, 0 0 15px #0074e4, 0 0 20px #0074e4, 0 0 40px #0047ab, 0 0 60px #0047ab, 0 0 10px #002b66, 0 0 98px #002b66;
      color: #0074e4;
    }
  }


  .bord-info-l {
    color: #e5e5e5;
    font-size: 1rem;
    text-transform: uppercase;
    display: flex;
    font-family: 'Roboto', sans-serif !important;
    align-items: center;
    justify-content: center;

  }

  .bord-info-l p {
    background: linear-gradient(to right, #4d4d4d 0, white 30%, #4d4d4d 60%);
    background-position: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 30s infinite linear;
    animation-fill-mode: forwards;
    -webkit-text-size-adjust: none;
  }

  @-moz-keyframes shine {
    0% {
      background-position: 0;
    }

    60% {
      background-position: 180px;
    }

    100% {
      background-position: 180px;
    }
  }

  @-webkit-keyframes shine {
    0% {
      background-position: 0;
    }

    60% {
      background-position: 180px;
    }

    100% {
      background-position: 180px;
    }
  }

  @-o-keyframes shine {
    0% {
      background-position: 0;
    }

    60% {
      background-position: 180px;
    }

    100% {
      background-position: 180px;
    }
  }

  @keyframes shine {
    0% {
      background-position: 0;
    }

    60% {
      background-position: 180px;
    }

    100% {
      background-position: 180px;
    }
  }

  .bord-info-l-animation {
    height: 27px;
    width: 199px;
    overflow: hidden;
  }

  .bord-info-l-animation>div>div {
    padding: 0.25rem 0.75rem;
    height: 26px;
    margin-bottom: 40px;
    margin-left: 10%;
    display: inline-block;
  }

  .bord-info-l-animation div:first-child {
    animation: text-bord-info-l 8s infinite;
    line-height: 18px;

  }

  .first div {
    border: 1px solid rgb(0, 208, 255);
    color: #00e9ff;
    border-radius: 5px;
    box-shadow: 0px 0px 9px 1px darkblue;
  }

  .second div {
    border: 1px solid #05ff86;
    color: #03b429;
    border-radius: 5px;
    box-shadow: 0px 0px 9px 1px rgb(0, 139, 65);
  }

  .third div {
    border: 1px solid #5805ff;
    color: #aa48ff;
    border-radius: 5px;
    box-shadow: 0px 0px 9px 1px rgb(97, 0, 139);
  }

  @keyframes text-bord-info-l {
    0% {
      margin-top: 0rem;
    }

    10% {
      margin-top: 0rem;
    }

    20% {
      margin-top: -59px;
    }

    30% {
      margin-top: -59px;
    }

    40% {
      margin-top: -123px;
    }

    60% {
      margin-top: -123px;
    }

    70% {
      margin-top: -59px;
    }

    80% {
      margin-top: -59px;
    }

    90% {
      margin-top: 0rem;
    }

    100% {
      margin-top: 0rem;
    }
  }

  .dotlottie-title {
    transform: scale(calc(100 / 426 * 3)) !important;
    max-height: 200px !important;
  }

  .dotlottie-title>.col {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .dotlottie-title>.col>dotlottie-player {
    width: calc(100vw / 30 * 3);
    height: 11rem;
  }

  .dotlottie-title>.col:nth-child(1)>dotlottie-player:nth-child(1) {
    transform: rotate(270deg);
    position: relative;
    top: 13%;

  }

  .dotlottie-title>.col:nth-child(1)>dotlottie-player:nth-child(2) {
    transform: rotate(180deg);
    position: relative;
    top: -50%;
    left: -4%;
  }



  ::-moz-selection {
    background: #0e0e0e;
    color: #f0f0f0;
  }

  ::selection {
    background: #0e0e0e;
    color: #f0f0f0;
  }

  .home-text-info:nth-child(1),
  .home-text-info:nth-child(2) {
    filter: url(#distortionFilter);
    font-size: calc(100vw / 126 * 3);
    color: #ffffff80;
    font-weight: 500 !important;
  }



  .distort {
    position: absolute;
    width: 0;
    height: 0;
    left: -9999px;
    pointer-events: none;
  }



  /* MEDIA-WIDTH */




  @media only screen and (max-width: 800px) {
    .home-text-info {
      font-size: 8rem;
    }

    #content section:nth-child(1) {
      height: 1500px !important;
    }

    .about-info-bg {
      background-image: url("/assets/b.png");
      top: -3px;
      height: 525px !important;
    }


  }

  @media (max-width: 910px) {

    .title-home {
      width: 100%;
      overflow: auto;
      height: 180px;
      display: grid;
      justify-content: center;
      align-items: center;
      justify-items: center;
      align-content: stretch;
    }

    .title-home svg {
      transform: scale(.3);
      width: 200vw;
      animation: animation-info 1s;
      top: -175px;
      right: 0%;
      position: relative;
      height: 522px !important;
    }
  }

  @media (max-width: 1100px) {
    .dotlottie-title>.col:nth-child(1)>dotlottie-player:nth-child(1) {
      transform: rotate(270deg);
      position: relative;
      top: 9%;
    }
  }

  @media only screen and (max-width: 1300px) {
    .about-title video {
      width: 100% !important;
      position: fixed !important;
      max-height: 1000px !important;
      top: 2% !important;
    }

    .about-title svg text#about-svg-text {
      text-transform: uppercase !important;
      font-weight: 900 !important;
      font-size: 15px !important;
      dominant-baseline: middle !important;
    }
  }