lbody {
    margin: 0;
    padding: 0;
    font-size: 14px;
    letter-spacing: 0;
    font-family: 'Rubik';
    color: #333333;
    width: 100%;
}
html {
    scroll-behavior: smooth;
}
html, body{
    overflow-x: hidden;

}
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: 25px;
}
.whatsapp-num-img img {
    filter: invert(1);
    width: 31px;
}
.header .row {
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    width: 100%;
    padding-bottom: 0px;
}
.header-menu ul li a {
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}
.header-menu ul li:hover a {
    color: #4e58cc;
}
.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: #fffafa !important;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 10px;
    align-items: center;
    gap: 6px;
    position: relative;
    background-image: linear-gradient(to right top, #4e58cc, #6084ff);
    overflow: hidden;
    z-index: 1;
}
.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;
}
.our-blog-details.no-record {
    margin: auto;
    justify-content: center;
    text-align: center;
}
.read-more-btn {
    color: #656565;
    font-size: 13px;
    cursor: pointer;
}
.news-date-time span {
    font-size: 13px;
    font-weight: 500;
    color: #656565;
}
.news-date-time {
    display: flex;
    align-items: center;
    margin-top: 14px;
    border-top: solid 1px #c7c6c6;
    gap: 10px;
    padding-top: 7px;
    justify-content: space-between;
    color: var(--primaryColor);
    font-size: 15px;
}
.our-blog-details {
    column-gap: 19px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    row-gap: 23px;
}
.search-input {
       display: flex;
    max-width: 725px;
    margin-bottom: 23px;
    margin-left: auto;
    justify-content: end;
    margin-top: 25px;
    position: relative;
}
.page-section {
    padding: 80px 0px;
}
.custom-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    list-style: none;
    padding: 43px 0 10px;
    margin: 0;
}
.page-link:focus{
    box-shadow: none;
}
.loader-bg {
    height: 200px;
    justify-content: center;
    display: flex;
    align-items: center;
}
.loader-bars {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 6px;
    height: 50px;
    margin: 100px auto;
}
.main-blog-content {
    border-radius: 10px;
    box-shadow: 0 2px 6px 1px #312f2f33;
    padding: 20px;
}
.blog-info-inner {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 16px;
}
.blog-info-inner span {
    color: #414141;
    font-size: 17px;
    font-weight: 600;
}

.blog-social h2 {
    color: #000;
    font-size: 26px;
}
.blog-share {
    display: flex;
    justify-content: end;
    gap: 9px;
    margin: 0px 10px 10px 10px;
}
.blog-share img {
    width: 30px;
    transition: 0.6s;
}
.blog-share img:hover {
    transform: scale(1.2);
}
.blog-content.blog-content-data .blog-img img {
    border-radius: 8px;
    height: 613px;
    margin-bottom: 28px;
    width: 100%;
}
.news-featured-items-sec .our-project-card {
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #0000001c;
    box-shadow: none;
    background: #6c6c6c0d;
}
.blog-description strong {
       color: #000;
    font-weight: 600;
    font-size: 19px;
}
.blog-title {
    color: #212121;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.news-featured-items-sec

{
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 6px 1px #312f2f33;
    padding: 16px;
}
.blog-description p {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #212121;
}
.blog-description p strong {
    color: #415fc7 !important;
}
.form-control:focus{
    box-shadow: none;
}
.our-project-card.no-record {
    width: 100%;
    box-shadow: none;
        margin-top: 50px;
}
.our-project-card.no-record p {
    color: #000;
    margin-top: 21px;
    font-size: 20px;
}
.our-project-card.no-record img {
    width: 234px;
}
.loader-bars span:nth-child(1) {
    animation-delay: 0s;
}
.loader-bars span {
    width: 8px;
    height: 10px;
    background: #4e58cc;
    animation: bar 1s infinite ease-in-out;
}

.loader-bars span:nth-child(1) { animation-delay: 0s; }
.loader-bars span:nth-child(2) { animation-delay: .1s; }
.loader-bars span:nth-child(3) { animation-delay: .2s; }
.loader-bars span:nth-child(4) { animation-delay: .3s; }
@keyframes bar {
    0%, 100% { height: 10px; }
    50% { height: 50px; }
}
.page-item:first-child .page-link {
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
}
li.page-item.disabled .page-link {
    pointer-events: none !important;
}
li.page-item.disabled .page-link {
    pointer-events: none !important;
}
.page-item:last-child .page-link {
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
}
.active>.page-link, .page-link.active {
    background-color: #4e58cc !important;
    border-color: #4e58cc !important;
    color: #fff;
}
.search-input .form-control {
    padding: 7px 12px;
    border: 1px solid #415fc7;
}
.search-input button {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    background-image: linear-gradient(to right top, #4e58cc, #6084ff);
    border: none;
    border-radius: 0px 5px 5px 0px;
    padding: 9px 20px;
}
.our-project-card {
background: #fff;
    border-radius: 10px;
    box-shadow: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 12px;
    width: 23.9%;
}
.blog-card-img img {
    width: 100% !important;
    height: 200px;
    object-fit: fill;
    transition: transform 0.4s ease-in-out, opacity 0.3s ease-in-out;
}
.blog-info-data h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0px;
    color: #000;
    padding: 18px 0px 9px;
    max-width: 100%;
    transition: all .5s;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.news-description p {
    font-weight: 400;
}
.news-description {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    padding: 4px 0px;
    max-width: 100%;
    height: 64px;
    margin: 0 auto;
    line-height: 19px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.read-more {
    color: #415fc7;
    font-weight: 600;
    text-align: left;
    display: flex;
    margin-top: 6px;
}
.main-header {
    padding: 11px 10px;
        box-shadow: 0px 3px 8px #00000036;
}
.small-btn img {
    width: 22px;
    margin-right: 5px;
}
.hero-text h1 {
    margin-bottom: 40px;
    color: #4e58cc;
    font-size: 53px;
    line-height: 64px;
    font-weight: 600;
    text-shadow:4px 3px 4px #ececec;
    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: #415fc7;
    text-shadow: 2px 3px 2px #b2b2b2;
    font-weight: 600;
    display: inline-block;
    padding: 0 20px;
    z-index: 1;
}
.sec-title h2::before {
    right: 100%;
    margin-right: -50px;
}
.sec-title h2::after {
    left: 100%;
    margin-left: -50px;
}
.screenshot-sec .swiper {
    width: 86.9%;
    margin-top: 60px;
    min-height: max-content;
    height: max-content;
    padding-bottom: 12px;
}
.swiper-3d .swiper-slide-shadow-left {
       background-image: linear-gradient(to left, rgb(78 88 204 / 54%), rgba(0, 0, 0, 0));
    border-radius: 52px;
       left: -9px;
}
.swiper-3d .swiper-slide-shadow-right {
       background-image: linear-gradient(to left, rgb(78 88 204 / 54%), rgba(0, 0, 0, 0));
    border-radius: 52px;
        left: -8px;
}
.swiper-slide {
    width: 300px;
    height: 600px;
    border-radius: 10px;
}
.mobile-num:hover {
    color: #4e58cc;
}
.whatsapp-info:hover {
    color: #4e58cc;
}
.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);
}
.swiper-button-next, .swiper-button-prev {
   background: linear-gradient(90deg, #404040 0%, #000000 100%);
}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
    right: 3px;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 3px;
}
.swiper-button-next, .swiper-button-prev {
    color: #fff;
    align-items: center;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 24px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-weight: bold;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-title h1 {
    font-size: 33px;
    color: #4e58cc;
}
.card-title {
    text-align: center;
    background-image: url('../img/main-bg.png');
    background-position: center;
    background-size: cover;
    padding: 96px 10px;
}
.screenshot-sec {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url('../img/main-bg.png');
    background-position: center;
    background-size: cover;
}
.game-results-info {
    background-position: center;
    background-size: cover;

}
section.game-results-info.game-results-bg {
    background: linear-gradient(355deg, #4e58cc94 0, #fff 100%);
        margin-bottom: 80px;
}
.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, rgb(140 144 249) 0%, rgb(167 167 249) 100%);
}
.mobile-num {
    transition: 0.3s;
    display: flex;
    color: #000;
    background: #ffffff;
    height: 60px;
    font-size: 18px;
    font-weight: 500;
    padding: 0px 5px;
    padding-right: 20px;
    border: 1px solid #ffffff57;
    border-radius: 103px;
    align-items: center;
}
.card-list-info.inner-card-body p {
    border-radius: 0;
    border-bottom: 1px solid #ffffff63;
}
.card-list-info.inner-card-body p:last-child{
    border-radius: 0px 0px 10px 10px;
}
.card-list-box h3 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 18px;
}
.card-list-box {
    width: 48.33%;
    border: 1px solid #415fc7;
    background: #ebeafe;
    border-radius: 10px;
}
.card-info.card-inner-info p {
    font-size: 19px;
}
.card-list-box p {
    background: #4e58cc;
    color: #fff;
    padding: 9px;
    font-size: 15px !important;
      border-radius: 0px 0px 10px 10px;
}
.card-list-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 14px;
    margin-top: 42px;
}
.card-info.card-inner-info {
    text-align: center;
    background: transparent;
    border: none;
}
.card-info.card-inner-info h2 {
    margin-bottom: 22px;
    font-size: 24px;
}
.about-section {
     background: linear-gradient(355deg, #4e58cc94 0, #fff 100%);
  padding: 80px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.chart-btn-info {
    padding: 6px 29px !important;
}
.chart-btn-info{
    padding: 10px 18px;
}
.card-info h3 {
      font-size: 22px;
    margin-bottom: 15px;
    margin-top: 19px;
}
.card-info {
    word-wrap: break-word;
    background-color: #f5f3fd;
    background-clip: border-box;
    margin-bottom: 58px;
    margin-top: 38px;
    border-radius: 10px;
    padding: 27px;
    border: 1px solid rgba(0, 0, 0, .125);
}
.about-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
}

.about-image {
  flex: 1;
  text-align: center;
  position: relative;
  z-index: 1;
}

.how-to-play {
  background: linear-gradient(355deg, #4e58cc94 0, #fff 100%);
  padding: 80px 0;
  color: #fff;
  text-align: center;
}

.play-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.game-info-section {
  padding: 60px 0;
}
.game-info-section .sec-title {
    margin-bottom: 33px;
}

.section-heading {
  text-align: center;
  font-size: 24px;
  margin-bottom: 40px;
  font-weight: 600;
}

.sub-heading {
  text-align: center;
  font-size: 20px;
  margin: 40px 0;
}

.game-list-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.game-list {
  list-style: none;
  padding: 0;
}

.game-list li {
  position: relative;
  margin: 12px 0;
  font-size: 15px;
}

.download-section {
  background: #bfbffb;
  padding: 50px 0;
  text-align: center;
  margin-top: 60px;

}
.menu-item {
  position: relative;
  list-style: none;
}

.menu-link {
  display: block;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
}
li.dropdown-item {
    padding: 0 !important;
}
li.menu-item.has-dropdown i {
    padding-left: 4px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
      display: block !important;
  left: 0;
      background: #f3f3ff;
  min-width: 180px;
  list-style: none;
  padding: 0px 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.3s ease;
  border-radius: 6px;
  z-index: 100;
}
.dropdown-item a {
  display: block;
  padding: 10px 15px;
      border-bottom: 1px solid #4164cb4d;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.dropdown-item a:hover {
  background: #ffffff8f;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #1e2125;
    background-color: transparent;
}
.has-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
ul.game-list li:hover a{
    color: #5e65d3;
} 
ul.game-list li  i{
    color:#3165c2 ;
}  
.copy-right-img {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
ul.game-list li a{
    color: black;
    display: flex;
    align-items: center;
    gap: 13px;

}
ul.game-list li {
    width: 100%;
    align-items: center;
    gap: 8px;
    font-size: 19px;
    background: #ceccfc8c;
    display: flex;
    border-radius: 6px;
    padding: 10px 19px;
    border: 1px solid #5e65d3;
}

.download-heading {
  font-size: 24px;
  margin-bottom: 20px;
}

.download-text {
     font-size: 17px;
  line-height: 1.6;
  max-width: 900px;
  margin: auto;
  color: #000;
}


.steps {
  width: 30%;
}

.steps-left {
  text-align: right;
}

.steps-right {
  text-align: left;
}

.step-item {
  display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 40px 0;
    padding: 10px;
    border-radius: 11px;
    background: #fff;
    border: 1px solid #4852ca;
    gap: 15px;
}

.steps-right .step-item {
  justify-content: flex-start;
}

.step-text {
  font-size: 18px;
  color: #000;
}
.step-content-info {
      width: 832px;
    border-radius: 5px;
    margin: auto;
    padding: 19px;
    background: aliceblue;
    margin-top: 35px;
}
.step-content-info ul {
    color: #000000;
    text-align: left;
}
.step-content-info ul li {
    font-size: 18px;
    display: flex;
    gap: 14px;
    font-weight: 500;
    line-height: 36px;
    align-items: center;
}
.step-content-info i{
    color: #3a47db;
}
.step-icon {
    width: 36px;
    height: 36px;
    border: 2px solid #4853cb;
    display: flex;
    align-items: center;
    background: #4e58cc40;
    justify-content: center;
    border-radius: 6px;
    color: #4e58cc;
    font-size: 16px;
}

.mobile-preview {
  width: 300px;
  text-align: center;
}

.mobile-preview img {
  width: 100%;
  height: auto;
}
.about-image::after{
    content: '';
    position: absolute;
    left: 13%;
    top: -56px;
    width: 569px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    height: 564px;
    z-index: -1;
    background-color: #747fff;
}
.about-image img {
  max-width: 238px;
  width: 100%;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.6));
}

.about-content {
  flex: 1;
  max-width: 600px;
}

.about-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: left;
}

.about-text {
    font-size: 17px;
    line-height: 1.8;
    color: #000;
    font-weight: 500;
    margin-bottom: 15px;
}
.about-content .sec-title{
    justify-content: left;
    margin-bottom: 20px;
}
.about-content .sec-title h2{
    padding: 0px;
}
.about-section::before,
.about-section::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  background: url('../img/jodi-digits.png') no-repeat center/contain;
  opacity: 0.4;
}


.about-section::before {
  top: 20%;
  left: 5%;
}

.about-section::after {
  bottom: 10%;
  right: 5%;
}

.mobile-num-img {
    position: relative;
    color: #fff;
    background: #415fc7;
    width: 46px;
    height: 46px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 50%;
    margin-right: 10px;
}
.whatsapp-info {
    transition: 0.3s;
    display: flex;
    color: #000;
    font-weight: 500;
    border: 1px solid #ffffff57;
    background: #ffffff;
    height: 60px;
    font-size: 18px;
    padding: 0px 5px;
    padding-right: 20px;
    border-radius: 103px;
    align-items: center;
}
.whatsapp-num-img {
    position: relative;
    background-color: #44c054;
    width: 46px;
    height: 46px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 50%;
    margin-right: 10px;
}
.contact span {
    color: #ffc842;
    font-weight: 600;
    margin-right: 15px;
}
.section-title {
    text-align: center;
}
.header-menu ul {
    display: flex;
    align-items: center;
}
.header-menu ul li {
    display: inline-block;
    padding: 8px 9px;
}
.hero-text h5 {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 15px;
}
.hero-img-inner {
  position: relative;
  text-align: end;
  z-index: 1;
}

.hero-img-inner img {
    max-width: 520px;
    width: 100%;
  position: relative;
  z-index: 2;
}
.logo img {
    width: 76px;
}
.hero-text-sec .row {
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.hero-text-sec {
    padding: 40px 0px;
    justify-content: space-between;
    height: 89%;
    align-items: center;
    width: 100%;
    display: flex;
}
a.burger,a.closebtn {
    display: none;
}
.hero-section {
  position: relative;
  padding: 50px 0 0;
  overflow: hidden;
  z-index: 1;
  background-image: url('../img/main-bg.png');
  background-position: center;
  background-size: cover;
}
.right-social-media a {
    width: 29px;
    height: 29px;
    border-radius: 7px;
    align-items: center;
    display: flex;
        font-size: 17px;
    justify-content: center;
    color: #fff;
      transition: 0.3s ease;
}
.facebook{
 background-color: #1877F2;

}
.right-social-media a:hover{
  transform: scale(1.1);
  opacity: 0.9;
}
.instagram{
  background: linear-gradient( 45deg,#f09433,#e6683c, #dc2743,#cc2366, #bc1888);
}
.youtube{
  background-color: #FF0000;
}
.right-social-media {
    display: flex;
    align-items: center;
    gap: 7px;
}
.game-rates {
    background: #5166f24d;
    padding: 80px 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.game-rates-box img {
    width: 80px;
}
.chart-details {
    background: linear-gradient(355deg, #4e58cc94 0, #fff 100%);
    padding: 77px 0px;
}
.inner-chart-info a i {
    transform: scaleX(-1);
    font-size: 26px;
    color: #415fc7;
}
.inner-chart-info a{
    background: #ffffffeb;
    display: flex;
    padding: 15px;
    font-size: 19px;
    width: 100%;
    border-radius: 0px 24px;
    font-weight: 600;
    color: #1d1d1f;
    width: 23%;
    justify-content: space-between;
    border: 1px solid #4e58cc;
    border-left: 9px solid #4e58cc;
    box-shadow: 0px 25px 65px rgba(0, 0, 0, 0.10) !important;
}
.inner-chart-info a:hover{
    color: #4e58cc;
}
.inner-chart-info {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.game-rates-box {
    background: #fff;
    border-radius: 20px;
    padding: 25px 20px;
    text-align: left;
    box-shadow: 0 8px 20px rgba(255, 200, 50, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 100%;
    z-index: 1;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    gap: 29px;

}
.game-rates-box::before {
   content: "";
    position: absolute;
    top: 0%;
    right: -56%;
    width: 100%;
    height: 124%;
    background: radial-gradient(circle, rgb(102 126 210), transparent);
    z-index: 0;
    transform: rotate(-26deg);
}
.game-rates-box:hover {
    box-shadow: 0 0 15px rgb(250 176 40 / 25%);
    transform: scale(1.02);
}
.game-rates-info .row {
    row-gap: 19px;
    position: relative;
    z-index: 111;
}
.game-results-info {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.game-results-box {
    background: #ece8f8;
    margin-bottom: 22px;
    border:1px solid #a3ade8;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(250, 176, 40, 0.1);
    transition: all 0.4s ease;
    position: relative;
}
.game-results-box:hover {
    box-shadow: 0 0 15px rgb(250 176 40 / 25%);
    transform: scale(1.02);
}
.game-results-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 18px;
    background: linear-gradient(90deg, #333, #000);
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    position: relative;
}
.game-results-head i {
    color: #c59837;
    font-size: 18px;
}
.game-results-head span {
    font-size: 9px;
    padding: 3px 9px;
    border-radius: 20px;
    text-transform: uppercase;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
.text-red {
    background: #ffe5e5;
    color: #dc3545;
    border: 1px solid #dc3545;
}
.text-green {
    background: rgba(0, 255, 0, 0.1);
    color: #28a745;
    border: 1px solid #28a745;
}
.game-results-body {
    text-align: center;
    padding: 20px;
    color: #eee;
}
.game-results-body a{
       background-image: linear-gradient(to right top, #4e58cc, #6084ff);
    color: #fff;
    margin-top: 10px;
    padding: 6px 21px;
    display: inline-block;
    border-radius: 5px;
}
.results-name {
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.results-num {
    font-size: 23px;
    font-weight: 500;
    color: #4e58cc;
}

.game-results-bottom {
 display: flex;
    justify-content: center;
    gap: 12px;
    font-size: 18px;
    color: #fff;
    padding: 18px;
    background: #4e58cc;
}
.accordion-item {
    margin-bottom: 10px;
    border: none;
}
.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #debf6f;
    box-shadow: inset 0 -1px 0 rgb(222 191 111);
}
.btn-close:focus {
    outline: 0;
    box-shadow: none;
    opacity: 1;
}
.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
    filter: brightness(0.5);
}

.accordion-button {
    font-size: 17px;
    font-weight: 500;
    background: #1a1a1a;
    color: #fff;
}

.accordion-body {
    font-size: 16px;
    background: #1a1a1a;
    color: #fff;
}

.accordion-button::after {
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(1510%) hue-rotate(179deg) brightness(116%) contrast(100%);
}
p.copy-right-text a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
}

.copy-right {
    text-align: center;
    padding: 49px 20px 40px;
    color: #fff;
    position: relative;
    font-size: 16px;
    letter-spacing: 0.5px;
        background: #4b56cb;
    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%);
}
.copy-right-img p {
    font-size: 15px;
    margin-top: 12px;
    color: #fff !important;
}
.copy-right-img {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.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 #3f51b5;
}

thead {
    background: #4e58cc;
    color: #000;
    font-weight: bold;
    text-align: center;
}
.small-btn.chart-btn {
    padding: 13px 21px;
    display: table;
    font-size: 17px;
    margin: auto;
    border-radius: 6px;
}

.game-results-box.game-result-card {
    padding: 0px;
    border-top: 7px solid #415fc7;
    border-radius: 0px 0px 12px 12px;
}
.game-results-box.game-result-card .game-results-body {
    padding: 11px;
}
.main-section {
    padding:70px 0px;

}

.chart-title {
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
}

.chart-title h2 {
    position: relative;
    font-size: 36px;
    text-transform: uppercase;
  color: #415fc7;
    text-shadow: 2px 3px 2px #b2b2b2;
    font-weight: 600;
    display: inline-block;
    padding: 0 20px;
    z-index: 1;
}

.chart-title h2::before,
.chart-title h2::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 400px;
    height: 100px;
    background: url("../img/line-bg.png") no-repeat center;
    background-size: contain;
    pointer-events: none;
}

.chart-title h2::before {
    right: 100%;
    margin-right: -50px;
}

.chart-title h2::after {
    left: 100%;
    margin-left: -50px;
}

.chart-title p {
    margin-top: 13px;
    color: #000;
}

.chart-table-data {
    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: #ffffff;
}

table tbody td {
    font-size: 17px;
    text-align: center;
    border: 1px solid #333 !important;
    background-color: #fff;
    color: #000;
    padding: 10px;
}

table tbody tr:nth-child(odd) td {
    background-color: #dae2ff;
}

table {
    min-width: 1000px;
}
.scroll-info {
    margin-top: 20px;
    text-align: center;
    justify-content: center;
    display: flex;
    gap: 12px;
}

.small-btn.scroll-btn {
    border: 1px solid #000000a8;
    font-weight: 500;
    font-size: 15px;
    justify-content: center;
    display: flex;
    width: 162px;
    padding: 10px 14px;
        margin-bottom: 20px;
}

.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;
}

.tbl-font {
    font-size: 14px;
    display: block;
    width: 100%;
}

.tbl-td {
    padding: 11px !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-data {
    background: linear-gradient(145deg, #1c1c1c, #2a2a2a);
    border-radius: 20px;
    padding: 12px 20px;
    margin-bottom: 8px;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    z-index: 1;
    color: #fff;
    cursor: pointer;
}

.all-chart-data::before {
    content: "";
    position: absolute;
    top: 0%;
    right: -54%;
    width: 100%;
    height: 124%;
    background: radial-gradient(circle, rgb(186 143 56), transparent);
    z-index: 0;
    transform: rotate(-26deg);
}

.all-chart-data:hover {
    transform: scale(1.02);
}
.all-card-box h3 {
    font-size: 18px;
    font-weight: 600;
    color: #a86728;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}
.all-card-box {
    position: relative;
    z-index: 11;
}

.chart-title.all-chart-title {
    margin-bottom: 35px;
}

.all-chart-info {
    width: 100%;
    padding-top: 50px;
    max-width: 800px;
    margin: auto;
}

.scroll-info.footer {
    margin-bottom: 59px;
}
@media (max-width:1650px) {
    .hero-img-inner img {
    max-width: 391px;
    }
        .our-project-card {
        width: 23.7%;
    }
    .card-title{
            padding: 69px 10px;
    }
    .sec-title {
            margin-bottom: 46px;
    }
     .sec-title h2 {
        font-size: 29px;
    }
}
@media (max-width:1400px) {
    .sec-title h2::before,
    .sec-title h2::after {
        width: 300px;
    }
    .screenshot-sec .swiper {
    width: 74.9%;
    }
    .game-list-grid{
        grid-template-columns: repeat(4 1fr);
    }
   
    .sec-title h2{
        font-size: 30px;
    }
    .game-results-info {
    padding: 59px 0;
    }
    .steps {
        width: 34%;
    }
    .about-image::after{
        left: -5%;
        top: -56px;
    }
        .hero-img-inner img {
        max-width: 320px;
    }
    .mobile-preview img {
        width: 100%;
        max-width: 222px;
        }
        ul.game-list li{
            font-size: 17px;
        }
        ul.game-list li a{
            font-size: 17px;
        }
    .results-name {
        font-size: 18px;
    }
        .hero-text h1 {
        font-size: 40px !important;
        line-height: 54px;
    }
    .chart-title h2::before, .chart-title h2::after{
        width: 300px;
    }
    .hero-text h1 {
        font-size: 46px;
        line-height: 57px;
    }
    .container{
        max-width: 1140px;
    }
}

@media (max-width: 1250px) {
    #sidebar {
        left: -300px;
    }
    .user-img img {
        width: 188px;
    }
    .about-image::after{
        display: none;
    }

      .hero-img-inner img {
        max-width: 295px;
    }
    .mobile-preview img {
    width: 100%;
    max-width: 202px;
    }
        .our-project-card {
        width: 31.7%;
    }
    .steps {
    width: 42%;
}
    .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: 35px !important;
    }
}
@media (max-width: 991px) {
    .navbar .container-fluid {
        display: flex;
        flex-wrap: nowrap;
    }
    .page-section {
    padding: 48px 0px;
}
    .inner-chart-info a{
        width: 31%;
    }
    .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: 91px;
        margin: auto;
        margin-top: 17px;
        margin-bottom: 16px;
        display: flex;
    }
    .header .right-social-media{
        display: none;
    }

    .text-box ol li {
        font-size: 18px;
    }

    .hero-text h1 {
            font-size: 29px !important;
        line-height: 41px;
    }

    .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: #4e58cc;
        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: 59px;
    }

    .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 #4e58cc;
        box-shadow: 0px 4px 8px 0px rgb(78 88 204);
        transition: all 0.5s;
    }
li.menu-item.has-dropdown {
    background: #fff !important;
    padding: 0px 0px;
}
    #mob-menu .closebtn {
        position: absolute;
        top: 2px;
        right: 14px;
        font-size: 36px;
        margin-left: 50px;
        color: #505050;
    }

    .menu.open #mob-menu {
        width: 250px;
        margin-left: 0px;
        display: block;
        text-align: left;
        left: 0px;
        transition: all 0.5s;
        background-color: #c9ceff;
    }

    .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: center;
    }

    .header-menu ul li {
        padding: 8px 8px;
        display: block;
        border: 1px solid #ffffff54;
        margin-bottom: 8px;
                background: #fff;
        border-radius: 7px;
    }

    .header-menu ul li:last-child,
    .header-menu ul li:first-child {
        border: none;
        background-color: transparent;
    }

    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;
 }
 .how-to-play{
        padding: 38px 0;
 }
 .game-info-section {
    padding: 42px 0;
}
    .sec-title h2 {
        font-size: 23px;
    }
    .sec-title{
            margin-bottom: 21px;
    }
        .game-list-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .step-content-info {
    width: 100%;
    }
}

@media (max-width: 767px) {
    .play-rates {
        padding: 35px 0px;
    }    .card-title {
        padding: 42px 10px;
    }
    .card-info.card-inner-info{
        padding: 0px;
    }
    .card-info.card-inner-info p {
    font-size: 15px;
    }
    .card-list-info{
            gap: 8px;
        margin-top: 22px;
    }
    .card-title {
        padding: 20px 10px;
    }
    .card-info h3 {
        font-size: 18px;
        margin-bottom: 11px;
        margin-top: 15px;
    }
    .card-info.card-inner-info h2 {
    margin-bottom: 13px;
    font-size: 19px;
}
    .card-info.card-inner-info{
            margin-bottom: 20px;
    }
    .card-list-box {
    width: 100%;
    }
    .card-info h3 {
    font-size: 20px;
    margin-bottom: 11px;
    margin-top: 16px;
}
    .blog-description strong {
    font-weight: 600;
    font-size: 17px;
}
    .blog-description  h3 strong{
        font-size: 15px;
    }
    .main-blog-content{
            padding: 12px;
    }
    .blog-social h2 {
    font-size: 21px;
    margin-bottom: 20px;
}
    .blog-content.blog-content-data .blog-img img {
        height: auto;
    }
    .our-blog-details{
            row-gap: 10px;
    }
    .our-project-card.no-record img {
        width: 194px;
    }
    .custom-pagination{
            padding: 25px 0 10px;
    }
    .our-project-card.no-record{
            margin-top: 1px;
    }
    .our-project-card.no-record p {
    color: #000;
    margin-top: 18px;
    font-size: 17px;
}
    .page-section {
    padding: 39px 0px;
}
        .our-project-card {
        width: 47.7%;
    }
    .container{
        max-width: 720px;
    }
    .hero-text-sec {
        height: 71%;
        padding: 6px 0px;
    }

    img.bg-shape {
        display: none;
    }

    .how-to-play-img img {
        display: none;
    }

    .overlay-1 {
        display: none;
    }

    .hero-text {
        text-align: center;
    }

    .hero-text-sec .row {
        row-gap: 50px;
        margin: 0;
    }

    .header .row {
        margin: 0;
    }

    .text-box ol li {
        font-size: 18px;
        margin-bottom: 5px;
        text-align: left;

    }

    .text-box ol {
        margin-top: 25px;
        margin-bottom: 30px;
    }

    .hero-img-inner {
        text-align: center;
    }

    .m_top {
        margin-top: 0;
    }

    .privacy-info {
        width: 100%;
        padding: 10px;
    }

    .privacy-info ul {
        padding-left: 21px;
    }

    .privacy-info h2 {
        font-size: 18px;
        margin-top: 16px;
    }

    .privacy-info h3 {
        color: #6e6e6e;
        font-size: 16px;
        margin: 7px 0px;
    }

    .privacy-info ul li {
        list-style: disc;
        font-size: 13px;
    }

    .privacy-info p {
        font-size: 13px;
        margin: 6px 0px;
    }

    .privacy-title h1 {
        margin-bottom: 11px;
        font-size: 23px;
    }


    .mb15 {
        margin-bottom: 15px;
    }

    .mt10 {
        margin-top: 0;
    }

    .how-to-play .row {
        row-gap: 40px;
    }

    .text-box h3 {
        font-size: 28px;
    }

    .chart-btn {
        padding: 7px 11px;
    }

    .all-chart-info {
        margin-bottom: 19px;
        padding-top: 10px;
    }

    .hero-img-inner img {
        max-width: 150px;
        margin-bottom: 14px;
    }

    .hero-text-sec .row {
        row-gap: 0;
        flex-direction: column-reverse;
    }

    .hero-section {
        padding-bottom: 90px;
    }
    table tbody td,.tbl-font{
        font-size: 12px;
    }
    .main-section{
        padding-top: 30px;
    }
    section.game-results-info.game-results-bg{
            margin-bottom: 36px;
    }
        .game-list-grid {
        grid-template-columns: repeat(1, 1fr);
            gap: 0px;
    }
        .screenshot-sec .swiper {
        width: 100%;
            margin-top: 28px;
    }
    

}

@media (max-width: 575px) {
    .download-app {
        text-align: center;
        margin-top: 26px;
    }
    .card-title h1 {
    font-size: 21px;
    }
    .card-info{
            margin-top: 27px;
                padding: 15px;
                margin-bottom: 37px;
    }
    a.small-btn.chart-btn-info {
    margin-top: 17px;
}
        .page-section {
        padding: 27px 0px;
    }
        .blog-social h2 {
        font-size: 18px;
        }
        .our-project-card {
        width: 100%;
    }
    .game-list li {
    margin: 8px 0;

    }
    .sec-title.mt-5 {
    margin-top: 27px !important;
}
    .container{
        max-width: 540px;
    }
       section.game-results-info.game-results-bg{
            margin-bottom: 27px;
    }
    .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: 28px;
          padding-bottom: 26px;
    }
    .main-section     .chart-table-data table th {
        font-size: 15px;

    }
    .hero-section {
        padding-bottom: 90px;
        padding-top: 20px;
    }
    .tbl-td {
    padding: 7px !important;
    }
    .main-section .sec-title.mb-4 {
    margin-bottom: 0px !important;
}

    .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 {
        padding: 47px 0px 19px;
          padding-top: 16px;
    }

    .modal-body.time-chart-info tbody td {
        padding: 5px;
    }

    .players-img {
        margin-top: 16px;
    }

    .game-results-box {
        margin-bottom: 9px;
    }

    .play-rates {
        padding-bottom: 0px;
    }

    .game-results-bottom {
        display: flex;
        padding-top: 4px !important;
    }

    .contact {
        flex-wrap: wrap;
        row-gap: 14px;
        border-radius: 0px;
    }

    .header .row {
        padding: 0px 16px;
        padding-top: 24px;
    }

    .small-btn {
        font-size: 15px;
        padding: 9px 19px;
    }

    .hero-img-inner img {
        max-width: 150px;
        margin-bottom: 0px;
    }

    .small-btn img {
        width: 21px;
    }

    .how-to-play-img img {
        display: none;
    }

    .section-title h2 {
        font-size: 24px;
    }
    .steps {
        width: 100%;
    }
    .text-box h3 {
        font-size: 22px;
    }
 

    .p-60 {
        padding: 45px 0px;
    }

    .text-box ol li {
        font-size: 14px;
        margin-bottom: 1px;
    }
    .step-content-info ul li{
        font-weight: 500;
            line-height: 26px;
        font-size: 15px;
    }
    .step-item{
            justify-content: left;
                margin: 8px 0;
    }
  
    .play-wrapper{
        flex-direction: column;
    }

    .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: 51px;
        top: 15px;
    }

    .game-results-head {
        padding: 9px 12px;
    }

    .game-results-body .results-name {
        font-size: 20px;
    }
    .about-image{
        display: none;
    }
    .inner-chart-info{
            gap: 9px;
    }
    .chart-details{
            padding: 4px 0px;
            padding-bottom: 15px;
    }
    .download-text {
    font-size: 15px;
    }
    .download-heading {
    font-size: 21px;
    margin-bottom: 12px;
    }
    .small-btn.chart-btn {
    padding: 11px 19px;
    display: table;
    font-size: 14px;
    }
    .download-section {
    padding: 33px 10px;
        margin-top: 16px;
    }
    .mobile-preview{
        display: none;
    }
        .mobile-preview img {
        width: 100%;
        max-width: 140px;
    }
        .inner-chart-info a {
        width: 100%;
    }
    .game-rates-info .row {
    row-gap: 10px;
    }
    .about-section::before, .about-section::after{
        opacity: 0.2;
    }
    .about-text {
    font-size: 16px;
    line-height: normal;
    }
    .about-section{
            padding: 12px 0;
    }

    .accordion-button {
        font-size: 15px;
        font-weight: 500;
    }

    .copy-right-img p {
        font-size: 12px;
        margin-top: 0;
        text-align: left;
    }
        .game-info-section {
        padding: 32px 0;
    }
    .game-results-body {
        padding: 11px 15px;
    }

    .game-results-body .results-num {
        font-size: 20px;
        font-weight: 600;
    }

    .hero-text-sec {
        height: 48%;
    }

    .game-rates,
    .game-results-info,
    .faqs-info {
        padding: 22px 0px;
    }

    .all-chart-data {
        padding: 11px 15px;
    }

    .main-section .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .chart-table-data table tbody td {
        font-size: 14px;
    }

    tbody td {
        font-size: 19px;
        padding: 1px;
    }

    .chart-table-data table th {
        font-size: 8px;
        padding:4px 10px;
    }

    .chart-table-data .tbl-font {
        font-size: 10px;
    }

    .scroll-info.footer {
        margin-bottom: 26px;
    }

    .chart-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;
    }

    .modal-title {
        margin-bottom: 0;
        font-size: 17px;
    }

    .game-rates-box p {
        font-size: 17px;
        font-weight: 500;
        margin-top: 4px;
    }

    .sec-title h2 {
        position: relative;
        font-size: 22px;
    }

    .mobile-num {
        width: auto;
        height: 50px;
        font-size: 15px;
    }

    .mobile-num-img,
    .whatsapp-num-img {
        width: 40px;
        height: 40px;
    }

    .mobile-num-img img,
    .whatsapp-num-img img {
        font-size: 19px;
    }

    .whatsapp-info {
        width: auto;
        height: 50px;
        font-size: 15px;
    }

    .game-rates-box {
        border-radius: 5px;
            padding: 12px 12px;
    }

    .btn-1 img {
        width: 19px;
        margin-right: 0px;
    }

    .btn-1 {
        font-size: 14px;
        padding: 10px 20px;
    }

    .hero-text h1 {
        margin-bottom: 16px;
        font-size: 21px !important;
        line-height: 30px;
    }
    

    .hero-text h5 {
        font-size: 14px;
        letter-spacing: 1px;
        margin-bottom: 4px;
        font-weight: 600;
        line-height: 23px;
    }

    .hero-text-sec {
        padding-bottom: 0px;
        padding-top: 7px;
    }

    .footer-logos img {
        width: 105px;
    }

    .footer-logos {
        margin: 6px 0px;
    }

    .inner-row {
        flex-wrap: wrap;
    }
    .login_text {
        width: 100%;
        max-width: 100%;
        height: 100vh;
        border-radius: 0px;
        padding: 15px;
    }
    .sec-title {
        margin-bottom: 19px;
    }

    .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;
    }

}