/*---------------------------------------
	Preloader           
-----------------------------------------*/
.preloader{
	position: fixed;
	background-color: #fff;
	width: 100%;
	height: 100vh;
	z-index: 99999;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 0;
	top: 0;
}
.preloader-icon{
  font-size: clamp(1.5rem, 4vw, 3rem);
  color: var(--pri-color);
}/*
 * Newsup Performance Edition
 * Safe presentation-only optimizations.
 */
img {
    max-width: 100%;
    height: auto;
}

img[width][height] {
    height: auto;
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}