#damlalar {
    animation: damlalar 1.5s ease-in-out !important;
    animation-delay: 5s;
    transform: translate(33.36px, 35.37px) scale(0.24, 0.24);
}

@keyframes damlalar {

    0% {
        transform: translate(-808.36px, 35.37px) scale(0.24, 0.24);
    }
    100% {
        transform: translate(33.36px, 35.37px) scale(0.24, 0.24);
    }
}

#kongre-adi {
    animation: fadeInLeft 1s ease-in-out !important;
    animation-delay: 5s;
}

#kongre-tarih {
    animation: fadeInRight 1.5s ease-in-out !important;
    animation-delay: 5s;
}

#logolar {
    animation: fadeInDown 1.4s ease-in-out !important;
    animation-delay: 5s;
}

#damla {
    animation: fadeInDown 1.4s ease-in-out !important;
    animation-delay: 5s;
}

#_30 {
    animation: fadeInUp 1.2s ease-in-out !important;
    animation-delay: 5s;
}

#prime {
    animation: fadeInUp 3s ease-in-out !important;
    animation-delay: 5s;
    animation-duration: 2.5s;
}


#cizgiler {
    animation: flicker 4s linear forwards;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    transform-origin: center;
    position: absolute;
    bottom: 3.5rem;
    right: 3.5rem;
}

@keyframes flicker {
    0% {
        filter: brightness(1) opacity(1);
    }

    3% {
        filter: brightness(0.75) opacity(0.75);
    }

    6% {
        filter: brightness(0.75) opacity(0.75);
    }

    7% {
        filter: brightness(1) opacity(1);
    }

    8% {
        filter: brightness(0.75) opacity(0.75);
    }

    9% {
        filter: brightness(1) opacity(1);
    }

    10% {
        filter: brightness(0.75) opacity(0.75);
    }

    20% {
        filter: brightness(1) opacity(1);
    }

    50% {
        filter: brightness(110%) opacity(1);
    }

    99% {
        filter: brightness(0.75) opacity(0.75);
    }

    100% {
        filter: brightness(1) opacity(1);
    }
}

#kalp1, #kalp2, #kalp3, #kalp4, #kalp5, #kalp6 {
    animation: kalp 1.4s infinite !important;
    animation-delay: 5s;
    transform-origin: center;
}

@keyframes kalp {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scaleY(0.98);
    }

    100% {
        transform: scale(1);
    }
}
