.new-sticky {
    position: fixed;
    visibility: visible;
    opacity: 1;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0 0 20px 0;
    z-index: 99999;
    background: #000;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.nav-out-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.nav-out-bar .nav {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-out-bar .nav .navigation {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-out-bar .nav .navigation li {
    list-style: none;
    margin: 0 10px;
}

.nav-out-bar .nav .navigation li a {
    text-decoration: none;
    color: inherit;
    padding: 5px 10px; /* Kenar boşluğu ekleyerek tıklanabilir alanı arttırır */
    transition: color 0.3s ease, background-color 0.3s ease; /* Geçiş efektleri */
}

.nav-out-bar .nav .navigation li a:hover,
.nav-out-bar .nav .navigation li a:focus {
    color: rgba(5, 11, 32, 1);
    /* background-color: #f4f5f6; */
    /* border-radius: 5px; */
}

.pt-space {
    padding-top: 100px;
}

.pb-space {
    padding-bottom: 100px;
}

.pt-5 {
    padding-top: 5.5rem !important;
}
