@import url('../../css2');
html {
	scroll-behavior: smooth;
}

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;
} 
#background-video { 
	background-size:cover; 
	background-attachment: fixed; 
	background-repeat: no-repeat; 
	background-position: center center; 
	width: 100%; 
	height: 100%; 
	object-fit: cover; 
	position: fixed;  
	right: 0; 
	top: 0; 
	bottom: 0; 
	z-index: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;
}

.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 #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;
}

.discordpc {
	left:3.2%;
	position:fixed;
	bottom:5%;
	z-index:99;
	transition: 500ms;
}
.discordpc:hover {
	filter: brightness(1.3);
	transition: 500ms;
	text-decoration:none;
	transform: scale(1.1);
	}

.sag_menu_container {
    z-index: 999;
    width: 217px;
    position: fixed;
    right: 5%;
    top: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.menu_ust {
    width: 217px;
    height: 83px; /* Resminizin gerçek yüksekliği */
    background: url("../img/menu_bas.gif") no-repeat center bottom;
    background-size: 100% 100%;
    margin-bottom: -10px; /* ORTA KISMI YUKARI ÇEKER, BOŞLUĞU SİLER */
	border-radius: 15px 15px 0px 0px;
}

.menu_orta {
    width: 217px;
    background: url("../img/menu_orta.png") repeat-y center top;
    background-size: 100% auto;
    padding: 0 10px !important;
    box-sizing: border-box;
    z-index: 2;
}

.menu_alt {
    width: 217px;
    height: 110px; /* İmzanızın olduğu resmin yüksekliği */
    background: url("../img/menu_son.gif") no-repeat center top;
    background-size: 100% 100%;
    margin-top: -20px; /* ORTA KISIMLA ALTI BİRLEŞTİRİR, BOŞLUĞU SİLER */
    z-index: 1;
	border-radius: 0 0 15px 15px;
	
}

.menu_orta ul {
    list-style: none;
    margin: -30px 0 -20px 0 !important; /* BUTONLARI HEM ÜSTE HEM ALTA TAŞIR */
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 4px; /* Butonlar arası boşluk */
    position: relative;
    z-index: 100; /* Butonların her şeyin üstünde görünmesini sağlar */
}

.menu_orta ul li a {
    background: url("../img/menu_arka.png") no-repeat;
    background-size: 100% 100%;
    display: block;
    height: 31px;
	padding: 2px;
    line-height: 28px;
    color: #f8d48d;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    width: 200px;
    margin: 0 auto;
    text-align: center;
    text-shadow: 1px 1px 2px #000;
    transition: 0.2s;
}

.menu_orta ul li a:hover {
    filter: brightness(1.5);
	transition: 300ms;
}

.sosyalm{
	position: fixed;
	left: 0.5%;
	margin-top: 36%;
	padding: 0px 10px;
}
.sosyalm a:hover {
	filter: brightness(1.3);
	transition: 500ms;
	text-decoration:none;
}
.sol_menu{
	z-index: 9;
	position: fixed;
	left: 2%;
	margin-top: 2%;
}
.sol_menu ul{
	width: 100%;
	list-style: none;
	margin: 0px!important;
	padding: 10px 20px!important;
}
.sol_menu ul li a{
	margin: 0px;
	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;
}

.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%;
}

.popup {
    max-width: 90%;
    width: 500px;
	top: 20%;
    position: fixed;
    left: 50%;
    background-color: #fff;
    color: #fff;
	padding: 0px; 
    border: 0px solid #000;
    border-radius: 0px;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    animation: popupAnimation 1s forwards;
}
.popup:hover {
	filter: brightness(1.2);
	transition: 10ms;
}
	

/* Animasyon */
@keyframes popupAnimation {
	0% {
		opacity: 0;
		transform: translateX(-50%) translateY(-50px);
    }
    60% {
		opacity: 1;
		transform: translateX(-50%) translateY(10px);
    }
    100% {
		opacity: 1;
		transform: translateX(-50%) translateY(0);
    }
}

/* Kapanma butonunun stili */
.close-btn {
	position: absolute;
    top: -15px;
    right: -15px;
    cursor: pointer;
    font-size: 30px;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.anim-frame {
    position: relative;
    display: inline-block; /* Çerçevenin görsele yapışmasını sağlar */
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    
    /* Üst ve Alt çizgileri kaldırıp sadece Sağ-Sol bırakıyoruz */
    border-left: 2px solid #ffd472;
    border-right: 2px solid #ffd472;
    border-top: none !important;
    border-bottom: none !important;

    /* Parlama efektini sadece sağ ve sol kenarlara odaklayalım */
    animation: sideGlow 2.5s infinite ease-in-out;
}

/* Ana kapsayıcıyı ortalamak ve genişliğini içeriğe göre ayarlamak için */
.anim-frame.container {
    width: fit-content !important; /* Çerçeve sadece görselin genişliği kadar olur */
    max-width: 80%; /* Büyük ekranlarda görsellerin %80'den fazla büyümemesini sağlar */
    margin: 00px auto !important; /* Sayfayı ortalar */
    padding: 0 !important;
    display: block; 
    background: none; /* Boşluk kalırsa arkadaki rengi siler */
}

/* Sadece yan çizgiler için parlama efekti */
@keyframes sideGlow {
    0%   { box-shadow: -3px 0 5px rgba(255, 200, 120, 0.2), 3px 0 5px rgba(255, 200, 120, 0.2); }
    50%  { box-shadow: -15px 0 10px rgba(255, 220, 150, 0.5), 15px 0 10px rgba(255, 220, 150, 0.5); }
    100% { box-shadow: -3px 0 5px rgba(255, 200, 120, 0.2), 3px 0 5px rgba(255, 200, 120, 0.2); }
}

/* Görsellerin boyutu ve mobildeki beyazlığı engelleme */
.anim-frame img,
.anim-frame video {
    display: block;
    width: 950px; /* PC boyutun */
    max-width: 100%;
    height: auto;
}

/* Bootstrap'in otomatik gelen boşluklarını temizleme 
.anim-frame .row, .anim-frame .col-lg-12 {
    margin: 0 !important;
    padding: 0 !important;
} */

/* Mobil Cihazlar İçin Düzeltme (768px ve altı) */
@media (max-width: 768px) {
    .anim-frame.container {
        width: 100% !important; /* Mobilde tam genişlik */
        max-width: 100% !important;
        margin: 0px 0 !important; /* Üstten ve alttan az bir boşluk */
        padding: 0 !important;
    }

    .anim-frame {
        display: block !important; /* Kapsayıcıyı yayar */
        width: 100% !important;
        border-left: none; /* Mobilde yan çizgileri istersen kaldırabilirsin */
        border-right: none;
    }
}
@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: 190px 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;
	}
}

html, body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
}