body {
    background-image: url('/wp-content/uploads/2025/06/background-scaled.webp') !important;
    background-position: top center !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
}

header {
    position: sticky !important;
    top: 0;
}

.sub-menu {
    background: linear-gradient(45deg, #A71814, #2B52AE);
}

.language-dropdown {
  position: relative;
  display: inline-block;
}

.language-dropdown-content {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    background: linear-gradient(180deg, #A71814, #2B52AE);
    min-width: 70px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 1;
}

.language-dropdown:hover .language-dropdown-content {
  display: inline-block;
}

.language-dropdown-content a:hover {
  border: 1px solid black;
}

/* slider css */
.swiper-slide img.swiper-slide-image {
    width: 1980px;
}
/*end slider css */

.official-gaming-license-section {
     max-width: 1100px;
    margin: 0 auto;
}

/* promotion css */
.promotion-section {
    max-width: 1100px;
    margin: 0 auto;
}

/* .notice-custom-section .elementor-container {
    grid-column-gap: 20px;
} */

.notice-custom-heading h2.elementor-heading-title.elementor-size-default {
    font-size: 20px;
    font-weight: 600;
}

.notice-custom-content p {
    font-size: 15px;
    font-weight: 400;
    color: #ffff;
}

.custom-heading .elementor-widget-container h2 {
    font-size: 18px;
    font-weight: 600;
    text-shadow: 0px 0px 10px rgba(3.802826226275906, 15.572691496793166, 249.90000915527344, 0.3);
}
.member-heading .elementor-widget-container h2 {
    font-size: 23px;
    font-weight: 500;
}

.member-logo-image img {
    animation: zoom-in-zoom-out 1s ease infinite;
}

/*.license-logo img {*/
/*    animation: zoom-in-zoom-out 1s ease infinite;*/
/*}*/

.member-divider .elementor-divider-separator {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    z-index: 10;
    background: #E4A62E;
    box-shadow: 0 0 5px #a89b9b, 0 0 15px #818a91, 0 0 20px #ffffff;
}

.member-bottom-divider .elementor-divider-separator {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    z-index: 10;
    background: #E4A62E;
    box-shadow: 0 0 5px #a89b9b, 0 0 15px #818a91, 0 0 20px #ffffff;
}

.slot-line .elementor-divider-separator {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2.5px;
    z-index: 9;
    background: linear-gradient(90deg, transparent, #E4A62E 30%, #E4A62E 70%, #00000000);
}

.slot-inner-section .elementor-widget-container h2 {
    font-size: 20px;
    font-weight: 600;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.5, 1.5);
    }

    100% {
        transform: scale(1, 1);
    }
}

/* end promotion css */
/* .current-menu-item {
    background-color: #E4A62E;
} */

/* slot css & casino css */
.slot-heading .elementor-widget-container h2, .casino-heading .elementor-widget-container h2 {
    font-size: 20px;
    font-weight: 600;
}

.slot-divider .elementor-divider-separator, .casino-divider .elementor-divider-separator {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2.5px;
    z-index: 9;
    background: linear-gradient(90deg, transparent, #E4A62E 30%, #E4A62E 70%, #00000000);
}

/* end slot css & slot css */

/* audio css */
.audio-text {
    width: 100%;
    overflow: hidden;
}

.moving-text .elementor-widget-container p {
    font-size: 14px;
    white-space: nowrap;
    animation: marquee 26s linear infinite;
    margin: auto;

}

@keyframes marquee {
    0% {

        transform: translateX(100%)
    }

    100% {

        transform: translateX(-200%);
    }
}
/* end audio css */

/* login form css */
.box {
    position: relative;
    width: 100%;
    height: 350px;
    background: #00000040;
    border-radius: 8px;
    overflow: hidden;
}

.box::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 380px;
    height: 420px;
    background: linear-gradient(0deg, transparent, transparent, #2d298e, #2d298e, #2d298e);
    z-index: 1;
    transform-origin: bottom right;
    animation: animate 6s linear infinite;
}

.box::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 380px;
    height: 420px;
    background: linear-gradient(0deg, transparent, transparent, #2d298e, #2d298e, #2d298e);
    z-index: 1;
    transform-origin: bottom right;
    animation: animate 6s linear infinite;
    animation-delay: -3s;
}

.borderLine {
    position: absolute;
    top: 0;
    inset: 0;
}

.borderLine::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 380px;
    height: 420px;
    background: linear-gradient(0deg, transparent, transparent, #a71814, #a71814, #a71814);
    z-index: 1;
    transform-origin: bottom right;
    animation: animate 6s linear infinite;
    animation-delay: -1.5s;
}

.borderLine::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 380px;
    height: 420px;
    background: linear-gradient(0deg, transparent, transparent, #a71814, #a71814, #a71814);
    z-index: 1;
    transform-origin: bottom right;
    animation: animate 6s linear infinite;
    animation-delay: -4.5s;
}

@keyframes animate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.box form {
    position : absolute;
    inset: 4px;
    background: linear-gradient(45deg, #A71814, #2B52AE);
    /*padding: 50px 40px;*/
    padding: 20px 40px;
    border-radius: 8px;
    z-index: 2;
    display: flex;
    flex-direction: column;
}

.box form h2 {
    color: #fff;
    font-weight: 500px;
    text-align: center;
    letter-spacing: 0.1rem;
}

.box form .inputBox {
    position: relative;
    width: 100%;
    margin-top: 35px;
}

.box form .inputBox input {
    position: relative;
    width: 100%;
    /*padding: 20px 10px 10px;*/
    background: transparent;
    outline: none;
    box-shadow: none;
    border: none;
    color: #23242a;
    font-size: 1em;
    letter-spacing: 0.05em;
    transition: 0.5s;
    z-index: 10;
}

.box form .inputBox span {
    position: absolute;
    left: 0;
    /*padding: 20px 0px 10px;*/
    padding-bottom: 10px;
    pointer-events: none;
    color: #8f8f8f;
    font-size: 1em;
    letter-spacing: 0.05em;
    transition: 0.5s;
}

.box form .inputBox input:valid ~ span,
.box form .inputBox input:focus ~ span {
    color: #fff;
    font-size: 0.75em;
    transform: translateY(-34px);
}

.box form .inputBox i#p-first-element-i, .box form .inputBox i#u-first-element-i {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    transition: 0.5s;
    pointer-events: none;
}

.box form .inputBox input:valid ~ i#u-first-element-i, 
.box form .inputBox input:focus ~ i#u-first-element-i  {
    height: 44px;
    width: 100%;
}

.box form .inputBox input:valid ~ i#p-first-element-i, 
.box form .inputBox input:focus ~ i#p-first-element-i  {
    height: 44px;
    width: 100%;
}

.box form .login-btn {
    margin-top: 40px;
    width: 220px;
    /*height: 50px;*/
    border: none;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.box form .register-btn {
    margin-top: 10px;
    width: 220px;
    /*height: 50px;*/
    border: none;
    outline: none;
    color: #fff;
    background: none;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    border: 1px solid #f9f9f9;
}

.box form .login-btn:before, .box form .register-btn:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.box form .login-btn:active, .box form .register-btn:active {
    color: #000
}

.box form .login-btn:active:after, .box form .register-btn:after {
    background: transparent;
}

.box form .login-btn:hover:before, .box form .register-btn:hover:before {
    opacity: 1;
}

#pass-show-hide {
    color: #E4A62E !important;
}

.box form .login-btn:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #E4A62E;
    left: 0;
    top: 0;
    border-radius: 10px;
}

.box form .register-btn:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 10px;  
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}
/* end login form css */


/* promotion-page */

.promotion-section .promotion-column {
    padding-top: 0;
}

.promotion-divider .elementor-divider-separator {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    z-index: 10;
    background:#ec9562;
    /*box-shadow: 0 0 5px #5599ff, 0 0 15px #1975ff, 0 0 20px #005ae2;*/
    box-shadow: 0 0 5px #ff55cb, 0 0 15px #e619ff, 0 0 20px #ca00e2;
}

.promotion-page-btn .elementor-button {
    border: none;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.promotion-page-btn .elementor-button:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.promotion-page-btn .elementor-button:active {
    color: #000
}

.promotion-page-btn .elementor-button:active:after {
    background: transparent;
}

.promotion-page-btn .elementor-button:hover:before {
    opacity: 1;
}

.promotion-page-btn .elementor-button:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}

/*end promotion-page */
/*footer css */

.footer-top-divider .elementor-divider-separator {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    z-index: 10;
    background: #E4A62E;
    box-shadow: 0 0 5px #a89b9b, 0 0 15px #818a91, 0 0 20px #ffffff;
}

.copyright-top-divider .elementor-divider-separator {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    z-index: 10;
    background: #E4A62E;
    box-shadow: 0 0 5px #a89b9b, 0 0 15px #818a91, 0 0 20px #ffffff;
}

.chatway--frame-container .chatway--trigger-container {
    bottom: 100px;
}

#ast-scroll-top {
    background-color: #E4A62E !important;
}

/*end footer css */

/* end slider css */

/* start winner list css */

.custom-table-winner-list .ct-shortcode {
    border: 3px solid #E4A62E;
    background: linear-gradient(45deg, #A71814, #2B52AE);
    border-radius: 0 0 10px 10px;
    padding: 10px 1px;
    font-family: "Poppins", Sans-serif;
}

#bigWinnerTable, #todayWinnerTable {
    width: 100%;
    margin-top: 25px;
    border-collapse: collapse;
    
}

.ct-shortcode table, .ct-shortcode td, .ct-shortcode th {
    border: none !important;
}

#bigWinnerTable img, #todayWinnerTable img {
    width: 50px;
    /* Adjust the width as needed */
    height: 50px;
    border-radius: 50%;
    /* Adjust the height as needed */
}

#bigWinnerTable th, #todayWinnerTable th {
    font-size: clamp(0.7rem, calc(0.7rem + ((1vw - 0.48rem) * 0.1389)), 0.8rem);
    background-color: #282a2e00;
    padding: 10px;
    text-align: center;
    color: #fff;
}

#bigWinnerTable th:first-child {
    border-top-left-radius: 5px;
}

#todayWinnerTable th:first-child {
    border-top-left-radius: 5px;
}

#bigWinnerTable th:last-child {
    border-top-right-radius: 5px;
}

#todayWinnerTable th:last-child {
    border-top-right-radius: 5px;
}

#bigWinnerTable td, #todayWinnerTable td {
    background: #123b0500;
    padding: 10px;
    font-size: clamp(0.9rem, calc(0.9rem + ((1vw - 0.48rem) * 0.1389)), 1rem);
    text-align: center;
    color: #fff;
}

#bigWinnerTable tr:nth-child(even) td {
    background-color: #123b0500;
}

#todayWinnerTable tr:nth-child(even) td {
    background-color: #123b0500;
}

#bigWinnerTable td, #todayWinnerTable td {
    padding: 5px;
}
/* end winner list css */

@media (min-width: 320px) and (max-width: 420px) {
    .promotion-column {
        padding-top: 20px;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .promotion-image img {
        width: 50% !important;
    }
    .promotion-column {
        padding-top: 20px;
    }
}

@media (max-width: 768px) {
    .elementor-widget-container .box {
        /*height: 350px;*/
        height: 300px;
    }
    
    .elementor-widget-container .box form {
        /*padding: 20px 40px;*/
        padding: 10px 40px;
    }
    
    .elementor-widget-container .box form .login-btn {
        margin-top: 25px;
    }
}

@media (max-width: 767px) {
    /*.login-image .elementor-widget-container img{*/
    /*    display: none;*/
    /*}*/
    
     .notice-finish-sec-section .elementor-container, .license-login-section .elementor-container {
        flex-direction: column-reverse;
    }
}

@media (min-width: 767px) {
    #menu-1-665f863 #menu-item-778, #menu-1-665f863 #menu-item-1248, #menu-1-665f863 #menu-item-1294 {
        display: none;
    }
}

@media (max-width: 768px) {
    #menu-1-7dd1f2c #menu-item-1400,
    #menu-1-495e58d #menu-item-1330,
    #menu-1-f5bde5c #menu-item-1379 {
        display: none;
    }
}