@mixin blur-it {

backdrop-filter: saturate(101.8%) blur(7px) !important;
background-color: rgba(255, 255, 255, 0.1) !important;

}