/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
input{
	outline: none;
}
a {
	color:#a69f9b;
}
body {
	font-family:"Minion Pro", "Times New Roman", sans-serif;
	font-size:12px;
	width: 100%;
	background:url(images/background.jpg) top center no-repeat;
	height:1700px;
}
.wrapper {
	width: 1000px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 370px;
	background:url(images/header-bg.jpg) no-repeat;
}
.logo {
	padding-top:93px;
	padding-left:80px;
}
.logo a{
	background:url(images/logo.png) no-repeat;
	width:353px;
	height:266px;
	display:block;
}

/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	position: relative;
	background:url(images/content-bg.jpg) no-repeat;
	height:1100px;
}
.content{
	width:530px;
	margin-left:255px;
}
.menu{
	text-align:center;
	padding-top:23px;
}
.menu li{
	display:inline-block;
	background:url(images/menu-border.png) top right no-repeat;
}
.menu li:last-child{
	background:none;
}
.menu li a{
	background: #d1cdcb;
	background: linear-gradient(#ebeae8, #8c867d);  
	background-clip: text;  
  	-webkit-background-clip: text;   
	-moz-background-clip: text; 
	-o-background-clip: text;  
  	color: transparent;
	font-family:"Times New Roman", Times, serif;
	display:block;
	padding:26px 25px 44px 25px;
	text-decoration:none;
	text-transform:uppercase;
}
.menu li a:hover{
	color:#fff;
	text-decoration:none;
	background:url(images/menu-hover.png) bottom center no-repeat;
	text-shadow:1px 1px #bc7a45;
}
.slider{
	width:420px;
	padding-left:58px;
	padding-top:21px;
	position:relative;
}
.owl-carousel .item{
	background:url(images/carusel-itemm-bg.png) no-repeat;
	width:137px;
	height:102px;
	text-align:center;
}
.owl-carousel .item img{
	margin-left:1px;
	margin-top:13px;
}
.customNavigation{
	width:500px;
}
.customNavigation .prev{
	position:absolute;
	margin-top:-67px;
	margin-left:5px;
	left:0;
	cursor:pointer;
}
.customNavigation .prev:hover, .customNavigation .next:hover{
	-webkit-filter: brightness(150%); /* Safari */
    filter: brightness(150%);
}
.customNavigation .next{
	position:absolute;
	margin-top:-67px;
	margin-right:-48px;
	right:0;
	cursor:pointer;
}
.news-block{
	margin-top:75px;
	width:430px;
	margin-left:30px;
}
.news-block-title{
	background:url(images/news-title-bg.png) bottom right no-repeat;
	padding-bottom:15px;
	padding-left:40px;
}
.news-block-title h3{
	font-size:16px;
}
.news-block-title span{
	float:right;
}
.news-block-title a{
	font-size:14px;
	color:#a69f9b;
}
.news-block-title a:hover{
	text-decoration:none;
}
.news{
	background:url(images/news-bg.png) top left no-repeat;
	padding-left:40px;
	margin-top:25px;
}
.news-title{
	margin-bottom:25px;
	padding-top:8px;
}
.date-news{
	float:right;
	color:#443935;
	font-size:14px;
}
.date-news span{
	color:#a69f9b;
	font-size:18px;
}
.news-title h3{
	color:#a69f9b;
	font-size:18px;
	width:270px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-text{
	font-family:Calibri, Tahoma, sans-serif;
	font-size:12px;
	color:#6f6356;
	max-height:190px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-text p{
	margin-bottom:20px;
}
.news-info{
	background: rgba(125, 122, 111, 0.1);
	padding:10px 10px 10px 0px;
	border-radius:5px;
	margin-top:20px;
}
.read-more{
	float:right;
	background:url(images/read-more-bg.png) left top no-repeat;
	padding-left:15px;
}
.read-more a{
	color:#7acc4f;
	text-decoration:none;
}
.read-more a:hover{
	text-decoration:underline;
}
.news-info ul li{
	display:inline-block;
	border-right:1px solid #382a28;
	color:#564a45;
	padding:0px 15px;
}
.news-info ul li:last-child{
	border:none;
}
.news-info ul li span{
	color:#86837a;
}
.nav{
	text-align:center;
	margin-top:30px;
	color:#635851;
	padding-left:40px;
}
.nav a{
	color:#635851;
	text-decoration:none;
	font-size:14px;
	padding:6px 10px;
}
.nav a:hover{
	color:#bdbdbd;
	border:1px solid #382826;
	border-radius:50%;
}
.nav a:hover:last-child, .nav a:hover:first-child{
	border:none;
}
.prev-str{
	background:url(images/back-bg.png) left top 9px no-repeat;
	padding-left:10px;
}
.next-str{
	background:url(images/next-bg.png) right top 9px no-repeat;
	padding-right:10px;
}
.forum-block-title{
	margin-top:50px;
	width:390px;
	padding-left:30px;
	margin-left:40px;
	background:url(images/news-title-bg.png) bottom right no-repeat;
	padding-bottom:15px;
	margin-bottom:10px;	
}
.forum-block-title h3{
	font-size:16px;
}
.forum-block-title span{
	float:right;
}
.forum-block-title a{
	font-size:14px;
	color:#a69f9b;
	text-decoration:underline !important;
}
.forum-block-title a:hover{
	text-decoration:none !important;
}
.forum-block a{
	text-decoration:none;
}
.forum-date{
	float:right;
	color:#5a524b;
}
.forum-date span{
	color:#a09a94;
}
.forum-block ul{
	margin-left:20px;
}
.forum-block ul li{
	background:url(images/forum-bg.png) left no-repeat;
	padding:8px 10px 5px 20px;
	width:390px;
	margin-left:30px;
}
.title-forum{
	font-size:14px;
	width:220px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.forum-block ul li:hover{
	background:url(images/forum-bg-hover.png) left no-repeat;
	background-color: rgba(147, 133, 127, 0.1);
	border-radius:5px;
}
.forum-block ul li:hover .title-forum{
	color:#e5a16d;
	display:block;
}
.forum-block ul li:hover .forum-date{
	color:#f4f4f4;
}
.forum-block ul li:hover .forum-date span{
	color:#e5a16d;
}
/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 250px;
}
.start-game{
	text-align:center;
	padding-top:45px;
	padding-left:77px;
}
.start-game a{
	display:block;
	background:url(images/start-game.png) no-repeat;
	height:112px;
	width:112px;
}
.start-game a:hover{
	background:url(images/start-game-hover.png) no-repeat;
}

/* ------------------------------------------------- */
#content h3, #content p, #content p span, .login h3, .news-block-title h2, .forum-block-title h2{
	background: #ebeae8;
	background: linear-gradient(#ebeae8, #8c867d);  
	background-clip: text;  
  	-webkit-background-clip: text;   
	-moz-background-clip: text; 
	-o-background-clip: text;  
  	color: transparent;
	font-family:"Minion Pro", "Times New Roman", sans-serif;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
 #content h3, #content p, #content p span, .login h3, .menu li a, .news-block-title h2, .forum-block-title h2 {background: none; color:#d1cdcb;}
}

#content{
	margin-top:130px;
	width:155px;
	margin-left:58px;
	height:275px;
	font-family:"Times New Roman", Times, serif;
}
#content h3{
	font-size:10px;
	text-transform:uppercase;
	text-align:center;
}
#content p{
	font-size:9px;
	padding:40px 8px 0px 8px;
}
#content p span{
	float:right;
}
#content table{
	margin-top:20px;
	width:155px;
}
#content table td{
	padding-top:5px;
	padding-bottom:5px;
}
.number-player{
	padding-left:8px;
	padding-right:10px;
}
.pvp-player{
	text-align:right;
	padding-right:8px;	
}
#content table tr{
	color:#66615a;
	transition:all 0.5s ease;
}
#content table tr:hover{
	background: rgba(147, 133, 127, 0.1);
	color:#eeecec !important;
}
.name-player a{
	color:#a69f9b;
	display:block;
	text-decoration:none;
	transition:all 0.5s ease;
	width:70px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.name-player a:hover{
	color:#f7b781;
}
#tabs{
  overflow: hidden;
  width: 100%;
  margin-left:9px;
  padding: 0;
  list-style: none;
  text-align:center;
}
#tabs li{
	display:inline-block;
}
#tabs a{
  position: relative;
  text-decoration: none;
  color: #665850;
  display:block;
  padding:4px 8px;
}
#tabs a:hover,
#tabs a:hover::after,
#tabs a:focus,
#tabs a:focus::after{
	color:#84cd60;
}

#tabs a:focus{
  outline: 0;
}
#tabs a::after{
  content:'';
  position:absolute;
  z-index: 1;
  top: 0;
  right: -.5em;  
  bottom: 0;
}

#tabs #current a,
#tabs #current a::after{
  color:#84cd60;
  z-index: 3;
}

/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
	float: right;
	width: 215px;
}
.login{
	padding-top:107px;
	padding-left:53px;
}
.login h3{
	padding-bottom:5px;
}
.login input{
	width:87px;
	text-align:center;
	height:20px;
	border:none;
	margin-bottom:6px;
	background:none;
	color:#e7dfd0;
	font-family:"Minion Pro", "Times New Roman", sans-serif !important;
}
.login input::-webkit-input-placeholder {color:#cbc1b2;}
.login input::-moz-placeholder          {color:#cbc1b2;}/* Firefox 19+ */
.login input:-moz-placeholder           {color:#cbc1b2;}/* Firefox 18- */
.login input:-ms-input-placeholder      {color:#cbc1b2;}
.login button{
	cursor:pointer;
	background:none;
	border:none;
	color:#fff6db;
	font-size:10px;
	text-transform:uppercase;
	text-align:center;
	width:68px;
	height:23px;
	margin-left:11px;
	margin-top:7px;
}
.login button:hover{
	background:url(images/login-button-hover.png) no-repeat;
}
.servers{
	padding-left:58px;
	padding-top:45px;
}
.active-server{
	background:url(images/server-on-icon.png) left center no-repeat;
	color:#beb88d;
	padding-left:15px;
}
.servers p{
	margin-bottom:11px;
}
.active-server span{
	color:#7c7752;
}
.off-server{
	background:url(images/server-off-icon.png) left center no-repeat;
	color:#6d7451;
	padding-left:15px;
}
.off-server span{
	color:#483a33;
}
.online{
	text-align:center;
	width:70px;
	padding-left:73px;
	font-size:10px;
	color:#eaefe7;
	padding-top:39px;
}
.online span{
	color:#7ce74c;
	font-size:11px;
	font-family:Calibri, Tahoma, sans-serif;
}



/* Footer
-----------------------------------------------------------------------------*/
.footer {
	height: 230px;
	background:url(images/footer-bg.jpg) no-repeat;
}
.copyright{
	text-transform:uppercase;
	text-align:center;
	font-size:10px;
	color:#675d55;
	padding-top:160px;
	padding-left:35px;
	line-height:15px;
}

.vote-all {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    justify-content: center;
}
.vote-item img {
    height: 32px;
}

/* Countdown Styles */
#countdown {
    margin: 20px 0;
    text-align: center;
}

.countdown-container {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 15px;
}

.countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(125, 122, 111, 0.2);
    border-radius: 5px;
    padding: 10px 8px;
    min-width: 60px;
}

.countdown-number {
    font-size: 24px;
    font-weight: bold;
    color: #7ce74c;
    font-family: Calibri, Tahoma, sans-serif;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.countdown-label {
    font-size: 10px;
    color: #a69f9b;
    text-transform: uppercase;
    margin-top: 5px;
    font-family: "Times New Roman", Times, serif;
}

/* Opening date info additional style */
#opening-time {
    color: #7ce74c !important;
    font-weight: bold;
    font-size: 13px;
}

/* Responsive Design */
@media (max-width: 480px) {
    .countdown-container {
        gap: 8px;
    }
    
    .countdown-item {
        min-width: 50px;
        padding: 8px 5px;
    }
    
    .countdown-number {
        font-size: 18px;
    }
    
    .countdown-label {
        font-size: 9px;
    }
}

/* Features sayfası için özel stiller */
.news-text1 {
    font-family: Calibri, Tahoma, sans-serif;
    font-size: 12px;
    color: #6f6356;
    max-height: 500px; /* Sabit yükseklik */
    overflow-y: auto; /* Dikey scroll */
    overflow-x: hidden; /* Yatay scroll'u gizle */
    padding: 15px;
    background: rgba(67, 60, 53, 0.3); /* Sitenin koyu rengiyle uyumlu */
    border: 1px solid #443935; /* Kenarlık */
    border-radius: 5px;
    margin-top: 10px;
    line-height: 1.6;
}

.news-text1 p {
    margin-bottom: 15px;
    padding: 8px;
    background: rgba(125, 122, 111, 0.1); /* Paragraf arkaplanı */
    border-radius: 3px;
}

.news-text1 h3 {
    color: #a69f9b;
    font-size: 14px;
    margin: 15px 0 10px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #443935;
    background: rgba(125, 122, 111, 0.2);
    padding: 8px;
    border-radius: 3px;
}

.news-text1 img {
    vertical-align: middle;
    margin-right: 8px;
    border: 1px solid #443935;
    border-radius: 3px;
    padding: 2px;
    background: rgba(255, 255, 255, 0.1);
}

.news-text1::-webkit-scrollbar {
    width: 8px;
}

.news-text1::-webkit-scrollbar-track {
    background: rgba(67, 60, 53, 0.3);
    border-radius: 4px;
}

.news-text1::-webkit-scrollbar-thumb {
    background: #a69f9b;
    border-radius: 4px;
}

.news-text1::-webkit-scrollbar-thumb:hover {
    background: #7ce74c;
}

.news1 {
    background: url(images/news-bg.png) top left no-repeat;
    padding-left: 40px;
    margin-top: 25px;
}

/* Features başlığı için */
.features-title {
    background: url(images/news-title-bg.png) bottom right no-repeat;
    padding-bottom: 15px;
    padding-left: 40px;
    margin-bottom: 20px;
}

/* Font bold text white class'ı için */
.font-bold.text-white {
    color: #d1cdcb !important;
    font-weight: bold;
    background: linear-gradient(#ebeae8, #8c867d);  
    background-clip: text;  
    -webkit-background-clip: text;   
    -moz-background-clip: text; 
    -o-background-clip: text;  
    color: transparent;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .font-bold.text-white {
        background: none; 
        color: #d1cdcb;
    }
}

/* Downloads sayfası için özel stiller */
.download-buttons {
    margin: 20px 0;
}

.download-btn {
    margin: 10px 0;
    text-align: center;
}

.btn-download {
    display: inline-block;
    background: linear-gradient(#8c867d, #443935);
    color: #d1cdcb;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    border: 1px solid #5a524b;
    transition: all 0.3s ease;
    text-align: center;
    min-width: 300px;
}

.btn-download:hover {
    background: linear-gradient(#a69f9b, #5a524b);
    color: #fff;
    border-color: #7ce74c;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(124, 231, 76, 0.3);
}

.btn-download span {
    font-size: 14px;
    text-transform: uppercase;
}

.news-text p {
    margin-bottom: 15px;
    line-height: 1.6;
}

.news-text strong {
    color: #a69f9b;
    font-weight: bold;
}