
        .owl-carousel-news {
            background-color: transparent;
        }

        .col-md-3, .col-md-9 {
            background-color: rgba(14, 13, 13, 0.8);
            border: 2px solid #000;
			width: 100%;
        }

        .owl-carousel-news .item {
            background-color: transparent;
        }

        .owl-carousel-news .item {
            max-width: 80%;
            margin: 0 auto;
        }

        .video-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 180%;
            object-fit: cover;
            z-index: -1;
        }

        /* Resim çerçeve için stil */
        .owl-carousel-news .item img, .right img {
            border: 5px solid #fff;
        }
		.right img {
    max-width: 80%; /* Genişlik ayarı */
    display: block; /* Resmi bir blok olarak görüntülemek için */
    margin: 0 auto; /* Resmi yatayda ortalamak için */
    height: auto; /* Yükseklik otomatik olarak ayarlanır, orijinal oranı korur *
}

        .center-container {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 5vh; /* Yüksekliği isteğinize göre ayarlayabilirsiniz */
            position: relative;
        }

        .center-container img {
            display: block;
        }

        .overlay-text {
            position: absolute;
            color: #000000;
            font-weight: bold;
            font-family: 'PHATT';
            font-size: 2.5em; /* Yazı boyutunu isteğinize göre ayarlayabilirsiniz */
			width: 400px;
			text-align: center;
        }

        #totalPrize {
            top: 75%;
            left: 51%;
            transform: translate(-50%, -50%);
			font-size: 3.5em; /* Yazı boyutunu isteğinize göre ayarlayabilirsiniz */
        }

        #clan1Prize {
            top: 46%;
            left: 14%;
            transform: translate(-50%, -50%);
        }

        #clan2Prize {
            top: 65%;
            left: 14%;
            transform: translate(-50%, -50%);
        }

        #clan3Prize {
            top: 83%;
            left: 14%;
            transform: translate(-50%, -50%);
        }

        #job1Prize {
            top: 46%;
            left: 87%;
            transform: translate(-50%, -50%);
        }

        #job2Prize {
            top: 65%;
            left: 87%;
            transform: translate(-50%, -50%);
        }

        #job3Prize {
            top: 83%;
            left: 87%;
            transform: translate(-50%, -50%);
        }

/* Slider item ayarları */
.owl-carousel-news .item {
    width: 100%;
    height: 100%;
 
    align-items: center; /* Dikey ortalama */
    justify-content: center; /* Yatay ortalama */
}

/* Resimlerin tamamının görünmesi için object-fit: contain kullanımı */
.owl-carousel-news .item img {
    width: 100%; /* Slider genişliği kadar genişle */
    height: auto; /* Yüksekliği otomatik ayarla, en-boy oranını koru */
    object-fit: contain; /* Resmi tam sığdır, kenarlarda boşluk kalabilir */
    display: block;
}

.header__content .button {
    width: 260px;
    margin: 0 auto;
    margin-top: 50px;
    z-index: 9999999;
}

.button {
  width: 100%;
  height: 42px;
  border-radius: 42px;
  border: 1px solid #ff9d00;
  box-shadow: 0 0 1px 0px #ff9d00 inset, 0 0 1px 0px #ff9d00;
  position: relative;
  text-decoration: none !important;
}

.button.big {
  height: 58px;
}

.button:hover:after {
  background-color: #ffc63c;
}


.button:after {
  content: '';
  width: calc( 100% - 4px);
  height: calc( 100% - 4px);
  background-color: #ff9d00;
  border-radius: 42px;
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 1;
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

.button span {
  font-family: "Gilroy";
  font-weight: 600;
  color: #1f1f1f;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  z-index: 2;
  text-decoration: none !important;
}

.button.big span {
  font-size: 21px;
  line-height: 21px;
}

.button img {
  margin-right: 10px;
  position: relative;
  z-index: 2;
  width: unset !important;
  height: unset !important;
}


.flex-sbc, .flex-cc, .flex-sc, .flex-ec {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-cc, .flex-cs, .flex-ce {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-sbc, .flex-sbs, .flex-sbe, .flex-cc, .flex-cs, .flex-ce, .flex-sc, .flex-ss, .flex-se, .flex-ec, .flex-es, .flex-ee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.button:before {
    content: '';
    width: calc(100% + 12px);
    height: 100%;
    background: url(https://www.logoswar.com/images/button_left_arrow.png) left center no-repeat, url(https://www.logoswar.com/images/button_right_arrow.png) right center no-repeat;
    position: absolute;
    top: 0px;
    left: -6px;
    z-index: 1;
    pointer-events: none;
}

.button.big span {
    font-size: 21px;
    line-height: 21px;
}
.button span {
    font-family: "Gilroy";
    font-weight: 600;
    color: #1f1f1f;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    z-index: 2;
    text-decoration: none !important;
}

#online-users {
    height: 0px; 
    font-size: 19px;
    color: rgb(0, 0, 0) !important;
    bottom: 25px !important;
}

 {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.hero-section {
    /* Arka plan resminizi buraya ekleyin */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    
    /* İçeriği dikeyde ve yatayda ortalamak için */
    display: flex;
    align-items: center;
    justify-content: center;
    
    /* En az ekran yüksekliği kadar yer kapla */
    min-height: 90vh; /* İsteğe bağlı 100vh yapabilirsiniz */
    padding: 20px 20px;
    color: #ffffff;
    text-align: center;
}

.hero-content {
    /* İçeriklerin çok genişlemesini önle */
    max-width: 600px;
    width: 100%;
    
    /* İçerikler arası boşluk için */
    display: flex;
    flex-direction: column;
    gap: 20px; /* Elemanlar arası boşluk */
}

.hero-logo {
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    margin-bottom: 10px;
}

.hero-title {
    font-size: 3rem;
    font-weight: 800;
    color: #ffd700; /* Altın Rengi */
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.7);
}

.hero-subtitle {
    font-size: 1.25rem;
    font-weight: 500;
    margin-top: -15px; /* Başlığa yaklaştır */
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.online-counter {
    height: 30px;
    border-radius: 5px;
    background: linear-gradient(to right, green, yellow);
	
}

.faction-balance {
    display: flex;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    height: 35px;
    border-radius: 8px;
    overflow: hidden;
    font-weight: bold;
    font-size: 0.9rem;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.faction-karus, .faction-human {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}

.faction-karus {
    background-color: #c93030; /* Kırmızımsı */
    color: white;
}

.faction-human {
    background-color: #306ac9; /* Mavimsi */
    color: white;
}

.pus-code {
    background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid #ffd700;
    border-radius: 8px;
    padding: 15px;
    max-width: 450px;
    margin: 0 auto;
}

.pus-code-title {
    display: block;
    font-size: 0.9rem;
    color: #ccc;
    margin-bottom: 5px;
}

.pus-code-value {
    font-size: 1.25rem;
    font-weight: bold;
    color: #ffd700;
    letter-spacing: 1px;
}


/* * 3. MOBİL UYUM (RESPONSIVE)
 */

@media (max-width: 768px) {
    .hero-section {
        min-height: 80vh;
        padding: 30px 15px;
    }
    
    .hero-logo {
        font-size: 2rem;
    }

    .hero-title {
        font-size: 2.2rem; /* Mobilde başlığı küçült */
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .online-counter {
        font-size: 1rem;
        max-width: 200px;
    }

    .faction-balance {
        max-width: 100%; /* Mobilde tam genişlik */
    }

    .pus-code-value {
        font-size: 1rem;
    }
}

.story-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
}

.story {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
  margin-right: 50px;
  border: 3px solid #ff6347;
}

.story img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story:hover {
  transform: scale(1.1);
}

/* Büyük Resim Alanı */
.large-image {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.large-image img {
  max-width: 1200%; /* Görseli ekranın %80'ine sığdırıyoruz */
  max-height: 1200vh; /* Görselin yüksekliğini %80 ekran boyutuna göre sınırlıyoruz */
  object-fit: contain;
  border-radius: 8px;
  transition: transform 0.3s ease; /* Geçiş efekti */
}

.large-image img.enlarged {
  transform: scale(0.8); /* Görseli %150 oranında büyütüyoruz */
}


.large-image:active {
  cursor: pointer;
}

/* Zamanlayıcı Çubuğu */
.progress-bar {
  position: absolute;
  top: 20px;
  left: 0;
  height: 5px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
}

.progress-bar-fill {
  height: 100%;
  background-color: #ff6347;
  width: 0%;
  border-radius: 5px;
}


		/* Mobil görünüm */
@media(max-width: 768px) {
    .my-info-container {
        flex-direction: column;
    }
    .my-info-box {
        flex: 1 1 100% !important;
        width: 100% !important;
    }
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

.race-bar-container {
  width: 100%;
  height: 30px;
  position: relative;
  margin: 0 auto;
  border-radius: 15px;
  box-shadow: 0 0 5px rgba(255, 125, 0, 0.6); /* Turuncu hafif glow */
  overflow: hidden;
  text-align: center;
}

.race-background {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  z-index: 1;
}

.race-bar {
  height: 100%;
  position: relative;
  overflow: hidden;
}

/* Animasyonlu parıltı efekti */
.karus-bar, .human-bar {
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.2) 20%,
    rgba(255, 255, 255, 0.1) 40%,
    rgba(255, 255, 255, 0.05) 60%,
    rgba(255, 255, 255, 0) 100%
  );
  background-size: 200% 100%;
  animation: shimmer 2s infinite linear;
}

.karus-bar {
  background-color: red;
  border-radius: 15px 0 0 15px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  transition: width 0.5s ease-in-out;
}

.human-bar {
  background-color: blue;
  border-radius: 0 15px 15px 0;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  transition: width 0.5s ease-in-out;
}

.race-label {
  position: absolute;
  top: 50%;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  transform: translateY(-50%);
  z-index: 3;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
  font-family: Arial, sans-serif;
}

.karus-label {
  left: 10px;
}

.human-label {
  right: 10px;
}

.event-image img {
    width: 160px;
    height: 160px;
}

.next-match-wrap {
  display: flex;
  overflow-x: auto;
  padding-bottom: 20px;
  scrollbar-width: thin;
  scrollbar-color: #ff7d00 #222;
}

.next-match-wrap::-webkit-scrollbar {
  height: 8px;
}

.next-match-wrap::-webkit-scrollbar-track {
  background: #222;
  border-radius: 10px;
}

.next-match-wrap::-webkit-scrollbar-thumb {
  background-color: #ff7d00;
  border-radius: 10px;
  border: 2px solid #222;
}

.event-grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  padding: 10px 0;
}

.event-item {
  background-color: #333;
  border-radius: 8px;
  box-shadow: 0 0 6px #ff7d0044;
  text-align: center;
  width: 140px;
  box-sizing: border-box;
  padding: 8px;
  color: #FAC51C;
  flex-shrink: 0;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.event-item:hover {
  transform: scale(1.05);
  box-shadow: 0 0 12px #ff7d00cc;
}

.event-image img {
  width: 100%;
  height: auto;
  max-height: 80px;
  object-fit: contain;
  border-radius: 6px;
  box-shadow: 0 0 6px #ff7d0033;
}

.event-info {
  font-size: 11px;
  margin-top: 6px;
  font-family: Arial, sans-serif;
}

.event-info h4 {
  font-size: 12px;
  margin: 4px 0;
  color: #ff7d00;
  font-weight: bold;
}

.event-info p {
  margin: 2px 0;
  color: #fff;
}

    .dungeon-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 12px 16px;
        border-radius: 16px;
        min-width: 140px;
        overflow: hidden; /* Görsel taşmasını engeller */
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        animation: pulse 2.5s infinite;
        background-color: #1a1a1a;
        box-shadow: 0 2px 6px rgba(0,0,0,0.5);
		
    }

    .dungeon-box:hover {
        transform: scale(1.08);
        box-shadow: 0 0 12px rgba(255, 255, 255, 0.4), 0 0 24px currentColor;
        animation: pulse-glow 1.5s infinite;
    }

    @keyframes pulse {
        0%, 100% { opacity: 1; }
        50% { opacity: 0.85; }
    }

    @keyframes pulse-glow {
        0% { box-shadow: 0 0 6px currentColor; }
        50% { box-shadow: 0 0 18px currentColor; }
        100% { box-shadow: 0 0 6px currentColor; }
    }

    .dungeon-image {
        width: 100%;
        max-width: 120px;
        height: auto;
        object-fit: contain;
        background-color: #111;
        margin-bottom: 0px;
        border-radius: 16px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.3);
        border: 2px solid #fac51c;
    }

    .dungeon-name {
        color: #FAC51C;
        font-weight: bold;
        font-size: 15px;
        margin-top: 4px;
        text-align: center;
    }

    .dungeon-status {
        font-weight: bold;
        font-size: 14px;
        margin-top: 2px;
        text-align: center;
    }

/* GM logosu için stil */
.gm-logo-active {
    animation: blink 1.5s infinite;
    border: none; /* Kenarlıkları kaldırıyoruz */
    box-shadow: none; /* Gölgeyi kaldırıyoruz */
    padding: 0; /* Padding'i kaldırıyoruz */
    margin: 0; /* Margin'i kaldırıyoruz */
}

img {
    border: none; /* Resmin etrafındaki kenarlığı kaldırıyoruz */
    padding: 0; /* Resmin etrafındaki boşluğu kaldırıyoruz */
    margin: 0; /* Resmin etrafındaki boşluğu kaldırıyoruz */

}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}

.image-row {
    display: flex;
    gap: 20px;
    width: 100%;
    padding: 20px;
}

.image-box {
    flex: 1;
    overflow: hidden;
    border-radius: 12px;
}

.image-box img {
    width: 100%;
    height: auto; /* ✅ oranı korur */
    display: block;
    transition: transform 0.3s ease;
}
.image-box:hover img {
    transform: translateY(-12px) scale(1.03);
}

@media (max-width: 768px) {
    .image-row {
        flex-direction: column;
    }
}

.neden-arenako {
    text-align: center;
    padding: 40px 20px;
    background: #000;
}
.neden-arenako h2 {
    font-size: 48px;
    color: #ffcc66;
    margin-bottom: 50px;
    text-shadow: 0 0 25px rgba(255,200,100,0.6);
}
.cards {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}
.card-box {
    background: #111;
    width: 350px;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    border: 1px solid #222;
    box-shadow: 0 0 25px rgba(255,180,60,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 0 35px rgba(255,200,80,0.2);
}
.card-img img {
    width: 100%;
    border-radius: 8px;
    display: block;
}
.card-box h3 {
    margin-top: 20px;
    font-size: 24px;
    color: #ffcc66;
}
.card-box p {
    color: #ddd;
    font-size: 15px;
    margin-top: 15px;
    line-height: 1.6;
}
@media (max-width: 768px) {
    .cards {
        flex-direction: column;
        align-items: center;
    }
    .card-box {
        width: 90%;
    }
    .neden-arenako h2 {
        font-size: 36px;
    }
}

.hero {
    width: 100%;
    min-height: 420px;
    background-image: url('/resimler/oyun-arkasi.png'); /* Arka plan görüntüsü */
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 15px;
}
.hero-overlay {
    background: rgba(0, 0, 0, 0.45);
    padding: 50px 40px;
    border-radius: 12px;
    text-align: center;
    max-width: 900px;
    width: 100%;
    backdrop-filter: blur(4px);
    box-shadow: 0 0 25px rgba(0,0,0,0.4);
}
.mini-title {
    color: #d7b266;
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.main-title {
    font-size: 46px;
    color: #ffe8bb;
    margin-bottom: 18px;
    font-weight: 600;
}
.desc {
    color: #eaeaea;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 35px;
}
.hero-btn {
    display: inline-block;
    background: linear-gradient(#d7a645, #9c7425);
    padding: 18px 80px;
    font-size: 20px;
    text-decoration: none;
    color: #fff;
    border-radius: 6px;
    transition: 0.3s ease;
    border: 1px solid rgba(255,255,255,0.2);
}

.hero-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 15px rgba(255, 200, 90, 0.7);
}


@media (max-width: 768px) {
    .hero-overlay {
        padding: 35px 20px;
    }

    .main-title {
        font-size: 30px;
        line-height: 1.3;
    }

    .desc {
        font-size: 15px;
    }

    .hero-btn {
        width: 100%;
        padding: 16px 20px;
        font-size: 18px;
    }
}
	
section.guncellemeler {
  max-width: 1100px;
  margin: 40px auto;
  padding: 0 20px;
}
h2.baslik {
  font-size: 2rem;
  color: #d2b48c;
  border-bottom: 2px solid #d2b48c;
  margin-bottom: 30px;
  padding-bottom: 6px;
  letter-spacing: .5px;
  text-align: center;
}

/* -------- KART -------- */
article.guncelleme {
  display: flex;
  align-items: center;
  background: #1D1D23;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 24px;
  box-shadow: 0 0 12px rgba(0,0,0,.6);
  transition: transform .2s ease, box-shadow .2s ease;
}
article.guncelleme:hover { transform: scale(1.01); box-shadow: 0 0 24px rgba(255,106,0,.28); }
.guncelleme img {
  width: 280px;
  height: 160px;
  object-fit: cover;
  background: #0a0a0a;
}
.guncelleme .icerik {
  flex: 1;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
.guncelleme .icerik h3 {
  color: #fff;
  font-size: 1.25rem;
  margin: 0;
  font-weight: 600;
}
.guncelleme .icerik p {
  color: #c8c8c8;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.detaylar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6px;
}
.devam-btn {
  background: #d2b48c;
  color: #fff;
  text-decoration: none;
  padding: 8px 14px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  transition: background .2s ease;
}
.devam-btn:hover { background: #ff262f; }
.tarih { font-size: 12px; color: #9d9d9d; }

/* Responsive */
@media (max-width: 768px){
  article.guncelleme { flex-direction: column; }
  .guncelleme img { width: 100%; height: auto; }
}

