:root {
  --blue: #019876;
  --green: #01cb9d;
  --light-green: #01fec5;
  --black: #141423;
  --white: #ffffff;
  --gradient-green: linear-gradient(90deg, #019876 0%, #01cb9d 50%, #01fec5 100%);
}

body {
  background-image: linear-gradient(#0f0d1b9c, #0f0d1b9c), url('../images/pattern.png');
}

.star {
  background-image: url('data:image/svg+xml,<svg width="25" height="20" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.25 15.0667L15.53 17.4533C16.05 17.84 16.7567 17.32 16.5567 16.7067L15.3033 12.8533L18.5433 10.5467C19.0767 10.1733 18.81 9.33335 18.1567 9.33335H14.1833L12.89 5.30668C12.69 4.69335 11.8233 4.69335 11.6233 5.30668L10.3167 9.33335H6.34334C5.69 9.33335 5.42334 10.1733 5.95667 10.5467L9.19667 12.8533L7.94334 16.7067C7.74334 17.32 8.45 17.8267 8.97 17.4533L12.25 15.0667Z" fill="%23FF8800"/></svg>');
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  width: 20px;
  height: 20px;
  margin: 0 -3px;
}

.stars-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.score-container {
  font-size: 0.65rem;
  color: #fff;
  margin-top: 0.2rem;
  text-align: center;
}

.payment {
  display: grid !important;
  grid-template-columns: repeat(6, 1fr) !important;
  gap: 8px !important;
  align-items: center !important;
  max-width: 100% !important;
}

.payment img {
  width: 2.5rem !important;
  height: auto !important;
  object-fit: contain !important;
  margin: 3px;
}

.brand-logo {
  width: 67%;
  height: auto;
  object-fit: contain;
}

.brand-logo-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.more-payments {
  font-size: 0.8rem !important;
  color: var(--white);
  background: var(--gradient-green);
  padding: 2px;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  width: 40px;
}

.bestcasino {
  border: 1px solid #0afdc552;
  box-shadow: 0px 0px 43px -25px #0afdc5;
}

.thropy-v {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 30px;
  background-color: #141423;
}

.age-disclaimer-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 100000;
  background-image: linear-gradient(#000000c7, #000000c7);
  background-size: 400px;
}

.header-wrapper img {
  width: 26px;
  margin-right: 10px;
}

.custom-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0f0d1b;
  padding: 20px;
  max-width: 600px;
  width: 95%;
  border-radius: 10px;
  background-position: center;
  background-size: 700px;
  background-position: top;
  background-size: 300px;
  box-shadow: 0px 0px 40px 0px #ffffff61;
  background-repeat: repeat no-repeat;
}

.custom-modal .logo {
  width: 150px;
  height: 150px;
  object-fit: contain;
}

.custom-modal h3 {
  color: #fff;
  font-weight: bolder;
}

.custom-modal .mbtn {
  animation: pulse 2s infinite;
  margin-bottom: 1px;
  display: inline-block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .data .bideneftd .logo img {
    height: 80px;
  }
  .playnow .mbtn.bordered {
    font-size: 14px;
  }

  .playnow .mbtn.bordered img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 10px;
    position: relative;
    top: -1px;
  }
}

.wrap-exit-modal {
  position: fixed;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 15;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(4, 13, 32, 0.5);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}
@media (max-width: 992px) {
  .wrap-exit-modal {
    background: linear-gradient(241.59deg, #03090f, #101927 72.26%);
  }
}
.wrap-exit-modal:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 549px;
  height: 460px;
}
@media (max-width: 767px) {
  .wrap-exit-modal:before {
    content: '';
    display: none;
  }
}
.wrap-exit-modal:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 110px;
  height: 460px;
}
@media (max-width: 992px) {
  .wrap-exit-modal:after {
    content: '';
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .wrap-exit-modal:after {
    content: '';
    display: none;
  }
}
.exit-modal {
  width: 100%;
  max-width: 400px;
  position: relative;
  text-align: center;
  position: relative;
  width: -webkit-min-content;
  width: min-content;
  width: 400px;
  margin: 2% auto;
  text-align: center;
  top: 50px;
  background: #040d20;
  border: 1px solid #a1badc6e;
  box-sizing: border-box;
  border-radius: 14px;
}
.exit-modal__btn-close {
  position: absolute;
  content: '';
  border: 0;
  padding: 0;
  top: 7px;
  right: 10px;
  width: 18px;
  height: 18px;
  background: url(../images/Close.svg) no-repeat 50% / contain;
  z-index: 12;
}

/*  */
.popup-bonus {
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 5px;
  color: #fff;
}

.money-bonus {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

.mbtn-modal {
  background: var(--gradient-green);
  color: #141423 !important;
  font-weight: 900;
  border-radius: 5px;
  font-size: 14px;
  padding: 14px 20px;
  outline: 0 !important;
  border: none !important;
  text-decoration: none !important;
  margin-bottom: 20px;
}

#exit-modal .popup-figure {
  margin-bottom: 30px;
  padding: 30px 0;
  background: linear-gradient(
      90.81deg,
      rgba(130, 148, 177, 0),
      rgba(130, 148, 177, 0.12) 50.52%,
      rgba(130, 148, 177, 0)
    ),
    rgba(130, 148, 177, 0.02);
  border-bottom: 1px solid #a1badc6e;
  position: relative;
}
@media (max-width: 576px) {
  #exit-modal .popup-figure {
    margin-bottom: 20px;
  }
}
#exit-modal .popup-figure:before {
  content: '';
  position: absolute;
  top: 37%;
  left: -12%;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 576px) {
  #exit-modal .popup-figure:before {
    content: '';
    top: 16%;
    left: -8%;
  }
}
@media (max-width: 376px) {
  #exit-modal .popup-figure:before {
    content: '';
    left: -9%;
  }
}
@media (max-width: 320px) {
  #exit-modal .popup-figure:before {
    content: '';
    left: -11%;
  }
}
#exit-modal .popup-figure img {
  max-width: 210px;
}

.bestcasino-top {
  box-shadow: 0px 0px 25px 0px #0afdc5;
}

.top-lable {
  background: var(--gradient-green);
  border-radius: 12px;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  left: 10px;
  width: auto;
  height: 25px;
  padding: 0 10px 0 10px;
  font-weight: 600;
  font-size: 15px;
  color: #141423 !important;
  text-align: center;
}

.gradient-green {
  background: var(--gradient-green);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header__logo-text {
  display: flex;
  align-items: baseline;
  line-height: 1;
  letter-spacing: 0;
  gap: 1px;
}

.header__logo-text .bold-text {
  font-family: Montserrat;
  font-weight: 900;
  font-size: 2rem;
  line-height: 100%;
  letter-spacing: 0%;
  background: linear-gradient(180deg, #019876 0%, #01cb9d 50%, #01fec5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

.header-divider {
  background: linear-gradient(180deg, #019876 0%, #01cb9d 50%, #01fec5 100%);
  height: 1px;
  border-top: 1px solid linear-gradient(180deg, #019876 0%, #01cb9d 50%, #01fec5 100%);
  width: 100%;
}

.bonus-title {
  font-weight: 700;
  font-size: 0.8rem !important;
  text-decoration: underline;
  padding-bottom: 5px;
}

.header__logo-text .secondary-text {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 1.95rem;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: '#fff';
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .header__logo-text .bold-text {
    font-size: 1.5rem;
  }

  .header__logo-text .secondary-text {
    font-size: 1.5rem;
  }

  .payment img {
    width: 2rem !important;
  }
}

.girissozler-wrap .features-block {
  display: flex;
  flex-direction: row;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.girissozler-wrap .feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.girissozler-wrap .feature-item img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.girissozler-wrap .feature-item p {
  margin: 0;
  font-size: 14px;
  color: var(--white);
  white-space: nowrap;
}

@media (max-width: 768px) {
  .girissozler-wrap .features-block {
    gap: 10px;
    justify-content: center;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .girissozler-wrap .feature-item {
    flex: 0 0 auto;
    justify-content: flex-start;
    text-transform: uppercase;
  }

  .girissozler-wrap .feature-item p {
    font-size: 0.55rem;
  }
}

@media (max-width: 480px) {
  .girissozler-wrap .feature-item {
    flex: 0 0 auto;
    justify-content: center;
  }

  .girissozler h1 {
    font-size: 1.85rem;
  }

  .header-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.5rem;
    text-align: center;
  }

  .header-wrapper img {
    width: 1.35rem;
    margin-right: 0.5rem;
  }

  .header__logo-text .bold-text {
    font-size: 1.15rem;
  }

  .header__logo-text .secondary-text {
    font-size: 1.15rem;
  }

  .girissozler-wrap .feature-item img {
    width: 1rem;
    height: 1rem;
    object-fit: contain;
  }

  .bideneftd {
    margin-top: 0.5rem !important;
    margin-bottom: 2rem !important;
  }

  .payment {
    margin-top: 0.5rem !important;
    margin-bottom: 0.75rem !important;
  }

  .payment img {
    width: 2rem !important;
  }

  .score-container {
    margin-top: 0rem !important;
  }

  .data .bideneftd .info {
    border-left: 0.5px solid #2b2b48;
    margin: 0;
  }
}
