/*
Theme Name: SPS
Theme URI:  https://sps.hostingkoo.my.id
Author:     HostingKoo
Author URI: https://sps.hostingkoo.my.id/
Template:   hello-elementor
Version:    1.0
License:    GNU General Public License v2 or later
*/
.splash{
	opacity:0;
	z-index:-9;
	animation-name: splash;
  animation-duration: 10s;
}

@keyframes splash {
  0% {opacity:1; z-index:1;}
	50% {opacity:1; z-index:1;}
  100% {opacity:0; z-index:1;}
}
.fadeout-down{
	position:relative;
	opacity:0;
	z-index:-9;
	animation-name: fadedown;
	animation-duration: 10s;
}

@keyframes fadedown {
  0% {top:0px; opacity:1; z-index:1;}
	50% {top:0px; opacity:1; z-index:1;}
  100% {top:100vh; opacity:1; z-index:-9;}
}