.floating-btn{position:fixed;right:20px;z-index:9999;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 10px 25px rgba(0,0,0,.25);transition:all .4s cubic-bezier(.4,0,.2,1);opacity:0;visibility:hidden;transform:translateY(20px) scale(.8);border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(10px)}.floating-btn.show-button{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.floating-btn:active{transform:translateY(0) scale(.95)}#back-to-top{bottom:90px;background:rgba(45,55,72,.75);box-shadow:inset 0 0 0 2px rgba(255,255,255,.2)}#back-to-top svg path{stroke:#fff;stroke-width:4;fill:none;box-sizing:border-box;transition:stroke-dashoffset .3s linear}#back-to-top:after{content:"↑";position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;line-height:50px;color:#fff;font-size:22px}#back-to-top:hover:after{color:#f8ab37}#back-to-top:hover svg path{stroke:#f8ab37}@media screen and (max-width:768px){.floating-btn{width:46px;height:46px;right:25px}#back-to-top{bottom:85px}}