#kongre-adi {
    animation: fadeInLeft 1s ease-in-out !important;
    animation-delay: 5s;
}

#_1 {
    animation: fadeInRight 1.5s ease-in-out !important;
    animation-delay: 5s;
}

#gorsel {
    animation: gorsel 1.4s ease-in-out !important;
    animation-delay: 5s;
}

@keyframes gorsel {
    from {
        transform: translate(-10px, -332px) scale(0.5, 0.5);
    }

    to {
        transform: translate(-10,px 2px) scale(0.5, 0.5);
    }
}