.header-sticky{position:fixed;top:0;left:0;width:100%;transform:translateY(-100%);opacity:0;transition:all .3s ease;z-index:999}.header-main{transition:all .3s ease}.show-sticky .header-sticky{transform:translateY(0);opacity:1}.show-sticky .header-main{opacity:0;visibility:hidden}