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

/* body{font-family: 'Readex Pro', sans-serif !important;
	font-size:14px;
	color: #ffe2a3;
	background: url('../img/game/bg.jpg');
} */

body {
	padding: 0;
	margin: 0;
	background-color: #2c2c2c;
	font-family: "Noto Sans", sans-serif;
	font-weight: bold;
	background: url('../img/game/bg.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}

/* NAVIGATION */

/* Mobil Şeffaf Navbar */
#mobile-navbar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
	background: transparent;
	padding: 12px 16px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

#mobile-menu-btn {
	background: rgba(0, 0, 0, 0.35);
	border: 1.5px solid rgba(246, 201, 150, 0.5);
	border-radius: 8px;
	padding: 10px 12px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: 5px;
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	transition: background 300ms;
}

#mobile-menu-btn:hover {
	background: rgba(0, 0, 0, 0.6);
}

#mobile-menu-btn span {
	display: block;
	width: 24px;
	height: 2.5px;
	background: #f6c996;
	border-radius: 3px;
	transition: transform 300ms, opacity 300ms;
}

#mobile-menu-btn.active span:nth-child(1) {
	transform: translateY(7.5px) rotate(45deg);
}
#mobile-menu-btn.active span:nth-child(2) {
	opacity: 0;
}
#mobile-menu-btn.active span:nth-child(3) {
	transform: translateY(-7.5px) rotate(-45deg);
}

/* Overlay */
#mobile-menu-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
	z-index: 9998;
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
}
#mobile-menu-overlay.open {
	display: block;
}

/* Drawer */
#mobile-menu-drawer {
	position: fixed;
	top: 0;
	right: -280px;
	width: 260px;
	height: 100vh;
	background: rgba(20, 8, 5, 0.92);
	border-left: 1px solid rgba(234, 188, 137, 0.3);
	z-index: 9999;
	transition: right 350ms cubic-bezier(.4,0,.2,1);
	padding: 70px 0 30px 0;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

#mobile-menu-drawer.open {
	right: 0;
}

#mobile-menu-close {
	position: absolute;
	top: 14px;
	right: 16px;
	background: transparent;
	border: none;
	color: #f6c996;
	font-size: 22px;
	cursor: pointer;
	padding: 4px 8px;
	border-radius: 6px;
	transition: background 200ms;
}
#mobile-menu-close:hover {
	background: rgba(246,201,150,0.1);
}

#mobile-menu-drawer ul {
	list-style: none;
	margin: 0;
	padding: 0 20px;
}

#mobile-menu-drawer ul li {
	border-bottom: 1px solid rgba(105, 66, 45, 0.5);
}

#mobile-menu-drawer ul li a {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 18px 10px;
	color: #f6c996;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	transition: color 200ms, background 200ms;
	border-radius: 8px;
}

#mobile-menu-drawer ul li a:hover {
	color: #fff;
	background: rgba(246,201,150,0.08);
}

.menu-icon {
	font-size: 20px;
}

@media (max-width: 767px) {
	.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;
	}
}


.footer{
	background: url('../img/footer.html');
	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: 300px;position:fixed;bottom: 2%;z-index:99;transition: 1000ms;}
#discord4:hover{filter: brightness(1.75);}

#facebook{left: 2%;width:308px;position:fixed;bottom:12%;z-index:99;transition: 1000ms;}
#facebook:hover{filter: brightness(1.75);}

#facebook2{left: 2%;width:308px;position:fixed;bottom:3%;z-index:99;transition: 1000ms;}
#facebook2:hover{filter: brightness(1.75);}

.sag_menu{
	z-index:99;
	position: fixed;
	right: 2%;
	top: 2%;
}
.sag_menu ul{
	width: 100%;
	list-style: none;
	margin: 0px!important;
	padding: 10px 20px!important;
}
.sag_menu ul li a:hover{
	filter: brightness(1.3);
	transition: 500ms;
	text-decoration:none;
}

.sol_menu{
	z-index: 9;
	position: fixed;
	left: 4%;
	margin-top: -7px;
}
.sol_menu ul{
	width: 100%;
	list-style: none;
	margin: 0px!important;
	padding: 10px 0px!important;
}
.sol_menu ul li a{
	margin: 10px 0px;
	transition: 500ms;
	display: block;
	text-align: center;
}

.sol_menu ul li a:hover{
	filter: brightness(1.2);
	transition: 500ms;
	text-decoration:none;
}

.sol_alt_menu{
	z-index: 9;
	position: fixed;
	left: 2%;
	bottom: 2%;
}
.sol_alt_menu ul{
	width: 100%;
	list-style: none;
	margin: 0px!important;
	padding: 10px 20px!important;
}
.sol_alt_menu ul li a{
	margin: 10px;
	transition: 500ms;
	display: block;
	text-align: center;
}

.sol_alt_menu ul li a:hover{
	filter: brightness(1.2);
	transition: 500ms;
	text-decoration:none;
}

.mobil_menu{
	width: 100%;
	max-width: 100%;
	z-index: 9;
	position: fixed;
}

.mobil_menu ul{
	width: 100%;
	list-style: none;
	margin: 0!important;!i;!;
	!i;!;!;
}
.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%; */
	margin: 5px;
}

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

@media (min-width: 1366px) {
    .f-d-n {
        display: none !important;
        overflow: hidden;
    }
}

@media (min-width: 501px) {
    .v-f-d-n {
        display: none;
        overflow: hidden;
    }
	.video {
		position: absolute;
		margin: 175px auto;
		left: 0;
		right: 0;
	}
}

@media (max-width: 500px) {
    .v-m-d-n {
        display: none;
        overflow: hidden;
    }
	.mobilvideo {
		position: absolute;
		margin: 70px auto;
		left: 0;
		right: 0;
	}
}
#bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Görüntüyü kırparak tam doldurur */
  z-index: -1;       /* Arkada kalır */
  background: url('assets/img/game/bg.jpg') no-repeat center center;
  background-size: cover; /* Video yüklenmezse bg.jpg görünür */
}
