/* 
Theme Name: Hystar
Theme URI: https://hystar.com/
Description: Hystar theme is working with the Hello Elementor theme.
Author: Holtermann Design
Author URI: https://holtermann.design/
Template: hello-elementor
Version: 1.0.1
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 styles here
*/

/** for cursor effect **/

/*
#cursor {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  align-items: center;
    color: #fff;
    display: flex;
    font-style: normal;
    font-weight: 700;
    justify-content: center;
    left: -5px;
    pointer-events: none;
    position: fixed;
    top: -5px;
    transition-duration: .3s;
    transition-timing-function: ease-out;
    z-index: 30000;
}

.cursor-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #82F0FF;
  border-radius: 100%;
  transition: all 0.4s ease-in-out;
  
}

body.link-hover #cursor {
  mix-blend-mode: difference;
}

body.link-hover .cursor-inner{
  transform: scale(7);
  mix-blend-mode: difference;
}
*/
