html{
	scroll-behavior: smooth;
}

body{
	background: url('../images/bg.png') no-repeat center center fixed;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	padding: 0px;
	margin: 0px;
	background-size: auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

* {
	list-style: none;
	text-decoration: none;
}

.ortaMenu{
	margin-top: 5px;
	width: 100%;
}

.ortaMenu>img{
	margin: 0 auto;
}

img{
	display:block;
}

.discord-widget {
	z-index: 9;
	position: fixed;
	left: 30px;
	bottom: 20px;
}

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

.FaceImg {
	position: fixed;
	left: 30px;
	bottom: 180px;
	z-index: 9;
}

.FaceImg img {
	width: 100%;
}
.m-0{
	margin: 0!important;
}
.p-0{
	padding: 0!important;
}
.mt-5 {
	margin-top: 3rem !important
}
.ms-5{
	margin-left: 3rem !important;
}
.me-5{
	margin-right: 3rem !important;
}
.d-flex {
	display: flex !important
}
.pt-5 {
	padding-top: 3rem !important
}
.pb-5 {
	padding-bottom: 3rem !important
}
#images>img{
	margin: auto;
}
img{
	transition: 500ms;
}
img:hover{
	filter: brightness(1.2);
	transition: 500ms;
}
.butonlar{
	position: fixed;
	right: 1567px;
	top: 55px;
	z-index: 9;
	width: 205px;
}
.butonlar img{
	width: 100%;
}
.butonlar a{
	display: block;
	margin-bottom: 20px;
}
@font-face {
	font-family: Fenomen;
	src: url("../fonts/Fenomen Slab SCN Light.otf");
}
.basliklar{
	z-index: 9;
	position: fixed;
	right: 70px;
	top: 350px;
	border: 1px dashed #867759;
	background: linear-gradient(90deg, rgba(15,5,1,1) 0%, rgba(18,8,2,1) 35%, rgba(15,5,1,1) 100%);
}
.basliklar ul{
	width: 100%;
	list-style: none;
	margin: 0px!important;
	padding: 10px 20px!important;
}
.basliklar a{
	font-family: Fenomen;
	font-size: 15px;
	background: -webkit-linear-gradient(90deg, rgba(152,117,78,1) 0%, rgba(139,121,87,1) 43%, rgba(188,169,135,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: 500ms;
}
.basliklar a:hover{
	filter: brightness(1.2);
	transition: 500ms;
}
@media (max-width: 1800px){

	.butonlar{
		right: 140px;
		width: 10%;
	}
	.basliklar{
		right: 60px;
	}
}
@media (max-width: 1370px){
	.butonlar img{
		width: 90%;
	}
	.basliklar{
		top: 300px;
	}
	.butonlar{
		right: 813px;
	}
	.basliklar{
		right: 25px;
	}
	.discord-widget img {
		width: 70%;
	}
	.FaceImg {
		bottom: 140px;
	}
	.FaceImg img {
		width: 70%;
	}
}
@media (max-width: 959px){
	.butonlar{
		position: inherit;
		display: flex;
		justify-content: center;
		width: 100%;
		margin-top: 10px;
	}
	.butonlar img{
		width: 100px;
	}
	.basliklar{
		display: none;
	}
	img{
		width: 100%;
	}
	.ortaMenu{
		margin-top: 0px;
	}
	.discord-widget {
		display: none;
	}
	.FaceImg {
		display: none;
	}
}
.block-content.expand-content.block-description {
    width: 1100px;
    margin: 0px auto;
}

.footer-seo-text:not(.active) {
    max-height: 300px;
    overflow: hidden;
    margin-bottom: 15px;
}

button.btn.btn-to-top {
    background: none;
    border: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
	cursor: pointer;
}

button.btn.btn-to-top:hover {
    filter: brightness(1.3);
}

button.btn.btn-to-top img {
    width: 60px;
    height: 60px;
}