body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    letter-spacing: 0;
    font-family: 'Rubik';
    background-color: #000;
    color: #333333;
    width: 100%;
}

html {
    scroll-behavior: smooth;
}

a,
.btn {
    transition: all 0.3s ease-in-out;
}

a:hover {
    text-decoration: none;
}

button,
input,
optgroup,
select,
textarea {
    letter-spacing: 0.5px;
}

input {
    letter-spacing: 0.5px;
    background: #000000;
    border: 1px solid #ccc;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

.container {
    max-width: 1440px;
}

.header-sec {
    padding: 17px 0px;
     background: linear-gradient(160deg, #1f1f1f, #000000);
  /* padding: 30px 0 60px; */
  position: relative;
  z-index: 99;
  /* clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%); */
  color: #fff;
}

.header {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

.mobile-num-img img {
    filter: invert(1);
    width: 25px;
}

.whatsapp-num-img img {
    filter: invert(1);
    width: 31px;
}

.header .row {
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    width: 100%;
    padding-bottom: 0px;
}

.header-menu ul li a {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.header-menu ul li:hover a {
    color: #ddbf6e;
}
.small-btn-bg {
    border: 2px solid #000 !important;
    color: #000 !important;
}

.small-btn-bg {
    border: 2px solid #000;
    color: #000;
}

.small-btn-bg img {
    filter: invert(1);
}

.small-btn-bg:hover img {
    filter: invert(1) !important;
}

.small-btn {
    font-size: 19px;
    display: inline-flex;
    padding: 11px 21px;
    color: #000 !important;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 10px;
    align-items: center;
    gap: 6px;
    position: relative;
    background-image: linear-gradient(to right top, #e7bd54, #d7c07f, #b28e56, #8b5e33, #633215);
    overflow: hidden;
    z-index: 1;
    transition: transform 0.3s ease;
}

.small-btn::before,
.small-btn::after {
    content: "";
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    background: #fff;
    opacity: 0;
    transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    pointer-events: none;
    z-index: 2;
    width: 37px;
    height: 199px;
}

.small-btn::before {
    left: -60%;
}

.small-btn::after {
    left: -100%;
}

.small-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.small-btn:hover::before {
    left: 120%;
    opacity: 0.3;
}

.small-btn:hover::after {
    left: 200%;
    opacity: 0.6;
}

.small-btn img {
    width: 22px;
    margin-right: 5px;
    filter: invert(1);
}
/* .hero-section {
    background-image:url('../img/hero-bg-shape.png');
    background-position: bottom;
    background-repeat: no-repeat;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 161px);
} */
.hero-text h1 {
    margin-bottom: 40px;
    color: #dbbf73;
    font-size: 53px;
    line-height: 64px;
    font-weight: 600;
    text-shadow: 4px 3px 4px #633215;
    text-transform: uppercase;
}

.hero-text .small-btn:hover {
    text-decoration: none;
    color: #000;
}

.game-rates,
.game-results-info,
.faqs-info {
    padding: 60px 0px;
}

.faqs-info {
    /* background-image: url(../img/bg-img.png); */
    background-position: center;
    background-size: cover;
}

.chart-btn:hover {
    color: #000;
    transform: translate(0, -5px);
}

.sec-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 69px;
    position: relative;
    text-align: center;
}

.sec-title h2 {
    position: relative;
    font-size: 34px;
    text-transform: uppercase;
    color: #dbbf73;
    text-shadow: 2px 3px 2px #633215;
    font-weight: 600;
    display: inline-block;
    padding: 0 20px;
    z-index: 1;
}

.sec-title h2::before,
.sec-title h2::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 400px;
    height: 100px;
    background: url("../img/line-bg.png") no-repeat center;
    /* background: url("../img/line2-bg.png") no-repeat center; */
    background-size: contain;
    pointer-events: none;
}

.sec-title h2::before {
    right: 100%;
    margin-right: -50px;
}

.sec-title h2::after {
    left: 100%;
    margin-left: -50px;
}

.mobile-num:hover {
    color: #b57e23;
}

.whatsapp-info:hover {
    color: #b57e23;
}

.hero-text .small-btn:active {
    box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, .3),
        -4px -4px 6px 0 rgba(116, 125, 136, .2),
        inset -4px -4px 6px 0 rgba(255, 255, 255, .2),
        inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}

.game-results-info {
    background-position: center;
    background-size: cover;
}

.contact {
    display: flex;
    text-align: center;
    padding: 13px 10px;
    margin: auto;
    column-gap: 17px;
    width: 100%;
    margin-top: -47px;
    position: relative;
    z-index: 1;
    justify-content: center;
    background: linear-gradient(0deg, rgba(233, 172, 7, 1) 0%, rgba(165, 112, 44, 1) 100%);
}

.mobile-num {
    transition: 0.3s;
    display: flex;
    color: #000;
    background: #ffffff;
    height: 60px;
    font-size: 18px;
    font-weight: 500;
    padding: 0px 5px;
    padding-right: 20px;
    border: 1px solid #ffffff57;
    border-radius: 103px;
    align-items: center;
}

.mobile-num-img {
    position: relative;
    color: #fff;
    background: radial-gradient(ellipse farthest-corner at right bottom, #eeac03 0%, #daa526 8%, #9f7928 30%, #976800 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #dca216 8%, #e7a90b 25%, #e1a511 62.5%, #5d4a1f 100%);
    width: 46px;
    height: 46px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 50%;
    margin-right: 10px;
}

.whatsapp-info {
    transition: 0.3s;
    display: flex;
    color: #000;
    font-weight: 500;
    border: 1px solid #ffffff57;
    background: #ffffff;
    height: 60px;
    font-size: 18px;
    padding: 0px 5px;
    padding-right: 20px;
    border-radius: 103px;
    align-items: center;
}

.whatsapp-num-img {
    position: relative;
    background-color: #44c054;
    width: 46px;
    height: 46px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 50%;
    margin-right: 10px;
}

.contact span {
    color: #ffc842;
    font-weight: 600;
    margin-right: 15px;
}

.section-title {
    text-align: center;
}

.header-menu ul {
    display: flex;
    align-items: center;
}

.header-menu ul li {
    display: inline-block;
    padding: 8px 20px;
}

.hero-text h5 {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}
 .hero-img-inner {
  position: relative;
  text-align: end;
  z-index: 1;
}
.hero-img-inner::before {
  content: "";
  position: absolute;
top: 50%;
    left: 68%;
    width: 600px;
    height: 600px;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.4), transparent 70%);
  filter: blur(120px);
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
}

.hero-img-inner img {
  max-width:473px;
  position: relative;
  z-index: 2;
}
.logo img {
    width: 128px;
}
.hero-text-sec .row {
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.hero-text-sec {
    padding: 40px 0px;
    justify-content: space-between;
    height: 89%;
    align-items: center;
    width: 100%;
    display: flex;
}

a.burger,
a.closebtn {
    display: none;
}
.hero-section {
  position: relative;
  background: #000; 
  padding: 50px 0 0;
  overflow: hidden;
  z-index: 1;
}
.hero-section::before {
  content: "";
  position: absolute;
    top: 9%;
    left: 3%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgb(255 215 0 / 28%), transparent 70%);
  filter: blur(120px);
  z-index: 0;
  pointer-events: none;
}
.game-rates {
    background: radial-gradient(circle at top left, rgba(255, 213, 94, 0.08), transparent 40%),
                radial-gradient(circle at bottom right, rgba(255, 200, 50, 0.05), transparent 50%),
                linear-gradient(180deg, #000000, #0a0a0a);
    padding: 80px 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.game-rates-box img {
    width: 80px;
    filter: brightness(0) saturate(100%) invert(63%) sepia(9%) saturate(2642%) hue-rotate(3deg) brightness(95%) contrast(96%);
}

.game-rates-box {
    background: linear-gradient(145deg, #1c1c1c, #2a2a2a);
    border-radius: 20px;
    padding: 25px 20px;
    text-align: left;
    box-shadow: 0 8px 20px rgba(255, 200, 50, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 100%;
    z-index: 1;
    color: #fff;
    gap: 29px;
}

.game-rates-box::before {
    content: "";
    position: absolute;
    top: 0%;
    right: -54%;
    width: 100%;
    height: 124%;
    background: radial-gradient(circle, rgb(186 143 56), transparent);
    z-index: 0;
    transform: rotate(-26deg);
}

.game-rates-box:hover {
    box-shadow: 0 0 15px rgb(250 176 40 / 25%);
    transform: scale(1.02);
}

.game-rates-info .row {
    row-gap: 19px;
        position: relative;
    z-index: 111;
}
.game-results-info {
    background: radial-gradient(
        ellipse at top left,
        rgba(255, 215, 90, 0.08),
        transparent 50%
    ),
    radial-gradient(
        ellipse at bottom right,
        rgba(255, 180, 50, 0.06),
        transparent 60%
    ),
    linear-gradient(180deg, #0b0b0b, #000000);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.game-results-box {
    background: #111;
    margin-bottom: 22px;
    border: 2px solid #222;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(250, 176, 40, 0.1);
    transition: all 0.4s ease;
    position: relative;
}

.game-results-box:hover {
    box-shadow: 0 0 15px rgb(250 176 40 / 25%);
    transform: scale(1.02);
}

.game-results-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 18px;
    background: linear-gradient(90deg, #333, #000);
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    position: relative;
}

.game-results-head i {
    color: #c59837;
    font-size: 18px;
}

.game-results-head span {
    font-size: 9px;
    padding: 3px 9px;
    border-radius: 20px;
    text-transform: uppercase;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

.text-red {
    background: rgba(255, 0, 0, 0.15);
    color: #dc3545;
    border: 1px solid #dc3545;
}

.text-green {
    background: rgba(0, 255, 0, 0.1);
    color: #28a745;
    border: 1px solid #28a745;
}

.game-results-body {
    text-align: center;
    padding: 20px;
    color: #eee;
}

.results-name {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.results-num {
    font-size: 20px;
    font-weight: 500;
    color: #c59837;
}

.small-btn.chart-btn {
    padding: 6px 13px;
    font-size: 13px;
    border-radius: 6px;
}

.game-results-bottom {
    display: flex;
    justify-content: center;
    gap: 12px;
    padding: 18px;
    background: #1a1a1a;
}

.accordion-item {
    margin-bottom: 10px;
    border: none;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #debf6f;
    box-shadow: inset 0 -1px 0 rgb(222 191 111);
}

.btn-close:focus {
    outline: 0;
    box-shadow: none;
    opacity: 1;
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0.5);
}

.accordion-button {
    font-size: 17px;
    font-weight: 500;
    background: #1a1a1a;
    color: #fff;
}

.accordion-body {
    font-size: 16px;
    background: #1a1a1a;
    color: #fff;
}

.accordion-button::after {
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(1510%) hue-rotate(179deg) brightness(116%) contrast(100%);
}

.copy-right {
    text-align: center;
    padding: 80px 20px 40px;
    background: linear-gradient(160deg, #0a0a0a, #1a1a1a);
    color: #fff;
    position: relative;
    font-size: 16px;
    letter-spacing: 0.5px;
    clip-path: polygon(0 10%, 10% 13%, 25% 9%, 40% 14%, 55% 8%, 70% 13%, 85% 10%, 100% 12%, 100% 100%, 0 100%);
    z-index: 1;
}

.players-img {
    margin-top: 36px;
}
.players-img img{
    filter: brightness(0) saturate(100%) invert(63%) sepia(9%) saturate(2642%) hue-rotate(3deg) brightness(95%) contrast(96%);
}
.footer-logos {
    display: flex;
    justify-content: space-around;
    margin: 44px 0px;
}
.footer-logos img{
        filter: brightness(0) saturate(100%) invert(63%) sepia(9%) saturate(2642%) hue-rotate(3deg) brightness(95%) contrast(96%);
}
p.copy-right-text {
    padding: 19px 0px;
    margin-top: 29px;
    font-size: 16px;
    color: #000000d4 !important;
    border-top: 1px solid #E3E3E3;
}

.copy-right-img p {
    font-size: 15px;
    margin-top: 12px;
    color: #fff !important;
}

.mobile-logo {
    display: none !important;
}

/* ========jodi chart========== */
.panel-heading h3 {
    font-size: 19px;
    color: #fff;
    text-shadow: 0px 0px;
    margin: 0px;
    padding: 12px;
}

.panel-heading {
    background-color: #3f51b5;
}

.time-chart-info table {
    min-width: 0;
}

table,
th,
td {
    border: 1px solid #f8c15e;
}

thead {
    background: linear-gradient(0deg, rgba(233, 172, 7, 1) 0%, rgba(165, 112, 44, 1) 100%);
    color: #000;
    font-weight: bold;
    text-align: center;
}

.main-section {
    padding-top:70px;
    /* border-top: 5px solid #966b3d; */
}

.chart-title {
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
}

.chart-title h2 {
    position: relative;
    font-size: 36px;
    text-transform: uppercase;
    color: #dbbf73;
    text-shadow: 2px 3px 2px #633215;
    font-weight: 600;
    display: inline-block;
    padding: 0 20px;
    z-index: 1;
}

.chart-title h2::before,
.chart-title h2::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 400px;
    height: 100px;
    background: url("../img/line-bg.png") no-repeat center;
    background-size: contain;
    pointer-events: none;
}

.chart-title h2::before {
    right: 100%;
    margin-right: -50px;
}

.chart-title h2::after {
    left: 100%;
    margin-left: -50px;
}

.chart-title p {
    margin-top: 13px;
    color: #fff;
}

/* table-start */
.chart-table-data {
    background-color: #000;
    overflow-x: auto;
}

table {
    width: 100%;
    border-collapse: collapse;
    color: #fff;
    background-color: #000;
    overflow-x: auto;
}

thead th {
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

table tbody td {
    font-size: 15px;
    text-align: center;
    border: 1px solid #333 !important;
    background-color: #111;
    color: #fff;
        padding: 10px;
}

table tbody tr:nth-child(odd) td {
    background-color: #1a1a1a;
}

table tbody tr:hover td {
    background-color: #222;
}

table {
    min-width: 1000px;
    margin-top: 20px;
}

/* table-end */

.scroll-info {
    margin-top: 20px;
    text-align: center;
    justify-content: center;
    display: flex;
    gap: 12px;
}

.small-btn.scroll-btn {
    border: 1px solid #000000a8;
    font-weight: 500;
    font-size: 15px;
    justify-content: center;
    display: flex;
    width: 162px;
    padding: 10px 14px;
}

.modal-body.time-chart-info tbody td {
    font-size: 15px;
    font-weight: 400;
    padding: 12px;
}

.modal-body.time-chart-info th {
    text-transform: uppercase;
    padding: 9px;
    border: 1px solid #333333;
}

table .text-red,
table .text-green {
    border: none;
}

/* =======panel chart===== */
.tbl-font {
    font-size: 14px;
    display: block;
    width: 100%;
}

.tbl-td {
    padding: 4px !important;
    vertical-align: middle !important;
    line-height: 1.65;
}

.modal-header {
    padding: 8px 15px;
    border-radius: 6px 6px 0px 0px;
    background: #272626;
    border-bottom: 1px solid #b37c2473;
}

.modal-title {
    color: #fff;
}

.modal-content {
    border: 2px solid #222;
    border-radius: 10px;
}

.modal-header .btn-close {
    filter: brightness(0) saturate(100%) invert(87%) sepia(100%) saturate(1%) hue-rotate(180deg) brightness(110%) contrast(97%);
}

.modal-body {
    background: #111111;
    border-radius: 0px 0px 7px 7px;
    padding: 0px 16px 16px;
}

/* =====all chart======== */
.all-chart-data {
    background: linear-gradient(145deg, #1c1c1c, #2a2a2a);
    border-radius: 20px;
    padding: 12px 20px;
    margin-bottom: 8px;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    z-index: 1;
    color: #fff;
    cursor: pointer;
}

.all-chart-data::before {
    content: "";
    position: absolute;
    top: 0%;
    right: -54%;
    width: 100%;
    height: 124%;
    background: radial-gradient(circle, rgb(186 143 56), transparent);
    z-index: 0;
    transform: rotate(-26deg);
}

.all-chart-data:hover {
    transform: scale(1.02);
}
.all-card-box h3 {
    font-size: 18px;
    font-weight: 600;
    color: #a86728;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}
. {
    display: grall-data-infoid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns */
    gap: 20px;
}
.all-card-box {
    position: relative;
    z-index: 11;
}

.chart-title.all-chart-title {
    margin-bottom: 35px;
}

.all-chart-info {
    width: 100%;
    padding-top: 50px;
    max-width: 800px;
    margin: auto;
}

/*privacy policy*/

.privacy-info {
    padding: 20px;
    margin-bottom: 60px !important;
    width: 85%;
    margin: auto;
    box-shadow: 0px 1px 8px 9px #00000014;
    border-radius: 10px;
}

.privacy-title h1 {
    text-align: center;
    font-size: 28px;
    color: #dbbf73;
    text-shadow: 2px 3px 2px #633215;
    margin-bottom: 21px;
}

.privacy-info a {
    color: #dbbf73;
}

.privacy-info p {
    font-size: 15px;
    margin: 10px 0px;
    color: #d8d5d5;
    font-weight: 400;
}

.privacy-info h2 {
    font-size: 21px;
    margin-top: 22px;
    color: #dbbf73;
}

.privacy-info h3 {
    color: #fff;
    font-size: 18px;
    margin: 10px 0px;
    font-weight: 400;
}

.privacy-info ul li {
    list-style: disc;
    color: #d8d5d5;
}

.privacy-info ul {
    padding-left: 30px;
}

/* ============all-starline-pana============= */

.scroll-info.footer {
    margin-bottom: 59px;
}

@media (max-width:1400px) {

    .sec-title h2::before,
    .sec-title h2::after {
        width: 300px;
    }
    .chart-title h2::before, .chart-title h2::after{
        width: 300px;
    }
    .hero-text h1 {
        font-size: 46px;
        line-height: 57px;
    }
    .container{
        max-width: 1140px;
    }
}

@media (max-width: 1250px) {
    #sidebar {
        left: -300px;
    }
    .user-img img {
        width: 188px;
    }

    .hero-img-inner img {
        max-width: 380px;
    }
    .sec-title h2::before,
    .sec-title h2::after {
        width: 200px;
    }
    .chart-title h2::before, .chart-title h2::after{
        width: 200px;
    }
      .hero-text h1 {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .navbar .container-fluid {
        display: flex;
        flex-wrap: nowrap;
    }
.container{
    max-width: 960px;
}
    .text-box h3 {
        font-size: 34px;
    }

    .sec-title h2::before,
    .sec-title h2::after {
        display: none;
    }
.chart-title h2::before, .chart-title h2::after{
    display: none;
}
    li.mobile-logo img {
        width: 149px;
    }

    .text-box ol li {
        font-size: 18px;
    }

    .hero-text h1 {
        font-size: 31px;
        line-height: 40px;
    }

    .hero-img-inner img {
        max-width: 300px;
    }

    .mobile-logo {
        display: block !important;
    }

    .slider-testimonial {
        max-width: 100%;
    }

    .header-menu img {
        width: 40px;
    }

    .header-menu {
        background: #dbbf73;
        border-radius: 5px;
        padding: 0px;
    }

    .small-btn img {
        width: 23px !important;
    }

    .text-box p {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
    }

    .logo img {
        width: 104px;
    }

    .header-menu ul li a {
        font-size: 13px;
    }

    .header-menu ul li {
        padding: 0px 11px;
    }

    li.mobile-logo {
        padding-top: 0px !important;
    }

    #mob-menu {
        height: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: -250px;
        background-color: #fff;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 7px;
        display: block;
        border-right: 1px solid #9e6f19;
        box-shadow: 0px 4px 8px 0px rgb(158 111 25);
        transition: all 0.5s;
    }

    #mob-menu .closebtn {
        position: absolute;
        top: 2px;
        right: 14px;
        font-size: 36px;
        margin-left: 50px;
        color: #fff;
    }

    .menu.open #mob-menu {
        width: 250px;
        margin-left: 0px;
        display: block;
        text-align: left;
        left: 0px;
        transition: all 0.5s;
        background-color: #000;
    }

    .header-menu ul {
        display: block;
        margin: 0;
        padding: 0px 20px;
    }

    div#menu-1 {
        z-index: 99;
        position: relative;
    }

    .menu.open .overlay-1 {
        display: block;
    }

    .header {
        align-items: flex-start;
    }

    .header-menu ul li {
        padding: 8px 8px;
        display: block;
        border: 1px solid #ffffff54;
        margin-bottom: 8px;
        border-radius: 7px;
    }

    .header-menu ul li:last-child,
    .header-menu ul li:first-child {
        border: none;
    }

    a.burger {
        display: block;
        text-align: end;
    }

    a.burger,
    a.closebtn {
        display: block;
    }

    .overlay-1 {
        display: none;
    }

    .chart-title h2 {
        font-size: 24px;
    }

    .overlay-1:after {
        content: "";
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: #0000005e;
        right: 0;
        left: 0;
        top: 0;
    }

    .chart-btn {
        padding: 7px 8px;
    }

    .game-results-bottom {
        display: flex;
        padding: 6px;
    }

    .game-results-body .results-name {
        font-size: 21px;
    }

    .game-results-body .results-num {
        font-size: 25px;
    }

    .game-results-info {
        padding: 30px;
    }
    table{
            min-width: 0;
    margin-top: 20px;
    overflow-x: auto;
    white-space: nowrap;
    }
    .panel-body{
       padding:  0px 12px;
    }
}

@media (max-width: 767px) {
    .play-rates {
        padding: 35px 0px;
    }
.container{
    max-width: 720px;
}
    .hero-text-sec {
        height: 71%;
        padding: 6px 0px;
    }

    img.bg-shape {
        display: none;
    }

    .how-to-play-img img {
        display: none;
    }

    .overlay-1 {
        display: none;
    }

    .hero-text {
        text-align: center;
    }

    .hero-text-sec .row {
        row-gap: 50px;
        margin: 0;
    }

    .header .row {
        margin: 0;
    }

    .text-box ol li {
        font-size: 18px;
        margin-bottom: 5px;
        text-align: left;

    }

    .text-box ol {
        margin-top: 25px;
        margin-bottom: 30px;
    }

    .hero-img-inner {
        text-align: center;
    }

    .m_top {
        margin-top: 0;
    }

    .privacy-info {
        width: 100%;
        padding: 10px;
    }

    .privacy-info ul {
        padding-left: 21px;
    }

    .privacy-info h2 {
        font-size: 18px;
        margin-top: 16px;
    }

    .privacy-info h3 {
        color: #6e6e6e;
        font-size: 16px;
        margin: 7px 0px;
    }

    .privacy-info ul li {
        list-style: disc;
        font-size: 13px;
    }

    .privacy-info p {
        font-size: 13px;
        margin: 6px 0px;
    }

    .privacy-title h1 {
        margin-bottom: 11px;
        font-size: 23px;
    }


    .mb15 {
        margin-bottom: 15px;
    }

    .mt10 {
        margin-top: 0;
    }

    .how-to-play .row {
        row-gap: 40px;
    }

    .text-box h3 {
        font-size: 28px;
    }

    .chart-btn {
        padding: 7px 11px;
    }

    .all-chart-info {
        margin-bottom: 19px;
        padding-top: 10px;
    }

    .hero-img-inner img {
        max-width: 150px;
        margin-bottom: 14px;
    }

    .hero-text-sec .row {
        row-gap: 0;
        flex-direction: column-reverse;
    }

    .hero-section {
        padding-bottom: 90px;
    }
    table tbody td,.tbl-font{
            font-size: 12px;
    }
    .main-section{
        padding-top: 30px;
    }

}

@media (max-width: 575px) {
    .download-app {
        text-align: center;
        margin-top: 26px;
    }
.container{
    max-width: 540px;
}
    .chart-title.all-chart-title {
        margin-bottom: 19px;
    }

    .modal-body {
        padding: 7px;
    }

    .chart-title {
        text-align: center;
        margin-top: 17px;
        padding: 0px 10px;
    }

    .chart-btn {
        padding: 7px 11px;
    }

    .faqs-info h2 {
        text-align: center;
    }
 .main-section{
        padding-top: 10px;
    }
    .hero-section {
        /* height: auto; */
        padding-bottom: 90px;
        padding-top: 20px;
    }

    .faqs-info .sec-title h2::after {
        left: 134px;
        bottom: -12px;
    }

    .chart-table-data table tbody td {
        padding: 5px;
    }

    .all-card-box h3 {
        font-size: 18px;
    }

    .copy-right {
        clip-path: polygon(12% 5%, 28% 0, 46% 5%, 59% 0, 79% 6%, 100% 0, 100% 100%, 1% 100%, 0% 35%, 0 0);
        padding-top: 45px;
    }

    .modal-body.time-chart-info tbody td {
        padding: 5px;
    }

    .players-img {
        margin-top: 16px;
    }

    .game-results-box {
        margin-bottom: 9px;
    }

    .play-rates {
        padding-bottom: 0px;
    }

    .game-results-bottom {
        display: flex;
        padding-top: 4px !important;
    }

    .contact {
        flex-wrap: wrap;
        row-gap: 14px;
        border-radius: 0px;
    }

    .header .row {
        padding: 0px 16px;
        padding-top: 24px;
    }

    .small-btn {
        font-size: 15px;
        padding: 9px 19px;
    }

    .hero-img-inner img {
        max-width: 150px;
        margin-bottom: 14px;
    }

    .small-btn img {
        width: 21px;
    }

    .how-to-play-img img {
        display: none;
    }

    .section-title h2 {
        font-size: 24px;
    }

    .text-box h3 {
        font-size: 22px;
    }

    .p-60 {
        padding: 45px 0px;
    }

    .text-box ol li {
        font-size: 14px;
        margin-bottom: 1px;
    }

    .screenshot-sec {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .how-to-play.p-60 {
        margin: 20px 0px;
    }

    .result-inner-main {
        margin-top: 45px;
    }

    .today-result.p-60 {
        padding: 40px 0px 40px 0px;
    }

    .top-shape h3 {
        font-size: 22px;
    }

    .hero-text-sec .row {
        row-gap: 0;
        flex-direction: column-reverse;
    }

    .logo img {
        width: 134px;
        top: 15px;
    }

    .game-results-head {
        padding: 9px 12px;
    }

    .game-results-body .results-name {
        font-size: 23px;
    }

    .accordion-button {
        font-size: 15px;
        font-weight: 500;
    }

    .copy-right-img p {
        font-size: 13px;
    }

    .game-results-body {
        padding: 11px 15px;
    }

    .game-results-body .results-num {
        font-size: 24px;
        font-weight: 600;
    }

    .hero-text-sec {
        height: 48%;
    }

    .game-rates,
    .game-results-info,
    .faqs-info {
        padding: 22px 0px;
    }

    .all-chart-data {
        padding: 11px 15px;
    }

    .main-section .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .chart-table-data table tbody td {
        font-size: 14px;
    }

    tbody td {
        font-size: 19px;
        padding: 1px;
    }

    .chart-table-data table th {
        font-size: 8px;
        padding:4px 10px;
    }

    .chart-table-data .tbl-font {
        font-size: 10px;
    }

    .scroll-info.footer {
        margin-bottom: 26px;
    }

    .chart-table {
        /* margin: 28px auto; */
    }

    .chart-title h2 {
        font-size: 21px;
    }

    table th {
        padding: 4px;
    }

    .small-btn.scroll-btn {
        width: 151px;
        font-size: 13px;
    }

    .modal-header {
        padding: 6px 10px;
    }

    .header {
        padding: 10px 0px;
    }

    .modal-title {
        margin-bottom: 0;
        font-size: 17px;
    }

    /* .sec-title h2::after {
        content: '';
        position: absolute;
        width: 112px;
    } */

    .game-rates-box p {
        font-size: 17px;
        font-weight: 500;
        margin-top: 4px;
    }

    .sec-title h2 {
        position: relative;
        font-size: 31px;
    }

    .mobile-num {
        width: auto;
        height: 50px;
        font-size: 15px;
    }

    .mobile-num-img,
    .whatsapp-num-img {
        width: 40px;
        height: 40px;
    }

    .mobile-num-img img,
    .whatsapp-num-img img {
        font-size: 19px;
    }

    .whatsapp-info {
        width: auto;
        height: 50px;
        font-size: 15px;
    }

    .game-rates-box {
        border-radius: 5px;
    }

    .btn-1 img {
        width: 19px;
        margin-right: 0px;
    }

    .btn-1 {
        font-size: 14px;
        padding: 10px 20px;
    }

    .hero-text h1 {
        margin-bottom: 16px;
        font-size: 22px;
        line-height: 30px;
    }

    .hero-text h5 {
        font-size: 14px;
        letter-spacing: 1px;
        margin-bottom: 4px;
        font-weight: 600;
        line-height: 23px;
    }

    .hero-text-sec {
        padding-bottom: 0px;
        padding-top: 7px;
    }

    .footer-logos img {
        width: 105px;
    }

    .footer-logos {
        margin: 6px 0px;
    }

    .inner-row {
        flex-wrap: wrap;
    }


    .login_text {
        width: 100%;
        max-width: 100%;
        height: 100vh;
        border-radius: 0px;
        padding: 15px;
    }

    .sec-title {
        margin-bottom: 31px;
    }

    .close_btn {
        font-size: 12px;
    }

    .faqs-info {
        padding-top: 0px;
    }

    .header-menu img {
        width: 35px;
    }


    .text-box ol {
        margin-top: 14px;
        margin-bottom: 18px;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 15px 10px;
    }



}