#header .header-nav-main nav > ul > li > a {
    font-weight: 400 !important;
}

/*.header-column.bg-color-primary{
    background: #ededea !important;
}*/

.header-logo {
    max-width: 150px;
}

.custom-angled {
    background-repeat: no-repeat !important;
    /*background-size: cover !important;*/
    /*background-position: right center;*/
}

.thumb-info .thumb-info-title {
    padding-bottom: 13px;
}

.owl-carousel .owl-stage,
.owl-carousel .owl-stage .owl-item,
.owl-carousel .owl-stage .owl-item > div {
    display: flex;
}

#slider,
#sliderMobil {
    display: none !important;
}

#header.header-effect-shrink .header-container {
    min-height: 60px !important;
}

.img-hover:hover {
    transform: scale(1.1, 1.1) !important;
}

.bg-animation {
    background-size: 100% 100% !important;       /* yüksekliği konteynıra göre ayarla */
    animation: bg-slide 12s linear infinite;
}

@keyframes bg-slide {
    from {
        background-position: calc(100% + 1365px) center;  /* başlangıç: sağ */
    }
    to {
        background-position: calc(calc(100% + 1365px) * -1) center;   /* bitiş: sol */
    }
}

@media screen and (min-width: 992px){
    #header .header-nav.header-nav-links nav > ul li:hover > a,
    #header .header-nav.header-nav-links nav > ul:not(:hover) > li > a.active {
        color: #fff !important;
    }
}

@media screen and (min-width: 600px){
    #slider {
        display: block !important;
    }

    html #header.home-header-fixed {
        min-height: 0 !important;
        width: 100%;
        position: absolute;
    }
}

@media screen and (max-width: 599px){
    #sliderMobil {
        display: block !important;
    }
}


/* Fixed Button */
.fixed-contact-buttons{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    padding: 10px;
    font-size: 14px;
    margin: 10px;
}

.phone-button{
    color: #fff;
    padding: 5px;
    margin: 10px 0;
    border-radius: 50px;
    width: 175px;
    background-color: #f4f4f4;
}

.wp-button{
    color: #fff;
    padding: 5px;
    margin: 5px 0;
    border-radius: 50px;
    width: 175px;
    background-color: #f4f4f4;
}
 
@media only screen and (max-width: 500px){
    .fixed-contact-buttons{
        position: fixed;
        bottom: 0px;
        left: 0px;
        margin: 0px;
        padding: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    
    .fixed-contact-buttons a{
        flex: 0 0 30%;
    }

    .phone-button,
    .wp-button{
        width: auto;
        margin: 5px;
    }
}
/* Fixed Button ### */

.preloader{
    position: fixed; 
    left:0px;
    top:0px;
    height:100%;
    width: 100%;
    z-index:999999;
    background-color:#fff;
    background-position:center center;
    background-repeat:no-repeat;
    background-image:url(../img/preloader.gif);
    background-size: 200px 100px;
    display: none;
}


#slider .owl-item video {
    width: 100vw !important;
    height: 100vh !important;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

@media (max-width: 599px) {
    #slider, #slider .owl-stage-outer, #slider .owl-item {
        height: auto !important;
    }
    
    #slider video {
        width: 100% !important;
        height: auto !important;
        position: relative !important;
        object-fit: contain;
    }

    #slider .container {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 5;
    }
}