#footer > div > div > div.row.footer-desc > div:nth-child(5) > div > ul > li:nth-child(3){
  display: none !important;
}

#jackpots-container{display:none;}
@media (max-width: 800px) {
#banners-wrapper .container img {
    width: calc(51.333% - 16px) !important;
}
}
.footer__social a {
    width: 30px !important;
    height: 30px !important;
}
.footer__social li {
    margin-right: 8px !important;
}

#footer > div > div > div.row.footer-desc > div:nth-child(6){
  display:none !important;
}

@media (max-width: 600px) {
    #banners-wrapper .container img:nth-child(-n+3) {
        width: calc(100% - 16px) !important;
    }
}

.footer__accepted li {
    margin: 0px 0px !important;
}
.footer__accepted {
    justify-content: space-around !important;
    height: unset !important;
    padding: 16px 8px !important;
}

#footer{
  background: url(https://cdn.democu.online/rake/Pageskin.jpg);
}
.footer__title {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}

#footer > div > div > div.row.footer-desc > div:nth-child(7){
  display:none;
}


/*#banners-wrapper > .container > img:nth-child(n+4) {
    width: calc(12.5% - 16px) !important;
}
.wrapper2 > div > img:nth-child(n+4){
  width: calc(33.333% - 16px) !important;
}*/

@media (max-width: 600px) {
    #banners-wrapper .container img:nth-child(-n+3) {
        width: calc(33% - 16px) !important;
    }
  #banners-wrapper .container img:nth-child(n+4) {
        width: calc(33% - 16px) !important;
    }
}

#sidebar-content > div.sidebar__big > div.sidebar__menu > ul:nth-child(2) > li:nth-child(5) > a > img {
    width: 35px;
}

#header > div > div > div > div > div.header__actions > button.header__action > img{
  width: 35px;
  }
.footer__title {
    position: relative;
    display: inline-block;     /* başlık genişliğini algılasın */
    padding-bottom: 8px;
    font-weight: bold;
    text-transform: uppercase;
}
.snowflake {
  position: fixed;
  top: -10px;
  z-index: 2147483647; /* 9999 -> en üst */
  color: #ffffffcc;
  font-size: 12px;
  pointer-events: none;

  animation: fall linear infinite, sway ease-in-out infinite;
  animation-duration: var(--fall-duration, 6s), 4s;
  animation-delay: var(--fall-delay, 0s), var(--fall-delay, 0s);
}

@keyframes fall {
  0%   { top: -10px; opacity: 0.9; }
  100% { top: 110vh; opacity: 0; } /* 100vh -> 110vh (fallback) */
}

/* Mobil modern tarayıcılarda: yukarı yağma bug'ını bitiren kısım */
@supports (height: 100lvh) {
  @keyframes fall {
    0%   { top: -10px; opacity: 0.9; }
    100% { top: var(--fall-to, 100vh); opacity: 0; }
  }
}

@keyframes sway {
  0%   { transform: translateX(0); }
  25%  { transform: translateX(-18px); }
  50%  { transform: translateX(18px); }
  75%  { transform: translateX(-12px); }
  100% { transform: translateX(0); }
}
/* ===== TOP DOMAIN MARQUEE (FINAL) ===== */

.rw-marquee{
  position: fixed;
  top: 2px;
  left: 0;
  right: 0;
  height: 18px;

  background: transparent;
  color: #ffffff;

  display:flex;
  align-items:center;
  overflow:hidden;

  z-index: 9999999;
  pointer-events: none;
}

/* Tam sağdan girip tam soldan çıksın,
   ama logo/TL için güvenli alan bırakılsın */
.rw-marquee__inner{
  white-space: nowrap;
  width: 100%;

  padding-left: 100%;
  padding-right: 100%;
  padding-inline: 220px 260px;

  animation: move 20s linear infinite;
  font-size: 12px;
  line-height: 18px;
  opacity: .85;
}

@keyframes move{
  from{ transform: translateX(0); }
  to{ transform: translateX(-100%); }
}

/* MOBİL */
@media (max-width: 768px){
  .rw-marquee{
    top: 4px;
    height: 16px;
  }
  .rw-marquee__inner{
    padding-inline: 80px 160px;
    font-size: 11px;
    line-height: 16px;
    animation-duration: 14s;
  }
}
@media (max-width: 768px){

  /* Footer içinde sağa yaslayan flex kurallarını kır */
  #footer .footer-desc h6.footer_title,
  #footer .footer-desc .footer_title,
  #footer .footer-desc .footer__title{
    width: 100% !important;
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }

  /* Başlık wrapper'ı flex ise sola çek */
  #footer .footer-desc h6.footer_title,
  #footer .footer-desc .footer_title,
  #footer .footer-desc .footer__title,
  #footer .footer-desc .footer_nav{
    display: block !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }

  /* Özellikle sağda kalan 2. ve 4. kolonları sola zorla */
  #footer .footer-desc .row.footer-desc > div[class*="col-"]:nth-child(2),
  #footer .footer-desc .row.footer-desc > div[class*="col-"]:nth-child(4){
    text-align: left !important;
  }
  #footer .footer-desc .row.footer-desc > div[class*="col-"]:nth-child(2) *,
  #footer .footer-desc .row.footer-desc > div[class*="col-"]:nth-child(4) *{
    text-align: left !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }
}
@media (max-width: 768px){

  /* Footer'daki tüm yazılar + linkler sola */
  #footer .footer-desc,
  #footer .footer-desc *{
    text-align: left !important;
  }

  /* UL/LI/A eğer flex ise sola çek */
  #footer .footer-desc ul,
  #footer .footer-desc li,
  #footer .footer-desc a,
  #footer .footer-desc .footer_nav,
  #footer .footer-desc .footer_list{
    display: block !important;              /* flex'i öldür */
    justify-content: flex-start !important; /* flex-end'i öldür */
    align-items: flex-start !important;
  }

  /* linkler tam satır ve sola */
  #footer .footer-desc ul li a{
    display: block !important;
    width: 100% !important;
    text-align: left !important;
  }

  /* sağ kolonların iç boşluğu varsa */
  #footer .footer-desc .row.footer-desc > div[class*="col-"]{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
<style>
  #win-container{
    position: fixed;
    left: 14px;
    bottom: 14px;
    z-index: 999999;
    display: flex;
    flex-direction: column;
    gap: 8px;
    pointer-events: none;
  }

  .win-popup{
    width: 210px; /* KÜÇÜLDÜ */
    background: rgba(8,8,12,0.92);
    border-radius: 12px;
    display: flex;
    gap: 8px;
    padding: 8px 9px;
    align-items: center;
    color: #fff;
    font-family: Arial, sans-serif;
    animation: slideUp 0.25s ease;
    backdrop-filter: blur(6px);

    /* Gradient border trick */
    border: 1px solid transparent;
    background-image:
      linear-gradient(rgba(8,8,12,0.92), rgba(8,8,12,0.92)),
      linear-gradient(135deg, #4da3ff, #8a2be2);
    background-origin: border-box;
    background-clip: padding-box, border-box;
  }

  .win-thumb{
    width: 34px;   /* KÜÇÜLDÜ */
    height: 34px;
    border-radius: 8px;
    overflow: hidden;
    flex: 0 0 34px;
    background: rgba(255,255,255,0.05);
    display: grid;
    place-items: center;
  }

  .win-thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .win-fallback{
    font-size: 10px;
    opacity: 0.8;
  }

  .win-text .title{
    font-size: 11px;
    opacity: 0.95;
  }

  .win-text .game{
    font-size: 11px;
    opacity: 0.75;
    margin-top: 1px;
  }

  .win-text .amount{
    margin-top: 2px;
    font-size: 13px;
    font-weight: 800;
    color: #46ff79;
    text-shadow: 0 0 6px rgba(70,255,121,0.25);
  }

  .win-popup.mega .amount{
    color: #9b7cff;
    text-shadow: 0 0 10px rgba(155,124,255,0.35);
  }

  @keyframes slideUp{
    from {transform: translateY(30px); opacity:0;}
    to {transform: translateY(0); opacity:1;}
  }
/* casino-local.svg mini banner'ını gizle */
img[src*="/img/hero/casino-local.svg"]{
  display: none !important;
}
</style>