/*the blur effect are passing behind the sticky - thus, the lower element will be blurred*/
.blur {
background: rgba(0,0,0,0.8);
-webkit-backdrop-filter: saturate(180%) blur(20px);
backdrop-filter: saturate(180%) blur(20px);
}
/*e.g apple.com main menu*/