@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap");

html,
body {
  font-family: "Orbitron", sans-serif;
  font-size: 16px;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: auto;
  background: url(/img/backg.png),
    linear-gradient(
      90deg,
      #001929 0%,
      #093a59 20%,
      #001929 40%,
      #093a59 60%,
      #001929 80%,
      #093a59 100%
    );
  background-repeat: no-repeat;
  background-position: top 4% right;
  background-attachment: scroll;
  color: #fff;
}
a {
  color: inherit;
  list-style: none;
}
nav ul {
  display: flex;
  gap: 20px;
}
.container {
  margin: 0 auto;
  max-width: 1000px;
  padding: 10px 20px;
}
p,
h1,
h2,
h3,
h4 {
  padding: 0;
  margin: 0;
}
h1 {
  font-size: 2.5rem;
}
.header {
  max-width: 1280px;
  height: 40px;
  padding: 0 32px;
  margin: 16px auto;
  display: flex;
  align-items: center;
  justify-content: end;
}
.hero {
  padding: 50px 0;
}
.logo {
  display: flex;
  align-items: center;
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
}
.hero-text {
  text-align: center;
}
.casino {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.casino-item {
  height: 200px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #56bdff;
  background: #072d45;
  box-shadow: 0px 0px 2px 1px #249fed;
  padding: 3px 20px 3px 1px;
}

.casino-stars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
}

.slash {
  width: 80px;
  display: flex;
  background-image: url(/img/final_combined_image.png);
}
.slash,
.slash::before {
  content: " ";
  height: 12.8px;
  min-width: 16px;
  max-width: 80px;
  width: 100%;
  background-size: 16px;
  display: flex;
  background-position-x: left;
  background-position-y: top;
  color: transparent;
}

.slash[clash="5"]::before {
  width: 80px;
}

.slash::before {
  margin: 0;
  padding: 0;
  background-image: url(/img/combined_corrected_image.png);
}
.slash,
.slash::before {
  content: " ";
  height: 12.8px;
  min-width: 16px;
  max-width: 80px;
  width: 100%;
  background-size: 16px;
  display: flex;
  background-position-x: left;
  background-position-y: top;
  color: transparent;
}
.casino-spin {
  width: 520px;
  padding: 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 28px;
}
.casino-stars-num,
.slash {
  height: 36px;
  border-radius: 6px;
  background: #0c4d75;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.orange {
  width: 184px;
  height: 36px;
  clip-path: inset(0 0 0 0 round 6px);
  padding: 6px 12px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.casino-brand-link {
  width: 200px;
  height: 62px;
  border-radius: 6px;
  background: linear-gradient(
    261deg,
    #1993e0 0.9%,
    #7558f6 23.69%,
    #6044dd 66.37%,
    #1064e5 96.53%
  );
  box-shadow: 0px 0px 0px 2px #74c5ff;
  border: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.4px;
  color: #fff;
  font-family: "Chakra Petch";
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.casino-brand-link a {
  text-decoration: none;
}
.footer-age {
  max-width: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px 48px;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 120px 16px 48px 16px;
}
.footer-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.footer-text img {
  object-fit: contain;
}
.tYspCcrqBt img {
  width: 56px;
  height: 56px;
}

.fDwWMwWYXE img {
  width: 328.695px;
  height: 56px;
}
.WHVIDqoDFX img {
  width: 261px;
  height: 56px;
}
.UnNFuYOyNU img {
  width: 183px;
  height: 56px;
}
.EOQOjsFKRt img {
  width: 165px;
  height: 56px;
}
.QNRVUYMRXn img {
  width: 65px;
  height: 56px;
}
.UhWflTixfR img {
  width: 208px;
  height: 56px;
}
.yCedqIPUcs img {
  width: 60px;
  height: 56px;
}
.RXEIqlEoNx img {
  width: 101px;
  height: 56px;
}
.oGdZDepnOG img {
  width: 283px;
  height: 56px;
}
.CLpxCQyhDQ img {
  width: 113px;
  height: 56px;
}

.footer-bonus {
  text-align: center;
}
.policy {
  padding: 40px 0 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.policy-link ul {
  display: flex;
  gap: 20px;
}

li {
  list-style: none;
}
.menu-block ul {
  display: flex;
  justify-content: space-between;
}

.privacy-policy-container {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px 30px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  color: #001929;
}

.title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #093a59;
}

.subtitle {
  font-size: 20px;
  margin-bottom: 20px;
  color: #555;
}

.section-title {
  font-size: 22px;
  margin-top: 30px;
  color: #093a59;
  border-left: 4px solid #093a59;
  padding-left: 10px;
}

.paragraph {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 10px;
  color: #001929;
}

.list {
  margin-top: 10px;
  padding-left: 20px;
}

.list li {
  margin-bottom: 6px;
}

.contact-info a {
  color: #0077cc;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}
@media (max-width: 700px) {
  .menu {
    display: none;
  }
  .casino-item {
    flex-direction: column;
    height: auto;
  }
  .casino-stars {
    flex-direction: column;
  }
  .casino-item {
    padding: 20px;
    width: auto;
  }
  .casino-spin {
    width: auto;
  }
  .menu-block ul {
    flex-direction: column;
  }
  .policy {
    flex-direction: column;
  }
  .policy-link ul {
    flex-direction: column;
  }
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  color: #fff;
}
.popup-content {
  background: #093a59;
  padding: 30px 40px;
  border-radius: 10px;
  max-width: 400px;
  text-align: center;
  font-family: Arial, sans-serif;
}
.popup-content h2 {
  margin-bottom: 15px;
  font-size: 24px;
}
.popup-content p {
  font-size: 18px;
  margin-bottom: 25px;
}
.popup-buttons {
  display: flex;
  justify-content: space-around;
}
.btn {
  padding: 12px 20px;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
}
.btn-yes {
  background-color: #28a745;
  color: white;
}
.btn-yes:hover {
  background-color: #218838;
}
.btn-no {
  background-color: #dc3545;
  color: white;
}
.btn-no:hover {
  background-color: #c82333;
}

/* Cookie popup smaller */
.cookie-popup .popup-content {
  max-width: 500px;
  font-size: 16px;
}
