header.scroll-header{position:sticky;top:0;z-index:999999999;width:100%;background-color:rgb(255 255 255 / .75);backdrop-filter:blur(5px)!important;-webkit-backdrop-filter:blur(5px)!important;transition:transform 0.3s ease-in-out;will-change:transform;box-shadow:none}header.scroll-header.hide-header{transform:translateY(-100%)}header.scroll-header.scrolled{box-shadow:0 2px 8px rgb(0 0 0 / .1);