.header{width:100%;position:absolute;z-index:4;display:flex;flex-wrap:wrap;justify-content:space-between;padding:2vw}.header .menuIcon{display:none}.header .navBar{padding-left:2vw;padding-right:2vw;justify-content:space-between;width:65vw}.header .navBar .title1 img{height:2rem}.header .navBar .navItems{justify-content:space-between;display:flex;flex-wrap:wrap;align-items:center;column-gap:1vw}.header .navBar .logoTxt:hover{color:#fff}.header .InGameCurrencyTag{border-radius:8px;color:#988206;font-size:1rem;font-weight:700;cursor:pointer}.header .nftListButton{background-color:transparent;border:none;font-size:1rem;font-weight:700;text-decoration:underline;cursor:pointer;text-decoration:none;color:#add8e6}.header .connectWalletContainer{height:3rem}.header .mobileMenu{display:none}@media screen and (max-width:600px){.header .connectWalletBtnContainer,.header .leftWing,.header .navItems,.header .rightWing{display:none!important}.header .menuIcon{cursor:pointer;display:block;width:2rem;height:2rem}.header .navBar{width:100%}.header .mobileMenu{background-color:#000;display:none;position:fixed;width:100vw;height:100vh;top:0;left:0;z-index:5}.header .mobileMenu .topSection{padding:3vw;flex-basis:100%;justify-content:space-between}.header .mobileMenu .topSection .closeIcon{cursor:pointer;display:block;width:1.5rem;height:1.5rem}.header .mobileMenu .menuBar{width:100%;justify-content:center;gap:2rem;padding-top:4rem}.header .mobileMenu .menuBar .menuItem{font-size:1.5rem;flex-basis:100%;text-align:center;color:#fff}.header .mobileMenu.clicked{display:block}}.loading-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000;display:flex;justify-content:center;align-items:center;z-index:10000;opacity:1;transition:opacity .5s ease-out}.loading-overlay.fade-out{opacity:0;pointer-events:none}.loading-content{text-align:center;color:#fff}.loading-content h2{margin-top:20px;font-size:24px;font-weight:300;font-family:Unbounded,sans-serif}.custom-spinner{width:60px;height:60px;border:3px solid transparent;border-top-color:#fff;border-radius:50%;animation:spin 2s linear infinite;margin:0 auto}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.socialsFooter{position:absolute;margin-top:-9rem;padding:1.2rem;width:100%;justify-content:center;gap:1rem}:root{--background:#fff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}body{color:#fff;background:#171717;font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.hidden{display:none}