.bannerBG{background:#3c2b45;background:linear-gradient(90deg,#3c2b45 26%,#612e4c 47%,#3a2645 62%,#17171e);height:100vh;position:absolute;width:100%;top:0;z-index:-1000000}.marquee-container{overflow:hidden;width:100%;height:300px;position:relative}.marquee-content{font-size:245px;font-weight:700;color:#fff;white-space:nowrap;display:flex;align-items:center;animation:marquee 12s linear infinite}.loading-wave{width:300px;height:100px;display:flex;justify-content:center;align-items:flex-end}.loading-bar{width:20px;height:10px;margin:0 5px;background-color:#3498db;border-radius:5px;animation:loading-wave-animation 1s ease-in-out infinite}.loading-bar:nth-child(2){animation-delay:.1s}.loading-bar:nth-child(3){animation-delay:.2s}.loading-bar:nth-child(4){animation-delay:.3s}@keyframes loading-wave-animation{0%{height:10px}50%{height:50px}to{height:10px}}