.logo{position:relative;z-index:1}.logo-2{align-items:center;display:flex;gap:15px}.logo-2 .symbol{height:60px;position:relative;width:60px}.logo-2 .symbol svg{height:100%;width:100%}.logo-2 .text-group{color:var(--brand);display:flex;flex-direction:column}.logo-2 .main{color:var(--brand);font-weight:800;line-height:1}.logo-2 .sub{color:#ffffff80;font-weight:600;letter-spacing:2px;text-transform:uppercase}nav{transition:all .3s cubic-bezier(.4,0,.2,1)}#mobile-menu{z-index:45}a{transition:all .2s ease-in-out}#mobile-menu li{animation:slideInLeft .3s ease-out forwards;opacity:0}#mobile-menu li:first-child{animation-delay:.05s}#mobile-menu li:nth-child(2){animation-delay:.1s}#mobile-menu li:nth-child(3){animation-delay:.15s}#mobile-menu li:nth-child(4){animation-delay:.2s}#mobile-menu li:nth-child(5){animation-delay:.25s}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}#mobile-menu{max-height:calc(100vh - 80px);overflow-y:auto}#mobile-menu::-webkit-scrollbar{width:4px}#mobile-menu::-webkit-scrollbar-track{background:transparent}#mobile-menu::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}#mobile-menu::-webkit-scrollbar-thumb:hover{background:#ffffff4d}
