@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');
@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Audiowide&display=swap');
@import "compass/css3";


@font-face {
    font-family: 'Press Start 2P', sans-serif;
    src: url("https://fonts.gstatic.com/s/urbanist/v1/XRX2I3UEuFwzEGBlKCN7XC5GOMY.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Urbanist";
    src: url("fonts/Urbanist-Regular.woff2") format("woff2"), url("fonts/Urbanist-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Urbanist Bold";
    src: url("fonts/Urbanist-Bold.woff2") format("woff2"), url("fonts/Urbanist-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Audiowide', sans-serif;
    background: #000000;
    background-size: 100% 100%;
    animation: gradient 15s ease infinite;
    height: 100vh;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    text-align: center;
    color: #00ff00;
}

canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: transparent; 
    pointer-events: none;
}

#scene {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: transparent; 
    pointer-events: none;
}


.header {
    background-color: #0f0f0f;
    background: linear-gradient(180deg, #0f0f0f, #1a1a1a, #0f0f0f);
    padding: 21px;
}

.nav-bar {
    margin-top: 20px;
    padding-bottom: 10px;
}

.nav-bar a {
    background: linear-gradient(135deg, #ff00ff, #00ffff);
    color: #000000;
    text-decoration: none;
    padding: 15px 30px;
    margin: 0 20px;
    font-family: 'Audiowide', sans-serif;
    font-size: 1.2em;
    border-radius: 20px;
    transition: all 0.6s ease;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 3px solid transparent;
    background-clip: padding-box;
    box-shadow: 0 6px 25px rgba(0, 255, 255, 0.3);
    text-shadow: 2px 2px 5px rgba(0, 255, 255, 0.4);
}

.nav-bar a::before {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    background: linear-gradient(135deg, #00ff00, #ff00ff);
    z-index: -1;
    border-radius: 20px;
}
.nav-bar a:hover {
    background: linear-gradient(135deg, #00ffff, #ff00ff, #00ff00);
    color: #000000;
    transform: scale(1.1);
    box-shadow: 0 8px 30px rgba(0, 255, 255, 0.4);
    transition: all 0.6s ease;
}
.nav-bar a:hover::before {
    background: linear-gradient(135deg, #ff00ff, #000000);
}

.title {
    font-family: 'Audiowide', sans-serif;
    font-size: 5em;
    color: #00ff00;
    margin-top: 40px;
    font-weight: bold;
    animation: glitch2 2s steps(100) infinite;
}

.subtitle {
    font-family: 'Press Start 2P', sans-serif;
    font-size: 2em;
    color: #00ffff;
    text-shadow: 0 8px 30px rgb(228 0 255);
    margin: 22px;
}

.title2 {
    font-family: 'Audiowide', sans-serif;
    font-size: 3em;
    color: #00ff00;
    margin-top: 40px;
    font-weight: bold;
    animation: glitch2 2s steps(100) infinite;
}

.title3 {
    font-family: 'Audiowide', sans-serif;
    font-size: 3em;
    color: #00ff00;
    margin-top: 40px;
    font-weight: bold;
    animation: glitch3 2s steps(100) infinite;
}

.content img {
    margin: 20px 0;
    width: 512px;
    height: 512px;
    border-radius: 20px;
    margin-bottom: 40px;
}

.content .maga6900 {
    margin: 20px auto !important;
    width: 100% !important;
    height: auto !important;
    max-width: 700px !important;
    border-radius: 20px !important;
    margin-bottom: 40px !important;
    object-fit: cover !important;
    display: block;
}

.button-group {
    margin: 20px 0;
    width: 100%;
}

.button-group a,
.button-group button {
    background: black;
    color: #fff;
    font-family: 'Audiowide', sans-serif;
    text-decoration: none;
    padding: 15px 25px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    word-spacing: 4px;
    text-transform: uppercase;
    border-radius: 20px;
    border: 3px solid transparent;
    background-clip: padding-box;
    cursor: pointer;
    display: inline-block;
    position: relative;
    z-index: 1;
    animation: rainbow-border 0.5s linear infinite;
    transition: transform 0.3s ease;
    box-shadow: 0 6px 25px rgba(0, 255, 255, 0.3);
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
    box-sizing: border-box;
    width: 25%; 
}

.button-group a:hover,
.button-group button:hover {
    transform: scale(1.05); 
}

@media (max-width: 768px) {
    .button-group a,
    .button-group button {
        width: 100vw; 
        max-width: 100%;
    }
}

@keyframes rainbow-border {
    0% {
        border-image-source: linear-gradient(70deg, #00ff00, #ff00ff, #00ffff, #ffdd40, #00ff00, #ff00ff, #00ffff, #ffdd40);
        border-image-slice: 1;
        border-image-width: 3px;
    }
    100% {
        border-image-source: linear-gradient(70deg, #ff00ff, #00ff00, #ffdd40, #00ffff, #ff00ff, #00ff00, #ffdd40, #00ffff);
        border-image-slice: 1;
        border-image-width: 3px;
    }
}

.content p {
    width: 60%;
    margin: 20px auto 50px;
    font-size: 1.5em;
    line-height: 1.8em;
    font-weight: bold;
    color: #00ffff;
}

.tokenomics {
    margin: 40px auto;
    width: 80%;
    background-color: #00000000;
    color: #00ff00;
    border-radius: 20px;
    padding: 30px;
    border: 3px solid #00ff00;
}

.tokenomics-item {
    margin: 30px 0;
}

.tokenomics-item .percentage {
    font-size: 3.5em;
    font-family: 'Press Start 2P', sans-serif;
    text-shadow: 2px 2px 5px rgba(0, 255, 255, 0.5);
    font-weight: bold;
}

.tokenomics-item .description {
    font-size: 1.5em;
    text-shadow: 2px 2px 5px rgba(0, 255, 255, 0.5);
    margin-top: 15px;
}

footer {
    background: linear-gradient(0deg, black, #ff00ff87);
    padding: 15px;
    color: #00ff00;
    font-size: 1.2em;
    text-shadow: 2px 2px 5px rgba(0, 255, 255, 0.5);
}

@media (max-width: 768px) {
    footer .button-group a {
        width: 50px;
        text-shadow: 2px 2px 5px rgba(0, 255, 255, 0.5);
        height: 50px;
        border: 3px solid #00ff00;
    }
}
@media (max-width: 480px) {
    footer .button-group a {
        width: 50px;
        height: 50px;
    }
}
@media (max-width: 768px) {
    .title {
        font-size: 3em;
    }

    .subtitle {
        font-size: 1.5em;
    }

    .content img {
        width: 90%;
        height: auto;
    }

    .content p {
        width: 90%;
        font-size: 1.2em;
    }

    .tokenomics {
        width: 90%;
        padding: 20px;
    }

    .tokenomics-item .percentage {
        font-size: 2.5em;
    }

    .tokenomics-item .description {
        font-size: 1.6em;
    }

    .button-group a,
    .button-group button {
        padding: 10px 20px;
        font-size: 1.2em;
    }

    .nav-bar a {
        margin: 5px 0;
        padding: 10px 20px;
    }

    footer {
        font-size: 1em;
        padding: 10px;
    }
}
@media (max-width: 480px) {
    .title {
        font-size: 2.5em;
        text-shadow: 2px 2px 5px rgba(0, 255, 255, 0.5);
    }

    .subtitle {
        font-size: 1.5em !important;
        text-shadow: 2px 2px 5px rgba(0, 255, 255, 0.5);
    }

    .tokenomics-item .percentage {
        font-size: 3em;
    }

    .tokenomics-item .description {
        font-size: 1.6em;
    }
}

.button-group button {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    display: block;
    width: auto;
    margin: 10px auto;
}
@media (max-width: 768px) {
    .button-group button {
        font-size: 0.8em !important;
    }
}

#menu {
    position: fixed;
    right: -255px;
    top: 0;
    bottom: 0;
    width: 250px;
    background-color: #0f0f0fde;
    border-left: 2px solid #00ff00;
    color: #00ff00;
    z-index: 1000;
    transition: right 0.3s ease;
}

#menu nav ul {
    list-style: none;
    padding: 100px 0 0;
}

#menu nav ul li {
    margin: 40px 0;
}

#menu nav ul li a {
    color: #00ff00;
    font-family: 'Audiowide', sans-serif;
    font-size: 1.5em;
    padding-top: 50px;
    text-decoration: none;
    text-shadow: 2px 2px 5px rgba(0, 255, 255, 0.5);
}

#mainCanvas, #c {
    pointer-events: none;
}


#menu-toggle {
    font-size: 50px;
    cursor: pointer;
    background: none;
    border: none;
    color: rgb(253 0 255);
    position: fixed;
    right: 17px;
    top: 13px;
    z-index: 9999;
    opacity: 1;
    transition: opacity 0.3s ease, background-color 0.3s ease;
}
#menu-toggle:hover {
    opacity: 1;
}

#menu.active {
    right: 0;
}

#panel {
    padding: 20px;
    transition: transform 0.3s ease;
}

.nav-bar.nav-hidden {
    display: none;
}
@media (max-width: 768px) {
    .nav-bar {
        display: none;
    }

    #menu-toggle {
        display: block;
    }
}
@media (min-width: 769px) {
    #menu-toggle {
        display: none;
    }
}

.scroll-opacity {
    opacity: 0.5;
}

.top-opacity {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.responsive-image {
    display: block;
    margin: 10px auto;
    width: auto;
}
@media (max-width: 768px) {
    .responsive-image {
        width: 100vw;
    }
}

.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
    overflow: hidden;
}

.lightbox-img {
    height: 100vh;
    width: auto;
    max-width: 100vw;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    transform: scale(1.6);
    transition: transform 0.3s ease;
}
.lightbox-img:hover {
    transform: scale(2);
}
@media (max-width: 768px) {
    .lightbox-img {
        height: auto;
        width: 100vw !important;
        max-height: 100vh;
        transform: scale(1.0);
    }
    .lightbox-img:hover {
        transform: scale(1.0);
    }
}

.centered {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}

.glitchh1 {
    font-family: 'Audiowide', sans-serif;
    font-weight: bold;
    color: white;
    font-size: 5rem;
    animation: glitch3 2s steps(100) infinite !
}

.footerh2 {
    font-family: 'Audiowide', sans-serif;
    font-size: 2rem;
    color: #00ff00;
    margin-top: 40px;
    font-weight: bold;
    animation: glitch3 2s steps(100) infinite;
}


h2 {
    font-family: 'Audiowide', sans-serif;
    font-weight: bold;
    color: white;
    font-size: 2rem;
    animation: glitch3 2s steps(100) infinite;
}

@keyframes glitch3 {
    0% {
        text-shadow: 1px 0 0 red, -1px 0 0 blue;
    }
    2% {
        text-shadow: 1px 0 0 red, -1px 0 0 blue;
    }
    3% {
        text-shadow: -1px 0 0 red, 1px 0 0 blue;
    }
    6% {
        text-shadow: -1px 0 0 red, 1px 0 0 blue;
    }
    8% {
        text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
    }
    10% {
        text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
    }
    12% {
        text-shadow: -1px 0 0 red, 1px 0 0 lime;
    }
    14% {
        text-shadow: -1px 0 0 red, 1px 0 0 lime;
    }
    16% {
        text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
    }
    18% {
        text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
    }
    20% {
        text-shadow: -1px 0 0 blue, 1px 0 0 lime;
    }
    22% {
        text-shadow: -1px 0 0 blue, 1px 0 0 lime;
    }
    24% {
        text-shadow: 50px 0 0 blue, -50px 0 0 lime;
    }
    27% {
        text-shadow: 0 0 0 blue, 0 0 0 lime;
    }
    28% {
        text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
    }
    30% {
        text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
    }
    32% {
        text-shadow: -1px 0 0 red, 1px 0 0 lime;
    }
    34% {
        text-shadow: -1px 0 0 red, 1px 0 0 lime;
    }
    36% {
        text-shadow: 1px 3px 0 red, -1px 0 0 blue;
    }
    38% {
        text-shadow: 1px -3px 0 red, -1px 0 0 blue;
    }
    40% {
        text-shadow: -1px 1px 0 red, 1px 0 0 blue;
    }
    43% {
        text-shadow: -1px 0 0 red, 1px 0 0 blue;
    }
    46% {
        text-shadow: 30px 0 0 red, -30px 0 0 lime;
    }
    48% {
        text-shadow: 0 0 0 red, 0 0 0 lime;
    }
    51% {
        text-shadow: 0.5px 0 0 red, -0.5px 0 0 blue;
    }
    54% {
        text-shadow: 0.5px 0 0 red, -0.5px 0 0 blue;
    }
    56% {
        text-shadow: -1px 0 0 red, 1px 0 0 blue;
    }
    58% {
        text-shadow: -7px 0 0 red, 1px 0 0 blue;
    }
    60% {
        text-shadow: 1px 0 0 red, -7px 0 0 blue;
    }
    100% {
        text-shadow: -1px 0 0 blue, 1px 0 0 lime;
    }
}

@keyframes glitch2 {
    0% {
        text-shadow: 1px 0 0 magenta, -1px 0 0 cyan;
    }
    3% {
        text-shadow: 1px 0 0 magenta, -1px 0 0 cyan;
    }
    8% {
        text-shadow: -1px 0 0 magenta, 1px 0 0 cyan;
    }
    12% {
        text-shadow: -1px 0 0 magenta, 1px 0 0 cyan;
    }
    14% {
        text-shadow: 0.5px 5px 0 magenta, -0.5px 0 0 yellow;
    }
    19% {
        text-shadow: 0.5px 0 0 magenta, -0.5px 0 0 yellow;
    }
    21% {
        text-shadow: -1px 0 0 magenta, 1px 0 0 yellow;
    }
    27% {
        text-shadow: 0.7px 0 0 cyan, -0.7px 0 0 yellow;
    }
    32% {
        text-shadow: 0.7px -5px 0 cyan, -0.7px 0 0 yellow;
    }
    35% {
        text-shadow: -1px 5px 0 cyan, 1px 0 0 yellow;
    }
    43% {
        text-shadow: 50px 0 0 cyan, -50px 0 0 yellow;
    }
    44% {
        text-shadow: 0 0 0 cyan, 0 0 0 yellow;
    }
    /* Pause for 56% of the time */
    100% {
        text-shadow: none;
    }
}

.confetti-button {
    word-wrap: break-word;    
    overflow-wrap: break-word;
    white-space: normal;      
    display: block;           
    width: 100%;              
    max-width: 100%;          
    box-sizing: border-box;   
    text-align: center;       
}

.seperator-wrapper {
  width: 100%;  
}

.seperator {
  width: 100vw;
  max-width: 100%;
  height: 5px;
  animation: rotate 3s infinite linear;
  -webkit-animation: rotate 3s infinite linear;
  background: rgb(48,255,144);
  background: linear-gradient(to right, rgba(48,255,144,1) 0%, rgba(237,45,237,1) 25%, rgba(201,152,38,1) 50%, rgba(48,255,230,1) 75%, rgba(48,255,144,1) 100%);
}

@keyframes rotate {
  from {
    background-position: -3000px;
  }
  to {
    background-position: 0px;
  }
}

@-webkit-keyframes rotate {
  from {
    background-position: -3000px;
  }
  to {
    background-position: 0px;
  }
}










.border-blur {
  position: absolute;
  width: 300px;
  height: 400px;
  background: transparent;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: blur(50px);
}
.box {
  position: relative;
  width: 300px;
  height: 400px;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.border-blur::before,
.border-blur::after {
  border-radius: 50%;
  height: 400px !important;
  width: 500px !important;
}
.box::after,
.border-blur::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background-image: conic-gradient(
    transparent,
    transparent,
    transparent,
    #d400d4
  );
  animation: animate 4s linear infinite;
  animation-delay: -2s;
}
.box::before,
.border-blur::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background-image: conic-gradient(
    transparent,
    transparent,
    transparent,
    #00ccff
  );
  animation: animate 4s linear infinite;
}
@keyframes animate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.box span {
  position: absolute;
  inset: 5px;
  border-radius: 16px;
  background: #0c1022;
  z-index: 1;
}
.box h2 {
  position: relative;
  z-index: 2;
  color: #fff;
  font-family: Montserrat;
  font-size: 10em;
}











footer .button-group a {
    display: inline-block;
    width: 60px;
    height: 60px;
    padding: 5px;
    background-color: #ff00ff;
    border-radius: 15px;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    transition: all 0.3s ease;
    transform: scale(1);
}

footer .button-group a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 15px;
    padding: 3px;
    background: linear-gradient(to right, #00ff00, #ff00ff);
    -webkit-mask: linear-gradient(#000000 0 0) content-box, linear-gradient(#000000 0 0);
    mask: linear-gradient(#000000 0 0) content-box, linear-gradient(#000000 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}
footer .button-group a:hover {
    background: linear-gradient(135deg, #00ffff, #ff00ff, #00ff00);
    color: #000000;
    border-color: #ff00ff;
    border: 3px solid transparent;
    background-clip: padding-box;
    box-shadow: 0 6px 25px rgba(0, 255, 255, 0.3);
    text-shadow: 2px 2px 5px rgba(0, 255, 255, 0.4);
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgba(0, 255, 255, 0.2);
}
@media (max-width: 768px) {
    footer .button-group a {
        width: 50px;
        text-shadow: 2px 2px 5px rgba(0, 255, 255, 0.5);
        height: 50px;
        border: 3px solid #00ff00;
    }
}
@media (max-width: 480px) {
    footer .button-group a {
        width: 50px;
        height: 50px;
    }
}
@media (max-width: 768px) {
    .title {
        font-size: 3em;
    }

    .subtitle {
        font-size: 1.5em;
    }

    .content img {
        width: 90%;
        height: auto;
    }

    .content p {
        width: 90%;
        font-size: 1.2em;
    }

    .tokenomics {
        width: 90%;
        padding: 20px;
    }

    .tokenomics-item .percentage {
        font-size: 2.5em;
    }

    .tokenomics-item .description {
        font-size: 1.6em;
    }

    .button-group a,
    .button-group button {
        padding: 10px 20px;
        font-size: 1.2em;
    }

    .nav-bar a {
        margin: 5px 0;
        padding: 10px 20px;
    }

    footer {
        font-size: 1em;
        padding: 10px;
        padding-bottom: 50px !important;
    }
}
@media (max-width: 480px) {
    .title {
        font-size: 2.5em;
        text-shadow: 2px 2px 5px rgba(0, 255, 255, 0.5);
    }

    .subtitle {
        font-size: 1.5em !important;
        text-shadow: 2px 2px 5px rgba(0, 255, 255, 0.5);
    }

    .tokenomics-item .percentage {
        font-size: 3em;
    }

    .tokenomics-item .description {
        font-size: 1.6em;
    }
}

.button-group button {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    display: block;
    width: auto;
    margin: 10px auto;
}
@media (max-width: 768px) {
    .button-group button {
        font-size: 0.8em !important;
    }
}

.glitch {
  position: relative;
  width: 100vw; 
  background: url('./lynkbanner.png') no-repeat center center; 
  background-size: contain;
  margin: 0 auto;
  height: auto;
  aspect-ratio: 3 / 1; 
}

@media (min-width: 768px) {
  .glitch {
    width: 70vw;
  }
}

.glitch::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url('./lynkbanner.png') no-repeat center center;
  background-size: contain;
  mix-blend-mode: hard-light;
  animation: glitch 0.5s infinite;
}

@keyframes glitch {
  0% {
    background-position: 50%;
    filter: hue-rotate(0deg);
  }
  10% {
    background-position: calc(50% - 4px) 50%;
  }
  20% {
    background-position: calc(50% - (-4px)) 50%;
  }
  30% {
    background-position: calc(50% - 12px) 50%;
  }
  40% {
    background-position: calc(50% - (-12px)) 50%;
  }
  50% {
    background-position: calc(50% - (-16px)) 50%;
  }
  60% {
    background-position: calc(50% - (-24px)) 50%;
  }
  70% {
    background-position: calc(50% - (-52px)) 50%;
  }
  80% {
    background-position: 50% calc(50% - 22px);
  }
  90% {
    background-position: calc(50% - (-40px)) calc(50% - (-10px));
  }
  100% {
    background-position: 50%;
    filter: hue-rotate(360deg);
  }
}

.foooter {
    width: 100%;
    height: 2vw;
    background: linear-gradient(0deg, #ff00ff87, transparent);
    margin-top: 200px;
    position: relative;
    display: flex;
    justify-content: space-around;
    border-radius: 20px 20px 0% 0%;
}

.el1, .el2, .el3, .el4, .el5, .el6, .el7, .el8, .el9, .el10 {
  width: 5px;
  height: 5px;
  margin-top: 20px;
  background: #ff00c8;
  border-radius: 50%;
}

.el1 {
  animation: a1 2s infinite;
  animation-delay: 3s;
}

.el2 {
  animation: a2 2s infinite;
  animation-delay: 1.5s;
}

.el3 {
  animation: a3 2s infinite;
  animation-delay: 1s;
}

.el4 {
  animation: a4 2s infinite;
  animation-delay: 2.5s;
}

.el5 {
  animation: a5 2s infinite;
  animation-delay: 0.5s;
}

.el6 {
  animation: a6 2s infinite;
  animation-delay: 1.2s;
}

.el7 {
  animation: a7 2s infinite;
  animation-delay: 0.75s;
}

.el8 {
  animation: a8 2s infinite;
  animation-delay: 3s;
}

.el9 {
  animation: a9 2s infinite;
  animation-delay: 2.2s;
}

.el10 {
  animation: a10 2s infinite;
  animation-delay: 1.7s;
}

@keyframes a1 {
  0% {
    transform: translateY(100%) scale(11);
  }
  100% {
    transform: translateY(-1200%) scale(0);
  }
}

@keyframes a2 {
  0% {
    transform: translateY(100%) scale(6);
  }
  100% {
    transform: translateY(-1200%) scale(0);
  }
}

@keyframes a3 {
  0% {
    transform: translateY(100%) scale(3);
  }
  100% {
    transform: translateY(-1200%) scale(0);
  }
}

@keyframes a4 {
  0% {
    transform: translateY(100%) scale(8);
  }
  100% {
    transform: translateY(-1200%) scale(0);
  }
}

@keyframes a5 {
  0% {
    transform: translateY(100%) scale(10);
  }
  100% {
    transform: translateY(-1200%) scale(0);
  }
}

@keyframes a6 {
  0% {
    transform: translateY(100%) scale(5);
  }
  100% {
    transform: translateY(-1200%) scale(0);
  }
}

@keyframes a7 {
  0% {
    transform: translateY(100%) scale(9);
  }
  100% {
    transform: translateY(-1200%) scale(0);
  }
}

@keyframes a8 {
  0% {
    transform: translateY(100%) scale(11);
  }
  100% {
    transform: translateY(-1200%) scale(0);
  }
}

@keyframes a9 {
  0% {
    transform: translateY(100%) scale(6);
  }
  100% {
    transform: translateY(-1200%) scale(0);
  }
}

@keyframes a10 {
  0% {
    transform: translateY(100%) scale(11);
  }
  100% {
    transform: translateY(-1200%) scale(0);
  }
}

