*{
	margin:0 auto;
	font-size:0
}
body{
	background: url(../img/bg.jpg) center 0 repeat-y #140000 !important;
}

img{display: block;}
video{display: block;}

.discord-widget {
	z-index: 9;
	position: fixed;
	left: 3%;
	bottom: 8%;
}

.discord-widget img {
	width: 100%;
}

@media (max-width: 1370px){
	.discord-widget img {
		width: 70%;
	}
}

@media (max-width: 959px){
	.discord-widget {
		display: none;
	}
}

#video_tanitim{
	position: absolute;
	margin-top: 800px;
	width: 580px;
	height: 280px;
	left: 50%;
	transform: translateX(-50%);
}

.alt_menu{
	display: flex;
	justify-content: center;
	position: fixed;
	padding: 10px 0px;
	bottom: 0px;
	width: 100%;
	z-index: 9;
	background: #0e0000;
}

.alt_menu a:hover{
	filter: brightness(1.4);
	transition: 500ms;
}

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

.mobil_menu ul{
	width: 100%;
	list-style: none;
	margin: 0px!important;
	padding: 10px 20px!important;
}
.mobil_menu ul li a{
	padding:10px;
	font-size: 22px;
	color: #ffebaf;
	transition: 500ms;
	text-shadow: 1px 1px 1px #141414;
	border: 1px solid #6e9748;
	background: linear-gradient(90deg, rgb(50 69 33) 0%, rgb(80 111 52) 35%, rgb(36 49 24) 100%);
	display: block;
	margin: 10px;
	text-align: center;
}

.mobil_menu .discord{
	background: linear-gradient(90deg, rgb(84 90 140) 0%, rgb(178 184 241) 100%) !important;
}

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

.modal-header{
	background: #435b20;
	color: #fffaa2;
	border-bottom: 1px solid #876a54 !important;
}

.modal-body{
	background: #1f140d;
}

.sag_menu{
	z-index: 99;
	position: fixed;
	right: 5%;
	margin-top: 10%;
}
.sag_menu ul{
	width: 100%;
	list-style: none;
	margin: 0px!important;
	padding: 10px 20px!important;
}
.sag_menu ul li a{
	font-size: 14px;
	color: #fbd9a1;
	transition: 500ms;
	text-shadow: 1px 1px 1px #141414;
}
.sag_menu ul li a:hover{
	filter: brightness(1.8);
	transition: 500ms;
	text-decoration:none;
}