@import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@200;300;400;500;600;700&display=swap');
html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Readex Pro', sans-serif !important;
	font-size: 14px;
	color: #ffe2a3;
	background: url('../img/bg.jpg') center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

/* Yükleme Ekranı */
#loading-screen {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../img/bg.jpg') center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: opacity 0.5s ease-out;
}

.loading-content {
	text-align: center;
	color: #ffe2a3;
}

.loading-spinner {
	width: 60px;
	height: 60px;
	border: 4px solid rgba(255, 226, 163, 0.3);
	border-top: 4px solid #ffd472;
	border-radius: 50%;
	animation: spin 1s linear infinite;
	margin: 0 auto 20px;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.loading-content h2 {
	font-size: 32px;
	font-weight: bold;
	color: #ffd472;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
	margin: 0 0 10px 0;
}

.loading-content p {
	font-size: 18px;
	color: #ffe2a3;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
	margin: 0;
}

/* 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;
}

@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: 2%;width: 267px;position:fixed;bottom: 1%;z-index:99;transition: 500ms;}
#discord4:hover{filter: brightness(1.8);}

#facebook{right:5%;width:308px;position:fixed;bottom:5%;z-index:99;transition: 500ms;}
#facebook:hover{opacity:.65;}


.sag_menu {
    z-index: 9;
    position: fixed;
    left: 5%;
    margin-top: 5%;
}

.sag_menu ul {
    width: 109%;
    list-style: none;
    margin: 0 !important;
    padding: 0 !important; /* önce 10px 20px idi, boşlukları açıyordu */
}

.sag_menu ul li {
    margin: 3px 0; /* li’ler arası dikey boşluğu kontrol et */
    padding: 0;
}


.sag_menu ul li a {
    width: 200px;
    margin: 0; /* önce 10px idi, araları çok açıyordu */
    transition: 500ms;
    display: block;
    text-align: center;
    text-decoration: none;
}

.sag_menu ul li a:hover {
    filter: brightness(1.8);
    transition: 500ms;
}


.sol_menu{
	z-index: 9;
	position: fixed;
	left: 80%;
	margin-top: 5%;
}
.sol_menu ul{
	width: 109%;
	list-style: none;
	margin: 0px!important;
	padding: 0!important;
}

.sag_menu ul li {
    margin: 3px 0; /* li’ler arası dikey boşluğu kontrol et */
    padding: 0;
}

.sol_menu ul li a{
	width: 200px;
	margin: 3px 0;
	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.8);
	transition: 500ms;
	text-decoration:none;
}

.mobil_menu{
	background: rgb(0 0 0 / 61%);
	width: 100%;
	max-width: 100%;
	z-index: 9;
	position: fixed;
	bottom: 0px;
}

.mobil_menu ul{
	width: 100%;
	list-style: none;
	margin: 0px!important;
	padding: 10px 20px!important;
}
.mobil_menu ul li a{
	float: left;
	font-size: 22px;
	color: #fdffa4;
	transition: 500ms;
	text-shadow: 1px 1px 1px #141414;
	display: inline-block;
	text-align: center;
	width: 50%;
}

@media (max-width: 1365px) {
    .m-d-n {
        display: none;
        overflow: hidden;
    }
}

@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: 300px auto;
		left: 0;
		right: 0;
	}
}

@media (max-width: 500px) {
    .v-m-d-n {
        display: none;
        overflow: hidden;
    }
	.mobilvideo {
		position: absolute;
		margin: 121px auto;
		left: 0;
		right: 0;
	}
}

/* Müzik Butonu Stilleri - Lüks Tema */
.music-button {
	background: linear-gradient(145deg, #0A122A, #0D1B2A) !important;
	border: 2px solid #D4AF37 !important;
	border-radius: 18px !important;
	padding: 12px 16px !important;
	margin: 8px 0 8px 60px !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	text-decoration: none !important;
	transition: all 0.5s ease !important;
	box-shadow: 0 5px 15px rgba(10, 18, 42, 0.6), inset 0 1px 0 rgba(212, 175, 55, 0.3) !important;
	position: relative !important;
	overflow: hidden !important;
	min-height: 75px !important;
	width: 140px !important;
	font-family: 'Cinzel', 'Trajan Pro', serif !important;
}

.music-button:hover {
	background: linear-gradient(145deg, #0D1B2A, #1a2332) !important;
	border-color: #C9B484 !important;
	transform: translateY(-4px) scale(1.03) !important;
	box-shadow: 0 12px 35px rgba(10, 18, 42, 0.8), inset 0 1px 0 rgba(201, 180, 132, 0.4) !important;
	text-decoration: none !important;
}

.music-button.playing {
	background: linear-gradient(145deg, #0A122A, #1a2332) !important;
	border-color: #D4AF37 !important;
	animation: musicPulseLuxury 2.5s infinite !important;
	box-shadow: 0 8px 25px rgba(10, 18, 42, 0.6), 0 0 30px rgba(212, 175, 55, 0.4), inset 0 1px 0 rgba(212, 175, 55, 0.5) !important;
}

.music-icon {
	font-size: 26px !important;
	color: #D4AF37 !important;
	margin-bottom: 8px !important;
	transition: all 0.5s ease !important;
	text-shadow: 0 0 12px rgba(212, 175, 55, 0.8), 2px 2px 4px rgba(0, 0, 0, 0.8) !important;
	font-weight: bold !important;
	/* margin-right: 20px !important; */
}

.music-button:hover .music-icon {
	color: #C9B484 !important;
	transform: scale(1.2) rotate(8deg) !important;
	text-shadow: 0 0 20px rgba(201, 180, 132, 0.9), 2px 2px 4px rgba(0, 0, 0, 0.8) !important;
}

.music-button.playing .music-icon {
	color: #D4AF37 !important;
	animation: musicBounceLuxury 1.5s infinite !important;
	text-shadow: 0 0 25px rgba(212, 175, 55, 1), 2px 2px 4px rgba(0, 0, 0, 0.8) !important;
}

.music-text {
	font-size: 14px !important;
	font-weight: bold !important;
	color: #D4AF37 !important;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9), 0 0 8px rgba(212, 175, 55, 0.6) !important;
	transition: all 0.5s ease !important;
	letter-spacing: 1.5px !important;
	font-family: 'Cinzel', 'Trajan Pro', serif !important;
	text-transform: uppercase !important;
}

.music-button:hover .music-text {
	color: #C9B484 !important;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9), 0 0 12px rgba(201, 180, 132, 0.8) !important;
	letter-spacing: 2px !important;
}

.music-button.playing .music-text {
	color: #D4AF37 !important;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9), 0 0 20px rgba(212, 175, 55, 0.8) !important;
}

/* Müzik Animasyonları - Lüks Tema */
@keyframes musicPulseLuxury {
	0% {
		box-shadow: 0 8px 25px rgba(10, 18, 42, 0.6), 0 0 0 0 rgba(212, 175, 55, 0.8), inset 0 1px 0 rgba(212, 175, 55, 0.3);
	}
	50% {
		box-shadow: 0 8px 25px rgba(10, 18, 42, 0.6), 0 0 20px rgba(212, 175, 55, 0.4), inset 0 1px 0 rgba(212, 175, 55, 0.5);
	}
	100% {
		box-shadow: 0 8px 25px rgba(10, 18, 42, 0.6), 0 0 0 0 rgba(212, 175, 55, 0.8), inset 0 1px 0 rgba(212, 175, 55, 0.3);
	}
}

@keyframes musicBounceLuxury {
	0%, 20%, 50%, 80%, 100% {
		transform: translateY(0) scale(1) rotate(0deg);
	}
	40% {
		transform: translateY(-5px) scale(1.15) rotate(3deg);
	}
	60% {
		transform: translateY(-3px) scale(1.08) rotate(1deg);
	}
}

/* Müzik butonu için özel hover efekti - Lüks Tema */
.music-button::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.3), transparent);
	transition: left 0.8s ease;
}

.music-button:hover::before {
	left: 100%;
}

/* Müzik butonu için ek glow efekti - Lüks Tema */
.music-button::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(45deg, transparent 30%, rgba(212, 175, 55, 0.15) 50%, transparent 70%);
	opacity: 0;
	transition: opacity 0.6s ease;
	pointer-events: none;
}

.music-button:hover::after {
	opacity: 1;
}

/* Müzik butonu için ek lüks detaylar */
.music-button {
	position: relative;
}

.music-button::before {
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	background: linear-gradient(45deg, #D4AF37, #C9B484, #D4AF37);
	border-radius: 27px;
	z-index: -1;
	opacity: 0;
	transition: opacity 0.5s ease;
}

.music-button:hover::before {
	opacity: 0.3;
}