.nav-sticky{position:sticky;top:0;height:88px;margin:0;background:#fff;backdrop-filter:blur(4px);z-index:10}.nav-bar{width:90%;margin:auto;padding:1rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{width:181px;cursor:pointer}.nav-lists{display:flex;list-style:none;gap:8px}.nav-list-a{text-decoration:none;text-transform:uppercase;color:#201e1e;font-weight:600;padding:2.4rem .5rem 2rem;transition:background .3s,color .3s}.nav-list-a.active,.nav-list-a:hover{background:#f0980a;color:#fff;border-radius:4px}.header-hamburger-icon{display:none;flex-direction:column;gap:6px;cursor:pointer}.header-hamburger-icon span{background:#000;width:1.78rem;height:.2rem;transition:.2s ease-in-out}.show .header-hamburger-icon span:first-child{transform:translateY(8px) rotate(45deg)}.show .header-hamburger-icon span:nth-child(2){opacity:0}.show .header-hamburger-icon span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}@media (max-width:768px){.nav-lists{display:none;position:absolute;top:80px;right:20px;width:280px;padding:30px 20px;flex-direction:column;gap:20px;background:rgba(255,255,255,.95);border-radius:8px;z-index:9}.header-hamburger-icon,.nav-lists.show{display:flex}.nav-lists li{list-style:none}.nav-list-a{display:block;padding:12px 16px;margin:0;text-decoration:none;text-transform:uppercase;color:#201e1e;font-weight:600;transition:background .3s,color .3s;border-radius:4px}.nav-list-a.active,.nav-list-a:hover{background:#f0980a;color:#fff}}