* {
box-sizing: border-box;
}

a {
color: var(--PbTwKxTRLmon);
text-decoration: none;
}

a:hover {
color: var(--lGkOmZwhoVOt);
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    background-color: var(--mnHdKtueMbWr);
    color: var(--NQnvuHDUDMNp);
    scroll-behavior: smooth;
}

menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: auto;
}

menu li {
    margin: 0 6px;
    border-radius: 15px;
    border: none;
    background-color: var(--vOivXfUkRgEh);
    padding: 7px 12px;
}
menu li:hover{
    background-color: var(--aNbUKFRvoHBx);
}
menu a {
    color: #fff;
}
menu a:hover {
    color: #fff;
}

img {
width: 100%;
}

figure {
margin: 0;
}

h1 {
font-size: 42px;
font-weight: 600;
line-height: 1.2;
margin-top: 50px;
}

h2 {
font-size: 34px;
line-height: 1.2;
margin-top: 40px;
}

h3 {
font-size: 28px;
line-height: 1.2;
margin-top: 30px;
}

.UwDQzGSCvYXY {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.FisOufSXbGZJ,
.XVrXiSDCrlBW,
.inside-FNDHyiCNsHcN {
max-width: 1200px;
width: 100%;
margin: 0 auto;
}

.bRpPeCVMLMnN img {
width: 70px;
border-radius: 16px;
margin-top: 5px;
margin-left: 20px;
}

.tszTaiBlqERh {
background-color: var(--RKAowoigXyND);
padding: 10px 0;
display: flex;
}

.XVrXiSDCrlBW {
background-color: var(--BumPXlvyfhze);
padding: 0 15px;
}

.VEmMVCvOlEca {
font-size: 32px;
font-weight: 600;
line-height: 30px;
padding-top: 15px;
}
.IsamQyYhdHSJ {
    margin-left: 5px;
    font-weight: 800;
}
/* slider */

.gwQFNoHymVyz-container {
padding: 20px;
background: var(--button-base);
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
overflow: hidden;
position: relative;
margin: 20px auto;
}

.gwQFNoHymVyz-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 15px;
}

.gwQFNoHymVyz-header span {
margin: 0;
font-size: 20px;
font-weight: bold;
}

.gwQFNoHymVyz-header .controls {
display: flex;
align-items: center;
gap: 10px;
}

.gwQFNoHymVyz-header .view-all {
font-size: 14px;
color: #007bff;
text-decoration: none;
font-weight: bold;
display: flex;
align-items: center;
gap: 5px;
cursor: pointer;
}

.gwQFNoHymVyz-header .view-all span {
background: #ddd;
color: #555;
border-radius: 50%;
font-size: 12px;
padding: 3px 6px;
}

.gwQFNoHymVyz-header .nav-button {
width: 30px;
height: 30px;
border: none;
background: var(--links);
border-radius: 15px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
font-size: 16px;
}

.gwQFNoHymVyz-header .nav-button:hover {
background: #ccc;
}

.gwQFNoHymVyz {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 10px;
overflow-x: visible;
}

.gwQFNoHymVyz::-webkit-scrollbar {
display: none;
}

.gwQFNoHymVyz-item {
width: 100%;
height: auto;

}

.gwQFNoHymVyz-item img {


object-fit: cover;
border-radius: 16px;
}
/* slider end */

.FisOufSXbGZJ {
background-color: var(--BumPXlvyfhze);
padding: 15px;
margin-bottom: 30px;
border-radius: 0 0 16px 16px;
}

.wqpbHrWpBOCT {
text-align: var(--zRVNhDwivfei);
}

.JYwGtLYssoEr {
background-color: var(--vOivXfUkRgEh);
color: var(--mhcKpluCluQk);
padding: 15px;
border: none;
border-radius: 12px;
cursor: pointer;
text-decoration: none;
max-width: 300px;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
margin: 30px auto 0 auto;
transition: background-color 0.7s ease;
}

.JYwGtLYssoEr:hover {
background-color: var(--aNbUKFRvoHBx);
}

.JYwGtLYssoEr a {
color: var(--mhcKpluCluQk);
font-size: 28px;
font-weight: 500;
}

/*demo-placeholder*/
.JNsqTpgvGrCa {
box-shadow: 3px 3px 15px #000;
border-radius: 22px;
position: relative;
overflow: hidden;
display: inline-block;
width: 100%;
height: 100%;
}

.JNsqTpgvGrCa__wrap::after {
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.5);
width: 100%;
}

.JNsqTpgvGrCa__iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 100;
}

.JNsqTpgvGrCa img {
border-radius: 22px;
height: auto;
display: block;
}

.FVznUBgLcRtW {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    background-color: var(--fdGCfZvOVSio);
    color: #fff;
    border: none;
    z-index: 2;
    font-size: 26px;
    border-radius: 15px;
    padding: 20px 70px;
    transition: background-color 0.7s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.FVznUBgLcRtW a:hover {
    color: var(--mnHdKtueMbWr);
}

.BQBTeVzFstwp {
background-color: var(--vOivXfUkRgEh);
color: #fff;
font-weight: bold;
border: none;
cursor: pointer;
z-index: 2;
font-size: 24px;
border-radius: 15px;
padding: 20px 70px;
transition: background-color 0.7s ease;
}

.BQBTeVzFstwp:hover {
background-color: var(--aNbUKFRvoHBx);
}

.JNsqTpgvGrCa__box {
display: flex;
justify-content: space-between;
align-items: center;
margin: 40px 0;
padding: 0 40px;
}

.JNsqTpgvGrCa__btn {
background-color: var(--vOivXfUkRgEh);
color: var(--mhcKpluCluQk);
font-size: 21px;
padding: 15px 30px;
border-radius: 12px;
cursor: pointer;
text-decoration: none;
transition: background-color 0.7s ease;
}

.JNsqTpgvGrCa__btn:hover {
background-color: var(--aNbUKFRvoHBx);
color: var(--mhcKpluCluQk);
}

.JNsqTpgvGrCa__text {
font-weight: 400;
}

.JNsqTpgvGrCa__text a {
font-weight: 400;
}
#HYIXpbebkHGw {
width: 100%;
height: 100%;
border: none;
overflow: hidden;
}

/*casinos-list*/
.OantgvkfhyRG {
margin-top: 30px;
background-color: var(--wzMtBDEdqENF);
width: 100%;
border: 1px solid var(--VlPcgJSEFOYD);
padding: 15px;
box-sizing: border-box;
border-radius: 15px;
}

.lToqfWARUypf {
display: flex;
justify-content: space-between;
align-items: center;
}

.QaNWAcDYYTrF {
display: flex;
align-items: center;
}

.QaNWAcDYYTrF:nth-child(1) {
width: 30%;
}

.QaNWAcDYYTrF:nth-child(2) {
width: 50%;
justify-content: center;
border-right: 1px solid var(--VlPcgJSEFOYD);
border-left: 1px solid var(--VlPcgJSEFOYD);
height: 100px;
}

.QaNWAcDYYTrF:nth-child(3) {
width: 20%;
justify-content: center;
}
.QaNWAcDYYTrF strong{
font-size: 18px;
}

.ksZFIRCiCrKl {
width: 150px;
}

.ksZFIRCiCrKl img{
border-radius: 16px;
}

.uGKMPqglKDcT {
margin-left: 24px;
}

.WeTdJKGxXiaf {
font-size: 20px;
font-weight: bold;
margin-bottom: 10px;
}

.OCDJrRgBdvyf {
display: flex;
align-items: center;
margin: 0 auto 10px auto;
justify-content: center;
border: 1px solid var(--VlPcgJSEFOYD);
border-radius: 15px;
width: 130px;
}

.xiwLOmTBlgEt {
color: var(--oZMxXQRzgixg);
font-size: 24px;
}

.OxiWOHKNziWi {
padding: 15px 45px;
border-radius: 15px;
font-size: 21px;
background-color: var(--vOivXfUkRgEh);
color: var(--mhcKpluCluQk);
transition: background-color 0.7s ease;
}

.OxiWOHKNziWi:hover {
background-color: var(--aNbUKFRvoHBx);
color: var(--mhcKpluCluQk);
}

/*IMG*/
.gxePXJNeHsGr {
width: 85%;
margin: 24px auto 15px auto;
}

.LhjkQNRgzboY {
width: 100%;
border-radius: 16px;
box-shadow: 3px 3px 15px #000;
}

/*pros-cons*/
.YGXalJiayrMW {
display: flex;
justify-content: space-between;
background-color: var(--MDBzyhZPQqnU);
border-radius: 16px;
padding: 15px;
border: 1px solid var(--VlPcgJSEFOYD);
}

.YGXalJiayrMW .ofyWlrPMiCjL {
width: 48%;
}

.YGXalJiayrMW h3 {
margin-top: 0;
}

/*wp-block-list*/
.cXBNoziLqhOY {
list-style: none;
}

.cXBNoziLqhOY li {
margin-bottom: 10px;
}

.cXBNoziLqhOY li:last-child {
margin-bottom: 0px;
}

.cXBNoziLqhOY li::before {
content: var(--GHBTCaaLzsdv);
font-size: 16px;
margin-right: 10px;
}

.YGXalJiayrMW .ofyWlrPMiCjL:first-child .wqpbHrWpBOCT {
color: green;
}

.YGXalJiayrMW .ofyWlrPMiCjL:last-child .wqpbHrWpBOCT {
color: red;
}

.YGXalJiayrMW .ofyWlrPMiCjL:first-child li::before {
color: green;
}

.YGXalJiayrMW .ofyWlrPMiCjL:last-child li::before {
color: red;
}

/*Table*/

table {
    width: 100%;
    border: 1px solid var(--zJmQThDHcDNb);
    border-radius: 16px;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.mibVjDEzMQSC table {
    display: inline-table;
}

td {
width: 50%;
border: 1px solid var(--zJmQThDHcDNb);
border-radius: 6px;
}

table thead {
background-color: var(--wzMtBDEdqENF);
height: 50px;
border-radius: 16px 16px 0 0;
border: none;

}

table thead th {
font-size: 18px;
font-weight: 600;
text-align: center;
padding: 10px;
}

table thead th:first-child {
border-radius: 16px 0 0 0;
}

table thead th:last-child {
border-radius: 0 16px 0 0;
}

table tbody tr {
border-bottom: 1px solid var(--VlPcgJSEFOYD);
background-color: var(--MDBzyhZPQqnU);
}

table tbody tr:last-child td:first-child {
border-radius: 0 0 0 16px;
}

table tbody tr:last-child td:last-child {
border-radius: 0 0 16px 0;
}

table tbody td {
padding: 10px;
}

/*FAQ*/
.gpVlOJdcLJdV-item {
background-color: var(--MDBzyhZPQqnU);
padding: 20px;
border-radius: 16px;
margin-bottom: 24px;
border: 1px solid var(--VlPcgJSEFOYD);
}

.gpVlOJdcLJdV-item:last-child {
margin-bottom: 0;
}

.gpVlOJdcLJdV-item h3 {
margin: 10px 0;
}

/*Footer*/
.FNDHyiCNsHcN {
background-color: var(--CBNbQshbDyni);
color: var(--bXTDGKUNILJh);
}

.inside-FNDHyiCNsHcN {
padding: 30px 0;
}

/*btn-up*/
.sbOzhsQZgJHB {
position: fixed;
bottom: 40px;
right: 40px;
width: 40px;
height: 40px;
background-color: var(--vOivXfUkRgEh);
border-radius: 8px;
cursor: pointer;
opacity: 0.5;
transition: opacity 0.3s ease;
}

.sbOzhsQZgJHB:hover {
opacity: 1;
}

.sbOzhsQZgJHB::after,
.sbOzhsQZgJHB::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 20px;
height: 2px;
background-color: var(--mhcKpluCluQk);
}

.sbOzhsQZgJHB::after {
transform: translate(-12%, -50%) rotate(40deg);
}

.sbOzhsQZgJHB::before {
transform: translate(-88%, -50%) rotate(-40deg);
}

/*lwptoc*/
.jDsPSyiRsaLF {
margin-top: 40px;
}
.jDsPSyiRsaLF_toggle {
margin-left: 10px;
cursor: pointer;
}
.jDsPSyiRsaLF_toggle:before {
content: '[ ';
}
.jDsPSyiRsaLF_toggle:after {
content: ' ]';
}
.jDsPSyiRsaLF_items {
margin-top: 15px;
max-height: 0px;
opacity: 0;
overflow: hidden;
transition: max-height 0.3s ease, opacity 0.3s ease;
}
.jDsPSyiRsaLF_items-show {
max-height: 500px;
opacity: 1;
}
.jDsPSyiRsaLF_itemWrap {
margin-left: 15px;
}

.jDsPSyiRsaLF_item a{
color: var(--NQnvuHDUDMNp);
}

/*Media*/
@media(max-width: 1200px){
.inside-FNDHyiCNsHcN{
padding: 30px 15px;
text-align: center;
}
}
@media(max-width: 992px){
.QaNWAcDYYTrF:nth-child(1),
.QaNWAcDYYTrF:nth-child(2),
.QaNWAcDYYTrF:nth-child(3){
width: 33%;
}
.JAReiXxnEDbF{
text-align: center;
padding: 0 10px;
}
.uGKMPqglKDcT {
margin-left: 10px;
}
.UwDQzGSCvYXY{
padding: 0 15px;
}
}
@media(max-width: 756px){
.gwQFNoHymVyz {
    grid-template-columns: repeat(3, 1fr);
}
.FVznUBgLcRtW {
    font-size: 26px;
    width: 70%;
}
.JNsqTpgvGrCa {
height: unset;
}
.lToqfWARUypf{
flex-wrap: wrap;
}
.QaNWAcDYYTrF:nth-child(1){
width: 100%;
justify-content: center;
}
.QaNWAcDYYTrF:nth-child(2){
width: 50%;
border: none;
height: 70px;
}
.QaNWAcDYYTrF:nth-child(3) {
width: 50%;
}
.JNsqTpgvGrCa__box{
padding: 0;
}
.BQBTeVzFstwp{
    padding: 15px 50px;
    font-weight: bold;
}
}
@media(max-width: 700px){
.BQBTeVzFstwp {
padding: 20px 30px;
font-size: 28px;
}
}
@media(max-width: 576px){
.bRpPeCVMLMnN img {
margin-left: 5px;
}
.gwQFNoHymVyz {
    grid-template-columns: repeat(2, 1fr);
}
.FVznUBgLcRtW {
    font-size: 14px;
    width: 70%;
}
.JYwGtLYssoEr a {
font-size: 24px;
}
.YGXalJiayrMW {
flex-wrap: wrap;
}
.YGXalJiayrMW .ofyWlrPMiCjL {
width: 100%;
}
.cXBNoziLqhOY {
padding-left: 10px;
}
table thead th {
    font-size: 14px;
}
table tbody td {
    font-size: 14px;
}
h1 {
font-size: 32px;
margin-top: 30px;
}
h2 {
font-size: 26px;
line-height: 1.2;
margin-top: 30px;
}
h3 {
font-size: 22px;
margin: 20px auto;
}
.gxePXJNeHsGr {
width: 100%;
margin: 20px auto 15px auto;
}
.JNsqTpgvGrCa__box {
flex-direction: column;
margin: 20px 0 20px 0;
}
.JNsqTpgvGrCa__text{
margin-top: 15px;
}
.BQBTeVzFstwp {
font-size: 24px;
}
.jDsPSyiRsaLF{
margin-top: 20px;
}
.bRpPeCVMLMnN{
display: flex;
justify-content: center;
}
.bRpPeCVMLMnN img {
width: 50px;
}
}
@media(max-width: 480px){
.QaNWAcDYYTrF:nth-child(1) {
flex-direction: column;
}
.QaNWAcDYYTrF:nth-child(2),
.QaNWAcDYYTrF:nth-child(3) {
width: 100%;
}
.uGKMPqglKDcT {
margin-left: 0px;
}
.BQBTeVzFstwp{
    width: 170px;
    padding: 15px;
    font-size: 21px;
}
.OxiWOHKNziWi{
padding: 10px 20px;
}
.JYwGtLYssoEr{
max-width: 280px;
padding: 10px;
}
table thead th {
    font-size: 14px;
}
table tbody td {
    font-size: 14px;
}
.sbOzhsQZgJHB {
position: fixed;
bottom: 30px;
right: 30px;
width: 30px;
height: 30px;
}
.sbOzhsQZgJHB::after, .btn-up::before {
width: 14px;
}
.ksZFIRCiCrKl {
width: 100px;
}
.bRpPeCVMLMnN img {
margin-left: 5px;
}
.JAReiXxnEDbF{
font-size: 14px;
}
}
@media (max-width: 360px) {
    .liJPtiCaHAIh {
        font-size: 12px;
    }
}
