/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.18
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
*/

.align-item-bottom {
    margin-top: auto;
}

.mask-svg2 {
    mask-image: url("/wp-content/uploads/svg/mask-2.svg");
    mask-size: cover;
    mask-repeat: no-repeat;
    mask-position: bottom right;
    border-radius: 15px;
}


.home-mask-left-column {
    mask-image: url("/wp-content/uploads/svg/mask-1.svg");
    mask-size: cover;
    mask-repeat: no-repeat;
    mask-position: bottom right;
    border-radius: 15px;
}

@media screen and (min-width: 1025px) {
    .sticky-left-column {
        min-height: 90vh;
        max-height: 90vh;
        position: sticky;
        top: 5vh;
        bottom: 5vh;
    }
   
}

.site-footer {
    padding-block-start: 0rem;
    padding-block-end: 0rem;
    position: relative;
}

<script>
  document.addEventListener("scroll", () => {
    const scrollY = window.scrollY || window.pageYOffset;
    document.documentElement.style.setProperty('--scroll', scrollY / 5);
  });
</script>
