@charset "UTF-8";
body {
  font-family: "Lato", sans-serif;
  background-color: #0a0a14;
}
body header {
  background: linear-gradient(to right, #140033, #6600ff, #140033);
  box-shadow: 0 2px 20px rgba(102, 0, 255, 0.4);
}
body header .navbar-brand {
  display: flex;
  gap: 8px;
  align-items: center;
}
body header .navbar-brand img {
  max-width: 40px;
}
body header .navbar-brand .logo-text {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Orbitron", sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
}
body a {
  color: #ffbb00;
}

h1, h2 {
  font-family: "Orbitron", sans-serif;
}

h1 {
  font-weight: 900;
}

/* header start  */
.nav-link {
  font-weight: 600;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.3s;
}

.nav-link.active {
  color: #ffbb00 !important;
}

.nav-link:hover {
  color: #ffbb00;
}

.navbar-toggler-icon {
  background-image: url(../images/hamburger-menu.png);
}

/* header end  */
.alert-sec {
  border: none;
  text-align: center;
  padding: 10px 5px;
  margin-bottom: 0 !important;
  background: linear-gradient(to right, #1f004d, #3d0099, #1f004d);
  border-radius: 0;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.5px;
}

/* banner start  */
.banner {
  position: relative;
  padding: 120px 0 160px 0;
  background-image: url(../images/hero3.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(20, 0, 51, 0.9) 0%, rgba(0, 0, 0, 0.75) 100%);
}

.banner-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

.banner-wrapper h2 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 6px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 16px;
}

.banner-wrapper h1 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.banner-wrapper h1 span {
  background: linear-gradient(135deg, #6600ff, #ffbb00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.banner-wrapper p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  font-weight: 400;
  max-width: 500px;
  margin: 0 auto;
}

/* banner end  */
/* bet-card start  */
.bet-card {
  background-color: #0a0a14;
}

.single-card {
  margin-top: -120px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(102, 0, 255, 0.3);
  border-radius: 4px;
  overflow: hidden;
}

.card-logo {
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 250px;
  background-color: #000;
}

.card-logo img {
  width: 70%;
}

.card-score {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 250px;
  background-color: #6600ff;
}

.stars i {
  color: #fff;
  font-size: 25px;
}

.score span {
  font-family: "Orbitron", sans-serif;
  font-weight: 900;
  font-size: 60px;
  color: #ffbb00;
}

.security-label span {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}

.security-label span i {
  color: #ffbb00;
  margin-right: 2px;
}

.card-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 30px;
  background: linear-gradient(135deg, #0d0020 0%, #1a0040 100%);
}

.card-desc h2 {
  font-family: "Orbitron", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  background: linear-gradient(135deg, #6600ff, #ffbb00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.card-desc ul li {
  color: #fff;
  margin: 5px 0;
  font-weight: 500;
  font-size: 15px;
}

.card-desc ul li i {
  margin-right: 5px;
  color: #ffbb00;
}

.single-card p {
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  font-size: 13px;
}

.single-card p a {
  color: #ffbb00;
  text-underline-offset: 3px;
}

.card-btn-wrapper {
  padding: 5px;
  background-color: #6600ff;
}

.card-btn {
  background-color: #ffbb00;
  color: #111;
  text-decoration: none;
  font-family: "Orbitron", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  height: 45px;
  border-radius: 4px;
  transition: 0.3s;
}
.card-btn:hover {
  box-shadow: 0 0 20px rgba(255, 187, 0, 0.6);
}

/* bet-card end  */
/* single-game start */
.single-game {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: 2px solid rgba(102, 0, 255, 0.3);
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
.single-game img {
  display: block;
  width: 100%;
}
.single-game::after {
  content: "▶ Play Now";
  position: absolute;
  inset: 0;
  background: rgba(102, 0, 255, 0.85);
  color: #ffbb00;
  font-family: "Orbitron", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.single-game:hover {
  border-color: #ffbb00;
  box-shadow: 0 0 24px rgba(255, 187, 0, 0.5);
  transform: translateY(-6px);
}
.single-game:hover::after {
  opacity: 1;
}

/* single-game end */
/* title wrapper start  */
.title-wrapper {
  margin-bottom: 50px;
  text-align: center;
}

.title-wrapper h1 {
  color: #fff;
  text-transform: capitalize;
}

.title-wrapper h2 {
  color: #fff;
  text-transform: capitalize;
  font-family: "Orbitron", sans-serif;
  font-weight: 700;
  font-size: 28px;
}

.title-wrapper h2 span {
  background: linear-gradient(135deg, #6600ff, #ffbb00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.title-wrapper h1 span {
  background: linear-gradient(135deg, #6600ff, #ffbb00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.title-wrapper p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  max-width: 600px;
  margin: 0 auto;
}

/* title wrapper end  */
/* bonus start  */
.bonus {
  padding: 100px 0;
  background: linear-gradient(180deg, #0a0a14 0%, #0d0020 100%);
}

.single-bonus {
  padding: 36px 24px;
  background: rgba(255, 255, 255, 0.03);
  text-align: center;
  border-radius: 12px;
  border: 1px solid rgba(102, 0, 255, 0.25);
  border-top: 3px solid #ffbb00;
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 24px rgba(102, 0, 255, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  height: 100%;
}
.single-bonus:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(102, 0, 255, 0.25);
}

.bonus-icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: rgba(102, 0, 255, 0.15);
  border: 2px solid rgba(255, 187, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 16px;
}
.bonus-icon i {
  font-size: 26px;
  color: #ffbb00;
}

.single-bonus h2 {
  margin-top: 0;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #ffbb00;
  font-family: "Orbitron", sans-serif;
}

.single-bonus p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 12px;
}

/* bonus end  */
/* faq start  */
.faq {
  padding: 100px 0;
  background: #0a0a14;
}

.accordion-item {
  background: transparent;
  border: none !important;
}

.accordion-button {
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  background-color: #16102a;
  padding: 18px 20px;
  border: 1px solid rgba(102, 0, 255, 0.35);
  border-radius: 6px !important;
  transition: background-color 0.3s, border-color 0.3s;
}
.accordion-button:hover {
  background-color: #1e1540;
  border-color: rgba(102, 0, 255, 0.6);
}

.accordion-button:not(.collapsed) {
  background-color: #1e1540;
  box-shadow: none;
  color: #ffbb00;
  border-color: #ffbb00;
  border-left: 3px solid #ffbb00;
}

.accordion-body {
  background-color: #120d24;
  padding: 20px 24px;
  color: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(102, 0, 255, 0.2);
  border-top: none;
  border-radius: 0 0 6px 6px;
}

.accordion-button:focus {
  border: 1px solid rgba(102, 0, 255, 0.35);
  outline: 0;
  box-shadow: none;
}

.accordion-button::after {
  background-image: url(../images/plus.png);
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../images/minus.png);
}

/* faq end  */
/* why choose us start  */
.why-choose-us {
  padding: 100px 0;
  background: linear-gradient(180deg, #0d0020 0%, #0a0a14 100%);
}

.content-wrapper h1 {
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  letter-spacing: 1px;
  font-family: "Orbitron", sans-serif;
}

.content-wrapper h1 span {
  background: linear-gradient(135deg, #6600ff, #ffbb00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.content-wrapper h2 {
  font-family: "Orbitron", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffbb00;
  font-weight: 700;
}

.content-wrapper p {
  font-weight: 400;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.65);
  text-align: justify;
}

.content-wrapper ul li {
  font-weight: 400;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.65);
  margin: 8px 0;
  text-align: justify;
}

.content-wrapper strong {
  color: #fff;
}

.content-wrapper img {
  border: 2px solid rgba(102, 0, 255, 0.4);
  border-radius: 4px;
}

/* why choose us end */
/* analyze start  */
.analyze {
  padding: 40px;
  background: linear-gradient(123deg, #6600ff 61%, rgb(0, 0, 0) 61%);
  border-radius: 8px;
}

.analyze h2 {
  font-family: "Orbitron", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #ffbb00;
}

.analyze p {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}

.analyze img {
  border: 0;
}

.analyze-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.analyze-logo img {
  max-width: 40px;
  border: 0;
}
.analyze-logo span {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Orbitron", sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
}

/* analyze end  */
/* leading-swc start  */
.leading-swc {
  padding: 50px 0;
  background: #0a0a14;
}

.leading-swc-wrapper {
  padding: 48px;
  background: linear-gradient(135deg, rgba(102, 0, 255, 0.15) 0%, rgba(61, 0, 153, 0.3) 100%);
  border-radius: 16px;
  border: 1px solid rgba(102, 0, 255, 0.4);
  box-shadow: 0 0 60px rgba(102, 0, 255, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(8px);
}

.leading-swc-wrapper h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  font-family: "Orbitron", sans-serif;
}

.leading-swc-wrapper p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  font-weight: 400;
}

.primary-btn {
  text-decoration: none;
  display: inline-block;
  padding: 14px 44px;
  text-align: center;
  background: linear-gradient(135deg, #ffbb00, #cc9600);
  color: #111;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Orbitron", sans-serif;
  border-radius: 50px;
  box-shadow: 0 0 24px rgba(255, 187, 0, 0.4);
  transition: 0.3s;
}
.primary-btn:hover {
  box-shadow: 0 0 40px rgba(255, 187, 0, 0.7);
  transform: translateY(-2px);
  color: #000;
}

/* leading-swc end  */
/* footer start  */
.list-inline-item.active a {
  color: #ffbb00;
}

footer {
  padding: 20px 0;
  background: linear-gradient(to right, #140033, #290066, #140033);
  border-top: 1px solid rgba(102, 0, 255, 0.3);
}

.short-disclaimer {
  padding: 30px 20px;
  background-color: #141414;
  text-align: center;
}

.short-disclaimer p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
}

.footer-page-link li a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.3s;
}

.footer-page-link li a:hover {
  color: #ffbb00;
}

.copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-weight: 400;
}

.copyright span {
  color: #ffbb00;
}

/* footer end  */
/* BreadCrumb start  */
.breadcrumb-cc {
  background-image: linear-gradient(to right, rgba(20, 0, 51, 0.9), rgba(20, 0, 51, 0.9)), url(../images/breadcrumb.jpg);
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  padding: 100px 0;
}

.breadcrumb-cc h1 {
  color: #fff;
  font-family: "Orbitron", sans-serif;
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.breadcrumb-cc p {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}

.breadcrumb-cc a {
  text-decoration: none;
  color: #ffbb00;
  font-weight: 600;
}

/* BreadCrumb end  */
/* content start  */
.content {
  padding: 100px 0;
  background-color: #0a0a14;
}

.content h3 {
  color: #ffbb00;
  font-size: 15px;
  font-weight: 700;
  font-family: "Orbitron", sans-serif;
  letter-spacing: 1px;
}

/* content end  */
/* about start  */
.about {
  padding: 50px 0;
  background-image: url(../images/hero2.jpg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
}

/* Cookie end  */
.games {
  background: linear-gradient(180deg, #0a0a14 0%, #0d0020 50%, #0a0a14 100%);
  padding: 80px 0;
}

.banner-card-sec-title h1 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 30px;
}

.banner-card-sec-title h1 span {
  background: linear-gradient(135deg, #6600ff, #ffbb00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.banner-card-sec-title p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 400;
}
