@font-face {
    font-family: montserrat;
    src: url(montserrat-regular-webfont-CsVPkN2Q.woff)format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: bebas;
    src: url(bebasneue-regular-webfont-DO8iU-GE.woff2)format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: oswald;
    src: url(oswald-regular-webfont-CYQtD-ON.woff)format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    font-size: 16px
}

@media screen and (width>=1700px) {
    :root {
        font-size: 20px
    }
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

ul,
ol,
li {
    list-style: none
}

a:link,
a:visited {
    color: inherit;
    text-decoration: none
}

a:hover {
    animation: 1s infinite neon-blink
}

button {
    cursor: pointer;
    background: 0 0;
    border: none
}

input[type=checkbox] {
    appearance: none;
    cursor: pointer
}

input[type=submit] {
    cursor: pointer
}

input[type=color] {
    appearance: none;
    cursor: pointer;
    background-color: #fefefe
}

main {
    min-height: 90vh
}

body {
    color: #fefefe;
    cursor: none;
    background-color: #040404;
    background-size: cover;
    background-attachment: fixed;
    font-family: montserrat, sans-serif;
    font-size: 1rem;
    overflow-x: hidden
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden
}

.bg-blur {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #ffffff0d;
    border: 2px solid #45d88099;
    border-radius: 3rem
}

.box-shadow {
    border: 2px solid #9fe7bc;
    box-shadow: 0 0 10px #45d880, 0 0 4px #45d880
}

.ttl {
    color: #e1f7ea;
    text-shadow: 0 0 10px #45d880, 0 0 4px #45d880;
    font-family: bebas, monospace;
    font-size: 4rem
}

.ttl--secondary {
    text-transform: uppercase;
    letter-spacing: .1rem;
    font-size: 2rem
}

@media screen and (width<=768px) {
    .ttl--secondary {
        text-align: center
    }
}

.ttl--pro {
    letter-spacing: .1rem;
    font-family: bebas, monospace;
    font-size: 1.5rem
}

.ttl--job {
    text-transform: uppercase;
    font-size: 1rem
}

.ttl--job-date {
    text-transform: none;
    font-style: italic
}

.gallery {
    flex-direction: column;
    gap: 3rem;
    padding: 3rem;
    display: flex
}

@media screen and (width<=768px) {
    .gallery {
        justify-content: center;
        width: 100%;
        padding: 1rem
    }
}

.gallery__mainProjectInfos {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
    display: flex
}

@media screen and (width<=768px) {
    .gallery__mainProjectInfos {
        align-items: center
    }
}

.gallery__site {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #00000080;
    border: 1px solid #45d88099;
    border-radius: 3rem;
    flex-direction: row;
    align-items: flex-start;
    gap: 2rem;
    width: 100%;
    padding: 1rem;
    display: flex
}

@media screen and (width<=768px) {
    .gallery__site {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }
}

.gallery__ttl {
    text-shadow: 0 0 10px #45d880, 0 0 4px #45d880;
    color: #fefefe;
    font-size: 1.5rem
}

.gallery__ttl--small {
    font-size: 1.1rem
}

.gallery__ttl:hover {
    animation: .5s infinite neon-blink
}

.gallery__date {
    font-size: 1.25rem
}

@media screen and (width<=768px) {
    .gallery__date {
        text-align: center
    }
}

.gallery__description {
    text-align: start;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    line-height: 1.5;
    display: flex
}

.gallery__lnk {
    text-align: left;
    padding: 1rem;
    font-style: italic;
    font-weight: 700;
    line-height: 1.5
}

@media screen and (width<=768px) {
    .gallery__lnk {
        text-align: center
    }
}

.gallery__img {
    aspect-ratio: 1;
    border-radius: 3rem;
    max-width: 20rem
}

@media screen and (width<=768px) {
    .gallery__img {
        width: 100%
    }
}

.gallery__relative {
    position: relative
}

.gallery__technos {
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
    width: 100%;
    display: flex
}

.text {
    border-radius: 0 2rem 2rem;
    padding: 1.5rem;
    line-height: 1.5
}

@media screen and (width>=768px) {
    .grid-2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
        display: grid
    }

    .grid-3 {
        grid-template-columns: repeat(3, 1fr);
        gap: 4rem;
        display: grid
    }
}

@media screen and (width<=768px) {

    .grid-2,
    .grid-3 {
        width: 100%
    }
}

.logo:hover {
    filter: drop-shadow(0 0 0 .75rem #45d880)
}

.active {
    animation: 1s infinite neon-blink
}

.hidden {
    display: none
}

.dot {
    color: #e1f7ea;
    text-shadow: 0 0 10px #45d880, 0 0 4px #45d880;
    padding: .5rem;
    font-family: bebas, monospace;
    font-size: 1.25rem
}

.flex-row {
    flex-direction: row;
    align-items: flex-start;
    gap: 3rem;
    padding: 3rem;
    display: flex
}

@media screen and (width<=768px) {
    .flex-row {
        flex-direction: column;
        align-items: center;
        padding: 0
    }
}

.cursor-dot,
.cursor-dot-outline {
    pointer-events: none;
    z-index: 9999;
    opacity: 1;
    border-radius: 50%;
    position: fixed;
    transform: translate(-50%, -50%)
}

.cursor-dot {
    background-color: #fefefe;
    width: .5rem;
    height: .5rem;
    transition: width .2s, height .2s, opacity .2s
}

.cursor-dot-outline {
    background-color: #2be23a1a;
    width: 40px;
    height: 40px;
    transition: transform .15s ease-out, width .2s, height .2s, opacity .2s;
    box-shadow: 0 0 15px #45d88080
}

.hover-effect .cursor-dot {
    background-color: #fff;
    width: 12px;
    height: 12px
}

.hover-effect .cursor-dot-outline {
    background-color: #45d8804d;
    width: 60px;
    height: 60px
}

.click-effect .cursor-dot {
    background-color: #fff;
    transform: translate(-50%, -50%)scale(.5)
}

.click-effect .cursor-dot-outline {
    opacity: .5;
    background-color: #45d88066;
    transform: translate(-50%, -50%)scale(1.2)
}

.cursor-trail {
    pointer-events: none;
    z-index: 9998;
    opacity: 0;
    background-color: #45d88080;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    transition: opacity .5s;
    position: fixed;
    box-shadow: 0 0 10px #45d880cc
}

@keyframes floatA {

    0%,
    to {
        transform: translate(0)rotate(0)
    }

    33% {
        transform: translate(5px, -14px)rotate(2deg)
    }

    66% {
        transform: translate(-4px, -7px)rotate(-1deg)
    }
}

@keyframes floatB {

    0%,
    to {
        transform: translate(0)rotate(0)
    }

    40% {
        transform: translate(-7px, -18px)rotate(-3deg)
    }

    75% {
        transform: translate(4px, -9px)rotate(1deg)
    }
}

@keyframes floatC {

    0%,
    to {
        transform: translate(0)
    }

    50% {
        transform: translate(3px, -22px)
    }
}

@keyframes orbit {
    0% {
        transform: rotate(0deg) translateX(var(--r)) rotate(0deg)
    }

    to {
        transform: rotate(360deg) translateX(var(--r)) rotate(-360deg)
    }
}

@keyframes pulse {

    0%,
    to {
        opacity: .5;
        filter: blur(var(--b1))
    }

    50% {
        opacity: 1;
        filter: blur(var(--b2))
    }
}

@keyframes twinkle {

    0%,
    to {
        opacity: .15
    }

    50% {
        opacity: .9
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes ringrot {
    0% {
        transform: rotate(-20deg)
    }

    to {
        transform: rotate(340deg)
    }
}

.planet1 {
    background: radial-gradient(circle at 35% 38%, #00ffa02e 0%, #00b46412 55%, #0000 75%);
    border: 1px solid #00ff8838;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    animation: 18s ease-in-out infinite floatB;
    position: fixed;
    top: 68px;
    left: 42px;
    box-shadow: 0 0 22px #00ff881f, inset 0 0 18px #00ff8814
}

.planet1:after {
    content: "";
    border: 1px solid #00ff881a;
    border-radius: 50%;
    animation: 28s linear infinite ringrot;
    position: fixed;
    inset: -14px;
    transform: rotate(-28deg)scaleX(1.6)scaleY(.35)
}

.planet2 {
    background: radial-gradient(circle at 40% 35%, #64ffc833 0%, #00c87812 60%, #0000 80%);
    border: 1px solid #7fffc42e;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    animation: 13s ease-in-out infinite floatA;
    position: fixed;
    top: 30px;
    right: 80px;
    box-shadow: 0 0 14px #7fffc426
}

.planet3 {
    background: radial-gradient(circle at 38% 35%, #b4ffe62e 0%, #0000 70%);
    border: 1px solid #7fffc426;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    animation: 9s ease-in-out infinite floatC;
    position: fixed;
    bottom: 110px;
    right: 130px;
    box-shadow: 0 0 10px #00ff881a
}

.scene-svg {
    pointer-events: none;
    position: fixed;
    inset: 0
}

.star-dot {
    animation: ease-in-out infinite twinkle
}

.bg-orbs {
    pointer-events: none;
    height: 100vh;
    position: fixed;
    inset: 0
}

.orb {
    border-radius: 50%;
    height: 100vh;
    animation: ease-in-out infinite breath;
    position: fixed
}

.particles {
    pointer-events: none;
    position: fixed;
    inset: 0
}

.particle {
    border-radius: 50%;
    animation: ease-in-out infinite drift;
    position: fixed
}

.lines-svg {
    pointer-events: none;
    position: fixed;
    inset: 0
}

.container {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    max-width: 84.375rem;
    margin: auto;
    padding-top: 2rem;
    display: flex
}

@media screen and (width<=768px) {
    .container {
        width: 100%;
        margin: 0;
        padding: 1rem
    }
}

.container--contact {
    justify-content: center;
    align-items: center
}

.stack {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    display: flex
}

.html:before {
    content: url(img/dev.svg)
}

.css:before {
    content: url(img/paint.svg)
}

.javascript:before {
    content: url(img/duck.svg);
    animation: 3s infinite float
}

.laravel:before {
    content: url(img/laravel.svg)
}

.mysql:before {
    content: url(img/database.svg)
}

.php:before {
    content: url(img/php-elephant.svg)
}

.github:before {
    content: url(img/github.svg)
}

.docker:before {
    content: url(img/docker.svg)
}

.composer:before {
    content: url(img/composer.svg)
}

.vite:before {
    content: url(img/vite.svg)
}

.figma:before {
    content: url(img/figma.svg)
}

.windev:before {
    content: url(img/windev.svg)
}

.kanban:before {
    content: url(img/kanban.svg)
}

.header {
    z-index: 10;
    flex-direction: row;
    align-items: baseline;
    gap: 3rem;
    width: 100%;
    padding: 1.5rem;
    display: flex;
    top: 0;
    left: 0
}

@media screen and (width<=768px) {
    .header {
        flex-direction: column;
        align-items: flex-start
    }
}

@media screen and (width>=768px) {
    .header {
        position: sticky
    }
}

.card {
    flex-direction: column;
    gap: 2rem;
    width: 100%;
    padding: 0 0 2rem 2rem;
    display: flex
}

@media screen and (width<=768px) {
    .card {
        padding-left: 0
    }
}

.button {
    cursor: pointer;
    color: #fefefe;
    background-color: #0000;
    border: 2px solid #fefefe;
    border-radius: 3rem;
    padding: .5rem 1rem;
    font-size: 1.5rem;
    animation: 3s infinite neon-blink;
    box-shadow: 0 0 10px #45d880, 0 0 4px #45d880
}

.button:hover {
    animation: 1200s infinite neon-blink
}

.list {
    flex-direction: column;
    gap: 1rem;
    display: flex
}

@media screen and (width<=768px) {
    .list {
        margin-left: 2rem
    }
}

.list__itm {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    display: flex
}

.list__itm:before {
    width: 1.5rem;
    font-size: 1rem
}

.contact {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #ffffff1a;
    border: 2px solid #45d88099;
    border-radius: 100%;
    flex-direction: column;
    justify-content: center;
    gap: 3rem;
    padding: 1rem;
    display: flex
}

.contact:hover {
    filter: drop-shadow(0 0 10px #45d880)
}

.contact__flex {
    gap: 1rem;
    display: flex
}

.contact__gallery {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    aspect-ratio: 1;
    background-color: #ffffff1a;
    border: 2px solid #45d88099;
    border-radius: 100%;
    flex-direction: column;
    gap: 1rem;
    width: 5rem;
    padding: 1rem;
    display: flex
}

.contact__gallery__container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    display: flex
}

.contact__text {
    font-family: bebas, monospace;
    font-size: 1.5rem
}

.contact__img {
    width: 3rem
}

.form {
    flex-direction: column;
    gap: 1rem;
    width: fit-content;
    margin-bottom: 3rem;
    padding: 3rem;
    display: flex
}

.form__list {
    flex-direction: column;
    gap: 2rem;
    display: flex
}

.form__itm {
    flex-direction: column;
    gap: 1rem;
    display: flex
}

.form__itm--details {
    opacity: 0;
    border: none;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -10000000px;
    right: -10000000px
}

.form__input {
    border: 2px solid #45d88099;
    border-radius: 3rem;
    width: 100%;
    padding: .5rem;
    font-size: 1.25rem
}

.form__input:hover,
.form__input:focus {
    box-shadow: 0 0 10px #45d880, 0 0 4px #45d880
}

.form__text-area {
    border-radius: 1rem;
    height: 14rem
}

.notif {
    text-align: center;
    z-index: 100;
    opacity: 1;
    background-color: #000000e6;
    border-radius: .75rem;
    width: auto;
    min-width: 300px;
    max-width: 90vw;
    padding: 2rem;
    font-size: 1.75rem;
    transition: opacity .6s, transform .6s;
    position: fixed;
    top: 25%;
    left: 50%;
    transform: translate(-50%);
    box-shadow: 0 4px 12px #0000004d
}

@media screen and (width<=600px) {
    .notif {
        font-size: 1.25rem
    }
}

.notif--error {
    color: #a72e47;
    border-left: 5px solid #a72e47;
    justify-content: center;
    display: flex
}

.notif--success {
    color: #45d880;
    border-left: 5px solid #45d880
}

.notif__container {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    display: flex
}

.notif__close {
    color: #fefefe;
    cursor: pointer;
    background: #ffffff1a;
    border: 1px solid #fefefe;
    border-radius: .5rem;
    padding: .25rem .5rem;
    font-size: 1rem;
    transition: background .3s
}

.notif__close:hover {
    background: #ffffff4d
}

.pro__lst {
    flex-direction: column;
    gap: 1rem;
    display: flex
}

.pro__card {
    border: 0;
    flex-direction: row;
    gap: 3rem;
    padding: 1.5rem;
    line-height: 1.5;
    display: flex
}

@media screen and (width<=768px) {
    .pro__card {
        flex-direction: column;
        gap: 2rem
    }
}

.pro__titles {
    min-width: 30rem;
    overflow: hidden
}

@media screen and (width<=768px) {
    .pro__titles {
        min-width: 100%
    }
}

.nav {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex
}

.nav__lst {
    gap: 2rem;
    margin: auto;
    display: flex
}

.avatar {
    border-radius: 2rem;
    width: 15rem
}

.avatar__box {
    aspect-ratio: 1;
    justify-content: center;
    align-items: center;
    width: 13rem;
    display: flex;
    position: relative
}

.avatar__mask {
    z-index: 5;
    max-width: 8.5rem;
    position: absolute;
    bottom: 32%;
    left: 18%
}

.avatar__svg {
    opacity: 1;
    transition: opacity .1s ease-in-out;
    fill: #0d0d0d !important
}

.avatar__rectangle {
    z-index: 2;
    width: 7rem;
    height: 2rem;
    position: absolute
}

@keyframes neon-blink {

    0%,
    to {
        text-shadow: 0 0 5px #45d880, 0 0 10px #45d880, 0 0 20px #45d880, 0 0 30px #45d880, 0 0 40px #45d880;
        opacity: 1
    }

    50% {
        text-shadow: 0 0 5px #45d880, 0 0 10px #45d880, 0 0 20px #45d880, 0 0 30px #45d880, 0 0 #45d880;
        opacity: .5
    }
}

.neon {
    color: #9fe7bc;
    animation: 5s infinite neon-blink
}

@keyframes glitch {
    0% {
        opacity: 1;
        transform: translate(0)
    }

    20% {
        opacity: .8;
        transform: translate(-2px, 2px)
    }

    40% {
        opacity: .6;
        transform: translate(2px, -2px)
    }

    60% {
        opacity: .9;
        transform: translate(-1px, 1px)
    }

    80% {
        opacity: .7;
        transform: translate(1px, -1px)
    }

    to {
        opacity: 1;
        transform: translate(0)
    }
}

.glitch {
    color: #45d880;
    text-shadow: 1px 1px #fff9, -1px -1px #0009;
    font-size: 48px;
    animation: .5s infinite glitch;
    position: relative;
    overflow: hidden
}

@keyframes float {

    0%,
    to {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }
}

.float {
    color: #45d880;
    font-size: 48px;
    animation: 2s infinite float
}

@keyframes scale-shake {
    0% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    1.66667% {
        transform: matrix3d(1.16971, 0, 0, 0, 0, 1.16971, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    3.33333% {
        transform: matrix3d(1.27101, 0, 0, 0, 0, 1.27101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    5% {
        transform: matrix3d(1.31969, 0, 0, 0, 0, 1.31969, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    6.66667% {
        transform: matrix3d(1.32993, 0, 0, 0, 0, 1.32993, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    8.33333% {
        transform: matrix3d(1.31385, 0, 0, 0, 0, 1.31385, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    10% {
        transform: matrix3d(1.28134, 0, 0, 0, 0, 1.28134, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    11.6667% {
        transform: matrix3d(1.24015, 0, 0, 0, 0, 1.24015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    13.3333% {
        transform: matrix3d(1.19603, 0, 0, 0, 0, 1.19603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    15% {
        transform: matrix3d(1.15302, 0, 0, 0, 0, 1.15302, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    16.6667% {
        transform: matrix3d(1.11374, 0, 0, 0, 0, 1.11374, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    18.3333% {
        transform: matrix3d(1.07967, 0, 0, 0, 0, 1.07967, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    20% {
        transform: matrix3d(1.05144, 0, 0, 0, 0, 1.05144, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    21.6667% {
        transform: matrix3d(1.02905, 0, 0, 0, 0, 1.02905, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    23.3333% {
        transform: matrix3d(1.01212, 0, 0, 0, 0, 1.01212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    25% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    26.6667% {
        transform: matrix3d(.99192, 0, 0, 0, 0, .99192, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    28.3333% {
        transform: matrix3d(.9871, 0, 0, 0, 0, .9871, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    30% {
        transform: matrix3d(.98478, 0, 0, 0, 0, .98478, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    31.6667% {
        transform: matrix3d(.9843, 0, 0, 0, 0, .9843, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    33.3333% {
        transform: matrix3d(.98506, 0, 0, 0, 0, .98506, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    35% {
        transform: matrix3d(.98661, 0, 0, 0, 0, .98661, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    36.6667% {
        transform: matrix3d(.98857, 0, 0, 0, 0, .98857, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    38.3333% {
        transform: matrix3d(.99067, 0, 0, 0, 0, .99067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    40% {
        transform: matrix3d(.99272, 0, 0, 0, 0, .99272, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    41.6667% {
        transform: matrix3d(.99459, 0, 0, 0, 0, .99459, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    43.3333% {
        transform: matrix3d(.99621, 0, 0, 0, 0, .99621, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    45% {
        transform: matrix3d(.99755, 0, 0, 0, 0, .99755, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    46.6667% {
        transform: matrix3d(.99862, 0, 0, 0, 0, .99862, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    48.3333% {
        transform: matrix3d(.99942, 0, 0, 0, 0, .99942, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    50% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    51.6667% {
        transform: matrix3d(1.00038, 0, 0, 0, 0, 1.00038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    53.3333% {
        transform: matrix3d(1.00061, 0, 0, 0, 0, 1.00061, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    55% {
        transform: matrix3d(1.00072, 0, 0, 0, 0, 1.00072, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    56.6667% {
        transform: matrix3d(1.00075, 0, 0, 0, 0, 1.00075, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    58.3333% {
        transform: matrix3d(1.00071, 0, 0, 0, 0, 1.00071, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    60% {
        transform: matrix3d(1.00064, 0, 0, 0, 0, 1.00064, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    61.6667% {
        transform: matrix3d(1.00054, 0, 0, 0, 0, 1.00054, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    63.3333% {
        transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00044, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    65% {
        transform: matrix3d(1.00035, 0, 0, 0, 0, 1.00035, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    66.6667% {
        transform: matrix3d(1.00026, 0, 0, 0, 0, 1.00026, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    68.3333% {
        transform: matrix3d(1.00018, 0, 0, 0, 0, 1.00018, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    70% {
        transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    71.6667% {
        transform: matrix3d(1.00007, 0, 0, 0, 0, 1.00007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    73.3333% {
        transform: matrix3d(1.00003, 0, 0, 0, 0, 1.00003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    75% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    76.6667% {
        transform: matrix3d(.99998, 0, 0, 0, 0, .99998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    78.3333% {
        transform: matrix3d(.99997, 0, 0, 0, 0, .99997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    80% {
        transform: matrix3d(.99997, 0, 0, 0, 0, .99997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    81.6667% {
        transform: matrix3d(.99996, 0, 0, 0, 0, .99996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    83.3333% {
        transform: matrix3d(.99997, 0, 0, 0, 0, .99997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    85% {
        transform: matrix3d(.99997, 0, 0, 0, 0, .99997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    86.6667% {
        transform: matrix3d(.99997, 0, 0, 0, 0, .99997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    88.3333% {
        transform: matrix3d(.99998, 0, 0, 0, 0, .99998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    90% {
        transform: matrix3d(.99998, 0, 0, 0, 0, .99998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    91.6667% {
        transform: matrix3d(.99999, 0, 0, 0, 0, .99999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    93.3333% {
        transform: matrix3d(.99999, 0, 0, 0, 0, .99999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    95% {
        transform: matrix3d(.99999, 0, 0, 0, 0, .99999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    96.6667% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    98.3333% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    to {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
}

.shake {
    animation: 1s infinite scale-shake
}

.footer {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #ffffff1a;
    border-top: 2px solid #45d88099;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    width: 100%;
    padding: 3rem;
    display: flex
}