body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    letter-spacing: 0;
    font-family: 'Rubik';
    color: #333333;
    background: radial-gradient(circle at 70% 40%, rgba(255, 200, 120, 0.35), transparent 60%), radial-gradient(circle at 85% 60%, rgba(255, 180, 80, 0.25), transparent 60%), linear-gradient(135deg, #f5efe7 0%, #ffffff 45%, #f2e2cf 100%) !important;
    width: 100%;
}

.main-sec::after {
    content: "";
    position: absolute;
    top: 20%;
    right: 15%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255, 190, 100, 0.4), transparent 70%) !important;
    filter: blur(20px);
}

.border-contain-top {
    border-top: 0px solid #d89f3b;
    top: 0;
    width: 100%;
    z-index: 9999999;
    padding: 10px 0px;
    position: fixed;
}

html {
    scroll-behavior: smooth;
}

.header-menu {
    width: 100%;
}

.header-center {
    display: flex;
    justify-content: space-between;
}

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);
    position: relative;
    z-index: 99;
    color: #fff;
}

.header {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

.mobile-num-img img {
    filter: invert(1);
    width: 15px;

}

.whatsapp-num-img img {
    filter: invert(1);
    width: 20px;

}

.header .row {
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    width: 100%;
    padding-bottom: 0px;
}

i.fa.fa-bar-chart,
i.fa.fa-home {
    color: #c87437;
    margin-right: 9px;
}

.menu-sec.active a i {
    color: white;
}

.header-menu ul li a {
    text-transform: uppercase;
    background: transparent;
    padding: 12px 26px;
    border-radius: 12px;
    color: black;
    font-size: 16px;
    font-weight: 600;
    backdrop-filter: blur(10px);
    cursor: pointer;
    transition: 0.3s;
}

li.app-download-btn a {
    border: 2px solid #d89445;
    padding: 9px 15px !important;
    background: white !important;
    font-size: 15px !important;
    color: #c47a2c !important;
}

.header-menu ul li a:hover i.fa.fa-bar-chart, i.fa.fa-home {
    color: #ffffff;
}

.header-menu ul li a:hover {
    background: #d49938 !important;
    color: #fff !important;
}

.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: #ffffff !important;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 10px;
    align-items: center;
    gap: 6px;
    position: relative;
    background: #ca8d30;
    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: grayscale(1);
}

.hero-text h1 span {
    color: #dea540;
    text-shadow: 0px 2px 0px #b27121;
}

.hero-text h1 {
    margin-bottom: 8px;
    color: #000000;
    font-size: 60px;
    line-height: 64px;
    font-weight: 600;
    text-shadow: 0px 2px 0px #b27121;
    text-transform: uppercase;
}

.app-btn {
    margin-top: 35px;
}

p.most-inner-info {
    font-size: 16px;
    color: #794835;
    font-weight: 400;
    letter-spacing: 2px;
}

.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/faq-background.png);
       background-size: cover;
    background-repeat: no-repeat;
}

.chart-btn:hover {
    color: #000;
    transform: translate(0, -5px);
}

.sec-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 69px;
    width: 100%;
    position: relative;
    text-align: center;
}

.sec-title h2 {
    position: relative;
    font-size: 37px;
    text-transform: uppercase;
    color: #dea540;
    text-shadow: 0px 2px 0px #b27121;
    font-weight: 600;
    display: inline-block;
    padding: 0 20px;
    z-index: 1;
}



.mobile-num:hover {
    color: #b57e23;
}

.shap-title h2 img {
    width: 322px;
    height: 30px;
    align-items: center;
    text-align: center;
}

.shap-title h2 {
    display: flex;
    gap: 18px;
    align-items: center;
}

.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: 42px;
    font-size: 14px;
    font-weight: 500;
    padding: 0px 5px;
    padding-right: 10px;
    border: 1px solid #ffffff57;
    border-radius: 10px;
    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: 30px;
    height: 30px;

    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: 42px;
    font-size: 14px;
    padding: 0px 5px;
    padding-right: 10px;
    border-radius: 10px;
    align-items: center;
}

.whatsapp-num-img {
    position: relative;
    background-color: #44c054;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 50%;
    margin-right: 10px;
}

.download-btn {
    display: none !important;
}

.contact span {
    color: #ffc842;
    font-weight: 600;
    margin-right: 15px;
}

.section-title {
    text-align: center;
}

.header-menu ul {
    gap: 45px;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: end;
}

.header-center {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-between;
}

.menu-sec {
    display: inline-flex;
    align-items: center;
    padding: 10px 25px;
    border: none;
    border-radius: 9px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.menu-sec img {}

.menu-sec.active a {
    background: #d49938;
    color: white;
}

.menu-sec.active {
    padding: 0px;
    background: #e9bc84;
    background: linear-gradient(0deg, #d39d5b 0%, #f3d4a8 100%);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.header-menu ul li {
    display: inline-block;
    padding: 10px 18px;
}

.hero-text h5 {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #979797;
}

.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: 336px;
    filter: blur(120px);
    transform: translate(-50%, -50%);
    z-index: 0;
    pointer-events: none;
}

.border-contain-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: 0.3s;
}

.border-contain-top.scrolled .logo img {
    width: 100px;
    transform: scale(0.9);
}

.border-contain-top {
    padding: 15px 0;
}

.border-contain-top.scrolled {
    padding: 8px 0;
}
.border-contain-top.scrolled {
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.hero-img-inner img {
    max-width: 600px;
    position: relative;
    z-index: 2;
    margin-bottom: -29px;
}

.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;
}

h5.play-inner {
    display: flex;
    gap: 0px;
    background: white;
    font-weight: 600;
    border: 2px solid #c47a3538;
    width: fit-content;
    border-radius: 50pc;
}

img.coin-img {
    width: 16px;
    height: auto;
    margin-right: 6px;
}

p.user-name {
    background: #eca65b1f;
    border-radius: 50px 0px 0px 50px;
}

h5.play-inner p {
    padding: 10px 16px;
    color: #c07f28;
    font-size: 13px;
}

.hero-section {
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-top: 137px;
}

.hero-section::before {
    content: "";
    position: absolute;
    top: 92%;
    left: 2%;
    transform: translate(-50%, -50%);
    width: 748px;
    height: 600px;
    background: radial-gradient(circle, rgb(216 148 69 / 68%), transparent 70%) !important;
    filter: blur(120px);
    z-index: 0;
    pointer-events: none;

}

.game-rates {
    padding: 80px 0;
    position: relative;
    z-index: 0;
    background-size: cover;
    overflow: hidden;
    background-image: url(../img/backgrond.png);
    background-repeat: no-repeat;
}

.game-rates-box img {
    width: 80px;
}

.game-rates-info {
    box-shadow: 0px 0px 5px #b789535c;
    border-radius: 18px;
    padding: 28px 31px;
}

.box-shape {
    position: absolute;
    width: 49% !important;
    left: 52%;
    right: 0px;
    bottom: 0px;
}

.box-shape img {
    width: 220px;
}

.digit-box p {
    font-size: 23px;
    color: #895835;
    font-weight: 600;
}

.digit-box h5 {
    font-size: 15px;
    font-weight: 400;
    color: #8c5a37;
}

.game-rates-box {
    background: white;
    border-radius: 20px;
    padding: 22px 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: #e2a04d;
    gap: 29px;
}

.game-rates-box::before {
    content: "";
    position: absolute;
    top: 0%;
    right: -54%;
    width: 100%;
    height: 124%;
    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: url(../img/game-background.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.game-results-box {
      background: #ffffff;
    margin-bottom: 0px;
    border: 1px solid #d9d6cf;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 0 0px rgb(255 255 255 / 74%);
    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: #d9d8d4bd;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    position: relative;
}

.game-results-head i {
    color: #545454;
    font-size: 17px;
    cursor: pointer;
}


.game-results-head span {
   font-size: 12px;
    font-weight: 500;
    font-weight: 500;
    padding: 0px;
    border-radius: 5px;
    text-transform: uppercase;
}

.text-red {
    color: #dc3949;
}

.text-green {
    color: #28a745;
}

.game-results-body {
    text-align: center;
    padding: 20px;
    color: #eee;
}

.results-name {
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.results-num {
    font-size: 20px;
    font-weight: 500;
    color: #cf8834;
}

.game-results-box {
    display: flex;
    flex-direction: column-reverse;
}

.small-btn.chart-btn {
        padding: 3px 9px;
    font-size: 13px;
    border-radius: 6px;
    background: linear-gradient(to right, #8f503296 0%,  #c1934b73 25%, #eebf6e91 50%,  #b98c3ea1 75%, #8f5032b0 100% );
    border: 1px solid #dfb36b00;
    box-shadow: inset 0 2px 5px rgba(255, 255, 255, 0.5), 0 4px 10px rgba(0, 0, 0, 0.3);
    color: #000000 !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    font-weight: 500;
}

.game-results-bottom {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 15px;
    background: #dddcd7;
}

.accordion-item {
    margin-bottom: 10px;
    border: none;
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    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 {
    font-size: 17px;
    font-weight: 500;
    background: #1a1a1a;
    color: #fff;
        background: linear-gradient(145deg, #4a2c11 0%,  #a67c37 20%,  #f3d075 45%,  #f7cc7e 50%,  #f3d075 55%,  #a67c37 80%,  #4a2c11 100%);
}

.footer-top {
    display: flex;
    padding-bottom: 15px;
    gap: 10px;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-direction: column;
}
.accordion-body {
    font-size: 16px;
       background: #ffffff;
    color: #000000;
}
img.plus-img {
    width: 31px !important;
    height: auto;
}
.accordion-button::after {
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(1510%) hue-rotate(179deg) brightness(116%) contrast(100%);
}
.copy-right-img img {
    width: 120px;
}
.copy-right {
    text-align: center;
    padding: 30px 20px 0px;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    font-size: 16px;
    letter-spacing: 0.5px;
    z-index: 1;
}
p.our-footer-info {
    border: 1px solid #c5983763;
    border-radius: 8px;
    padding: 10px;
    margin-top: 22px !important;
}
.footer-age {
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-direction: column-reverse;
    text-align: center;
    gap: 13px;
}
.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;
    gap: 90px;
    justify-content: center;
    margin: 0px 0px;
}
.players-img {
    display: flex;
    gap: 13px;
    align-items: center;
}
.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: 24px 0px;
    margin-top: 10px !important;
    font-weight: 600;
    font-size: 14px !important;
    color: #59351a !important;
}

.copy-right-img p {
    font-size: 15px;
    margin-top: 0px;
    color: #000000 ;
}

.mobile-logo {
    display: none !important;
}

.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 #3333334f;
}

thead {
    background: white;
    color: #000;
    font-weight: bold;
    text-align: center;
}

.main-section {
    padding-top: 70px;
}

.chart-title {
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
}


.chart-title p {
    margin-top: 13px;
    color: #424141;
        margin-bottom: 60px;
}
.chart-title .shap-title {
    margin-bottom: 27px !important;
}
.chart-table-data {
    background-color: #000;
    overflow-x: auto;
}

table {
    width: 100%;
    border-collapse: collapse;
    color: #fff;
    overflow-x: auto;
}

thead th {
    padding: 10px;
    font-size: 17px;
    font-weight: 500;
    color: #000;
}

table tbody td {
    font-size: 15px;
    text-align: center;
    border:1px solid #3333334f;
    background-color: #ffffff;
    color: #000000;
    padding: 10px;
}

table tbody tr:nth-child(odd) td {
    background-color: #ffffff;
}

table tbody tr:hover td {
    background-color: #ffffff;
}

table {
    min-width: 1000px;
    margin-top: 0px;
}

.scroll-info {
margin-top: 16px;
    text-align: center;
    justify-content: end;
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
    
}

.small-btn.scroll-btn {
      border: 1px solid #00000029;
    font-weight: 500;
    font-size: 13px;
    justify-content: center;
    display: flex;
    width: 138px;
    padding: 6px 16px;
}

.modal-body.time-chart-info tbody td {
    font-size: 15px;
    font-weight: 400;
    padding: 6px 25px;
    border-radius: 4px;
    border: 1px solid #80808042;
}

.modal-body.time-chart-info th {
      text-transform: uppercase;
    padding: 9px;
    color: #d29650;
    border: 1px solid #d296502b;
    background: #dec2a230;
    border-radius: 5px;
}

table .text-red,
table .text-green {
    border: none;
}

.tbl-font {
    font-size: 14px;
    display: block;
    width: 100%;
}
.custom-modal {
    border-radius: 18px;
    padding: 10px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.custom-header {
    border-bottom: 1px solid #eee;
    justify-content: space-between;
}

.modalTitle {
    font-weight: 700;
    font-size: 18px;
}

.custom-close {
    opacity: 0.7;
}

.custom-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 15px;
    margin-top: 10px;
}

.custom-table th {
    font-size: 13px;
    color: #666;
    font-weight: 600;
}

.custom-table tr {
    background: #f9fafb;
    border-radius: 12px;
}

.status {
    font-weight: 700;
    font-size: 14px;
}

.status.open {
    color: #22c55e;
}

.status.closed {
    color: #ef4444;
}

.time-box {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.row-open {
    background: rgba(34,197,94,0.08);
    border-left: 4px solid #22c55e;
}
.row-closed {
    background: rgba(239,68,68,0.08);
    border-left: 4px solid #ef4444;
}

.modal-footer-text {
    text-align: center;
    margin-top: 15px;
    font-size: 13px;
    color: #777;
}

.modal-header {
    padding: 8px 15px;
    border-radius: 6px 6px 0px 0px;
    border-bottom: 1px solid #b37c2473;
}

.modal-title {
    color: #000000;
    font-weight: 500;
}
section.main-section.charts-section {
    padding-top: 188px;
}

.modal-body {
    border-radius: 0px 0px 7px 7px;
    padding: 0px;
}
table.custom-table.model-custom-table {
    border: 1px solid #80808000 !important;
}
.all-chart-data {
     background: white;
    border-radius: 10px;
    padding: 12px 20px;
    margin-bottom: 8px;
    width: 24%;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    box-shadow: 0px 2px 2px #b56c2d;
    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%;
    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);
    gap: 20px;
} */
.header-menu ul li a:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(153deg) brightness(101%) contrast(101%) !important;
}
.all-card-box {
    position: relative;
    z-index: 11;
}
section.main-section.shap-main {
    margin: 80px 0px;
}
.chart-title.all-chart-title {
    margin-bottom: 35px;
}
.all-chart-info .shap-title {
    margin-bottom: 29px !important;
    margin-top: 0px !important;
}
.all-chart-info {
    width: 100%;
        gap: 12px;
    padding-top: 50px;
    margin: auto;
    flex-wrap: wrap;
    display: flex;
}

.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;
}

.scroll-info.footer {
    margin-bottom: 59px;
}

.chart-table {
    background: #fff;
    border-radius: 16px;
    padding: 0px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    overflow-x: auto;
}

.chart-table table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px;
}

.chart-table th {
     background: #ce883d1c;
    padding: 12px;
    border-radius: 10px;
    font-weight: 600;
    color: #b56c2d;
}

.active-day {
    background: linear-gradient(135deg, #d4a24c, #b8832f);
    color: #fff !important;
}

.chart-table td {
    background: #ffffff;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    transition: 0.2s;
}

.chart-table td:hover {
    transform: scale(1.05);
    background: #e5e7eb;
}

.text-danger {
color: #e01212 !important;
    font-weight: 500;
    border: 1px solid red !important;
}
.empty {
    color: #bbb;
    background: #f9fafb;
}

.stats {
    display: flex;
    gap: 15px;
    margin-top: 25px;
    flex-wrap: wrap;
}

.card {
    flex: 1;
    min-width: 200px;
    padding: 15px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.card span {
    font-size: 13px;
    color: #666;
}

.card h3 {
    margin: 5px 0 0;
}

.red { border-left: 4px solid #ef4444; }
.blue { border-left: 4px solid #3b82f6; }
.green { border-left: 4px solid #10b981; }
.purple { border-left: 4px solid #8b5cf6; }

.actions {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.btn {
    padding: 10px 20px;
    border-radius: 25px;
    border: none;
    background: #eee;
    cursor: pointer;
}

.btn.primary {
    background: linear-gradient(135deg, #d4a24c, #b8832f);
    color: #fff;
}
.rates-box-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
@media (max-width:1400px) {
    .chart-table th {
    padding: 7px;
    font-size: 16px;
    }
    .chart-table td {
    padding: 6px;
    }
    .chart-table table {
    border-spacing: 7px;
}
.chart-title p {
    margin-bottom: 30px;
}

    .all-chart-info {
    gap: 7px;
    }
    .all-card-box h3 {
    font-size: 16px;
    }
    .all-chart-info {
    padding-top: 30px;
    }
    li.app-download-btn a {
    padding: 6px 13px !important;
    font-size: 14px !important;
}
.header-menu ul li a {
    padding: 10px 20px;
    font-size: 15px;
}
.header-menu ul {
    gap: 19px;
}
.logo img {
    width: 110px;
}
.rates-box-inner {
    gap: 13px;
}
.game-rates-box img {
    width: 65px;
}
.game-rates-box {
    background: white;
    border-radius: 20px;
    padding: 15px 15px;
}
.box-shape {
    width: 46% !important;
    left: 55%;
}
.digit-box p {
    font-size: 20px;
}
.digit-box h5 {
    font-size: 14px;
}
i.fa.fa-bar-chart, i.fa.fa-home {
    font-size: 14px;
}
h5.play-inner p {
    padding: 7px 12px;
    font-size: 11px;
}
img.coin-img {
    width: 14px;
}
.small-btn {
    font-size: 16px;
}
.hero-img-inner img {
    max-width: 530px;
}
.hero-text-sec {
    padding: 5px 0px;
}
.app-btn {
    margin-top: 20px;
}
.game-results-info {
    padding: 55px 0;
}
.small-btn.chart-btn {
    font-size: 12px;
}
.results-name {
    font-size: 19px;
}
.game-results-head span {
    font-size: 11px;
}
.game-results-head i {
    font-size: 15px;
}
.game-results-head {
    padding: 9px 18px;
}
.game-results-body {
    padding: 13px;
}
.mobile-num {
    height: 35px;
        font-size: 13px;

}
.whatsapp-info {
    height: 35px;
        font-size: 13px;
        

}
.whatsapp-num-img img {
    width: 18px;
}
.mobile-num-img img {
    width: 14px;
}
.whatsapp-num-img {
    width: 25px;
    height: 25px;
}
.mobile-num-img {
    width: 25px;
    height: 25px;
}
.contact {
    column-gap: 10px;
}
.game-rates {
    padding: 40px 0;
}
.sec-title h2 {
    font-size: 33px;
}
.shap-title h2 img {
    width: 265px;
    height: 26px;
}
.sec-title {
    margin-bottom: 35px;
}
.game-rates-info {
    padding: 15px 15px;
}

    .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: 1190px;
    }
    .accordion-button {
    font-size: 16px;
    }
    .accordion-body {
    font-size: 15px;
    }
    .accordion-body {
    padding: 11px 20px;
}
.accordion-button::after{
        background-size: 15px;
            width: 15px;
    height: 15px;
}
.game-rates, .game-results-info, .faqs-info {
    padding: 50px 0px;
}

.copy-right-img img {
    width: 105px;
}

.copy-right-img p {
    font-size: 14px;
}
.footer-top {
    gap: 5px;
    padding-bottom: 3px;
}
p.our-footer-info {
    margin-top: 16px !important;
}
img.plus-img {
    width: 29px !important;
}
p.copy-right-text {
    padding: 15px 0px;
}
}

@media (max-width: 1250px) {
    .small-btn.scroll-btn {
    margin: 0;
    }
    
.all-chart-data {
    width: 32%;
        margin-bottom: 0px;
}
section.main-section.shap-main {
    margin: 28px 0px;
}
        h5.play-inner p {
        padding: 7px 12px;
        font-size: 10px;
    }
    .hero-text h1 br{
        display: none;
    }
    #sidebar {
        left: -300px;
    }

    .user-img img {
        width: 188px;
    }

        .hero-img-inner img {
        max-width: 450px;
    }
    p.most-inner-info {
    font-size: 15px;
    }
        .hero-text h1 {
        line-height: normal !important;
    }

    .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;
                display: flex;
        flex-direction: column;
          
    }
        .small-btn {
        font-size: 14px;
        margin-top: 11px;
            padding: 8px 17px;
                  margin-bottom: 38px;
    }.small-btn img {
    width: 18px;

        margin-right: 0px;
    }
    .hero-section::before {
    top: 120%;
    }
        .header-menu ul li a {
        padding: 10px 20px;
        font-size: 14px;
    }
    .border-contain-top {
    padding: 10px 0;
}
    .logo img {
        width: 100px;
    }
.contact {
    padding: 9px 10px;
}
    .mobile-num {
        height: 31px;
    }
        .whatsapp-info {
        height: 31px;
        }
            .game-rates, .game-results-info, .faqs-info {
        padding: 30px 0px;
    }

        .sec-title {
        margin-bottom: 25px;
    }
        .sec-title h2 {
        font-size: 30px;
    }
        .shap-title h2 img {
        width: 215px;
      height: 23px;
    }
        .game-rates-info {
        padding: 13px 13px;
    }
        .game-rates-box img {
        width: 57px;
    }
    .game-rates-box {
    gap: 24px;
}
    .box-shape {
        width: 44% !important;
        left: 57%;
    }
    .game-results-bottom a {
    margin-bottom: 0px;
    margin-top: 0px;
}
.small-btn.chart-btn {
        font-size: 11px;
    }
        .results-name {
        font-size: 18px;
        margin-bottom: 5px !important;
    }
    .results-num {
    font-size: 18px;
    }
    li.app-download-btn a {
    margin: 0px;
}
}

@media (max-width: 991px) {
    .small-btn.scroll-btn {
    margin: 0px;
        font-size: 12px;
            width: 126px;
    padding: 5px 12px;
    }
    .scroll-info {
    margin-top: 9px;
    margin-bottom: 9px;
}
    .chart-table th {
        padding: 4px;
        font-size: 15px;
    }
    table.panel-chart.chart-table {
    margin-top: 0px !important;
}
.chart-table .panel-body {
    padding: 0px;
}
section.main-section.charts-section {
    padding-top: 119px;
}
        section.main-section.shap-main {
        margin: 68px 0px;
    }
    .all-chart-info .shap-title {
    margin-bottom: 11px !important;
    }
    .all-chart-data {
    padding: 9px 13px;
    }
        .all-card-box h3 {
        font-size: 14px;
    }
    .download-btn {
    display: block !important;
}
ul.main-download-btn {
    display: none !important;
}
    .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: 100px;
    }
    .menu-sec.active {
    background: transparent;
            box-shadow: none;
    }

    .text-box ol li {
        font-size: 18px;
    }

    .hero-text h1 {
        font-size: 31px;
        line-height: 40px;
    }

       .hero-img-inner img {
        max-width: 390px;
    }

    .mobile-logo {
        display: block !important;
    }

    .slider-testimonial {
        max-width: 100%;
    }

    .header-menu img {
        width: 38px;
        padding: 2px 5px;
    }
    p.most-inner-info {
        font-size: 13px;
    }
        .small-btn {
        font-size: 13px;
        }
            .small-btn img {
        width: 19px !important;
    }

    .header-menu {
                width: fit-content;
        background: #dbbf73;
        border-radius: 5px;
        padding: 0px;
    }

    .small-btn img {
        width:25px !important
    }

    .text-box p {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
    }

   .logo img {
        width: 90px;
    }
    .hero-section {
    margin-top: 109px;
}

    .header-menu ul li a {
        font-size: 13px;
                width: 100%;
    }

    .header-menu ul li {
        padding: 0px 11px;
    }

       li.mobile-logo {
        padding-top: 0px !important;
        margin-bottom: 42px !important;
        border-bottom: 1px solid #d8944542 !important;
        border-radius: 0px !important;
        padding-bottom: 20px !important;
    }
    li.menu-sec {
    margin-top: 23px;
}
    li.download-btn a {
        color: #ffffff !important;
        border-radius: 0px 0px 0px 1px !important;
        background: #d89445 !important;
    }
    li.download-btn a img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(155deg) brightness(108%) contrast(101%) !important;
}
li.download-btn {
    position: absolute;
    bottom: 0px;
    padding: 0px !important;
    margin-bottom: 0px !important;
    margin: 0px;
}
li.download-btn {
    width: 100% !important;
    left: 0px;
}
li.download-btn a{
    margin: 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: -5px;
        right: 13px;
        font-size: 33px;
        margin-left: 50px;
        color: #b4b2b2;
    }

    .menu.open #mob-menu {
        width: 250px;
        margin-left: 0px;
        display: block;
        text-align: left;
        left: 0px;
        transition: all 0.5s;
        background-color: #ffffff;
    }

    .header-menu ul {
        display: block;
        margin: 0;
        padding: 0px 0px;
    }

    div#menu-1 {
        z-index: 99;
        position: relative;
    }

    .menu.open .overlay-1 {
        display: block;
    }

       .header {
        align-items: center;
    }

    .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: 17px;
    }

      .game-results-body .results-num {
        font-size: 21px;
    }
        .sec-title h2 {
        font-size: 26px;
    }
    .shap-title h2 img {
        width: 168px;
        height: 19px;
    }
        .digit-box p {
        font-size: 18px;
    }
    .game-rates-box img {
        width: 47px;
    }
    .box-shape {
        width: 42% !important;
        left: 59%;
    }
        .accordion-button {
        font-size: 15px;
    }
.accordion-button {
    padding: 10px 18px;
}
    .accordion-body {
        font-size: 14px;
    }
    .copy-right-img img {
        width: 90px;
    }
        .copy-right-img p {
        font-size: 13px;
    }
        img.plus-img {
        width: 26px !important;
    }
        p.copy-right-text {
        padding: 10px 0px;
        font-size: 13px !important;
    }
    .border-contain-top.scrolled .logo img {
    width: 81px;
    }
    .border-contain-top.scrolled {
    padding: 5px 0;
}
    .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) {
    section.main-section.charts-section .chart-container h2 img {
    display: none;
}
    .chart-title .shap-title {
    margin-bottom: 12px !important;
}
.chart-title p {
    margin-top: 0px;
}
    
    .chart-title p {
        margin-bottom: 19px;
        font-size: 12px;
    }
        .small-btn.scroll-btn {
        width: 111px !important;
        font-size: 11px !important; 
    }
        .all-card-box h3 {
        font-size: 13px;
    }
    .small-btn img {
        width: 19px !important;
    }
    .play-rates {
        padding: 35px 0px;
    }h5.play-inner {
    margin: auto;
}
    .small-btn.scroll-btn {
        margin: 0px;
        font-size: 11px;
        border-radius: 6px !important;
        width: 117px;
        padding: 4px 12px;
    }
        .chart-table th {
        padding: 4px;
        font-size: 13px;
            border-radius: 6px;
    }
    .chart-table {
    border-radius: 9px;
    }
    .chart-table table {
        border-spacing: 4px;
    }
        .chart-table td {
        padding: 4px 6px;
    }
    .container.chart-container {
    padding: 0px 9px !important;
}
.hero-text h5 {
    margin-bottom: 10px !important;
}
.hero-text h1 {
            font-size: 28px;
        display: flex;
        gap: 13px;
        margin: auto;
        flex-direction: row;
        width: fit-content;
    }
        .small-btn {
        padding: 9px 14px;
        margin-bottom: 0px;
    }
      .container {
        max-width: 100%;
    }
        .game-rates-info {
        padding: 8px 8px;
    }
        .rates-box-inner {
        gap: 7px;
    }
        .game-rates-box {
        border-radius: 12px;
        }   .hero-section {
        padding-bottom: 59px;
    }
    .game-rates-info {
    border-radius: 12px;
    }
    .game-rates-box img {
        width: 40px;
    }
        .game-results-info {
        padding: 20px 0px;
    }
        .sec-title h2 {
        font-size: 23px;
            gap: 9px;
    }
        .small-btn.chart-btn {
        font-size: 10px;
    padding: 2px 7px;
    }
        .game-results-body .results-name {
        font-size: 15px;
    }
        .game-results-body .results-num {
        font-size: 19px;
    }
        .game-results-head span {
        font-size: 10px;
    }
        .game-results-head i {
        font-size: 12px;
    }
        .game-results-head {
        padding: 6px 7px;
    }
        .sec-title {
        margin-bottom: 21px;
    }
        .accordion-button {
        padding: 8px 14px;
    }
        .accordion-body {
        padding: 9px 13px;
    }
        .accordion-button {
        font-size: 14px;
    }
        .accordion-body {
        font-size: 13px;
    }

    .game-rates, .game-results-info, .faqs-info {
        padding: 20px 0px;
    }    .copy-right-img img {
        width: 84px;
    }

    .copy-right {
        
    padding: 15px 10px 0px;
    }
        .copy-right-img p {
        font-size: 12px;
    }
    p.our-footer-info {
        
    padding: 6px;
    }
    p.copy-right-text {
        padding: 7px 0px;
        font-size: 12px !important;
            margin-top: 5px !important;
    }
    .rates-box-inner {
    grid-template-columns: repeat(2, 1fr);
    }
        .shap-title h2 img {
        width: 158px;
        height: 19px;
    }
    .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;
    }

    table tbody td, .tbl-font {
        font-size: 12px;
    }

    .main-section {
        padding-top: 30px;
    }
        .mobile-num {
        font-size: 12px;
    }
    .mobile-num {
        height: 27px;
    }
        .whatsapp-info {
        height: 27px;
    }
        .whatsapp-num-img {
        width: 20px;
        height: 20px;
    }
        .mobile-num-img {
        width: 20px;
        height: 20px;
    }
        .mobile-num-img img {
        width: 11px;
    }
        .whatsapp-num-img img {
        width: 14px;
    }
        .contact {
        padding: 6px 10px;
    }
        .header-menu img {
        width: 35px;
        padding: 2px 5px;
    }
        .digit-box p {
        font-size: 16px;
    }
        .digit-box h5 {
        font-size: 13px;
    }
        .game-rates-box {
        gap: 12px;
    }
        .all-chart-data {
        padding: 10px 9px;
    }
}

@media (max-width: 575px) {
    .container.chart-container .shap-title h2 {
    font-size: 17px;
}
        .chart-table th {
        padding: 2px;
        font-size: 12px;
        border-radius: 6px;
    }
    .scroll-info {
    gap: 5px;
    }
    .chart-title p {
    margin-top: 0px;
    }
    .chart-title .shap-title {
    margin-bottom: 8px !important;
}
    section.main-section.charts-section {
        padding-top: 79px;
    }
        .chart-table td {
        padding: 2px 3px;
             font-size: 12px;
    }
        .all-chart-data {
        width: 49%;

        }
            .all-chart-info {
        padding: 10px 10px;
    }
    .all-chart-info {
        gap: 6px;
    }
    .all-chart-info .shap-title {
        margin-bottom: 3px !important;
    }
    .custom-table {
    border-spacing: 4px;
    }
    .modal-body.time-chart-info {
    padding: 0px;
}
.custom-table th {
    font-size: 11px;
}
.modal-body.time-chart-info th {
    padding: 5px;
}
.modal-body.time-chart-info tbody td {
    font-size: 12px;
}
    .modal-title {
        margin-bottom: 0;
        font-size: 16px !important;
    }

    .download-app {
        text-align: center;
        margin-top: 26px;
    }
    .hero-section {
        margin-top: 55px;
    }
        h5.play-inner p {
        padding: 3px 16px;
        font-size: 9px;
    }
    .container {
        max-width: 100%;
    }

    .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: 60px;
        padding-top: 20px;
    }

    .faqs-info .sec-title h2::after {
        left: 134px;
        bottom: -12px;
    }

    .chart-table-data table tbody td {
        padding: 5px;
    }

    .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: 15px;
    }

    .modal-body.time-chart-info tbody td {
        padding: 5px;
    }
        img.plus-img {
        width: 22px !important;
    }
    .players-img {
    gap: 7px;
    }

    .players-img {
        margin-top: 0px;
    }
    .footer-logos {
    gap: 61px;
    }
        p.our-footer-info {
        margin-top: -9px !important;
    }
    .game-results-box {
        margin-bottom: 0px;
    }

    .play-rates {
        padding-bottom: 0px;
    }

    .game-results-bottom {
        display: flex;
        padding-top: 4px !important;
    }
    .game-results-head span {
        font-size: 9px;
    }
    .contact {
        flex-wrap: wrap;
        row-gap: 14px;
        border-radius: 0px;
    }
    .sec-title h2 {
        font-size: 21px;
        gap: 6px;
    }
        section.main-section.shap-main {
        margin: 72px 0px 0px 0px;
    }
        .players-img {
        margin-top: 0px;
        flex-direction: column;
                gap: 2px;
    }
        .footer-top {
        gap: 7px;
    }
    .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;
    }


    .game-results-head {
        padding: 9px 12px;
    }
    .border-contain-top {
        padding: 0px 0;
    }
        .logo img {
        width: 75px;
    }

        .accordion-button {
        font-size: 13px;
    }
        .accordion-body {
        font-size: 12px;
    }
    .accordion-button {
        padding: 8px 12px;
    }
        .border-contain-top.scrolled {
        padding: 0px 0;
    }
        .accordion-body {
        padding: 6px 13px;
    }

    .copy-right-img p {
        font-size: 13px;
    }

    .game-results-body {
        padding: 7px 15px;
    }


    .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;
    }
    .border-contain-top.scrolled .logo img {
        width: 63px;
    }
    .modal-header {
        padding: 6px 10px;
    }
    .header {
        padding: 5px 0px;
    }

    .modal-title {
        margin-bottom: 0;
        font-size: 17px;
    }

    /* .sec-title h2::after {
        content: '';
        position: absolute;
        width: 112px;
    } */

    .game-rates-box {
        border-radius: 5px;
    }

    .btn-1 img {
        width: 19px;
        margin-right: 0px;
    }

    .btn-1 {
        font-size: 14px;
        padding: 10px 20px;
        
    }
    .game-rates-box img {
        width: 36px;
    }
        .game-rates-box {
        padding: 12px 10px;
    }
        .box-shape {
        width: 40% !important;
        left: 61%;
    }
      .shap-title h2 img {
        width: 96px;
        height: 12px;
    }

    .hero-text h1 {
          margin-bottom: 2px;
        font-size: 22px;
        line-height: 30px;
                gap: 8px;
    }
        p.most-inner-info {
        font-size: 12px;
    }
        .small-btn {
        font-size: 13px;
        padding: 7px 14px;
    }


    .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: -10px 0px;
    }
        p.copy-right-text {
        padding: 4px 0px;
        font-size: 11px !important;
        margin-top: 5px !important;
    }

    .inner-row {
        flex-wrap: wrap;
    }


    .login_text {
        width: 100%;
        max-width: 100%;
        height: 100vh;
        border-radius: 0px;
        padding: 15px;
    }

    .sec-title {
        margin-bottom: 14px;
    }
    .close_btn {
        font-size: 12px;
    }

        .faqs-info {
        padding-top: 15px;
    }


       .header-menu img {
        width: 31px;
    }
    .copy-right-img p {
        font-size: 11px;
    }
        .copy-right-img img {
        width: 68px;
    }


    .text-box ol {
        margin-top: 14px;
        margin-bottom: 18px;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 15px 10px;
    }



}

@media (max-width: 415px){
        .all-chart-data {
        width: 100%;
    }
        .all-chart-info {
        margin-bottom: 0px;
        }
            section.main-section.shap-main {
        margin: 52px 0px 0px 0px;
    }
    .hero-text h1 {
        font-size: 17px;
        gap: 4px;
    }
        .logo img {
        width: 57px;
    }
.main-sec::after {
    width: 150px;
    height: 150px;
}
    .rates-box-inner {
        grid-template-columns: repeat(1, 1fr);
    }
        .shap-title h2 img {
        width: 70px;
        height: 7px;
    }
        .game-rates-box img {
        width: 31px;
    }
        .box-shape {
        width: 33% !important;
        left: 68%;
    }
        .digit-box p {
        font-size: 15px;
    }
        .digit-box h5 {
        font-size: 11px;
    }
        .rates-box-inner {
        gap: 4px;
    }
        .game-results-body .results-name {
        font-size: 14px;
    }

        .game-results-body .results-num {
        font-size: 17px;
    }
        .small-btn.chart-btn {
        font-size: 9px;
        padding: 1px 7px;
    }
        .game-results-head {
        padding: 5px 12px;
    }
    .faqs-info {
    background: white;
    }
        .shap-title h2 img {
        display: none;
        }
            .sec-title h2 {
        justify-content: center;
            }
            .shap-title h2 {
    display: contents;
            }
            .accordion-button {
    background: linear-gradient(145deg, #4a2c11 0%, #7c5718 20%, #936635 45%, #956e2d 50%, #8f6726 55%, #926c2e 80%, #4a2c11 100%);
}
    .players-img {
        flex-direction: column;
    }
        .players-img {
        gap: 0px;
    }
        .footer-top {
        gap: 9px;
    }
        .copy-right {
        padding: 15px 0px 0px;
    }
    .sec-title h2 {
        font-size: 17px;
        gap: 5px;
    }
        .hero-text h5 {
        line-height: 17px;
    }
        .hero-img-inner img {
        max-width: 125px;
        margin-bottom: 0px;
    }
        p.most-inner-info {
        font-size: 10px;
    }
        .small-btn {
        font-size: 12px;
        padding: 5px 13px;
    }
}