@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
   font-size: 15px;
   font-weight: 400;
   color: #000;
   background-color: #fff;
   font-family: 'Inter', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
   color: #333;
   font-weight: 600;
}

strong {
   font-weight: 800;
   color: #000;
}

a {
   text-decoration: none !important;
   -webkit-transition: all 0.2s;
   transition: all 0.2s;
   color: #333;
   font-weight: 400;
}

a:hover, a:focus {
   text-decoration: none;
   outline: none;
   cursor: pointer;
   color: initial;
}

.btn.focus, .btn:focus {
   outline: 0;
   box-shadow: none;
}

button {
   color: inherit;
   border: none;
   outline: none;
}

input {
   outline: none;
   border: none;
}

p {
   margin-bottom: 0.5rem;
   font-size: 16px;
   font-weight: 500;
   color: #333;
   letter-spacing: 0.5px;
}

ul, li {
   margin: 0;
   padding: 0;
   list-style-type: none !important;
}

ul {
   padding-left: 0 !important;
}

textarea {
   resize: none;
}

input:focus, button:focus, textarea:focus {
   outline: none;
   box-shadow: none;
}

img {
   max-width: 100%;
   height: auto;
}

.space {
   padding-top: 50px;
   padding-bottom: 50px;
}

.rd-txt {
   color: #F30000 !important;
   text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.grn-txt {
   color: #444 !important;
   text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.cst-btn {
   display: inline-block;
   padding: 8px 25px;
   color: #fff;
   border-radius: 5px;
   background:#000f49;
   font-size: 18px;
   font-weight: 500;
   transition: 0.5s;
}

.cst-btn:hover {
   background: #000;
   color: #fff;
}

.heading {
   font-size: 30px;
   font-weight: 600;
   color: #444;
   margin-bottom: 1rem;
}

.subhead span {
   display: inline-block;
   background: linear-gradient(90deg, #52FA88 0%, #4828BB 100%);
   padding: 10px 15px;
   border-radius: 25px;
   color: #fff;
   margin: 0.8rem 0;
}

.custom-header {
   padding: 10px 0;
   background:#000;
}
.custom-header .nav-logo{
   display:block;
   text-align:center;
}
.custom-header .nav-logo img {
   width: 100px;
}
.custom-header .nav-logo h2{
 COLOR: #FFF;
 font-size: 14px;
 text-align: center;
}
.custom-header .header-txt {
   font-size: 26px;
   font-weight: 600;
   margin-bottom: 0;
}
.custom-header .text-end img{
   width: 60px;
}

.banner {
   background-color: #F5FFFA;
   padding:50px 0;
   background-color:#000f49;
   color: #fff;
   position: relative;

}
/*.banner::before {
 background-repeat: no-repeat;
 background-position: bottom right;
 bottom: 0;
 height: 100%;
 left: 0;
 content: '';
 background-image: url(../images/wave-shape.svg);
 position: absolute;
 right: 0;
}*/
.banner .container{
   position:relative;
   z-index:99;
}
.bnnr-cntnt h1 {
   font-size: 60px;
   color: #fff;
   text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
   font-weight: 900;
   text-transform: uppercase;
   margin-bottom: 1rem;
   letter-spacing: 7px
}
.bnnr-cntnt h1 span{
  font-size: 36px;
  display: block;
  font-weight: 600;
  letter-spacing: 4px;
}


.bnnr-cntnt p {
   font-size:16px;
   color: #fff;
}
.bnnr-cntnt a{
   background:#29a71a;
   color: #fff!important;
   border: 2px solid #fff;
   display: inline-block;
   padding: 11px 25px;
   border-radius: 25px;
   margin-top:20px;
}
.whts-ul {
  position: fixed;
  z-index: 99;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.whts-ul li a {
  display: inline-block;
}
.whts-ul li + li {
  margin-top: 10px;
}
.whts-ul li a img {
  width: 45px;
}

.lucky-number-sec {
   background-image: url(../images/lucky-number-bg.png);
   background-repeat: no-repeat;
   background-size: cover;
   padding: 0px 20px 20px 20px;
   margin-bottom: 3rem;
   box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.20);
   border-radius: 20px;
   border: 1px solid #000f49;
}

.lucky-number-sec h3 span {
   display: inline-block;
   border-radius: 0px 0px 20px 20px;
   background-color: #000f49;
   color: #fff;
   font-size: 25px;
   padding: 10px 20px;
   font-weight: 500;
   margin-bottom: 1.5rem;
}

.lucky-number-innr {
   border-right: 3px solid #000f49;
   text-align: center;
   padding: 20px;
}

.lucky-number-innr h4.rd-txt {
   font-size: 30px;
   font-weight: 500;
   margin-bottom: 1rem;
}

.lucky-number-innr p {
   color: #545454;
   font-size: 26px;
   font-weight: 600;
}

.lucky-number-innr .marque p {
   animation: marquee 10s linear infinite;
}

.lucky-number-innr .marque {
   white-space: nowrap;
   overflow: hidden;
   box-sizing: border-box;
   margin: 0 5px;
   height: 40px;
}

.marquee p:hover {
   animation-play-state: paused
}

@-moz-keyframes marquee {
   0% {
      transform: translate(0, 0);
   }

   100% {
      transform: translate(0, -100%);
   }

}

@-webkit-keyframes marquee {
   0% {
      transform: translate(0, 0);
   }

   100% {
      transform: translate(0, -100%);
   }

}

@keyframes marquee {
   0% {
      -moz-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
   }

   100% {
      -moz-transform: translate(0, -100%);
      -webkit-transform: translate(0, -100%);
      transform: translate(0, -100%);
   }

}

.live-result {
   background-repeat: no-repeat;
   background-size: cover;
}

.live-result-bg {
   background-color: #fff;
   padding: 25px 40px;
   border-radius: 20px;
}

.live-result-innr {
   background-color: #fff;
   border-radius:6px;
   box-shadow: 0 0 5px 0 #ccc;
   border: 1px solid #DFE;
   padding: 15px;
   margin-top: 1.5rem;
}

.live-result-innr h3 {
   font-size: 26px;
   font-weight: 600;
   text-transform: uppercase;
}

.live-result-innr h4.rd-txt {
   font-size: 40px;
   font-weight: 600;
   margin: 1rem 0;
   text-shadow: none;
}

.advertisment-bg {
/*   background: linear-gradient(208deg, #000f49 19.88%, #000000 84.04%);*/
/*background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);*/
background-color:#29a71a;
padding: 15px;
border-radius: 10px;
margin-bottom: 2rem;
}

.advertisment-content h3 {
   font-size: 30px;
   font-weight: 500;
   color: #FFFAF1;
}

.advertisment-content ul li {
   padding-left: 25px;
   color: #fff;
   margin-bottom: 10px;
   font-size: 18px;
   font-weight: 400;
   position: relative;
}

.advertisment-content ul li::after {
   position: absolute;
   content: "\f058";
   left: 0;
   top: 0;
   font-size: 18px;
   color: #fff;
   font-family: "Font Awesome 5 Pro";
}

.download-btn {
   display: inline-block;
   background-color: #000f49;
   border: 1px solid #fff;
   padding: 15px 25px;
   font-size: 18px;
   font-weight: 500;
   border-radius:30px;
   color: #fff;
   margin-top: 1.2rem;
}
.download-btn:hover{
   background-color:#000;
   color:#fff!important;
}

.advertisment {
   background-color: #F5FFFA;
}

.advertisment-cta {
   background-color: #fff;
   padding: 10px 20px;
   border: 1px solid #000f49;
   border-radius: 10px;
}

.advertisment-cta-contnt h3.rd-txt {
   font-size: 27px;
   margin-bottom: 1.5rem;
}

.advertisment-cta-contnt p {
   color: #415149;
}

.advertisment-cta-contnt p a {
   display: inline-block;
   padding: 3px 10px;
   border: 1px solid #000f49;
   color: #000f49;
   margin-left: 15px;
   transition: 0.2s;
   font-size: 18px;
}

.advertisment-cta-contnt p a:hover {
   background-color: #000f49;
   color: #fff;
}

.matka-reslt {
   background-image: url(../images/matka-result-bg.png);
   background-repeat: no-repeat;
   background-size: contain;
   background-position: top;
}

.matka-reslt-innr {
   padding: 10px 0 15px 0;
   border-radius: 0px 10px;
   box-shadow: 0px 0px 50px 0px rgba(112, 136, 124, 0.25);
   border: 1px solid #000f49;
   background-color: #FAFFFC;
   margin-top: 1rem;
   text-align: center;
}

.matka-reslt-innr .markt-name span {
   display: inline-block;
   padding: 10px 25px;
   border-radius: 5px;
   color: #fff;
   font-weight: 500;
   font-size: 18px;
   text-transform: uppercase;
   background: linear-gradient(135deg, #94FEDA 0%, #469B78 59.5%, #115835 100%);
   margin-bottom: 1rem;
}

.matka-reslt-innr .mrkt-tym span {
   display: inline-block;
   padding: 5px;
   border-radius: 50px;
   font-size: 16px;
   color: #5F5C5C;
   font-weight: 500;
   box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
   background-color: #fff;
   margin-bottom: 1rem;
}

.matka-reslt-innr-btn {
   display: flex;
   justify-content: space-between;
   align-items: center;
}

.matka-reslt-innr-btn a {
   display: inline-block;
   color: #000f49;
   border: 1px solid #000f49;
   background: #fff;
   padding: 8px 35px;
   font-size: 18px;
   font-weight: 500;
   transition: 0.2s;
}

.matka-reslt-innr-btn a:hover {
   background: linear-gradient(95deg, #53A77E 0%, #004423 99.26%) !important;
   color: #fff;
}

.matka-reslt-innr-btn a:nth-child(1) {
   border-radius: 0px 20px 20px 0px;
   border-left: 0;
}

.matka-reslt-innr-btn a:nth-child(2) {
   border-radius: 20px 0px 0px 20px;
   border-right: 0;
   background: #DDFFEE;
}

.game-list .heading {
   text-transform: uppercase;
   display: flex;
   justify-content: space-between;
   align-items: center;
}

.game-list .heading a {
   display: inline-block;
   font-size: 16px;
   font-weight: 600;
   padding: 8px 15px;
   background-color: #fff;
   box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
   text-shadow: none;
   color: #000f49;
   text-transform: capitalize;
   border-radius: 4px;
}

.game-list .table {
   text-align: center;
}

.game-list .table thead th {
   color: #fff;
}

.game-list.rd-bg {
   background-color: #FAE6E9;
}

.game-list.grn-bg {
   background-color: #F4FFF9;
}

.game-list.light-grn-bg {
   background-color: #EBFFEB;
}

.game-list.rd-bg .table thead th, .game-list.rd-bg .table tbody td {
   padding: 10px 0;
}

.game-list.rd-bg .table thead th {
   background-color: #E23953;
}

.game-list.rd-bg .table {
   border-color: #E23953;
}

.game-list.grn-bg .table thead th {
   background-color: #000f49;
}

.game-list.grn-bg .table {
   border-color: #000f49;
}

.game-list.light-grn-bg .heading {
   color: #005156 !important;
}

.game-list.light-grn-bg .table thead th {
   background-color: #005156;
}

.game-list.light-grn-bg .table {
   border-color: #005156;
}

.gamezone .heading {
   color: #4D979F;
}

.gamezone-list li .gamezone-innr {
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 15px 10px;
   border: 1px solid #53A77E;
   border-radius: 5px;
   color: #000f49;
   transition: 0.3s;
   margin-bottom: 2rem;
   font-size: 20px;
   font-weight: 500;
   width: 100%;
}

.gamezone-list li .gamezone-innr:hover {
   background-color: #53A77E;
   color: #fff;
}

.gamezone-list li .gamezone-innr:hover a {
   color: #fff;
}

.gamezone-list li .gamezone-innr a {
   display: inline-block;
   color: #000f49;
   font-size: 18px;
}

.gamezone.matka {
   background-color: #F4FFF9;
}

.gamezone.matka .heading {
   color: #4830B9;
}

.weekly-list.grn-bg {
   background-color: #000f49;
}

.weekly-list.light-grn-bg {
   background-color: #005156;
}

.weekly-list .table {
   text-align: center;
}

.weekly-list thead th {
   color: #fff;
   padding: 10px;
}

.weekly-list.rd-bg thead th {
   background-color: #DA261A;
}

.weekly-list.grn-bg thead th {
   background-color: #C1DCCD;
   color: #2E9000;
}

.weekly-list.light-grn-bg thead th {
   background-color: #EBFFEB;
   border: 1px solid #005156;
   color: #2D3535;
}

.weekly-list.rd-bg .table tbody tr {
   border-color: #FF564B;
}

.weekly-list.rd-bg .table tbody td {
   background-color: #FFEFEE;
   border-color: #FF564B;
}

.weekly-list.grn-bg .table tbody td {
   background-color: #fff;
   border-color: #000f49;
}

.weekly-list.light-grn-bg .table tbody td {
   background-color: #fff;
}

.gamezone-close {
   background-color: #f7f7f7;
}

.gamezone-close .subhead span {
   font-weight: 400;
   border-radius: 0px 20px;
   font-size: 18px;
   padding: 10px 35px;
}

.gamezone-close-innr {
   background-color: #fff;
   padding: 0 15px 15px 15px;
   border: 1px solid #005156;
   text-align: center;
   margin-top: 1rem;
}

.gamezone-close-innr h4 span {
   display: inline-block;
   background-color:#000f49;
   padding: 10px 50px;
   border-radius: 0px 0px 40px 40px;
   color: #fff;
   font-size: 18px;
   margin-bottom: 1.5rem;
   text-transform: uppercase;
}

.gamezone-close-innr p {
   margin-bottom: 0px;
   font-size: 18px;
   font-weight: 500;
   color: #000;
}

.instruction {
   background-color: #fff;
   box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.15);
   border-bottom: 10px solid #2E9000;
   padding: 10px;
   margin-top: 3rem;
   text-align: center;
}

.instruction p {
   font-size: 18px;
   color: #21471C;
   line-height: 30px;
}

.satta-matka li a.gamezone-innr {
   border-radius: 10px 0px;
   display: block !important;
}

.faq .accordion-button::after {
   background-image: none;
   content: '\f067';
   font-family: "Font Awesome 5 Pro";
   width: 30px;
   height: 30px;
   background-color: #000f49;
   color: #fff;
   line-height: 30px;
   text-align: center;
   border-radius: 5px;
   font-size: 15px;
}

.faq .accordion-button:not(.collapsed)::after {
   background-image: none;
   transform: rotate(0deg);
   content: '\f068';
   font-family: "Font Awesome 5 Pro";
}

.faq .accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
   box-shadow: none !important;
}

.faq .accordion-button:not(.collapsed) {
   background-color: transparent;
   color: #333;
}

.faq .accordion-flush .accordion-item {
   margin-bottom: 1rem;
   border-radius: 5px;
   border: 1px solid #000f49;
}

.faq .accordion-flush .accordion-item .accordion-header button {
   font-size: 20px;
   font-weight: 500;
   color: #000;
   text-transform: uppercase;
}

.cst-footer {
   background-color: #284D3A;
   padding-bottom: 0!important;
   padding-top:0!important;
}

.ftr-desc {
   padding: 0 15px 15px 15px;
   border: 1px solid #000f49;
   border-radius: 5px;
   margin-bottom: 1.5rem;
}

.ftr-desc h4 span {
   display: inline-block;
   background-color: #DFE;
   padding: 5px 15px;
   text-transform: uppercase;
   margin-bottom: 1rem;
   font-size: 18px;
   font-weight: 500;
}

.ftr-desc p {
   font-weight: 400;
}

.ftr-lnks {
   background-color: #000f49;
   padding: 10px 0;
   text-align: center;
}

.ftr-lnks li {
   display: inline-block;
}

.ftr-lnks li a {
   display: inline-block;
   color: #fff;
   font-size: 15px;
   border-right: 1px solid #fff;
   padding: 0 10px;
}

.copyright {
   background-color: #000f49;
   padding: 12px 0;
}
.ss{
   border: 2px solid red;
   padding: 10px 20px;
}


/*Table Css*/
.search-result-chart {
  background: #e9982d;
  padding: 0 0;
}
.search-result-chart h3 {
 text-align: center;
 padding: 10px 0;
 background: #2197d4;
 color: #fff;
 font-family: sans-serif;
 font-size: 36px;
}

.mrch-rsult table tr th:first-child, .mrch-rsult table tr td:first-child {
  background-color: #177ab7;
  color: #fff;
}
.mrch-rsult table tr th {
 border-color: #fff;
 background-color: #15679f;
 color: #fff;
 font-size: 17px;
 font-weight: 700;
 font-family: roboto,sans-serif;
}
.banner_section{
   padding-top:10px;
   padding-bottom:10px;
   background-color:#177ab7;
}
/*Table Css*/

.game-rate-section {
 padding-top: 50px;
 padding-bottom: 50px;
 background-color: #f7f7f7;
}
.game-rate-innrs {
 background-color: #fff;
 border-radius: 10px;
 text-align: center;
 padding: 60px 0;
 margin-top: 35px;
}
.game-rate-innrs h4 {
 font-size: 26px;
 font-weight: 600;
 color: #fff;
 text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.game-rate-innrs p {
 margin-bottom: 0;
 color: #fff;
}

@media(max-width: 991px){
   .space {
    padding-top: 30px;
    padding-bottom: 30px;
 }
 .banner {
    padding: 30px 0;
 }
 .custom-header .header-txt {
    font-size: 15px;
 }
 .bnnr-cntnt h1 {
  font-size: 40px;
}
.bnnr-cntnt h1 span {
  font-size: 26px;
  letter-spacing: 3px;
}
.bnnr-cntnt p {
 font-size: 15px;
}
.lucky-number-sec {
 margin-bottom: 2rem;
 margin-top: 0;
}
.lucky-number-innr h4.rd-txt {
 font-size: 23px;
}
.lucky-number-innr p {
 font-size: 20px;
}
.lucky-number-sec h3 span {
 font-size: 18px;
}
.heading {
 font-size: 28px;
}
.subhead span {
 font-size: 15px;
}
.live-result-bg {
 padding: 10px 10px;
}
.live-result-innr h3.grn-txt {
 font-size: 18px;
}
.live-result-innr h4.rd-txt {
 font-size: 20px;
}
.cst-btn {
 font-size: 14px;
}
.advertisment-content h3 {
 font-size: 15px;
}
.advertisment-content ul li {
 font-size: 14px;
}
.download-btn {
 padding: 10px 15px;
 font-size: 12px;
 margin-top: 0.5rem;
}
.advertisment-cta-contnt h3.rd-txt {
 font-size: 16px;
 margin-bottom: 0.5rem;
}
.advertisment-cta-contnt p a {
 font-size: 13px;
}
.matka-reslt-innr .markt-name span {
 font-size: 13px;
}
.matka-reslt-innr .mrkt-tym span {
 font-size: 12px;
}
.matka-reslt-innr-btn a {
 padding: 5px 15px;
 font-size: 15px;
}
.game-list.rd-bg .table thead th, .game-list.rd-bg .table tbody td {
 padding: 5px 0;
}
.game-list .heading a {
 font-size: 13px;
}
.gamezone-list li .gamezone-innr {
 padding: 12px 7px;
 margin-bottom: 1rem;
 font-size: 14px;
}
.gamezone-close .subhead span {
 border-radius: 0px 0px;
 font-size: 14px;
}
.gamezone-close-innr h4 span {
 padding: 10px 30px;

}
.faq .accordion-flush .accordion-item .accordion-header button {
 font-size: 15px;
}
.ftr-desc p {
 font-size: 14px;
}
.ftr-desc {
 padding: 0 5px 5px 5px;
}
.cst-footer{
   padding-bottom: 0;
}
.gamezone-close-innr p {
 font-size: 14px;
}
.instruction p {
 font-size: 15px;
 line-height: 25px;
}
}

@media(max-width:767px){
   .custom-header .header-txt {
      font-size: 12px;
      line-height:20px;
   }
   .lucky-number-innr p {
    font-size: 15px;
 }
 .lucky-number-innr h4.rd-txt {
    font-size: 18px;
 }
 .gamezone-close-innr h4 span {
    font-size: 13px;
 }
}
@media(max-width:575px){
   .custom-header,
   .custom-header .text-end{
      text-align: center!important;
   }
   .lucky-number-innr h4.rd-txt {
    font-size: 15px;
 }
 .lucky-number-innr p {
    font-size: 13px;
 }
 .advertisment-content h3{
   margin-top: 10px;
}
.advertisment-cta{
   text-align: center;
}
.faq .accordion-flush .accordion-item .accordion-header button {
 font-size: 13px;
}
.ftr-desc p {
 font-size: 12px;
}
.ftr-lnks li a {
 padding: 0 5px;
 margin-top: 5px;
}
.copyright p{
   font-size: 13px;
}
.advertisment-bg{
   text-align: center;
}
.advertisment-content ul li{
   padding-left: 0;
}
.advertisment-content ul li::after{
   display: none;
}
.live-result-innr h3 {
  font-size: 20px;
}
.game-rate-innrs {
 padding: 20px 0;
 margin-top: 10px;
}
.game-rate-innrs h4 {
  font-size: 18px;
}
.game-rate-innrs p {
  font-size: 14px;
}
.search-result-chart h3 {
 font-size: 20px;
 margin-bottom: 0;
}
tbody, td, tfoot, th, thead, tr {
  font-size: 10px;
  text-align:center;
}
.mrch-rsult table tr th {
 font-size: 12px;
}
}