/*
| Template created by Kadir Hanoglu
| Author: Dört Bilişim
| URL: https://dortbilisim.com
| Create Date: 16.03.2022
| Last Update: 16.07.2022
| File: home-slider.css
*/

.sp-pad {
    padding-left: 150px;
    padding-right: 150px
}

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0
}

.home-slider {
    position: relative;
}

.home-slider .owl-nav{
	display: none;
}

.home-slider .owl-nav i {
    margin-left: 2px;
}

.home-slider .owl-nav .owl-prev {
    display: none;
}

.home-slider .owl-dots {
    position: absolute;
}

.home-slider.dots-left-bottom .owl-dots {
    left: 100px;
    bottom: 50px;
}

.home-slider.dots-right-bottom .owl-dots {
    right: 100px;
    bottom: 50px;
}

.home-slider.dots-right-center .owl-dots {
	display: flex;
	right: 0;
	top: 0;
	bottom: 0;
	flex-direction: column;
	justify-content: center;
}

.home-slider.dots-bottom-center .owl-dots {
	display: flex;
	right: 0;
	left: 0;
	bottom: 25px;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.home-slider .owl-dots .owl-dot {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin-top: 25px;
    color: #fff;
    font-size: 15px;
    padding-right: 30px;
    position: relative;
    overflow: hidden;
}

.home-slider.dots-bottom-center .owl-dots .owl-dot {
	margin-top: 0;
	margin-right: 25px;
	padding-right: 0;
	padding-bottom: 30px;
}

.home-slider .owl-dots .owl-dot span {
	display: flex;
	align-items: center;
	margin: 0 3px;
}

.home-slider .owl-dots .owl-dot span:before {
	content: "\f111";
	font-family: 'Font Awesome 5 Pro';
	font-weight: 600;
	font-size: 0.25em;
	color: #fff;
}

.home-slider .owl-dots .owl-dot.active:after {
    width: 100%;
}

.home-slider.dots-bottom-center .owl-dots .owl-dot.active:after {
	height: 100%;
}

.home-slider .owl-dots .owl-dot:after {
    background-color: #fff;
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    right: 0;
    margin-right: -28px;
    transition: .3s all ease;
}

.home-slider.dots-bottom-center .owl-dots .owl-dot:after {
	width: 3px;
	height: 0;
	right: 3px;
	bottom: 0;
	margin-right: 0;
	margin-bottom: -20px;
}

.home-slider-item {
    background-color: #212121;
    position: relative;
    width: 100%;
    font-family: 'Quicksand', sans-serif;
	color: #fff;
	overflow: hidden;
}

.home-slider-item > img {
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	min-height: 100%;
	height: auto;
}

.home-slider-blur > img {
    filter: blur(8px);
}

#slide-video {
    width: 100%;
    height: auto;
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	min-height: 100%;
}

.black-filter:after {
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.video-black-filter:after {
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.home-slider-cols {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.home-slider-col {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	width: 100%;
	height: 100%;
}

.home-slider-subcol {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.home-slider-col > img {
	position: absolute;
	width: auto !important;
	max-width: 900px !important;
	opacity: 0;
	display: flex;
	right: -1000px;
	box-shadow: 0 5px 50px rgba(0,0,0,0.7)
}

.owl-item.active .home-slider-col > img {
	right: -150px;
	opacity: 1;
	transition: 1s all ease 1s;
}

.home-slider.dots-right-center .owl-item.active .home-slider-col > img {
	right: -75px;
}

.home-slider-text > span {
    position: relative;
    font-size: 2.4em;
}

.home-slider-title {
	position: relative;
	margin: 0 0 30px 0;
	padding: 0;
	font-weight: 900;
	left: 300px;
	opacity: 0;
}

.owl-item.active .home-slider-title {
	opacity: 1;
	left: 0;
    transition: 1s all ease 0.5s;
}

.home-slider-title ~ span {
	position: relative;
	display: block;
	line-height: 1em;
	opacity: 0;
	left: -100px;
}

.owl-item.active .home-slider-title ~ span {
	opacity: 1;
	left: 0;
    transition: 2s all ease 1.2s;
}

.home-slider-description ~ a, .home-slider-vertical-button {
	position: relative;
	display: block;
	min-width: 80px;
	max-width: 140px;
	color: #fff;
	font-size: 1.2em;
	text-align: center;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 30px;
	opacity: 0;
	border-radius: 40px;
}

.home-slider-vertical-button {
	margin-left: 10px;
}

.horizontal-description.home-slider-description ~ a, .home-slider-vertical-button {
	margin-top: 80px;
}

.owl-item.active .home-slider-description ~ a, .owl-item.active .home-slider-vertical-button {
	opacity: 1;
    transition: 1s all ease 3s !important;
}

.home-slider-description {
	position: relative;
	display: flex;
	align-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.home-slider-description-item {
    font-size: 1.1em;
    letter-spacing: 0.05em;
    padding-left: 30px;
	opacity: 0;
}

.vertical-description .home-slider-description-item {
	margin-top: -400px;
    width: 320px;
    transform: rotate(90deg);
}

.horizontal-description .home-slider-description-item {
	margin-top: 50px;
	margin-left: -200px;
	width: 480px;
}

.owl-item.active .home-slider-description-item {
    opacity: 1;
    transition: 2s all ease 2s;
}

.owl-item.active .vertical-description .home-slider-description-item {
	margin-top: 0;
}

.owl-item.active .horizontal-description .home-slider-description-item {
	margin-left: 0;
}

.home-slider-description strong {
	display: block;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
}

@media screen and (max-width: 480px){

	.sp-pad {
		padding-left: 0px;
		padding-right: 0px
	}

	.home-slider.dots-left-bottom .owl-dots {
		left: 50px;
		bottom: 25px;
	}

	.home-slider.dots-right-bottom .owl-dots {
		right: 50px;
		bottom: 25px;
	}

	.home-slider.dots-bottom-center .owl-dots {
		bottom: 10px;
	}

	.home-slider .owl-dots .owl-dot {
		margin-top: 25px;
		font-size: 15px;
		padding-right: 30px;
	}

	.home-slider.dots-bottom-center .owl-dots .owl-dot {
		margin-top: 0;
		margin-right: 25px;
		padding-right: 0;
		padding-bottom: 30px;
	}

	.home-slider .owl-dots .owl-dot:after {
		background-color: #fff;
		content: '';
		position: absolute;
		width: 0;
		height: 3px;
		right: 0;
		margin-right: -28px;
		transition: .3s all ease;
	}

	.home-slider.dots-bottom-center .owl-dots .owl-dot:after {
		width: 3px;
		height: 0;
		right: 3px;
		bottom: 0;
		margin-right: 0;
		margin-bottom: -20px;
	}

	#slide-video {
		width: auto;
		height: 100%;
		position: absolute;
		top: 0; bottom: 0;
		left: 0; right: 0;
		min-height: 100%;
	}

	.home-slider-cols {
		flex-wrap: nowrap;
		flex-direction: column;
	}

	.home-slider-image-text	.home-slider-col:nth-child(1) {
		align-items: center;
	}

	.home-slider-simple-mini-image .home-slider-col:nth-child(1) {
		align-items: center;
	}

	.home-slider-mini-image-text .home-slider-col:nth-child(1) {
		align-items: flex-end;
	}

	.home-slider-mini-image-text .home-slider-col:nth-child(2) {
		height: 50%;
	}

	.home-slider-col > img {
		height: auto;
		max-width: 300px !important;
		right: -300px;
	}

	.home-slider-subcol {
		margin-top: 25%;
		height: 60%;
	}

	.owl-item.active .home-slider-col > img {
		right: 0px;
	}

	.home-slider.dots-right-center .owl-item.active .home-slider-col > img {
		right: -75px;
	}

	.home-slider-title {
		text-align: center;
	}

	.home-slider-title > p {
		line-height: 1.5em !important;
	}
	
	.home-slider-title > p * {
		font-weight: 400;
		font-size: 1.2em !important;
	}

	.home-slider-title ~ span {
		text-align: center;
		font-size: 1.25em;
		letter-spacing: 0.1em;
	}

	.home-slider-description ~ a, .horizontal-description.home-slider-description ~ a {
		margin-top: 20px;
	}

	.home-slider-description-item {
		letter-spacing: 0em;
		padding-left: 20px;
	}

	.vertical-description .home-slider-description-item {
		margin-top: -400px;
		width: 280px;
	}

	.horizontal-description .home-slider-description-item {
		margin-top: 30px;
		width: 280px;
	}

	.owl-item.active .vertical-description .home-slider-description-item {
		margin-top: 0;
	}

	.owl-item.active .horizontal-description .home-slider-description-item {
		margin-left: 50px;
	}

	.home-slider-description strong {
		display: block;
		letter-spacing: 0.1em;
		margin-bottom: 15px;
	}

}

@media screen and (min-width: 481px) and (max-width: 768px){

	.sp-pad {
		padding-left: 0px;
		padding-right: 0px
	}

	.home-slider.dots-left-bottom .owl-dots {
		left: 50px;
		bottom: 25px;
	}

	.home-slider.dots-right-bottom .owl-dots {
		right: 50px;
		bottom: 25px;
	}

	.home-slider.dots-bottom-center .owl-dots {
		bottom: 10px;
	}

	.home-slider .owl-dots .owl-dot {
		margin-top: 25px;
		font-size: 15px;
		padding-right: 30px;
	}

	.home-slider.dots-bottom-center .owl-dots .owl-dot {
		margin-top: 0;
		margin-right: 25px;
		padding-right: 0;
		padding-bottom: 30px;
	}

	.home-slider .owl-dots .owl-dot:after {
		background-color: #fff;
		content: '';
		position: absolute;
		width: 0;
		height: 3px;
		right: 0;
		margin-right: -28px;
		transition: .3s all ease;
	}

	.home-slider.dots-bottom-center .owl-dots .owl-dot:after {
		width: 3px;
		height: 0;
		right: 3px;
		bottom: 0;
		margin-right: 0;
		margin-bottom: -20px;
	}

	.home-slider-cols {
		flex-wrap: nowrap;
		flex-direction: column;
	}

	.home-slider-col:nth-child(1) {
		align-items: flex-end;
	}

	.home-slider-col:nth-child(2) {
		height: 75%;
	}

	.home-slider-col > img {
		height: auto;
		max-width: 540px !important;
		right: -540px;
	}

	.owl-item.active .home-slider-col > img {
		right: 0px;
	}

	.home-slider.dots-right-center .owl-item.active .home-slider-col > img {
		right: -75px;
	}

	.home-slider-title > p {
		line-height: 1.5em !important;
	}
	
	.home-slider-title > p * {
		font-size: 1.4em !important;
	}

	.home-slider-description ~ a, .horizontal-description.home-slider-description ~ a {
		margin-top: 20px;
	}

	.home-slider-description-item {
		letter-spacing: 0em;
		padding-left: 20px;
	}

	.vertical-description .home-slider-description-item {
		margin-top: -400px;
		width: 540px;
	}

	.horizontal-description .home-slider-description-item {
		margin-top: 30px;
		width: 540px;
	}

	.owl-item.active .vertical-description .home-slider-description-item {
		margin-top: 0;
	}

	.owl-item.active .horizontal-description .home-slider-description-item {
		margin-left: 50px;
	}

	.home-slider-description strong {
		display: block;
		letter-spacing: 0.1em;
		margin-bottom: 15px;
	}

}

@media screen and (min-width: 769px) and (max-width: 1024px){

	.sp-pad {
		padding-left: 0px;
		padding-right: 0px
	}

	.home-slider.dots-left-bottom .owl-dots {
		left: 50px;
		bottom: 25px;
	}

	.home-slider.dots-right-bottom .owl-dots {
		right: 50px;
		bottom: 25px;
	}

	.home-slider.dots-bottom-center .owl-dots {
		bottom: 10px;
	}

	.home-slider .owl-dots .owl-dot {
		margin-top: 25px;
		font-size: 15px;
		padding-right: 30px;
	}

	.home-slider.dots-bottom-center .owl-dots .owl-dot {
		margin-top: 0;
		margin-right: 25px;
		padding-right: 0;
		padding-bottom: 30px;
	}

	.home-slider .owl-dots .owl-dot:after {
		background-color: #fff;
		content: '';
		position: absolute;
		width: 0;
		height: 3px;
		right: 0;
		margin-right: -28px;
		transition: .3s all ease;
	}

	.home-slider.dots-bottom-center .owl-dots .owl-dot:after {
		width: 3px;
		height: 0;
		right: 3px;
		bottom: 0;
		margin-right: 0;
		margin-bottom: -20px;
	}

	.home-slider-col > img {
		height: auto;
		max-width: 480px !important;
	}

	.owl-item.active .home-slider-col > img {
		right: 0px;
	}

	.home-slider.dots-right-center .owl-item.active .home-slider-col > img {
		right: -75px;
	}

	.home-slider-title > p {
		line-height: 1.5em !important;
	}
	
	.home-slider-title > p * {
		font-size: 1.4em !important;
	}

	.home-slider-description ~ a, .horizontal-description.home-slider-description ~ a {
		margin-top: 20px;
	}

	.home-slider-description-item {
		letter-spacing: 0em;
		padding-left: 20px;
	}

	.vertical-description .home-slider-description-item {
		margin-top: -400px;
		width: 360px;
	}

	.horizontal-description .home-slider-description-item {
		margin-top: 30px;
		width: 360px;
	}

	.owl-item.active .vertical-description .home-slider-description-item {
		margin-top: 0;
	}

	.owl-item.active .horizontal-description .home-slider-description-item {
		margin-left: 50px;
	}

	.home-slider-description strong {
		display: block;
		letter-spacing: 0.1em;
		margin-bottom: 15px;
	}
    
}

@media screen and (min-width: 1025px) and (max-width: 1280px){

	.home-slider-col > img {
		max-width: 540px !important;
		height: auto;
	}

}

@media screen and (min-width: 1281px) and (max-width: 1366px){

	.home-slider-col > img {
		max-width: 640px !important;
		height: auto;
	}

}

@media screen and (min-width: 1367px) and (max-width: 1440px){

	.home-slider-col > img {
		max-width: 720px !important;
		height: auto;
	}

}

@media screen and (min-width: 1441px) and (max-width: 1600px){

	.home-slider-col > img {
		max-width: 840px !important;
		height: auto;
	}
    
}