﻿namespace GYSInfoCore.wwwroot.App_Data_Public.FE_Data.CSS.GYS.InfoWeb
{
    public class Alumini
    {
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }
}

.float-animation {
    animation: float 3s ease-in-out infinite;
}

    .float-animation:nth-child(2) {
        animation-delay: 0.5s;
    }

    .float-animation:nth-child(3) {
        animation-delay: 1s;
    }

    .float-animation:nth-child(4) {
        animation-delay: 1.5s;
    }

    .float-animation:nth-child(5) {
        animation-delay: 2s;
    }

    .float-animation:nth-child(6) {
        animation-delay: 2.5s;
    }

    .float-animation:nth-child(7) {
        animation-delay: 0.3s;
    }

    .float-animation:nth-child(8) {
        animation-delay: 0.8s;
    }

    .float-animation:nth-child(9) {
        animation-delay: 1.3s;
    }

    .float-animation:nth-child(10) {
        animation-delay: 1.8s;
    }
