body {
 @import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,600;1,600&display=swap');
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  
}

.sidebar__nav li.active a, .sidebar__nav li.active a svg {
    color: #ffffff !important;
    stroke: #ffffff !important;
    border-color: #ffffff00 !important;
    background: #171928 !important;
}

.sidebar__big {
    background-color: #171928 !important;
}

.sidebar__nav a:hover, .content__nav li:hover button {
    color: #ffffff !important;
    background: linear-gradient(90deg, hsl(0deg 0% 100% / 0%) 2%, hsla(46, 74%, 58%, 1) 80%);
}

.sidebar__nav li a, .sidebar__nav li.active a {
   border: none !important;
}

.sidebar__nav a svg, .sidebar__nav button svg, .sidebar__nav a img {
    font-weight: normal;
    font-size: 24px;
    color: #f5c62b !important;
    fill: var(--tf-tc) !important;
    margin-right: 10px;
    margin-bottom: 1px;
}

.svg-icon:hover {
    color: #f5c62b !important;
}

.active .svg-icon, a:hover .svg-icon, button:hover .svg-icon {
    fill: #ffffff !important;
    color: #ffc400 !important;
}

.sidebar__content .svg-icon use {
    stroke: transparent !important;
    color: #F5C62B !important;
}

.sidebar__nav li.active a {
    background: linear-gradient(90deg, hsl(0deg 0% 100% / 0%) 2%, hsla(46, 74%, 58%, 1) 80%) !important;
}

.sidebar__head {
    background-color: #171928 !important;
}

.header__content {
    width: 100% !important;
    margin: 0 auto !important;
    background: #171928;
}

.header__actions {
    justify-content: flex-end !important;
    gap: 16px !important;
    padding-right: 40px !important;
}

.header__signup {
    background: linear-gradient(45deg, #eec848, #9c7b0da8) !important;
    box-shadow: 0px 0px 4px #ffffff !important;
    color: #000000 !important;
    border-radius: 10px !important;
}

@media (min-width: 992px) {
    .header__search-btn {
        margin-left: 20px;
        background-color: #ebc94629 !important;

    }
}

.sidebar__nav a span, .sidebar__nav button span {
    color: #00ff1a !important;
    background: #39352d !important;
    padding: 2px 8px;
    font-size: 12px;
    margin-left: 8px;
    font-weight: 700;
    height: unset;
    text-transform: unset;
}

.sidebar__nav a {
    height: 44px !important;
    padding: 0 16px !important;
    margin-bottom: 5px !important;
}


.mid-me {
    border-radius: 12px;
    box-shadow: 0 4px 8px var(--tf-border);
    cursor: pointer;
    display: inline-block;
    height: auto !important;
    object-fit: cover;
    overflow: hidden;
    position: relative;
    transform: scale(1) rotate(0deg);
    transition: transform .4s ease-in-out, opacity .4s ease-in-out, box-shadow .4s ease-in-out;
    width: auto !important;
}

.container {
    max-width: 100% !important;
}

@media screen and (min-width: 991px) {
    .container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media (min-width: 1200px) {
    .main__content {
        padding-left: 50px !important;
        padding-right: 50px !important;
        background: #171928 !important;
    }
}

@media (min-width: 1200px) {
    .footer {
        flex-shrink: 0;
        padding-left: 70px !important;
        background: #171928 !important;
    }
}

@media (min-width: 768px) {
    .footer__currencies {
        margin-top: 60px !important;
        padding-right: 50px !important;
    }
  .section__title {
    font-size: 15px;
}
 .header__actions {
    justify-content: flex-end !important;
    gap: 16px !important;
    padding-right: 40px !important;
}

  
}

.main__content {
    background: #171928 !important;
}

.modal__content {
    background: #171928 !important;
}

/* Eğer sidebar__links zaten flex ise sadece wrap verelim */
.sidebar__links{
  flex-wrap: wrap;
}

/* Promosyonlar butonu: en sona at + alta düşür */
.custom-rect-btn {
    order: 999;
    flex: 0 0 100%;
    width: 100%;
    padding: 11px 16px;
    margin-top: 12px;
    background: #A59F7D;
    color: #000000;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.custom-rect-btn:hover{
  background: linear-gradient(90deg, #caa43b, #f6d365);
  color: #000;
  border-color: #f6d365;
}

.below-slider-banners{
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.below-slider-banner{
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  transition: transform 0.3s ease;
}

.below-slider-banner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/* Tablet */
@media (max-width: 1024px){
  .below-slider-banners{
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobil */
@media (max-width: 520px){
  .below-slider-banners{
    grid-template-columns: 1fr;
  }
}

/* Tablet */
@media (max-width: 1024px){
  .below-slider-banners{
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobil → 2x2 */
@media (max-width: 600px){
  .below-slider-banners{
    grid-template-columns: repeat(2, 1fr);
  }
  .section__title {
    font-size: 15px;
}
 .header__actions {
    justify-content: flex-end !important;
    gap: 16px !important;
    padding-right: 5px !important;
}

 .header__signin span {
    display: flex !important;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    transition: color .4s ease;
    background: #13171200 !important;
    box-shadow: 0px 0px 4px #ffffff !important;
    color: #ffffff !important;
    border-radius: 10px !important;
    width: 100px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 2px solid #9c7b0d;
}

.header__signin svg {
    display: none !important
   }
}

.below-slider-banner:hover {
  transform: scale(1.04);
}

/* Işık efekti */
.below-slider-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.4) 50%,
    rgba(255,255,255,0) 100%
  );
  transform: skewX(-20deg);
}

.below-slider-banner:hover::after {
  animation: shine 0.8s forwards;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.section__more {

    border-color: #ffc40000 !important;
    background-color: rgb(235 201 70 / 18%) !important;
}

.section__title {

    font-size: 16px;

}

.swiper-button-next:after, .swiper-button-prev:after {
    background-color: #21223000 !important;
}


.svg-icon, .svg-icon-mini {
    fill: var(--tf-tc);
    border-radius: 30%;
    color: #0095ff;
}

.mid-me:before {
    background: none;

}

.table-wrap {

    background-color: #292625;
}

.xtable tbody tr:nth-child(2n+1) td {
    background-color: #ebc94624;
}

.tabs-nav {

    background-color: #171928;

}

.tabs-nav__btn.active {
    color: var(--tf-tc);
    background: var(--tf-btn2);
    border-color: rgb(50 45 35);
    background: #f5c62b94;
}

.table-wrap__select {

    background: #171928;
}

a:hover .svg-icon, button:hover .svg-icon, .active .svg-icon {
    animation: shake 0.5s ease-in-out;
}

/* Titreme animasyonu */
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-2px);
  }
  50% {
    transform: translateX(2px);
  }
  75% {
    transform: translateX(-2px);
  }
}

.form__input:focus {
    border-color: rgb(194 148 0 / 40%);
    background: #383b43bf;
}

.form__input {

    background-color: #30323c;
    border: 1px solid rgb(106 90 36);
}

.form__input:focus {
    border-color: rgb(194 148 0 / 40%);
    background: #383b43bf;
}

.form__input {

    background-color: #30323c;
    border: 1px solid rgb(106 90 36);
}

.kush {

    background: rgb(255 196 0 / 0%);
}

.footer {

    background-color: #171928;
}

.partner {
    background: #3d3521;

}

.section__view {

    background: #171928;
    border: 1px solid rgb(68 61 42);
}

.slot2 {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}

/* Hafif zoom */
.slot2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}

/* Hover'da iç zoom */
.slot2:hover img {
  transform: scale(1.08);
}

/* Koyu overlay */
.slot2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(10, 14, 26, 0);
  transition: background .25s ease;
  z-index: 2;
}

.slot2:hover::before {
  background: rgba(10, 14, 26, 0.55);
}

/* Oyna yazısı */
.slot2::after {
    content: "OYNA";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -40%);
    padding: 10px 22px;
    border-radius: 10px;
    background: linear-gradient(90deg, #eec848, #9c7b0d);
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    opacity: 0;
    transition: opacity .25s ease, transform .25s ease;
    z-index: 3;
    pointer-events: none;
}

/* Hover'da buton görünür */
.slot2:hover::after {
  opacity: 1;
  transform: translate(-50%, -50%);
}

/* Glow efekti */
.slot2:hover {
  box-shadow: 0 12px 28px rgba(0,0,0,0.45);
}

.custom-footer-banner {
  display: block;
  margin-top: 15px;
  width: 140px;
}

.custom-footer-banner img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  transition: transform .2s ease;
}

.custom-footer-banner:hover img {
  transform: scale(1.05);
}

.custom-footer-banner {
  display: block;
  width: 180px;          /* istersen değiştir */
  margin: 18px auto 0;   /* ortalar */
  text-align: center;
}

.custom-footer-banner img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;        /* ekstra garanti */
  border-radius: 6px;
}

.custom-footer-banner {
  align-self: center;
}

.post__date:last-child {
    display: none !important;
}

.header--logged .header__logo {
    width: 85px !important;
}

.section--last {
    padding-bottom: 0px !important;
}

.slot__img img {
    height: 100%;
    object-fit: fill;
}

.slot__title h3 {

    display: none;

}

.form__label {
    font-size: 16px !important;

}

.form__input {
    font-size: 16px !important;
}



