
html[lang="tr"] .vip__title {
    display: none;
}
html[lang="tr"] .vip__text {
    display: none;
}

html[lang="tr"] .vip__btn {
    display: none;
}


html[lang="tr"] .vip {
    justify-content: flex-end;
    aspect-ratio: 3.4 / 1;
    border-radius: 15px;
  display:none;
}

html[lang="tr"] .vip:before {
    filter:none;
}

html[lang="en"] .vip__title {
    display: none;
}
html[lang="en"] .vip__text {
    display: none;
}

html[lang="en"] .vip__btn {
    display: none;
}




html[lang="en"] .vip {
    justify-content: flex-end;
    aspect-ratio: 3.4 / 1;
    border-radius: 15px;
  display:none;
}

html[lang="en"] .vip:before {
    filter:none;
}

#wallet-modal > div > div > div > div.tab-content > div > div {
  width:100% !important;
}
#banners-wrapper {
  padding-top:0px !important;
}
@media only screen and (min-width: 1069px) {
  #main-slider-swiper .swiper-slide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

#main-slider-swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
  pointer-events: auto;
}

#main-slider-swiper .swiper-slide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

#main-slider-swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
  pointer-events: auto;
}

#main-slider, #main-slider > .container {
    padding: unset !important;
}
#main-slider > .container {
    max-width: 100% !important;
}
#main-slider .swiper-slide > a {
    width: 100%;
}
#main-slider img {
    border-radius: 30px !important;
}


}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
}
/* 8 plus */
@media only screen and (min-width: 414px) and (max-width: 734px) {
}
/* 8 */
@media only screen and (min-width: 370px) and (max-width: 413px) {
}
/* se */
@media only screen and (max-width: 325px) {
}

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

.sidebar__btn {
  background-color: #181c32 !important;
}

.custom--section--2 {
  background-color: #242b4c;;
  padding-top: unset !important;
}
.providers--marquee:hover {
  animation-play-state: paused;
}
.providers--marquee {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  animation: marquee-animation 100s linear infinite;
}
.custom--providers--link {
  width: 160px;
  padding: 15px 10px;
}
.custom--providers--image {
  width: 100%;
}
@keyframes marquee-animation {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.section--last {
  display:block;
}
#main__content > div.section.section--last.pt-24 {
  display:block;
}

.footer__content:before {
    background: white !important;
}

.footer {
  background-color: #181c32 !important;
}
@media only screen and (max-width: 734px) {
  .custom--providers--link {
    width: 80px;
    padding: 15px 10px;
}
}