@import url('../../css2.html');
html {
  scroll-behavior: smooth;
}

body{font-family: 'Readex Pro', sans-serif !important;font-size:14px;color: #ffe2a3;background: url('../img/arka.png') !important;}

/* NAVIGATION */
.navbar{
  max-width: 100% !important;
  height: 51px;
  display: block !important;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center;
}

.navbar-nav{
  text-align: center !important;
  float: none !important;
}

.navbar-nav>li{
  float: none !important;
  list-style: none !important;
  display: inline-block !important;
}

.navbar-nav>li>a{
  line-height: 5px !important;
}

@media (min-width: 768px) {
  .f-d-n{
    display: none;
    overflow: hidden;
  }

  .navbar-default {
    background: url('../img/bg-menu.png') no-repeat center;
  }

  .baslik{
  background: url(../img/baslik.png) no-repeat center;
  text-align: center;
  width: 100%;
  height: 94px;
  line-height: 130px;
  font-size: 22px;
  font-weight: bold;
  color: #ffda3a;
  text-shadow: 0px 0px 5px #2b2b2b;
  margin: 20px 0px 0px 0px;
  text-transform: uppercase;
}
}

@media (max-width: 767px) {
  .m-d-n{
    display: none;
    overflow: hidden;
  }

  .navbar-default .navbar-collapse, .navbar-default .navbar-form{
    border-color: #f7d469 !important;
    background: #222222;
  }

  .navbar-header{
    background: #0f0f0f;
  }

  .navbar-default .navbar-toggle{
    border-color: #f0c752!important;
  }

  .navbar-default .navbar-toggle .icon-bar{
    background-color: #f0c752 !important;
  }

  .navbar-default .navbar-toggle:focus , .navbar-default .navbar-toggle:hover{
    background-color: #222222 !important;
  }

  .baslik{
    background: linear-gradient(to top, #101010, #262626);
    padding: 10px;
    max-width: 100%;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    color: #ffd662;
    border: 2px solid #f0c752;
    text-shadow: 1px 1px 1px #181818;
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 30px;
    text-transform: uppercase;
  }
}

.navbar-default {
  background-color: transparent!important;
  border:none !important;
  text-align: center;
}

.navbar-default .navbar-nav>li>a{
  color: #fee07d !important;
  font-size: 14px;
}

.navbar-default .navbar-nav>li>a:hover{
  color: #c69431 !important;
}

.head{
  background: url('../img/AI_Upscaler-4K-grok-video.gif') no-repeat center;
  height: 705px;
  padding: 130px;
}

.footer{
  background: url('../img/footer.html') no-repeat;
  height: 239px;
}

.logo{
  margin: 0 auto;
}

.icerik{
  background: #0b0708;
}
img{
  max-width: 100%;
}
hr{
  width: 50%;
  height: 1px !important;
  border-top: 1px solid #c09437 !important;
}

.baslik2{
  background: url(../img/baslik2.html) no-repeat center;
  text-align: center;
  max-width: 100%;
  height: 92px;
  line-height: 90px;
  font-size: 20px;
  font-weight: bold;
  color: #5e0000;
  text-shadow: 0px 2px 0px #ffdc88;
  margin: 20px 0px 10px 0px;
}

.baslik3{
  background: linear-gradient(to top, rgb(33 19 8), rgb(165 113 68));
  text-align: center;
  width: 320px;
  padding: 20px;
  font-size: 16px;
  font-weight: 900;
  color: #ffdbb3;
  text-shadow: 0px 2px 0px #0b0708;
  margin:20px 0px 10px 0px;
  border-radius: 15px;
  border: 1px solid #ffbc43;
}

.ml-auto, .mx-auto{
  margin-left: auto!important;
}

.mr-auto, .mx-auto {
  margin-right: auto!important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.biyolog{
  max-width: 100%;
  display: block;
  margin-right: auto !important;
  margin-left: auto !important;
}
.ozellik{
  text-align: center;
  width: 100%;
  background: linear-gradient(to top, rgb(217 160 13), rgb(255 226 129));
  padding: 15px;
  border: 1px solid #ffc747;
  margin: 5px;
  color: #0e0e0e;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 0 0 10px #ffdc78;
}

.biyolog .ozellik img{
  background: linear-gradient(1deg, #dfa218, #ffcc76);
  float:left;
  padding: 5px;
  margin: -3px 7px;
  border-radius: 25px;
  border: 2px solid #500000;
}

.biyolog .ozellik span{
  color: #ffc242;
  font-weight: bold;
}

/* EFSUN TABLOSU */

table{
  max-width: 100%;
  width: 100%;
}

table thead tr th{
  background: linear-gradient(to top, rgb(185 129 28), rgb(255 218 95));
  padding: 10px;
  color: #000000;
  border: 1px solid #ffd472;
  text-align: center;
}

table tbody tr td{
  background: #1c1c1c;
  padding: 10px;
  color: #f6ce56;
  border: 1px solid #ffc747;
  text-align: center;
}

/* NPC */
.npc{
  max-width: 100%;
  display: block;
  margin-right: auto !important;
  margin-left: auto !important;
}

.npc li{
  width: 16.66%;
}

.npc li a{
  background: linear-gradient(to top, rgb(78 0 0), rgb(227 0 0));
  width: 95%;
  color: #ffcd5d;
  padding: 10px!important;
  border: 1px solid #ffc747;
}

/* DONUSUM */
.donusum{
  max-width: 100%;
  display: block;
  margin-right: auto !important;
  margin-left: auto !important;
}

.donusum li{
  width: 25%;
}

.donusum li a{
  background: linear-gradient(to top, rgb(63 37 24), rgb(103 57 34));
  width: 95%;
  color: #ffdc71;
  padding: 10px!important;
  border: 1px solid #ffd472;
}

.nav-pills>li{
  display: block;
  margin-right: auto !important;
  margin-left: auto !important;
}

.nav-pills>li.active>a, .nav-pills>li>a:hover, .nav-pills>li>a:focus, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
  background: linear-gradient(to top, rgb(40 0 0), rgb(120 0 0));
  color: #ffd472 !important;
  border: 1px solid #ffc747;
  background-color:transparent !important;
}

.nav-pills{
  display: block!important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.system{
  margin: 15px;
  border-radius: 15px;
  border: 4px solid #0f0f0f;
  box-shadow: 0 0 30px -5px #ffd45a;
  outline: 4px ridge rgb(240 199 82);
}

/* BACK TO TOP */

.back-to-top{
  position:fixed;
  bottom: 7em;
  right:0;
  margin:10px;
  display:none;
}

.aciklama{
  max-width: 100%;
  width: 100%;
  background: linear-gradient(1deg, #0e0e0e 30%, #3c3c3c );
  border: 1px solid #f0c752;
  padding: 10px;
  color: #ffde66;
  margin-top: 5px;
  margin-bottom: 5px;
}

.aciklama h3{
  color:#ffce5f
}

#duyuru-alt {
  position: fixed;
  z-index: 999999;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  height: auto;
  color: #fafafa;
  text-shadow: 1px 1px 0px #ffe99b;
  border-top: 3px solid #282828;
  background: linear-gradient(to top, #b78c11, rgb(255 224 111));
}

#duyuru-alt a {
  color: #0e0e0e;
  font-weight: 800;
  font-size: 30px;
  display: block;
  text-decoration: none;
}

#duyuru-alt span {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0px 1px 0px #000;
  text-transform: uppercase;
  display: block;
}
.discord-widget {
  transition-property: right;
  transition-duration: 2s;
  -webkit-transition-property: right; /* Safari */
  -webkit-transition-duration: 2s; /* Safari */
  position: fixed;
  bottom: 100px;
  left: 20px;
  z-index: 99999999;
}

.char .col-md-2{
  /* width: 20%; */
}

.item{
  box-shadow: 0 0 0px 1px #fcd75c;
  border-radius: 3px;
  margin: 10px 0px;
  background-color: #222222;
  padding: 5px;
}

.sistem-aciklama {
  background: linear-gradient(to top, #1c1c1c, #2a2a2a);
  border: 1px solid #ffc747;
  border-radius: 10px;
  padding: 10px 15px;
  color: #ffd76a;
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
  box-shadow: 0 0 10px rgba(255, 208, 92, 0.3);
  text-align: center;
  text-shadow: 0 0 5px #000;
}

.oyun-ozellikler {
  margin-top: 30px;
}

.ozellik-kutu {
  background: linear-gradient(to top, #1f1f1f, #2e2e2e);
  border: 1px solid #ffc747;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 25px;
  color: #ffd76a;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  box-shadow: 0 0 12px rgba(255, 208, 92, 0.2);
  transition: transform 0.2s ease;
}

.ozellik-kutu:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 18px rgba(255, 208, 92, 0.5);
}

.ozellik-kutu h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff6d5;
}

.unvan-aciklama {
  background: linear-gradient(to top, #1c1c1c, #2a2a2a);
  border: 1px solid #ffc747;
  border-radius: 10px;
  padding: 15px;
  color: #ffd76a;
  font-size: 15px;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 30px;
  box-shadow: 0 0 10px rgba(255, 208, 92, 0.3);
  text-align: center;
  text-shadow: 0 0 5px #000;
}

.system-desc {
  background: linear-gradient(to top, #1c1c1c, #2a2a2a);
  border: 1px solid #ffc747;
  border-radius: 10px;
  padding: 10px 15px;
  color: #ffd76a;
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
  box-shadow: 0 0 10px rgba(255, 208, 92, 0.3);
  text-align: center;
  text-shadow: 0 0 5px #000;
}

#duyuru-alt {
  background: #2e2e2e;
  color: #ffc747;
  padding: 20px;
  text-align: center;
  font-size: 16px;
  border-top: 2px solid #ffc747;
  border-bottom: 2px solid #ffc747;
  margin-top: 40px;
}

#duyuru-alt span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
}

.discord-widget img {
  width: 100%;
  max-width: 728px;
  margin: 20px auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(255, 208, 92, 0.4);
}

.site-footer {
  background-color: #111;
  text-align: center;
  padding: 20px 0;
  font-size: 14px;
  color: #999;
  border-top: 1px solid #333;
}

.site-footer a {
  color: #ffc747;
  text-decoration: none;
}

.footer-advanced {
  background-color: #111;
  color: #ffd76a;
  padding: 40px 20px 20px;
  border-top: 2px solid #ffc747;
  font-family: 'Segoe UI', sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}

.footer-col {
  flex: 1;
  min-width: 220px;
}

.footer-col h4 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #ffc747;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li a {
  color: #ccc;
  text-decoration: none;
  display: block;
  margin: 6px 0;
  transition: 0.2s;
}

.footer-col ul li a:hover {
  color: #fff;
}

.discord-button {
  display: inline-block;
  background-color: #5865F2;
  color: white;
  padding: 10px 15px;
  border-radius: 5px;
  margin-top: 10px;
  text-decoration: none;
  transition: 0.3s;
}

.discord-button:hover {
  background-color: #4752c4;
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #2e2e2e;
  margin-top: 30px;
  font-size: 14px;
  color: #aaa;
}

.discord-widget {
  display: inline-block;
  text-decoration: none;
  position: fixed;
  bottom: 100px;
  left: 20px;
  z-index: 9999;
}

.discord-banner {
  position: relative;
  width: 320px;
  height: 76px;
  overflow: hidden;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 0 12px rgba(255, 215, 0, 0.2);
}

.discord-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(1);
  transition: filter 0.3s ease;
}

.discord-banner:hover {
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.4);
}

.discord-banner:hover img {
  filter: brightness(1.25);
}

.discord-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0,0,0,0.6), rgba(0,0,0,0));
  z-index: 1;
}

.discord-text {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  font-family: 'Segoe UI', sans-serif;
  text-shadow: 0 0 8px #000;
  pointer-events: none;
  z-index: 2;
  animation: glow 1.5s ease-in-out infinite alternate;
}

@keyframes glow {
  from {
    text-shadow: 0 0 6px #ffc747, 0 0 12px #ffc747;
  }
  to {
    text-shadow: 0 0 10px #ffd700, 0 0 16px #ffeb7f;
  }
}

.side-effect-left,
.side-effect-right {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 10px;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(255, 215, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  animation: pulse-glow 2s infinite alternate;
}

.side-effect-left {
  left: 0;
}

.side-effect-right {
  right: 0;
}

@keyframes pulse-glow {
  from {
    opacity: 0.5;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
  }
  to {
    opacity: 1;
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.9);
  }
}