.float-bar{z-index:1;background:#f4f3ff;justify-content:center;align-items:center;width:100%;height:80px;transition:all .3s;display:flex;position:fixed;bottom:0;transform:translateY(100px);box-shadow:0 -2px 6px #00000014}.float-bar .float-bar-center{justify-content:center;align-items:center;gap:20px;display:flex}.float-bar .float-bar-center .float-bar-text{font-size:20px;font-weight:600}.float-bar.scrolled{transform:translateY(0)}@media screen and (max-width:580px){.float-bar{box-shadow:none;background-color:#0000}.float-bar .float-bar-center .float-bar-text{display:none}}
