body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    letter-spacing: 0;
    font-family: 'Rubik';
    background-color: #fff;
    color: #333333;
    width: 100%;
    overflow-x: hidden;
}

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: 1500px;
}

.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;
    row-gap: 14px;
    flex-direction: column;
    margin-top: 19px;
    justify-content: center;
}

.mobile-num-img img {
    width: 25px;
    filter: brightness(0) saturate(100%) invert(14%) sepia(70%) saturate(4428%) hue-rotate(339deg) brightness(99%) contrast(98%);
}

.whatsapp-num-img img {
    width: 31px;
    filter: brightness(0) saturate(100%) invert(14%) sepia(70%) saturate(4428%) hue-rotate(339deg) brightness(99%) contrast(98%);
}

.header .row {
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    width: 100%;
    padding-bottom: 0px;
}

.header-menu ul li a {
    font-size: 19px;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
}

.header-menu ul li:hover a {
    color: #C31432;
}
.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: #fff !important;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 29px;
    align-items: center;
    gap: 6px;
    position: relative;
    background: linear-gradient(90deg, #C31432 -30.9%, #240B36 105.54%);
    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;
}
li.header-btn {
    margin-left: 37px;
}
.main-header {
    position: relative;
    padding: 10px 0px;
    overflow: hidden;
    z-index: 1;
    background-color: #ffbcce;
}


.small-btn img {
    width: 22px;
    margin-right: 5px;
}
/* .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: #222222;
    font-size: 53px;
    line-height: 64px;
    font-weight: 600;
}
.hero-text h1 span img {
    width: 305px;
    display: block;
    margin: auto;
    margin-top: -30px;
}
.hero-text h1 span {
    color: #C31432;
    font-weight: 500;
}

.hero-text .small-btn:hover {
    text-decoration: none;
    color: #000;
}
.hero-left-img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45%;
}
.hero-right-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45%;
}
.game-results-info .sec-title h2{
    color: #fff;
}
.game-results-info{
        background: linear-gradient(90deg, #C31432 -30.9%, #240B36 105.54%);
}
.game-rates,
.game-results-info,
.faqs-info {
    padding: 60px 0px;
    /* background: linear-gradient(90deg, #C31432 -30.9%, #240B36 105.54%); */
}

.faqs-info {
    background-image: url(../img/bg-img.png);
    background-position: center;
    background-size: cover;
    /* padding-bottom: 0px; */
    background: #fba8be;
}

.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: #000000;
    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;
    filter: brightness(0) saturate(100%) invert(14%) sepia(70%) saturate(4428%) hue-rotate(339deg) brightness(99%) contrast(98%);
    background: url("../img/line-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: #000;
}
.whatsapp-info:hover {
    color: #000;
}

.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);
}


.contact {
    display: flex;
    text-align: center;
    margin: auto;
    column-gap: 17px;
    width: 100%;
    margin-bottom: 36px;
    justify-content: center;
}

.mobile-num {
    transition: 0.3s;
    display: flex;
    color: #C31432;
    background: transparent;
    height: 50px;
    font-size: 18px;
    font-weight: 500;
    padding: 0px 5px;
    padding-right: 19px;
    border: 2px solid #C31432;
    border-radius: 16px;
    align-items: center;
}

.mobile-num-img {
    position: relative;
    color: #000;
    width: 46px;
    height: 46px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 50%;
    margin-right: 1px;
}

.whatsapp-info {
 transition: 0.3s;
 display: flex;
 color: #C31432;
 background: transparent;
 height: 50px;
 font-size: 18px;
 font-weight: 500;
 padding: 0px 5px;
 padding-right: 19px;
 border: 2px solid #C31432;
 border-radius: 16px;
 align-items: center;
}

.whatsapp-num-img {
    position: relative;
    width: 46px;
    height: 46px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 50%;
    margin-right: 6px;
}

.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 p {
 font-size: 15px;
 text-transform: uppercase;
 letter-spacing: 1px;
 font-weight: 500;
 margin-bottom: 8px;
 color: #222222;
}
.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: 97px;
}
section.main-sec {
    min-height: calc(100vh - 198px);
    background-color: #ffbecf;
    position: relative;
}
.hero-text-sec .row {
    align-items: center;
    margin-top: 48px;
    width: 100%;
    text-align: center;
    justify-content: center
}
.hero-text-sec {
    padding: 40px 0px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
}

a.burger,
a.closebtn {
    display: none;
}
.hero-section {
  position: relative;
  padding: 50px 0 0;
  overflow: hidden;
  z-index: 0;
}
.game-rates {
    padding: 130px 0;
    position: relative;
    z-index: 0;
    background: #fec0d0;
    overflow: hidden;
}
.game-rates-box img {
    width: 110px;
}
.game-rates-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 34px;
    row-gap: 52px;
}
.game-rates-box p{
   color: #ffffff;
   font-size: 16px;
   line-height: 27px;
}
.game-rates-box p span {
    font-weight: 600;
}

.game-rates-box {
    width: 18%;
    /* background: #fff; */
    border-radius: 20px;
    flex-direction: column;
    padding: 25px 20px;
    height: 100%;
    text-align: center;
    box-shadow: 0px -16px 20px rgba(195, 20, 50, 0.3);
    border-radius: 20px 20px 0px 0px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    border:1px solid  #C31432;
    border-bottom: none;
    display: flex;
    align-items: center;
    height: 100%;
    z-index: 1;
    gap: 29px;
    background: linear-gradient(90deg, #C31432 -30.9%, #240B36 105.54%);


    
}





.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;
}
.shape-left {
 position: absolute;
 left: -132px;
 top: -132px;
 width: 275px;
}
.shape-right {
    position: absolute;
    right: -132px;
    top: -132px;
    width: 275px;
}
.game-results-box {
    background: #f9abbf;
    margin-bottom: 22px;
    border: 1px solid #c4c4c4;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(250, 176, 40, 0.1);
    transition: all 0.4s ease;
    position: relative;
    z-index: 0;
}

.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: #910033;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    position: relative;
    border-bottom: 1px solid #c70033;
}

.game-results-head i {
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
}
.game-results-head i:hover{
    color:#fff;
}

.game-results-head span {
    font-size: 12px;
    padding: 3px 9px;
    font-weight: 500;
    border-radius: 20px;
    text-transform: uppercase
}
.game-results-box .text-red {
    background: rgb(239 185 185) !important;
}
.game-results-box .text-green {
    background: rgb(219 255 219) !important;
}
.text-red {
    color: #dc3545;
    border: 1px solid #dc3545;
}

.text-green {
    color: #009322;
    border: 1px solid #28a745;
}

.game-results-body {
    text-align: center;
    padding: 20px;
    color: #eee;
}

.results-name {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.results-num {
    font-size: 20px;
    font-weight: 500;
    color: #c70033;
}

.small-btn.chart-btn {
    padding: 6px 13px;
    font-size: 13px;
    background: #8d1119;
    border-radius: 6px;
    border: 1px solid;
}

.game-results-bottom {
    display: flex;
    justify-content: center;
    gap: 12px;
    padding: 18px;
    background: linear-gradient(90deg, #C31432 -30.9%, #240B36 105.54%);
    /* background: #C31432; */
}

.accordion-item {
    margin-bottom: 10px;
    border: none;
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background: linear-gradient(90deg, #C31432 -30.9%, #240B36 105.54%);
    /* background-color: #C31432; */
    box-shadow: inset 0 -1px 0 rgb(120 0 51);
}

.btn-close:focus {
    outline: 0;
    box-shadow: none;
    opacity: 1;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #e2718d;
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(219deg) brightness(100%) contrast(100%);
}

.accordion-button {
    font-size: 17px;
    padding: 18px 20px;
    background: linear-gradient(90deg, #C31432 -30.9%, #240B36 105.54%);
    font-weight: 500;
    border: 2px solid #c700338c;
    color: #ffffff;
}

.accordion-body {
    font-size: 16px;
    background: #fda5bd;
    color: #000000;
    padding: 19px;
    border-top: 0px solid !important;
    border: 2px solid #c70033;
}

    /* .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: #fda5bd;
        color: #000;
        /* margin-top: 104px; */
        border-top: 2px solid #c91434;
        position: relative;
        font-size: 16px;
        background-position: center;
        background-size: cover;
        background-image: url('../img/bg-img.png');
        letter-spacing: 0.5px;
        z-index: 0;
    }

    .players-img {
        margin-top: 36px;
    }
    .players-img img{
      filter: brightness(0) saturate(100%) invert(14%) sepia(70%) saturate(4428%) hue-rotate(339deg) brightness(99%) contrast(98%);
  }
  .footer-logos {
    display: flex;
    justify-content: center;
    margin: 44px 0px;
    gap: 144px;
}
.footer-logos img{
 filter: brightness(0) saturate(100%) invert(14%) sepia(70%) saturate(4428%) hue-rotate(339deg) brightness(99%) contrast(98%);
 width: 161px !important;
}
p.copy-right-text {
    padding: 19px 0px;
    margin-top: 29px !important;
    font-size: 16px;
    color: #000000d4 !important;
    border-top: 1px solid #c91434a3;
}

.copy-right-img p {
    font-size: 15px;
    margin-top: 12px;
    color: #000 !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: #c70033;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.main-section {
    padding-top:70px;
    background: #ffbacd;
    padding-bottom: 55px;
    border-top: 2px solid #dc4368;
}

.chart-title {
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    z-index: 0;
}

.chart-title h2 {
    position: relative;
    font-size: 34px;
    text-transform: uppercase;
    color: #000;
    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;
    filter: brightness(0) saturate(100%) invert(14%) sepia(70%) saturate(4428%) hue-rotate(339deg) brightness(99%) contrast(98%);
}
.accordion-button::after{
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(219deg) brightness(100%) contrast(100%);
}


.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: #000;
    margin-bottom: 43px;
}

/* 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: #fff;
}

table tbody td {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    border: 1px solid #cb0033 !important;
    background-color: #ffd0dd;
    color: #000000;
    padding: 10px;
}

table tbody tr:nth-child(odd) td {
    /* background-color: #fff; */
}

table {
    min-width: 1000px;
    margin-top: 20px;
}
.copy-right-img img {
    width: 121px;
}

/* 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;
    z-index: 0;
    padding: 10px 14px;
}

.modal-body.time-chart-info tbody td {
    font-size: 15px;
    font-weight: 400;
    padding: 12px;
    background: #ffc6d5;
}

.modal-body.time-chart-info th {
    text-transform: uppercase;
    padding: 9px;
    color: #fff;
    border: 1px solid #e496aa;
}

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: linear-gradient(90deg, #C31432 -30.9%, #240B36 105.54%);
    color: #000;
    border-bottom: 1px solid #d71445;
}

.modal-title {
    color: #fff;
}

.modal-content {
    border-radius: 10px;
}

.modal-header .btn-close {
    opacity: 1;
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(219deg) brightness(100%) contrast(100%);
}

.modal-body {
    background: #ffc6d5;
    border-radius: 0px 0px 7px 7px;
    padding: 0px 16px 16px;
}

/* =====all chart======== */
.border-shape {
    width: 100%;
    margin-top: 48px;
    height: 26px;
    margin-bottom: 48px;
    background: #d6275138;
}

.all-chart-data {
    border-radius: 20px;
    background: linear-gradient(90deg, #C31432 -30.9%, #240B36 105.54%);
    padding: 12px 20px;
    border: 1px solid #ffffffc9;
    margin-bottom: 8px;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    width: 47%;
    align-items: center;
    justify-content: center;
    height: 84%;
    z-index: 0;
    color: #c70033;
    cursor: pointer;
}

.all-chart-data::before {
    content: "";
    position: absolute;
    top: 0%;
    right: -54%;
    width: 100%;
    height: 124%;
    background: radial-gradient(circle, rgb(255 255 255 / 9%), transparent);
    z-index: 0;
    transform: rotate(-26deg);
}
.all-chart-data::after {
    content: "";
    position: absolute;
    top: 0%;
    left: -54%;
    width: 100%;
    height: 124%;
    background: radial-gradient(circle, rgb(255 209 221 / 22%), 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: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

.all-card-box {
    position: relative;
    z-index: 11;
}

.chart-title.all-chart-title {
    margin-bottom: 35px;
}

.all-chart-info {
 width: 100%;
 padding-top: 15px;
 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: #761034;
    /* text-shadow: 2px 3px 2px #780f33; */
    margin-bottom: 21px;
}

.privacy-info a {
    color: #761034;
}

.privacy-info p {
    font-size: 15px;
    margin: 6px 0px;
    color: #000;
    font-weight: 400;
}

.privacy-info h2 {
    font-size: 21px;
    margin-top: 16px;
    color: #761034;
    margin-bottom: 6px;
}

.privacy-info h3 {
    color: #fff;
    font-size: 18px;
    margin: 10px 0px;
    font-weight: 400;
}

.privacy-info ul li {
    list-style: disc;
    color: #000;
}

.privacy-info ul {
    padding-left: 30px;
}

/* ============all-starline-pana============= */

.scroll-info.footer {
    margin-bottom: 59px;
}
@media (max-width:1500px) {
   .hero-section{
    padding-top: 0px;
}
section.main-sec {
    min-height: calc(100vh - 181px);
}
.container{
    max-width: 1320px;
}
.game-rates-box {
    width: 31%;
}
.game-rates {
    padding: 77px 0;
}
.game-rates, .game-results-info, .faqs-info {
    padding: 40px 0px;
}

.sec-title{
    margin-bottom: 48px;
}
}
@media (max-width:1400px) {
    .hero-text-sec .row{
        margin-top: 15px;
    }
    .logo img {
        width: 88px;
    }
    .hero-text-sec {
        padding: 9px 0px;

    }
    .game-rates {
        padding: 77px 0;
    }
    .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;
    }
    .hero-section{
        padding-top: 0px;
    }
}

@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;
    }
    section.main-sec{
        min-height: auto;
    }
    .sec-title{
        margin-bottom: 28px;
    }
    .game-rates, .game-results-info, .faqs-info {
        padding: 16px 0px;
    }
    .sec-title h2{
        font-size: 24px;
    }
    .copy-right{
        padding: 43px 20px 16px;
    }
    .game-rates-box {
        width: 46%;
    }
    .game-rates {
        padding: 60px 0;
    }
    .shape-right,.shape-left{
        display: none;
    }
    .header{
        flex-direction: row;
        margin-top: 0px;
        align-items: center;
        justify-content: space-between;
    }
    .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: 81px;
    }

    .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;
    }
    .burger img{
     filter: invert(1);
 }

 .header-menu {
    background: #c70033;
    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: 67px;
}
.hero-text-sec {
    padding: 40px 0px;
}

.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 #ffffff;
    box-shadow: 0px 4px 8px 0px rgb(255 142 175);
    transition: all 0.5s;
}
.mobile-logo {
    text-align: center !important;
}
#mob-menu .closebtn {
    position: absolute;
    top: 2px;
    right: 14px;
    font-size: 36px;
    margin-left: 50px;
    color: #000;
    font-weight: 100;
}

.menu.open #mob-menu {
    width: 250px;
    margin-left: 0px;
    display: block;
    text-align: left;
    left: 0px;
    transition: all 0.5s;
    background-color: #ffd8d8;
}

.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-menu ul li {
  padding: 8px 16px;
  display: block;
  border: 1px solid #8c0033;
  margin-bottom: 8px;
  border-radius: 7px;
}
li.mobile-logo {
    border: none !important;
    margin-bottom: 21px !important;
    margin-top: 10px !important;
}
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;
}
.main-section {
    padding-top: 41px;
}
.hero-left-img,.hero-right-img{
    display: none;
}
.main-header{
            border-bottom: 1px solid #8700339e;
}
}

@media (max-width: 767px) {
    .play-rates {
        padding: 35px 0px;
    }
    .container{
        max-width: 720px;
    }
    .hero-left-img, .hero-right-img{
        display: none;
    }

    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;
        padding-bottom: 18px;
    }

}

@media (max-width: 575px) {
    .download-app {
        text-align: center;
        margin-top: 26px;
    }
    .hero-text p{
        font-size: 12px;
    }
    .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 {
        padding-bottom: 43px;
        padding-top: 24px;
    }
    section.main-sec {
        min-height: auto;
    }

    .faqs-info .sec-title h2::after {
        left: 134px;
        bottom: -12px;
    }

    .chart-table-data table tbody td {
        padding: 5px;
    }

    .all-card-box h3 {
        font-size: 16px;
    }
    thead th{
        font-size: 14px;
    }

    .copy-right {
        padding-top: 30px;
    }

    .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;
        column-gap: 8px;
        margin-bottom: 25px;
        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: 56px;
        top: 15px;
    }

    .game-results-head {
        padding: 9px 12px;
    }

    .game-results-body .results-name {
        font-size: 23px;
    }
    .chart-title p{
        margin-bottom: 29px;
    }

    .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;
        width: 100%;
    }
    .chart-table-data table tbody td {
        font-size: 14px;
    }
    .all-chart-info{
        gap: 0;
    }
    .border-shape{
        margin-top: 22px;
        margin-bottom: 22px;
    }

    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: 0px 0px;
    }
    .hero-text h1 span img {
        width: 137px;
        display: block;
        margin: auto;
        margin-top: -14px;
    }
    .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;
    }
    .game-rates-info{
        row-gap: 26px;
    }

    .sec-title h2 {
        position: relative;
        font-size: 26px;
        z-index: 0;
    }

    .mobile-num {
      width: auto;
      height: 38px;
      font-size: 13px;
      padding-right: 8px
  }

  .mobile-num-img,
  .whatsapp-num-img {
    width: 23px;
    height: 40px;
}
.whatsapp-num-img img {
    width: 24px;
}
.hero-text-sec .col-lg-6.col-md-8{
    padding: 0px;
}

.mobile-num-img img,
.whatsapp-num-img img {
    font-size: 19px;
    width: 18px;
}

.whatsapp-info {
   width: auto;
   height: 38px;
   font-size: 13px;
   padding-right: 8px;
}

.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: 22px;
    font-size: 22px;
    line-height: 31px;

}

.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: 99px !important;
}

.footer-logos {
    margin: 6px 0px;
    gap: 29px;
}
.game-rates-box {
    width: 100%;
    gap: 10px;
}

.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;
}

}