Hi there,
you would add it like so:
#sticky-navigation {
background: rgba( 255, 255, 255, 0.25 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 4px );
-webkit-backdrop-filter: blur( 4px );
border-radius: 10px;
border: 1px solid rgba( 255, 255, 255, 0.18 );
}
For your design you will need to change the rgba color for the: background: rgba( 255, 255, 255, 0.25 );
And for reference you should be aware of the browser support:
https://caniuse.com/?search=-webkit-backdrop-filter