/* Slider Animation Start */
.ltn__slide-animation {
    position: relative;
    z-index: 9;
    & > * {
        opacity: 0;
        visibility: hidden;
        animation-name: fadeOutUp;
        &:nth-child(1) {
            animation-delay: 0.5s;
            animation-duration: 0.5s;
        }
        &:nth-child(2) {
            animation-delay: 0.5s;
            animation-duration: 0.5s;
        }
        &:nth-child(3) {
            animation-delay: 0.5s;
            animation-duration: 0.5s;
        }
        &:nth-child(4) {
            animation-delay: 0.5s;
            animation-duration: 0.5s;
        }
        &:nth-child(5) {
            animation-delay: 0.5s;
            animation-duration: 0.5s;
        }
        &:nth-child(6) {
            animation-delay: 0.5s;
            animation-duration: 0.5s;
        }
        &:nth-child(7) {
            animation-delay: 0.5s;
            animation-duration: 0.5s;
        }
        &:nth-child(8) {
            animation-delay: 0.5s;
            animation-duration: 0.5s;
        }
        &:nth-child(9) {
            animation-delay: 0.5s;
            animation-duration: 0.5s;
        }
        &:nth-child(11) {
            animation-delay: 0.5s;
            animation-duration: 0.5s;
        }
    }
}