#header{
	transition:all .3s;
}
#header.sticky{
	position: fixed;
    top: 0;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(6px);
    right: 79px;	
}