קודים לטשטוש ואפקטים על הדר

/*אפקט טשטוש*/

selector{
backdrop-filter: blur(20px);
}

/*אפקט הנמכת גובה בגלילה*/

selector.elementor-sticky--effects .elementor-container{
min-height: 80px !important;
}

selector.elementor-sticky--effects .elementor-container{
transition: 0.5s !important;
}