header{width: 75%;max-width: 1600px;height: fit-content;margin-top: 40px;z-index: 1;}
.header-content{width: 100%;display: flex;justify-content: space-between;align-items: center;}
.logo{height: 64px; width: 56px;}
.menu{display: flex;align-items: center;background: rgba(1, 3, 20, 0.95); box-shadow: 0px 0px 33px #D92570;height: 64px;padding: 0 50px;gap: 25px;border-radius: 50px;font-size: 13px;}
.menu-btn{color: #A6A6A6;font-family: 'Montserrat Alternates', sans-serif;font-weight: 400;cursor: pointer;text-decoration: none;}
.menu-btn.active{font-weight: 700;color: white;}

@media(max-width: 768px){
    header{width: 100%; background: rgba(1,3,20,0.95);margin-top: 0;padding: 20px 0;display: flex;justify-content: center;}
    .header-content{max-width: 500px; width: 95%;}
}