@charset "UTF-8";

.animation-box{
	opacity: 0;
    transition:1s;
}
.animation-box.active{
	opacity: 1;
    transition:0.5s;
}

/* RESPONSIVE */

@media screen and (max-width: 1000px) {

}
@media screen and (max-width: 767px) {

}