body {
  margin: 0px;
  padding: 0; overflow: hidden;
  font-family: "Roboto", sans-serif;
}


@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;
}




.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: end;
  height: 100vh;
  background-image: url(../images/login-bg.png);
  background-size: cover;
  background-position: center;

}

/* Main Box */
.login_form{
   display: flex;
  justify-content: center;
  align-items: end; 
}

.outlinebox {
    position: relative;
    padding: 8px;
    border-radius: 30px;
    width: 60%;
    background: #000000ab;
    display: grid;
    bottom: 80px;
    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: 93.8%;
    background: #00000034;
    display: grid;
    grid-template-columns: 2fr 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: 10px;
  grid-template-columns: 1fr 1fr;
  z-index: 1;
}

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

/* Inputs */
.content input[type="text"], input[type="password"] {
    flex: 1;
    padding: 10px;
    background: rgba(0, 0, 0, 0.582);
    border-top: 1px solid #00000026;
    color: #fff;
    border-radius: 5px;
    -webkit-text-fill-color: #ffffffbf;
    font-size: 18px;
    box-shadow: 2px 2px 0px #95b0bf57;
    border-left: 1px solid #2a250d;
    border-right: none;
    border-bottom: none;
    outline: none;
}
/* Remember */
.remember {
  margin-left: 0px;
  color: #fff;
  font-size: 18px;
}
.remember label {
    font-size: 18px;
    color: #fff;
    margin-left: 5px;
    text-shadow: none;
    text-transform: capitalize;
    background-clip: initial;
    background: none;
    -webkit-text-fill-color: #ffffff;
    letter-spacing: normal;
}
.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: 20px;
}





/* 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%;
}


.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 {
    height: 39px;
    font-size: clamp(16px, 2.5vw, 26px);
    line-height: 40px;
    font-weight: 500;
}

.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: /* 🔥 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 #FF37B5,
        0 0 7px #FF37B5,
        0 0 10px #FF37B5,

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

.count_updown {
    font-size: clamp(16px, 4vw, 34px) !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: 50%;
    left: -142px;
    transform: translateY(-53%);
    transition: 0.4s;
    z-index: 1000;
}


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


.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: linear-gradient(90deg, rgba(0, 0, 255, 0), rgb(198, 255, 255), #00f);
    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: 35%;
}



/* ARROW BUTTON */
.toggle-btn {
    position: absolute;
    top: 50%;
    left: 6%;
    transform: translateY(-67%);
    z-index: 1100;
    transition: 0.3s;
    width: 4%;
    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 - 190px);
    padding-left: 150px;
    padding-bottom: 0px;
    overflow-x: scroll;
    overflow-y: hidden;
 transition: transform 0.2s;
    /* Scrollbar hide karo */
    scrollbar-width: none;          /* Firefox */
    -ms-overflow-style: none;       /* IE/Edge */

    /* Smooth scroll */
    scroll-behavior: smooth;

    /* Text select disable (drag ke waqt) */
    user-select: none;
    -webkit-user-select: none;

    /* Cursor */
    /* 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: 80px;
    grid-template-columns: 20% 1fr;
    z-index: 1;
    height: calc(100vh - 190px);
}

/* 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: 150px;
    position: relative;
    z-index: 1;
}

.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(6%);
}
.rightbottom.active {
    bottom: 0;
    transform: translateY(-60%);
}
.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%;
}


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


.verm {
    font-size: 13px;
    font-weight: bold;
    color: #000;
    padding-top: 10px;
    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 img {width: 100%;}

.card_box {
    width: 355px;
    margin: -29px -40px 0 0;
}

.playgameborder {
    position: absolute;
    left: -40px;
    top: -60px;
}
.playgameborder img {
    padding: 34px 0 0;
    width: 52px;
}


.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;
}


.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;
}