/* 
add some css codes 
extra config
testing
*/

/* ======================= HERO VIDEO SECTION ======================= */
.hero-video-section {
	position: relative;
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
	overflow: hidden;
	z-index: 1;
}

/* Video */
.hero-video-section .hero-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
	display: block;
}

/* 🔳 Koyu katman */
.hero-video-section .video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 1;
}

/*  content */
.hero-video-section .video-content {
	position: relative;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}

/* ✨ aslik ve butonlar */
.hero-video-section h1 {
	font-weight: 800;
	color: #fff;
	font-size: 3rem;
	text-transform: uppercase;
	text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
	-webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.3);
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
}

.hero-video-section .btn {
	margin: 0 8px;
	padding: 12px 28px;
	border-radius: 50px;
	font-weight: 600;
	transition: all 0.3s ease;
}

.hero-video-section .btn-primary {
	background-color: #000;
	border: 2px solid #fff;
	color: #fff;
}

.hero-video-section .btn-primary:hover {
	background-color: #fff;
	color: #000;
}

.hero-video-section .btn-danger {
	background-color: #d8232a;
	border: none;
}

.hero-video-section .btn-danger:hover {
	background-color: #ff3b3b;
}

/* 💻 Buyuk ekran */
@media (min-width: 992px) {
	.hero-video-section h1 {
		font-size: 3.5rem;
	}
}

/* 📱 Mobil boyutlar */
@media (max-width: 768px) {
	.hero-video-section h1 {
		font-size: 1.9rem;
		-webkit-text-stroke: 0.8px rgba(255, 255, 255, 0.3);
	}
	.hero-video-section .btn {
		font-size: 14px;
		padding: 10px 18px;
	}
}

/* ======================= SABIT HEADER ======================= */
header.zirox-header--home-2 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background-color: #000;
}

/* ======================= TEMIZLEME ======================= */
body, html {
	margin: 0;
	padding: 0;
	background: #fff;
}

/* Eski tum margin hilelerini iptal et */
header.zirox-header--home-2 + .hero-video-section,
header.zirox-header--home-2 + section {
	margin-top: 0 !important;
}
