/* Base Styles */
body,
html {
  width: 100%;
  font-size: 100%;
  line-height: 120%;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  min-height: 100vh;
  background: #090909;
  color: #fff;
  font-family: var(--font-main);
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/font/inter-regular-KOL3.woff2) format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/font/inter-medium-KOL3.woff2) format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/font/inter-bold-KOL3.woff2) format('woff2');
}

:root {
  --font-main: 'Inter', sans-serif;
  --container-width: 1240px;
  --container-header-width: 1340px;
  --container-step: 20px;
  --container-step-tablet: 15px;
  --container-step-mobile: 16px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --container-header: calc(
    var(--container-header-width) + (var(--container-step) * 2)
  );
  --main: #ffffff;
  --black: #000000;
  --white: #ffffff;
  --hover: #435462;
  --active: #84c404;

  --bg-dark: #000;
}

.mainZOL3 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.containerZOL3 {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 991px) {
  .containerZOL3 {
    padding: 0 15px;
  }
}

@media (max-width: 600px) {
  .containerZOL3 {
    padding: 0 16px;
  }
}

/* Utility Classes */
.underlineZOL3 {
  text-decoration: underline;
}

.opacity-80ZOL3 {
  opacity: 0.8;
}

.opacity-60ZOL3 {
  opacity: 0.6;
}

.bg-darkZOL3 {
  background-color: #000;
}

.text-centerZOL3 {
  text-align: center;
}

.uppercaseZOL3 {
  text-transform: uppercase;
}

.fw-700ZOL3 {
  font-weight: 700;
}

.fw-600ZOL3 {
  font-weight: 600;
}

.fw-500ZOL3 {
  font-weight: 500;
}

.mb-8-4ZOL3:not(:last-child) {
  margin-bottom: 8px;
}

@media (max-width: 600px) {
  .mb-8-4ZOL3:not(:last-child) {
    margin-bottom: 4px;
  }
}

.mb-16ZOL3:not(:last-child) {
  margin-bottom: 16px;
}

.mb-16-8ZOL3:not(:last-child) {
  margin-bottom: 16px;
}

@media (max-width: 600px) {
  .mb-16-8ZOL3:not(:last-child) {
    margin-bottom: 8px;
  }
}

.mb-20ZOL3 {
  margin-bottom: 20px;
}

.mb-10ZOL3 {
  margin-bottom: 10px;
}

.mb-24ZOL3:not(:last-child) {
  margin-bottom: 24px;
}

.mb-30ZOL3 {
  margin-bottom: 30px;
}

.mb-30-24ZOL3:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 600px) {
  .mb-30-24ZOL3:not(:last-child) {
    margin-bottom: 24px;
  }
}

.mb-sectionZOL3 {
  margin-bottom: 80px;
}

@media (max-width: 600px) {
  .mb-sectionZOL3 {
    margin-bottom: 40px;
  }
}

.mb-24-16ZOL3:not(:last-child) {
  margin-bottom: 24px;
}

@media (max-width: 600px) {
  .mb-24-16ZOL3:not(:last-child) {
    margin-bottom: 16px;
  }
}

.mb-24-12ZOL3:not(:last-child) {
  margin-bottom: 24px;
}

@media (max-width: 600px) {
  .mb-24-12ZOL3:not(:last-child) {
    margin-bottom: 12px;
  }
}

.cp-heroZOL3 {
  padding: 40px 0;
}

@media (max-width: 600px) {
  .cp-heroZOL3 {
    padding: 80px 0 40px;
  }
}

.cp-ageZOL3 {
  width: 45px;
  height: 45px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/assets/icon-age-POT5.svg);
}

.hover-opacityZOL3 {
  transition: opacity 0.3s ease;
}

.hover-opacityZOL3:hover {
  opacity: 0.7;
}

.hover-colorZOL3 {
  transition: color 0.3s ease;
}

.hover-colorZOL3:hover {
  color: #ffb200;
}

/* Typography Classes */
.tx-50-28ZOL3 {
  font-size: 50px;
  line-height: 100%;
}

@media (max-width: 991px) {
  .tx-50-28ZOL3 {
    font-size: 38px;
  }
}

@media (max-width: 600px) {
  .tx-50-28ZOL3 {
    font-size: 28px;
  }
}

.tx-32-20ZOL3 {
  font-size: 32px;
  line-height: 100%;
}

@media (max-width: 600px) {
  .tx-32-20ZOL3 {
    font-size: 20px;
  }
}

.tx-20-14ZOL3 {
  font-size: 20px;
  line-height: 120%;
}

@media (max-width: 600px) {
  .tx-20-14ZOL3 {
    font-size: 14px;
  }
}

.tx-20-12ZOL3 {
  font-size: 20px;
  line-height: normal;
}

@media (max-width: 600px) {
  .tx-20-12ZOL3 {
    font-size: 12px;
  }
}

.tx-18-16ZOL3 {
  font-size: 18px;
  line-height: 120%;
  font-weight: 700;
}

@media (max-width: 600px) {
  .tx-18-16ZOL3 {
    font-size: 16px;
  }
}

.tx-16-14ZOL3 {
  font-size: 16px;
}

@media (max-width: 600px) {
  .tx-16-14ZOL3 {
    font-size: 14px;
  }
}

.tx-16-12ZOL3 {
  font-size: 16px;
}

@media (max-width: 600px) {
  .tx-16-12ZOL3 {
    font-size: 12px;
  }
}

.tx-16-10ZOL3 {
  font-size: 16px;
  line-height: normal;
}

@media (max-width: 991px) {
  .tx-16-10ZOL3 {
    font-size: 10px;
  }
}

.tx-24-20ZOL3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}

@media (max-width: 600px) {
  .tx-24-20ZOL3 {
    font-size: 20px;
  }
}

.tx-14-12ZOL3 {
  font-size: 14px;
}

@media (max-width: 600px) {
  .tx-14-12ZOL3 {
    font-size: 12px;
  }
}

/* Popups Styles */
.popup-overlayZOL3 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.popupZOL3 {
  background-color: #000;
  border-radius: 20px;
  padding: 40px 30px;
  max-width: 670px;
  width: 90%;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  animation: slideUp 0.3s ease-in-out;
}

@keyframes slideUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.popup-ageZOL3 {
  padding: 50px 40px;
}

.popup-cookieZOL3 {
  padding: 40px 30px;
}

.popup-titleZOL3 {
  font-size: 32px;
  font-weight: 700;
  color: #ffb200;
  margin-bottom: 24px;
  text-transform: uppercase;
  line-height: 1.2;
}

@media (max-width: 600px) {
  .popup-titleZOL3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.popup-textZOL3 {
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 30px;
}

@media (max-width: 600px) {
  .popup-textZOL3 {
    font-size: 14px;
    margin-bottom: 24px;
  }
}

.popup-buttonZOL3 {
  width: 100%;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}

.popup-button-primaryZOL3 {
  border-radius: 15px;
  border: 1px solid #ffb200;
  background: #ffb200;
  color: #000;
}

.popup-button-primaryZOL3:hover {
  background-color: #ffc933;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 178, 0, 0.4);
}

.popup-button-primaryZOL3:active {
  transform: translateY(0);
}

.popup-button-secondaryZOL3 {
  border-radius: 15px;
  border: 1px solid #ffb200;
  color: #ffb200;
}

.popup-button-secondaryZOL3:hover {
  background-color: rgba(255, 178, 0, 0.1);
  transform: translateY(-2px);
}

.popup-button-secondaryZOL3:active {
  transform: translateY(0);
}

.popup-buttonsZOL3 {
  display: flex;
  gap: 16px;
  flex-direction: column;
}

@media (min-width: 600px) {
  .popup-buttonsZOL3 {
    flex-direction: row;
  }

  .popup-buttonZOL3 {
    flex: 1;
  }
}

@media (max-width: 600px) {
  .popupZOL3 {
    padding: 30px 20px;
    width: 95%;
  }

  .popup-ageZOL3 {
    padding: 40px 25px;
  }

  .popup-cookieZOL3 {
    padding: 30px 20px;
  }

  .popup-buttonZOL3 {
    padding: 14px 24px;
    font-size: 14px;
  }
}

/* Header Styles */
.headerZOL3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}

.cp-headerZOL3 {
  padding: 10px 16px;
}

/* Footer Styles */
.AKR1-footerZOL3 {
  display: flex;
  padding: 40px 0;
  background: #030200;
}

.cp-ageZOL3 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
}

.AKR1-footer__topZOL3 {
  display: flex;
  gap: 20px;
}

@media (max-width: 775px) {
  .AKR1-footer__topZOL3 {
    flex-direction: column;
  }
}

.AKR1-footer__topZOL3 div {
  flex: 1;
}

.AKR1-footer__bottomZOL3 {
  margin-bottom: 24px;
}

@media (max-width: 575px) {
  .AKR1-footer__bottomZOL3 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 16px;
  }
}

@media (max-width: 575px) {
  .AKR1-footer__navZOL3 {
    width: 100%;
  }
}

.AKR1-footer__nav__listZOL3 {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

@media (max-width: 600px) {
  .AKR1-footer__nav__listZOL3 {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 12px;
  }
}

.AKR1-footer__linksZOL3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  gap: 20px 50px;
  flex-wrap: wrap;
}

@media (max-width: 575px) {
  .AKR1-footer__linksZOL3 {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.AKR1-footer__bottom-textZOL3 {
  font-size: 12px;
  line-height: 120%;
  text-align: center;
}

@media (max-width: 575px) {
  .AKR1-footer__bottom-textZOL3 {
    text-align: left;
  }
}

.AKR1-footer__nav__itemZOL3 {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 600px) {
  .AKR1-footer__nav__itemZOL3 {
    justify-content: flex-start;
  }
}

/* Main Styles */
.width-195ZOL3 {
  width: 195px !important;
}

@media (max-width: 575px) {
  .width-195ZOL3 {
    width: 100% !important;
  }
}

@media (max-width: 600px) {
  .hero-privacyZOL3 .hero__descrZOL3 {
    margin-top: 80px;
  }
}

@media (max-width: 991px) {
  .hero__cardsZOL3 {
    display: none;
  }
}

.heroZOL3 {
  background-image: url(/assets/hero-POT5.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 416px;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .heroZOL3 {
    min-height: 439px;
  }
}

@media (max-width: 600px) {
  .heroZOL3 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-start;
    background-image: url(/assets/hero-mob-POT5.webp);
    margin-bottom: 16px;
  }
}

.hero__descrZOL3 {
  max-width: 762px;
}

.hero__descrZOL3 h1 {
  text-transform: uppercase;
}

.hero-privacyZOL3 {
  background-image: url(/assets/hero-privacy-POT5.webp);
  min-height: 166px;
}

@media (max-width: 991px) {
  .timestampZOL3 {
    text-align: center;
  }
}

@media (max-width: 600px) {
  .hero-privacyZOL3 {
    background-image: url(/assets/hero-privacy-mob-POT5.webp);
    min-height: 160px;
  }
}

.hero-privacyZOL3 .hero__itemZOL3 {
  padding: 80px 0 20px;
  justify-content: center;
}

@media (max-width: 600px) {
  .hero-privacyZOL3 .hero__itemZOL3 {
    padding: 20px 0 20px;
  }
}

.hero__cards-mobZOL3 {
  display: none;
}

@media (max-width: 600px) {
  .hero__cards-mobZOL3 {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.hero__itemZOL3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.header__itemsZOL3 {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 600px) {
  .header__itemsZOL3 {
    flex-direction: column;
  }
}

.header__itemZOL3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding: 10px 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-weight: 400;
  line-height: normal;
  border-radius: 15px;
  border: 1px solid #d18800;
}

@media (max-width: 600px) {
  .header__itemZOL3 {
    padding: 4px;
    height: 32px;
    width: fit-content;
    min-width: 103px;
  }
}

.casinoZOL3 {
  padding-top: 0px;
  margin-bottom: 70px;
}

.casino__itemsZOL3 {
  margin-bottom: 25px;
  list-style: none;
  padding: 0;
  display: block;
  width: 100%;
}

.casino__paysZOL3 img {
  width: auto;
}

.casino__wrapperZOL3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.casino__containerZOL3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
  max-width: 753px;
  padding: 0px 32px;
  position: relative;
}

.casino__contentZOL3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
  max-width: 300px;
  width: 100%;
  text-align: left;
}

.casino__contentsZOL3 {
  padding-left: 0;
  list-style: none;
}

.casino__dopZOL3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 10px;
  max-width: 240px;
  width: 100%;
}

.casino__headZOL3 {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .casino__headZOL3 {
    display: none;
  }
}

.casino__priceZOL3 {
  color: #fff;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .casino__priceZOL3 {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center;
  }
}

.casino__listZOL3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  padding-left: 0px;
  list-style: none;
}

.casino__infoZOL3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.casino__ratingZOL3 {
  display: flex;
  align-items: center;
}

.casino__numberZOL3 {
  color: #fff;
  font-weight: 700;
}

.casino__starsZOL3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.casino__leftZOL3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0px 0px;
  width: 100%;
  gap: 8px;
}

.casino__imagesZOL3 {
  display: block;
  max-width: 202px;
  width: 100%;
}

.casino__rightZOL3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 306px;
  width: 100%;
  padding: 0px 0px;
}

.casino__buttonsZOL3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 253px;
  padding: 16px 32px;
  width: 100%;
  position: relative;
}

@media (max-width: 600px) {
  .casino__buttonsZOL3 {
    padding: 16px 10px;
  }
}

.casino__wrapZOL3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-radius: 30px;
  border: 1px solid #ffb200;
  background: linear-gradient(
    90deg,
    #000 0%,
    rgba(128, 89, 0, 0.55) 50%,
    #000 100%
  );
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.5);
}

.casino__btnZOL3 {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: 37px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px;
  border: 1px solid #ffbf00;
  background: #ffb200;
  color: #000;
  text-transform: uppercase;
}

.casino__btnZOL3:hover {
  background: #9d6c17;
}

.casino__paysZOL3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  width: 100%;
  gap: 4px;
  max-width: 100%;
  margin-bottom: 8px;
}

.card1__leftZOL3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 211px;
  flex: 0 0 211px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.card1__wrapper-imageZOL3 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 10px 10px 10px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.card1__imageZOL3 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top;
  height: 54px;
}

@media (max-width: 600px) {
  .card1__imageZOL3 img {
    height: 40px;
  }
}

.mobZOL3 {
  display: none;
}

.mob-benefitsZOL3 {
  display: none !important;
}

/* Mobile styles */
@media (max-width: 1290px) {
  .body__containerZOL3 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .casino__dopZOL3 {
    display: none;
  }

  .casino__leftZOL3 {
    gap: 10px;
  }
}

@media (max-width: 1100px) {
  .casino__containerZOL3 {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .casino__leftZOL3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
  }

  .casino__rightZOL3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }

  .casino__itemsZOL3 {
    max-width: 500px;
    margin: 0 auto 8px;
  }

  .casino__imagesZOL3 {
    max-width: 240px;
  }

  .casino__buttonsZOL3 {
    max-width: 250px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    position: relative;
    overflow: hidden;
  }

  .casino__rating.mobZOL3 {
    position: relative;
    z-index: 1;
    margin: 8px;
  }

  .casino__paysZOL3 {
    position: relative;
    z-index: 1;
  }

  .casino__btnZOL3 {
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
  }

  .casino__dopZOL3 {
    display: none;
  }

  .casino__containerZOL3 {
    display: none;
  }

  .casino__leftZOL3 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 16px;
  }

  .casino__paysZOL3 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .casino__leftZOL3 {
    padding: 0px 0;
  }

  .casino__rightZOL3 {
    padding: 0px 0;
  }

  .card1__leftZOL3 {
    -webkit-box-flex: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
  }

  .card1__leftZOL3::before {
    display: none;
  }

  .casino__wrapZOL3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 15px;
  }

  .casino__leftZOL3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .casino__rightZOL3 {
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .casino__ratingZOL3 {
    max-width: 250px;
    gap: 8px;
  }

  .mob-benefitsZOL3 {
    display: flex !important;
    padding-left: 10px;
    padding-bottom: 10px;
  }

  .mobZOL3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .descZOL3 {
    display: none;
  }

  .casino__contentZOL3 {
    padding: 0;
  }

  .casino__sZOL3 {
    max-width: 20px;
  }

  .casino__dopZOL3 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .casino__leftZOL3 {
    gap: 0px;
  }
}

@media (max-width: 575px) {
  .body__containerZOL3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .card1__leftZOL3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47vw;
    flex: 0 0 47vw;
  }

  .casino__btnZOL3 {
    font-size: 10px;
    padding: 10px;
  }
}

@media (max-width: 360px) {
  .casino__imagesZOL3 {
    max-width: 135px;
  }

  .casino__btnZOL3 {
    width: 130px;
    padding: 10px;
    font-size: 12px;
    margin-bottom: 16px;
  }

  .casino__sZOL3 {
    width: 22px;
  }

  .casino__itemsZOL3 {
    border-radius: 20px;
    max-width: 300px;
  }

  .casino__contentZOL3 {
    max-width: 150px;
  }

  .casino__rightZOL3 {
    padding-right: 0px;
    padding-top: 0;
  }

  .casino__leftZOL3 {
    padding-right: 10px;
  }

  .card1__leftZOL3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card1__imageZOL3 {
    width: 100%;
    padding: 0px;
  }

  .card1__wrapper-imageZOL3 {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
  }

  .casino__starsZOL3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2px;
  }

  .casino__paysZOL3 {
    gap: 5px;
  }

  .casino__boxZOL3 {
    padding: 0;
  }

  .casino__contentZOL3 {
    padding: 0;
  }

  .casino__leftZOL3 {
    padding-bottom: 0px;
    padding-right: 0;
  }

  .casino__infoZOL3 {
    font-size: 10px;
    text-align: center;
  }

  .casino__sbZOL3 {
    max-width: 24px;
  }

  .casino__numberZOL3 {
    margin-bottom: 0px;
  }

  .casino__sZOL3 {
    max-width: 16px;
  }

  .casino__imgZOL3 {
    max-width: 35px;
  }

  .casino__dopZOL3 {
    padding: 0;
  }

  .card1__wrapper-imageZOL3 {
    padding: 0;
  }

  .casino__buttonsZOL3 {
    max-width: 148px;
    padding: 16px 8px;
    gap: 0;
  }
}

.logo-linkZOL3 {
  border-radius: 20px;
  background: #bc140d;
  padding: 4px 24px;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}

@media (max-width: 600px) {
  .desct-topZOL3 {
    display: none;
  }
}

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

@media (max-width: 1240px) {
  .casino__benefitsZOL3 {
    display: none;
  }
}

.casino__benefits__listZOL3 {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.casino__benefits__listZOL3 span {
  padding-right: 16px;
}

.casino__benefits__listZOL3 li {
  list-style-type: disc;
}

.casino__paysZOL3 svg {
  width: auto;
  height: auto;
}

/* About Section Styles */
.about-section__contentZOL3 {
  border-radius: 30px;
  border: 1px solid #ffb200;
  background: #000;
  padding: 20px;
}

@media (max-width: 600px) {
  .about-section__contentZOL3 {
    padding: 10px;
  }
}

.about-section__contentZOL3 ul {
  padding-left: 20px;
}

.about-section__contentZOL3 ul li {
  list-style-type: disc;
}

.about-section__content-itemZOL3 {
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  .about-section__content-itemZOL3 {
    margin-bottom: 10px;
  }
}

.about-section__content-itemZOL3 {
  border-radius: 30px;
  border-left: 1px solid rgba(255, 178, 0, 0.5);
  background: #000;
  padding: 20px;
}

@media (max-width: 600px) {
  .about-section__content-itemZOL3 {
    padding: 10px;
  }
}

.bg-noneZOL3 {
  border: none;
  padding: 0;
}

/* Disclaimer Section Styles */
.disclaimer-sectionZOL3 {
  background: rgba(255, 255, 255, 0.05);
  padding: 40px 0;
}

.disclaimer-section__contentZOL3 {
  max-width: 817px;
  margin: 0 auto;
}

/* Privacy/Terms Styles */
.termsZOL3 {
  padding-bottom: 40px;
}

@media (max-width: 600px) {
  .termsZOL3 {
    padding: 0 0 20px 0;
  }
}

.terms__itemZOL3 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}

.terms__itemZOL3 ul {
  padding-left: 20px;
}

.terms__itemZOL3 ul li {
  list-style-type: disc;
}
