@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Outfit:300,400,700,900');

:root {
    --bg-color: #3d2a95;
    --bg-color1: #1c0f5e;
    --bg-color2: #181053;
    --bg-color3: #2b1d80;
    --bg-color4: #312ea9;
    --text-color: #fff;
    --text-color1: #a391ff;
    --text-color2: #6a5bba;
    --main-color: #1b126b;
    --form-bg: #0b0e43;
    --text-color3: #857eac;
    --text-color4: #000;
    --box-shadow: 0 5px 15px rgba(47, 91, 242, 0.3);
    --btn-hover: linear-gradient(180deg, #35383e, #1c2527);
    --border-color: #5b63ff;
    --border-color2: #564bd9;
    --menu-bar: linear-gradient(45deg, #222d2e, #1b1c20);
    --btn-color: #26272a;
    --btn-gradient: linear-gradient(180deg, #5136de, #6d51f2);
    --linear-border: linear-gradient(#121722, #121722) padding-box, linear-gradient(90deg, rgb(0, 102, 255, .8), rgba(0, 102, 255, .8)) border-box;
}

body {
    font-family: "Outfit", sans-serif;
    line-height: 1.2;
    font-size: 15px;
    color: var(--text-color);
    background: url('../images/index/index-bg.webp') no-repeat top center;
    background-size: cover;
}

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

a:hover,
a:focus,
button:focus,
button:hover {
    text-decoration: none;
    outline: none;
}

img {
    max-width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
textarea,
select {
    color: var(--text-color);
    width: 100%;
}

::-webkit-scrollbar {
    width: 5px;
    border-radius: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: var(--bg-color2);
    border-radius: 5px;
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background: var(--main-color1);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--main-color1);
}

.m-show {
    display: none;
}

/* header */
.t-header {
    padding: 18px 0;
}

.header-row {
    display: flex;
    align-items: center;
}

.header-logo img {
    max-width: 190px;
    display: block;
}

.header-actions {
    margin-left: auto;

    display: flex;
    align-items: center;
    gap: 12px;
}

.login-btn,
.register-btn {
    padding: .75rem 2rem;
    border-radius: 8px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
}

.login-btn {
    background: var(--btn-gradient);
}

.register-btn {
    border: 1px solid var(--border-color);
}

.lang-select .btn {
    color: #fff;
    border: 0;
    background: none;
}

.mobile-menu-btn {
    display: none;
}


/* ==========================
   MENU
========================== */

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

.logo-area {
    width: 235px;
    margin-right: 15px;
}

.logo-area img {
    max-width: 100%;
}

.main-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 8px 10px;
    border: 1px solid transparent;
    border-radius: 14px;
    background: var(--linear-border);
    box-shadow:
        0 0 15px rgba(0, 208, 132, .08),
        0 0 20px rgba(0, 102, 255, .08);
    margin-right: 15px;
}

.menu-item span {
    font-size: 11px;
}

.menu-item:hover {
    background: #16222f;
}

.menu-item.active span {
    color: #00ffb3;
}

.mobile-menu-btn {
    display: none;
}

/* ==========================
   RIGHT SIDE
========================== */

.right-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.lang-btn {
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 12px;
    background: #1b2430;
    color: #fff;
    cursor: pointer;
}

.lang-btn img {
    width: 22px;
}

.btn-login,
.btn-signup {
    min-width: 120px;
    height: 55px;
    border-radius: 14px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.btn-login {
    color: var(--text-color1);
    border: 2px solid var(--border-color2);
    background: transparent;
}

.btn-signup {
    color: #fff;
    background: var(--btn-gradient);
}

/* end header */

/* index page */
.t-body {
    padding-top: 5px;
    margin: 0 auto;
}

.t-body .container {
    max-width: 1320px;
}

.banner-arrow {
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: flex;
    gap: 0px;
}

.banner-arrow-prev,
.banner-arrow-next {
    max-width: 40px;
    color: var(--text-color);
    background: none;
    border: none;
    border-radius: 5px;
    opacity: 0.7;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-arrow-prev:hover,
.banner-arrow-next:hover {
    opacity: 1;
}

.carousel-item {
    transition: transform 0.6s ease-in-out;
}

.slider-claim-btn {
    position: absolute;
    bottom: 50px;
    left: 10px;
    font-weight: bold;
    padding: 5px 30px;
    color: var(--text-color);
    background: transparent;
    border: 1px solid #737373;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-family: "apexmk2", sans-serif;
}

.slider-claim-btn:hover {
    filter: brightness(1.1);
}

.announce-bar {
    background: url(../images/index/Annoucement/annoucement-bg.webp) no-repeat top center;
    background-size: cover;
    padding: 10px 0px;
    margin-bottom: 40px;
}

.announce-text {
    display: inline-block;
    white-space: nowrap;
    animation: slideText 20s linear infinite;
    padding-left: 100%;
    color: var(--text-color);
}

@keyframes slideText {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.ann-icon {
    padding-right: 3%;
    position: relative;
}

.ann-icon img {
    max-width: 75px;
    position: absolute;
    bottom: -30px;
}

.ann-bar {
    overflow: hidden;
    /* width: 100%; */
    margin-left: 80px;
}

.full-width {
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

/* end index page */

/* footer */
.t-footer {
    background: url('../images/footer/footer-bg.webp') no-repeat center center/100% 100%;
    padding: 60px 0 40px;
    position: relative;
}

.t-footer .container {
    max-width: 1320px;
    position: relative;
    z-index: 1;
}

.tree-left {
    position: absolute;
    top: -15px;
    left: 0;
}

.tree-right {
    position: absolute;
    bottom: 0;
    right: 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-bottom: 10px;
}

.footer-col h3 {
    color: var(--text-color);
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: bold;
}

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

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col ul li a {
    color: var(--text-color1);
    font-size: 14px;
    transition: color 0.3s;
}

.footer-col ul li a:hover {
    color: var(--main-color1);
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-partners img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.contact-item {
    display: flex;
    align-items: center;
}

.contact-item .opt {
    color: var(--text-color1);
    font-size: 14px;
    width: 100px;
}

.contact-item .desc {
    color: var(--text-color);
    font-size: 15px;
    font-weight: 500;
}

.contact-item .desc:hover {
    color: var(--text-color);
}

.social-links {
    display: flex;
    gap: 10px;
}

.social-links a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-color2);
    border: 2px solid var(--border-color2);
    border-radius: 5px;
    color: var(--text-color);
    font-size: 18px;
    transition: all 0.3s;
}

.social-links a:hover {
    background: var(--linear-gradient);
    border: 2px solid var(--border-color);
    color: var(--text-color);
}

.app-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.app-btn {
    display: flex;
    align-items: center;
    background: linear-gradient(to right, #1d1d1d, #636363);
    padding: 10px;
    border: 2px solid #737373;
    border-radius: 5px;
    color: #6cc327;
    transition: all 0.3s;
}

.app-btn:hover {
    filter: brightness(1.2);
    border: 2px solid #6cc327;
}

.app-btn i:first-child {
    font-size: 24px;
    width: 40px;
    text-align: center;
}

.app-btn .btn-text {
    flex: 1;
}

.app-btn small {
    display: block;
    font-size: 10px;
    opacity: 0.7;
}

.app-btn:hover small,
.app-btn:hover span,
.app-btn:hover i {
    color: #6cc327;
}

.app-btn span {
    display: block;
    font-size: 13px;
}

.app-btn i:last-child {
    margin-left: 10px;
    color: #6cc327;
}

.app-btn:hover i:last-child {
    color: var(--text-color2);
}

.footer-partners {
    border-top: 1px solid var(--text-color);
    border-bottom: 1px solid var(--text-color);
    padding: 10px 0px;
    position: relative;
    z-index: 20;
}

.footer-copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
}

.copyright-text {
    color: var(--text-color);
    font-size: 12px;
    line-height: 1.5;
}

.responsible-gaming {
    display: flex;
    align-items: center;
    gap: 10px;
}

.responsible-gaming img {
    max-width: 130px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.menu-btm {
    display: none;
}

/* end footer */


/* Login Modal */
.modal-login .modal-content {
    background: url(../images/index/register-login_bg.webp) no-repeat top center;
    background-size: cover;
    border-radius: 15px;
}

.modal-login .btn-close {
    position: absolute;
    left: 15px;
    top: 13px;
    z-index: 2;
    background: #0b012d;
    border: 1px solid var(--border-color);
    color: var(--text-color);
    opacity: 1;
    font-size: 20px;
    width: 30px;
    height: 30px;
    border-radius: 999px;
}

.modal-login .btn-close:hover {
    color: var(--main-color1);
}

.modal-login .login-header {
    position: relative;
    text-align: center;
    padding: 15px 0px 10px;
}

.login-header h2 {
    color: var(--text-color);
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "apexmk2", sans-serif;
}

.modal-login .modal-body {
    max-height: 700px;
    overflow-y: auto;
    color: var(--text-color);
    margin-top: 275px;
    margin-bottom: 20px;
    padding: 0px 50px;
}

.login-banner {
    position: relative;
    margin-bottom: 20px;
}

.login-banner img {
    width: 100%;
    border-radius: 10px;
}

.modal-login input::placeholder {
    color: var(--text-color);
}

.modal-login .input-group {
    position: relative;
}

.modal-login .input-group .form-control {
    background: var(--form-bg);
    border: 1px solid var(--bg-color4);
    color: var(--text-color);
    border-radius: 5px !important;
    padding: 10px 45px;
}

.modal-login .input-group .form-control:focus {
    box-shadow: none;
    border-color: var(--main-color);
    z-index: 0;
}

.login-form .form-control:focus {
    box-shadow: none;
    border-color: var(--main-color);
}

.btn-password-toggle {
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: var(--text-color);
    font-size: 16px;
    padding: 5px;
    z-index: 5;
    pointer-events: auto;
}

.btn-password-toggle:hover {
    color: var(--main-color1);
}

.verify-code {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--text-color);
    color: #000;
    padding: 5px 10px;
    font-size: 14px;
}

.login-modal-btn {
    width: 100%;
    color: var(--text-color);
    background: var(--btn-gradient);
    border: 1px solid transparent;
    padding: 12px;
    border-radius: 5px;
    font-weight: bold;
    margin: 10px 0;
    display: block;
    text-align: center;
}

.login-modal-btn:hover {
    filter: brightness(1.1);
}

.login-footer {
    text-align: center;
    margin: 10px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.forgot-pass {
    color: var(--text-color1);
    font-size: 14px;
    display: block;
    text-decoration: underline;
}

.forgot-pass:hover {
    color: var(--main-color1);
}

.reg-text {
    color: var(--text-color1);
    font-size: 14px;
    text-align: right;
}

.reg-text a {
    color: var(--text-color);
    text-decoration: underline;
}

.reg-text a:hover {
    color: var(--text-color);
}

.acc-activate {
    display: block;
    color: var(--text-color1);
    padding: 10px;
    text-align: center;
}

.acc-activate:hover {
    color: var(--main-color1);
}

.social-login {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.social-login-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(to bottom, #1d1d1d, #636363);
    color: var(--text-color);
    padding: 8px 15px;
    border: 1px solid #737373;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s;
}

.social-login-btn:hover {
    border-color: var(--main-color1);
    color: var(--main-color1);
}

.social-login-btn img {
    width: 20px;
    height: 20px;
}

.login-social {
    text-align: center;
    padding-top: 10px;
}

.login-social h3 {
    color: var(--text-color1);
    font-size: 18px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    white-space: nowrap;
}

.login-social h3:before,
.login-social h3:after {
    content: '';
    height: 1px;
    width: 100%;
    background: var(--text-color1);
}

.social-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.social-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--btn-hover);
    border: 1px solid #737373;
    color: var(--text-color);
    padding: 8px 15px;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s;
    width: 109px;
}

.social-btn:hover {
    filter: brightness(1.1);
}

.social-btn i {
    font-size: 16px;
}

/* End Login Modal */


/* register modal */
.phone-group {
    display: flex;
    align-items: center;
    background: var(--form-bg);
    border: 1px solid var(--bg-color4);
    border-radius: 5px;
    padding: 0px 0px 0px 45px;
    color: var(--text-color);
    width: 100%;
    position: relative;
}

.phone-group .prefix {
    color: var(--text-color);
    font-size: 14px;
    background: transparent;
    border: none;
    appearance: none;
    padding-right: 25px;
    cursor: pointer;
    min-width: 65px;
    width: 20%;
}

.phone-group::after {
    content: '\f0d7';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: var(--text-color);
    position: absolute;
    left: calc(20% - -10px);
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.phone-group .prefix:focus {
    outline: none;
}

.phone-group .prefix option {
    background: var(--bg-color1);
    color: var(--text-color);
}

.phone-group .divider {
    color: var(--main-color2);
    margin: 0 10px;
}

.phone-group .form-control {
    background: transparent;
    border: none;
    padding: 0;
    color: var(--text-color);
}

.phone-group .form-control:focus {
    box-shadow: none;
}

.phone-group:focus-within {
    border-color: var(--main-color);
}

.modal-login .phone-group .form-control {
    background: transparent;
    border: none;
    padding: 10px;
}

.reg-modal-btn {
    width: 100%;
    color: var(--text-color);
    background: var(--btn-gradient);
    font-family: "apexmk2", sans-serif;
    padding: 12px;
    border-radius: 5px;
    font-weight: bold;
    margin: 10px 0;
    border: none;
}

.reg-modal-btn:hover {
    filter: brightness(1.1);
}

.reg-div {
    text-align: center;
    position: relative;
    margin: 20px 0;
}

.reg-div:before,
.reg-div:after {
    content: '';
    position: absolute;
    top: 50%;
    width: calc(50% - 100px);
    height: 1px;
    background: var(--text-color1);
}

.reg-div:before {
    left: 0;
}

.reg-div:after {
    right: 0;
}

.reg-div span {
    color: var(--text-color1);
    padding: 0 15px;
    font-size: 14px;
}

/* end register modal */

/* account activation modal */
.reg-otp {
    color: var(--text-color1);
    margin-top: 100px;
}

.otp-field {
    display: flex;
    padding: 10px 0px;
    justify-content: space-between;
}

.otp-field input {
    width: 55px;
    font-size: 32px;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    margin: 2px;
    border: 2px solid var(--border-color);
    background: var(--btn-hover);
    font-weight: bold;
    color: var(--text-color);
    outline: none;
    transition: all 0.1s;
}

.otp-field input:focus {
    border: 2px solid var(--main-color2);
    box-shadow: 0 0 2px 2px var(--main-color2);
}

.congrats-form {
    text-align: center;
    color: var(--text-color);
    margin-top: 100px;
}

.congrats-form h5 {
    text-align: center;
    color: var(--text-color);
    font-weight: bold;
}

.congrats-form i {
    text-align: center;
    display: block;
    margin: 0px auto;
    font-size: 130px;
    color: var(--text-color1);
    margin-bottom: 10px;
}

/* end account activation modal */


/* pop out announcement */
.announcementpopupimg img {
    margin: auto;
    border-radius: 5px;
}

#announcementpopup .carousel-control-prev {
    left: -22px;
}

#announcementpopup .carousel-control-next {
    right: -22px;
}

.announcementmodal.modal {
    z-index: 999999;
}

.announcementmodal .modal-content {
    position: relative;
}

.announcementmodal .close {
    right: 0;
    bottom: -35px;
    color: #000000;
    opacity: 1;
    position: absolute;
    z-index: 111;
    text-align: center;
    left: 48%;
    font-size: 27px;
    font-weight: 100;
    border: 2px solid #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.announcementmodal.detectannouncementmodal02 .close {
    position: absolute;
    right: 55px;
    top: 20px;

}

.announcementmodal .modal-content {
    background: none;
}


.announcementmodal .modal-dialog {
    max-width: 500px;
}

.annou-pop {
    border-radius: 20px;
    background: var(--linear-border);
    border: 1px solid var(--main-color1);
    padding: 20px;
    color: var(--text-color);
    border: 1px solid transparent;
}

.annou-ttle {
    color: var(--text-color);
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid var(--text-color);
    padding-bottom: 7px;
}

.annou-content {
    padding-top: 25px;
    font-size: 12px;
}

.announcementmodal .modal_close {
    z-index: 10;
    color: var(--text-color);
    opacity: 1;
}

.annou-content img {
    display: block;
    margin: 0px auto;
}

.annou-pop p {
    margin-top: 20px;
    margin-bottom: 0px;
    color: var(--text-color);
}

.round {
    position: relative;
    margin-right: 10px;
    height: 16px;
}

.round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px;
    margin: 0px;
}

.round label:after {
    border: 2px solid var(--text-color);
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 1px;
    opacity: 0;
    position: absolute;
    top: 3px;
    transform: rotate(-45deg);
    width: 12px;
}

.round input[type="checkbox"] {
    visibility: hidden;
}

.round input[type="checkbox"]:checked+label {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.round input[type="checkbox"]:checked+label:after {
    opacity: 1;
}

.cls-checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    font-size: 12px;
    color: #fff;
}

/* end pop out announcement */

.logo {
    height: 52px;
}

.lang-select .btn {
    color: var(--text-color);
    padding: 8px;
    border-radius: 10px;
}

.lang-select img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.lang-select .dropdown-menu {
    background: var(--bg-color1);
    border: 1px solid var(--border-color);
    top: 5px !important;
}

.lang-select .dropdown-item {
    color: var(--text-color);
    padding: 8px 16px;
    display: grid;
    grid-template-columns: 30% 70%;
    align-items: center;
}

.lang-select .dropdown-item:hover {
    background: var(--bg-color);
}

.lang-select .dropdown-item span {
    color: var(--text-color);
    background: var(--bg-color1);
    border: 1px solid var(--border-color);
    padding: 2px 5px;
    border-radius: 5px;
    margin-right: 5px;
    text-align: center;
}

.lang-select .dropdown-item:hover span {
    background: var(--bg-color1);
}


#index-slider img {
    border: 1px solid var(--border-color2);
    border-radius: 10px;
}

.slider-ann {
    position: relative;
}

.carousel-inner {
    border-radius: 10px;
}

.section {
    margin: 15px 0px;
}

.game-section {
    margin: 10px 0px 0px;
}

/* daily-modal */
.modal-congrat h5 {
    font-size: 38px;
    color: var(--text-color);
    font-weight: bold;
    text-align: center;
}

.congrat-text {
    text-align: center;
    font-size: 20px;
    color: var(--text-color);
}

.image-wrap img {
    display: block;
    margin: 0px auto;
    position: relative;
}

.color-text1 {
    font-weight: bold;
    color: var(--text-color1);
}

.img-wrap-top {
    position: absolute !important;
    bottom: -27px;
    left: 0;
    right: 0;
    margin: 0px auto;
}

img.img-wrap {
    height: 80%;
    margin-top: 20px;
}

.tokenredeem {
    display: block;
    margin: 0px auto;
    margin-top: 35px;
    background: #ed1d49;
    border: none;
    z-index: 10;
    color: var(--text-color);
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 18px;
}

.token-pt {
    z-index: 10;
}

.image-wrap {
    height: 250px;
    position: relative;
}

.daily-wrap-in {
    background: var(--linear-border);
    border: 1px solid transparent;
    padding: 20px;
    border-radius: 20px;
}

.daily_modal .close {
    position: absolute;
    right: 30px;
    top: 35px;
    color: var(--text-color);
    opacity: 1;
    font-size: 47px;
    z-index: 2;
    background-color: transparent;
    border: 0;
}

.daily_modal .modal-body {
    background: none;
}

.daily_modal .modal-content {
    background: none;
    border: none;
}

/* end daily modal */

.side-menu .modal-dialog {
    margin-left: 0 !important;
    margin-top: 0 !important;
}

.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}

.modal.left .modal-body {
    overflow-y: scroll;
}

.modal.left .modal-dialog {
    position: fixed;
    margin: auto;
    width: 250px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content {
    height: 100%;
    background: linear-gradient(to bottom, #0b0e52, #321ba9);
    border-radius: 0px 10px 10px 0px;
    border: none;
}

.modal.left.fade.show .modal-dialog {
    left: 0;
}

.side-menu-header {
    display: flex;
    justify-content: right;
    align-items: center;
    color: var(--text-color);
    font-size: 20px;
}

button.side-menu-close {
    color: var(--text-color);
    background: var(--btn-gradient);
    border: none;
    cursor: pointer;
    padding: 0px;
    margin: 0;
    border-radius: 999px;
    width: 30px;
    height: 30px;
}

.side-menu-info {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--btn-gradient);
    border: none;
    border-radius: 10px;
    padding: 5px 10px;
    margin: 20px 0px 0px;
}

.side-menu-info img {
    width: 50px;
    color: var(--text-color);
}

.side-menu-info i {
    font-size: 25px;
    color: var(--text-color);
}

.side-menu-info-text {
    color: var(--text-color);
}

.side-menu-info-text p {
    margin-bottom: 5px;
}

.side-menu-info-text h2 {
    font-size: 13px;
    margin-bottom: 0px;
    color: var(--text-color);
    background: #151554;
    padding: 5px 15px 5px 5px;
    border-radius: 5px;
}

.side-divider {
    height: 1px;
    border: 1px solid var(--border-color);
    margin: 15px 0px;
}

.side-menu-box {
    display: grid;
    grid-template-columns: 15% 85%;
    align-items: center;
    gap: 10px;
    padding: 10px;
}

.side-menu-box span {
    color: var(--text-color);
    font-family: "apexmk2", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

.side-menu-box.active,
.side-menu-box:hover {
    background: linear-gradient(101deg, #2e2176, #5744a2);
    border-radius: 10px;
    cursor: pointer;
    box-shadow: inset 1px 1px 11px 1px #a690ff;
}

.side-menu-box.active span,
.side-menu-box:hover span {
    color: var(--text-color);
}

.side-menu-box:hover .menu-img-h,
.side-menu-box.active .menu-img-h {
    display: block;
}

.side-menu-box:hover .menu-img,
.side-menu-box.active .menu-img {
    display: block;
}

.accordion.event-menu,
.event-menu .accordion-item {
    background: transparent;
    border: none;
    color: var(--text-color);
}

.event-menu .accordion-button {
    padding: 0px;
    background: transparent;
    color: var(--text-color);
    font-family: "apexmk2", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    display: grid;
    grid-template-columns: 15% 85%;
    align-items: center;
    gap: 10px;
    padding: 10px;
}

.event-menu .accordion-button:hover,
.event-menu .accordion-button:focus {
    background: linear-gradient(101deg, #2e2176, #5744a2);
    outline: none;
    box-shadow: inset 1px 1px 11px 1px #a690ff;
    color: var(--text-color);
}

.event-menu .accordion-button::after {
    display: none;
}

.event-menu .accordion-button::before {
    content: '\f078';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    right: 10px;
    color: var(--main-color2);
    font-size: 14px;
    border: none;
    background: none;
}

.event-menu .accordion-button:not(.collapsed)::before {
    content: '\f077';
}

.event-menu .accordion-body {
    padding: 0px;
}

.event-item {
    display: block;
    padding: 10px 20px;
    color: var(--main-color2);
}

.side-footer h3 {
    font-size: 14px;
    color: var(--text-color);
}

.side-footer .app-btn {
    width: 100%;
}

/* end mobile side menu */

.top-menu-list {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0;
    padding: 10px 0px;
    list-style: none;
}

.top-menu-list a {
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    padding: 10px;
}

.top-menu-list a.active,
.top-menu-list a:hover {
    border-radius: 9px;
    background: var(--btn-gradient);
}

.top-menu-list .dropdown-menu {
    background: var(--bg-color1);
    border: 1px solid var(--border-color);
}

.top-menu-list .dropdown-item {
    color: #fff;
    font-size: 13px;
}

.top-menu-list .dropdown-item:hover {
    background: #5a3df0;
    color: #fff;
    border-radius: 0px;
}

.menu-list {
    padding: 10px 0px;
}

/* index-banner */
.hero-banner {
    position: relative;
    overflow: hidden;
    /* background:
    radial-gradient(circle at 65% 45%, rgba(125, 65, 255, .35), transparent 32%),
    #09023f; */
    color: #fff;
    padding: 30px 0;
}

.heroSwiper {
    position: relative;
    z-index: 2;
    padding-bottom: 10px;
}

.hero-inner {
    max-width: 1180px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    align-items: center;
    gap: 30px;
    padding: 0 24px;
}

.hero-text h1 {
    font-size: clamp(42px, 5vw, 72px);
    line-height: .95;
    font-weight: 900;
    font-style: italic;
    margin-bottom: 24px;
}

.hero-text h1 span {
    display: block;
    color: var(--text-color1);
    text-shadow: 1px 1px 1px #fff;
}

.hero-text p {
    font-size: clamp(15px, 1.5vw, 20px);
    margin: 6px 0;
    text-align: left;
}

.hero-btns {
    display: flex;
    gap: 22px;
    margin-top: 30px;
}

.btn-promo,
.btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 14px 34px;
    border-radius: 999px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
}

.btn-promo {
    background: var(--btn-gradient);
}

.btn-outline {
    border: 1px solid #5b63ff;
    background: transparent;
}

.hero-img {
    position: relative;
    z-index: 2;
    right: 35px;
    top: 15px;
}

.hero-img img {
    max-width: 100%;
    height: auto;
    display: block;
    animation: heroFloatRotate 4s ease-in-out infinite;
}

/* fixed circle behind image */
.hero-circle {
    position: absolute;
    right: 10%;
    top: 8%;
    width: min(42vw, 620px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(150, 105, 255, .35), rgba(150, 105, 255, .1));
    z-index: 1;
    pointer-events: none;
}

/* floating coins */
.coin {
    position: absolute;
    z-index: 3;
    pointer-events: none;
    animation: coinFloat 3.5s ease-in-out infinite;
}

.coin-blue {
    left: 10%;
    top: 15%;
    /* max-width: min(8vw, 95px); */
}

.coin-gold {
    right: 7%;
    bottom: 8%;
    max-width: min(9vw, 110px);
    animation-delay: .8s;
}

.hero-pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.hero-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .35);
    cursor: pointer;
    transition: .3s;
}

.hero-dot.active {
    background: #fff;
    transform: scale(1.2);
}

@keyframes heroFloatRotate {

    0%,
    100% {
        transform: translateY(0) rotate(-0.7deg);
    }

    50% {
        transform: translateY(-10px) rotate(0.1deg);
    }
}

@keyframes coinFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-16px);
    }
}

.m-show {
    display: none;
}

/* product category */
.categorySwiper {
    /* padding: 10px 0 40px; */
    width: 100%;
    overflow: hidden;
    min-height: 360px;
}

.categorySwiper .swiper-slide-active {
    margin-right: 0px !important;
}

.cate-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    transition: .3s;
}

.cate-icon {
    position: relative;
}

.cate-icon img {
    display: block;
    max-width: 100%;
    transition: .3s ease;
}

/* Default */
.img-normal {
    opacity: 1;
}

.img-hover {
    position: absolute;
    inset: 0;
    opacity: 0;
}

/* Hover */
.cate-card:hover .img-normal {
    opacity: 0;
}

.cate-card:hover .img-hover {
    opacity: 1;
    transform: scale(1.1);
}

.swiper-slide .cate-card:hover span {
    margin-top: 30px;
}

.cate-card span {
    margin-top: 0px;
    font-size: 20px;
    z-index: 10;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.cate-card span i {
    opacity: 0;
    transform: translateX(-8px);
    transition: all .3s ease;
}

/* Hover */
.cate-card:hover span i {
    opacity: 1;
    transform: translateX(0);
}

/* Active Swiper Slide */
.section-title {
    font-size: 30px;
    font-weight: bold;
    color: var(--text-color);
}

/* runtime */
.playwin-bar {
    position: relative;
    background: url("../images/index/Annoucement/run-bg.webp") repeat-x center;
    overflow: hidden;
    width: 100%;
    background-size: 100% 100%;
    padding: 20px 0px;
    /* margin-top: 30px; */
}

.playwin-track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: marquee 15s linear infinite;
}

.playwin-track img {
    display: block;
    max-width: none;
    height: 65px;
    flex-shrink: 0;
}

@keyframes marquee {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }

}

/* promotion */
.promoSwiper {
    overflow: hidden;
    touch-action: pan-y;
}

.promoSwiper .swiper-wrapper {
    align-items: stretch;
}

.promoSwiper .swiper-slide {
    height: auto;
}

.promo-prev,
.promo-next {
    position: relative;
    z-index: 50;
    cursor: pointer;
    pointer-events: auto;
}

.promoSwiper .swiper-slide {
    height: auto;
}

.promoSwiper .promo-card {
    height: 100%;
}

.promo-slider {
    margin-bottom: 40px;
}

.promo-section {
    padding: 45px 0;
    color: #fff;
    position: relative;
}

.promo-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.promo-head h2 {
    font-size: 32px;
    font-weight: 900;
}

.promo-nav button {
    border: 0;
    border-radius: 50%;
    background: #34239a;
    color: #fff;
    padding: .45rem .65rem;
}

.promo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 45px;
}

.promo-card {
    min-height: 135px;
    padding: 25px 30px;
    border-radius: 16px;
}

.promo-card {
    position: relative;
    min-height: 290px;
}

.promo-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.6;
}

.promo-1-bg {
    background: url("../images/index/Promotions/promo-1.webp") no-repeat top center;
    background-size: cover;
}

.promo-2-bg {
    background: url("../images/index/Promotions/promo-2.webp") no-repeat top center;
    background-size: cover;
}

.promo-3-bg {
    background: url("../images/index/Promotions/promo-3.webp") no-repeat top center;
    background-size: cover;
}

.promo-card h4 {
    font-size: 24px;
    margin: 0;
    white-space: nowrap;
}

.promo-card h3 {
    font-size: 40px;
    font-weight: 900;
    margin: 4px 0;
}

.promo-card p {
    font-size: 20px;
    font-weight: 700;
}

.promo-card a {
    margin-top: 10px;
    padding: 10px 15px;
    border-radius: 999px;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(180deg, #7d65ff, #5a3df0);
    text-align: center;
    width: 130px;
}

.promo-card.promo-3-bg a {
    background: linear-gradient(180deg, #008a9a, #0baa96);
}

/* end promo-slide */

.live-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.live-card {
    padding: 35px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.depo-bg {
    background-image: url("../images/index/withdraw/desk-depo_frame.webp");
}

.withd-bg {
    background-image: url("../images/index/withdraw/desk-withd_frame.webp");
}

.live-card h4 {
    font-size: 18px;
    margin-bottom: 16px;
}

.live-list {
    display: grid;
    gap: 8px;
    max-width: 60%;
}

.live-list div {
    display: flex;
    gap: 10px;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
    padding-bottom: 6px;
}

.live-list div.last-rank {
    border-bottom: none !important;
}

.live-list b {
    color: #eaff00;
    margin-left: auto;
    white-space: nowrap;
}

.live-list img {
    width: 50px;
}

.float-deco {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    will-change: transform;
    --scroll-offset: 0px;
}

@keyframes floatY {

    0%,
    100% {
        transform: translateY(calc(var(--scroll-offset) + 0px));
    }

    50% {
        transform: translateY(calc(var(--scroll-offset) - 18px));
    }
}

.trophy-deco {
    left: -160px;
    max-width: 180px;
    filter: blur(3px);
    animation: floatY 4s ease-in-out infinite
}

.coin-deco {
    right: -111px;
    bottom: 170px;
    max-width: 120px;
    animation: floatY 3.5s ease-in-out infinite reverse
}

.why-section {
    padding: 60px 0;
}

.why-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    padding: 28px 35px;
    background: url("../images/index/choose-us/why-bg.webp") center/cover no-repeat;
    border: 1px solid rgba(121, 113, 255, .8);
    min-height: 220px;
}

.why-wrapper {
    position: relative;
}

.why-content {
    width: 72%;
    position: relative;
    z-index: 2;
}

.why-content h2 {
    font-size: 42px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 28px;
    margin-left: 30px;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 22px;
}

.why-item {
    text-align: center;
    transition: .3s;
    border-right: 1px solid #554ad4a6;
}

.why-item.last-item {
    border-right: none;
}

.why-item img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 12px;
    transition: .35s;
}

.why-item h6 {
    color: #fff;
    font-size: 15px;
    /* font-weight:600; */
    line-height: 1.45;
    margin: 0;
}

.why-item:hover img {
    transform: scale(1.12);
    filter: drop-shadow(0 0 12px rgba(141, 114, 255, .8));
}

.why-robot {
    position: absolute;
    right: -40px;
    bottom: -10px;
    z-index: 5;
    width: 320px;
    animation: robotFloat 4s ease-in-out infinite;
    pointer-events: none;
}

@keyframes robotFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

/* floating button */
.float-action {
    position: fixed;
    bottom: 0px;
    top: 0px;
    right: 10px;
    align-self: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
}

.float-btn {
    width: 40px;
    height: 40px;
    color: var(--text-color);
    background: var(--btn-color);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.3s;
    backdrop-filter: blur(5px);
}


.float-btn:hover {
    background: var(--btn-color1);
    color: var(--text-color);
    transform: translateY(-2px);
    box-shadow: var(--box-shadow);
}

.float-btn.support {
    color: var(--text-color);
    background: var(--btn-gradient);
}

.float-btn.support:hover {
    background: var(--btn-color1);
}

.float-btn.scroll-top {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    pointer-events: none;
}

.float-btn.scroll-top.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.scroll-top {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.scroll-top.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* end floating button */

/* provider-marquee */

.provider-marquee {
    overflow: hidden;
    background: url(../images/index/Provider/provider-bg.webp) no-repeat top center;
    background-size: 100% 100%;
    padding: 14px 0;
}

.provider-track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: providerMove 30s linear infinite;
}

.provider-track a {
    flex-shrink: 0;
    margin: 0 30px;
}

@keyframes providerMove {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.provider-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 55px;
}

.provider-item img {
    position: absolute;
    inset: 0;
    margin: auto;
    max-height: 70px;
    width: auto;
    transition: .25s;
}

.hover-img {
    opacity: 0;
}

.provider-item:hover .normal-img {
    opacity: 0;
}

.provider-item:hover .hover-img {
    opacity: 1;
    transform: scale(1.05);
}

/* mobile-game */
.game-section {
    padding: 20px 0;
}

.game-block {
    margin-bottom: 28px;
}

.game-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.game-title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.game-title img {
    max-width: 36px;
    height: auto;
}

.game-title h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    margin: 0;
}

.view-all {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    padding: 10px 24px;
    border: 1px solid #5b63ff;
    border-radius: 999px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.gameSwiper {
    overflow: hidden;
}

.gameSwiper .swiper-slide {
    width: auto;
}

.gameSwiper .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

/* login-modal */
.top-title {
    text-align: center;
    font-style: italic;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
}

.login-title {
    text-align: center;
}

.login-title p {
    color: var(--text-color1);
    font-weight: bold;
    font-size: 20px;
    margin-top: 10px;
}

.login-form {
    margin-top: 30px;
}

.input-group i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: var(--text-color);
    font-size: 16px;
    padding: 5px;
    z-index: 5;
    pointer-events: auto;
}

.agree-check {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-size: 13px;
    margin-bottom: 20px;
    margin-left: 5px;
}

.agree-check input {
    display: none;
}

.checkmark {
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.agree-check input:checked+.checkmark::before {
    content: "✓";
    color: #fff;
    font-size: 11px;
    line-height: 1;
}

.agree-check a {
    color: #b7a7ff;
    text-decoration: none;
    font-weight: 600;
}

/* daily-modal */
.daily-dialog {
    max-width: 940px;
}

.daily-content {
    position: relative;
    border: 0;
    background: transparent
}

.daily-body {
    position: relative;
    overflow: hidden;
    min-height: 400px;
    border: 1px solid #6b5cff;
    border-radius: 18px;
    background: url("../images/daily/daily-bg.webp") center/cover no-repeat;
    padding: 45px 40px;
}

.daily-close {
    position: absolute;
    right: -15px;
    top: -15px;
    z-index: 20;
    border: 2px solid var(--border-color);
    border-radius: 50%;
    background: #1a0f52;
    color: #8c7cff;
    font-size: 34px;
    width: 58px;
    aspect-ratio: 1;
}

.daily-close i {
    font-size: 34px;
    aspect-ratio: 1;
    background: linear-gradient(101deg, #fbfaff 0%, #dad5ff 30%, #8c7cff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.daily-piggy {
    position: absolute;
    left: 15px;
    top: 80px;
    max-width: 260px;
    animation: piggyShake 2.8s ease-in-out infinite;
}

.daily-info {
    position: relative;
    z-index: 2;
    margin-left: 200px;
    text-align: center;
    color: #fff
}

.daily-info h2 {
    font-size: 38px;
    font-weight: 900;
    margin: 0 0 8px
}

.daily-info p {
    font-size: 24px;
    margin-bottom: 20px;
}

.daily-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    align-items: end
}

.daily-grid::before {
    content: "";
    position: absolute;
    left: 6%;
    right: 6%;
    top: 72%;
    height: 8px;
    transform: translateY(-50%);
    border-radius: 999px;
    background: linear-gradient(90deg,
            #5d4cff 0%,
            #7d68ff 50%,
            #5d4cff 100%);
    box-shadow:
        0 0 12px rgba(126, 104, 255, .6),
        inset 0 1px 2px rgba(255, 255, 255, .25);
    z-index: 0;
}

.daily-card b {
    font-size: 18px
}

.daily-card img {
    max-width: 48px
}

.daily-card span {
    font-size: 15px;
    margin-top: 5px;
}

.day7 span {
    font-size: 18px;
    margin-top: 0px;
}

.daily-card.claimed img {
    max-width: 34px
}

.daily-card.day7 {
    min-height: 135px;
}

.daily-card.day7 img {
    max-width: 65px;
}

.daily-float {
    position: absolute;
    right: 10px;
    bottom: 0;
    max-width: 180px;
    opacity: .75
}

@keyframes piggyShake {
    0% {
        transform: rotate(0deg);
    }

    8% {
        transform: rotate(-8deg);
    }

    16% {
        transform: rotate(8deg);
    }

    24% {
        transform: rotate(-6deg);
    }

    32% {
        transform: rotate(6deg);
    }

    40% {
        transform: rotate(-3deg);
    }

    48% {
        transform: rotate(3deg);
    }

    56% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.daily-card {
    position: relative;
    min-height: 125px;
    background: url("../images/daily/daily-blue_frame.webp") center/100% 100% no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    overflow: hidden;
    gap: 5px;
    font-weight: 600;
}

.reward-icon {
    width: 48px;
}

.claimed-overlay {
    position: absolute;
    inset: 0;
    background: url("../images/daily/daily-claimed_frame.webp") center/100% 100% no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 5;
}

.claimed-overlay img {
    width: 34px;
    margin-bottom: 6px;
}

.claimed-overlay span {
    color: #fff;
    font-weight: 700;
}

.day-color {
    color: #ffd900;
    font-size: 18px !important;
}

/* floating-icon */
.daily-floating {
    position: fixed;
    right: 15px;
    bottom: 20%;
    z-index: 999;
    text-decoration: none;
}

.daily-floating-box {
    position: relative;
    width: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.daily-floating-img {
    width: 100%;
    position: relative;
    z-index: 2;
    animation: dailyShake 3s ease-in-out infinite;
    transform-origin: center bottom;
    filter: drop-shadow(0 10px 18px rgba(255, 185, 70, .35));
}

.daily-floating-btn {
    margin-top: -6px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 12px 10px;
    border-radius: 16px;
    border: 2px solid #6158ff;
    background: linear-gradient(180deg, #33117b 0%, #22085c 100%);
    box-shadow:
        0 4px 15px rgba(0, 0, 0, .35),
        inset 0 1px 0 rgba(255, 255, 255, .15);
    position: relative;
    z-index: 10;
    top: -30px;
}

.daily-floating::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 8px;
    transform: translateX(-50%);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: radial-gradient(circle,
            rgba(255, 225, 120, .45) 0%,
            rgba(255, 180, 0, .18) 55%,
            transparent 75%);
    filter: blur(12px);
    animation: glowPulse 2.5s ease-in-out infinite;
}

@keyframes dailyShake {

    0%,
    100% {
        transform: rotate(0deg);
    }

    8% {
        transform: rotate(-8deg);
    }

    16% {
        transform: rotate(8deg);
    }

    24% {
        transform: rotate(-6deg);
    }

    32% {
        transform: rotate(6deg);
    }

    40% {
        transform: rotate(-3deg);
    }

    48% {
        transform: rotate(3deg);
    }

    60% {
        transform: rotate(0deg);
    }

    70% {
        transform: translateY(-6px);
    }

    80% {
        transform: translateY(0);
    }
}

@keyframes glowPulse {

    0%,
    100% {
        opacity: .7;
        transform: translateX(-50%) scale(.95);
    }

    50% {
        opacity: 1;
        transform: translateX(-50%) scale(1.08);
    }
}

.daily-floating:hover .daily-floating-img {
    transform: scale(1.08);
}

.daily-floating:hover .daily-floating-btn {
    border-color: #8e86ff;
}


@keyframes dailyFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

.daily-floating-close {
    position: absolute;
    left: -20px;
    top: 0px;
    width: 28px;
    height: 28px;
    border: none;
    border-radius: 50%;
    background: #2a1368;
    color: #8b7dff;
    border: 2px solid #6555ff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: .25s;
}

.daily-floating-close:hover {
    background: #4326b5;
    color: #fff;
    transform: rotate(90deg);
}

/* product-page */
.product-page {
    padding-bottom: 100px;
}

.sports-banner img {
    width: 100%;
    display: block;
}

.section-title {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-weight: 700;
    margin: 18px 0;
}

.section-title img {
    max-width: 40px;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
    margin-top: 30px;
}

.product-card {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 12px;
}

.product-card img {
    width: 100%;
    display: block;
    transition: .35s ease;
}

.sports-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(20, 18, 60, .45);
    opacity: 0;
    transition: .3s ease;
}

.play-btn {
    padding: 9px 20px;
    border-radius: 999px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    background: var(--btn-gradient);
    transform: translateY(15px);
    transition: .3s ease;
}

.product-card:hover .sports-overlay {
    opacity: 1;
}

.product-card:hover .play-btn {
    transform: translateY(0);
}

.product-card:hover img {
    transform: scale(0.95);
}

.product-banner {
    padding-bottom: 30px;
}

.product-banner img {
    width: 100%;
}

.section-title span {
    font-weight: 500;
}

.product-title img {
    width: 50px;
}

.product-title span {
    font-size: 18px;
}

/* slt-page */
.game-filter-row{
  display:flex;
  justify-content:space-between;
  gap:20px;
  margin: 40px 0px 20px;
}

.game-tabs{
  display:flex;
  background: #1f2475;
  border-radius:30px;
}

.game-tabs button{
  border:0;
  background:transparent;
  color:#fff;
  padding:12px 28px;
  border-radius:999px;
  font-weight:700;
}

.game-tabs button.active{
  background: var(--btn-gradient);
}

.game-search{
  display:flex;
  align-items:center;
  gap:12px;
  background: #1f2475;
  border-radius:999px;
  padding:0 22px;
  min-width:320px;
}

.game-search input{
  width:100%;
  border:0;
  outline:0;
  background:transparent;
  color:#fff;
}

.provider-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:10px;
  margin: 30px 0px;
}

.provider-grid button{
  border:1px solid #4d3ac4;
  border-radius:8px;
  background:#0d0a46;
}

.provider-grid img{
  /* max-width:100%; */
  /* height:auto; */
}

.game-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:24px;
}

.game-card{
  color:#fff;
  text-decoration:none;
  text-align:center;
}

.game-img{
  position:relative;
  overflow:hidden;
  border-radius: 10px;
}

.game-img img{
  width:100%;
  display:block;
}

.game-overlay{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(10,5,40,.55);
  opacity:0;
  transition:.3s;
  border: 1px solid var(--border-color2);
  border-radius: 10px;
}

.game-overlay span{
  padding:10px 24px;
  border-radius:999px;
  background:linear-gradient(180deg,#8b6cff,#5b35f0);
  font-weight:700;
}

.game-card:hover .game-overlay{
  opacity:1;
}

.game-card h4{
  margin:10px 0 3px;
  font-size:18px;
  font-weight: 600;
}

.game-card p{
  margin:0;
  color:#b9b3df;
}

.provider-btn{
    position:relative;
    border:0;
    background:none;
    padding:0;
}

.provider-btn img{
    width: 150px;
    display: block;
    transition:.25s;
    margin: 0 auto;
}

.provider-btn:hover .img-active,
.provider-btn.active .img-active{
    display: none;
}

.provider-btn:hover .img-normal,
.provider-btn.active .img-normal{
    display: block;
}

.provider-btn .img-normal {
    display: none;
}

.game-tab-content{
  display:none;
}

.game-tab-content.active{
  display:block;
}