.animation {
    overflow: hidden;
}
.animation svg {
    height: 100%;
    z-index: 1;
}

.poster1 .poster1-bar {
    padding: 1em 2em;
    border-radius: 0 0 50px 50px;
    background-color: #1e252b;
    transform-origin: top center;
    animation: bar-bg-animation 3s infinite both alternate;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.poster1 .poster1-search-bar {
    width: 80%;
    height: 50%;
    position: absolute;
    background-color: var(--primary-color);
    border-radius: 50px;
    animation: bar-search-bar-animation 3s infinite backwards alternate;
}

.poster1 svg {
    animation: bar-icon-animation 3s infinite backwards alternate;
    transform: none;
}
@keyframes bar-search-bar-animation {
    0% {
        opacity: 0;
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@keyframes bar-icon-animation {
    10% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes bar-bg-animation {
    to {
        transform: scaleX(1.3) scale(1.2);
        border-radius: 50px;
    }
}


.poster2 svg{
    transform: rotate(-20deg) skew(25deg) scale(1.5);
    animation: poster2-animation 2s infinite both alternate;
}

@keyframes poster2-animation {
    from {
        translate:0 -40px;
    }
    to {
        translate: 0 20px;
    }
}

g#chart1,
g#chart2 {
    animation: chart-animation 2s infinite both alternate;
}

g#chart1 {
    animation-delay: 1s;
}



@keyframes chart-animation {
    from {
        transform: translateY(-500px);
    }

    to {
        transform: translateY(0px);
    }
}

.poster3 .container {
    transform: rotate(20deg) skew(-20deg) scale(0.7);
    transform-style: preserve-3d;
}
.poster3 .container svg {
    width: 100%;
    height: 100%;
    translate: -1.5em -1.5em 5em;
    animation: chip-animation 3s infinite both alternate;
}
@keyframes chip-animation {
    to {
        translate: 0.5em 0.5em 0;
    }
}

#chip-bg rect {
    filter: blur(100px);
}

#untitled-s-rect1 {
    animation-name: untitled-s-rect1__rd;
    animation-duration: 3000ms;
    animation-fill-mode: both;
}

@keyframes untitled-s-rect1__rd {
    0% {
        rx: 30px;
        ry: 30px;
        animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1)
    }

    16.666667% {
        rx: 10px;
        ry: 10px
    }

    100% {
        rx: 10px;
        ry: 10px
    }
}



#untitled-s-rect1_ts {
    animation: untitled-s-rect1_ts__ts 3000ms linear normal both
}

@keyframes untitled-s-rect1_ts__ts {
    0% {
        transform: translate(150px, 149.999998px) scale(1, 1);
        animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1)
    }

    16% {
        transform: translate(150px, 149.999998px) scale(1.815599, 2.094915)
    }

    100% {
        transform: translate(150px, 149.999998px) scale(1.815599, 2.094915)
    }
}

#untitled-u-mingcute_github-fill {
    animation: untitled-u-mingcute_github-fill_c_o 3s linear both
}

@keyframes untitled-u-mingcute_github-fill_c_o {
    0% {
        opacity: 1;
    }

    13% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}


@keyframes poster4-bar {
    0% {
        opacity: 0
    }

    46.666667% {
        opacity: 0
    }

    53.333333% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

#untitled-u-4 {
    animation: poster4-bar 3000ms 0.75s linear infinite normal both
}

#untitled-u-3 {
    animation: poster4-bar 3000ms 0.5s linear infinite normal both
}


#untitled-u-2 {
    animation: poster4-bar 3000ms 0.25s linear infinite normal both
}

#untitled-u-1 {
    animation: poster4-bar 3000ms linear infinite normal both
}

#untitled-s-path3_tr {
    animation: untitled-s-path3_tr__tr 3000ms linear 1 normal both
}

@keyframes untitled-s-path3_tr__tr {
    0% {
        transform: translate(135.33781px, 207.03926px) rotate(720deg);
        animation-timing-function: cubic-bezier(0.415, 0.08, 0.115, 0.955)
    }

    100% {
        transform: translate(135.33781px, 207.03926px) rotate(439.480519deg)
    }
}