/* Ana sayfa Swiper — metin görselin üzerinde (settings.css’teki ilgili kuralların özeti) */
.mySwiper {
	width: 100%;
	height: 756px;
	overflow: hidden;
}

.mySwiper .swiper-wrapper,
.mySwiper .swiper-slide {
	height: 100%;
}

.mySwiper .swiper-slide {
	position: relative;
}

.mySwiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 85% center;
	display: block;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
}

.slider-text {
	position: absolute;
	top: 50%;
	left: 20%;
	transform: translateY(-50%);
	text-align: left;
	color: #c09b5b;
	width: 60%;
	max-width: 700px;
	z-index: 20;
}

.slider-text .t1 {
	font-size: 34px;
	font-weight: 700;
	line-height: 2.2;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.99);
	color: #c09b5b !important;
}

.slider-text .t2 {
	font-size: 20px;
	font-weight: 200;
	margin-top: 5px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.99);
	color: #c09b5b !important;
}

.slider-text .t3 {
	margin-top: 15px;
	font-size: 16px;
	line-height: 2.6;
	color: #c09b5b !important;
}

@media (max-width: 992px) {
	.mySwiper {
		height: 500px;
	}

	.mySwiper .swiper-slide img {
		object-position: center;
	}

	.slider-text {
		left: 10%;
		width: 80%;
	}

	.slider-text .t1 {
		font-size: 32px;
		color: #fff !important;
	}

	.slider-text .t2 {
		font-size: 26px;
		color: #fff !important;
	}

	.slider-text .t3 {
		font-size: 16px;
		color: #fff !important;
	}
}

@media (max-width: 576px) {
	.MobilDestek {
		padding: 0px !important;
	}

	.mySwiper {
		height: 420px;
	}

	.slider-text {
		left: 5%;
		width: 90%;
	}

	.slider-text .t1 {
		font-size: 24px;
		color: #fff !important;
	}

	.slider-text .t2 {
		font-size: 20px;
		color: #fff !important;
	}

	.slider-text .t3 {
		font-size: 14px;
		color: #fff !important;
	}
}
