.custom-header{display:flex;justify-content:space-between;align-items:center;padding:10px 5%;background:transparent;z-index:999}.custom-header .logo img{max-height:50px;height:auto}.custom-header .menu{display:flex;align-items:center}.custom-header .menu ul{display:flex;gap:25px}.custom-header .menu ul li a{color:#ffffff;font-size:14px;text-transform:uppercase}@media (max-width:980px){.custom-header{flex-direction:column;align-items:center;gap:10px}.custom-header .menu ul{flex-direction:column;gap:10px}}