/***
The new CSS reset - version 1.7.3 (last updated 7.8.2022)
GitHub page: https://github.com/elad2412/the-new-css-reset
***/

/*
Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
- The "symbol *" part is to solve Firefox SVG sprite bug
*/
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Reapply the pointer cursor for anchor tags */
a,
button {
  cursor: revert;
}

a {
  text-decoration: none !important;
  color: #ffffff;
}

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

button {
  border: 0px;
}

/* Remove list styles (bullets/numbers) */
ol,
ul,
menu {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-width: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
input,
textarea {
  -webkit-user-select: auto;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  appearance: revert;
}

/* reset default text opacity of input placeholder */
::placeholder {
  color: unset;
}

/* fix the feature of 'hidden' attribute.
display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
- fix for the content editable attribute will work properly.
- webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/
:where([contenteditable]:not([contenteditable="false"])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable="true"]) {
  -webkit-user-drag: element;
}

@font-face {
  font-family: "Calibri";
  src: url('../fonts/calibri.woff2');
}

@font-face {
  font-family: "Friz";
  src: url('../fonts/friz-quadrata-std-bold-italic.woff2');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "Friz";
  src: url('../fonts/friz-quadrata-std-bold.woff2');
  font-weight: bold;
  font-style: bold;
}

@font-face {
  font-family: "Friz";
  src: url('../fonts/friz-quadrata-std-italic.woff2');
  font-weight: italic;
  font-style: italic;
}

@font-face {
  font-family: "Friz";
  src: url('../fonts/friz-quadrata-std-medium.woff2');
  font-weight: medium;
  font-style: medium;
}

body {
  font-family: "Calibri";
  font-size: 18px;
  background-color: #201b18;
  color: #ffffff;
}

video {
  position: absolute;
  z-index: -50;
  width: 100%;
  pointer-events: none;
}

header {
  background-image: url('../images/site_bg.png');
  background-repeat: no-repeat;
  height: 1080px;
  background-position: center;
  z-index: 9;
}

/* 
header ul {
  display: flex;
  width: 1300px;
  margin: 0 auto;
  justify-content: center;
}

header ul li {
  background-image: url('../images/navbutton_normal.png');
  height: 55px;
  width: 194px;
}

header ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

header ul li a .text_one {
  display: block;
  font-family: "Friz";
  font-size: 16px;
  color: #f3f2f2;
  font-weight: bold;
  letter-spacing: 1px;
  padding-top: 5px;
  margin-top:10px;
}

header ul li a .text_two {
  display: block;
  font-family: "Friz";
  font-size: 14px;
  font-weight: normal;
  color: #201b18;
  font-weight: normal;
  letter-spacing: 4.4px;
}

header ul li:hover {
  background-image: url('../images/navbutton_hover.png?v1.00');
}

header ul li.active {
  background-image: url('../images/navbutton_click.png');
} */

header .logo {
  display: flex;
  justify-content: top left;
  margin-top: 300px;
  margin-left: 400px;
}

header .header_center {
  background-image: url('../images/header_center.png');
  background-repeat: no-repeat;
  width: 470px;
  height: 244px;
  margin: 150px 400px 0px auto;
  padding-top: 27px;
  margin-top: 30px;
  margin-left: 700px;
}

header .header_center .header_login {
    background-image: url(https://i.ibb.co/sv77CW2m/dl-item2.png) !important;
    width: 244px !important;
    height: 58px !important;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
    margin-top: 3px;
    margin-center: 0px;
}

header .header_center .header_login a {
  font-family: "Friz";
  font-weight: normal;
  font-size: 47px;
  height: 49px;
}

header .header_center .header_statistics {
  padding: 30px 30px 0px 30px;
  display: flex;
  justify-content: space-around;
}

.d-flex {
  display: flex !important;
}

header .header_center .header_statistics .stat div img {
  margin-right: 10px;
}

header .header_center .header_statistics .stat div .text_one {
  font-family: "Friz";
  font-weight: normal;
  font-size: 26px;
  height: 26px;
  color: #ffffff;
  display: block;
  letter-spacing: 1px;
}

header .header_center .header_statistics .stat div .text_two {
  font-family: "Friz";
  font-weight: normal;
  font-size: 14px;
  display: block;
  color: #f7f7f7 letter-spacing: 2px;
}

header .header_center .header_statistics .stat>span {
  font-family: "Friz";
  font-weight: normal;
  font-size: 56px;
  height: 56px;
}

header .link_down {
  margin: 0 auto;
  width: fit-content;
  margin-top: 0px;
  margin-left: 180px;
}

header .link_down a {
  display: block;
  color: #fafafa;
}

header .link_down a svg {
  display: block;
  margin: 0 auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal .modal-content {
  background-image: url('../images/loginbg.png');
  width: 460px;
  height: 468px;
}

.modal .modal-content .modal_header {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal .modal-content .modal_header span {
  font-family: "Friz";
  font-weight: normal;
  font-size: 26px;
  height: 26px;
  color: #ddc19c
}

.modal .modal-content .modal_div {
  padding: 60px;
  color: #ddc19c;
}

.input_div {
  height: 42px;
  background-color: #2c2521;
  color: #b59c7b;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.input_div input {
  width: 100%;
  height: 42px;
  padding-top: 2px;
  padding-left: 15px;
}

.input_div_icon input {
  padding-left: 0px;
}

.input_div .icon {
  height: 42px;
  width: 42px;
  justify-content: center;
  display: flex;
  align-items: center;
}

.justify-content-center {
  justify-content: center !important;
}

.button {
  height: 46px;
  background-color: #543e31;
  border: 1px solid #2c2521;
  min-width: 190px;
  text-align: center;
  font-family: "Friz";
  font-weight: normal;
  line-height: 48px;
  cursor: pointer;
  color: #ffebcf;
}

.button:hover,
.brightness:hover {
  filter: brightness(130%);
}

.d-none {
  display: none;
}

/* Yeni Galaksi Efekti */
background-color: #0c0d23;
/* Koyu lacivert uzay rengi */
}

.video::before,
.video::after {
  content: '';
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  background-repeat: repeat;
  animation: move-stars 200s linear infinite;
}

/* Küçük yıldızlar katmanı */
.video::before {
  background-image: radial-gradient(1px 1px at 25px 50px, white, transparent),
    radial-gradient(1px 1px at 75px 150px, white, transparent),
    radial-gradient(1.5px 1.5px at 125px 25px, white, transparent);
  background-size: 200px 200px;
  animation-duration: 150s;
  /* Daha yavaş hareket */
}

/* Büyük yıldızlar katmanı (daha yakın ve hızlı) */
.video::after {
  background-image: radial-gradient(2px 2px at 50px 100px, white, transparent),
    radial-gradient(2px 2px at 150px 200px, white, transparent),
    radial-gradient(2.5px 2.5px at 250px 75px, white, transparent);
  background-size: 300px 300px;
  animation-duration: 100s;
  /* Daha hızlı hareket */
}

/* --- DEĞİŞTİRİLEN BÖLÜM SONU --- */

.video .left {
  margin-right: 50px;
  box-shadow: 0px 0px 10px #5f2835;
  background: #5f2835ed;
  padding: 30px 30px;
  border: 1px #d8bba9 solid;
}

.video .left h1 {
  text-align: center;
  width: 465px;
  font-size: 20px;
  font-family: "Friz";
  font-weight: normal;
  color: #ffebcf;
}

.video .left h1::after {
  content: '';
  background-image: url('../images/header.png');
  background-repeat: no-repeat;
  width: 465px;
  height: 19px;
  display: block;
  margin-top: -15px;
  margin-bottom: 20px;
}

.video .left p {
  text-align: center;
  width: 465px;
  font-size: 16px;
  font-family: "Calibri";
  color: #ffebcf;
  letter-spacing: 1px;
}

.video .right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.video .right .video_bg {
  background-image: url('../images/video_board.png?v1.00');
  background-repeat: no-repeat;
  width: 630px;
  height: 352px;
  position: relative;
}

.video .right .video_bg iframe {
  position: absolute;
  top: 10px;
  left: 10px;
}

.video .right .video_next {
  background-image: url('../images/video_next_normal.png');
  background-repeat: no-repeat;
  width: 43px;
  height: 43px;
  cursor: pointer;
  margin-top: 154px;
  margin-left: 10px;
}

.video .right .video_next:hover {
  background-image: url('../images/video_next_hover.png');
  transition: 200ms;
}

.ranking {
  background-image: url('../images/rank_bg.png');
  background-repeat: no-repeat;
  height: 657px;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  padding-left: 400px;
}

.ranking .rank_div {
  width: fit-content;
  margin-right: 50px;
  box-shadow: 1px 0px 10px #f79d47;
  background: #201b18;
  padding: 20px 20px;
}

.ranking .rank_div h1 {
  text-align: center;
  width: 378px;
  font-size: 20px;
  font-family: "Friz";
  font-weight: normal;
  color: #ddc19c
}

.ranking .rank_div h1::after {
  content: '';
  background-image: url('../images/title_header.png');
  background-repeat: no-repeat;
  width: 378px;
  height: 19px;
  display: block;
  margin-top: -15px;
  margin-bottom: 20px;
}

.table {
  width: 100%;
}

.table tr {
  height: 36px;
  line-height: 36px;
  background-color: #201b18;
  color: #8d7c66;
  font-size: 16px;
  font-family: "Calibri";
  text-align: center;
}

.table tr:nth-child(even) {
  background-color: #2c2521;
  color: #8d7c66;
}

.empire-1 {
  color: #a35555;
}

.empire-2 {
  color: #909161;
}

.empire-3 {
  color: #658fbe;
}

.hr {
  background-image: url('../images/hr.png');
  width: 100%;
  height: 3px;
  display: block;
}

footer {
  width: 1250px;
  padding: 50px 0px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer a {
  text-align: center;
  color: #8d7c66;
  cursor: pointer;
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  *display: inline;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
  *display: inline;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  *display: inline;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  font-family: "Helvetica Neue", sans-serif;
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
  text-align: center;
}

.odometer-inside {
  margin-top: 5px;
  display: flex;
  align-items: center;
}

#sub_page {
  width: 900px;
  margin: 0 auto;
  padding: 40px 0px;
}

#sub_page h1 {
  text-align: center;
  width: 465px;
  font-size: 25px;
  font-family: "Friz";
  font-weight: normal;
  letter-spacing: 1px;
  margin: 0 auto;
  color: #ddc19c
}

#sub_page h1::after {
  content: '';
  background-image: url('../images/header.png');
  background-repeat: no-repeat;
  width: 465px;
  height: 19px;
  display: block;
  margin-top: -15px;
  margin-bottom: 10px;
}

#sub_page h2 {
  text-align: center;
  font-size: 21px;
  font-family: "Friz";
  font-weight: normal;
  color: #b59c7b;
  letter-spacing: 11px;
  margin-bottom: 10px;
}

.note {
  text-align: center;
  font-size: 18px;
  font-family: "Calibri";
  font-weight: normal;
  color: #ddc19c;
  margin-bottom: 15px;
}

#sub_page form {
  width: 400px;
  margin: 0 auto;
}

#sub_page .input_div {
  margin-bottom: 20px;
}

.page_table {
  margin-top: 30px;
}

.page_table tr {
  height: 50px;
  line-height: 50px;
}

.page_table th,
.page_table td {
  /* border-right: 1px solid #ead4b5; */
  color: #b59c7b;
  font-size: 18px;
  font-family: "Calibri";
  font-weight: normal;
}

.page_table th {
  width: 20%;
}

.page_table td {
  width: 30%;
}

.text-primary {
  color: #ddc19c !important;
}

.text-secondary {
  color: #90dd8b !important;
}

.page_table .note {
  padding: 2px 0px;
  font-size: 16px;
}

.page_table .button {
  display: inline-block;
  min-width: 150px;
  font-size: 16px;
  color: #b59c7b;
  height: 41px;
  line-height: 43px;
  margin: 15px 7px;
}

.discord-widget {
  z-index: 9;
  position: fixed;
  right: -150px;
  bottom: 20px;
  transition: 300ms;
  opacity: .5;
}

.discord-widget:hover {
  right: 20px;
  transition: 300ms;
  opacity: 1;
}

@media(min-width: 1900px) {
  .header_center {
    margin-right: 500px !important;
  }
}

@media(max-width: 1600px) {
  .header_center {
    margin-right: 350px !important;
  }
}

@media(max-width: 1400px) {
  .header_center {
    margin-right: 250px !important;
  }

  .ranking {
    padding-right: 0px;
  }

  #sub_page {
    padding-left: 40px;
  }

  #sub_page .left {
    margin-right: 0px;
  }
}

@media(max-width: 1000px) {
  header ul {
    width: 100%;
  }

  .header_center {
    margin-right: 50px !important;
  }

  #sub_page {
    width: 100%;
  }

  .video .left {
    display: none;
  }

  .ranking {
    padding-right: 0px;
  }

  footer {
    width: 100%;
    padding: 30px 50px;
  }
}

input[type=checkbox] {
  position: relative;
  cursor: pointer;
  border: none;
  width: 16px;
  height: 16px;
  padding: 0px;

}

input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 2px;
  left: 0;
  border: 2px solid #555555;
  border-radius: 3px;
  background-color: white;
}

input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border: solid black;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 4px;
  left: 6px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #817070;
  transition: background-color 5000s ease-in-out;
}

select {
  padding-left: 10px;
  width: 100%;
  height: 42px;
  align-items: center;
}


.pagination {
  display: inline-block;
  margin-top: 20px;
}

.pagination a,
.pagination strong {
  padding: 15px 20px;
  float: left;
  border: 1px dashed;
  color: #d47979;
  margin: 10px;
}

.input_div {
  transition: border-color .15s ease-in-out;
}

.input_div:focus-within {
  border-color: #ddc19c;
  color: #ddc19c;
}

.header-hr {
  margin-top: -1px
}

.alert {
  padding: 15px 20px;
  margin-bottom: 20px;
}

.alert-danger {
  background-color: #285f3f;
  color: #ffebcf;
  font-size: 16px;
}

.text-center {
  text-align: center !important;
}

#showPassword {
  margin-top: 30px;
}

#showPassword label {
  width: 110px;
  height: 100%;
  color: #ffa830;
  padding-left: 10px;
  line-height: 43px;
}

#showPassword input {
  color: #ddc19c;
}

#showPassword .copy_text {
  width: 100px;
  background-color: #ffa830;
  height: 100%;
  color: #2f2f2f;
  text-align: center;
  cursor: pointer;
}

label {
  color: #ddc19c;
}

.modal-content .input_div {
  background-color: #201b18;
}

.text_vote {
  text-transform: uppercase;
  color: #ffcd00 !important;
}

.text_white {
  color: #fff;
}

.text_uppercase {
  text-transform: uppercase !important;
}

/***
The new CSS reset - version 1.7.3 (last updated 7.8.2022)
GitHub page: https://github.com/elad2412/the-new-css-reset
***/

/*
Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
- The "symbol *" part is to solve Firefox SVG sprite bug
*/
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Reapply the pointer cursor for anchor tags */
a,
button {
  cursor: revert;
}

a {
  text-decoration: none !important;
  color: #ffffff;
}

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

button {
  border: 0px;
}

/* Remove list styles (bullets/numbers) */
ol,
ul,
menu {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-width: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
input,
textarea {
  -webkit-user-select: auto;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  appearance: revert;
}

/* reset default text opacity of input placeholder */
::placeholder {
  color: unset;
}

/* fix the feature of 'hidden' attribute.
display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
- fix for the content editable attribute will work properly.
- webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/
:where([contenteditable]:not([contenteditable="false"])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable="true"]) {
  -webkit-user-drag: element;
}

@font-face {
  font-family: "Calibri";
  src: url('../fonts/calibri.woff2');
}

@font-face {
  font-family: "Friz";
  src: url('../fonts/friz-quadrata-std-bold-italic.woff2');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "Friz";
  src: url('../fonts/friz-quadrata-std-bold.woff2');
  font-weight: bold;
  font-style: bold;
}

@font-face {
  font-family: "Friz";
  src: url('../fonts/friz-quadrata-std-italic.woff2');
  font-weight: italic;
  font-style: italic;
}

@font-face {
  font-family: "Friz";
  src: url('../fonts/friz-quadrata-std-medium.woff2');
  font-weight: medium;
  font-style: medium;
}

body {
  font-family: "Calibri";
  font-size: 18px;
  background-color: #000;
  color: #ffffff;
}

video {
  position: absolute;
  z-index: -50;
  width: 100%;
  pointer-events: none;
}

header {
  background-image: url('../images/site_bg.png');
  background-repeat: no-repeat;
  height: 1080px;
  background-position: center;
  z-index: 9;
}

/* 
header ul {
  display: flex;
  width: 1300px;
  margin: 0 auto;
  justify-content: center;
}

header ul li {
  background-image: url('../images/navbutton_normal.png?v1.00');
  height: 61px;
  width: 190px;
  margin-top: 25px;
}

header ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

header ul li a .text_one {
  display: block;
  font-family: "Friz";
  font-size: 19px;
  color: #f3f2f2;
  font-weight: bold;
  letter-spacing: 2px;
  padding-top: 0px;
  margin-top: 1px;
}

header ul li a .text_two {
  display: block;
  font-family: "Friz";
  font-size: 14px;
  font-weight: normal;
  color: #201b18;
  font-weight: normal;
  letter-spacing: 4.4px;
}

header ul li:hover {
  background-image: url('../images/navbutton_hover.png?v1.00');
}

header ul li.active {
  background-image: url('../images/navbutton_click.png');
} */

header .logo {
  display: flex;
  justify-content: top left;
  margin-top: 300px;
  margin-left: 400px;
}

header .header_center {
  background-image: url('../images/header_center.png');
  background-repeat: no-repeat;
  width: 470px;
  height: 244px;
  padding-top: 27px;
  margin: 0px !important;
  margin: 0 auto !important;
  display: block;
  margin-top: 200px !important;
}

header .header_center .header_login {
  background-image: url('../images/login_button.png');
  background-repeat: no-repeat;
  width: 217px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
  margin-top: 3px;
  margin-center: 0px;
}

header .header_center .header_login a {
  font-family: "Friz";
  font-weight: normal;
  font-size: 47px;
  height: 49px;
}

header .header_center .header_statistics {
  padding: 30px 30px 0px 30px;
  display: flex;
  justify-content: space-around;
}

.d-flex {
  display: flex !important;
}

header .header_center .header_statistics .stat div img {
  margin-right: 10px;
}

header .header_center .header_statistics .stat div .text_one {
  font-family: "Friz";
  font-weight: normal;
  font-size: 26px;
  height: 26px;
  color: #ffffff;
  display: block;
  letter-spacing: 1px;
}

header .header_center .header_statistics .stat div .text_two {
  font-family: "Friz";
  font-weight: normal;
  font-size: 14px;
  display: block;
  color: #f7f7f7 letter-spacing: 2px;
}

header .header_center .header_statistics .stat>span {
  font-family: "Friz";
  font-weight: normal;
  font-size: 56px;
  height: 56px;
}

header .link_down {
  margin: 0 auto;
  width: fit-content;
  margin-top: 0px;
  margin-left: 180px;
}

header .link_down a {
  display: block;
  color: #fafafa;
}

header .link_down a svg {
  display: block;
  margin: 0 auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal .modal-content {
  background-image: url('../images/loginbg.png');
  width: 460px;
  height: 468px;
}

.modal .modal-content .modal_header {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal .modal-content .modal_header span {
  font-family: "Friz";
  font-weight: normal;
  font-size: 26px;
  height: 26px;
  color: #ddc19c
}

.modal .modal-content .modal_div {
  padding: 60px;
  color: #ddc19c;
}

.input_div {
  height: 42px;
  background-color: #2c2521;
  color: #b59c7b;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.input_div input {
  width: 100%;
  height: 42px;
  padding-top: 2px;
  padding-left: 15px;
}

.input_div_icon input {
  padding-left: 0px;
}

.input_div .icon {
  height: 42px;
  width: 42px;
  justify-content: center;
  display: flex;
  align-items: center;
}

.justify-content-center {
  justify-content: center !important;
}

.button {
  height: 46px;
  background-color: #543e31;
  border: 1px solid #2c2521;
  min-width: 190px;
  text-align: center;
  font-family: "Friz";
  font-weight: normal;
  line-height: 48px;
  cursor: pointer;
  color: #ffebcf;
}

.button:hover,
.brightness:hover {
  filter: brightness(130%);
}

.d-none {
  display: none;
}

/* --- DEĞİŞTİRİLEN BÖLÜM BAŞLANGICI (VIDEO) --- */
.video {
  /* Orijinal layout stilleri korunuyor */
  display: flex;
  justify-content: left;
  align-items: center;
  padding-bottom: 20px;
  min-height: 528px;
  position: relative;
  overflow: hidden;
  /* Çocuk elemanların taşmasını engeller */

  /* Yeni Galaksi Efekti */
  background-color: #0c0d23;
  /* Koyu lacivert uzay rengi */
}

.video::before,
.video::after {
  content: '';
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  background-repeat: repeat;
  animation: move-stars 200s linear infinite;
}

/* Küçük yıldızlar katmanı */
.video::before {
  background-image: radial-gradient(1px 1px at 25px 50px, white, transparent),
    radial-gradient(1px 1px at 75px 150px, white, transparent),
    radial-gradient(1.5px 1.5px at 125px 25px, white, transparent);
  background-size: 200px 200px;
  animation-duration: 150s;
  /* Daha yavaş hareket */
}

/* Büyük yıldızlar katmanı (daha yakın ve hızlı) */
.video::after {
  background-image: radial-gradient(2px 2px at 50px 100px, white, transparent),
    radial-gradient(2px 2px at 150px 200px, white, transparent),
    radial-gradient(2.5px 2.5px at 250px 75px, white, transparent);
  background-size: 300px 300px;
  animation-duration: 100s;
  /* Daha hızlı hareket */
}

/* --- DEĞİŞTİRİLEN BÖLÜM SONU (VIDEO) --- */

.video .left {
  margin-right: 50px;
  box-shadow: 0px 0px 10px #5f2835;
  background: #5f2835ed;
  padding: 30px 30px;
  border: 1px #d8bba9 solid;
}

.video .left h1 {
  text-align: center;
  width: 465px;
  font-size: 20px;
  font-family: "Friz";
  font-weight: normal;
  color: #ffebcf;
}

.video .left h1::after {
  content: '';
  background-image: url('../images/header.png');
  background-repeat: no-repeat;
  width: 465px;
  height: 19px;
  display: block;
  margin-top: -15px;
  margin-bottom: 20px;
}

.video .left p {
  text-align: center;
  width: 465px;
  font-size: 16px;
  font-family: "Calibri";
  color: #ffebcf;
  letter-spacing: 1px;
}

.video .right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 50px !important;
  margin-right: 50px !important;
  position: relative;
  z-index: 9;
}

.video .right .video_bg {
  background-image: url('../images/video_board.png?v1.00');
  background-repeat: no-repeat;
  width: 421px;
  height: 234px;
  position: relative;
  margin-bottom: 5px;
}

.video .right .video_bg iframe {
  position: absolute;
  top: 10px;
  left: 10px;
}

.video .right .video_next {
  background-image: url('../images/video_next_normal.png');
  background-repeat: no-repeat;
  width: 43px;
  height: 43px;
  cursor: pointer;
  margin-top: 154px;
  margin-left: 10px;
}

.video .right .video_next:hover {
  background-image: url('../images/video_next_hover.png');
  transition: 200ms;
}

.ranking {
  background-image: url('../images/rank_bg.png');
  background-repeat: no-repeat;
  height: 657px;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  padding-left: 400px;
}

.ranking .rank_div {
  width: fit-content;
  margin-right: 50px;
  box-shadow: 1px 0px 10px #f79d47;
  background: #201b18;
  padding: 20px 20px;
}

.ranking .rank_div h1 {
  text-align: center;
  width: 378px;
  font-size: 20px;
  font-family: "Friz";
  font-weight: normal;
  color: #ddc19c
}

.ranking .rank_div h1::after {
  content: '';
  background-image: url('../images/title_header.png');
  background-repeat: no-repeat;
  width: 378px;
  height: 19px;
  display: block;
  margin-top: -15px;
  margin-bottom: 20px;
}

.table {
  width: 100%;
}

.table tr {
  height: 36px;
  line-height: 36px;
  background-color: #201b18;
  color: #8d7c66;
  font-size: 16px;
  font-family: "Calibri";
  text-align: center;
}

.table tr:nth-child(even) {
  background-color: #2c2521;
  color: #8d7c66;
}

.empire-1 {
  color: #a35555;
}

.empire-2 {
  color: #909161;
}

.empire-3 {
  color: #658fbe;
}

.hr {
  background-image: url('../images/hr.png');
  width: 100%;
  height: 3px;
  display: block;
}

footer {
  width: 1250px;
  padding: 50px 0px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer a {
  text-align: center;
  color: #8d7c66;
  cursor: pointer;
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  *display: inline;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
  *display: inline;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  *display: inline;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  font-family: "Helvetica Neue", sans-serif;
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
  text-align: center;
}

.odometer-inside {
  margin-top: 5px;
  display: flex;
  align-items: center;
}

#sub_page {
  width: 900px;
  margin: 0 auto;
  padding: 40px 0px;
}

#sub_page h1 {
  text-align: center;
  width: 465px;
  font-size: 25px;
  font-family: "Friz";
  font-weight: normal;
  letter-spacing: 1px;
  margin: 0 auto;
  color: #ddc19c
}

#sub_page h1::after {
  content: '';
  background-image: url('../images/header.png');
  background-repeat: no-repeat;
  width: 465px;
  height: 19px;
  display: block;
  margin-top: -15px;
  margin-bottom: 10px;
}

#sub_page h2 {
  text-align: center;
  font-size: 21px;
  font-family: "Friz";
  font-weight: normal;
  color: #b59c7b;
  letter-spacing: 11px;
  margin-bottom: 10px;
}

.note {
  text-align: center;
  font-size: 18px;
  font-family: "Calibri";
  font-weight: normal;
  color: #ddc19c;
  margin-bottom: 15px;
}

#sub_page form {
  width: 400px;
  margin: 0 auto;
}

#sub_page .input_div {
  margin-bottom: 20px;
}

.page_table {
  margin-top: 30px;
}

.page_table tr {
  height: 50px;
  line-height: 50px;
}

.page_table th,
.page_table td {
  /* border-right: 1px solid #ead4b5; */
  color: #b59c7b;
  font-size: 18px;
  font-family: "Calibri";
  font-weight: normal;
}

.page_table th {
  width: 20%;
}

.page_table td {
  width: 30%;
}

.text-primary {
  color: #ddc19c !important;
}

.text-secondary {
  color: #90dd8b !important;
}

.page_table .note {
  padding: 2px 0px;
  font-size: 16px;
}

.page_table .button {
  display: inline-block;
  min-width: 150px;
  font-size: 16px;
  color: #b59c7b;
  height: 41px;
  line-height: 43px;
  margin: 15px 7px;
}

.discord-widget {
  z-index: 9;
  position: fixed;
  right: -150px;
  bottom: 20px;
  transition: 300ms;
  opacity: .5;
}

.discord-widget:hover {
  right: 20px;
  transition: 300ms;
  opacity: 1;
}

@media(min-width: 1900px) {
  .header_center {
    margin-right: 500px !important;
  }
}

@media(max-width: 1600px) {
  .header_center {
    margin-right: 350px !important;
  }
}

@media(max-width: 1400px) {
  .header_center {
    margin-right: 250px !important;
  }

  .ranking {
    padding-right: 0px;
  }

  #sub_page {
    padding-left: 40px;
  }

  #sub_page .left {
    margin-right: 0px;
  }
}

@media(max-width: 1000px) {
  header ul {
    width: 100%;
  }

  .header_center {
    margin-right: 50px !important;
  }

  #sub_page {
    width: 100%;
  }

  .video .left {
    display: none;
  }

  .ranking {
    padding-right: 0px;
  }

  footer {
    width: 100%;
    padding: 30px 50px;
  }
}

input[type=checkbox] {
  position: relative;
  cursor: pointer;
  border: none;
  width: 16px;
  height: 16px;
  padding: 0px;

}

input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 2px;
  left: 0;
  border: 2px solid #555555;
  border-radius: 3px;
  background-color: white;
}

input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border: solid black;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 4px;
  left: 6px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #817070;
  transition: background-color 5000s ease-in-out;
}

select {
  padding-left: 10px;
  width: 100%;
  height: 42px;
  align-items: center;
}


.pagination {
  display: inline-block;
  margin-top: 20px;
}

.pagination a,
.pagination strong {
  padding: 15px 20px;
  float: left;
  border: 1px dashed;
  color: #d47979;
  margin: 10px;
}

.input_div {
  transition: border-color .15s ease-in-out;
}

.input_div:focus-within {
  border-color: #ddc19c;
  color: #ddc19c;
}

.header-hr {
  margin-top: -1px
}

.alert {
  padding: 15px 20px;
  margin-bottom: 20px;
}

.alert-danger {
  background-color: #285f3f;
  color: #ffebcf;
  font-size: 16px;
}

.text-center {
  text-align: center !important;
}

#showPassword {
  margin-top: 30px;
}

#showPassword label {
  width: 110px;
  height: 100%;
  color: #ffa830;
  padding-left: 10px;
  line-height: 43px;
}

#showPassword input {
  color: #ddc19c;
}

#showPassword .copy_text {
  width: 100px;
  background-color: #ffa830;
  height: 100%;
  color: #2f2f2f;
  text-align: center;
  cursor: pointer;
}

label {
  color: #ddc19c;
}

.modal-content .input_div {
  background-color: #201b18;
}

.text_vote {
  text-transform: uppercase;
  color: #ffcd00 !important;
}

.text_white {
  color: #fff;
}

.text_uppercase {
  text-transform: uppercase !important;
}

.languagepicker {
  background-color: #FFF;
  display: flex;
  height: 40px;
  overflow: hidden;
  transition: all .3s ease;
  margin: 30px 0 0 0;
  position: fixed;
  top: 80px;
  right: 0px;
  z-index: 999;
  width: 45px;
}

.languagepicker:hover {
  width: 270px;
}

.languagepicker li {
  line-height: 48px;
  padding: 0px 10px;
  width: 45px;
}

.languagepicker li img {
  margin-top: 10px;
}

.roundborders {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.header_h1 {
  position: relative;
  margin-top: 200px !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header_h1 h1 {
  font-size: 84px;
  font-family: "Friz";
  font-weight: normal;
  position: relative;
  width: fit-content;
  padding-top: 20px;
  background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, .35) 10%, rgba(0, 0, 0, .35) 90%, transparent);
}

.header_h1 h1:before {
  content: "";
  position: absolute;
  height: 1px;
  top: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(90deg, rgba(191, 162, 81, 0), #bfa251, rgba(191, 162, 81, 0));
}

.header_h1 h1:after {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(90deg, rgba(191, 162, 81, 0), #bfa251, rgba(191, 162, 81, 0));
}