#home-menu {
    margin-bottom: 60px;
}

@media (max-width: 600px) {
    #home-menu {
        margin-bottom: 0px;
    }
}

#home-about {
    background: #1c1b1c;
}

header #header-container a#logo img {
    max-height: 95px;
}

footer #footer-container #footer-logo a#footer-logo-img img {
    max-height: 70px;
}

@media screen and (max-device-width: 600px) {
    header #header-container a#logo img {
        max-height: 60px;
    }
}

#slider,
#slider .swiper-wrapper,
#slider .swiper-slide {
    width: 100%;
    height: 900px; /* boyu isteğe göre */
}

.video-slide {
    position: relative;
    overflow: hidden;
    background: #000;
}

.video-slide .slide-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.video-slide .slide-container {
    position: relative;
    z-index: 2;
}

