/* Masaüstü cihazlarda mevcut tasarım */
.navbar.sticky-top {
    height: 96px;
}

.navbar.sticky-top .navbar-nav.container {
    max-width: 100% !important;
    display: flex;
    justify-content: space-between;
}

.navbar.sticky-top .navbar-collapse {
    height: 48px;
}

.navbar.sticky-top .nav-link {
    color: #fff !important;
    width: auto;
    height: 48px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
}

.navbar.sticky-top .nav-link:hover {
    color: #daac25 !important;
}

.navbar.sticky-top .nav-link.active {
    color: #fff !important;
    background-color: #023e13 !important;
    border: solid 1px #daac25 !important;
    border-radius: 10px !important;
    font-weight: bold !important;
    min-width: 100px;
}
