.top-nav {
    position: fixed;
    top: 0;
    right: 0;
    background-color: var(--primary);
    width: 100%;
    z-index: 100;
    transition: 0.6s;
    overflow: hidden;
    height: 75px;
}

.top-nav .nav-inner .logo img {
    height: 35px;
    padding: 5px 0;
}
