.nav-link:hover{color:#ff006e}.menu{gap:20px;display:flex}.menu.active{flex-direction:column;gap:15px;padding:10px;position:absolute;top:54px;left:0;right:0}.hamburger{cursor:pointer;z-index:10;flex-direction:column;gap:5px;width:30px;height:25px;display:none}.hamburger span{background-color:#fff;width:100%;height:3px;transition:transform .3s,opacity .3s;display:block}.hamburger.open span:first-child{transform:rotate(45deg)translate(6px,6px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}@media (max-width:768px){.menu{z-index:10000;background:linear-gradient(90deg,#000,#e5e7eb);display:none}.header{background-color:#000}.menu.active,.hamburger{display:flex}}
a{transition:all .3s}a:hover{color:#ff006e}
