#kongre-adi {
    animation: fadeInDown 1s ease-in-out !important;
    animation-delay: 5s;
}

#kongre-tarih {
    animation: fadeInUp 1s ease-in-out !important;
    animation-delay: 5s;
}

#cizgi {
    animation: fadeInRight 1s ease-in-out !important;
    animation-delay: 5s;
}

#gorsel {
    animation: fadeInLeft 1s ease-in-out !important;
    animation-delay: 5s;
}