/*
* © Seddike Tanvir
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.pre-loader {
	background: #020f23 url(../files/load-2.gif) no-repeat center center;
	/* background: #191e24 url(../files/load-2.gif) no-repeat center center; */
	background-size: clamp(4rem, 20%, 8rem) auto;
	/* background-size: 20vw; */
	height: 100vh;
	width: 100%;
	position: fixed;
	top: -1;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 10000;
}