﻿.navbar {
    background-color: rgba(35, 31, 32, .8) !important;
    border-color: #e7e7e7;
}

    .navbar .navbar-nav > li > a {
        color: #fff;
        font-size: 12px;
    }


.swiper-wrapper .slider-container {
    position: absolute !important;
    background-color: rgba(255, 255, 255, .7) !important;
    padding: 0 !important;
    left: 0 !important;
    top: 50% !important;
    text-align: center !important;
    width: 100% !important;
    bottom: unset !important;
}

.swiper-button-next {
    right: 10px !important;
    top: 80%;
    width: 5px;
    height: 32px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    background-size: 17px 44px;
    background-position: center;
    background-color: #f05c1f;
    padding: 20px;
    background-repeat: no-repeat;
}

.swiper-button-prev {
    right: 70px !important;
    left: unset !important;
    top: 80%;
    width: 5px;
    height: 32px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    background-size: 17px 44px;
    background-position: center;
    background-color: #f05c1f;
    padding: 20px;
    background-repeat: no-repeat;
}

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #f5f5f5;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    display: none;
    border: solid 1px #6c6c6c;
}

.slider-container h1 {
    font-size: 26px;
    line-height: 38px;
    font-weight: 600;
    margin-top: 5px;
}

[lang=tr] {
    text-transform: inherit;
}


#portfoliolist {
    min-height: 500px; /* Ya da uygun bir yükseklik */
    display: block !important;
}


.mixitup-container {
    height: auto !important;
}


#portfoliolist {
    position: relative;
    display: block; /* Flex kullanıyorsanız block yapıp deneyin */
    min-height: 600px; /* 0px çökmesini engeller */
    font-size: 0; /* Inline-block öğeler arasındaki boşluğu siler */
}


.portfolio {
    display: inline-block !important;
    float: none !important; /* Float, MixItUp'ın transform hesabını bozar */
    font-size: 14px; /* Fontu geri yükleyin */
    vertical-align: top;
    position: relative;
}

#portfoliolist .portfolio[style*="display: none"] {
    display: none !important;
}


#portfoliolist {
    min-height: 400px;
    display: block;
    width: 100%;
}

.navbar-toggler-icon {
    filter: invert(1) brightness(10);
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5) !important;
}

    .navbar-toggler:focus {
        box-shadow: 0;
    }

.fs-sm {
    font-size: 12px !important;
}
