Blur Sticky Header With Elementor

selector.elementor-sticky--effects{
   background-color: rgba(0,0,0,0.4)!important;
   backdrop-filter: saturate(180%) blur(20px);
   -webkit-backdrop-filter: saturate(180%) blur(20px);
}
selector{
   transition: background-color 1s ease !important;
}
selector.elementor-sticky--effects >.elementor-container{
   min-height: 70px; /*change the height here accordingly*/
}
selector > .elementor-container{
   transition: min-height 1s ease !important;
}