@import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@200;300;400;500;600;700&display=swap');

html {
	scroll-behavior: smooth;
}

/* Özel Scrollbar (Kaydırma Çubuğu) Tasarımı */
::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	background: #0f0502;
	/* Koyu arka plan */
	border-left: 1px solid rgba(192, 148, 55, 0.2);
}

::-webkit-scrollbar-thumb {
	background: linear-gradient(to bottom, #c09437, #855e1c);
	/* Altın gradyan */
	border-radius: 5px;
	border: 1px solid #ffe2a3;
	/* İnce parlak kenar */
}

::-webkit-scrollbar-thumb:hover {
	background: linear-gradient(to bottom, #f1c40f, #c09437);
	box-shadow: 0 0 10px rgba(241, 196, 15, 0.5);
}

/* body{font-family: 'Readex Pro', sans-serif !important;
	font-size:14px;
	color: #ffe2a3;
	background: url('../img/bg.jpg');
} */

body {
	padding: 0;
	margin: 0;
	background-color: #2c2c2c;
	font-family: "Noto Sans", sans-serif;
	font-weight: bold;
	background: url('../img/bg.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}

/* Custom Mouse Cursor */
*,
body,
a,
button,
.ix-toggle-overlay-container,
[onclick] {
	cursor: url('../img/imlec.png'), auto !important;
}

/* Arkaplan Büyülü Parçacık Efekti */
#magicParticles {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: -1;
	/* Arka plan resmi ile içerik arasına yerleşir */
	pointer-events: none;
	/* Mouse tıklamalarını engellemez */
}

/* NAVIGATION */
.navbar {
	max-width: 100% !important;
	height: 51px;
	display: block !important;
	margin-right: auto !important;
	margin-left: auto !important;
	text-align: center;
}

.navbar-nav {
	text-align: center !important;
	float: none !important;
}

.navbar-nav>li {
	float: none !important;
	list-style: none !important;
	display: inline-block !important;
}

.navbar-nav>li>a {
	line-height: 20px !important;
}

.sag_menu2 {
	z-index: 9;
	position: fixed;
	right: 5%;
	margin-top: 1%;
}

.sag_menu2 ul {
	width: 100%;
	list-style: none;
	margin: 0 !important;
	padding: 10px 20px !important;
}

.sag_menu2 ul li a {
	margin: 10px;
	transition: 500ms;
	display: block;
	text-align: center;
}

.sag_menu2 ul li a:hover {
	filter: brightness(1.2);
	transition: 500ms;
	text-decoration: none;
}

@media (min-width: 768px) {

	.navbar-default {
		background: url('../img/bg-menu.png') no-repeat center;
	}

	.baslik {
		background: url(../img/baslik.png) no-repeat center;
		text-align: center;
		width: 100%;
		height: 82px;
		line-height: 80px;
		font-size: 22px;
		font-weight: bold;
		color: #3e1c00;
		text-shadow: 0px 0px 5px #ffe5b1;
		margin: 20px 0px 20px 0px;
		text-transform: uppercase;
	}
}

@media (max-width: 767px) {

	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		border-color: #cfb26b !important;
		background: #0b2234;
	}

	.navbar-header {
		background: #081723;
	}

	.navbar-default .navbar-toggle {
		border-color: #ffd370 !important;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #c4904d !important;
	}

	.navbar-default .navbar-toggle:focus,
	.navbar-default .navbar-toggle:hover {
		background-color: #0b2234 !important;
	}

	.baslik {
		background: linear-gradient(to top, #6c3c00, #ffb257);
		padding: 10px;
		max-width: 100%;
		width: 100%;
		font-size: 24px;
		font-weight: bold;
		color: #1e1107;
		border: 2px solid #ffc176;
		text-shadow: 1px 1px 1px #ffb257;
		margin-bottom: 10px;
		margin-top: 10px;
		border-radius: 30px;
		text-transform: uppercase;
	}
}

.navbar-default {
	background-color: transparent !important;
	border: none !important;
	text-align: center;
}

.navbar-default .navbar-nav>li>a {
	color: #ffffff !important;
	font-size: 18px;
	background: -webkit-linear-gradient(90deg, rgb(195 145 53) 20%, rgb(255 255 107) 100%);
	font-weight: bold;
	-webkit-background-clip: text;
	-webkit-text-fill-color: #ff000000;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #595959 !important;
}

.footer {
	background: url('../img/footer.png');
	height: 367px;
}

.logo {
	margin: 0 auto;
}

.icerik {
	background: #0b0708;
}

img {
	max-width: 150%;
}

hr {
	width: 50%;
	height: 1px !important;
	border-top: 1px solid #c09437 !important;
}

.ml-auto,
.mx-auto {
	margin-left: auto !important;
}

.mr-auto,
.mx-auto {
	margin-right: auto !important;
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.nav-pills>li {
	display: block;
	margin-right: auto !important;
	margin-left: auto !important;
}

.nav-pills>li.active>a,
.nav-pills>li>a:hover,
.nav-pills>li>a:focus,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
	background: linear-gradient(to top, rgb(66 4 4), rgb(175 16 16));
	color: #ffd472 !important;
	border: 1px solid #ffd472;
	background-color: transparent !important;
}

.nav-pills {
	display: block !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

.discord-widget {
	transition-property: right;
	transition-duration: 2s;
	-webkit-transition-property: right;
	/* Safari */
	-webkit-transition-duration: 2s;
	/* Safari */
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 99999999;
}

.aciklama {
	background: linear-gradient(to top, #200d03, #833816);
	max-width: 100%;
	width: 100%;
	padding: 15px;
	margin-top: 10px;
	border-radius: 20px;
	border: 5px solid #ff8917;
}

.aciklama p {
	margin: 0 !important;
	font-size: 40px;
	color: #ffb46c;
	text-shadow: 0px 2px 2px #120702;
}

#discord4 {
	left: 5%;
	width: 308px;
	position: fixed;
	bottom: 5%;
	z-index: 99;
	transition: 500ms;
}

#discord4:hover {
	opacity: .65;
}

#facebook {
	right: 5%;
	width: 308px;
	position: fixed;
	bottom: 5%;
	z-index: 99;
	transition: 500ms;
}

#facebook:hover {
	opacity: .65;
}

/* Sağ Menü Alanı */
.sag_menu {
	position: fixed;
	top: 5%;
	right: 5%;
	display: flex;
	flex-direction: column;
	gap: 12px;
	z-index: 999;
}

/* Ortak Buton Stili */
.sag_menu a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 55px;
	height: 55px;
	background: linear-gradient(180deg, #3f1028 0%, #942a68 100%);
	border: 2px ridge rgb(255 255 255);
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
	text-decoration: none;
	transition: all 0.3s ease;
}

/* Hover Efekti */
.sag_menu a:hover {
	transform: scale(1.1);
	box-shadow: 0 0 20px rgba(255, 215, 180, 0.6);
}

/* İkonlar */
.sag_menu a i {
	font-size: 24px;
	color: #ffffff;
	transition: color 0.3s ease;
}

/* Renkler */
.sag_menu a.tiktok:hover i {
	color: #ff0050;
}

.sag_menu a.instagram:hover i {
	color: #E1306C;
}

/* Mobil Uyumluluk */
@media (max-width: 768px) {
	.sag_menu {
		right: 3%;
		top: auto;
		bottom: 15%;
		flex-direction: row;
	}

	.sag_menu a {
		width: 50px;
		height: 50px;
	}
}

.sol_menu {
	z-index: 9;
	position: fixed;
	left: 5%;
	margin-top: 1%;
}

.sol_menu ul {
	width: 100%;
	list-style: none;
	margin: 0px !important;
	padding: 10px 20px !important;
}

.sol_menu ul li a {
	margin: 10px;
	transition: 500ms;
	display: block;
	text-align: center;
}

.sol_menu .discord {
	background: url(../img/dcbuton.png) no-repeat;
}

.sol_menu ul li a:hover {
	filter: brightness(1.2);
	transition: 500ms;
	text-decoration: none;
}

@media (max-width: 1365px) {
	.m-d-n {
		display: none;
		overflow: hidden;
	}
}

/* Mobil Hamburger Menü (Sadece Buton) */
.hamburger-btn {
	position: fixed;
	top: 20px;
	right: 20px;
	background: rgba(10, 10, 10, 0.85);
	backdrop-filter: blur(5px);
	border: 2px solid #c09437;
	color: #c09437;
	font-size: 24px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	/* Dairesel daha şık durur */
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1001;
	/* Overlay'in altında kalmaması için */
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.hamburger-btn:hover {
	background: #c09437;
	color: #0d0d0d;
	transform: scale(1.1);
}

/* Mobil Menü Overlay Premium Tasarım */
.mobile-menu-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../img/bg.jpg') center/cover;
	z-index: 2000;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transform: translateY(-100%);
}

.mobile-menu-overlay::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(10, 5, 2, 0.90);
	backdrop-filter: blur(10px);
}

.mobile-menu-overlay.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.menu-close-btn {
	position: absolute;
	top: 25px;
	right: 25px;
	background: transparent;
	border: none;
	color: #fff;
	text-shadow: 0 0 10px #c09437;
	font-size: 36px;
	cursor: pointer;
	z-index: 2001;
	transition: all 0.3s ease;
}

.menu-close-btn:hover {
	color: #ffe2a3;
	transform: rotate(90deg) scale(1.1);
}

.mobile-menu-content {
	position: relative;
	z-index: 2001;
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 85%;
	max-width: 400px;
	text-align: center;
}

.mobile-menu-logo {
	max-width: 90%;
	margin: 0 auto 20px auto;
	filter: drop-shadow(0 0 25px rgba(192, 148, 55, 0.6));
}

.mobile-menu-content a {
	color: #ffe2a3;
	font-size: 22px;
	text-decoration: none;
	font-weight: 700;
	padding: 16px 20px;
	border: 2px solid #c09437;
	border-radius: 50px;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	background: linear-gradient(to right, rgba(30, 15, 5, 0.9), rgba(50, 25, 10, 0.9));
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.8), inset 0 0 10px rgba(192, 148, 55, 0.2);
	text-transform: uppercase;
	letter-spacing: 1px;
}

.mobile-menu-content a i {
	font-size: 26px;
	color: #f1c40f;
	filter: drop-shadow(0 0 5px rgba(241, 196, 15, 0.5));
}

.mobile-menu-content a:hover {
	border-color: #f1c40f;
	background: linear-gradient(to right, rgba(50, 25, 10, 0.9), rgba(70, 35, 15, 0.9));
	transform: translateY(-5px);
	color: #fff;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.9), inset 0 0 15px rgba(241, 196, 15, 0.4);
}

@media (min-width: 1366px) {
	.f-d-n {
		display: none;
		overflow: hidden;
	}
}

@media (min-width: 501px) {
	.v-f-d-n {
		display: none;
		overflow: hidden;
	}

	.video {
		position: absolute;
		margin: 190px auto;
		left: 0;
	}
}

/* Görsel Etkileşim ve Popup Desteği */
.image-interactive-wrapper {
	position: relative;
	display: inline-block;
	cursor: pointer;
	overflow: hidden;
	width: 100%;
}

/* Kalp Ritmi (Heartbeat) Animasyonu */
.overlay-img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	transition: all 0.3s ease;
	z-index: 2;
	max-width: 100%;
}

.heartbeat-anim {
	animation: heartbeat 3s ease-in-out infinite;
	/* Yavaşlatılmış kalp ritmi */
}

@keyframes heartbeat {
	0% {
		transform: translate(-50%, -50%) scale(1);
	}

	14% {
		transform: translate(-50%, -50%) scale(1.1);
	}

	28% {
		transform: translate(-50%, -50%) scale(1);
	}

	42% {
		transform: translate(-50%, -50%) scale(1.1);
	}

	70% {
		transform: translate(-50%, -50%) scale(1);
	}
}

.overlay-animate-click {
	animation: bounce-overlay 0.5s ease !important;
}

@keyframes bounce-overlay {

	0%,
	100% {
		transform: translate(-50%, -50%) scale(1);
	}

	50% {
		transform: translate(-50%, -50%) scale(1.3);
	}
}

/* Özel İçerik Popupu */
#custom-content-popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 10000;
	justify-content: center;
	align-items: center;
}

.custom-popup-box {
	background: #1a1a1a;
	border: 2px solid #c09437;
	border-radius: 15px;
	padding: 30px;
	max-width: 500px;
	width: 90%;
	position: relative;
	color: #ffe2a3;
	box-shadow: 0 0 20px rgba(192, 148, 55, 0.5);
	animation: fadeInScale 0.4s ease-out;
}

@keyframes fadeInScale {
	from {
		opacity: 0;
		transform: scale(0.8);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

.custom-popup-close {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #c09437;
	font-size: 24px;
	cursor: pointer;
	transition: color 0.3s;
}

.custom-popup-close:hover {
	color: #fff;
}

.custom-popup-title {
	font-size: 24px;
	margin-bottom: 20px;
	border-bottom: 1px solid #c09437;
	padding-bottom: 10px;
	text-align: center;
	color: #fff;
}

.custom-popup-body {
	line-height: 1.6;
	font-size: 16px;
	text-align: left;
}

@media (max-width: 500px) {
	.v-m-d-n {
		display: none;
		overflow: hidden;
	}

	.mobilvideo {
		position: absolute;
		margin: 121px auto;
		left: 0;
		right: 0;
	}
}

/* Showcase Düzeni ve Boşlukların Kaldırılması */
.showcase-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 !important;
	/* Bootstrap paddinglerini temizle */
	margin: 0 !important;
}

.showcase-container .img-responsive,
.showcase-container video.img-responsive {
	display: block;
	max-width: 900px;
	width: 100%;
	margin: 0 auto !important;
	padding: 0 !important;
	vertical-align: middle;
	border: none;
}

.neon-overlay-container {
	line-height: 0;
}

/* 2.jpg Üzerindeki Metin Katmanı */
.text-overlay-container {
	position: relative;
	width: fit-content;
	/* Resmin genişliğine uyum sağla */
	max-width: 100%;
	line-height: 0;
	margin: 0 auto;
}

.text-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 800px;
	/* Çok geniş ekranlarda çok yayılmasın */
	color: #fff;
	text-align: center;
	background: rgba(0, 0, 0, 0.75);
	padding: 2.5% 4%;
	border-radius: 12px;
	border: 1px solid #c09437;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.9);
	z-index: 10;
	opacity: 0;
	animation: fadeInUp 1.2s ease-out forwards;
	animation-delay: 0.5s;
	line-height: 1.6;
}

.text-overlay p {
	margin-bottom: 1.2%;
	font-weight: 400;
	font-size: clamp(14px, 1.1vw, 18px);
}

.text-overlay strong {
	color: #c09437;
	font-weight: 700;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate(-50%, -40%);
	}

	to {
		opacity: 1;
		transform: translate(-50%, -50%);
	}
}

/* Mobil Tasarım İyileştirmeleri */
@media (max-width: 991px) {
	.text-overlay {
		width: 95%;
		padding: 15px;
		max-height: 90%;
		overflow-y: auto;
	}

	.text-overlay p {
		font-size: 13px;
		margin-bottom: 8px;
	}
}

@media (max-width: 480px) {
	.text-overlay {
		padding: 10px;
		width: 96%;
	}

	.text-overlay p {
		font-size: 11px;
		line-height: 1.4;
		margin-bottom: 6px;
	}
}

/* 3x.jpg İnteraktif Slider Tasarımı */
.slider-container {
	position: relative;
	width: fit-content;
	max-width: 100%;
	margin: 0 auto;
	line-height: 0;
	display: inline-block;
	/* Genişliği içeriğe (resme) göre daraltır */
}

.slider-overlay-img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	/* Ana resimle aynı genişlik */
	height: 100%;
	/* Ana resimle aynı yükseklik */
	z-index: 5;
	pointer-events: none;
	transition: opacity 0.3s ease;
	object-fit: contain;
	/* Oranları korur */
}

.slider-nav-btn {
	position: absolute;
	top: 25%;
	/* Üst kısma taşıma */
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.6);
	/* Koyu arka plan */
	border: 1px solid #c09437;
	/* Tema altın rengi */
	color: #c09437;
	width: 40px;
	height: 40px;
	border-radius: 8px;
	/* Daha premium karemsi hatlar */
	cursor: pointer;
	z-index: 15;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	transition: all 0.3s ease;
}

.slider-nav-btn:hover {
	background: #c09437;
	color: #000;
	box-shadow: 0 0 15px rgba(192, 148, 55, 0.6);
}

.slider-nav-btn.prev {
	left: 10px;
}

.slider-nav-btn.next {
	right: 10px;
}

/* Mobil Uyumluluk */
@media (max-width: 768px) {
	.slider-container {
		width: 100% !important;
		display: block;
	}

	.slider-container .img-responsive {
		width: 100%;
		height: auto;
	}

	.slider-nav-btn {
		width: 32px;
		height: 32px;
		font-size: 12px;
		top: 20%;
		/* Mobilde biraz daha yukarıda */
	}

	.slider-nav-btn.prev {
		left: 5px;
	}

	.slider-nav-btn.next {
		right: 5px;
	}
}

/* 4x.jpg Neon Etkileşimli Kaplama Tasarımı */
.neon-overlay-container {
	position: relative;
	width: fit-content;
	max-width: 100%;
	margin: 0 auto;
	line-height: 0;
	display: inline-block;
	cursor: pointer;
}

.floating-neon-img {
	position: absolute;
	top: 55%;
	left: 5%;
	/* Sol tarafta başlar */
	transform: translateY(-50%);
	max-width: 45%;
	/* Parıldayan görsel boyutu */
	z-index: 10;
	transition: opacity 0.3s ease;
	animation: floatSideRed 3.5s ease-in-out infinite;
	/* Kırmızı Neon Efekti */
	filter: drop-shadow(0 0 10px rgba(255, 0, 0, 0.9)) drop-shadow(0 0 25px rgba(255, 0, 0, 0.6));
}

@keyframes floatSideRed {

	0%,
	100% {
		transform: translateY(-50%) translateX(-5px);
	}

	50% {
		transform: translateY(-50%) translateX(45px);
		/* Daha belirgin soldan sağa hareket */
	}
}

/* Tıklama animasyonu */
.neon-click-pulse {
	animation: neonPulse 0.5s ease-out;
}

@keyframes neonPulse {
	0% {
		transform: translateY(-50%) scale(1);
		filter: brightness(1);
	}

	50% {
		transform: translateY(-50%) scale(0.92);
		filter: brightness(1.7);
	}

	100% {
		transform: translateY(-50%) scale(1);
		filter: brightness(1);
	}
}

/* Mobil Uyumluluk */
@media (max-width: 768px) {
	.neon-overlay-container {
		width: 100% !important;
		display: block;
	}

	.neon-overlay-container .img-responsive {
		width: 100%;
		height: auto;
	}

	.floating-neon-img {
		left: 3%;
		max-width: 40%;
		animation-duration: 4s;
		/* Mobilde biraz daha yavaş ve yumuşak */
	}
}

/* Orijinal Boyut Sınıfı */
.img-original-size {
	max-width: none !important;
	width: auto !important;
	height: auto !important;
}

/* Mobilde orijinal boyutu sınırla ki ekran taşmasın */
@media (max-width: 768px) {
	.img-original-size {
		max-width: 100% !important;
		width: auto !important;
		height: auto !important;
	}
}

/* Animasyonu Durdurma Sınıfı */
.stop-animation {
	animation: none !important;
}

/* Genişleyen Neon Görseli (4x4.png) */
.neon-expanded-img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.8);
	opacity: 0;
	visibility: hidden;
	z-index: 20;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	pointer-events: none;
	/* Tıklamayı ana kapsayıcıya ilet */
	/* Kırmızı Neon Efekti */
	filter: drop-shadow(0 0 15px rgba(255, 0, 0, 0.9)) drop-shadow(0 0 30px rgba(255, 0, 0, 0.5));
}

.neon-expanded-img.active {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, -50%) scale(1);
}

@media (max-width: 768px) {
	.neon-expanded-img {
		max-width: 95% !important;
		width: auto !important;
	}
}

/* 5x.jpg Animasyonlu Geçişli Slider Tasarımı */
.auto-slider-wrapper {
	position: relative;
	width: fit-content;
	max-width: 100%;
	margin: 0 auto;
	line-height: 0;
	display: inline-block;
	overflow: hidden;
}

.auto-slider-container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: none;
}

.auto-slider-item {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	transform: scale(0.85);
	transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
	pointer-events: none;
}

.auto-slider-item.active {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	pointer-events: auto;
}

.auto-slider-item img {
	max-height: none;
	width: auto;
	filter: drop-shadow(0 0 15px rgba(192, 148, 54, 0.6));
}

@media (max-width: 768px) {
	.auto-slider-wrapper {
		width: 100% !important;
		display: block;
	}

	.auto-slider-wrapper .img-responsive {
		width: 100%;
		height: auto;
	}

	.auto-slider-item img {
		max-width: 250px;
	}
}

.auto-slider-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
	padding: 0 15px;
	pointer-events: none;
	z-index: 15;
}

.auto-slider-btn {
	background: rgba(0, 0, 0, 0.6);
	border: 1px solid #c09436;
	color: #c09436;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	cursor: pointer;
	pointer-events: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.auto-slider-btn:hover {
	background: #c09436;
	color: #000;
	transform: scale(1.1);
}

/* 6x.jpg Rewards Overlay Styles */
.rewards-overlay-container {
	position: relative;
	width: fit-content;
	max-width: 100%;
	margin: 0 auto;
	line-height: 0;
	display: inline-block;
}

.rewards-grid {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 95%;
	display: flex;
	justify-content: center;
	gap: 20px;
	z-index: 20;
}

.reward-card {
	flex: 1;
	background: rgba(10, 10, 10, 0.85);
	backdrop-filter: blur(8px);
	border: 1px solid rgba(192, 148, 55, 0.4);
	border-radius: 15px;
	padding: 20px;
	color: #fff;
	text-align: center;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8), inset 0 0 15px rgba(192, 148, 55, 0.1);
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	line-height: 1.4;
}


/* ==========================================================================
   PREMIUM OVERLAYS (REWARDS & CSHIELD & LEGAL)
   ========================================================================== */



/* Shared Overlay Container */
.rewards-overlay-container,
.cshield-overlay-container,
.legal-sales-overlay-container {
	position: relative;
	width: 100%;
	max-width: fit-content;
	margin: 0 auto;
	line-height: 0;
	display: block;
}

.rewards-overlay-container .img-responsive,
.cshield-overlay-container .img-responsive,
.legal-sales-overlay-container .img-responsive {
	display: block;
	width: 100%;
	height: auto;
}

/* Rewards Grid (Desktop) */
.rewards-grid {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 95%;
	display: flex;
	justify-content: center;
	gap: 15px;
	z-index: 20;
}

.reward-card {
	flex: 1;
	background: rgba(20, 10, 5, 0.9);
	/* Dark mahogany/wood tone */
	backdrop-filter: blur(10px);
	border: 1px ridge rgba(192, 148, 55, 0.6);
	border-radius: 12px;
	padding: 15px;
	color: #ffe2a3;
	/* Thematic light primary */
	text-align: center;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.9), inset 0 0 15px rgba(192, 148, 55, 0.1);
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	line-height: 1.4;
	overflow: hidden;
	position: relative;
}

.reward-card:hover {
	transform: translateY(-8px) scale(1.02);
	border-color: rgba(241, 196, 15, 0.9);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 1), 0 0 20px rgba(241, 196, 15, 0.2);
}

/* Shine Sweep - Magic Wave */
.reward-card::after {
	content: "";
	position: absolute;
	top: -50%;
	left: -150%;
	width: 200%;
	height: 200%;
	background: linear-gradient(45deg, transparent, rgba(255, 235, 180, 0.1), rgba(255, 235, 180, 0.3), transparent);
	transform: rotate(45deg);
	animation: shineSweep 6s infinite;
	pointer-events: none;
}

@keyframes shineSweep {
	0% {
		left: -150%;
	}

	15%,
	100% {
		left: 150%;
	}
}

/* CShield Content (Desktop) */
.cshield-content {
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 85%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
	z-index: 25;
}

.shield-animation-wrap {
	width: 170px;
	height: 170px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.shield-icon {
	font-size: 140px;
	color: #f1c40f;
	/* Pure Gold */
	filter: drop-shadow(0 0 25px rgba(241, 196, 15, 0.6));
	animation: shieldFloat 4s ease-in-out infinite;
}

.shield-scan-line {
	position: absolute;
	top: 10%;
	left: 10%;
	width: 80%;
	height: 3px;
	background: linear-gradient(90deg, transparent, #fff, transparent);
	box-shadow: 0 0 10px #f1c40f;
	animation: shieldScan 3.5s linear infinite;
	opacity: 0.7;
}

.shield-glow-ring {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 140px;
	height: 140px;
	border: 2px solid rgba(241, 196, 15, 0.3);
	border-radius: 50%;
	animation: ringPulse 2.5s ease-out infinite;
}

@keyframes shieldFloat {

	0%,
	100% {
		transform: translateY(0) rotate(0deg);
	}

	50% {
		transform: translateY(-12px) rotate(2deg);
	}
}

@keyframes shieldScan {

	0%,
	100% {
		top: 10%;
		opacity: 0;
	}

	50% {
		top: 85%;
		opacity: 1;
	}
}

@keyframes ringPulse {
	0% {
		transform: translate(-50%, -50%) scale(0.8);
		opacity: 0.8;
	}

	100% {
		transform: translate(-50%, -50%) scale(1.5);
		opacity: 0;
	}
}

/* Feature List Styling */
.cshield-text-content {
	text-align: left;
	max-width: 520px;
}

.cshield-title,
.legal-title {
	font-size: 42px !important;
	font-weight: 900 !important;
	color: #fff6e0 !important;
	/* Solid Light Cream Gold */
	text-transform: uppercase;
	margin: 0 0 10px 0 !important;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8), 0 0 10px rgba(255, 246, 224, 0.3);
	letter-spacing: 2px;
	display: block;
	background-clip: border-box;
	/* Default reset for potential inherited issues */
}

.cshield-tagline,
.legal-tagline {
	font-size: 22px;
	color: #ffe2a3;
	/* Core secondary color */
	font-weight: 800;
	margin-bottom: 20px;
	text-shadow: 2px 2px 2px #000;
	text-transform: uppercase;
}

.cshield-features-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
	margin-top: 15px;
	margin-bottom: 25px;
}

.feature-item {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 16px;
	color: #fff4db;
	font-weight: 700;
	margin-bottom: 10px;
	text-shadow: 2px 2px 2px #000;
}

.feature-item i {
	color: #f1c40f;
	font-size: 20px;
	filter: drop-shadow(0 0 8px rgba(241, 196, 15, 0.6));
}

.cshield-description,
.legal-description {
	font-size: 16px;
	color: #ffe2a3;
	line-height: 1.6;
	border-left: 5px solid #c09437;
	padding: 15px 25px;
	font-style: italic;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 8px;
	box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
	font-weight: 600;
}

.card-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
	margin-bottom: 5px;
}

.card-header i {
	font-size: 30px;
	color: #f1c40f;
	filter: drop-shadow(0 0 5px rgba(241, 196, 15, 0.5));
}

.card-header h3 {
	margin: 0;
	color: #c09437;
	font-size: 24px;
	letter-spacing: 1px;
	text-shadow: 0 0 10px rgba(192, 148, 55, 0.5);
}

.reward-items {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 15px;
}

.reward-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: rgba(192, 148, 55, 0.1);
	padding: 10px 15px;
	border-radius: 8px;
	border-left: 3px solid #c09437;
	margin-bottom: 8px;
	color: #ffffff;
	font-weight: 700;
}

.reward-card.active .reward-item {
	animation: slideInRight 0.5s ease-out forwards;
}

@keyframes slideInRight {
	from {
		opacity: 0;
		transform: translateX(-20px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.prize {
	color: #c09437;
	font-weight: 800;
}

.currency {
	color: #c09437;
	font-weight: bold;
	font-size: 16px;
	margin-left: 2px;
}

/* Hide on mobile/small tablets removed to show everything */

/* ==========================================================================
   LEGAL SALES OVERLAY (ITEMCI)
   ========================================================================== */

.legal-sales-overlay-container {
	position: relative;
	width: 100%;
	max-width: fit-content;
	margin: 0 auto;
	line-height: 0;
	display: block;
}

.legal-sales-content {
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 85%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 60px;
	z-index: 25;
}

.legal-logo-wrap {
	flex-shrink: 0;
}

.legal-logo {
	max-width: 250px;
	height: auto;
	filter: drop-shadow(0 0 15px rgba(241, 196, 15, 0.4));
	animation: logoPulse 4s ease-in-out infinite;
}

.legal-text-content {
	text-align: left;
	max-width: 550px;
}

.legal-title {
	font-size: 42px !important;
	font-weight: 900 !important;
	color: #fff6e0 !important;
	/* Solid Light Cream Gold */
	text-transform: uppercase;
	margin: 0 0 10px 0 !important;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8), 0 0 10px rgba(255, 246, 224, 0.3);
	letter-spacing: 2px;
	display: block;
}

.legal-description {
	font-size: 16px;
	color: #ffe2a3;
	line-height: 1.6;
	border-left: 5px solid #c09437;
	padding: 15px 25px;
	font-style: italic;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 8px;
	box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
	font-weight: 600;
}

.legal-description strong {
	color: #f1c40f;
	font-size: 24px;
	text-shadow: 0 0 10px rgba(241, 196, 15, 0.4);
}

.pazar-btn {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 18px 55px;
	background: linear-gradient(180deg, #ffffff 0%, #f1c40f 20%, #c09437 100%);
	color: #3e1c00 !important;
	font-weight: 900;
	text-transform: uppercase;
	border-radius: 50px;
	/* Rounded for better distinction */
	text-decoration: none !important;
	font-size: 22px;
	box-shadow: 0 8px 30px rgba(241, 196, 15, 0.4), inset 0 2px 2px rgba(255, 255, 255, 0.8);
	border: 3px solid #3e1c00;
	transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.pazar-btn:hover {
	transform: translateY(-8px) scale(1.05);
	background: linear-gradient(180deg, #fff 0%, #f1c40f 100%);
	box-shadow: 0 15px 40px rgba(241, 196, 15, 0.6);
}

@keyframes logoPulse {

	0%,
	100% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.05);
	}
}

/* End of Legal Sales Styles */

/* 9x & 11x Static Premium Overlay System */
.ix-static-overlay-container {
	position: relative;
	width: 100%;
	max-width: fit-content;
	margin: 0 auto;
	line-height: 0;
	display: block;
}

.ix-static-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 85%;
	z-index: 25;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	opacity: 1;
	/* Always visible */
	transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* 14x Interactive Toggle Overlay System */
.ix-toggle-overlay-container {
	position: relative;
	width: 100%;
	max-width: fit-content;
	margin: 0 auto;
	line-height: 0;
	display: block;
	cursor: pointer;
}

.ix-overlay-trigger,
.ix-overlay-result {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 85%;
	z-index: 25;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.ix-overlay-trigger {
	opacity: 1;
	z-index: 26;
}

.ix-overlay-result {
	opacity: 0;
	transform: translate(-50%, -40%) scale(0.8);
	z-index: 25;
}

/* Active State */
.ix-toggle-overlay-container.active .ix-overlay-trigger {
	opacity: 0;
	transform: translate(-50%, -60%) scale(1.1);
}

.ix-toggle-overlay-container.active .ix-overlay-result {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
	pointer-events: auto;
}

.ix-toggle-overlay-container img {
	max-width: 100%;
	height: auto;
}

.ix-static-overlay img {
	max-width: 90%;
	height: auto;
	filter: drop-shadow(0 0 25px rgba(0, 0, 0, 0.8));
	animation: overlay9xFloat 4s ease-in-out infinite;
}

@keyframes overlay9xFloat {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-15px);
	}
}

/* Sequential Animation Overlay System */
.ix-seq-overlay-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 85%;
	z-index: 25;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

.ix-seq-base {
	max-width: 90%;
	height: auto;
	filter: drop-shadow(0 0 25px rgba(0, 0, 0, 0.8));
	position: relative;
	z-index: 26;
	animation: overlay9xFloat 4s ease-in-out infinite;
}

.ix-seq-item {
	position: absolute;
	top: 38%;
	/* Biraz yukarıya (önceki 45%) */
	left: 55%;
	/* Biraz sağ tarafa (önceki 50%) */
	transform: translate(-50%, -50%);
	max-width: 90%;
	height: auto;
	opacity: 0;
	z-index: 27;
	filter: drop-shadow(0 0 25px rgba(0, 0, 0, 0.8));
	animation: seqFadeAnimation 9s infinite;
}

@keyframes seqFadeAnimation {
	0% {
		opacity: 0;
	}

	10% {
		opacity: 1;
	}

	23% {
		opacity: 1;
	}

	33% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

/* Logo Overlay for 1.jpg */
.ix-logo-overlay {
	position: absolute;
	top: 8%;
	/* Bir tık daha yukarıya aldık (önceki %10'du) */
	left: 50%;
	/* Tam ortaya aldık (önceki %48'di) */
	transform: translateX(-50%);
	max-width: 60%;
	/* Logonun çok büyük olmaması için */
	height: auto;
	z-index: 20;
	filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.3));
	pointer-events: none;
	animation: overlay9xFloat 4s ease-in-out infinite;
}

/* ==========================================================================
   MOBILE SCALED ADJUSTMENTS
   ========================================================================== */
@media (max-width: 991px) {



	/* Scale complex desktop overlays to fit mobile width naturally */
	.ix-static-overlay,
	.ix-seq-overlay-container,
	.ix-overlay-trigger,
	.ix-overlay-result {
		display: flex !important;
		width: 90% !important;
		transform: translate(-50%, -50%) !important;
	}

	/* Özel gizleme sınıfı: Sadece istenen bölümleri mobilde tamamen kaldırır */
	.mobile-hide {
		display: none !important;
	}

	.ix-toggle-overlay-container.active .ix-overlay-trigger {
		opacity: 0 !important;
		transform: translate(-50%, -60%) scale(1.1) !important;
		pointer-events: none;
	}

	.ix-toggle-overlay-container.active .ix-overlay-result {
		opacity: 1 !important;
		transform: translate(-50%, -50%) scale(1) !important;
		pointer-events: auto;
	}
}