/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Hello Elementor Child Theme - A lightweight child theme for Hello Elementor. Add your custom code here without losing changes on parent theme updates.
Author: Your Name
Author URI: https://yourwebsite.com
Template: hello-elementor
Version: 1.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
*/

/* =================================================================
   ADD YOUR CUSTOM CSS BELOW THIS LINE
   ================================================================= */


  /*html.preloader-active,*/
  /*html.preloader-active body {*/
  /*  overflow: hidden !important;*/
  /*  height: 100% !important;*/
  /*  touch-action: none;*/
  /*}*/

  /*.preloader {*/
  /*  position: fixed;*/
  /*  inset: 0;*/
  /*  width: 100vw;*/
  /*  height: 100vh;*/
  /*  background: #0F0538 !important;*/
  /*  z-index: 999999;*/
  /*  display: flex;*/
  /*  flex-direction: column;*/
  /*  align-items: center;*/
  /*  justify-content: center;*/
  /*  opacity: 1;*/
  /*  transition: opacity 0.6s ease;*/
  /*}*/
  /*.preloader.is-hidden {*/
  /*  opacity: 0;*/
  /*  pointer-events: none;*/
  /*}*/
  /*.preloader-logo-slot { margin-bottom: 40px; min-height: 80px; }*/
  /*.preloader-percent {*/
  /*  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;*/
  /*  font-size: 54px;*/
  /*  font-weight: 600;*/
  /*  color: #ffffff;*/
  /*  margin-bottom: 10px;*/
  /*  letter-spacing: 0.5px;*/
  /*  font-variant-numeric: tabular-nums;*/
  /*  margin-top: 150px;*/
  /*}*/
  /*.preloader-bar {*/
  /*  width: 80%;*/
  /*  max-width: 650px;*/
  /*  height: 20px;*/
  /*  background: #444;*/
  /*  border-radius: 999px;*/
  /*  overflow: hidden;*/
  /*}*/
  /*.preloader-bar-fill {*/
  /*  width: 0%;*/
  /*  height: 100%;*/
  /*  background: linear-gradient(to right, #64169D, #A40DAD, #C009B4, #E204BD, #FFB100);*/
  /*  border-radius: 999px;*/
  /*  transition: width 0.3s ease;*/
  /*}*/
  /*.preloader-logo-clone {*/
  /*  position: fixed !important;*/
  /*  z-index: 1000000;*/
  /*  pointer-events: none;*/
  /*  object-fit: contain;*/
  /*  will-change: top, left, width, height;*/
  /*  transition:*/
  /*    top 0.9s cubic-bezier(0.77, 0, 0.175, 1),*/
  /*    left 0.9s cubic-bezier(0.77, 0, 0.175, 1),*/
  /*    width 0.9s cubic-bezier(0.77, 0, 0.175, 1),*/
  /*    height 0.9s cubic-bezier(0.77, 0, 0.175, 1);*/
  /*}*/

  /*.fade-in-down,*/
  /*.fade-in-up,*/
  /*.fade-in-left,*/
  /*.fade-in-right {*/
  /*  opacity: 0;*/
  /*  will-change: opacity, transform;*/
  /*  transition:*/
  /*    opacity  var(--anim-duration, 800ms) ease-out,*/
  /*    transform var(--anim-duration, 800ms) cubic-bezier(0.22, 1, 0.36, 1);*/
  /*  transition-delay: var(--anim-delay, 0ms);*/
  /*}*/


  /*.fade-in-down  { transform: translate3d(0, calc(-1 * var(--anim-distance, 40px)), 0); }*/
  /*.fade-in-up    { transform: translate3d(0, var(--anim-distance, 40px), 0); }*/
  /*.fade-in-left  { transform: translate3d(calc(-1 * var(--anim-distance, 40px)), 0, 0); }*/
  /*.fade-in-right { transform: translate3d(var(--anim-distance, 40px), 0, 0); }*/

  /*.fade-in-down.is-visible,*/
  /*.fade-in-up.is-visible,*/
  /*.fade-in-left.is-visible,*/
  /*.fade-in-right.is-visible {*/
  /*  opacity: 1;*/
  /*  transform: translate3d(0, 0, 0);*/
  /*}*/

  /*@media (prefers-reduced-motion: reduce) {*/
  /*  .fade-in-down,*/
  /*  .fade-in-up,*/
  /*  .fade-in-left,*/
  /*  .fade-in-right {*/
  /*    opacity: 1 !important;*/
  /*    transform: none !important;*/
  /*    transition: none !important;*/
  /*  }*/
  /*}*/
