/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

html{
	scrollbar-width:none;
	-ms-overflow-style:none;
}
html::-webkit-scrollbar{display:none;}


/* preloader */
#kch-preloader{
	position:fixed;
	inset:0;
	/*background:#FDF7E8;*/
	background: #fafafa;
	display:flex;
	align-items:center;
	justify-content:center;
	gap:1.5rem;
	z-index:99999;
	overflow:hidden;
	cursor:default;
	touch-action:none;
    top:0;
    left:0;
    width:100%;
    height:100%;
    box-sizing:border-box;
    padding:0 8vw
}
.kch-word{
	font-family:'Inter',sans-serif;
	font-size:clamp(32px,8vw,112px);
	font-weight:800;
	letter-spacing:-0.02em;
	color:#fff;
	opacity:0;
	transform:translateY(30%);
	user-select:none;
	white-space:nowrap;
}

.kch-word--1{ color:#ffc400; }
.kch-word--2{ color:#cb033f; } 
.kch-word--3{ color:#0072bb; }

#kch-preloader.kch--done{
	opacity:0;
	pointer-events:none;
	transition:opacity .45s ease-out;
}
html.kch-no-scroll{
	overflow:hidden !important;
}

html.kch-preloading header,
html.kch-preloading .elementor-location-header{
	opacity:0 !important;
}

@media(max-width:480px){
 .kch-word{font-size:7vw}
}
