/* Import font */
@import url('https://fonts.vf20xc25.ak6uraa1/css2?family=Bebas+Neue&display=swap');

/* Reset and base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
}

.b12uwgk0 {
  font-family: Arial, sans-serif;
  background-color: var(--bg-dark) !important;
  color: var(--color-text) !important;
  line-height: 1.6;
}

body[menu-open] {
  overflow: hidden;
}

img {
max-width: 100%;

}
/* Typography */
h1, h2, h4, h5, h6, th, .ms3difx7, .pvc7ix4j a {
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 100%;
  text-transform: uppercase;
  vertical-align: middle;
}

h3 {
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
  text-transform: none;
  vertical-align: middle;
  font-size: 1.25rem;
}

.ms3difx7 {
  font-size: 23px;
}
.kauhcbo7  {
color: var(--color-text);
}
.pvc7ix4j a {
  font-size: 18px;
  color: var(--color-text);
}

.ks9adq4o {
  font-size: 18px;
  line-height: 1.5;
  color: var(--color-text);
  margin-bottom: 1.5rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}

.cveg57f6 {
  display: inline-block;
  background-image: url('../images/Rectangle1.tpzn8z7e');
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--color-text);
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: 0.5px;
  padding: 15px 40px 9px 40px;
  border-radius: 12px;
  margin-bottom: 18px;
  text-align: center;
  text-transform: none;
  position: relative;
  z-index: 1;
}

.ylzl28ip {
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 64px;
  line-height: 1.05;
  letter-spacing: 0.5px;
  color: var(--color-text);
  text-shadow: 0 2px 8px rgba(51,153,255,0.5), 0 0 0 var(--color-text), 2px 2px 0 var(--color-accent), -2px 2px 0 var(--color-accent);
  margin-bottom: 2rem;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

/* Header styles */
.ubh40wyd {
  background-color: var(--bg-dark);
  padding: 1rem 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.hmanyobi {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tndzb9yr {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.vqf1jwuj {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.vqf1jwuj svg {
  width: 24px;
  height: 24px;
  stroke: #6b7280;
  transition: stroke 0.3s;
}

.vqf1jwuj:hover svg {
  stroke: var(--color-text);
}

.jxupg0kf {
  text-decoration: none;
  display: flex;
  align-items: center;
}

.jxupg0kf img {
  height: 50px;
  width: auto;
}

.nx6v904y {
  display: none;
}

.jxupg0kf .otjj5nco {
  color: var(--color-accent);
}

/* Mobile menu toggle */
.xju4ti9i {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1000;
  margin-left: 1rem;
}

.xju4ti9i span {
  width: 25px;
  height: 3px;
  background: var(--color-text);
  border-radius: 3px;
  transition: 0.3s;
  transform-origin: 1px;
}

.xju4ti9i[active] span:nth-child(1) {
  transform: rotate(45deg);
}

.xju4ti9i[active] span:nth-child(2) {
  opacity: 0;
}

.xju4ti9i[active] span:nth-child(3) {
  transform: rotate(-45deg);
}

/* Navigation styles */
.pvc7ix4j {
  /* width: 100%; */
  position: absolute;
  left: 55%;
  top: 10%;
}

.pvc7ix4j ul {
  display: flex;
  list-style: none;
  gap: 0;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  justify-content: center;
}

.pvc7ix4j li {
  position: relative;
display:flex;
}

.pvc7ix4j a {
  letter-spacing: 0.6px;
  text-decoration: none;
  padding: 1.2rem 3rem;
  display: block;
  position: relative;
  transform: skew(-10deg);
  transition: color 0.3s, background-color 0.3s;
}

.pvc7ix4j a span {
  display: block;
  transform: skew(10deg);
}

.pvc7ix4j a:hover {
  color: var(--color-accent);
  background-color: rgba(255, 255, 255, 0.05);
}

.pvc7ix4j a[active] {
  color: var(--color-accent);
  background-color: rgba(51, 153, 255, 0.1);
}

.pvc7ix4j li:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: skew(-10deg);
}

.s5wjnlu3 {
  display: flex;
  gap: 1rem;
}

/* Button styles */
.ms3difx7 {
  padding: 0.8rem 2rem;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  text-transform: uppercase;
  position: relative;
  background: transparent;
  color: var(--color-text);
}

.ms3difx7::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transform: skew(-10deg);
  transition: 0.3s;
}

.h32uetf8, .v0redmhn {
  min-width: 120px;
  margin: 0 0.5rem;
   transform: skew(-10deg);
}

.ms3difx7:hover::before {
  border-color: var(--color-text);
}

.des7hcgw {
  background: #6fea5c;
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  text-decoration: none;
  font-weight: 700;
  font-style: italic;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 20px 70px;
  color: var(--color-text);
  border: none!important;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: color 0.3s, background 0.3s, box-shadow 0.3s, filter 0.3s;
  filter: brightness(1.15) drop-shadow(0 4px 24px #3399ff55);
  color: #000;
  box-shadow: 0 2px 44px #3399ff33;
  border-radius: 50px;
}

.des7hcgw:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transform: skew(-10deg);
  transition: 0.3s;
}

/* Hero section - Modern redesign */
.g1i5l8tg {
  min-height: 60vh;
  position: relative;
  margin-top: 140px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 1rem 0;
}

.hyb4qh6c {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/vegasbanner.vk3xqexk);
  background-size: cover;
  background-position: center;
}

.pzd5jfqn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(27, 29, 43, 0.3) 0%, rgba(27, 29, 43, 0.8) 100%);
}

.kq8z26nx {
  position: relative;
  z-index: 10;
  text-align: left;
}

.ni3jdln3, .mvgrooss {
  text-align: left;
}

.szk97kmi {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(13, 202, 240, 0.15);
  border: 1px solid rgba(13, 202, 240, 0.3);
  border-radius: 50px;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 600;
  color: var(--color-accent);
  margin-bottom: 1rem;
  backdrop-filter: blur(10px);
}

.nq5ax7sw {
  font-size: 16px;
  animation: pulse 2s infinite;
}

.ni3jdln3 {
  
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: 1px;
  color: var(--color-text);
  text-transform: uppercase;
   text-shadow:
    0 2px 8px rgba(0, 0, 0, 0.5),
    0 0 20px color-mix(in srgb, var(--color-accent) 40%, transparent),
    0 0 40px color-mix(in srgb, var(--color-accent) 25%, transparent);
  margin-bottom: 1rem;
  margin-bottom: 1rem;
}

.mvgrooss {
  font-size: 18px;
  line-height: 1.5;
  color: var(--color-text);
  margin-bottom: 1.5rem;
  max-width: 500px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}

.uypdmbvx {
  background: var(--bg-dark);
  border: 2px solid var(--color-accent);
  border-radius: 12px;
  padding: 1rem;
  margin-bottom: 1.5rem;
  text-align: center;
   transform: skew(-10deg);
}

.kauhcbo7 {
  font-weight: 600;
  font-style: normal;
  font-size: 18px;

  text-transform: uppercase;
  margin-bottom: 0.5rem;
  opacity: 0.9;
}

.ylzl28ip {
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 28px;
  line-height: 1;
  color: var(--color-text);
  text-transform: uppercase;
  margin: 0 !important;
  text-shadow: 0 2px 10px rgba(255, 255, 255, 0.3);
}

.wuzrqeno {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.qk22rbtd {
  font-size: 14px;
  color: var(--color-text);
  font-weight: 500;
}

.wrnv6md8 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.i83hy6ts {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 36px;
  background: var(--btn-color);
  border: none;
  border-radius: 12px;
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 22px;
  color: var(--color-text);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 32px rgba(111, 234, 92, 0.3);
  animation: buttonPulse 2s infinite;
  overflow: hidden;
   transform: skew(-10deg);
}

.i83hy6ts:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(111, 234, 92, 0.4);
}

.b4ghllx2 {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s;
}

.i83hy6ts:hover .b4ghllx2 {
  left: 100%;
}

.yjuf83g0 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--color-text);
}

.icoasqck {
  font-size: 16px;
}

.g5qmmuni {
  position: relative;
  height: 500px;
}

.qzsnacdo {
  position: absolute;
  background: var(--bg-dark);
  border: 1px solid rgba(13, 202, 240, 0.2);
  border-radius: 16px;
  padding: 1.5rem;
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  animation: float 3s ease-in-out infinite;
}

.q6cz1roc {
  top: 50px;
  right: 100px;
  animation-delay: 0s;
}

.drenslbd {
  top: 200px;
  right: 50px;
  animation-delay: 1s;
}

.htfdcbks {
  top: 350px;
  right: 120px;
  animation-delay: 2s;
}

.yk9lgfs2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.xeawjda3 {
  font-size: 14px;
  color: var(--color-accent);
  font-weight: 600;
  margin-bottom: 8px;
}

.f1itj1gm {
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 28px;
  color: var(--color-accent);
}

/* Animations */
@keyframes gradientShift {
  0% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
50% { opacity: 0.5; }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
40% { transform: translateY(-10px); }
60% { transform: translateY(-5px); }
}

@keyframes float {
  0%, 100% { transform: translateY(0px); }
50% { transform: translateY(-20px); }
}

/* @keyframes buttonPulse {
  0%, 100% {
    box-shadow: 0 8px 32px var(--color-accent-light, 0.3);
    transform: scale(1);
  }
50% {
    box-shadow: 0 12px 48px var(--color-accent-light, 0.6) 30px var(--color-accent-light, 0.4);
    transform: scale(1.02);
  }
.bxmf2pibmt { padding: 41px 3px; }
} */

/* Bottom navigation new design */
.nutn4wzm {
  background-color: var(--bg-dark);
  padding: 1rem 0.5rem;
  overflow-x: auto;
  white-space: nowrap;
}

.nutn4wzm .auhn9qu4 {
  display: flex;
  gap: 18px;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 2px;
}

.nutn4wzm .fkukre9h {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 140px;
  justify-content: center;
  padding: 0.7rem 1.5rem;
  color: #b6c6d8;
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 16px;
  text-transform: uppercase;
  background: transparent;
  border: none;
  position: relative;
  cursor: pointer;
  transition: color 0.2s;
  z-index: 1;
}

.nutn4wzm .fkukre9h .d3m45zl8 {
  width: 28px;
  height: 28px;
  display: block;
}

.nutn4wzm .fkukre9h.av3b4lqt,
.nutn4wzm .fkukre9h:focus {
  color: var(--color-accent);
}

.nutn4wzm .fkukre9h::before {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid #3a4a5e;
  border-radius: 0px;
  transform: skew(-8deg);
  z-index: -1;
  transition: border-color 0.2s;
  background-image: url('../images/Rectangle23.tpzn8z7e');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.nutn4wzm .fkukre9h.av3b4lqt::before {
  border-color: var(--color-accent);
  background: rgba(13, 202, 240, 0.08);
}

.nutn4wzm .fkukre9h:active {
  color: var(--color-text);
}

@media (max-width: 768px) {
  .nutn4wzm .auhn9qu4 {
    gap: 10px;
  }
.nutn4wzm .fkukre9h {
    min-width: 110px;
    font-size: 16px;
    padding: 0.5rem 1rem;
  }
.nutn4wzm {
    padding: 0.5rem 0.2rem;
  }
}

/* Hide navigation on mobile/tablet - show hamburger menu */
@media (max-width: 1024px) {
  .xju4ti9i {
    display: flex;
  }
.pvc7ix4j {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 4rem 1rem 1rem;
    z-index: 999;
    backdrop-filter: blur(10px);
    border: none;
  }
.pvc7ix4j[active] {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
.pvc7ix4j ul {
    flex-direction: column;
    gap: 2rem;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 2rem;
    margin: 0;
  }
.pvc7ix4j li {
    width: 100%;
    text-align: center;
        flex-direction: column;
  }
.pvc7ix4j li::after {
    display: none;
  }
.pvc7ix4j a {
    padding: 1.5rem 2rem;
    font-size: 24px;
    width: 100%;
    display: block;
    transform: none;
    background: rgba(31, 56, 87, 0.8);
    margin-bottom: 0.5rem;
    border-radius: 8px;
  }
.pvc7ix4j a span {
    transform: none;
  }
.ot69y7pp { border: 3px solid #f09590; padding: 37px 7px; width: 22%; }
.pvc7ix4j a:hover {
    background-color: rgba(51, 153, 255, 0.2);
  }
}

.g1i5l8tg {
  min-height: 50vh;
  margin-top: 20px;
  padding: 1rem 0;
}

.kq8z26nx {
  text-align: left;
margin-top: 83px;
}

.ni3jdln3, .mvgrooss {
  text-align: left;
}

.ni3jdln3 {
  margin-top: 1.3rem;
  font-size: 38px;
}

.mvgrooss {
  font-size: 18px;
  max-width: 100%;
  margin-bottom: 1.2rem;
}

.uypdmbvx {
  padding: 0.8rem;
  margin-bottom: 1.2rem;
}

.kauhcbo7 {
  font-size: 12px;
}

.ylzl28ip {
  font-size: 24px;
}

.i83hy6ts {
  font-size: 28px;
  padding: 14px 30px;
}

.qzsnacdo {
  display: none;
}

@media (max-width: 480px) {
  .s5wjnlu3 {
    display: none;
  }
.g1i5l8tg {
    min-height: 45vh;
    padding: 0.8rem 0;
  }
.szk97kmi {
    padding: 4px 12px;
    font-size: 11px;
    margin-bottom: 0.8rem;
  }
.ni3jdln3 {
    font-size: 35px;
    margin-bottom: 0.8rem;
  }
.mvgrooss {
    font-size: 18px;
    margin-bottom: 1rem;
  }
.uypdmbvx {
    padding: 0.7rem;
    margin-bottom: 1rem;
  }
.kauhcbo7 {
    font-size: 11px;
    margin-bottom: 0.3rem;
  }
.ylzl28ip {
    font-size: 20px;
    margin-bottom: 0px;
  }
.i83hy6ts {
    font-size: 17px;
    padding: 12px 24px;
  }
.bd1bd2b1 { padding-left: 20px; padding-right: 2px; }
.nutn4wzm span {
    display: none;
  }
}

@media (max-width: 576px) {
  .ubh40wyd .d2mububm {
    padding-left: 10px;
    padding-right: 10px;
  }
.ubh40wyd .w1zq4rvg {
    flex-wrap: nowrap;
  }
.ubh40wyd .q64vovsk.fmwmxjt1.e9a4ovv1.tji4dug0 {
    gap: 10px !important;
  }
.jxupg0kf img {
    height: 36px;
  }
.s5wjnlu3 .ms3difx7 {
    padding: 0.5rem 1.1rem;
    font-size: 16px;
    min-width: 80px;
  }
.s5wjnlu3 {
    gap: 8px !important;
  }
.vqf1jwuj svg {
    width: 28px;
    height: 28px;
  }
.g1i5l8tg {
    margin-top: 60px;
    min-height: 225px;
    background-position: right;
  }
.kq8z26nx {
    padding: 0 0.5rem;
    text-align: left;

  }
.m245xzlz { border: 1px dotted #75bd2c; padding: 33px 33px; margin: -9px; display: block; width: 9%; color: rgb(2, 78, 10); }
.ni3jdln3 {
    font-size: 35px;
  }
.ni3jdln3, .mvgrooss {
    text-align: left;
  }
.cveg57f6 {
    font-size: 18px;
    padding: 6px 18px;
    margin-bottom: 10px;
    border-radius: 8px;
  }
.ylzl28ip {
    font-size: 32px;
    margin-bottom: 1.2rem;
  }
.des7hcgw {
    font-size: 22px;
    padding: 12px 30px;
    min-width: 0;
  }
}

/* Hero section variants */
.hao4mj7q {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../assets/sports-bg.kyxr61an');
}

.o66wi6h1 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../assets/casino-bg.kyxr61an');
}

.rx4tcmx5 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../assets/live-casino-bg.kyxr61an');
}

.gb99eq2s {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../assets/providers-bg.kyxr61an');
}

/* Bottom navigation active state */
.nutn4wzm a.av3b4lqt {
  color: var(--color-accent);
}

.nutn4wzm a.av3b4lqt img {
  opacity: 1;
  stroke: var(--color-accent);
}

/* Button hover effects */
.ms3difx7:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(51, 153, 255, 0.3);
color: var(--color-accent) !important;
}

/* Header scroll effects */
.ubh40wyd[scroll-down] {
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
}

.ubh40wyd[scroll-up] {
  transform: translateY(0);
  transition: transform 0.3s ease-in-out;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* Mobile menu active state */
.vqf1jwuj.av3b4lqt span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.vqf1jwuj.av3b4lqt span:nth-child(2) {
  opacity: 0;
}

.vqf1jwuj.av3b4lqt span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

/* Custom table styles */
.giy4hjjl {
  background: #23263a;
  color: var(--color-text);
  overflow: hidden;
  box-shadow: 0 2px 24px #3399ff22;
  border-radius: 12px;
}

.giy4hjjl th, .giy4hjjl td {
  border: none;
  padding: 10px;
  vertical-align: middle;
}

.giy4hjjl thead th {
  background: var(--main-nav-bg);
  font-weight: 600;
  font-size: 1.1rem;
  text-transform: uppercase;
  border-bottom: 2px solid var(--color-accent);
}

.giy4hjjl tbody tr {
  border-top: 1px solid var(--color-accent);
  transition: background 0.2s;
  background-color: inherit !important;
}
 table {
   background-color: transparent;
 }


/* Mobile responsive table styles */
@media (max-width: 768px) {
  .giy4hjjl th, .giy4hjjl td {
    padding: 0.75rem 0.8rem;
    font-size: 0.9rem;
  }
.giy4hjjl thead th {
    font-size: 1rem;
  }
.lqn828l6 {
    border-radius: 12px;
    box-shadow: 0 2px 24px #3399ff22;
  }
table {
    display: block;
    overflow-x: auto;
}
}

@media (max-width: 576px) {
  .giy4hjjl th, .giy4hjjl td {
    padding: 0.6rem 0.7rem;
    font-size: 0.85rem;
    line-height: 1.4;
  }
.giy4hjjl thead th {
    font-size: 0.9rem;
    padding: 0.8rem 0.7rem;
  }
.rqs1sbz7ax5d { margin: 11px; display: block; color: rgb(102, 142, 216); padding: 31px 19px; width: 59px; border: 1px dotted #0cd690; }
.giy4hjjl td:first-child {
    min-width: 120px;
  }
}

/* Custom list blocks styles */
.ysnb0zqh {
  background: inherit;
  border-radius: 16px;
  box-shadow: 0 2px 24px #3399ff22;
  color: var(--color-text);
}

.ysnb0zqh h3 {
  color: var(--color-accent);
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 1.5rem;
}

.jgtbyr4j {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.jgtbyr4j li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0.5rem 0;
  font-size: 1.1rem;
  border-bottom: 1px solid #2a2e44;
}

.jgtbyr4j li:last-child {
  border-bottom: none;
}

.oqsh2qf4 {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url('../images/casino-icon.tpzn8z7e') center/contain no-repeat;
  filter: brightness(1.5) drop-shadow(0 0 4px var(--color-accent)cc);
}

/* Custom text block styles */
.qxf0a8ay {
  background: inherit;
  border-radius: 16px;
  box-shadow: 0 2px 24px #3399ff22;
  color: var(--color-text);
}

.qxf0a8ay h3 {
  color: var(--color-accent);
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 1.5rem;
}

.qxf0a8ay p {
  font-size: 1.1rem;
  margin-bottom: 0;
  color: #c7d0e0;
}

/* Reviews section styles */
.iyvk26wg h3 {
  color: var(--color-accent);
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 1.5rem;
}

.rr6opj7v {
  background: inherit;
  border-radius: 16px;
  box-shadow: 0 2px 24px #3399ff22;
  color: var(--color-text);
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.wf3m70j5 {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--color-accent);
  background: var(--bg-dark);
}

.eyx2yl3q {
  font-weight: 700;
  color: var(--color-accent);
  font-size: 1.1rem;
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-style: italic;
}

.lb2kei7q {
  color: #ffd700;
  font-size: 1.1rem;
  letter-spacing: 2px;
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
}

.tp0y2ave {
  font-size: 1.05rem;
  color: #c7d0e0;
  margin-top: 0.5rem;
  font-style: italic;
}

/* FAQ Accordion styles */
.gvufv8ws h3 {
  color: var(--color-accent);
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 1.5rem;
}

.ks8w6suh {
  max-width: 900px;
  margin: 0 auto;
}

.ks8w6suh .snyqor29 {
  background: inherit;
  border: none;
  margin-bottom: 1rem;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 24px #3399ff22;
}

.ks8w6suh .jhfyaobk {
  background: var(--main-nav-bg);
  color: var(--color-accent);
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.2rem;
  padding: 1.2rem;
  border: none;
  box-shadow: none;
}

.ks8w6suh .jhfyaobk:not(.agc3tnyt) {
  background: #28304a;
  color: var(--color-text);
  box-shadow: none;
}

.ks8w6suh .jhfyaobk::after {
  filter: brightness(0) invert(1) hue-rotate(180deg);
}

.ks8w6suh .rujom5bg {
  background: inherit;
  color: #c7d0e0;
  font-size: 1.1rem;
  padding: 1.2rem;
  border-top: 1px solid #2a2e44;
}

.ks8w6suh .jhfyaobk:hover {
  background: #28304a;
}

.ks8w6suh .jhfyaobk:focus {
  border: none;
  box-shadow: none;
}

@media (max-width: 768px) {
  .ks8w6suh .jhfyaobk {
    font-size: 1rem;
    padding: 1rem;
  }
.ks8w6suh .rujom5bg {
    font-size: 1rem;
    padding: 1rem;
  }
}

/* Footer styles */
.bbpnycwp {
  background: var(--bg-dark);
  padding: 2rem 0;
  border-top: 1px solid rgba(51, 153, 255, 0.3);
  margin-top: 3rem;
}

.pvqjsk2d {
  padding: 1rem 0;
}

.mdhigotn ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mdhigotn li {
  position: relative;
}

.mdhigotn li:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.1);
}

.mdhigotn a {
  color: var(--color-text);
  text-decoration: none;
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 1.1rem;
  transition: color 0.3s;
}

.mdhigotn a:hover {
  color: var(--color-accent);
}

.awcgfwk8 {
  color: var(--color-text);
  font-size: 0.9rem;
  opacity: 0.8;
}

@media (max-width: 576px) {
  .mdhigotn ul {
    flex-direction: column;
    align-items: center;
    gap: 1rem !important;
  }
.mdhigotn li:not(:last-child)::after {
    display: none;
  }
.bbpnycwp {
    padding: 1.5rem 0;
  }
}

/* Page content styles */
.fhv5enz6.xgwo03hu {
  padding-top: 40px !important;
  padding-bottom: 3rem !important;
}

/* Page content without hero - for login, footer pages etc */
.zhnztcoy {
  padding-top: 160px !important;
  padding-bottom: 3rem !important;
}

/* Login Hero - Compact version */
.nf4lwz3f {
  background: linear-gradient(135deg, var(--bg-dark) 0%, #23263a 100%);
  padding: 4rem 0 3rem;
  margin-top: 140px;
  position: relative;
  overflow: hidden;
}

.nf4lwz3f::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 50%, rgba(13, 202, 240, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.z2vifjjr {
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 2.5rem;
  line-height: 1.2;
  color: var(--color-accent);
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.cti10isr {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #c7d0e0;
  margin-bottom: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.fs4xfyc8 {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  transform: skew(-10deg) !important;
}

/* Bonus Hero - Compact version */
.nhm2mxpf {
  background: linear-gradient(135deg, var(--bg-dark) 0%, #23263a 100%);
  padding: 4rem 0 3rem;
  margin-top: 140px;
  position: relative;
  overflow: hidden;
}

.nhm2mxpf::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 70% 30%, rgba(111, 234, 92, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.g5rx1adz {
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 2.5rem;
  line-height: 1.2;
  color: #6fea5c;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.hkz41cx6 {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #c7d0e0;
  margin-bottom: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.zm9x0vpb {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

/* App Hero - Compact version */
.oiwfe1wq {
  background: linear-gradient(135deg, var(--bg-dark) 0%, #23263a 100%);
  padding: 4rem 0 3rem;
  margin-top: 140px;
  position: relative;
  overflow: hidden;
}

.oiwfe1wq::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 50% 50%, rgba(51, 153, 255, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.kun70ico {
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 2.5rem;
  line-height: 1.2;
  color: var(--color-accent);
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.t1b7n3ye {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #c7d0e0;
  margin-bottom: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.pzukiftb {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.hg8i0faw {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  display: block;
  margin: 0 auto;
}

/* Make portrait images smaller on desktop and mobile */
.hg8i0faw[src*="portrait"] {
  max-width: 300px;
}

@media (min-width: 768px) {
  .hg8i0faw[src*="portrait"] {
    max-width: 350px;
  }
}

/* Make vegasbonus image smaller on desktop */
@media (min-width: 768px) {
  .hg8i0faw[src*="vegasbonus.vk3xqexk"] {
    max-width: 400px;
  }
}

/* Make vegaslogin image smaller on desktop */
@media (min-width: 768px) {
  .hg8i0faw[src*="vegaslogin.vk3xqexk"] {
    max-width: 400px;
  }
}

/* Gambling awareness logos */
.o9yuzd3s {
  height: 22px;
  width: auto;
  opacity: 0.8;
  transition: opacity 0.3s ease;
  filter: brightness(1.1);
}

.o9yuzd3s:hover {
  opacity: 1;
  filter: brightness(1.2);
}

@media (max-width: 768px) {
  .o9yuzd3s {
    height: 18px;
  }
.yn9ox6ew9271 { width: 64%; margin: 14px; padding: 13px 40px; border: 2px dotted #d9162b; color: rgb(155, 199, 255); display: none; }
}

@media (max-width: 576px) {
  .o9yuzd3s {
    height: 16px;
  }
}

/* Age disclaimer */
.tkp00ihc {
  max-width: 800px;
  margin: 0 auto;
}

.zoa8hkk7 {
  flex-shrink: 0;
}

.ly2bfnmr {
  font-size: 12px;
  color: #b0b0b0;
  line-height: 1.4;
  text-align: left;
}

@media (max-width: 768px) {
  .tkp00ihc {
    flex-direction: column;
    text-align: center;
    gap: 0.75rem !important;
  }
.ly2bfnmr {
    text-align: center;
    font-size: 11px;
  }
}

@media (max-width: 576px) {
  .ly2bfnmr {
    font-size: 10px;
  }
.zoa8hkk7 {
    width: 20px;
    height: 20px;
  }
}

.fhv5enz6 h1 {
  color: var(--color-accent);
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 2.5rem;
}

.fhv5enz6 h2 {
  color: var(--color-accent);
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 2.2rem;
}

.fhv5enz6 h3 {
  color: var(--color-accent);
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
}

.fhv5enz6 p {
  font-size: 1.1rem;
  line-height: 1.7;
}

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

.fhv5enz6 ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.fhv5enz6 ul li::before {
  content: '✓';
  color: var(--color-accent);
  position: absolute;
  left: 0;
  font-weight: bold;
}

.ysvupiy2 {
  margin-top: 2rem;
}

.a94x3h2j {
  background: var(--bg-dark);
  border-radius: 12px;
  margin-bottom: 1rem;
  box-shadow: 0 2px 24px #3399ff22;
  overflow: hidden;
}

.zaxgiilo {
  background: var(--main-nav-bg);
  color: var(--color-accent);
  padding: 1.2rem;
  cursor: pointer;
  margin: 0;
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.2rem;
  position: relative;
}

.zaxgiilo::after {
  content: '+';
  position: absolute;
  right: 1.2rem;
  font-size: 1.5rem;
  transition: transform 0.3s;
}

.a94x3h2j.av3b4lqt .zaxgiilo::after {
  transform: rotate(45deg);
}

.k49arcvm {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.k49arcvm p {
  padding: 1.2rem;
  margin: 0;
  font-size: 1.1rem;
}

@media (max-width: 768px) {
  .fhv5enz6.xgwo03hu {
    padding-top: 100px !important;
  }
.zhnztcoy {
    padding-top: 100px !important;
  }
.nf4lwz3f {
    margin-top: 83px;
    padding: 3rem 0 2rem;
  }
.z2vifjjr {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
.cti10isr {
    font-size: 1rem;
  }
.nhm2mxpf {
    margin-top: 83px;
    padding: 3rem 0 2rem;
  }
.g5rx1adz {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
.hkz41cx6 {
    font-size: 1rem;
  }
.oiwfe1wq {
    margin-top: 83px;
    padding: 3rem 0 2rem;
  }
.kun70ico {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
.chddqbn2 { padding-right: 32px; padding-left: 10px; }
.t1b7n3ye {
    font-size: 1rem;
  }
.fhv5enz6 h1 {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .fhv5enz6.xgwo03hu {
    padding-top: 40px !important;
  }
.zhnztcoy {
    padding-top: 80px !important;
  }
.nf4lwz3f {
    margin-top: 60px;
    padding: 2.5rem 0 1.5rem;
  }
.z2vifjjr {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
.cti10isr {
    font-size: 0.95rem;
  }
.nhm2mxpf {
    margin-top: 60px;
    padding: 2.5rem 0 1.5rem;
  }
.g5rx1adz {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
.hkz41cx6 {
    font-size: 0.95rem;
  }
.vzu898zy950i { color: rgb(18, 172, 86); display: inline-block; padding-left: 31px; border: 3px dotted #7e2533; width: 35%; margin: 0px; padding-right: 45px; }
.oiwfe1wq {
    margin-top: 60px;
    padding: 2.5rem 0 1.5rem;
  }
.kun70ico {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
.t1b7n3ye {
    font-size: 0.95rem;
  }
.fhv5enz6 h1 {
    font-size: 1.8rem;
  }
.fhv5enz6 h2 {
    font-size: 1.8rem;
  }
.fhv5enz6 h3 {
    font-size: 1.5rem;
  }
}

/* Cookie Consent Popup styles */
.gfhx5kx7 {
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  background: var(--main-nav-bg);
  box-shadow: 0 -2px 24px #3399ff22;
  z-index: 9999;
  transition: bottom 0.5s ease-in-out;
  border-top: 1px solid var(--color-accent);
}

.gfhx5kx7[show] {
  bottom: 0;
}

.ksqinfyr {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.oryryzct h4 {
  color: var(--color-accent);
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.oryryzct p {
  color: var(--color-text);
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.wr5lu8us {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.y2t5zhwt {
  background: var(--color-accent);
  color: var(--bg-dark);
  padding: 0.8rem 2rem;
  border: none;
  border-radius: 4px;
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.2rem;
  transition: all 0.3s ease;
   transform: skew(-10deg);
}

.y2t5zhwt:hover {
  background:var(--color-accent);
  transform: translateY(-2px);
}

.msy3m2vh {
  background: transparent;
  border: none;
  color: #849FB9;
  padding: 0.5rem;
  cursor: pointer;
  transition: color 0.3s ease;
}

.msy3m2vh:hover {
  color: var(--color-accent);
}

@media (max-width: 768px) {
  .ksqinfyr {
    flex-direction: column;
    text-align: center;
    padding: 1rem;
  }
.wr5lu8us {
    width: 100%;
    justify-content: center;
  }
.oryryzct h4 {
    font-size: 1.3rem;
  }
.oryryzct p {
    font-size: 0.9rem;
  }
}

/* table */

  
  table {
    width: 100%; 
    border-collapse: separate;
    border-spacing: 5px 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: var(--color-light);
    width: 100%; 
    border-spacing: 10px 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
   
  }
  
  td {
    border: 1px double var(--color-light);
    padding: 10px; 
  }
  tr {
    background-color: rgba(117, 117, 117, 0.164);
    
  }
  th {
    padding: 10px;
    white-space: nowrap; 
    font-size: 20px;
    font-weight: 700;
    
  }
  @media (max-width: 1280px) {
    .sawxdld8 {
      width: 100%;
    }
}
  @media (max-width: 1300px) {
    table {
        max-width: 100%;
        overflow-x: auto;
        display: block;
    }
.ve54k4wq0 { color: rgb(117, 228, 55); width: 24px; border: 1px solid #b366ec; padding: 49px 49px; display: inline-block; margin: -1px; }
}

/* anchor nav */
.e7bcumld {
width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.e7bcumld .nyrgrv3u {
max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.e7bcumld .cx33p5qj {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.e7bcumld .cx33p5qj .mqmfw0kx  {
list-style:none;
}
.e7bcumld .cx33p5qj .mqmfw0kx a {
    display: flex;
    align-items: center;
    font-weight: 500;
    text-decoration: none;
    padding: 3px 10px;
    line-height: normal;
    white-space: nowrap;
    border: 1px solid var(--color-accent);
    color: var(--color-light);
    border-radius: 15px;
}
.e7bcumld + section.bbqbu1ko {
margin-top:0px;
} 
/* anchor nav end */

/* faq s */
.ysvupiy2 {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}

.ha21qaaw h2 {
	margin-bottom: 1.875rem;
	font-size: 1.875rem;
	font-weight: 700;
}
summary.m08dh43x {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
	line-height: 2rem;
	border: 2px solid var(--color-accent);
    padding: 1rem;
    border-radius: 12px;
    margin-bottom: 1rem;
    box-shadow: 0 2px 24px #3399ff22;
    overflow: hidden;
}

.pet1iqvw {
	margin-bottom: 1rem;
    font-size: 1.125rem;
	line-height: 2rem;
	border: 0px dotted var(--color-accent);
    padding: 0 1rem;
}


/* faq end */

/* slots s */

.wtsymu4c {
  width: 100%;
  margin-bottom: 40px;
}

.lx2aut6s {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 10px;
  padding-top: 30px;
  margin-bottom: 40px;
}

.lx2aut6s h2 {
  color: var(--color-accent);
}

.weh1kn98 {
  display: grid;
  gap: 20px;
  padding-top: 20px;
}

@media (max-width: 800px) {
  .weh1kn98 {
    justify-content: center;
  }
}

.djgtzf1c {
  width: 100%;
  height: auto;
  max-width: 220px;
  height: auto;
  position: relative;
 
  border-radius: 10px;
}

.djgtzf1c img {

  height: auto;
  margin: 0 auto !important;
  border-radius: 10px;
}

.djgtzf1c .z56w9wf0 {
  position: absolute;
  top: 35%;
  left: 40%;
  width: 30px;
  height: 30px;
  opacity: 0;
}

@media (max-width: 768px){
.djgtzf1c .z56w9wf0 {

  width: 20px;
  height: 20px;

}
}

.djgtzf1c {
max-width:inherit;
text-align: center;
}

.weh1kn98:has(.i754h8pk) {
  grid-template-columns: repeat(4, 1fr);
}

.weh1kn98:has(.mfyxklh3) {
  grid-template-columns: repeat(5, 1fr);
}

.weh1kn98:has(.o7vk8b5g) {
  grid-template-columns: repeat(6, 1fr);
}

.weh1kn98:has(.l29c8q8j) {
  grid-template-columns: repeat(7, 1fr);
}

.weh1kn98:has(.dlkpz8kx) {
  grid-template-columns: repeat(8, 1fr);
}


.djgtzf1c:hover .z56w9wf0 {
  opacity: 1; 
}

.djgtzf1c:hover img {
  opacity: 0.3;
}



/* slots end */


/* slotpage */

        .txugyowp {
          width: 100%;
height: 700px;
display: flex;
justify-content: center;
align-items: center;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
margin: 40px 0;
border-radius: 20px;


        }

     
        .jtv2wyks {
            display: flex;
            flex-direction: column;
            gap: 15px;
            z-index: 5;
        }

        .srx94hkc {
            padding: 18px 45px;
            font-size: 1.2rem;
            font-weight: bold;
            text-transform: uppercase;
            cursor: pointer;
            border: none;
            border-radius: 5px;
            transition: 0.3s;
        }

        .ojbosgce {
            background-color: #00bcd4;
            color: #fff;
        }

        .zeyf6cds {
            background-color: #ff9800;
            color: #fff;
        }

        .srx94hkc:hover {
            opacity: 0.85;
            transform: translateY(-2px);
        }

        iframe[full-frame] {
            width: 100%;
            height: 100%;
            border: none;
        }
/* slotpage end */

@media (max-width: 1024px) {
  .weh1kn98 {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}


@media (max-width: 768px) {
  .weh1kn98 {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px;
  }
}

@media (max-width: 576px) {
  .weh1kn98 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px;
  }
}

@media (max-width: 380px) {
  .weh1kn98 {
    grid-template-columns: 1fr !important;
  }