html, body {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    height: 100%;
    transition: 0.3s;
	background-color: black;
}
body{
    font-size: 14px;
    background-image: url(bg.jpg);
	color:#eae8e7
}

.icerik{
    background-color: #000000c2;
    width: 100%;
    height: 100%;
	display: flex;
}
.content{
	width:960px;
	height:auto;
	margin:auto
}
.content h1{
	text-align:center;
	padding: 15px 0px;
	text-transform: uppercase;
	font-size:35px;
	background: #43190d;
	margin: 0px 0px 10px 0px;
	color: #f3e1c4;
	border-radius: 10px;
}

#serverlistesi{
	background-color:#22211d;
	padding:10px;
	border-radius:10px;
	margin-top: 15px;
}
.serverlistesi{
	background-color:#1c1a16;
	border-radius:10px;
	border:1px solid #50413e;
	padding: 10px;
}
.serverlistesi ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.serverlistesi ul li.yeni{
	border: 2px solid #ffc107;
		animation-name: bordercolor;
	animation-duration: 0.3s;
	animation-delay: 0s;
	animation-iteration-count: infinite;
}

.serverlistesi ul li{
	height: 228px;
	margin-bottom: 10px;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}

.serverlistesi ul li:nth-child(1){
	background-color: #602706;	
}
.serverlistesi ul li:nth-child(2){
	background-color: #430d2c;	
}
.serverlistesi ul li:nth-child(3){
	background-color: #0d432a;	
}

.serverlistesi ul li .server-bilgi{
	display: flex;
    justify-content: space-between;
	width: 100%;
}
.serverlistesi ul li .karakter{
	width:233px;
	height:228px;
	background-position:right center;
	background-repeat:no-repeat;
	position: relative;
}
.serverlistesi ul li .karakter.sura{
	background-image:url(sura.png);
}.serverlistesi ul li .karakter.ninja{
	background-image:url(ninja.png);
}.serverlistesi ul li .karakter.savasci{
	background-image:url(savasci.png);
}
.server-text{
    display: flex;
    flex-direction: column;
	justify-content: space-around;
}
.server-text span{
	background: rgb(251,253,134);
    background: linear-gradient(90deg, rgb(207 134 253) 0%, rgba(251,253,134,0) 100%);
    padding: 10px;
    color: black;
    font-weight: bold;
    width: 400px;
}
.server-text strong{
	padding-left: 10px;
    font-size: 23px;
}
.server-text small{
    background: rgb(251,253,134);
    background: linear-gradient(90deg, rgba(251,253,134,1) 0%, rgba(251,253,134,0) 100%);
    padding: 10px;
    color: black;
    font-weight: bold;
    width: 400px;
}
.serverlistesi ul li a{
	text-decoration:none;
	color:#eae8e7;
	display:block;
}
.serverlistesi ul li.yeni a{
	animation-name: karakter;
	animation-duration: 1.2s;
	animation-delay: 0s;
	animation-iteration-count: infinite;
}
@keyframes karakter {
  0%   {margin-left:0px;}
  85%   {margin-left:150px;}
  100%   {margin-left:0px;}
}

@keyframes bordercolor {
  0%   {border-color: #ffc107;}
  100%   {border-color: #ab9898;}
}

.serverlistesi ul li a:before{
	content:"";
	background-image: -moz-linear-gradient( 180deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
	background-image: -webkit-linear-gradient( 180deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
	background-image: -ms-linear-gradient( 180deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
*{
    box-sizing: border-box;
}
ul.social_btn {
    position: absolute;
    z-index: 11;
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
    display: flex;
    box-shadow: 0px 9px 12px 0px #0000004a;
}

.nav-item{
    flex: 1;
}
.nav-link {
    display: flex;
    padding: 0.5rem 1rem;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    align-items: center;
    justify-content: center;
}
.nav-link{
    color: #ffffff;
    border-right: 1px solid #000000;
    background-color: rgb(255 255 255 / 14%);
}
.nav-link:hover{
    color:#ffffff;
    opacity:0.8;
}
.navbar-nav li:last-child a{
    border:none;
}
.nav-link svg{
    fill: #ededed;
}
.nav-link.facebook svg,.nav-link.discord svg{
    fill:#ffffff;
    margin-right: 5px;
}
.nav-link.facebook{
    background-color: #3b5998;
}
.nav-link.discord{
    background-color: #5865F2;
}
.detail {
    color: #fff;
    white-space: nowrap;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 9;
}
.server1{
    border-right: 2px solid white;
    width: 700px;
    max-width: 700px;
}
.detail div span {
    background: #ff0000ab;
    border-radius: 5px;
    padding: 5px;
    font-size: 1.4em;
}
h1 {
    
    color: #fff;
    white-space: nowrap;
    margin: 5px;
}
.yeniserver {
    background-color: rgb(47 160 195 / 27%);
    border-bottom: 1px solid #638eac;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    border-radius: 5px;
    display: block;
    height: 56px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 56px;
    margin-bottom: 5px;
}
.button {
    background-color: rgb(47 195 75 / 27%);
    border-bottom: 1px solid #737373;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    border-radius: 5px;
    display: block;
    height: 56px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 56px;
    margin-top: 5px;
}
.container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
}
.split {
    
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
background-color: black;padding: 10px;}
.server1 {
    background-image: url(server-1.jpg);
}
.server2 {
    background-image: url(server-2.jpg);
flex: 1;}
.server1:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(23, 23, 23, 0.39);
}
.server1:hover:after{
    background: transparent;
}
.split:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(23, 23, 23, 0.39);
}
.server2 .detail div{
    background-color: rgb(47 3 3 / 27%);
    border: 1px solid #574141;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    width: 100%;
}
.detail div {
    background-color: rgb(255 255 255 / 27%);
    border-bottom: 1px solid #737373;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    border-radius: 5px;
    padding: 20px;
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
ul.ozellik{
    border-radius: 5px;
    list-style: none;
    margin: 10px 0px 0px 0px;
    display: flex;
    padding: 0px;
}
ul.ozellik > li {
    flex: 1 1 auto;
    margin-right: 1px;
}
ul.ozellik li ul{
    list-style: none;
    margin: 10px 0px 0px 0px;
    height: 100%;
    padding: 0px;
    box-sizing: border-box;
}
ul.ozellik li ul li{
    background: #852d2d;
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
    box-shadow: 0px 1px 12px 5px #00000045;
    text-transform: uppercase;
}
@media (max-width: 800px) {
	.content h1 {
		font-size:100%
	}
	.server-text strong {
		font-size: 14px;
	}
	.content {
		width: 100%;
	}
    .server1:after{
        background: transparent;
    }
    .detail img{
        width: 100%;
        margin-top: 40px;
    }
    .detail div{
        width: 100%;
    }
    .server1{
        width: 100%;
        max-width: 100%;
        border: none;
    }
    .container {
        flex-direction: column;
    }
    h1 {
        font-size: 2rem;
    }
    ul.ozellik {
        flex-direction: column;
    }
    .nav-link{
        height: 100%;
    }
}
