.nav-bar-body{display:flex;align-items:center;justify-content:space-between;width:calc(100% - 40px);max-width:1260px;height:62px;padding:0 20px;margin:20px auto 13px;border-radius:100px;border:.5px solid rgba(255,255,255,.75);background:#eaeaea;box-shadow:1px 867px 243px #0000,0 555px 222px #00000003,0 312px 187px #0000000d,0 139px 139px #00000017,0 35px 76px #0000001a;transition:all .3s ease}.logo-mark{width:100px;height:16px;aspect-ratio:25 / 4;flex-shrink:0}.nav-menu{display:flex;align-items:center;gap:30px}.nav-menu-items{color:#000;font-family:Inter,sans-serif;font-size:14px;font-weight:400;cursor:pointer}.nav-login-btn{border-radius:100px;background:#0e75e4;color:#fff;font-family:Inter,sans-serif;font-size:14px;font-weight:400;height:35px;width:97px;border:none;cursor:pointer}.nav-right{display:flex;align-items:center;gap:15px}.hamburger{display:none;flex-direction:column;justify-content:space-between;width:22px;height:16px;cursor:pointer}.hamburger span{display:block;height:2px;background:#000;border-radius:2px}@media (max-width: 900px){.nav-menu{display:none;flex-direction:column;align-items:flex-start;background:#eaeaea;position:absolute;top:70px;right:20px;padding:15px 20px;border-radius:12px;box-shadow:0 4px 12px #0000001a;min-width:180px}.nav-menu.show,.hamburger{display:flex}}
