/*SCROLL*/

header .elementor-sticky {
   -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    transition: all 500ms;
    background-image: none !important;
}

header .elementor-sticky .hss-title,
header .elementor-sticky .elementor-widget-nav-menu {
    opacity: 0 !important;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    transition: all 500ms;
}

header.scrolled .elementor-sticky {
        background-image: linear-gradient(180deg, var(--e-global-color-8ceb221) 40%, #6EB10900 93%) !important;
}

header.scrolled .elementor-sticky .hss-title,
header.scrolled .elementor-sticky .elementor-widget-nav-menu {
    opacity: 1 !important;
}

.elementor-sticky  {
    width: 100%;
    left: 0;
}