/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

header[data-elementor-type="header"] {
    z-index: 2;
    position: fixed;
    width: 100%;
}
header[data-elementor-type="header"] > div {
    background-color: #0000009c !important;
    backdrop-filter: blur(10px);
    transition: all .25s ease-out !important;
    width:  100% !important;
}

body.scroll-active.scroll-down header[data-elementor-type="header"] > div {

}