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;
}
li{
    list-style: none;
}

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;
    padding: 30px 0px;
    position: relative;
    z-index: 999;
    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;
}
.main-section {
    margin-top: 75px;
}
.header-menu ul li a {
    font-size: 21px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.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-text h1 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 52px;
    line-height: 64px;
    font-weight: 500;
    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-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: #ffffff;
    text-shadow: 1px 3px 0px #a68136;
    font-weight: 600;
    display: inline-block;
    border-right: 5px solid #bc9c61;
    padding: 0 20px;
    border-left: 5px solid #bc9c61;
    z-index: 1;
}

.mobile-num:hover {
    color: #ffff;
}

.whatsapp-info:hover {
    color: #fff;
}

.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;
    margin: auto;
    column-gap: 17px;
    margin-top: 0px;
    margin-top: 50px;
    position: relative;
    z-index: 1;
    justify-content: left;
}

.mobile-num {
    transition: 0.3s;
    display: flex;
    color: #fff;
    height: 50px;
    font-size: 18px;
    font-weight: 500;
    padding: 9px 27px;
    background-color: #C93333;
    border-radius: 103px;
    align-items: center;
}

.mobile-num-img {
    position: relative;
    color: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 50%;
    margin-right: 10px;
}

.whatsapp-info {
    transition: 0.3s;
    display: flex;
    color: #fff;
    height: 50px;
    font-size: 18px;
    font-weight: 500;
    padding: 9px 27px;
    background-color: #C93333;
    border-radius: 103px;
    align-items: center;
}

.whatsapp-num-img {
    position: relative;
    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: 500;
    margin-bottom: 15px;
    color: #dbbf73;
}
 .hero-img-inner {
  position: relative;
  text-align: center;
  z-index: 1;
}
.small-container{
    max-width: 1700px;
    padding: 0px 30px;
    margin: auto;
}
.hero-img-inner img {
  max-width:473px;
  position: relative;
  z-index: 2;
}
.logo img {
       width: 110px;
}
.hero-text{
    text-align: left;
}
.hero-text-sec .row {
    align-items: center;
    width: 100%;
    justify-content:center;
}
.hero-text-sec {
    padding: 40px 0px;
    padding-bottom: 0px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
}

a.burger,
a.closebtn {
    display: none;
}
.hero-section {
  position: relative;
  padding: 265px 0 0;
  z-index: 1;
}
.game-rates {
    padding: 80px 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.top-shape {
    background: #d2b265;
    clip-path: polygon(0 0, 100% 0%, 100% 50%, 50% 75%, 0 50%);
    height: 189px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-shape:before {
    content: '';
    position: absolute;
    clip-path: polygon(0 0, 100% 0%, 100% 25%, 50% 50%, 0 25%);
    width: 100%;
    height: 200px;
    background: #be964f;
    right: 0;
    left: 0;
    z-index: -1;
}

.game-rates-box img {
    width: 85px;
    min-height: 84px;
}

.game-rates-box p {
    text-align: center;
    font-size: 19px;
}
.game-rates-box {
    background: url('../img/theme-bg.png');
    background-size: cover;
    width: 100%;
    background-position: center;
    border-radius: 20px;
    padding: 25px 20px;
    border: 1px solid #6464648a;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    z-index: 1;
    color: #fff;
    gap: 12px;
}

.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-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;
    position: absolute;
    font-size: 15px;
    width: 100%;
    top: 0;
    font-weight: 600;
    color: #fff;
}

.game-results-head i {
    color: #000000;
    cursor: pointer;
    font-size: 18px;
}

.game-results-head span {
    font-size: 11px;
    padding: 3px 9px;
    border-radius: 20px;
    text-transform: uppercase;
}

.text-red {
  background: #a50010;
    color: #ffffff;
    border: 1px solid #ffffffab;
}

.text-green {
    background: #006617 !important;
    color: #fff;
    border: 1px solid #ffffffab;
}

.game-results-body {
    text-align: center;
    padding: 20px;
    padding-top: 0px;
    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: 41px;
    font-weight: 500;
    color: #ffffff;
}

.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;
    padding: 20px 25px;
    background: #1a1a1a;
    color: #fff;
}

.accordion-body {
     font-size: 18px;
    padding: 19px 25px;
    background: #1a1a1a;
    color: #ffffffb0;
    font-weight: 200;
}
.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 50%, 0 0, 20% 25%, 50% 9%, 79% 24%, 100% 0, 100% 100%, 0 100%, 0 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 #ffffff40;
}
thead {
    background: #be964f;
    color: #000;
    font-weight: bold;
    text-align: center;
}
.main-sec {
    padding-top:70px;
    background-image: url('../img/hero-bg.png');
    background-size: cover;
    background-position: center;
    width: 100%;
    margin-top: -162px;
}
.chart-title {
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
}
.chart-title h2 {
    position: relative;
    font-size: 34px;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 1px 3px 0px #a68136;
    font-weight: 600;
    display: inline-block;
    border-right: 5px solid #bc9c61;
    padding: 0 20px;
    border-left: 5px solid #bc9c61;
    z-index: 1;
}
.hero-left-content{
    display: flex;
    gap: 50px;
    align-items:flex-start;
}
.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: 17px;
    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;
}
.time-chart-info table tbody tr:nth-child(odd)td {
    background-color: #1a1a1a;
}

table tbody tr:hover {
    background-color: #222;
}
table {
    min-width: 1000px;
    margin-top: 20px;
}
/* table-end */

.scroll-info {
    margin-top: 50px;
    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: 20px 20px;
    width: 47%;
    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%;
    left: -54%;
    width: 100%;
    height: 124%;
    background: radial-gradient(circle, rgb(186 143 56), transparent);
    z-index: 0;
    transform: rotate(90deg);
}
.all-chart-data::after {
      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(90deg);
}
.all-chart-data:hover {
    transform: scale(1.02);
}
.all-chart-data:hover h3{
    color: #ffc842;
}
.all-card-box h3 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}
.all-card-box {
    position: relative;
    z-index: 11;
}

.chart-title.all-chart-title {
    margin-bottom: 48px;
    margin-top: 88px;
}

.all-chart-info {
    width: 100%;
    padding-top: 0px;
    display: flex;
    max-width: 900px;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 11px;
    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;
}
.game-results-box h3{
    font-size: 22px;
}
@media (max-width:1500px) {
    .hero-section {
        padding: 151px 0 0;
    }
    .small-container{
            padding: 0px 46px;
    }
    .container{
            padding: 0px 40px;
    }
}
@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: 36px;
        line-height: 57px;
    }
    .mobile-num{
        font-size: 16px;
        padding: 9px 18px;
    }
    .whatsapp-info{
        font-size: 16px;
        padding: 9px 18px;
    }
    .contact{
            margin-top: 36px;
    }
    .hero-section {
        padding: 117px 0 0;
    }
    .container{
        max-width: 1140px;
    }
}

@media (max-width: 1300px) {
    #sidebar {
        left: -300px;
    }
    .whatsapp-info{
        height: 40px;
        font-size: 12px;
        padding: 8px 18px;
    }
    .mobile-num{
        height: 40px;
        font-size: 12px;
        padding: 8px 18px;
    }
    .user-img img {
        width: 188px;
    }
    .mobile-num-img img{
        width: 21px;
    }
    .whatsapp-num-img img{
        width: 23px;
    }
    .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: 31px;
            line-height: 41px;
    }
    .hero-left-content{
            gap: 24px;
    }
}
@media (max-width: 1200px) {
    .hero-text-sec{
            align-items: end;
    }
    .hero-right-img img {
    width: 386px;
}
}
@media (max-width: 1100px) {
    .hero-img-inner {
        display: none;
    }

    .game-rates{
            padding: 42px 0;
    }
        .hero-section {
        padding: 105px 0 0;
    }
        .container {
        max-width: 1140px;
        padding: 0px 38px;
    }
}
@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: 93px;
    }

    .text-box ol li {
        font-size: 18px;
    }

    .hero-text h1 {
        font-size: 27px;
        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;
        align-items: center;
    }

    .header-menu ul li {
           padding: 8px 8px;
        display: block;
        margin-bottom: 8px;
        border-radius: 0;
        text-align: center;
        border-bottom: 1px solid #ffffff69;
    }

    .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;
    }
    .top-shape{
         height: 133px
    }
}

@media (max-width: 767px) {
    .play-rates {
        padding: 35px 0px;
    }
        .hero-text-sec{
        flex-direction: column-reverse;
        row-gap: 20px;
    }
    .hero-text {
        text-align: center;
    }
    .contact{
        justify-content: center;
            margin-top: 27px;
    }
        .hero-text-sec {
        align-items: center;
    }
.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{
            font-size: 10px;
    }
    .tbl-font{
        font-size: 13px;
    }
    .main-section{
        padding-top: 0px;
    }
    .chart-title.all-chart-title {
    margin-bottom: 35px;
    margin-top: 0;
}
.main-section {
    margin-top: 46px;
}
.all-chart-data{
    width: 100%;
}
}

@media (max-width: 575px) {
    .download-app {
        text-align: center;
        margin-top: 26px;
    }
    .container{
        max-width: 540px;
    }
    .chart-title.all-chart-title {
        margin-bottom: 12px;
        margin-top: 43px;
    }
    .main-section{
        margin-top: 0px;
    }
    .copy-right-img img {
        width: 92px;
    }

    .modal-body {
        padding: 7px;
    }
    

    .chart-title h2{
        border-right: none;
        border-left: none;
    }
    .chart-title {
        text-align: center;
        margin-top: 34px;
        padding: 0px 10px;
    }

    .chart-btn {
        padding: 7px 11px;
    }

    .faqs-info h2 {
        text-align: center;
    }
 .main-section{
        padding-top: 10px;
    }
    .hero-section {
        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: 10px !important;
    }
    .accordion-body {
    font-size: 16px;
    padding: 13px 15px;
    background: #1a1a1a;
    }
    .accordion-button{
        padding: 14px 15px;
    }
    .container{
        padding: 0px 14px;
    }

    .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: 20px;
    }

    .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;
    }


    .game-rates,
    .game-results-info,
    .faqs-info {
        padding: 22px 0px;
    }

    .all-chart-data {
        padding: 11px 15px;
    }
    .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-title h2 {
        font-size: 21px;
    }

    table th {
        padding: 4px;
        font-size: 13px;
    }
    .panel-body{
        padding: 0;
    }
    .scroll-info {
        margin-top: 28px;
    }
    .small-btn.scroll-btn {
               width: 133px;
        font-size: 13px;
            padding: 8px 7px;
    }

    .modal-header {
        padding: 6px 10px;
    }

    .header {
        padding: 10px 0px;
    }

    .modal-title {
        margin-bottom: 0;
        font-size: 17px;
    }
    .game-rates-box p {
        font-size: 17px;
        font-weight: 500;
        margin-top: 4px;
    }
    .small-container{
        padding: 0px 14px;
    }
    .header{
        padding: 30px 0px;
        position: relative;
        column-gap: 5px;
        flex-direction: row-reverse;
        justify-content: end;
    }
    .logo img {
        width: 78px;
        position: absolute;
        left: 4px;

    }
    .header .small-btn{
        font-size: 14px;
        padding: 8px 13px;
    }
    .sec-title h2 {
        position: relative;
        font-size: 20px;
        border-right: none;
        border-left: none;
        padding: 0 10px;
        text-shadow: 1px 2px 0px #a68136
    }
    .mobile-num {
        width: auto;
        height: 35px;
        font-size: 13px;
        padding: 8px 9px;
    }
    .mobile-num-img{
            margin-right: 5px;
    }
    .game-rates-box img{
            width: 69px;
            min-height: 58px;
    }
    .hero-section{
        padding-bottom: 48px;
        padding-top: 20px;
    }
    .mobile-num-img,
    .whatsapp-num-img {
        width: auto;
        height: auto;
    }

    .mobile-num-img img,
    .whatsapp-num-img img {
        font-size: 19px;
    }

    .whatsapp-info {
     width: auto;
        height: 35px;
        font-size: 13px;
                padding: 8px 9px;
    }

    .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: 90px;
    }

    .hero-right-img img {
        width: 250px;
    }
    .top-shape{
        height: 116px;
    }
    .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;
    }
}