﻿@import url('../../../css2-1');
html {
	scroll-behavior: smooth;
}
body {
  font-family: 'Readex Pro', sans-serif !important;
  font-size: 14px;
  color: #ffe2a3;
  background: url('../img/bg.jpg') no-repeat center center fixed;
  background-size: cover;
}


/* 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: 100%;
}
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 #000033;
	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;
}



.sag_menu{
z-index:99;
  position: fixed;
  right: 5%;
  top: 4%;

  /* Koyu bordo-siyah zemin */
  background: radial-gradient(120% 140% at 30% 0%,
      rgba(120, 10, 10, 0.45) 0%,
      rgba(20, 5, 5, 0.95) 45%,
      rgba(8, 2, 2, 0.98) 100%);

  border-radius: 22px;

  /* Dotted outline yerine “oyun paneli” çerçevesi */
  border: 2px solid rgba(255, 180, 80, 0.22);

  box-shadow:
    0 0 0 2px rgba(120, 0, 0, 0.35),
    0 18px 40px rgba(0,0,0,0.65),
    inset 0 0 18px rgba(255, 60, 0, 0.10);

  padding: 8px 22px;
  backdrop-filter: blur(2px);
}
.sag_menu ul{
	width: 100%;
	list-style: none;
	margin: 0px!important;
	padding: 10px 20px!important;
}
.sag_menu ul li a{
 font-size: 14px;
  color: #ffd48a;
  letter-spacing: 0.2px;

  /* BOŞLUK KORUNUR */
  padding: 0 10px;      /* sadece sağ-sol */
  line-height: inherit; /* öncekiyle aynı */

  text-shadow:
    0 1px 0 rgba(0,0,0,0.8),
    0 0 10px rgba(255, 120, 0, 0.18);

  transition: 220ms ease;
  text-decoration: none;
  display: inline-block; /* block yerine */
}
.sag_menu ul li a:hover{
 color: #ffe7b7;
  background: linear-gradient(90deg,
    rgba(255, 40, 0, 0.22) 0%,
    rgba(255, 140, 0, 0.10) 35%,
    rgba(0, 0, 0, 0) 100%);

  box-shadow:
    inset 0 0 0 1px rgba(255, 160, 80, 0.20),
    0 0 18px rgba(255, 30, 0, 0.22);

  transform: translateX(3px);
}

.sol_menu {
  z-index: 99;
  position: fixed;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 250px;
}

.sol_menu ul {
  width: 100%;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.sol_menu ul li {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.sol_menu ul li a {
  padding: 0;
  transition: 300ms ease;
  display: block;
  width: 250px;
  max-width: 250px;
  height: auto;
  margin: 0;
  text-align: center;
  background: none;
}

.sol_menu ul li a img {
  width: 250px;
  max-width: 250px;
  height: auto;
  display: block;
}

.sol_menu ul li a:hover {
  filter: brightness(1.18);
  transform: translateX(4px);
  text-decoration: none;
}

.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: 1500px) {
    .m-d-n {
        display: none;
        overflow: hidden;
    }
}

@media (min-width: 1501px) {
    .f-d-n {
        display: none;
        overflow: hidden;
    }
}
.sol_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sol_menu li {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.sol_menu img {
  display: block;
}
.img-responsive {
    transition: filter 0.3s ease, transform 0.3s ease;
}

.img-responsive:hover {
    filter: brightness(1.1);
    transform: scale(1.0);
}
@media (max-width: 768px) {

  .fullwidth-media {
    margin-left: -15px;
    margin-right: -15px;
  }

  .fullwidth-media video,
  .fullwidth-media img {
    width: 100%;
    max-width: 100%;
    display: block;
  }

}
#girsvideo {
  object-fit: cover;
}
.mobile_hamburger {
  position: fixed;
  top: 18px;
  right: 18px;
  width: 48px;
  height: 48px;
  z-index: 9999;
  border: 1px solid rgba(255, 210, 130, 0.45);
  border-radius: 10px;
  background: rgba(12, 4, 4, 0.78);
  box-shadow:
    0 0 18px rgba(0, 0, 0, 0.55),
    inset 0 0 12px rgba(255, 120, 20, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
}

.mobile_hamburger span {
  width: 25px;
  height: 2px;
  background: #f3d7a2;
  border-radius: 5px;
  box-shadow: 0 0 8px rgba(255, 180, 80, 0.35);
}

.mobile_overlay_menu {
  position: fixed;
  inset: 0;
  z-index: 9998;
  display: none;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at center, rgba(80, 10, 10, 0.40), rgba(0, 0, 0, 0.88) 70%),
    rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.mobile_overlay_menu.active {
  display: flex;
}

.mobile_overlay_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.mobile_overlay_menu ul li {
  margin: 22px 0;
}

.mobile_overlay_menu ul li a {
  color: #f3e5c6;
  font-size: 26px;
  letter-spacing: 1px;
  text-decoration: none;
  font-weight: 600;
  text-shadow:
    0 2px 8px rgba(0, 0, 0, 0.9),
    0 0 12px rgba(255, 120, 30, 0.25);
}

.mobile_overlay_menu ul li a:hover {
  color: #ffd98f;
}

.mobile_menu_close {
  position: fixed;
  top: 18px;
  right: 18px;
  width: 48px;
  height: 48px;
  color: #f3d7a2;
  border: 1px solid rgba(255, 210, 130, 0.45);
  border-radius: 10px;
  background: rgba(12, 4, 4, 0.80);
  font-size: 32px;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
  z-index: 10000;
}
/* =========================
   MOBILE HAMBURGER FIX
   ========================= */

/* PC ve tablet geniş ekranda hamburger kesinlikle görünmesin */
.mobile_hamburger,
.mobile_overlay_menu {
  display: none !important;
}

/* Sadece mobilde aktif olsun */
@media (max-width: 768px) {

  .mobile_hamburger {
    position: fixed;
    top: 18px;
    right: 18px;
    width: 48px;
    height: 48px;
    z-index: 10001;
    border: 1px solid rgba(255, 210, 130, 0.45);
    border-radius: 10px;
    background: rgba(12, 4, 4, 0.78);
    box-shadow:
      0 0 18px rgba(0, 0, 0, 0.55),
      inset 0 0 12px rgba(255, 120, 20, 0.12);
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
  }

  .mobile_hamburger span {
    width: 25px;
    height: 2px;
    background: #f3d7a2;
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(255, 180, 80, 0.35);
  }

  .mobile_overlay_menu {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: none !important;
    align-items: center;
    justify-content: center;
    background:
      radial-gradient(circle at center, rgba(80, 10, 10, 0.40), rgba(0, 0, 0, 0.90) 70%),
      rgba(0, 0, 0, 0.90);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }

  .mobile_overlay_menu.active {
    display: flex !important;
  }

  .mobile_overlay_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  .mobile_overlay_menu ul li {
    margin: 22px 0;
  }

  .mobile_overlay_menu ul li a {
    color: #f3e5c6;
    font-size: 26px;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: 600;
    text-shadow:
      0 2px 8px rgba(0, 0, 0, 0.9),
      0 0 12px rgba(255, 120, 30, 0.25);
  }

  .mobile_overlay_menu ul li a:hover {
    color: #ffd98f;
  }

  .mobile_menu_close {
    position: fixed;
    top: 18px;
    right: 18px;
    width: 48px;
    height: 48px;
    color: #f3d7a2;
    border: 1px solid rgba(255, 210, 130, 0.45);
    border-radius: 10px;
    background: rgba(12, 4, 4, 0.85);
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
    z-index: 10002;
  }
}
.mobile_overlay_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  width: min(86%, 360px);
}

.mobile_overlay_menu ul li {
  position: relative;
  margin: 18px 0;
  padding-left: 22px;
}

.mobile_overlay_menu ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border: 1px solid rgba(236, 197, 116, 0.85);
  background: rgba(236, 197, 116, 0.18);
  box-shadow: 0 0 8px rgba(236, 197, 116, 0.22);
}

.mobile_overlay_menu ul li a {
  display: inline-block;
  color: #f4ead4;
  font-family: "Cinzel", serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-transform: none;
  text-decoration: none;
  text-shadow: 0 2px 8px rgba(0,0,0,0.8);
  transition: all 0.25s ease;
}

.mobile_overlay_menu ul li a:hover {
  color: #ffd98e;
  transform: translateX(4px);
}
.mobile_hamburger.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.mobile_hamburger.active span:nth-child(2) {
  opacity: 0;
}

.mobile_hamburger.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
/* =========================
   SAG MENU - QUICK NAV STYLE
   ========================= */

.sag_menu {
  position: fixed;
  right: 24px;
  top: 42%;
  transform: translateY(-50%);

  width: 240px;
  max-height: 80vh;
  overflow: auto;

  background: rgba(14, 14, 14, 0.82);
  border: 1px solid #6b521b;
  border-radius: 14px;

  padding: 14px 12px;

  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);

  z-index: 9998;
}

/* Başlık */
.sag_menu_title {
  margin: 0 0 10px;
  padding: 0;

  font-family: 'Readex Pro', sans-serif;
  font-weight: 700;
  font-size: 16px;

  color: #f3c56a;
  letter-spacing: 0.2px;

  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
}

/* Liste */
.sag_menu ul {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}

/* Timeline çizgisi */
.sag_menu ul::before {
  content: "";
  position: absolute;

  left: 16px;
  top: 6px;
  bottom: 6px;

  width: 2px;
  background: rgba(216, 166, 74, 0.20);
}

/* Satırlar */
.sag_menu ul li {
  margin: 0;
  padding: 0;
  position: relative;
}

/* Linkler */
.sag_menu ul li a {
  display: block;
  position: relative;

  padding: 8px 10px 8px 32px;
  margin: 4px 0;

  color: #e9c26e;
  text-decoration: none;

  border-radius: 8px;

  font-family: 'Readex Pro', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;

  letter-spacing: 0.1px;

  background: transparent;
  box-shadow: none;

  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);

  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

/* Noktalar */
.sag_menu ul li a::before {
  content: "";
  position: absolute;

  left: 12px;
  top: 50%;

  width: 10px;
  height: 10px;

  border-radius: 50%;
  background: #f3c56a;

  transform: translateY(-50%);

  box-shadow: 0 0 0 3px rgba(243, 197, 106, 0.13);
}

/* Hover */
.sag_menu ul li a:hover,
.sag_menu ul li a:focus {
  color: #ffe3a2;
  background: rgba(243, 197, 106, 0.10);
  transform: translateX(2px);
}

/* Hover nokta */
.sag_menu ul li a:hover::before,
.sag_menu ul li a:focus::before {
  background: #ffd986;
  box-shadow:
    0 0 0 3px rgba(243, 197, 106, 0.16),
    0 0 10px rgba(243, 197, 106, 0.22);
}

/* Scrollbar */
.sag_menu::-webkit-scrollbar {
  width: 5px;
}

.sag_menu::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 999px;
}

.sag_menu::-webkit-scrollbar-thumb {
  background: rgba(216, 166, 74, 0.38);
  border-radius: 999px;
}

/* Mobilde sağ menüyü kapat */
@media (max-width: 768px) {
  .sag_menu {
    display: none !important;
  }
}