* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
  }
  
  body {

  background-size: cover;
  background-position: center;
  
    background-color: #0b0f1a;
    color: #f5f5f5;
    overflow-x: hidden;
  }
  #loader {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #0f1a2b;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
  }
  .spinner {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #ff4500;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
  }
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  

  .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9998;
    display: none;
  }
  
  .custom-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #111;
    color: white;
    padding: 17px 0px;
    border-radius: 20px;
    text-align: center;
    width: 380px;
    z-index: 9999;
    box-shadow: 0 0 30px rgba(0,0,0,0.6);
    display: none;
  }
  
  .modal-close {
    position: absolute;
    top: 12px;
    right: 17px;
    background: none;
    border: none;
    font-size: 23px;
    color: white;
    cursor: pointer;
    background-color: #c50000;
    font-weight: bold;
    width: 27px;
    border-radius: 50%;
    object-fit: cover;
  }
  
  .modal-logo {
    width: 380px;
    margin-bottom: 0px;
  }
  
  .modal-subtitle {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  
  .modal-title {
    font-size: 18px;
    font-weight: bold;
    color: #ff6a00;
    margin: 5px 0;
  }
  
  .modal-desc {
    font-size: 14px;
    color: #ccc;
    margin-bottom: 15px;
  }
  
  .modal-btn {
    display: inline-block;
    padding: 10px 20px;
    background: linear-gradient(to right, #ff4e00, #ffa600); 
    color: black;
    border-radius: 20px;
    font-weight: bold;
    text-decoration: none;
  }
  
  

  header {
    background: linear-gradient(to bottom, #000000, #d64e00);
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative; /* Logo pozisyonu için referans */
  }

    @media (max-width: 768px) {
    
    header  {
    background:none; 
    }
  }

  
  header img.logo {
    width: auto;
    height: 60px;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
    filter: drop-shadow(0 0 10px rgba(104, 24, 0, 0.336)) 
           drop-shadow(0 0 10px rgba(179, 0, 0, 0.263));
    display: block;
    /* aspect-ratio: attr(width) / attr(height);  --> Bu satırı kaldır! */
  }
  
  @media (max-width: 768px) {
    
    header img.logo {
      margin: 0 auto;
      text-align: center;
      align-items: center;
      height: 100px !important;
      width: auto !important;
      max-width: none !important;
      max-height: none !important;
    }
  }

  
  
  .buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .buttons button {
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  
  .buttons img {
    width: 25px;
    height: 25px;
  }
  
  .socials {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  @media (max-width: 768px) {
    .socials {
      display: grid;
       display: flex;
    gap: 10px;
    justify-content: flex-end; /* Sağa hizalar (isteğe bağlı) */
    flex-wrap: wrap; /* İkonların alt satıra geçmesini sağlar */
    margin-top: 0px; Üstteki içerikten boşluk bırakır */
        justify-content: center; /* Mobilde ortalar */
    }
}
  .socials a {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
  }
  
  .socials a img {
    width: 25px;
    height: 25px;
  }
  
  .discord { background: #5865F2; }
  .telegram { background: #229ED9; }
  .instagram { background: #E1306C; }
  .skype { background: #00AFF0; }
  .youtube { background: #FF0000; }
  .kick { background: #53FC18; color: #000; }
  
  .etkinlik { background: linear-gradient(to right, #00ff00aa, #00ff00); }
  .etkinlik-kanali { background: linear-gradient(to right, #ffa500aa, #ffa500); }
  .sohbet-kanali { background: linear-gradient(to right, #ff00aa99, #ff0080); }
  
  .scrolling-bar {
    display: flex;
    align-items: stretch;
    background: #0f1a2b;
    overflow: hidden;
    height: 60px; 
    position: sticky;
    top: 0;
    z-index: 999;
  }
  
 @media (max-width: 768px) {
    .scrolling-bar {
    display: none;
    }
}
  
  .scrolling-fixed {
    flex: 0 0 auto;
    padding: 0 0px;
    font-weight: bold;
    color: white;
    display: flex;
    align-items: center;
    background: #06101e;
    height: 100%; 
    border-right: 0px solid #1f2f4a;
    font-size: 14px;
  }
  
  .scrolling-fixed .star-icon {
    margin-right: 8px;
    color: #ffc107;
    font-size: 18px;
  }
  
  .scrolling-track {
    background: linear-gradient(to top, #000000, #d64e00);
    flex: 1;
    overflow: hidden;
    position: relative;
  }
  
  .scrolling-logos {
    display: flex;
    gap: 20px;
    animation: scroll-logos 30s linear infinite;
    padding-left: 20px;
    height: 100%; 
    align-items: center;
    width: max-content;
  }
  
  .scrolling-bar:hover .scrolling-logos {
    animation-play-state: paused;
  }
  
  .scrolling-card { 
    scroll-behavior: smooth;
    scroll-snap-align: start;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 3px 14px;
    background: linear-gradient(to right, rgba(25, 43, 70, 0.4) 50%, #d64e00 100%);
    border-radius: 32px;
    color: white;
    text-decoration: none;
    white-space: nowrap;
    height: 60px;
    min-width: 220px;
    width: 250px;
    transition: transform 0.1s ease;
  }

.scroll-container {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  gap: 16px;
  padding: 10px;
}


  .scrolling-card:hover {
    box-shadow: 0 0 20px rgba(255, 80, 0, 0.3);
  }
  
  .scrolling-card img {
    height: 26px;
    width: 100px;
  }
  
  .scrolling-card span {
    font-weight: bold;
    font-size: 14px;
  }
  
  .scrolling-card button {
    margin-left: auto;
    background-color: #ff5722;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
  }
  
  .scrolling-card:hover {
    transform: scale(1.03);
  }
  
  @keyframes scroll-logos {
    0%   { transform: translateX(0%); }
    100% { transform: translateX(-50%); }
  }
  .gif-banner {
    width: 100%;
    height: auto;
    display: block;
  }

.promo-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 15px;
  padding: 10px;
}

.card {
  position: relative;
  border-radius: 30px;
  padding: 25px;
  color: white;
  background: linear-gradient(to right, rgba(25, 43, 70, 0.4) 50%, rgba(217, 110, 3, 0.3) 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  width: 100%;
  height: 180px;
  box-sizing: border-box;
}

/* Mobil ve küçük tabletler için optimize */
@media (max-width: 768px) {
  .promo-container {
    grid-template-columns: 1fr;
    padding: 0 10px;
  }

  .card {
    height: auto;
    padding: 20px;
  }
}

  .card:hover {
    box-shadow: 0 0 25px rgba(255, 140, 0, 0.4);
    transform: scale(1.02);
    transition: all 0.6 ease;
  }

  .vip-tag {
    position: absolute;
    top: 15px;
    right: 15px;
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.393)) 
    drop-shadow(0 0 0px rgba(255,255,255,0.7));
    color: orange;
    border-radius: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 6px;
    max-width: fit-content;
    white-space: nowrap;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
    z-index: 2;
  }

  .logo {
    width: 100px;
    height: auto;
    margin-bottom: 0px;
  }

  .title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
  }

  .desc {
    font-size: 13px;
    color: #ccc;
  }

  .btn {
    margin-top: 15px;
    background: #ff5722;
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 9999px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    width: fit-content;
  }
  .btn:hover {
    background: rgba(0, 0, 0, 0.221);
  }
  .promo-card {
    width: 180px;
    height: 800px;
    background-color: #001730;
    border-radius: 30px;
    color: white;
    font-family: sans-serif;
    text-align: center;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .promo-card img{
    width: 100px;
    height: 50px;
  }
  .promo-logo {
    width: 70px;
    height: auto;
  }
  
  .vip-badge {
    background-color: white;
    color: orange;
    font-weight: bold;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 20px;
    margin: 10px 0;
  }
  
  .vertical-logo {
    writing-mode: vertical-rl;
    transform: none; 
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0;
  }
  .vertical-image {
    transform: rotate(270deg);
    height: 100px; 
    width: auto;
  }
  
  
  .bonus-text h5 {
    font-size: 40px;
    color: orange;
    margin: 5px 0;
    font-weight: bold;
  }
  
  .bonus-text p {
    font-size: 20px;
    margin: 3px 0;
    color: #fff;
    font-weight: bold;
  }
  
  .promo-btn {
    background-color: orange;
    color: white;
    border: none;
    padding: 13px 40px;
    border-radius: 20px;
    font-weight: bold;
    cursor: pointer;
  }
  
  .promo-logo.bottom {
    margin-top: 10px;
  }
  .side-gif {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  z-index: 9999;
}


.side-gif.left-gif {
  left: 10px; 
}

.side-gif.right-gif {
  right: 10px; 
  max-width: calc(100% - 20px); 
  overflow: hidden; 
}
.floating-banner {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(to right, rgb(0, 0, 0) 50%, rgb(217, 110, 3) 100%);
  color: #fff;
  border-radius: 12px;
  padding: 10px 20px;
  z-index: 999;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  max-width: 500px;
  width: 90%;
  font-family: sans-serif;
}

.floating-banner-inner {
  display: flex;
  align-items: center;
  gap: 10px;
}

.floating-logo {
  width: 80px;
  height: 30px;
  border-radius: 6px; 
}

.floating-text {
  flex: 1;
  font-size: 14px;
  font-weight: bold;
}

.floating-btn {
  background: linear-gradient(to right, #ff4e00, #ffa600); 
  color: black;
  padding: 8px 12px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
}

.close-banner {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
  @media (max-width: 768px) {
    .side-gif {
      display: none;
    }
  
    .promo-container {
      padding: 10px; 
    }
    .buttons {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 10px;
      padding: 10px;
    }
  
    .buttons button {
      width: 100%;
    }
    
    /* Kayma barının genel düzenlemeleri */
/* Kayma barının genel düzenlemeleri */
.scrolling-bar {
  overflow: hidden;
  width: 100%;
  background: #0e0e0e;
}

.scrolling-track {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.scrolling-logos-wrapper {
  display: flex;
  flex-wrap: nowrap;
}


/* Ana animasyon tanımı */
.scrolling-logos {
    display: flex;
    gap: 20px;
    padding-left: 20px;
    height: 100%;
    align-items: center;
    width: max-content;
  }

.scrolling-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 3px 14px;
  background: linear-gradient(to right, rgba(25, 43, 70, 0.4) 50%, #d64e00 100%);
  border-radius: 32px;
  color: white;
  text-decoration: none;
  white-space: nowrap;
  height: 60px;
  min-width: 220px;
  width: 250px;
  flex: 0 0 auto;
  margin-right: 12px;
}

.scrolling-card img {
  height: 26px;
  width: 100px;
}

.scrolling-card button {
  margin-left: auto;
  background-color: #ff5722;
  color: white;
  border: none;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}




  header img.logo {
    filter: drop-shadow(0 0 10px rgba(255, 170, 0, 0.336)) 
    drop-shadow(0 0 10px rgba(255, 255, 255, 0.064));
    width: 100px;
    height: 100px;
  }

  .socials {  /* Nokta (.) ile başlamalı - class selector */
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
    justify-content: center; /* veya flex-end */
    flex-wrap: wrap;
    width: 100%; /* Container'ın genişliğini tam kaplaması için */
    margin-top: 0px; 
}

.socials a {  /* Nokta (.) ile başlamalı */
    display: inline-flex; /* İkonların hizalanması için */
    width: 30px;
    height: 30px;
    align-items: center; /* Dikeyde ortalar */
    justify-content: center; /* Yatayda ortalar */
}

.socials a img {
    width: 20px;
    height: 20px;
    object-fit: contain; /* İkonların bozulmaması için */
}

  .buttons {
    flex-direction: column;
    gap: 8px;
  }

  .buttons button {
    font-size: 14px;
    padding: 8px 12px;
    justify-content: center;
  }

  .buttons img {
    width: 20px;
    height: 20px;
  }
  .promo-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 10px;
  }
  .side-gif {
    display: none;
  }

  .promo-container {
    padding: 10px; 
  }
  .buttons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 10px;
  }

  .buttons button {
    width: 100%;
  }
  .scrolling-logos{
    animation: scroll-logos 4s linear infinite !important;
  }
  .logo-card {
    font-size: 14px;
    padding: 8px 16px;
  }
}
@media (min-width: 1025px) {
  .promo-wrapper {
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 0 20px;
  }

  .content-column {
    flex: 1;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .side-gif {
    position: sticky;
    top: 100px;
    width: 120px;
    height: auto;
  }

  .gif-banner {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }

  .promo-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    padding: 10px;
  }
  .side-gif:first-of-type {
    transform: translateX(-140px); 
  }

  .side-gif:last-of-type {
    transform: translateX(140px); 
  }
}

{ box-sizing: border-box; margin: 0; padding: 0; }
    body { background: #111; font-family: sans-serif; }

    .slider-container {
      position: relative;
      width: 100%;
      max-width: 1500px;
      margin: 0 auto;
      overflow: hidden;
      border-radius: 12px;
    }
    
    .slider-wrapper {
      display: flex;
      transition: transform 0.5s ease;
    }
    
    .slide {
      min-width: 100%;
      background-size: cover;
      background-position: center;
      position: relative;
    }

    .slider-wrapper a.slide div {
      width: 100%;
      height: 100%;
      background-size: cover; /* görsel tam kaplasın */
      background-position: center; /* ortalansın */
    }
    
    /* MASAÜSTÜ - Dikdörtgen */
    .slide {
      height: 500px; /* Normal dikdörtgen boyut */
    }
    
    /* MOBİL - Kare */
    @media (max-width: 400px) {
      .slide {
        height: 0;
        padding-bottom: 100%; /* Kare yapmak için */
        aspect-ratio: 1/1; /* Modern tarayıcılar için */
      }
      
      /* Ok butonlarını mobilde küçültme */
      .arrow {
        font-size: 30px;
        padding: 5px;
      }
    }
    
.slide[data-desktop] {
  background-image: var(--desktop-bg);
}

/* Mobil */
@media (max-width: 768px) {
  .slide[data-mobile] {
    background-image: var(--mobile-bg);
    height: 250px;
  }
}
    .slide {
      background-repeat: no-repeat;
      min-width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
    position: relative;
    user-select: none;
    touch-action: pan-y;
    }

    .arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 50px;
      background-color:transparent;
      color: white;
      border: none;
      padding: 10px 15px;
      cursor: pointer;
      z-index: 10;
      transition: 0.3s ease;
    }

    .arrow.left { left: 15px; }
    .arrow.right { right: 15px; }

    /* Tablet */
@media (max-width: 768px) {
  .slide {
    height: 250px;
  }
  .arrow {
    font-size: 55px;
    padding: 10px 8px;
  }
  .arrow.left { left: 5px; }
  .arrow.right { right: 5px; }
}

/* Telefon - Kare görünüm */
@media (max-width: 480px) {
  .slide {
    height: auto; /* Eski height'ı iptal et */
    aspect-ratio: 1 / 1; /* Kare yap */
  }
}