@charset "UTF-8";
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url(../bold-fonts/Inter-Bold.woff2) format("woff2"), url(../bold-fonts/Inter-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url(../bold-fonts/Inter-Medium.woff2) format("woff2"), url(../bold-fonts/Inter-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url(../bold-fonts/Inter-Regular.woff2) format("woff2"), url(../bold-fonts/Inter-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url(../bold-fonts/Inter-SemiBold.woff2) format("woff2"), url(../bold-fonts/Inter-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --primary-dark:#1c2338;
  --primary-blue:#3d4c87;
  --primary-green:#34af69;
  --secondary-green:#2d6f4b;
  --primary-white:#ffffff;
  --light-gray:#f1f1f1;
  --dark-gray:#333333;
  --table-header:#2f5aaf;
  --table-row-odd:rgba(255, 255, 255, 0.05);
  --table-row-even:rgba(255, 255, 255, 0.02);
  --blue:#040037;
  --orange:#FF9D00;
  --red:#E21E51;
}

body {
  font-family: Inter, sans-serif;
  color: var(--primary-white);
  line-height: 1.6;
  font-size: 16px;
}

body footer, body section {
  position: relative;
  background-color: var(--primary-dark);
  z-index: 2;
}

a {
  text-decoration: none;
  color: inherit;
}

a:not([class]) {
  text-decoration: underline;
  color: var(--orange);
}

a:not([class]):hover {
  opacity: 0.9;
}

ol, ul {
  list-style-position: inside;
}

.pageFrame {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

img {
  max-width: 100%;
  height: auto;
}

.actionBtn {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 12px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.actionBtn:hover {
  opacity: 0.8;
}

.actionBtn:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.01);
  pointer-events: none;
}

.signinButton {
  background: #ff9d00;
  color: var(--dark-gray);
}

.redeemButton, .promoButton, .registerButton {
  background-color: var(--red);
  border: none;
  font-weight: 700;
  color: var(--primary-white);
}

.mainHeader {
  background-color: #f8f9fa;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: sticky;
  top: 0;
  z-index: 100;
  color: var(--blue);
}

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

.brandHolder {
  max-width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.brandVisual {
  max-height: 30px;
  width: auto;
}

.menuBar {
  display: block;
}

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

.menuLink {
  color: var(--primary-white);
  font-weight: 500;
  color: var(--blue);
}

.menuLink:hover {
  color: var(--primary-green);
}

.menuToggle {
  display: block;
}

.iconBurger {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.headerCallout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.show-mobile-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  background-color: var(--primary-dark);
  padding: 20px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  z-index: 100;
}

.show-mobile-nav .menuEntry {
  margin-bottom: 15px;
}

.pageBackground {
  background-image: url(../jpeg-img/dragon-slot-emblem.webp);
  background-size: cover;
  background-position: center;
  padding: 60px 0;
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 110vh;
  z-index: 1;
}

.introBanner {
  background-color: transparent;
}

.introBanner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 35, 56, 0.1)), to(rgba(28, 35, 56, 0.6)));
  background: linear-gradient(180deg, rgba(28, 35, 56, 0.1), rgba(28, 35, 56, 0.6));
  backdrop-filter: blur(8px);
}

.introShell {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  padding: 40px 20px;
}

.introBody {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.introHeading {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--primary-white);
}

.promoArea {
  background-color: rgba(28, 35, 56, 0.9);
  border-radius: 8px;
  padding: 20px;
  max-width: 500px;
}

.offerTitle {
  font-size: 24px;
  font-weight: 700;
  color: var(--orange);
  margin-bottom: 15px;
  font-family: Arial;
}

.offerItems {
  list-style: none;
  margin-bottom: 20px;
}

.offerEntry {
  padding: 6px 0;
  font-size: 14px;
  position: relative;
  padding-left: 20px;
}

.offerEntry::before {
  content: "•";
  color: var(--red);
  font-weight: 700;
  position: absolute;
  left: 0;
}

.discountCode {
  background-color: var(--primary-blue);
  border-radius: 4px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.bonusDescription {
  font-weight: 700;
  letter-spacing: 1px;
}

.applyCodeBtn {
  background: 0 0;
  border: none;
  color: var(--orange);
  cursor: pointer;
  font-size: 12px;
}

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

.bannerPic {
  max-width: 350px;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.promoSection {
  padding: 40px 0;
}

.promoShell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

.countdownWrap {
  text-align: center;
}

.countdownTitle {
  font-size: 18px;
  margin-bottom: 15px;
  color: var(--orange);
  letter-spacing: 2px;
}

.offerCountdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
}

.clockSegment {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--orange);
  border-radius: 4px;
  padding: 5px 10px;
  min-width: 60px;
  position: relative;
  text-shadow: 0 0 9px #000;
}

.clockSegment :after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.01);
  pointer-events: none;
}

.clockNumber {
  font-size: 20px;
  font-weight: 700;
}

.timeLabel {
  font-size: 12px;
  text-transform: uppercase;
}

.gameOffersGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.dealItem {
  background-color: rgba(28, 35, 56, 0.8);
  border-radius: 8px;
  padding: 15px;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.dealItem:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.casinoName {
  max-width: 120px;
  height: 60px;
  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;
}

.brandVisual-img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.promoDetails {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.promoCopy {
  font-weight: 600;
  text-align: center;
  font-size: 14px;
}

.detailsBlock {
  padding: 40px 0;
  background-color: var(--primary-blue);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--primary-blue)), to(var(--primary-dark)));
  background-image: linear-gradient(to bottom, var(--primary-blue), var(--primary-dark));
}

.detailsText {
  margin-bottom: 20px;
  font-size: 14px;
  text-align: justify;
}

.tableShell {
  overflow-x: auto;
}

.infoGrid, .billing-grid, .elite-grid {
  display: table;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.gridRow {
  display: table-row;
}

.headCell {
  background-color: #a86800;
  font-weight: 700;
}

.gridRow:nth-child(odd):not(.headCell) {
  background-color: var(--table-row-odd);
}

.gridRow:nth-child(even):not(.headCell) {
  background-color: var(--table-row-even);
}

.dataCell {
  display: table-cell;
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
}

.gift-zone, .casino-section, .billing-details, .athletics-zone, .elite-zone {
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.block-title {
  font-size: 28px;
  margin-bottom: 26px;
  color: var(--primary-white);
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}

.block-title::after {
  content: "";
  width: 200px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 100px);
  border-radius: 99px;
  background: linear-gradient(107deg, var(--orange), var(--red));
}

.block-text {
  margin-bottom: 15px;
  font-size: 14px;
  text-align: justify;
}

.vip-entries, .elite-value {
  list-style-type: none;
  margin-bottom: 20px;
  padding-left: 20px;
}

.elite-stat, .vip-element {
  position: relative;
  padding: 5px 0;
  padding-left: 20px;
}

.elite-stat::before, .vip-element::before {
  content: "•";
  color: var(--red);
  font-weight: 700;
  position: absolute;
  left: 0;
}

.elite-value {
  counter-reset: myCont;
}

.elite-stat::before {
  content: counter(myCont) ".";
  counter-increment: myCont;
}

.subtitle {
  font-size: 20px;
  margin: 20px 0 10px;
}

.subtext {
  margin-bottom: 15px;
  font-size: 14px;
}

.gambling-core, .game-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}

.gambling-text, .game-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.game-list {
  counter-reset: sports-counter;
  margin-bottom: 20px;
  list-style-type: none;
}

.game-option {
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
  counter-increment: sports-counter;
}

.game-option::before {
  content: counter(sports-counter) ".";
  position: absolute;
  left: 0;
  font-weight: 700;
  color: var(--red);
}

.global-sports {
  padding-left: 30px;
}

.gambling-photo-shell, .athletics-img-shell {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.gambling-img, .game-img {
  width: 100%;
  border-radius: 8px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.page-footer {
  background-color: #141414;
  padding: 40px 0 20px;
}

.bottom-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

.bottom-copy {
  font-size: 12px;
  opacity: 0.8;
  text-align: justify;
}

.bottom-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bottom-anchor {
  font-size: 14px;
  color: var(--orange);
}

.bottom-anchor:hover {
  text-decoration: underline;
}

.bottom-copywrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.legal-notice {
  font-size: 12px;
  opacity: 0.7;
}

.bottom-icon {
  height: 20px;
}

.questions-block {
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.questions-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  margin-top: 30px;
}

.question-entry {
  background-color: rgba(28, 35, 56, 0.8);
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.query-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  position: relative;
}

.question-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-white);
}

.question-symbol {
  width: 20px;
  height: 20px;
  position: relative;
}

.question-symbol::after, .question-symbol::before {
  content: "";
  position: absolute;
  background-color: var(--orange);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.question-symbol::before {
  width: 2px;
  height: 20px;
  top: 0;
  left: 9px;
}

.question-symbol::after {
  width: 20px;
  height: 2px;
  top: 9px;
  left: 0;
}

.question-entry.active .question-symbol::before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
}

.solution-text {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
}

.question-entry.active .solution-text {
  padding: 0 20px 20px;
  max-height: 500px;
}

.question-ul {
  list-style-type: none;
  margin: 10px 0;
  padding-left: 10px;
}

.question-li {
  position: relative;
  padding: 5px 0 5px 20px;
  font-size: 14px;
}

.question-li::before {
  content: "•";
  color: var(--primary-green);
  font-weight: 700;
  position: absolute;
  left: 0;
}

@media (min-width: 767.98px) {
  .introShell {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .introBody {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .introVisual {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .gameOffersGrid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .dealItem {
    width: calc(33.333% - 20px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .gambling-core, .game-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .gambling-photo-shell, .athletics-img-shell {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .gambling-text, .game-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .gambling-img, .game-img {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .topWrapper {
    display: grid;
    row-gap: 10px;
    grid-template-columns: 1fr auto;
  }
  .menuBar {
    grid-column: span 2;
    grid-row: 2;
  }
  .promoArea {
    max-width: none;
  }
}
@media (max-width: 479.98px) {
  .redeemButton {
    width: 100%;
  }
}