:root {
    --primary-black: #111;
    --primary-white: #fff;
    --text-default: #636363;
    --fw-light: 300;
    --fw-regular: 400;
    --fw-medium: 500;
    --fw-semi-bold: 600;
    --fw-bold: 700;
    --fw-extra-bold: 800;
    --fw-black: 900;
    --font-poppins: "Poppins", sans-serif;
}
* {
    box-sizing: border-box;
    position: relative;
}
html, body {
    padding: 0;
    margin: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 24px;
    background: var(--primary-black);
    font-family: var(--font-poppins);
    color: var(--primary-white);
}
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
main {
    flex: 1;
    padding-top: 100px;
}
#masthead {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.3s linear;
    z-index: 9;
}
#masthead.scroll-down {
    transform: translateY(-125px);
}
#masthead .navbar-nav {
    gap: 20px;
}
#masthead .nav-item .nav-link {
    color: var(--text-default);
}
#masthead .nav-item .nav-link:hover {
    color: var(--primary-black);
}
#masthead .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
}
#masthead .dropdown-item {
    padding: 8px 16px;
}
#masthead .dropdown-item:hover {
    background-color: #d7d7d7;
}
.navbar-collapse {
    z-index: 10;
}
.app {
    min-height: 100vh;
}
section {
    padding: 30px 0;
}
.section-default-padding {
    padding: 90px 0;
}
h1, h2, h3, h4, h5, h6, b, strong, .text-editor > p > b > a {
    font-weight: var(--fw-semi-bold);
}
.text-editor h1 a, .text-editor h2 a, .text-editor h3 a, .text-editor h4 a, .text-editor h5 a, .text-editor h6 a, li a, li b a, .swiper-slide h1 a, .swiper-slide h2 a, .swiper-slide h3 a, .swiper-slide h4 a, .swiper-slide h5 a, .swiper-slide h6 a, .post-item h1 a, .post-item h2 a, .post-item h3 a, .post-item h4 a, .post-item h5 a, .post-item h6 a {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}
p, a, li, a, th, td, input, textarea, select, label, button {
    font-weight: var(--fw-regular);
}
h1, .h1 {
    font-size: 42px;
    line-height: 52px;
}
h2, .h2 {
    font-size: 36px;
    line-height: 46px;
}
h3, .h3 {
    font-size: 28px;
    line-height: 36px;
}
h4, .h4 {
    font-size: 24px;
    line-height: 32px;
}
h5, .h5 {
    font-size: 20px;
    line-height: 28px;
}
h6, .h6, p, a, li, a, th, td, input, textarea, select, label, button {
    font-size: 16px;
    line-height: 24px;
}
a, a:hover, a:focus, a:visited, button, button:hover, button:focus, button:visited {
    border: none;
    box-shadow: none!important;
    outline: none;
    text-decoration: none;
}
a, button, .btn, a.btn, button.btn, .share-button::before {
    transition: all 0.3s ease;
}
p, ul, ol {
    margin-bottom: 0.5rem;
}
.text-editor h1 > a, .text-editor h2 > a, .text-editor h3 > a, .text-editor h4 > a, .text-editor h5 > a, .text-editor h6 > a, .text-editor li p a, .text-editor li p a:hover, .text-editor li a, .text-editor li a:hover, .text-editor > p > a, .text-editor > p > a:hover, .text-editor > p > b > a, .text-editor > p > b > a:hover {
    color: #ffae18;
}
.text-editor h1 > a:hover, .text-editor h2 > a:hover, .text-editor h3 > a:hover, .text-editor h4 > a:hover, .text-editor h5 > a:hover, .text-editor h6 > a:hover, .text-editor li p a:hover, .text-editor li a:hover, .text-editor > p > a:hover, .text-editor > p > b > a:hover {
    text-decoration: underline;
}
.text-hover-underline:hover {
    text-decoration: underline!important;
}
table thead tr th{
    background-color: #9db0c7!important;
}
table .fa-check{
    color: green;
}
table .fa-times{
    color: red;
}
.btn-wrapper {
    display: flex;
    gap: 1rem;
}
a, button, .btn, a.button, button.btn {
    border: none;
    box-shadow: none;
    border: none;
}
.btn:hover, a.button:hover, button.btn:hover {
    filter: contrast(0.7);
}
.btn-copy-clipboard, .btn-copy-clipboard:hover {
    background: #0d6efd;
    padding: 6px 12px;
    border: none;
}
.btn-copy-clipboard, .btn-copy-clipboard:hover, .copy-msg {
    color: #fff;
}
.btn.btn-rounded {
    border-radius: 10px;
}
.btn.btn-default {
    padding: 0.25rem 0.75rem;
    background-color: #efefef;
    color: #000;
}
.btn.btn-read-more {
    font-size: 14px;
    line-height: 16px;
}
#a2hs-banner > span {
    margin-right: 1rem;
}
.btn-with-icon {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 20px;
    gap: 0.5rem;
}
.btn-with-icon img, .btn-with-icon svg {
    width: 28px;
    height: 28px;
}
.btn-with-icon.btn-whatsapp img, .btn-with-icon.btn-whatsapp svg {
    width: 24px;
    height: 24px;
}
.btn-with-icon.btn-playnow svg{
    width: 28px;
    height: 28px;
}
.btn.btn-telegram {
    background: #24A1DE;
}
.btn.btn-whatsapp {
    background: #25D366;
}
.btn.btn-playnow{
    background: linear-gradient(0deg, #ff5627, #ffab18);
}
.enquiry-sources .btn-wrapper .btn, .enquiry-sources .d-grid .btn {
    padding: 1rem 1.5rem;
}
.platform {
    position: relative;
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    overflow: hidden;
}
.platform::before {
    content: '';
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.4) 50%, transparent 100%);
    width: 80%;
    height: 200%;
    top: 0;
    left: -50%;
    transform: rotate(-45deg);
    transform-origin: center center;
    position: absolute;
    opacity: 0;
    transition: all 0.5s linear;
}
.platform:hover::before {
    top: -110%;
    left: 110%;
    opacity: 1;
}
.platform-android{
    background: rgba(61, 220, 132, 0.3);
}
.platform-ios{
    background: rgba(245, 245, 247, 0.3);
}
.platform-windows{
    background: rgba(0, 188, 242, 0.3);
}
.platform-inner, .platform-content {
    display: flex;
    flex-direction: column;
}
.platform-content {
    flex: 1;
    justify-content: space-between;
}
.platform-thumbnail {
    width: 45px;
}
.platform .btn.btn-download {
    width: 100%;
    background: #000;
    padding: 1rem 1.5rem;
}
.platform-android .btn.btn-download{
    background: rgba(61, 220, 132, 1);
}
.platform-ios .btn.btn-download{
    background: rgba(245, 245, 247, 0.5);
}
.platform-windows .btn.btn-download{
    background: rgba(0, 188, 242, 1);
}
.page-starter {
    width: 150px;
}
.slotbase {
    text-align: center;
    max-width: 500px;
    display: block;
    width: 100%;
    margin: 0 auto;
}
.slotwrapper {
    border: none;
    overflow: hidden;
}
.slotwrapper, .slotwrapper ul {
    width: 100%;
    height: 180px;
}
.slotwrapper ul {
    line-height: 180px;
}
.slotwrapper ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    font-size: 30px;
    line-height: 42px;
    min-height: 180px;
    max-height: 180px;
}
.slot-header {
    background-color: #ff5627;
    border-radius: 10px;
    display: inline-block;
    margin: 0 auto;
    padding: 15px 25px;

}
.slot-header, .slotbase .btn-spin {
    z-index: 1;
}
.slot-body {
    margin-top: -27px;
    padding: 50px;
    border-radius: 10px;
    background: linear-gradient(0deg, #ff5627, #ffab18);
}
#rtp-game-list {
    height: 180px;
}
#rtp-game-list ul {
    position: relative;
    color: #000;
    z-index: 1;
}
#rtp-game-list::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
}
.slotbase .btn-spin {
    width: 100px;
    height: 100px;
    padding: 15px;
    border-radius: 75px;
    background: linear-gradient(180deg, #ff5627, #ffab18);
    margin-top: -75px;
    font-size: 30px;
    box-shadow: inset 0 0 12px 9px rgba(255,255,255,0.3)!important;
    transform: scale(1.07);
    transform-origin: center center;
}
.slotbase .btn-spin:hover {
    box-shadow: inset 0 0 12px 9px rgba(0,0,0,0.3)!important;
    transform: scale(1);
}
.slotbase .btn-spin:hover, .slotbase .btn-spin:focus {
    opacity: 1;
    filter: contrast(1);
}
.heading-block {
    padding: 30px 0;
    margin-bottom: 30px;
    border-color: #b5b5b5;
    border-width: 1px 0 1px 0;
    border-style: solid;
}
.copy-msg {
    display: none;
    position: absolute;
    background: #000;
    top: -30px;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 3px 8px;
    border-radius: 6px;
}
.copy-msg::before {
    content: '';
    display: inline-block;
    position: absolute;
    border-width: 8px;
    border-style: solid;
    border-right: 8px solid transparent;
    border-color: #000 transparent transparent;
    width: 0;
    height: 0;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%, 0);
}
.copy-clipboard {
    max-width: 100%;
    width: 100%;
}
.copy-clipboard i {
    font-size: 24px;
    line-height: 1;
}
.copy-clipboard p {
    flex: 1;
    text-overflow: ellipsis;
    text-align: center;
    overflow: hidden;
}
.img-fit {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}
.navbar {
    box-shadow: 0 3px 10px 3px rgba(255, 255, 255, 0.3);
}
.navbar-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.navbar-brand {
    display: block;
    width: 55px;
}
.navbar-toggler, .quad-box, .quad-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 4px;
}
.navbar-toggler {
    width: 46px;
    height: 46px;
    padding: 8px;
    flex-direction: column;
}
.navbar-toggler, .navbar-toggler:hover, .navbar-toggler:focus, .navbar-toggler:visited {
    outline: none;
    border: none;
    box-shadow: none;
}
.navbar-toggler:hover, .btn-copy-clipboard:hover, .share-buttons .share-button:hover::before, .link:hover, a.link:hover, .footer-nav .nav-item .nav-link:hover, .floating-list-inner .floating-item:hover {
    opacity: 0.8;
}
.iconbox, .quad-box {
    height: 100%;
}
.quad-inner {
    position: absolute;
    bottom: 0;
}
.quad-box::before, .quad-box::after, .quad-inner::before, .quad-inner::after {
    content: '';
    display: inline-block;
    position: relative;
    width: 13px;
    height: 13px;
    border-radius: 3px;
    background: var(--primary-black);
}
.share-this svg {
    width: 20px;
    height: 20px;
}
.share-this svg path {
    fill: #636363;
}
.share-this:hover svg path {
    fill: var(--primary-black);
}
.modal .modal-content > div[class*='modal-'] {
    width: 100%;
}
.modal .modal-content > div[class*='modal-'] > * {
    margin: 0;
}
.share-buttons {
    display: flex;
    flex-wrap: wrap;
}
.share-button {
    width: 52px;
    height: 52px;
    padding: 8px;
    background-color: transparent;
}
.share-button::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.share-button.facebook::before {
    background-image: url(../images/social-media/icon-facebook.png);
}
.share-button.instagram::before {
    background-image: url(../images/social-media/icon-instagram.png);
}
.share-button.whatsapp::before {
    background-image: url(../images/social-media/icon-whatsapp.png);
}
.share-button.linkedin::before {
    background-image: url(../images/social-media/icon-linkedin.png);
}
.share-button.telegram::before {
    background-image: url(../images/social-media/icon-telegram.png);
}
.share-button.twitter::before {
    background-image: url(../images/social-media/icon-twitter-x.png);
}
.share-button.youtube::before {
    background-image: url(../images/social-media/icon-youtube.png);
}
.share-button.line::before {
    background-image: url(../images/social-media/icon-line.png);
}
.link, a.link {
    color: var(--primary-white);
    text-decoration: underline;
}
#mastfoot {
    background: #222529;
}
.table-content {
    border-radius: 15px;
    background-color: #222529;
    padding: 30px 25px;
    text-align: center;
}
.table-content ol, .table-content ul {
    padding-left: 0;
    list-style: none;
}
.table-content > *:last-child {
    margin-bottom: 0;
}
.footer-logo {
    border-bottom: 1px solid #fff;
}
.footer .social-media {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.footer .social-media .nav-item {
    width: 35px;
    height: 35px;
}
.footer .social-media .nav-item .nav-link {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
}
.footer .social-media .nav-item .nav-link:hover {
    opacity: 0.8;
}
.footer .social-media .nav-item .nav-link::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    filter: invert(1);
}
.footer .social-media .nav-item.facebook .nav-link::before {
    background-image: url(../images/social-media/icon-facebook.png);
}
.footer .social-media .nav-item.instagram .nav-link::before {
    background-image: url(../images/social-media/icon-instagram.png);
}
.footer .social-media .nav-item.linkedin .nav-link::before {
    background-image: url(../images/social-media/icon-linkedin.png);
}
.footer .social-media .nav-item.telegram .nav-link::before {
    background-image: url(../images/social-media/icon-telegram.png);
}
.footer .social-media .nav-item.whatsapp .nav-link::before {
    background-image: url(../images/social-media/icon-whatsapp.png);
}
.footer .social-media .nav-item.line .nav-link::before {
    background-image: url(../images/social-media/icon-line.png);
}
.footer .social-media .nav-item.twitter .nav-link::before {
    background-image: url(../images/social-media/icon-twitter-x.png);
}
.footer .social-media .nav-item.pinterest .nav-link::before {
    background-image: url(../images/social-media/icon-pinterest.png);
}
.footer .social-media .nav-item.email .nav-link::before {
    background-image: url(../images/social-media/icon-email.png);
}
.footer .social-media .nav-item.youtube .nav-link::before {
    background-image: url(../images/social-media/icon-youtube.png);
}
.copyright {
    padding: 20px 0;
}
.map-iframe {
    height: 250px;
}
.map-iframe iframe, iframe {
    width: 100%;
    height: 100%;
}
.iconbox {
    background: linear-gradient(0deg, #58cffc, #438FF0);
}
#a2hs-banner {
    display: block;
    position: relative;
    left: 0;
    bottom:0;
    width:100%; 
    background: linear-gradient(0deg, #ff5627, #ffab18);
    color:#fff;
    padding: 24px;
    text-align:center;
    border-radius: 12px;
}
#a2hs-banner.default {
    background: linear-gradient(125deg, #6168ec, #9d47bb, #9d47bb, #df1f82);
}
#a2hs-banner .btn {
    width: 55px;
    height: 55px;
}
#install-btn .fa-home {
    font-size: 28px;
}
#install-btn .floating-plus {
    position: absolute;
    top: 10px;
    right: 8px;
    color: #00a900;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
#install-btn .floating-plus i {
    font-size: 18px;
}
.floating-list {
    display: none;
    position: fixed;
    bottom: 64px;
    right: 25px;
}
.floating-list-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.floating-list-inner .floating-item {
    width: 52px;
    height: 52px;
    background: #fff;
    border-radius: 26px;
}
.floating-list-inner .floating-item  a, .floating-list-inner .floating-item svg {
    display: block;
    width: 100%;
    height: 100%;
}
.back-to-top {
    cursor: pointer;
}
.floating-item.whatsapp {
    transform-origin: center center;
    animation: rotateInfinite 10s infinite linear;
    animation-delay: 2s;
}
@keyframes rotateInfinite {
    100% {
        transform: rotate(360deg);
    }
}
.accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 0;
}
.accordion-item:first-of-type>.accordion-header .accordion-button, .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion-item:last-of-type {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.rtp-table table th, .rtp-table table td {
    padding-left: 12px;
    padding-right: 12px;
}
.rtp-table table th:nth-child(1), .rtp-table table td:nth-child(1) {
    width: 12%;
}
.rtp-table table th:nth-child(2), .rtp-table table td:nth-child(2) {
    width: 15%;
}
.rtp-table table th:nth-child(3), .rtp-table table td:nth-child(3) {
    width: 30%;
}
.percent-bar {
    width: 100%;
    background-color: #00c0ff;
    overflow: hidden;
    box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.2);
}
.percent-bar, .percent-bar-inner {
    display: block;
    border-radius: 15px;
    height: 26px;
}
.percent-bar label {
    position: absolute;
    top: 50%;
    left: 15px;
    font-size: 14px;
    line-height: 14px;
    transform: translateY(-50%);
    z-index: 2;
}
.percent-bar-inner {
    position: absolute;
    left: 0;
    top: 0;
    transform-origin: center left;
    width: 0;
    background-color: #3484ce;
    z-index: 1;
}
.single h2, ol.heading-title.title-h2 > li::marker {
    font-size: 30px;
    line-height: 42px;
}
.single h3, ol.heading-title.title-h3 > li::marker {
    font-size: 26px;
    line-height: 34px;
}
.single h4, ol.heading-title.title-h4 > li::marker {
    font-size: 20px;
    line-height: 26px;
}
ol ul, ul ul {
    list-style-type: disc;
}
.post-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.post-grid .post-thumbnail {
    height: 180px;
    display: block;
    overflow: hidden;
}
.post-grid .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transform-origin: center center;
    transition: all 0.35s ease;
}
.post-grid .post-thumbnail a, .post-grid .post-thumbnail a img {
    display: block;
    width: 100%;
    height: 100%;
}
.post-grid .post-thumbnail a {
    background-color: #999999;
}
.post-grid .post-thumbnail a:hover img {
    transform: scale(1.05);
}
.post-grid .post-content h4 {
    font-size: 20px;
    line-height: 26px;
}
.post-grid .post-content h4 a:hover {
    text-decoration: underline;
}
.post-grid .swiper-slide, .post-grid .post-item-inner, .post-grid .post-content {
    display: flex;
    flex-direction: column;
}
.post-grid .swiper-slide {
    height: auto;
}
.post-grid .post-item-inner {
    height: 100%;
}
.post-grid .post-content {
    flex: 1;
    justify-content: space-between;
    gap: 16px;
}
.post-grid .post-date {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 6px 8px;
    color: var(--primary-white);
    background-color: #ffae18;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    z-index: 1;
}