/* --- General Styles & Variables --- */

:root {
    --color-text: #FFFFFF;
    --bg-dark: #232341;
    --color-accent: #ff2579;
--color-cta-box-shadow: rgba(37, 117, 252, 0.3);
}
html {
  scroll-behavior: smooth;
}
* {
  scroll-margin-top: 80px; 
}
body {
  background-color: var(--bg-dark);
  color: var(--color-text) !important;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  line-height: 1.6;
  font-size: 16px;
}
h1,
h2,
h3 {
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.25rem;
}
a {
  color: var(--color-accent);
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover:not(.kkdnn5ss) {
  transform: scale(1.1);
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.uxnq99xo {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.j8oj9igq {

}
.jnfp898o {
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 900;
}
.c44x3d16 {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 3rem auto;
  color: var(--color-text);
  opacity: 0.7;
}
.tbbbktzxl9 { margin: -20px; padding-right: 33px; }
/* --- Buttons --- */
.wj1rmx1x {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  background-color: var(--color-accent);
  color: var(--color-text);
  font-weight: 700;
  text-align: center;
  transition: transform 0.3s ease, background-color 0.3s ease;
  border: none;
  cursor: pointer;
}
.wj1rmx1x:hover {
  transform: translateY(-3px) scale(1.2);
}
.xcohqlg5 {
  background: var(--color-accent);
  box-shadow: 0 4px 15px var(--color-accent);
  font-size: 1.1rem;
  padding: 1rem 2rem;
}
.u6uogvix {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}
/* --- Header --- */
.r4mvw33d {
  padding: 1rem 0;
  position: sticky;
  top: 0;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.z3elyrqe {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.kkdnn5ss {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--color-text);
}
.nfqkb7o3 {
  display: none;
  /* Hidden on mobile */
  list-style: none;
  padding: 0;
  margin-right: auto;
}
.pvv5ejhz {
  color: var(--color-accent);
}
.drrd2245 {
  font-size: 0.9rem;
}
/* --- Hero Section --- */
.tdluth5r {
  padding: 4rem 0;
  text-align: center;
}
.fpnyd9988v { padding-right: 21px; margin: -8px; width: 84vw; padding-left: 17px; }
.baf2mutd {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.ielq1br8 {
  margin-bottom: 1rem;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  font-size: 3rem;
  font-weight: 600;
}
.llwikh2c {
  margin-bottom: 2rem;
  font-size: 2rem;
  color: var(--color-text);
  opacity: 0.8;
}
.hgp09q57 {
  width: 100%;
}
/* .fry0wqrv {
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
*/

/* --- About Section --- */
.czq2zffd {
  background-color: var(--bg-dark);
}
.ea8k9egk {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.izkmelcs {
  background-color: var(--bg-dark);
  padding: 1rem;
  border-radius: 8px;
  border-left: 4px solid var(--color-accent);
}
/* --- Bonus Section --- */
.qciz9cja {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.lfnc4zry {
  background: linear-gradient(135deg, var(--bg-dark), rgba(8, 33, 84, 0.5));
  padding: 2rem;
  border-radius: 15px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.fraxxjtj {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.qk8fp6kc {
  margin-bottom: 0.5rem;
}
.hsixy1k9 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-accent);
}
/* --- How-to Section --- */
.wl2h9t33 {
  background-color: var(--bg-dark);
}
.jc60i88h {
  list-style: none;
  padding: 0;
  counter-reset: steps-counter;
}
.ms5xtht4 { padding: 50px 45px; display: none; }
.fqemas56 {
  background-color: var(--bg-dark);
  padding: 1.5rem 1.5rem 1.5rem 4rem;
  margin-bottom: 1rem;
  border-radius: 8px;
  position: relative;
}
.fqemas56 span {
  counter-increment: steps-counter;
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--color-accent);
  color: var(--color-text);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
/* --- Tables (Offers, Tournaments) --- */
.cw5acz1u,
.gxgbdkl0 {
  overflow-x: auto;
}
.zqw0qfzb {
  position: relative;
}
.hh8be61i,
.h4b40so9 {
  width: 100%;
  border-collapse: collapse;
  background-color: var(--bg-dark);
}
.hh8be61i th,
.hh8be61i td,
.h4b40so9 th,
.h4b40so9 td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.hh8be61i th,
.h4b40so9 th {
  background-color: var(--bg-dark);
  font-weight: 700;
}
/* --- Games Section --- */
.uldqqui5 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.yxxutul1 {
  background-color: var(--bg-dark);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}
.yxxutul1:hover {
  transform: translateY(-5px);
}
.kki5eptf {
  padding: 1rem;
}
.bh4o6832 {
  margin-bottom: 0.25rem;
}
.uo9z620t {
  color: var(--color-text);
  opacity: 0.7;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.sotxi47s1lj { color: rgb(33, 59, 162); border: 1px dotted #f9c835; }
.ollua40q {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.qog4la6c {
  background-color: var(--color-accent);
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: 700;
}
.mog5ukpz {
  font-weight: 700;
  color: var(--color-accent);
}
/* --- Live Casino (Accordion) --- */
.aazw5ifn {
  background-color: var(--bg-dark);
  margin-bottom: 0.5rem;
  border-radius: 8px;
}
.qaa079tm {
  width: 100%;
  background: none;
  border: none;
  padding: 1rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color-text);
  text-align: left;
  cursor: pointer;
  position: relative;
}
.qaa079tm::after {
  content: '+';
  position: absolute;
  right: 1rem;
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}
.hjasweyr::after {
  transform: rotate(45deg);
}
.lm08pe0d {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding: 0 1rem;
}
.lm08pe0d p {
  margin: 0 0 1rem 0;
}
/* --- Sports Section --- */
.c2jsdhqc {
  background-color: var(--bg-dark);
}
.e6ztxsmq {
  text-align: center;
  margin-bottom: 1.5rem;
}
.fylh4ydi {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.fylh4ydi li {
  background-color: var(--bg-dark);
  padding: 0.5rem 1rem;
  border-radius: 20px;
}
/* --- Payments Section --- */
.xo5028vi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
.s247k0dg { padding-left: 5px; margin: 1px; border: 5px solid #e46955; color: rgb(91, 94, 136); display: none; }
.nwn9yhu6 {
  height: 40px;
  width: auto;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: filter 0.3s, opacity 0.3s;
}
.nwn9yhu6:hover {
  filter: grayscale(0%);
  opacity: 1;
}
/* --- Reasons Section --- */
.iy8n4n9u {
  background-color: var(--bg-dark);
}
.s60h0rkk {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.ayc5ukph {
  background-color: var(--bg-dark);
  padding: 2rem;
  border-radius: 10px;
  position: relative;
  text-align: center;
}
.jks3y3wm {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-accent);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--color-text);
  border: 3px solid var(--bg-dark);
}
.lql7ae3y {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
/* --- Footer --- */
.vpxw4eo1 {
  background-color: var(--bg-dark);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2rem 0;
  text-align: center;
  font-size: 0.9rem;
  color: var(--color-text);
  opacity: 0.7;
}
.vpxw4eo1 p {
  margin: 0;
}
/* --- Promo Block --- */
.wipbxztv {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  background: var(--color-accent);
  box-shadow: 0 4px 15px var(--color-accent);
  color: var(--color-text);
  padding: 1.5rem;
  border-radius: 10px;
  z-index: 1000;
  transform: translateX(120%);
  transition: transform 0.5s ease-in-out;
  width: 280px;
}
[promo-block--visible] {
  transform: translateX(0);
}
.nj3dvg3i {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: none;
  border: none;
  color: var(--color-text);
  font-size: 1.5rem;
  cursor: pointer;
  line-height: 1;
}
.ny7lmtqo {
  font-weight: 700;
  margin: 0 0 0.5rem 0;
}
.caz11ys2 {
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
}
.z926hjhw {
  background-color: var(--color-text);
  color: var(--color-accent);
}
.t31rkywa { border: 4px solid #e68a95; color: rgb(51, 75, 5); }
/* --- Exit Intent Popup --- */
.r98u78ag {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
[popup-overlay--visible] {
  opacity: 1;
  visibility: visible;
}
.lraypbju {
  background-color: var(--bg-dark);
  padding: 2rem;
  border-radius: 15px;
  width: 90%;
  max-width: 500px;
  text-align: center;
  position: relative;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}
[popup-overlay--visible] .lraypbju {
  transform: scale(1);
}
.bu7uqy0k {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  color: var(--color-text);
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
}
.dwd5vxj0 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.uzgl0ztv {
  margin-bottom: 2rem;
  font-size: 1.1rem;
}
/* --- Desktop Styles (min-width: 768px) --- */
@media (min-width: 768px) {
  h1 {
    font-size: 3.5rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  .nfqkb7o3 {
    display: flex;
    gap: 1.5rem;
margin-right: 1.5rem;
  }

  .pvv5ejhz {
    font-weight: 700;
  }

  .baf2mutd {
    flex-direction: row;
    text-align: left;
    gap: 3rem;
  }

  .af9aovfo {
    flex: 1;
  }

  .hgp09q57 {
    flex: 1;
  }

  .ea8k9egk {
    grid-template-columns: repeat(2, 1fr);
  }

  .qciz9cja {
    flex-direction: row;
  }

  .uldqqui5 {
    grid-template-columns: repeat(2, 1fr);
  }

  .s60h0rkk {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* --- Larger Desktop Styles (min-width: 1024px) --- */
@media (min-width: 1024px) {
  .ea8k9egk {
    grid-template-columns: repeat(3, 1fr);
  }

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

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

  .ayc5ukph {
    padding: 2rem 1rem;
  }
}
table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
  font-size: 16px;
}
thead {
  background-color: rgba(255, 255, 255, 0.1);
}
th, td {
  padding: 12px 15px;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.fo6km0rb7 { color: rgb(230, 106, 78); border: 4px solid #354a97; padding: 19px 5px; display: grid; width: 22vw; }
.bgdg70mm {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.qmwnza7g{
  position: absolute;
    right: 0;
    top:-126px;
    max-width: 60%;
    object-fit: cover;
}
.r0p0xy6j {
  position: relative;
}
@media (max-width: 1087px) {
  .qmwnza7g {
    display: none
  }
}
table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
}
thead {
  background: var(--color-text);
  color: var(--bg-dark);
}
th, td {
  padding: 12px 16px;
  text-align: left;
}
tbody tr:nth-child(odd) {
  background: var(--bg-dark);
  color: var(--color-text);
}
tbody tr:nth-child(even) {
  background: var(--color-text);
  color: var(--bg-dark);
}
@media(max-width:768px) {
  table {
    display: block;
    overflow-x: auto;
  }
  
  .e3pgac9o {
    float: inherit;
    display: block;
  }
}
h2, h3, h4, h5, h6 {
  font-family: 'Arial', sans-serif;
  color: var(--color-text);
  margin: 16px 0 8px 0;
  line-height: 1.3;
  font-weight: 600;
}
h2 { font-size: 28px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }
ul, ol {
  padding-left: 20px;
  margin: 12px 0;
}
.et3nlpcu { padding: 4px 25px; border: 5px dashed #3dea4a; color: rgb(198, 74, 216); display: block; margin: 16px; width: 56%; }
li {
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-text);
  margin-bottom: 6px;
  position: relative;
}
li::marker {
  color: var(--color-accent);
  font-weight: bold;
}
.m55ojgoz {
  font-family: Arial, sans-serif;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}
.m55ojgoz h2 {
  font-size: 24px;
  color: var(--color-accent);
  margin-bottom: 20px;
}
.o6l7bnz6 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.o6l7bnz6 li {
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 0;
  border-bottom: 5px solid;
}
.wmjc1zhx {
  font-weight: bold;
  color: var(--color-accent);
}
.am1i6x3m {
  max-width: 1400px;
  margin: 0 auto;
}
.hdbi3fis {
  display: flex;
 
  gap: 5px;
  margin-bottom: 40px;
overflow-x: auto;
    scrollbar-width: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
@media (min-width: 1024px) {
.hdbi3fis {
 justify-content: center;
}
}
.hqoet3oh {
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 10px;
  text-align: center;
  text-decoration: none !important;
  color: var(--color-text);
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
  backdrop-filter: blur(10px);
  margin: 0 !important;
    line-height: normal;
    white-space: nowrap;
}
.hqoet3oh:hover {
  background: rgba(0, 0, 0, 0.7);
  border-color: var(--color-accent);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px var(--color-accent);
  color: var(--color-accent);
}
.hqoet3oh:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .hdbi3fis {
    gap: 12px;
  }

  .hqoet3oh {
    flex: 1 1 150px;
    padding: 20px 16px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .hqoet3oh {
    flex: 1 1 calc(50% - 6px);
  }
}
.o11g2onq {
  width: 100%;
  margin-bottom: 40px;
}
.ubyxqa6j {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10px;
  padding-top: 30px;
  margin-bottom: 40px;
}
.atv3k0o719cv { width: 45%; padding-right: 47px; border: 5px dashed #e598f0; padding-left: 49px; margin: -2px; }
.ubyxqa6j h2 {
  color: var(--color-accent);
}
.ei7mzhlh {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 35px;
  align-items: center;
  padding-top: 20px;
}
@media (max-width: 800px) {
  .ei7mzhlh {
    justify-content: center;
  }
}
.d3kpussz {
  width: 100%;
  height: auto;
  max-width: 220px;
  height: auto;
  position: relative;
 
  border-radius: 10px;
}
.d3kpussz img {

  max-width: 220px;
  height: auto;
  margin: 0 auto !important;
  border-radius: 10px;
}
.d3kpussz .chqiuvl6 {
  position: absolute;
  top: 35%;
  left: 40%;
  width: 60px;
  height: 60px;
  opacity: 0;
}
.d3kpussz:hover .chqiuvl6 {
  opacity: 1; 
}
.d3kpussz:hover img {
  opacity: 0.3;
}
html {
  scroll-behavior: smooth;
}
* {
  scroll-margin-top: 80px; 
}
.qf39vfqv p {
  color: var(--color-accent);
  font-weight: 600;
}
.r5zbcg71 {
  border-bottom: 2px solid #e8eaf6;
}
.r5zbcg71:last-child {
  border-bottom: none;
}
.x7uqbzmfcb { width: 5vw; color: rgb(250, 240, 172); }
.lhsjx1v8 {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 20px 34px 20px 0;
  cursor: pointer;
  position: relative;
  list-style: none;
  color: var(--color-accent);
}
.lhsjx1v8::-webkit-details-marker {
  display: none;
  /* for chrome */
}
.lhsjx1v8::after {
  content: '+';
  font-size: 2rem;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
  color: #EA386A;
}
.r5zbcg71[open] .lhsjx1v8::after {
  transform: translateY(-50%) rotate(45deg);
}
.m7d86mhp {
  padding: 0 1em 1.2em 1em;
  animation: fadeIn 0.3s ease;
}
.ijwklo8d {
        display: flex; 
        justify-content: center;
        align-items: center;
        padding: 20px 20px 60px;
        width: 100%;
        box-sizing: border-box;
        background-color: transparent; 
    }
.l42j5i7l {
        display: inline-block;
        text-decoration: none; 
        cursor: pointer;
        
        padding: 16px 48px;
        border-radius: 12px; 
        border: none;
        
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-align: center;
        
        color: var(--color-light);
        background-color: var(--color-accent);
        box-shadow: 0 4px 15px var(--color-cta-box-shadow);
        
        transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
    }
.l42j5i7l:hover {
        transform: translateY(-3px); 
        filter: brightness(1.1); 
    }
.l42j5i7l:active {
        transform: translateY(-1px);
    }
@media (max-width: 480px) {
        .l42j5i7l {
            width: 100%;
            padding: 10px 20px 16px;
        }
    }
#lang-dropdown {
  position: relative;
}
#lang-current {
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: var(--color-text);
  display: flex;
  align-items: center;
  gap: 6px;
}
.fv0mwc1w {
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--color-text);
  border-bottom: 2px solid var(--color-text);
  transform: rotate(45deg);
  transition: transform 0.25s ease;
}
#lang-dropdown[open] .fv0mwc1w {
  transform: rotate(-135deg);
}
.bmk186a69q3 { padding-left: 9px; }
#lang-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: var( --color-accent);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  padding: 10px;
  margin: 0;
  list-style: none;
  display: none;
  backdrop-filter: blur(4px);
  width: 100px;
}
#lang-menu li a {
  display: block;
  padding: 8px 14px;
  white-space: nowrap;
  color: var(--color-text);
  text-decoration: none;
  font-size: 15px;
}
#lang-menu li a:hover {
  background: rgba(255, 255, 255, 0.12);
}
.d3kpussz {
max-width:inherit;
text-align: center;
}
.x24dth89 {
 flex-basis: 49%; 
}
.fio1yu4n {
 flex-basis: 32.3333%; 
}
.jy8tslz5 {
 flex-basis: 24%; 
}
.p05jvrmf {
 flex-basis: 19%; 
}
.j1l9wxrt {
 flex-basis: 15.6666%; 
}
.u6k9dxll {
 flex-basis: 13.2857%; 
}
.gynevqp4 {
    display: flex;
    align-content: center;
    align-items: center;
}
.nfqkb7o3 li {
margin-bottom:0px;
}
.ysi43qat {
    display: flex;
    justify-content: center;
    column-gap: 21px;
    overflow-x: auto;
    scrollbar-width: none;
    margin: 5px 0px;
}
@media (min-width: 768px) {
.ysi43qat {
display:none;
}
}
.lgokplra {
display: flex;
    justify-content: center;
    gap: 20px;
}
.r3ok2ffvccsu { display: inline-block; border: 5px dashed #1862c4; width: 42%; padding: 49px 47px; }
/* slotpage */

        .x15qcqk9 {
          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;


        }
.rlwv00of {
            display: flex;
            flex-direction: column;
            gap: 15px;
            z-index: 5;
        }
.dvkibrs2 {
            padding: 18px 45px;
            font-size: 1.2rem;
            font-weight: bold;
            text-transform: uppercase;
            cursor: pointer;
            border: none;
            border-radius: 5px;
            transition: 0.3s;
        }
.fly7f93z {
            background-color: #00bcd4;
            color: #fff;
        }
.cnq09szs {
            background-color: #ff9800;
            color: #fff;
        }
.dvkibrs2:hover {
            opacity: 0.85;
            transform: translateY(-2px);
        }
iframe[full-frame] {
            width: 100%;
            height: 100%;
            border: none;
        }
/* slotpage end */

.axyy2c2z ul {
    list-style: none;
    display: flex;
    column-gap: 5px;
margin: 10px 0px;
    padding: 0;
}
.axyy2c2z ul li {
    list-style: none;
    margin-left: 0;
}