@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
.faq, .blog-full .text p, .blog-full .text, .blog-full figure, .blog-full, .blog-item h2, .blog-item figure, .blog-item, .footer .logos, .footer, .how-steps, .slots-item__title, .slots-item figure, .slots-item, .slots, .why-items, .section, .header-top {
  width: 100%;
  float: left;
}

.faq .faq-question .arrow, .slots-item figure button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq .faq-question h5, .blog-full__title h2, .blog-item h2, .how-steps__item span, .slots-item__title h3, .why-items__item h2, .header-top__actions ul li a, .video-container__title h1, .btn-main {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  -webkit-font-feature-settings: "case" on;
  font-feature-settings: "case" on;
}

.blog-full .text p, .footer-by p, .footer-menu ul li a, .safe .btn strong, .how-steps__item p, .why-items__item span, .section-title p, .video-container__title p, body {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.section-title h2 {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  -webkit-font-feature-settings: "case" on;
  font-feature-settings: "case" on;
}

.blog-full figure img, .blog-item figure img, .slots-item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

h1 {
  font-size: 36px;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
nav,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
  text-decoration: none;
  line-height: 1;
}

footer,
header,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

body {
  margin: 0;
  background: #180902;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
}

* {
  border: none;
  outline: none;
}

.container {
  max-width: 1280px;
}

.btn-main {
  padding: 18px 35px;
  background: #c57710;
  border-radius: 12px;
  font-size: 14px;
  color: #fff;
}

.video-container {
  position: relative;
  width: 100%;
  height: 130vh;
  overflow: hidden;
}
.video-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
}
.video-container:before {
  width: 100%;
  height: 100%;
  background: url("../img/Crystals.png");
  content: "";
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.video-container:after {
  width: 40%;
  height: 40%;
  background: url("../img/Coins.png");
  content: "";
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.video-container__title {
  height: 100vh;
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: center;
  z-index: 300;
  left: 0;
  justify-content: center;
  padding-top: 40px;
  align-items: center;
  width: 100%;
}
.video-container__title .titles {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: center;
  z-index: 300;
  left: 0;
  justify-content: center;
  padding-top: 0px;
  align-items: center;
  width: 100%;
  text-align: center;
}
.video-container__title h1 {
  font-size: 31px;
  color: #fff;
  padding-bottom: 20px;
  max-width: 50%;
  line-height: 1.5;
}
.video-container__title h1 img {
  opacity: 1;
}
.video-container__title p {
  max-width: 50%;
  color: white;
  font-size: 16px;
  line-height: 1.5;
}
.video-container__title a {
  margin-top: 40px;
}
.video-container__title a img {
  opacity: 1;
}

.header {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 900;
  padding: 30px 0;
}
.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-top__logo {
  width: 20%;
  position: relative;
}
.header-top__logo img {
  height: 20px;
  margin: 0;
}
.header-top__actions {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-top__actions ul {
  display: flex;
  align-items: center;
}
.header-top__actions ul li {
  float: left;
  margin-left: 32px;
}
.header-top__actions ul li:first-child {
  margin-left: 0;
}
.header-top__actions ul li a {
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.header-top__actions ul li a:hover {
  color: #2a1a0a;
}
.header-top__actions ul li a svg {
  margin-left: 10px;
}
.header-top__actions ul li a img {
  margin-right: 10px;
}
.header-top__actions .login-top {
  margin: 0 30px;
}
.header-top .login-top {
  width: 20%;
  display: flex;
  justify-content: flex-end;
}
.header.header-full {
  padding: 10px 0;
  position: relative;
}
.header.header-full .header-top__actions ul li a {
  color: #fff;
}
.header.header-full .header-top__actions ul li a:hover {
  color: #2a1a0a;
}
.header.header-full .header-top__actions ul li a svg path {
  fill: #c57710;
}

.section {
  padding-top: 120px;
}
.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.section-title span {
  font-size: 60px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: -20px;
}
.section-title h2 {
  font-size: 40px;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  -webkit-font-feature-settings: "case" on;
  font-feature-settings: "case" on;
  text-transform: uppercase;
}
.section-title h2 strong {
  color: #c57710;
  opacity: 1;
  z-index: 300;
  position: relative;
}
.section-title p {
  max-width: 60%;
  text-align: center;
  line-height: 1.5;
  margin-top: 40px;
  font-size: 16px;
}

.what {
  position: relative;
}

.why-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}
.why-items__item {
  width: 31%;
  border-radius: 16px;
  padding: 20px;
  background: #2a1a0a;
  border: 2px solid #c57710;
  min-height: 180px;
  margin-right: 30px;
  margin-bottom: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  overflow: hidden;
}
.why-items__item:after {
  content: "";
  width: 60px;
  height: 50px;
  background: url("../img/Circle.png");
  background-size: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.why-items__item:nth-child(3n) {
  margin-right: 0;
}
.why-items__item img {
  position: absolute;
  top: -2px;
  left: -2px;
}
.why-items__item figure {
  margin-bottom: 16px;
}
.why-items__item h2 {
  font-size: 21px;
  color: #c57710;
  margin-bottom: 10px;
}
.why-items__item span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.5;
}

.slots {
  position: relative;
  padding: 120px 0;
  margin-top: 120px;
}
.slots img.bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  z-index: -1;
}
.slots-item {
  position: relative;
  margin-bottom: 30px;
}
.slots-item a {
  float: left;
  width: 100%;
  color: inherit;
}
.slots-item figure {
  height: 220px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
}
.slots-item figure img {
  transition: 0.3s all ease-in;
}
.slots-item figure button {
  position: absolute;
  width: 100%;
  height: 100%;
  background: none;
  cursor: pointer;
  top: 0;
  transition: 0.4s al ease-in;
  opacity: 0;
  visibility: hidden;
}
.slots-item__title {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
.slots-item__title h3 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}
.slots-item__title span {
  color: rgba(255, 255, 255, 0.4);
}
.slots-item:hover figure img {
  opacity: 0.5;
}
.slots-item:hover figure button {
  visibility: visible;
  opacity: 1;
}

.how {
  position: relative;
}
.how img.bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  z-index: -1;
  opacity: 0.1;
}
.how:before {
  content: "";
  width: 280px;
  height: 330px;
  position: absolute;
  left: 0;
  top: -160px;
  background: url("../img/cc.png");
  background-size: 100%;
}
.how:after {
  content: "";
  width: 226px;
  height: 417px;
  position: absolute;
  right: 0;
  top: 300px;
  background: url("../img/cc2.png");
  background-size: 100%;
}
.how-steps {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
}
.how-steps__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  margin-bottom: 150px;
  width: 50%;
}
.how-steps__item span {
  font-size: 18px;
  margin-bottom: 15px;
}
.how-steps__item p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}
.how-steps__item:nth-child(1):after {
  content: "";
  width: 250px;
  height: 250px;
  background: url("../img/Arrow.png");
  float: right;
  background-size: 100%;
  position: absolute;
  right: 120px;
  top: -50px;
}
.how-steps__item:nth-child(2):after {
  content: "";
  width: 250px;
  height: 250px;
  background: url("../img/Arrow2.png");
  float: right;
  background-size: 100%;
  position: absolute;
  right: 50px;
  top: 50px;
}
.how-steps__item:nth-child(3):after {
  display: none;
}
.how-steps__item:nth-child(2n) {
  padding-left: 350px;
}

.safe {
  position: relative;
}
.safe:before {
  content: "";
  width: 360px;
  height: 360px;
  position: absolute;
  left: 0;
  top: -160px;
  background: url("../img/cc3.png");
  background-size: 100%;
}
.safe .btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}
.safe .btn a {
  margin-bottom: 15px;
}
.safe .btn strong {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}

.footer {
  margin-top: 120px;
  padding-bottom: 120px;
  position: relative;
  padding-top: 120px;
  overflow: hidden;
  background: url("../img/Ft.png");
  background-size: cover;
  min-height: 960px;
}
.footer .logos {
  display: flex;
  justify-content: center;
  padding-top: 120px;
}
.footer-menu {
  display: flex;
  justify-content: center;
}
.footer-menu ul {
  display: flex;
  justify-content: center;
}
.footer-menu ul li {
  float: left;
  margin-right: 30px;
}
.footer-menu ul li:last-child {
  margin-right: 0;
}
.footer-menu ul li a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  transition: 0.3s all ease-in;
}
.footer-menu ul li a:hover {
  color: #2a1a0a;
}
.footer-by {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 20px;
}
.footer-by p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  transition: 0.3s all ease-in;
}
.footer-by p:hover {
  color: #c57710;
}

.blog-item {
  margin-bottom: 30px;
}
.blog-item figure {
  height: 220px;
  overflow: hidden;
  margin-bottom: 12px;
  border-radius: 12px;
}
.blog-item a {
  color: #fff;
}
.blog-item span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  margin-bottom: 5px;
  float: left;
}
.blog-item h2 {
  font-size: 14px;
  line-height: 1.5;
}

.blog-full figure {
  height: 450px;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 20px;
}
.blog-full__title h2 {
  font-size: 21px;
  margin-bottom: 10px;
}
.blog-full__title span {
  color: rgba(255, 255, 255, 0.5);
}
.blog-full .text p {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 30px;
}

.ready {
  position: relative;
  min-height: 400px;
  padding-top: 240px;
  z-index: 300;
}
.ready .section-title h2 {
  color: #c57710;
}
.ready .section-title a {
  margin-top: 40px;
}
.ready:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("../img/Gems.png");
  background-size: 100%;
}
.ready:after {
  content: "";
  width: 419px;
  height: 478px;
  position: absolute;
  right: 0;
  bottom: -340px;
  background: url("../img/Coins2.png");
  background-size: 100%;
}

.faq {
  margin-top: 80px;
}
.faq .faq-item {
  background: #2a1a0a;
  border: 2px solid #c57710;
  padding: 20px;
  width: 100%;
  float: left;
  border-radius: 12px;
  margin-bottom: 20px;
}
.faq .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
}
.faq .faq-question h5 {
  font-size: 18px;
  color: #c57710;
}
.faq .faq-question .arrow {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #c57710;
}
.faq .faq-answer {
  display: none;
  padding: 10px 0;
  font-size: 16px;
  line-height: 2;
}
.faq .faq-answer p {
  line-height: 2;
  width: 100%;
  float: left;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
}
.faq .faq-answer p:last-child {
  margin-bottom: 0;
}
.faq .arrow {
  transition: transform 0.3s ease;
  transform: rotate(180deg);
  /* Default rotated */
}
.faq .open .arrow {
  transform: rotate(0deg);
  background: #c57710;
}
.faq .open .arrow svg path:nth-child(2) {
  stroke: #fff;
}

/* ========= GENERAL OVERLAY STYLE ========= */
.promo-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.promo-hidden {
  display: none !important;
}

.promo-popup {
  background: #0b0b1a;
  border-radius: 18px;
  padding: 24px 20px;
  max-width: 420px;
  width: 100%;
  color: #fff;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  overflow: hidden;
}

.promo-popup::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle at 10% 0%, #ffcc00 0, transparent 55%), radial-gradient(circle at 90% 100%, #ff006a 0, transparent 55%);
  opacity: 0.18;
  z-index: -1;
}

.promo-title {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 8px;
}

.promo-subtitle {
  font-size: 14px;
  opacity: 0.9;
  margin-bottom: 12px;
}

.promo-timer {
  font-size: 13px;
  margin-bottom: 16px;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.promo-timer span {
  color: #ffcc00;
}

.promo-btn-primary {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffcc00, #ff7b00);
  color: #000;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  border: none;
  outline: none;
  cursor: pointer;
  margin-bottom: 8px;
  width: 100%;
}

.promo-btn-primary:hover {
  opacity: 0.9;
}

.promo-btn-secondary {
  display: inline-block;
  background: transparent;
  border: none;
  color: #9ca3af;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
}

.promo-close {
  position: absolute;
  right: 12px;
  top: 10px;
  background: transparent;
  border: none;
  color: #9ca3af;
  cursor: pointer;
  font-size: 18px;
}

/* ========= WHEEL ========= */
.wheel-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.wheel-circle {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  border: 6px solid #ffcc00;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(255, 204, 0, 0.3);
  background: conic-gradient(#1d2538 0deg, #1d2538 60deg, #ff006a 60deg, #ff006a 120deg, #1d2538 120deg, #1d2538 180deg, #ff7b00 180deg, #ff7b00 240deg, #1d2538 240deg, #1d2538 300deg, #00c896 300deg, #00c896 360deg);
  transition: transform 4s cubic-bezier(0.12, 0.67, 0.1, 1);
}

.wheel-pointer {
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 22px solid #ffcc00;
  margin-bottom: 4px;
}

.wheel-labels {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.wheel-center {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #0b0b1a;
  border: 3px solid #ffcc00;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
}

.wheel-spin-btn {
  margin-top: 8px;
}

/* ========= MYSTERY BOX ========= */
.mystery-box-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 10px auto;
  border-radius: 16px;
  background: radial-gradient(circle at 30% 10%, #ffcc00, #ff006a);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}

.mystery-reward {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 8px;
}

/* ========= FLOATING TRIGGER BUTTON (FOR WHEEL & BOX) ========= */
.floating-trigger {
  position: fixed;
  right: 16px;
  bottom: 80px;
  z-index: 9990;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.floating-trigger button {
  border-radius: 999px;
  padding: 9px 14px;
  font-size: 13px;
  border: none;
  background: #1f2937;
  color: #f9fafb;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  gap: 6px;
}

.floating-trigger button span {
  font-size: 16px;
}

.floating-trigger button:hover {
  background: #111827;
}

@media (max-width: 576px) {
  .promo-popup {
    max-width: 90%;
    padding: 20px 16px;
  }

  .wheel-circle {
    width: 220px;
    height: 220px;
  }

  .floating-trigger {
    bottom: 70px;
    right: 12px;
  }
}
/* Wheel container */
#wheel-circle {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  position: relative;
  border: 10px solid #ffcc00;
  overflow: hidden;
  transition: transform 4s cubic-bezier(0.12, 0.67, 0.1, 1);
}

/* Each slice */
.wheel-slice {
  position: absolute;
  width: 50%;
  height: 50%;
  background: #111;
  transform-origin: bottom right;
  transform: rotate(calc(var(--i) * 60deg)) skewY(-30deg);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Slice text */
.wheel-slice span {
  position: absolute;
  top: 35%;
  left: 20%;
  transform: rotate(calc(-60deg * var(--i))) skewY(30deg);
  width: 90px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  display: block;
}

/* Center spin button */
.wheel-center {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid #ffcc00;
  background: #000;
  color: #fff;
  font-weight: 900;
  font-size: 16px;
  left: 110px;
  top: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.wheel-pointer {
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 24px solid #ffcc00;
  margin-bottom: 10px;
}