/*
	* Powered By HZD Teknoloji
	* Copyright 2022
	* www.hzd.com.tr
*/



header {
    width: 100%;
    height: 60vh;
}

header .swiper-container {
    width: 100%;
    height: 100vh;
}

header .main-swiper {
    position: absolute;
    z-index: 550;
    top: 0px;
    left: 0px;
}

header .swiper-slide {
    overflow: hidden;
}

header .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
}

header .slide-inner img {
    object-fit: cover;
    object-position: bottom;
    width: 100%;
    height: 100%;
}

header .content-holder-slide {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    margin-top: 25%;
    text-align: center;
}

header .slide-inner h1 {
    color: #fff;
    position: relative;
    width: 100%;
    font-size: 48px;
    z-index: 9995;
}

header .slide-inner p {
    color: #fff;
    z-index: 99995;
    position: relative;
    width: 100%;
    margin-left: 3px;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
}

header .seventh {
    width: 65% !important;
}

header video {
    width: 100%;
    object-fit: cover;
    object-position: top;
    height: 100%;
    margin-left: inherit;
    margin-right: inherit;
    min-height: inherit;
    min-width: inherit;
    z-index: 500;
}

header .video-dark-filter {
    min-height: 100%;
    min-width: 100%;
    background: rgba(0,0,0,0.1);
    position: absolute;
    top: 0px;
    left: 0px;
}
