/* stylesheet for developers */

/* scrollup header */
header .upscroll-once {
	top: 0;
	transition: 0.4s ease-in-out;
}

header .headerup {
	transform: translateY(-110vh) !important;
	transition: transform 0.4s ease-in-out !important;
}

/* scrollup footer */
.upscroll-to-top.elementor-sticky {
	transition: 0.4s ease-in-out;
	opacity: 0 !important;
}
.upscroll-to-top.elementor-sticky.show {
	opacity: 1 !important;
}