.right-to-left{
    transition: 1s;
    transform: translateX(100%);
}

.active .right-to-left{
    transform: translateX(0);
}

/* .bottom-up{
    transition: 1s;
    transform: translateY(100vh);
}

.active .bottom-up{
    transform: translateY(0);
}

.right-to-left{
    transition: 1s;
    transform: translateX(-200%);
}

.active .right-to-left{
    transition: 1s;
    transform: translateX(0);
} */


.more-images-item:nth-child(1){transition-delay: 0.2s;}
.more-images-item:nth-child(2){transition-delay: 0.4s;}
.more-images-item:nth-child(3){transition-delay: 0.6s;}
.more-images-item:nth-child(4){transition-delay: 0.8s;}

.info-wrapper > div:nth-child(1){transition-delay: 0.2s;}
.info-wrapper > div:nth-child(2){transition-delay: 0.4s;}
.info-wrapper > div:nth-child(3){transition-delay: 0.6s;}
.info-wrapper > div:nth-child(4){transition-delay: 0.8s;}
.info-wrapper > div:nth-child(5){transition-delay: 1s;}
.info-wrapper > div:nth-child(6){transition-delay: 1.2s;}
