@charset "UTF-8";
html, body {
  background: #0b0b0b !important;
}

#desktopMenu {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.modal-content .modal-body.text-center.ng-star-inserted img {
  position: relative !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.modal .modal-dialog .modal-content .modal-body {
  background: none;
  color: #c5b6b6;
  padding: 0rem !important;
  flex: none;
  background: #0e0f11;
}

/* Responsive Ayarlari */
@media (min-width: 768px) {
  #img .img {
    width: 60%; /* Orta ekranlarda genislik */
  }
}
@media (min-width: 1200px) {
  #modal-body .modal-body {
    width: 40%; /* Büyük ekranlarda genislik */
  }
}
header a.btn.btn-login {
  border: 1px solid #e0aa3e;
  padding: 10px 20px;
  border-radius: 10px;
  text-decoration: none;
  padding: 8px 30px;
  margin-right: 5px;
  color: #fff !important;
}

header a.btn.btn-login:hover {
  background: rgb(224, 170, 62);
  background: linear-gradient(183deg, rgb(224, 170, 62) 0%, rgb(233, 197, 95) 175%);
  color: #000 !important;
}

header a.btn.btn-register.ng-star-inserted {
  padding: 10px 20px;
  border-radius: 10px;
  text-decoration: none;
  padding: 8px 30px !important;
}

header a.btn.btn-register.ng-star-inserted:hover {
  color: #000 !important;
}

header div.nav ul.nav-menu li a {
  color: #7c7c7c !important;
}

a#bwgadgets {
  display: none;
}

div#desktopMenu {
  margin-top: 10px;
}

header div.top {
  height: auto !important;
}

header div.top a.logo img {
  max-height: inherit !important;
  max-width: 135px !important;
  margin-top: 5px;
}

header div.nav ul.nav-menu li a i.nav-icon {
  display: none;
}

app-footer footer {
  border-top: 1px solid #f0d88c !important;
  background: #191919 !important;
}

.b-widget {
  display: none;
}

.fast-redirect {
  display: flex;
  gap: 10px;
  margin-top: 15px;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 400px;
}

.fast-redirect img {
  width: 100%;
}

div#area2 {
  margin-top: 30px;
}

.fast-redirect a {
  transition: 0.1s all;
}

.fast-redirect a:hover {
  transform: scale(1.025);
}

.uclubolum {
  display: flex;
  gap: 10px;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 15px;
}

.uclubolum img {
  width: 100%;
}

.uclubolum a {
  transition: 0.1s all;
}

.uclubolum a:hover {
  transform: scale(1.025);
}

.slot-games {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
}

.slot-games .title {
  text-shadow: 0 0 20px #ffffff;
  color: #c7c7c7;
  font-family: "Poppins";
  font-size: 18px;
  background: #191919;
  margin-right: 86%;
  padding: 0 3px;
  border-top-right-radius: 25px;
  width: max-content;
  padding: 10px 20px;
  padding-right: 30px;
}

.slot-games .games {
  display: grid;
  grid-template-columns: repeat(6, 2fr);
  grid-template-rows: repeat(1, 0fr);
  grid-gap: 12px;
  grid-auto-flow: column;
  padding: 25px;
  background: #191919;
  min-height: unset !important;
  border-radius: 25px;
  border-top-left-radius: 0;
}

.slot-games .games a:first-child {
  height: calc(249px + 159.7 * (100vw - 1200px) / 720);
  grid-column: span 2;
  grid-row: span 2;
}

.slot-games .games a {
  height: calc(119.3px + 78.7 * (100vw - 1200px) / 720);
}

.slot-games .games img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.slot-games a img {
  border-radius: 16px;
  overflow: hidden;
  transition: 0.1s all;
}

.slot-games a img:hover {
  transform: scale(1.02);
}

@media only screen and (min-width: 1921px) {
  .slot-games .games a:first-child {
    height: 408.7px;
  }
  .slot-games .games a {
    height: 199px;
  }
}
div#tv {
  margin-top: 10px;
}

div#tv a {
  transition: 0.1s all;
  width: 100%;
  display: block;
}

div#tv img {
  width: 100%;
}

div#tv a:hover {
  transform: scale(1.025);
}

.alert .alert-base {
  background: rgb(224, 170, 62);
  background: linear-gradient(183deg, rgb(224, 170, 62) 0%, rgb(233, 197, 95) 175%);
  color: #000 !important;
}

.alert.alert-dismissible.fade.show.ng-star-inserted {
  padding: 0 !important;
}

.alert button.btn.btn-close {
  background: none !important;
  color: #000 !important;
  top: 7px;
}

div.dropdown.bw-custom a.btn[title="Beni Ara!"] {
  background: rgb(224, 170, 62);
  background: linear-gradient(183deg, rgb(224, 170, 62) 0%, rgb(233, 197, 95) 175%);
  color: #000 !important;
  border-radius: 100px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}

footer .footer-providers {
  background: none !important;
}

footer .b-content.p-2.pt-4 {
  color: #c7c7c7 !important;
  text-align: center !important;
}

footer .b-content .w-100.mt-2 .btn.btn-dark {
  color: #c7c7c7 !important;
}

footer .b-content .d-flex.mt-3.mb-2 {
  color: #fff !important;
}

a#scrollToTopBtn {
  color: #e1af44 !important;
  background: rgba(9, 10, 11, 0.2705882353) !important;
  opacity: 0.9;
}

a#scrollToTopBtn:hover {
  opacity: 1;
  background: rgba(9, 10, 11, 0.4901960784) !important;
}

.fast-redirect a {
  flex: 0 25%;
  flex: 0 1 20%;
  box-sizing: border-box;
}

.fast-redirect div.jackpotwinner {
  flex: 0 1 20%;
}

.fast-redirect div.jackpotwinner {
  border: 3px solid #b6b6b6;
  border-radius: 15px;
  padding: 10px;
  background: #171717;
  height: 100%;
  box-sizing: border-box;
  box-shadow: 0 0 30px;
}

.fast-redirect div.jackpotwinner .title {
  text-align: center;
  color: #fff;
}

.fast-redirect div.jackpotwinner hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff, rgba(255, 255, 255, 0));
  opacity: 0.6;
  margin: 10px 0;
}

.fast-redirect div.jackpotwinner .jackpotgames {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}

.fast-redirect div.jackpotwinner .jackpotgames .jpgame {
  display: flex;
  gap: 10px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.fast-redirect div.jackpotwinner .jackpotgames .jpgame .gmTitles {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
}

.fast-redirect div.jackpotwinner .jackpotgames .jpgame .gmContents {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.fast-redirect div.jackpotwinner .jackpotgames .jpgame .gameIcon img {
  width: 60px;
}

.fast-redirect div.jackpotwinner .jackpotgames .jpgame .gameDetails {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.fast-redirect div.jackpotwinner .jackpotgames .jpgame .gmContents span {
  font-size: 14px;
  color: #fff;
}

.fast-redirect div.jackpotwinner .jackpotgames .jpgame .gmTitles span {
  color: #4c4c4c;
  font-weight: bold;
  font-size: 14px;
}

.fast-redirect div.jackpotwinner .jackpotcontainer {
  overflow-y: scroll;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .fast-redirect {
    flex-wrap: wrap;
    height: auto;
  }
  .fast-redirect a {
    flex: 0 1 calc(50% - 10px);
    box-sizing: border-box;
  }
  .fast-redirect div.jackpotwinner {
    flex: 0 1 100%;
    height: 270px;
    border: 1px solid #b6b6b6;
  }
  .uclubolum {
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 0px !important;
  }
  .uclubolum::-webkit-scrollbar {
    display: none;
  }
  .uclubolum a,
  .uclubolum a img {
    min-width: 100%;
  }
  .uclubolum a:hover {
    transform: scale(1) !important;
  }
  .slot-games .games {
    grid-template-rows: repeat(4, 1fr);
    grid-template-columns: repeat(3, 1fr);
    padding: 15px;
  }
  .slot-games .games a:first-child {
    height: 208.7px;
  }
  .slot-games .games a {
    height: 100px;
  }
  .slot-games .title {
    font-size: 14px;
  }
  footer .w-100.d-flex.justify-content-end.flex-wrap {
    justify-content: center !important;
  }
  footer .w-100 {
    text-align: center;
  }
  app-bottom-navbar .m-bottom-nav {
    background: #090a0b;
    border-top: 1px solid #e1ac41;
  }
  app-bottom-navbar .m-bottom-nav nav a.item i {
    color: #e0ac40;
  }
  app-bottom-navbar .m-bottom-nav nav a.item span {
    color: #fff;
  }
}
/* Footer Slider container */
.footerSlider {
  position: relative;
  background-color: transparent;
  display: flex;
  justify-content: center;
  padding: 20px 0px;
  overflow: hidden;
  margin-top: 15px;
}

/* Title above the images */
.footerSliderTitle {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  font-weight: bold;
  z-index: 10;
  color: #e0aa3e;
}

/* Wrapper for the images */
.horizontalSliderWrapper {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #212529 transparent;
  padding: 10px 0;
}

/* Row containing all elements */
.horizontalSliderRow {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: max-content;
}

/* Each element (resim kapsayici) */
.horizontalSliderElem {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7%;
  height: 80px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  overflow: hidden;
}

/* Image inside each item */
.horizontalSliderImg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.horizontalSliderWrapper::-webkit-scrollbar {
  height: 6px;
}

.horizontalSliderWrapper::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.horizontalSliderWrapper::-webkit-scrollbar-track {
  background-color: transparent;
}

ul.nav-menu li.ng-star-inserted span {
  color: #c0c0c0;
}

a#scrollToTopBtn {
  box-shadow: 0 0 40px #e1af44;
}

.social ul.btn-group-social a img {
  filter: drop-shadow(0 0 7px #ffbb00);
}

.social ul {
  margin-top: 10px;
  display: flex;
  gap: 10px;
}

@media (max-width: 768px) {
  div#chat-widget-container,
  a.item.align-self-center {
    z-index: auto !important; /* Z-index ayari */
    outline: none; /* Mavi çerçeveyi kaldirir */
  }
}
/* LISANS GÖRSELLERI START*/
.licensed-container li img:hover {
  transform: scale(1.1);
}

.licensed-container {
  display: flex;
  gap: 10px;
  list-style-type: none;
  padding: 20px;
  margin: 0;
  justify-content: center;
  position: relative;
}

.licensed-title {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  z-index: 10;
}

.licensed-container li {
  display: inline-block;
  margin-top: 50px;
}

.licensed-container li img {
  width: 150px;
  height: auto;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0);
}

.licensed-container li img:hover {
  transform: scale(1.1);
}

/* LISANS GÖRSELLERI END*/
/* MOBIL FOOTER MENÜ IKON START*/
@media (max-width: 768px) {
  .m-bottom-nav {
    display: flex !important;
    justify-content: space-around !important;
    align-items: center !important;
    height: 60px !important;
  }
  a.item.align-self-center.ng-star-inserted {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    width: 70px !important;
  }
  a.item.align-self-center.ng-star-inserted i.bw-i-live-chat::before {
    content: "" !important;
    background-image: url("https://d1gnrvs4hpyg5b.cloudfront.net/media/122/22d6035d-6bf4-492f-a0eb-c5ab36376b39.webp") !important;
    background-size: contain !important;
    display: block !important;
    width: 30px !important;
    height: 30px !important;
    margin: 0 auto !important;
  }
  a.item.align-self-center.ng-star-inserted i.fa-money-bill-transfer.fa-solid.mr-2::before {
    content: "" !important;
    background-image: url("https://d1gnrvs4hpyg5b.cloudfront.net/media/122/6f743cc1-2332-4cc2-9e24-bd753dc3478c.webp") !important;
    background-size: contain !important;
    display: block !important;
    width: 30px !important;
    height: 30px !important;
    margin: 0 auto !important;
  }
  a.item.align-self-center.ng-star-inserted i.bw-i-specialslots.icon-set.mr-2::before {
    content: "" !important;
    background-image: url("https://d1gnrvs4hpyg5b.cloudfront.net/media/122/4f5be2ad-86f6-4103-b306-fc30fafdd1b6.webp") !important;
    background-size: contain !important;
    display: block !important;
    width: 30px !important;
    height: 30px !important;
    margin: 0 auto !important;
  }
  a.item.align-self-center.ng-star-inserted i.fa-money-bill-trend-up.fa-solid.mr-2::before {
    content: "" !important;
    background-image: url("https://d1gnrvs4hpyg5b.cloudfront.net/media/122/befa2a5d-b69a-4a19-b624-8265289dd811.webp") !important;
    background-size: contain !important;
    display: block !important;
    width: 30px !important;
    height: 30px !important;
    margin: 0 auto !important;
  }
  a.item.align-self-center.ng-star-inserted span {
    display: block !important;
    margin-top: 4px !important;
    text-align: center !important;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5) !important;
  }
  .m-bottom-nav nav a.item i {
    font-size: 32px !important;
  }
}
/* ALTMENÜ OYUN SAYFALARINDA GIZLEME*/
@media (max-width: 1024px) {
  body#casinogamepagex .m-bottom-nav,
  body#fast-gamesmenu-gamepagex .m-bottom-nav,
  body#live-casinopagex .m-bottom-nav {
    display: none !important; /* Gizlenecek */
  }
}
/* MOBIL FOOTER MENÜ IKON END*/
/* MOBIL MENÜ GRADYAN START*/
ul.nav-menu a, ul.nav-custom a {
  background: linear-gradient(90deg, rgb(255, 187, 0) 0%, rgb(36, 36, 36) 90%);
}

ul.nav-menu span, ul.nav-custom span {
  color: white !important;
  font-weight: bold !important;
}

@media screen and (max-width: 768px) {
  ul.nav-menu a, ul.nav-custom a {
    background: linear-gradient(90deg, rgb(255, 187, 0) 0%, rgb(36, 36, 36) 90%);
    padding: 10px 15px;
  }
  ul.nav-menu span, ul.nav-custom span {
    color: white !important;
    font-size: 16px;
  }
}
/* MOBIL MENÜ GRADYAN END*/
/* WEB PROMOSYONLAR START*/
a.btn.btn-base.m-hide.ng-star-inserted {
  box-shadow: 0 0 15px #fb0;
  border-radius: 20px !important;
  background-color: #fb0;
  color: #ffffff;
}

/* MOBIL PROMOSYON SAYFA BUTONLARI*/
@media (max-width: 1024px) {
  .btn.btn-base {
    background: #fb0;
    border-color: #fb0;
    color: #ffffff;
    border-radius: 16px;
    margin-right: 0px !important;
    height: 35px;
  }
}
.w-100 a#bonus-modal-btn,
.w-100 a.btn.btn-base.me-2.ng-star-inserted {
  background-color: #fb0;
  color: white;
  box-shadow: 0 0 20px white;
  border: none;
  border-radius: 15px;
}

img.w-100 {
  box-shadow: 0 0 30px #fb0;
}

.col {
  color: #ffffff;
  font-weight: bold;
}

/* WEB PROMOSYONLAR END*/
/*ÜST MENÜ YAZI BACKGROUND START*/
@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-height: 768px) {
  div#desktopMenu {
    background-color: #fb0;
    background: rgb(182, 182, 182);
    background: linear-gradient(90deg, rgb(182, 182, 182) 0%, rgb(114, 113, 113) 10%, rgb(82, 79, 75) 30%, rgb(119, 111, 83) 50%, rgb(87, 71, 48) 67%, rgb(134, 106, 45) 95%);
  }
}
div#desktopMenu {
  background-color: #fb0 !important;
}

div#desktopMenu {
  border-bottom-left-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
  background: rgb(182, 182, 182);
  background: linear-gradient(90deg, rgb(182, 182, 182) 0%, rgb(114, 113, 113) 10%, rgb(82, 79, 75) 30%, rgb(119, 111, 83) 50%, rgb(87, 71, 48) 67%, rgb(134, 106, 45) 95%);
}

header div.nav ul.nav-menu {
  padding: 0px !important;
  font-size: 20px !important;
}

header div.nav {
  height: 40px !important;
}

/*ÜST MENÜ YAZI BACKGROUND END*/
/*PARA YATIR PARA ÇEK START*/
a.btn.btn-base.py-2 {
  background: linear-gradient(90deg, rgb(182, 190, 197) 33%, rgba(0, 0, 0, 0.9682247899) 100%);
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 20px;
}

/* PARA ÇEK PARA YATIR END*/
/*MOBIL VE WEB GIRIS KAYIT BUTONU START*/
@media (max-width: 768px) {
  a.btn.btn-login,
  a.btn.btn-register.ng-star-inserted {
    background: linear-gradient(90deg, rgb(182, 190, 197) 33%, rgba(0, 0, 0, 0.9682247899) 100%) !important;
    font-weight: bold !important;
    color: #ffffff !important;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 20px !important;
    border: none !important;
  }
}
a.btn.btn-register.ng-star-inserted,
a.btn.btn-login {
  background: linear-gradient(90deg, rgb(182, 190, 197) 33%, rgba(0, 0, 0, 0.9682247899) 100%) !important;
  font-weight: bold !important;
  color: #ffffff !important;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 20px !important;
  border: none !important;
}

a.btn.m-hide.py-2 {
  box-shadow: 0 0 30px #e0aa3e;
}

/*MOBIL VE WEB GIRIS KAYIT BUTONU END*/
/* TV BANNER GÖRSEL DÜZENI*/
/*div#tv a img {
    box-shadow: 0px -8px 10px silver, 0px 5px 10px #f90505, 8px 0px 10px silver, -8px 0px 10px #f90505!important;
}*/
@keyframes shadowMove {
  0% {
    box-shadow: 0px -8px 10px silver, 0px 5px 10px #f90505, 8px 0px 10px silver, -8px 0px 10px #f90505;
  }
  50% {
    box-shadow: 0px -15px 20px silver, 0px 10px 15px #f90505, 15px 0px 20px silver, -15px 0px 20px #f90505;
  }
  100% {
    box-shadow: 0px -8px 10px silver, 0px 5px 10px #f90505, 8px 0px 10px silver, -8px 0px 10px #f90505;
  }
}
div#tv a img {
  animation: shadowMove 5s infinite ease-in-out;
  border-radius: 25px;
}

@media (max-width: 1024px) {
  div#tv a img {
    border-radius: 14px;
  }
}
body {
  background-image: url("https://d1gnrvs4hpyg5b.cloudfront.net/media/122/95d9bc42-af01-4e08-ac0b-ebce7a25afee.webp") !important;
  background-size: 95%;
  background-position: center;
  background-attachment: fixed;
}

@media (max-width: 768px) {
  body {
    background-image: url("https://d1gnrvs4hpyg5b.cloudfront.net/media/122/b5e53228-826f-477d-a8cb-c28cbc593a06.webp") !important; /* Mobil için daha küçük resim */
    background-size: 101% !important;
    background-position: center top;
    background-attachment: scroll;
    background-repeat: no-repeat;
  }
}