body,
html {
    margin: 0px;
    padding: 0;
    overflow: hidden;
    font-family: "Roboto", sans-serif;
    background-color: #000;
}




@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.woff2') format('woff2'),
        url('../fonts/Helvetica.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Albertus';
    src: url('../fonts/Albertus-Bold.woff2') format('woff2'),
        url('../fonts/Albertus-Bold.woff') format('woff'),
        url('../fonts/Albertus-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaMedium';
    src: url('../fonts/HelveticaMedium.woff2') format('woff2'),
        url('../fonts/HelveticaMedium.woff') format('woff'),
        url('../fonts/HelveticaMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Arial Black';
    src: url('../fonts/Arial-Black.woff2') format('woff2'),
        url('../fonts/Arial-Black.woff') format('woff'),
        url('../fonts/Arial-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Seagull Hv BT';
    src: url('../fonts/SeagullBT-Heavy.woff2') format('woff2'),
        url('../fonts/SeagullBT-Heavy.woff') format('woff'),
        url('../fonts/SeagullBT-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Square721 BdEx BT';
    src: url('../fonts/Square721BT-BoldExtended.woff2') format('woff2'),
        url('../fonts/Square721BT-BoldExtended.woff') format('woff'),
        url('../fonts/Square721BT-BoldExtended.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Microsoft PhagsPa';
    src: url('../fonts/MicrosoftPhagsPa-Bold.woff2') format('woff2'),
        url('../fonts/MicrosoftPhagsPa-Bold.woff') format('woff'),
        url('../fonts/MicrosoftPhagsPa-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AKbalthom Naga';
    src: url('../fonts/AKbalthomNaga-Bold.woff2') format('woff2'),
        url('../fonts/AKbalthomNaga-Bold.woff') format('woff'),
        url('../fonts/AKbalthomNaga-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Square721 Dm';
    src: url('../fonts/Square721DmNormal.woff2') format('woff2'),
        url('../fonts/Square721DmNormal.woff') format('woff'),
        url('../fonts/Square721DmNormal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Square721 Dm';
    src: url('../fonts/Square721DmNormal_1.woff2') format('woff2'),
        url('../fonts/Square721DmNormal_1.woff') format('woff'),
        url('../fonts/Square721DmNormal_1.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Arial';
    src: url('ArialMT.woff2') format('woff2'),
        url('ArialMT.woff') format('woff'),
        url('ArialMT.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}





.onbording {
    display: flex;
    justify-content: center;
    align-items: end;
    height: 100vh;
}

.onbording img {
    width: 100%;
    height: 100%;
}


.login_bg {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;

}

/* Main Box */
.login_form {
    display: flex;
    justify-content: center;
    align-items: end;
    width: 760px;
    margin: 0 auto;
}

.logoform {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: space-evenly;
    gap: 10px;
}

.outlinebox {
    position: relative;
    padding: 8px;
    border-radius: 30px;
    width: 100%;
    background: #02222aa3;
    display: grid;
    gap: 30px;
}

/* Gradient Border */
.outlinebox::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 3px;
    /* border thickness */
    border-radius: 30px;
    background: linear-gradient(355deg, gold, orange, #ffffc7, #f9e473);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.login-box {
    position: relative;
    padding: 30px;
    width: 100%;
    background: #00000034;
    display: grid;
    grid-template-columns: 2.5fr 1fr;
    gap: 30px;
    border-radius: 15px;
}

/* Gradient Border */
.login-box::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 15px;
    background: linear-gradient(355deg, gold, orange, #ffffc7, #f9e473);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

/* Row */
.content {
    display: grid;
    align-items: center;
    gap: 20px 0px;
    grid-template-columns: 1fr 1fr;
    z-index: 1;
}

/* Labels */
.content label {
    font-size: 30px;
    letter-spacing: 3px;
    text-transform: uppercase;
    background: linear-gradient(177deg, #ffffff, #59aced);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0px 0px 71px #115a8f;
    font-family: 'HelveticaMedium';
}

/* Inputs */
.content input[type="text"],
input[type="password"] {
    flex: 1;
    padding: 1px 2px;
    background: rgba(0, 0, 0, 0.582);
    border-top: 1px solid #00000026;
    color: #fff;
    border-radius: 2px;
    -webkit-text-fill-color: #ffffffc2;
    font-size: 20px;
    box-shadow: 2px 2px 0px #95b0bf57;
    border-left: 1px solid #2a250d;
    border-right: none;
    border-bottom: none;
    outline: none;
    font-family: 'HelveticaMedium';
    width: 100%;
    height: 33px;
}

/* Remember */
.remember {
    margin-left: 0px;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
}

.remember label {
    font-size: 23px;
    color: #fff;
    margin-left: 5px;
    text-shadow: none;
    text-transform: capitalize;
    background-clip: initial;
    background: none;
    -webkit-text-fill-color: #ffffff;
    letter-spacing: normal;
    position: relative;
    top: 3px;
    font-family: 'Helvetica';

}

.remember input {
    width: 16px !important;
    height: 16px;
    position: relative;
    top: 3px;
}

.loginbtn {
    width: 100%;
    background: none;
    border: none;
    outline: none;
}

.loginbtn img {
    width: 100%;
}

.content.flex_diraction {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 22px;
    padding-top: 6px;
}





/* sweepstakes rules css */
.sweepstakes-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 55px;
}

.swbox_border {
    background: linear-gradient(355deg, gold, orange, #ffffc7, #f9e473);
    padding: 2px;
    display: flex;
    height: 100%;
}

.sppositon {
    top: -16px !important;
    z-index: 999;
}

.sweepstakes-rules {
    padding: 50px 50px 30px;
    background-color: #000;
    height: 100%;
}

.purchase_nec {
    padding: 2px 45px 45px 45px;
    border: solid #ffffff69 2px;
    display: inline-block;
    width: 100%;
    border-radius: 15px;
    height: 100%;
    font-family: 'Square721 Dm';
}


.heading_red span {
    color: red;
}

.heading_red {
    font-size: clamp(16px, 4vw, 28px);
    margin-left: 36%;
}

.text-yellow {
    color: #FFF562;
}

.text-info {
    color: #00F3FE !important;
}

.nav.custom-list {
    font-size: 18px;
}

.nav.custom-list li {
    display: flex;
    gap: 13px;
}

.purchase_nec p {
    font-size: 18px;
    margin: 0 0 7px;
}

.grid_col {
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: 100%;
}



/* home page css */

.home_bg {
    width: 100%;
    height: 100vh;
    position: absolute;
}

.home_bg img {
    width: 100%;
    height: 100vh;
}



.allsecton.position-fixed {
    width: 100%;
}

.topheader {
    width: 100%;
    display: grid;
    grid-template-columns: 27% 40% 27% 6%;
    gap: 4px;
}

.sizewinner {
    display: inline;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 38px;
}

.winnerlist {
    margin-left: 54px;
}

.grandear {
    margin-left: -14px;
    margin-right: 12px;
}

.info_icon img {
    width: 42px;
    margin-left: -6px;
}


.winner_list {
    height: 39px;
}

.winner_list span {
    font-size: clamp(16px, 2.5vw, 26px);
    line-height: 40px;
    font-weight: 500;
    font-family: 'Square721 Dm';
}

/* .jackpot-text {
    font-size: clamp(16px, 3.5vw, 30px);
    font-weight: 900;
    font-family: Arial, sans-serif;
    color: #FFF166;
    -webkit-text-stroke: 2px #FF37B5;
    text-shadow:
       
        0 -2px 2px rgba(255, 255, 255, 0.6),
       
        0 3px 4px rgba(0, 0, 0, 0.7),
        
        0 0 2px #FF37B5,
        0 0 7px #FF37B5,
        0 0 10px #FF37B5,

       
        2px 2px 0 #FF37B5;
    display: inline-block;
    padding: 10px 20px;
} */

.count_updown {
    font-size: clamp(16px, 4vw, 30px) !important;
    color: #fff;
    letter-spacing: 3px;
}


.jackpot-text.grand-text {
    color: #fff;
    -webkit-text-stroke: 2px #F98A35;
    text-shadow:
        /* 🔥 INNER SHADOW (Top Light + Bottom Dark) */
        0 -2px 2px rgba(255, 255, 255, 0.6),
        /* top highlight */
        0 3px 4px rgba(0, 0, 0, 0.7),
        /* inner depth */

        /* 🌟 OUTER GLOW */
        0 0 2px #F98A35,
        0 0 7px #F98A35,
        0 0 10px #F98A35,

        /* 3D Edge */
        2px 2px 0 #F98A35;
}

.grandup {
    font-size: clamp(16px, 4vw, 30px) !important;
    color: #FFFF48;
    letter-spacing: 0px;
}



/* MENU CONTAINER */
.sidebar {
    position: fixed;
    top: 45%;
    left: -38px;
    transform: translate(-50%, -50%);
    transition: 0.4s;
    z-index: 1000;
    width: 220px;
}

/* OPEN STATE */
.sidebar.active {
    left: 110px;
}


.menu-item.active {
    position: relative;
}

.menu-item img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    /* Ensure the image stays on top */
}

/* Pseudo-element that creates the gradient animation */
.menu-item.active::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/blurlayer.png);
    background-size: 200% 200%;
    animation: gradientAnimation 3s linear infinite;
    z-index: 3;
    background-clip: text;
    -webkit-background-clip: border-box;
    border-radius: 0 50px 50px 0px;
    opacity: 0.7;
}

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

    50% {
        background-position: 50%;
    }

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

/* MENU ITEMS */
.menu-item {
    margin: 0px 0;
    width: 100%;
}


/* ARROW BUTTON */
.toggle-btn {
    position: absolute;
    top: 50%;
    left: 109px;
    transform: translateY(-67%);
    z-index: 1100;
    transition: 0.3s;
    width: 53px;
    text-align: center;
    height: 150px;
}

.toggle-btn img {
    width: 100%;
}

/* Move button when menu opens */
.toggle-btn.active {
    left: 240px;
}

/* Arrow rotate */
.toggle-btn span {
    display: inline-block;
    transition: 0.3s;
}

.toggle-btn.active span {
    transform: rotate(180deg);
}






.main-wrapper {
    display: flex;

}


/* RIGHT CONTENT */

.content-tab {
    margin-left: 0px;
    padding: 20px;
    width: 100%;
    z-index: 1;
    height: calc(100vh - 35px);
    padding-left: 150px;
    padding-bottom: 0px;
    overflow-x: scroll;
    overflow-y: hidden;
    transition: transform 0.2s;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
    user-select: none;
    -webkit-user-select: none;
    /* cursor: grab; */
}

/* Chrome/Safari scrollbar hide */
.content-tab::-webkit-scrollbar {
    display: none;
}

/* Drag ke waqt cursor change */
/* .content-tab.dragging {
    cursor: grabbing;
} */

.content-tab .menugridall {
    margin-left: 0px;
    width: 100%;
    display: grid;
    align-items: center;
    gap: 15px;
    grid-template-columns: 250px 44px 1fr;
    z-index: 1;
    height: calc(100vh - 220px);
}

/* TABS */
.tab-content {
    display: none;
}

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




/* Bottom bar container */
.bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #2a2a8c;
    display: flex;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    z-index: 1000;
    color: #fff;
}

/* Bottom bar items */
.bar-item {
    margin-right: 10px;
    cursor: pointer;
}

/* Arrow */
.toggle-arrow {
    margin-left: auto;
    font-size: 24px;
    cursor: pointer;
    transition: transform 0.3s;
}

.toggle-arrow.open {
    transform: rotate(180deg);
}

/* Toggle menu */
.toggle-menu {
    position: fixed;
    bottom: 60px;
    /* above bottom bar */
    right: 10px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 15px;
    display: none;
    /* hidden by default */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    z-index: 999;
}

/* Always open menus */
.always-open {
    position: fixed;
    bottom: 60px;
    left: 10px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 15px;
    display: block;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    z-index: 999;
}

.footersec {
    display: grid;
    grid-template-columns: 38% 62%;
    height: 178px;
    z-index: 1;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.leftbottom {
    background-size: 100% 100%;
    width: 100%;
    background-repeat: no-repeat;
}


.rightbottom {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-left: 0;
    position: absolute !important;
    z-index: -1;
    height: 500px;
    width: 64%;
    right: 0;
    left: 36%;
    top: 0px;
    transform: translateY(10%);
}

.rightbottom.active {
    bottom: 0;
    transform: translateY(-60%);
}

.rightbottom.active .updownarrow {
    top: 135px;
}

.grid_bottom .btn {
    padding: 0 0px;
    outline: none;
    border: none;
    box-shadow: none;
    margin: 0px 0 0;
}

.updownarrow img {
    transition: transform 0.3s ease;
}

.rightbottom.active .updownarrow img {
    transform: rotate(180deg);
}

.grid_bottom {
    display: grid;
    padding-right: 80px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin-top: -16px;
    gap: 30px;
}

.grid_bottom button img {
    width: 100%;
    padding: 0 0;
}

.grid_bottom:first-child {
    padding-left: 50px;
}

.profilesec {
    display: grid;
    grid-template-columns: 28% 67%;
    font-family: 'Square721 Dm';
}


.playerid {
    display: grid;
    grid-template-columns: 1fr;
    padding: 18px 0 0 30px;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

.gridcolsss .playerid {
    display: flex;
    align-items: center;
    gap: 20px;
}

.verm {
    font-size: 13px;
    font-weight: bold;
    color: #000;
    padding-top: 14px;
    padding-left: 10px;
    padding-right: 30px;
}

.allgameslider {
    width: 100%;
    text-align: center;
}


.allgameslider .owl-carousel img {
    width: 100%;
    padding: 0 40px;
}

.allgameslider .owl-dots {
    bottom: 0px;
}




.allmeugrid {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}



.allgameslider .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -24px;
    z-index: 999;
    position: relative;
}

.othergameslist {
    text-align: center;
}

.othergameslist img {
    width: 100%;
}

.card11 .gamecard img {
    height: 45%;
    width: auto;
}

.card11 .gamecard img {
    height: 226px;
    width: auto;
}

.manbannergame {
    width: auto;
    height: 450px;
}

.card_box {
    width: 271px;
    margin: -20px 10px 0 0;
}

.playgameborder img {
    width: 100%;
}


.allgameslider .owl-dots {
    margin: 0;
    position: relative;
    top: -30px;
    z-index: 111;
}

.allgameslider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 100px;
    border: solid 1px #fff;
    display: inline-block;
    background: #e6dcce;
    margin: 0 10px;
}

.allgameslider .owl-dots .owl-dot.active {
    width: 16px !important;
    height: 16px !important;
    border: solid 2px #fdff57 !important;
    background: #ff8834 !important;
}


.updownarrow {
    position: absolute;
    right: 20px;
    top: 50px;
    background: none;
    outline: none;
    border: none;
}




/* Golden Legacy css */
.modal-dialog.modal-dialog-centered.custome-modal-lg {
    max-width: 55% !important;
}

.modal-content.cardbackgroundcss {
    background: none;
    border: none;
    outline: none;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    height: 100%;
    padding: 0 0 10px;
}

.goldenlegalogo img {
    width: 100%;
}


.goldenlegalogo {
    position: absolute;
    width: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 0;
}

.infobook {
    display: flex;
    gap: 18px;
    position: relative;
    left: -10px;
    top: -18px;
}

.infobook img {
    width: 65px;
}

.btn-close-custome {
    padding: 0;
    border: none;
    outline: none;
    background: none;
    border-radius: 100px;
    position: absolute;
    right: -20px;
    top: -20px;
    z-index: 333;
}

.btn-close-custome img {
    width: 70px;
}

.progressbar {
    position: absolute;
    top: 109px !important;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    left: 50%;
    z-index: 1;
}

.coment2o {
    position: relative;
    top: 5px;
    z-index: 2;
    right: -34px;
}

.golden_info {
    text-align: center;
    padding: 0 16px 20px 30px;
    width: 100%;
    height: 406px;
    overflow: hidden;
    overflow-y: scroll;
    margin-top: 45px;
}

.goldencards img {
    width: 100%;
    border-radius: 30px;
    box-shadow: 0 0 20px #000;
}

.allcardgolden {
    display: block;
}

.allcardgolden.hide {
    display: none;
}

.goldenbookinfo {
    display: none;
}

.goldenbookinfo.active {
    display: block;
    font-family: 'Square721 Dm';
}


.goldenbookinfo div {
    margin: 0 0 30px;
    display: inline-block;
}

.goldenbookinfo p {
    font-size: 20px;
    margin: 0px;
}

.return_btn {
    background: none;
    outline: none;
    border: none;
}

.bg_goldenreturn.m-0 {
    text-align: center;
    width: 100%;
    position: relative;
    bottom: -16px;
}

.cartoon_slid_sec .modal-dialog {
    max-width: 73% !important;
    margin: 0 auto;
    padding: 0 0;
    height: 100%;
    border: none;
}

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

.cartoon_slid_sec {
    background: #000;
    z-index: 9999;
}

.cartoon_slid_sec .owl-nav {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    left: 50%;
    display: flex;
    justify-content: space-between;
}

.cartoon_slid_sec .owl-nav .owl-next {
    margin: 0 -90px 0 0;
}

.cartoon_slid_sec .owl-nav .owl-prev {
    margin: 0 0 0 -90px;
}



.cartoon_slid_sec .owl-dots .owl-dot {
    width: 16px !important;
    height: 16px !important;
    background: #ff0000bd;
    box-shadow: 0 0 5px #ebebeb;
    border-radius: 100px;
    border: solid 2px #ffffff;
    margin: 0 6px;
    opacity: 0.5;
}

.cartoon_slid_sec .owl-dots .owl-dot.active {
    opacity: 9;
}

.cartoon_slid_sec .owl-dots {
    text-align: center;
    padding: 14px 0 0;
}

.rightmenu {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -54px;
    z-index: 11;
    transform: translate(-50%, -50%);
    top: 40%;
}

.th-dots {
    padding: 0;
    margin-right: -40px;
}


.logoutbtns {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    height: 100%;
    align-items: center;
    gap: 20px;
    padding: 20px;
    justify-content: center;
}

.soundlogout {
    display: flex;
    height: 100%;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    flex-direction: column;
    padding: 10px 0;
}

.soundinfo img {
    max-width: 90px;
    margin: 0 auto;
}

.login121s {
    position: absolute;
    width: 220px;
    right: -110%;
    transform: translate(-50%, -50%);
    top: 50%;
}




.soundonff .off_icon {
    display: none;
    /* initially hidden */
}

.soundonff.active .off_icon {
    display: block;
}

.soundonff.active .on_icon {
    display: none;
}


.login121s {
    display: none;
}


.login121s.active {
    display: block;
}

/* overlay */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 23%);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 11;
}

/* show overlay */
.overlay.active {
    opacity: 1;
    visibility: visible;
}

/* popup */
.login121s {
    opacity: 0;
}

/* popup active */
.login121s.active {
    opacity: 1;
}

#rotateWarning {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    color: #fff;
    display: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 99999;
}

.rotateBox img {
    width: 120px;
    margin-bottom: 20px;
}

/* show only in portrait on mobile */
@media screen and (orientation: portrait) and (max-width: 1024px) {
    #rotateWarning {
        display: flex;
    }

    #main-content {
        display: none !important;
    }
}

.btn_gif1 {
    position: absolute;
    right: -40px;
}

.card_box span {
    width: 110px;
    position: absolute;
    top: -11px;
}

.heartshape {
    position: absolute;
    bottom: 6px;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    left: 10%;
}

.heartshape .likesislikebg {
    width: 60%;
    margin: 0 auto;
}

.heart_icon {
    width: 58px;
    position: absolute;
    left: 8px;
    bottom: -12px;
    z-index: 1;
}

.game_name img {
    height: 18px;
    width: auto;
}

.game_name {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 5px;
    left: 14px;
}


.th-dots img {
    height: 200px;
    width: auto;
}



.btn_gif2 {
    animation: blink 1s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}



.gridgames2 {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, 50%);
    gap: 0px;
}

.col.card11 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
}

.card_box.twogame {
    width: auto;
}


.menu-item.active .active_img {
    display: block;
}

.menu-item.active .d-active {
    display: none;
}

.menu-item .active_img {
    display: none;
}


.logocenter img {
    margin: 0 !important;
    width: 320px;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #00000000 inset !important;
    -webkit-text-fill-color: #ffffff !important;
    transition: background-color 5000s ease-in-out 0s;
}




/* ---- CARD ---- */
:root {
    --gold: #f5c518;
    --gold-light: #ffd700;
    --gold-dark: #b8860b;
    --gold-btn: linear-gradient(180deg, #ffd700 0%, #e6a800 40%, #cc8800 100%);
    --purple-bg: #3a0a4a;
    --purple-card: #2d0a3a;
    --border-gold: #c8940a;
}

.clubCard {
    width: 100%;
    background: linear-gradient(160deg, #3d0b50 0%, #2a0638 60%, #1e0430 100%);
    border: 2px solid var(--border-gold);
    border-radius: 18px;
    padding: 15px 40px 100px;
    box-shadow: 0 0 0 1px #8b4500,
        0 8px 40px #00000099,
        inset 0 0 40px #7a006044;
    animation: fadeUp 0.9s ease 0.2s both;
    position: relative;
    box-shadow: inset 9px 11px 9px rgba(0, 0, 0, 0.3),
        inset -2px 0px 3px rgba(255, 255, 255, 0.5);
    font-family: 'Square721 Dm';
}

.vipclub_popup .modal-dialog-centered {
    min-height: calc(100% - 13.5rem);
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* inner glow corners */
.clubCard::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    background: radial-gradient(ellipse at 50% 0%, #9b006044 0%, transparent 60%);
    pointer-events: none;
}

.card-title {
    text-align: center;
    font-size: clamp(20px, 4vw, 25px);
    color: #FEF2BD;
    letter-spacing: 1px;
    line-height: 1.5;
    margin-bottom: 30px;
    text-shadow: 0 2px 8px #00000088;
}

.card-title strong {
    color: #fff;
    font-weight: 800;
}

.diamond {
    font-size: 20px;
    vertical-align: middle;
}

/* ---- INPUTS ---- */
.field-group {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 18px;
    width: 85%;
    margin: 0 auto;
}

.field-row {
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    border: 2px solid #cddc3959;
    border-radius: 50px;
    overflow: hidden;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3), inset 0px -19px 22px rgba(78, 17, 26, 1);
}

.field-row:focus-within {
    border-color: #ffd700;
    box-shadow: 0 0 12px #ffd70044;
}

.field-row input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    padding: 14px 20px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    -webkit-text-fill-color: #ffffffa2;
}

.field-row input::placeholder {
    color: #888;
}

.btn-send {
    background: none;
    border: none;
    border-radius: 100px;
    padding: 0px;
}

.btn-send:hover {
    transform: scale(1.03);
}

.btn-send:active {
    transform: scale(0.97);
}

/* ---- CHECKBOX ---- */
.agree-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 28px;
    padding-top: 10px;
    padding-left: 4px;
    justify-content: center;
}

.agree-row input[type="checkbox"] {
    width: 20px;
    height: 20px;
    accent-color: #ffd700;
    cursor: pointer;
    border-radius: 4px;
}


.agree-row label {
    color: #ffeb9b;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    letter-spacing: 0;
    font-family: 'Square721 Dm';
}

/* ---- VIP CARD ---- */
.vip-card-wrap {
    display: flex;
    justify-content: flex-end;
    animation: slideIn 1s ease 0.5s both;
    position: absolute;
    bottom: -60px;
    right: -70px;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(40px) rotate(5deg);
    }

    to {
        opacity: 1;
        transform: translateX(0) rotate(-5deg);
    }
}

.vip-card {
    width: 270px;
    background: linear-gradient(135deg, #8B5E3C 0%, #6B3A1F 40%, #4a2510 70%, #7a4a28 100%);
    border-radius: 14px;
    padding: 16px 18px 14px;
    box-shadow:
        0 8px 30px #00000088,
        inset 0 1px 1px #ffffff22,
        0 0 0 1px #a0662244;
    position: relative;
    overflow: hidden;
    transform: rotate(-5deg);
}

.vip-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #ffffff11 0%, transparent 50%);
    border-radius: 14px;
}

.vip-card-label {
    font-size: 11px;
    font-weight: 700;
    color: #d4a060;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 6px;
    font-family: 'Rajdhani', sans-serif;
}

.vip-avatar {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #6699cc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 2px 8px #00000066;
}

.vip-player {
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
    font-family: 'Rajdhani', sans-serif;
    margin-bottom: 4px;
}

.vip-horse {
    font-size: 22px;
    margin-bottom: 2px;
    filter: sepia(1) saturate(0.5);
}

.vip-number {
    font-size: 11px;
    color: #c4906a;
    letter-spacing: 1px;
    font-family: monospace;
    margin-bottom: 8px;
}

.vip-footer {
    font-size: 9px;
    color: #a06040;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Rajdhani', sans-serif;
}

.vip-shine {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 11px;
    color: #c08050;
    letter-spacing: 2px;
    font-family: 'Rajdhani', sans-serif;
}

.btn-closess {
    width: 76px;
    height: 62px;
    background: none;
    border: none;
    outline: none;
    position: fixed;
    right: 60px;
    z-index: 9;
    top: 60px;
}

.vipclub_popup .modal-content {
    background: none;
    border: none;
    box-shadow: none;
}

.vibclublogo img {
    width: 480px;
}

.vip-card-wrap img {
    position: absolute;
    bottom: -190px;
    z-index: 1;
    right: -140px;
    width: 320px;
}

.vipclub_popup .blurbg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


.downloadbtn {
    position: absolute;
    left: 20px;
    bottom: 70px;
    width: 200px;
}

.facebookbtn {
    position: absolute;
    right: 20px;
    bottom: 70px;
    width: 200px;
}

#popupMessage {
    font-family: 'Square721 Dm';
}


.fish_bottomtext {
    height: 30px;
    border-radius: 20px;
    border: 2.5px solid transparent;
    background: linear-gradient(#000000, #020b2a) padding-box,
        linear-gradient(180deg, #ffd700, #b07800 60%, #7a5000) border-box;
    overflow: hidden;
    color: #fff;
    width: 88%;
    margin: 0 auto;
    font-family: 'Square721 Dm';
    font-size: 18px;
    line-height: 26px;
    padding-left: 30px;
    text-transform: uppercase;
}