@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --baseColor: #0a0a0a;
  --themeColor: #ff9800; /* TURUNCU olarak değiştirildi */
}

/* background start */
body, html {
  background: transparent !important;
}

body[id$=pagex], body {
  background: #151821 !important;
  background-image: url(https://primegorselsunucu.com/img/general/bg-desktop.png) !important;
  background-size: 170% auto !important;
  background-position: top !important;
  background-repeat: no-repeat !important;
}

body,
body#casinogamepagex,
body#fast-gamesgamepagex,
body#live-casinogamepagex,
body#live-casinomenu-gamepagex,
body#scratchgamepagex,
body#virtual-sportsgamepagex {
  min-height: 100%;
  height: 100%;
}
/* background end */

/* navbar start */
header {
  background: url(https://primegorselsunucu.com/img/navbar/navbarbg.png);
  background-size: cover;
  border-bottom: 1px solid var(--themeColor);
  margin-bottom: 15px;
}

header .logo img {
  width: 275px !important;
  height: auto !important;
  padding: 10px 25px !important;
  transition: 0.1s all;
  margin-top: -10px !important;
  margin-left: 10px;
  border-bottom: 1px solid var(--themeColor);
  border-radius: 30px;
}

header .logo:hover img {
  transform: scale(1.1);
}

header div.nav {
  background: transparent !important;
  display: flex;
  justify-content: center;
  margin-top: 50px;
  height: fit-content !important;
  overflow: initial !important;
}

header div.nav ul.nav-menu {
  display: flex;
  gap: 20px;
}

header div.nav ul.nav-menu li a {
  display: flex;
  flex-direction: column;
  height: initial;
  padding-bottom: 7.5px;
  border-radius: 50px;
}

header div.nav ul.nav-menu li a span {
  color: #fff;
  margin-top: 15px;
  font-size: 14px;
}

header div.nav ul.nav-menu li a i.nav-icon {
  color: var(--themeColor) !important;
  margin-right: 0 !important;
  font-size: 17px;
}

header div.nav ul.nav-menu li a.current span {
  color: var(--themeColor);
}

header div.nav ul.nav-menu li a.current, 
header div.nav ul.nav-menu li a:hover {
  border-bottom: 2px solid var(--themeColor);
}

header a.btn.btn-login,
header a.btn.btn-register {
  color: #000 !important;
  border-radius: 15px;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 13px;
  transition: transform 0.1s;
}

header a.btn.btn-register {
  background: var(--themeColor) !important;
  border: 1px solid var(--themeColor) !important;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0;
}

.btn-group-social li a {
  border-radius: 100px;
  background: var(--themeColor) !important;
  color: var(--baseColor) !important;
  width: 35px !important;
  height: 35px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  transition: transform 0.1s;
  box-shadow: 0px 0px 5px 0px var(--themeColor);
  border: none !important;
}

.btn-group-social li a:hover {
  transform: scale(1.1);
}

.user-logged .login-area .b-links .btn {
  border: 1px solid var(--themeColor);
  border-radius: 30px;
  color: #fff !important;
  transition: transform 0.1s;
}
/* navbar end */

/* container start */
app-main .main {
  padding-top: 10px;
}
/* container end */

/* yönlendirme start */
.yonlendirme {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  margin-bottom: 25px;
}

.yonlendirme a {
  flex: 0 20%;
}

.yonlendirme img {
  width: 100%;
}

.yonlendirme a:hover {
  transform: scale(1.05);
}
/* yönlendirme end */

/* games start */
.dynGames .specGames {
  display: flex;
  gap: 10px;
  padding: 25px;
  background: #0f1c2f;
  border-radius: 25px;
  border-top-left-radius: 0px;
  justify-content: space-around;
  border: 1px solid #15335f;
}

.dynGames .specGames a img {
  width: 100%;
}

.dynGames .specGames a:hover {
  transform: scale(1.05);
}

.dynGames.games-casino,
.dynGames.games-livecasino {
  margin-top: 15px;
  padding: 0;
}

.dynGames .title {
  background: #0f1c2f;
  color: #fff !important;
  display: flex;
  width: fit-content;
  gap: 10px;
  align-items: center;
  padding-left: 25px;
  padding-top: 15px;
  padding-right: 35px;
  padding-bottom: 5px;
  border-radius: 30px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border: 1px solid #15335f;
  border-bottom: 0;
  flex-direction: row;
  flex-wrap: wrap;
}

.dynGames .title a:last-child {
  color: #fff;
  font-weight: bold;
}
/* games end */

/* Footer start */
footer.mt-3 {
  padding-top: 0;
  background: #0e1b2f !important;
  border-top: 1px solid var(--themeColor);
}

.footerSpec .up {
  display: flex;
  gap: 15px;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}

.footerSpec .up .one {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #142237;
  border: 1px solid #15335f;
  padding: 15px;
  border-radius: 20px;
  flex: 1;
  margin-top: 25px;
  align-items: stretch;
  justify-content: center;
}

.footerSpec .up .two {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #142237;
  border: 1px solid #15335f;
  padding: 15px;
  border-radius: 20px;
  flex: 0.8;
  align-items: center;
  margin-top: 25px;
  justify-content: center;
}

.footerSpec .copyright {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
}

.footerSpec a:hover {
  transform: scale(1.05);
}
/* Footer end */

/* wg icons start */
.wgNew span.wg {
  display: block;
  border-radius: 10px;
  margin-right: 5px;
  padding: 5px;
}

.wgNew span.wg:after {
  display: block;
  background: url(https://primegorselsunucu.com/img/icons/wgdeskicons.png) no-repeat center left;
  content: "";
  width: 15px;
  height: 15px;
  background-size: cover;
}

.wgNew span.wg-login:after {
  background-position: 0 0px;
}

.wgNew span.wg-register:after {
  background-position: -15px 0px;
}

.wgNew span.wg-casino:after {
  background-position: -50px 0px;
  width: 25px;
  height: 25px;
}

.wgNew span.wg-livecasino:after {
  background-position: -75px 0px;
  width: 25px;
  height: 25px;
}
/* wg icons end */

/* promo start */
body#promotionspagex .b-container {
  background: rgba(0, 0, 0, 0.1490196078);
  padding: 50px;
}

.b-bonus.page {
  grid-template-columns: repeat(auto-fill, minmax(calc((100% - 50px) / 3), 1fr)) !important;
}

.b-bonus-box .bonus-info h5 {
  font-size: 15px;
  color: var(--themeColor);
}

.b-bonus-box .bonus-info .btn.btn-base:first-child {
  background: var(--themeColor) !important;
  color: var(--baseColor) !important;
}

.bonus-modal .start,
.bonus-modal .modal-body .kind .d-flex,
.f-promotions .text-theme,
.f-promotions a.text-theme,
.b-bonus-box .text-theme {
  color: var(--themeColor) !important;
}
/* promo end */

/* v2 */
.wgNewBtn {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: 1px solid #0f2240;
  border-radius: 20px;
  box-shadow: 0px 0px 15px 0px #0e213e;
  margin-top: 15px;
  padding: 15px;
}

.wgNewBtn .mSy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.wgNewBtn .mSy a img {
  width: 100%;
  transition: 0.1s all;
}

.wgNewBtn .mSy span {
  color: #fff;
  font-family: "Poppins";
  font-size: 13px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.1s all;
}

.wgNewBtn .mSy span:after {
  content: "";
  display: block;
  background: #005286;
  box-shadow: 0px 0px 10px 0px #005286;
  width: 30px;
  height: 4px;
  margin-top: 10px;
  margin-bottom: -15px;
  border-radius: 10px;
  transition: 0.1s all;
}

.wgNewBtn .mSy:hover a img {
  transform: scale(1.1);
}

.wgNewBtn .mSy:hover span:after {
  width: 40px;
}

.yonlendirmev2 {
  display: flex;
  gap: 15px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 15px;
  padding: 0;
}

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

.yonlendirmev2 a img {
  width: 100%;
}

/* v3 */
.user-account {
  background: rgba(0, 0, 0, 0.1215686275) !important;
}

div.user-account div.account-card div.account-nav ul li a.active {
  background: var(--themeColor) !important;
  color: var(--baseColor) !important;
}

div.user-account div.account-card div.account-nav ul li a {
  color: var(--themeColor) !important;
}

div.user-account div.account-card div.account-nav ul li a:hover {
  background: var(--themeColor) !important;
  color: var(--baseColor) !important;
}

.user-account .content-head .btn.btn-base,
.user-account .content-header .btn.btn-base {
  color: var(--baseColor) !important;
  background: var(--themeColor) !important;
  border-radius: 50px;
  font-family: "Poppins";
  transition: 0.1s all;
}

.user-account .content-head .btn.btn-base:hover,
.user-account .content-header .btn.btn-base:hover {
  transform: scale(1.05);
}

/* game filter */
app-game-filter button.btn.btn-base.me-1.ng-star-inserted,
button.btn.btn-base.px-3 {
  border: 1px solid var(--themeColor);
  border-radius: 25px;
  color: #fff;
  transition: 0.1s all;
}

button.btn.btn-base.px-3.current,
button.btn.btn-base.px-3:hover {
  border-color: var(--baseColor) !important;
  background: var(--themeColor) !important;
  color: var(--baseColor) !important;
}

/* container genişletme */
.container {
  max-width: 1610px !important;
  width: 100%;
}

/* mobile */
@media screen and (max-width: 768px) {
  /* background start */
  body[id$=pagex], body {
    background-image: url(https://primegorselsunucu.com/img/general/bg-mobile.png) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: repeat-y !important;
  }
  /* background end */
  
  /* Navbar start */
  header div.top a.logo img {
    max-width: 150px !important;
    padding: 0 !important;
    transition: 0.1s all;
    border-bottom: none !important;
    border-radius: 0;
    margin-top: 7px !important;
  }
  
  header div.nav {
    display: block;
    overflow: scroll !important;
    background: rgba(255, 255, 255, 0.031372549) !important;
    margin-top: 0px;
    padding-bottom: 10px;
  }
  
  header div.nav ul.nav-menu li a span {
    font-size: 12px;
  }
  
  header a.btn.btn-login, header a.btn.btn-register {
    font-size: 10px;
    margin-right: 0;
  }
  /* Navbar end */
  
  /* mobile menu default start */
  .m-bottom-nav {
    border-top: 1px solid var(--themeColor) !important;
    background: var(--baseColor) !important;
  }
  
  .m-bottom-nav nav a.item i {
    color: var(--themeColor) !important;
  }
  
  .m-bottom-nav nav a.item span {
    color: #fff;
  }
  /* mobile menu default end */
  
  /* yonlendirme start */
  .yonlendirme {
    padding: 0;
    padding-top: 0 !important;
    margin-top: 10px !important;
    margin-bottom: 15px !important;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
  
  .yonlendirme a {
    flex: 1;
    min-width: 45%;
    margin: 1%;
    box-sizing: border-box;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* yonlendirme end */
  
  /* games start */
  .dynGames.games-casino {
    margin-top: 0 !important;
  }
  
  .dynGames .title {
    font-size: 13px;
    padding-left: 15px;
    padding-right: 20px;
    gap: 5px;
  }
  
  .dynGames .specGames a {
    flex: 1;
    min-width: 30%;
    margin: 1%;
    box-sizing: border-box;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  
  .dynGames .specGames {
    display: flex;
    flex-wrap: wrap;
  }
  /* games end */
  
  /* promo responsive */
  body#promotionspagex .b-container {
    padding: 0;
  }
  
  .b-bonus.page {
    grid-template-columns: repeat(auto-fill, minmax(calc((100% - 50px) / 2), 1fr)) !important;
  }
  
  /* v2 mobile */
  .wgNewBtn {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 15px;
  }
  
  .wgNewBtn .mSy {
    flex: 1 1 calc((100% - 50px) / 5);
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  
  .wgNewBtn .mSy:nth-child(n+6) {
    margin-bottom: 0px;
  }
  
  .wgNewBtn .mSy span {
    white-space: nowrap;
    font-size: 10px;
  }
  
  .yonlendirmev2 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  
  .yonlendirmev2 a {
    flex: 0 calc(50% - 5px);
  }
  
  /* footer responsive */
  .footerSpec .up .one {
    flex: 1 40%;
  }
  
  .footerSpec .up .two {
    flex: 1 45%;
  }
  
  .footerSpec .up .three {
    flex: 1 100%;
  }
  
  .footerSpec .up .one a:first-child {
    height: 40px;
  }
  
  footer .copyright {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 320px) {
  .wgNewBtn .mSy span {
    font-size: 8px;
  }
}

/* desktop */
@media screen and (min-width: 769px) {
  .site-alert {
    margin-top: -40px;
    margin-bottom: 30px;
  }
}

/* hide elements */
.btn.demo, .game-open-dialog .btn.theme.solid {
  display: none !important;
}

a#scrollToTopBtn {
  display: none !important;
}

a[href="/account/info/suspend"] {
  display: none !important;
}

div.user-account div.account-card div.account-content app-edit div.account-submenu ul li:last-child {
  display: none !important;
}