.site-loader-main {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(5px);
	display: none;
	height: 100vh;
}

.site-loader-img {
    width: 200px;
    height: 200px;
    position: absolute;
    box-shadow: 7px 4px 16px 4px #d1c7c7;
}
