@media (min-width:1024px) {
	
	.animate .contact-folda-form {
    transform: scale(0.5);
    opacity: 0;
    transition: all 500ms ease;
}

.animate.animate-complete .contact-folda-form {
    transform: scale(1.05);
    opacity: 1;
    transition: all 1500ms ease;
}
	
}