@import"https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Limelight&display=swap";@import"https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap";.navbar{background:linear-gradient(180deg,rgba(0,0,0,.565),transparent);font-family:Lexend,serif;gap:3rem;height:80px;left:0;position:fixed;width:100%;z-index:999999}.navbar,.navbar .center,.navbar .left,.navbar .right{align-items:center;display:flex;justify-content:center}.navbar .center,.navbar .left,.navbar .right{gap:4rem}.navbar .center{align-items:center;flex-direction:row;gap:1rem}.navbar .nav-item{color:#fff;cursor:pointer;font-size:1.35rem;position:relative}.navbar .nav-item:before{background-color:#fff;content:"";height:1px;left:0;position:absolute;top:100%;transform:scaleX(0);transition:.2s ease;width:100%}.navbar .nav-item:hover:before{transform:scaleX(1)}.navbar .logo-item{width:75px}.navbar .logo-item:hover:before{transform:scaleX(0)}.navbar .logo-item:hover{transform:scale(1.1)}.navbar .line{background-color:#fff;height:1px;width:75px}.footer{width:100%}.footer .footer-top{align-items:center;display:flex;gap:1rem;justify-content:space-between;padding:2rem}.footer .footer-top .greet{font-weight:400}.footer .footer-top .socials{align-items:center;display:flex;gap:1.5rem}.footer .footer-top .socials i{cursor:pointer;font-size:1.5rem;transition:.2s ease}.footer .footer-top .socials i:hover{scale:1.1}.footer .footer-top .socials i:active{scale:.9}.footer .footer-tradermark{text-align:center}.hamburger{align-items:flex-end;cursor:pointer;display:none;flex-direction:column;gap:.25rem;height:20px;justify-content:space-between;width:30px;z-index:999999}.hamburger .ham-line{background-color:#fff;flex:none;height:2px;transition:.2s ease;width:100%}.hamburger-active .ham-line:nth-child(2){width:75%}.hamburger-active .ham-line:nth-child(3){width:50%}.logo{cursor:pointer;display:none;height:76px;transition:.2s ease;width:76px;z-index:999}.logo img{height:100%;width:100%}.extended-nav{align-items:center;background-color:#00000090;display:flex;flex-direction:column;gap:4rem;height:100dvh;justify-content:center;opacity:0;padding:2rem;pointer-events:none;position:absolute;right:0;transform:translateY(-120%);transition:.4s ease;width:100vw}.extended-nav-open{opacity:1;pointer-events:all;transform:translateY(0)}@media (max-width:900px){.navbar{justify-content:space-between;padding:0 2rem}.navbar .center,.navbar .left,.navbar .right{display:none}.navbar .hamburger{display:flex}.navbar .logo{display:block}}
