
@font-face {
    font-display: swap; 
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/manrope-v13-latin-200.eot');
    src: url('../fonts/manrope-v13-latin-200.eot?#iefix') format('embedded-opentype'),
         url('../fonts/manrope-v13-latin-200.woff2') format('woff2'),
         url('../fonts/manrope-v13-latin-200.woff') format('woff'), 
         url('../fonts/manrope-v13-latin-200.ttf') format('truetype'), 
         url('../fonts/manrope-v13-latin-200.svg#Manrope') format('svg'); 
  }
  @font-face {
    font-display: swap;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/manrope-v13-latin-300.eot');
    src: url('../fonts/manrope-v13-latin-300.eot?#iefix') format('embedded-opentype'), 
         url('../fonts/manrope-v13-latin-300.woff2') format('woff2'), 
         url('../fonts/manrope-v13-latin-300.woff') format('woff'), 
         url('../fonts/manrope-v13-latin-300.ttf') format('truetype'), 
         url('../fonts/manrope-v13-latin-300.svg#Manrope') format('svg'); 
  }
  
  @font-face {
    font-display: swap;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/manrope-v13-latin-regular.eot');
    src: url('../fonts/manrope-v13-latin-regular.eot?#iefix') format('embedded-opentype'), 
         url('../fonts/manrope-v13-latin-regular.woff2') format('woff2'), 
         url('../fonts/manrope-v13-latin-regular.woff') format('woff'), 
         url('../fonts/manrope-v13-latin-regular.ttf') format('truetype'), 
         url('../fonts/manrope-v13-latin-regular.svg#Manrope') format('svg'); 
  }
  @font-face {
    font-display: swap;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/manrope-v13-latin-500.eot');
    src: url('../fonts/manrope-v13-latin-500.eot?#iefix') format('embedded-opentype'),
         url('../fonts/manrope-v13-latin-500.woff2') format('woff2'),
         url('../fonts/manrope-v13-latin-500.woff') format('woff'),
         url('../fonts/manrope-v13-latin-500.ttf') format('truetype'),
         url('../fonts/manrope-v13-latin-500.svg#Manrope') format('svg');
  }
  @font-face {
    font-display: swap;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/manrope-v13-latin-600.eot');
    src: url('../fonts/manrope-v13-latin-600.eot?#iefix') format('embedded-opentype'),
         url('../fonts/manrope-v13-latin-600.woff2') format('woff2'),
         url('../fonts/manrope-v13-latin-600.woff') format('woff'),
         url('../fonts/manrope-v13-latin-600.ttf') format('truetype'),
         url('../fonts/manrope-v13-latin-600.svg#Manrope') format('svg');
  }
  @font-face {
    font-display: swap;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/manrope-v13-latin-700.eot');
    src: url('../fonts/manrope-v13-latin-700.eot?#iefix') format('embedded-opentype'), 
         url('../fonts/manrope-v13-latin-700.woff2') format('woff2'), 
         url('../fonts/manrope-v13-latin-700.woff') format('woff'), 
         url('../fonts/manrope-v13-latin-700.ttf') format('truetype'), 
         url('../fonts/manrope-v13-latin-700.svg#Manrope') format('svg'); 
  }
  @font-face {
    font-display: swap;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/manrope-v13-latin-800.eot');
    src: url('../fonts/manrope-v13-latin-800.eot?#iefix') format('embedded-opentype'), 
         url('../fonts/manrope-v13-latin-800.woff2') format('woff2'), 
         url('../fonts/manrope-v13-latin-800.woff') format('woff'),
         url('../fonts/manrope-v13-latin-800.ttf') format('truetype'), 
         url('../fonts/manrope-v13-latin-800.svg#Manrope') format('svg'); 
  }
  .bar1, .bar2, .bar3 {
    width: 20px;
    height: 2px;
    background-color: #ceaa00;
    margin: 5px auto;
    transition: 0.4s;
}
  .navbar-light .navbar-toggler {
    color: transparent;
    background-color: #260e4f;
    height: 47px;
    width: 47px;
    padding: 5px;
}
  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-8px, 6px);
    transform: rotate(-45deg) translate(-4px, 4px);
  }
  .change .bar2 {
    opacity: 0;
  }
  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-6px, -6px);
  }
  .change .bar2 {
   opacity: 0;
  }
.navbar-toggler-icon{
    background-color: #d69a20;
}
  
  ::-moz-selection {
      background: rgb(255 226 217/50%)
  }
  
  ::selection {
      background: rgb(255 226 217/50%)
  }
  * {
      box-sizing: border-box;
      padding: 0;
      margin: 0;
      outline: 0;
      vertical-align: baseline;
  }
  body {
      font-family: 'Manrope', sans-serif;
      background-color: #fff;
      overflow-x: hidden;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  ul {
      padding: 0;
      margin: 0
  }
  a {
      color: #fff;
      text-decoration: none;
      background-color: transparent;
      transition: all 0.3s 0s;
      font-weight: 600;
  }
  a:hover {
      text-decoration: none;
      color: initial;
  }
  li{
    list-style: none;
  }
  button:focus {
      outline: 0!important;
  }
  
  p {
      font-size: 15px;
      line-height: 23px;
      color: #fff;
  }
  a,
  a:hover {
      text-decoration: none;
  }
  .navbar-nav li .nav-link {
    text-transform: uppercase;
    font-weight: 700;
    color: #000000;
    font-size: 16px;
    padding: 0px 18px !important;
  }
  .navbar-expand-lg .navbar-collapse{
    justify-content: end;
  }
  .navbar-nav .nav-link.active{
    color: #fff;
  }
  /* ================================================================================================ */
.box-card{
    color: #000;
    text-align: center;
    margin-bottom: 27px;
    margin-top: -2px;
    display: block;
    font-size: 20px;
    outline: 4px #fff;
    outline-offset: -9px;
    border: 2px solid #e5a835 !important;
    border-style: outset;
    border-radius: 13px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%); 
}
.box-card h3,.box-card h4{
    padding: 5px 10px;
    text-shadow: 1px 1px 2px #000;
    display: block;
    color: #ffffff !important;
    border-radius: 10px 10px 0px 0px;
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-weight: 700;
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #976800 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #ffb40a 62.5%, #5d4a1f 100%);
}
  .main-banner {
      width: 100%;
      background-position: center;
      background-size: cover;
      background-color: #fff;
  }

  .slider-sec{
    padding: 120px 0px;
  }
  .banner-content p {
    font-size: 23px;
    font-weight: bold !important;
    color: #000000;
    font-weight: normal;
    margin-bottom: 55px;
}

.download-apk-btn a {
    position: relative;
    padding: 20px 50px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 200px;
    overflow: hidden;
    border-radius: 40px
  }
  .download-apk-btn a span {
    position: relative;
    color: #fff;
    font-size: 18px;
    font-family: Arial; 
    letter-spacing: 5px;
    z-index: 1;
  }
  .download-apk-btn a .down-btn {
    position: absolute;
    top: -80px;
    left: 0;
    width: 100%;
    height: 200px;
    background: #d8b200;
    box-shadow: inset 0 0 50px rgba(0, 0, 0, .5);
    transition: .5s;
}
.download-apk-btn a .down-btn::after, .download-apk-btn a .down-btn::before {
    content: '';
    width: 118%;
    height: 267%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -75%);
    background: #ffffff;
}
  .download-apk-btn a .down-btn::before {
    
border-radius: 45%;
    
background: rgb(38 14 79);
    
animation: animate 5s linear infinite;
  }
  .download-apk-btn a .down-btn::after {
    
border-radius: 40%;
    
background: rgb(38 14 80);
    
animation: animate 10s linear infinite;
  }
  .download-apk-btn a:hover .down-btn{
    top: -120px;
  }
  @keyframes animate {
    0% {
      transform: translate(-50%, -75%) rotate(0deg);
    }
    100% {
      transform: translate(-50%, -75%) rotate(360deg);
    }
  }


.appbox-btn:hover{
    color: #fff;
}
.play-store-btn:hover{
    color: #fff;
}
.download-apk-btn i{
    padding-right: 8px;
}
.play-store-btn img{
    max-width: 35px;
    padding-right: 8px;
}
.header-bg {
    position: relative;
    z-index: 999;
}
.header-bg .container{
    /* position: absolute; */
    /* top: 0; */
    /* right: 0; */
    /* left: 0; */
}
.header-info img {
    width: 2000px;
    filter: contrast(0.5);
    height: 226px;
    object-fit: cover;
}
img{
    max-width: 100%;
    height: auto;
}
.navbar-expand-lg .navbar-collapse{
    padding: 30px 0px;
}

.banner-content h1{
    font-weight: 600;
    font-size: 54px;
    color: #270e52;
    text-shadow: 4px 8px 4px #b7b8e6;
    margin-bottom: 25px;
}
.slider-sec .row {
    align-items: center;
}
.hero-side-img{
    text-align: center;
}
.play-store-btn{
    padding: 14px 20px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 25%), 0 2px 4px 0 rgb(0 0 0 / 0%);
    text-transform: uppercase;
    background-color: #8b6000;
    font-size: 20px;
    font-weight: 600;
    border: none;
    align-items: center;
    color: #fff;
    line-height: 1.2;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 25%);
    border-radius: 7px;
    border-style: solid;
    border-color: #ffffff80;
    border-width: 0.9px;
    display: flex;
    align-items: center;
}
.download-apk-btn{
    display: flex;
    column-gap: 51px;
}
.appbox-btn {
    padding: 14px 20px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 25%), 0 2px 4px 0 rgb(0 0 0 / 0%);
    background-image: linear-gradient(to bottom, #57cc03, #004f1c), linear-gradient(to bottom, #b1fd2b, #31eb6f);
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Verlag';
    font-weight: 400;
    border: none;
    color: #fff;
    line-height: 1.2;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 25%);
    border-radius: 7px;
    border-style: solid;
    border-color: #b1fd2b;
    border-width: 0.9px;
    display: flex;
    align-items: center;
    animation: shadowPulse 1s infinite;
    cursor: pointer;
}
@keyframes shadowPulse
{
  0% {
    box-shadow: 0 0 0 0px rgba(56, 217, 56, 0.6);
  }
  100% {
    box-shadow: 0 0 0 35px rgba(82, 221, 103, 0);
  }
}
.sub-title h3{
    text-align: center;
    color: #392261;
    font-size: 33px;
    text-shadow: 4px 8px 4px #b7b8e6;
    font-weight: 700;
}

section.card-result-info {
    padding: 60px 0px;
    background-color: #fff;
    padding-bottom: 100px;
}
/* =======about================= */
.about-title h3 {
    text-align: center;
    color: #ceaa00;
    text-shadow: 1px 5px 3px #000000;
    margin-bottom: 0px;
    font-size: 2.9375rem;
    font-weight: 700;
}
.game-time-table .about-title h3 {
    text-align: center;
    color: #392261;
    text-shadow: 4px 8px 4px #b7b8e6;
}
.main-info-title h3{
    text-align: center;
    color: #392261;
    margin-bottom: 0px;
    text-shadow: 4px 8px 4px #b7b8e6;
    font-size: 2.9375rem;
    font-weight: 700;
}

.about-left-content p{
    text-align: justify;
    color: #dadada;
}
.about-us {
    background: #392261;
    padding: 80px 0px;
}
.about-us .row{
    align-items: end;
}
.about-right-img {
    /* padding: 0 60px 60px; */
    /* object-fit: cover; */
    position: relative;
}
.img-about {
    height: 100%;
    z-index: 2222;
    position: relative;
    width: 100%;
    padding: 28px;
}
.about-right-img img {
    width: 100%;
    height: 100%;
    z-index: 2;
    position: relative;
    object-fit: cover;
    display: block;
}
.about-right-img:after {
    content: "";
    background-color: #260e50;
    position: absolute;
    width: 100%;
    height: 50%;
    right: 0;
    left: 0;
    z-index: 1;
    bottom: 0;
}
.about-left-content {
    background-color: #311a58;
    padding: 94px 81px;
    height: 100%;
    display: flex;
    border: 1px solid #ffffff47;
    text-align: center;
    border-radius: 50% 50% 0px 0px;
    flex-direction: column;
}

.play-rates{
    padding: 80px 0px;
    background: #392261;
}
.play-rates .about-title h3 {
    text-align: center;
    color: #ceaa00;
    text-shadow: 1px 5px 3px #000000;
}
.play-rates-bg{
    position: relative;
    background: #ffffff0f;
    border-radius: 50%;
}
.play-rates-content {
    color: #fff;
    background: #2b1553;
    padding: 15px;
    margin: 0 0 40px;
    border-radius: 12px;
    border: 2px solid #f9af28;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    position: relative;
    z-index: 2;
    margin-top: 34px;
    text-align: center;
}
.play-rates-info {
    margin-top: 70px;
}
.play-rates-content p {
    font-weight: 700;
    font-size: 18px;
}
.icon-box {
    border: 3px solid #f9af28;
    font-size: 40px;
    line-height: 100px;
    background: #2b1553;
    width: 130px;
    height: 130px;
    margin: 2px auto;
    border-radius: 100px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}
.icon-box:after{
    content: "";
    background: #f9af28;
    width: 3px;
    height: 40px;
    margin: 0 auto;
    box-shadow: none;
    border-radius: 0;
    left: 0;
    right: 0;
    bottom: -40px;
    position: absolute;
}
.feature-box-info {
    width: 100%;
    color: white;
    display: flex;
    flex-direction: column;
    height:100%;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    transition: 0.3s;
}
.play-rates-item {
    padding: 0px 18px;
}
.heading-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.feature-box-info:hover{
    transform: translateY(-10px);
}

.feature-box-no {
    font-size: 48px;
    color: #ceaa00;
    font-weight: 600;
    padding-bottom: 0px;
    margin-bottom: 0;
    background: #2b1553;
    width: 100%;
    border: 2px solid;
    border-radius: 50% 50% 0px 0px;
    padding: 19px;
}
.feature-box-info h6 {
    font-size: 18px;
    color: #ffffffb8;
    margin-bottom: 0;
}
.feature-box-info i {
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 5px;
    display: block;
}
.contact a i {
    color: #fff;
    background: #260e50;
    font-size: 25px;
    padding: 5px;
    border-radius: 55px;
    margin-right: 10px;
    width: 46px;
    height: 46px;
}

.contact a {
    width: auto;
    display: inline-flex;
    border: 3px dotted #000000;
    position: relative;
    color: #300085;
    background: #ceaa00;
    border-radius: 100px;
    height: 60px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    padding: 0px 5px;
    padding-right: 20px;
    font-size: 18px;
}

.mobile-num:hover {
    color: #000;
}
.whatsaap-info:hover{
    color: #000;
}
.how-play-info .row {
    row-gap: 30px;
}
.mobile-num {
    margin-right: 31px;
    transition: 0.3s;
}

.contact span {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    margin-right: 8px;
}
.how-to-play{
    padding: 80px 0px;
    width: 100%;
    background-color: #fff;
}
.contact-us{
    padding: 32px 0px;
    text-align: center;
    background: #260e50;
}
.ftr-sm{
    color: #000;
    text-align: center;
    display: block;
    padding: 10px;
    font-size: 20px;
    margin-top: 54px;
    outline-offset: -9px;
    background-color: #392261;
}

.footer-link{
    color: #fcbe0d;
}
.footer-link:hover{
    color: #fff;;
}
  .main-title {
    margin-bottom: 27px;
    display: flex;
    padding: 5px;
    align-items: center;
    justify-content: space-between;
    padding: 17px;
    border-radius: 10px;
    border: 2px solid #e5a835;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
  }
.main-title p{
    color: #fdcf21;
    display: inline-block;
    font-size: 20px;
}
.main-data-box {
    border: 2px solid #e5a835;
    border-style: outset;
    border-radius: 10px;
    line-height: 1.9;
    margin-bottom: 27px;
    font-size: 15px;
    background: #18191b;
    text-align: center;
    padding: 24px 10px;
    color: #ffffff;
    text-shadow: 1px 1px 2px #fff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
}

.banner-bg {
    padding: 18px 32px;
    text-shadow: unset;
    display: block;
    color: #ceaa00 !important;
    margin-bottom: 0;
    letter-spacing: 1px;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    background-color: #260e50;
    width: auto;
    border-radius: 6px;
}
.card-result-info h4 {
    display: block;
    font-weight: 800;
    color: #ceaa00;
    font-size: 24px;
}
.play-text {
    width: 100%;
    background-color: #392261;
    border: 2px solid #ceaa00;
    padding: 20px 10px;
    border-top: none;
    /* border-radius: 0px 0px 30px 40px; */
    padding-bottom: 25px;
}
.top-result-box {
    color: #fff;
    background: linear-gradient(to right bottom, #1d0050e0 50%, #260e50 50%);
    /* font-size: 40px; */
    padding: 12px 15px 12px;
    border-radius: 10px 10px 0px 0px;
}

.result-timing-box p {
    background-color: #260e50;
    color: #ceaa00;
    font-weight: 700;
    padding: 5px;
    font-size: 17px;
}
.app-screenshort .about-title h3 {
    text-align: center;
    color: #392261;
    text-shadow: 4px 8px 4px #b7b8e6;
}
div#customers-testimonials {
    margin-top: 25px;
}
.card-result-info span {
    display: block;
    color: #ffffff;
    text-shadow: 1px 1px 2px #000000;
    font-size: 26px;
    line-height: 1.6;
    background: #391b6d;
    margin: 0;
    border: 5px solid #260e50c2;
    padding: 25px 15px;
    font-weight: bold;
}
.result-item {
    padding: 0px 20px;
}
.card-result-info .row {
    margin: 0px -20px;
    row-gap: 20px;
}
.card-result-info .heading-text {
    margin-bottom: 26px;
    row-gap: 20px;
}
    .result-timing-box{
        text-align: center;
        margin: 12px 0px;
        background-position: center;
        width: 100%;
        border-radius: 6px;
        background: #ffffff14;
    }

  
.contact-info {
    padding-top: 4px;
    padding-bottom: 7px;
    background-color: #fbe7ff;
    display: flex;
    margin-bottom: 37px;
    margin-top: 37px;
    -ms-align-items: center;
    align-items: center;
    justify-content: center
}

.contact-info p {
    font-size: 22px;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 12px
}
.follow-us{
    display: flex;
    justify-content: center;
    margin-bottom: 23px;
}
.follow-us a:hover{
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #976800 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #ffb40a 62.5%, #5d4a1f 100%);
    color: #fff;
}
.play-btn:hover{
    color: #fff;
}
.follow-us a{
    border: 1px solid #ffbe2c;
    padding: 9px;
    display: flex;
    flex-direction: row;
    border-radius: 50%;
    width: 36px;
    color: #d37200;
    height: 37px;
    margin-right: 10px;
}
.contact-info a {
    background: radial-gradient(#ffe500, #ff9800);
    color: #000;
    padding: 5px 8px 2px;
    border-radius: 80px;
    display: inline-block;
    box-shadow: 0 0 10px -3px #000;
    border: 1px solid #ff0016;
    text-shadow: 1px 1px 2px #fff;
    font-size: 18px
}


.contact-info a:hover {
    box-shadow: 0 0 10px 0 #000
}

.matka-info-data{
    color: #fff;
    text-align: center;
    margin-bottom: 8px;
    margin-top: 28px;
    display: block;
    font-size: 26px;
    padding: 24px;
    outline: 4px #fff;
    outline-offset: -9px;
    border: 2px solid #a67405 !important;
    border-style: outset;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
}
.matka-info-data h2{
    display: block;
    font-weight: 800;
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #ffd577 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #ffb40a 62.5%, #5d4a1f 100%);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    --text-fill-color: transparent !important;
    font-size: 38px;
}
.info-data-bg{
    padding: 5px 10px;
    text-shadow: 1px 1px 2px #000;
    display: block;
    color: #ffffff !important;
    border-radius: 10px 10px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 700;
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #976800 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #ffb40a 62.5%, #5d4a1f 100%);
}
.main-table{
    width: 100%;
    border: 1px solid #b17d08;
}
.data-table-header{
    padding: 5px 10px;
    text-shadow: 1px 1px 2px #000;
    display: block;
    color: #ffffff !important;
    border-radius: 10px 10px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 700;
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #976800 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #ffb40a 62.5%, #5d4a1f 100%);
}
.main-table thead{
    background-color: #3e3e3e;
    font-size: 16px;
}
.main-table td, .main-table th {
    border: 1px solid #a27002;
    padding: 6px 13px;
    font-size: 18px;
}
.result-light{
    color: #ffcd5b;
    font-weight: 700;
}

.text-color{
    color: #fba400 !important;
}
  .header-logo img {
    width: 133px;
    top: 0px;
    position: absolute;
    /* border: 2px solid #fbbf0d; */
    /* border-radius: 29px; */
  }

  .satta-text p {
      color: #444;
      font-size: 14px
  }
  .matka-card-info .live-name {
    display: block;
    font-weight: 800;
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #ffd577 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #ffb40a 62.5%, #5d4a1f 100%);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    --text-fill-color: transparent !important;
    font-size: 22px;
  }

  .btn {
      display: inline-block;
      font-weight: 400;
      line-height: 1.5;
      color: #212529;
      text-align: center;
      text-decoration: none;
      vertical-align: middle;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none;
      background-color: transparent;
      border: 1px solid transparent;
      padding: 3px 10px;
      margin: 4px 0 1px;
      font-size: 1rem;
      border-radius: .25rem;
      transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
      cursor: pointer
  }

  .new-table-add {
    border: #000 solid 2px;
    text-align: center;
    margin-top: 2px
}
.app-screenshort{
    padding: 60px 0px;
}
.chart-spacing.chart-spacing {
    padding: 0px 7px;
}
.chart-box-mid {

    text-align: center;
 

    border-width: 3px;
    padding: 0px 0px;
}
.time-table table {
    width: 95%;
    margin-top: 40px;
    overflow: hidden;
    background: #FFF;
    color: #000000;
    border: 1px solid #4f50bf;
    border-collapse: unset;
}

.time-table table tr th {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #392261;
    width: 59px;
    padding: 10px 0;
}
.time-table table tr td {
    text-align: center;
    color: #000;
    font-size: 15px;
    width: 64px;
    padding: 9px 0;
    font-weight: 600;
    border: 1px solid #D9E4E6;
}
.time-table table tr td a{
    border-bottom: 1px dashed;
    color: #5d2bb5;
}
.time-table td:first-child {
    border-right: 1px solid #D9E4E6;
}
.time-table table tbody   tr:nth-of-type(odd) {
    background-color: #39226129;
}

.time-table table tr {
    border: 1px solid #D9E4E6;
}
.app-img {
    text-align: center;
}
.app-screenshort-info{
    padding-top: 30px;
}
.app-img img{
    transition: 0.3s;
}
.app-img img:hover{
    transform: scale(1.1);  
}
/* ========chart=== */
.sub-header{
    width: 100%;
    display: flex;
    background: #8a47ff21;
    justify-content: center;
    position: relative;
    clip-path: polygon(49% 100%, 0 0, 100% 0);
}
.sub-header .header-logo img{
    width: 206px;
    position: relative;
}
.logo-sub-title h6{
    font-size: 21px;
    color: #fff;
    margin-top: 9px;
}
.sub-header .header-logo {
    /* position: absolute; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
}
.chart-box {
    border: 1px solid #260e5087;
    text-align: center;
}

.chart-title {
    border-bottom: 1px solid #4f50bf;
    margin: 0;
    color: #ffffff;
    padding: 7px 5px;
    line-height: 23px;
    font-weight: 700;
    background: #260e50;
    text-align: center;
}
.d-table {
    display: table;
    width: 100%;
    height: 100%;
}
.d-table-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.chart-box-inner span {
    line-height: normal;
    margin-bottom: 0;
    writing-mode: vertical-rl;
    text-orientation: upright;
    color: #000;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 5px 0px;
}

.chart-box-mid {
    border-left: 1px solid #260e508f;
    border-right: 1px solid #260e508f;
    text-align: center;
}
.chart-box-mid h4{
    color: #310580;
    font-weight: 700;
}
.chart-result {
    color: #020661!important;
}
.time-table table tr td a:hover{
    color: #000000;
}
.navbar-nav li .nav-link:hover {
    color: #622dbe;
}

#customers-testimonials .item {
    text-align: center;
    padding: 20px;
    margin-bottom: 50px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 300px;
    margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span, #customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #4a14a6;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    outline: none;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #000;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.5);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
    border-radius: 100%;
}
.game-time-table {
    padding: 80px 0px;
    background-color: #fff;
}



@media (max-width:1440px){
    .slider-sec {
        padding: 163px 0px;
    }
}
@media (max-width:1200px){
    .navbar-nav li .nav-link{
        font-size: 15px;
    }
    .slider-sec {
        padding: 82px 0px;
    }
    .appbox-btn{
        font-size: 17px;
    }
    .download-apk-btn {
        display: flex;
        column-gap: 26px;
    }
    .play-store-btn{
        font-size: 17px;
    }
    .banner-content h1 {
        font-size: 43px;
    }
    .banner-content p{
        font-size: 19px;
    }
}
@media (max-width:992px){
    .navbar-collapse{
        background-color: #260e4f;
        margin-top: 30px;
    }
    .navbar-nav li .nav-link{
        color: #fff;
    }
    ul.navbar-nav {
        padding: 10px 20px;
    }
    .navbar-nav .nav-item:last-child{
        border-bottom: 0;
    }
    .contact {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        gap: 9px;
    }
    .mobile-num {
        margin-right: 0px;
    }
    .slider-sec {
        padding-top: 25px;
    }
    .hero-side-img {
        margin-top: 70px;
    }
    .hero-side-img img {
        width: 300px;
    }
    .banner-content {
        text-align: center;
        margin-top: 100px;
    }
    .navbar-nav .nav-item {
        padding: 10px 0px;
        text-align: center;
        border-bottom: 1px solid #fcca1b6b;
    }
    .download-apk-btn{
        justify-content: center;
    }
    .download-apk-btn a {
        padding: 17px 30px;
    }
    .download-apk-btn a span {
        letter-spacing: 5px;
    }
    section.card-result-info {
        padding: 50px 0px;
    }
    .about-right-img img {
        width: 100%;
        margin-top: 52px;
    }
    .app-img img{
        margin-bottom: 20px;
    }
    .app-screenshort {
        padding: 60px 0px;
        padding-bottom: 57px;
    }
    .navbar-expand-lg .navbar-collapse {
        border-radius: 10px;
    }
    .card-result-info span {
        padding: 22px 10px;
    }
    .navbar-expand-lg .navbar-collapse{
        padding: 0px;
    }
    .navbar-light .navbar-toggler{
        margin-top: 6px;
    }
    .navbar-light .navbar-toggler{
        height: 40px;
        width: 40px;
    }
    .header-logo img {
        width: 93px;
    }

}
@media (max-width:768px){
    .feature-arrow-one {
        margin-top: 0% !important;
        margin-bottom: 25px;
    }
    .feature-arrow-two {
        margin-top: 0% !important;
        margin-bottom: 25px;
    }
    .feature-arrow-three {
        margin-top: 0% !important;
        margin-bottom: 25px;
    }
    
    .play-rates {
        padding: 54px 0px;
    }
   .chart-spacing {
        padding: 6px !important;
    }
    .banner-bg {
        font-size: 22px;
        margin-bottom: 5px !important;
        padding: 10px 32px;
    }
    .card-result-info .heading-text{
        justify-content: center;
    }
    .sub-header .header-logo img {
        width: 130px;
    }
    .logo-sub-title h6 {
        font-size: 12px;
    }
    .sub-title{
        width: 100%;
    }
    .ftr-sm{
        margin-top: 25px;
    }
    .sub-title h3 {

        font-size: 30px;
    }
    .card-result-info h4 {
        font-size: 22px;
    }
    .card-result-info .row {
        row-gap: 8px;
        margin: 0px -12px;
    }
    .about-title h3 {

        font-size: 2.2rem;
    }
    .owl-carousel .owl-item img {
        max-width: 256px;
    }
    .play-rates-info {
        margin-top: 39px;
    }
    .how-play-info .row {
        row-gap: 11px;
    }
    .play-rates-bg {
        position: relative;
        background: #ffffff0f;
        padding: 17px;
        margin-bottom: 17px;
        border-radius: 50%;
    }
    #customers-testimonials .item{
        margin-bottom: 0;
    }
    .owl-item .p-4 {
        padding: 0 !important;
    }
    .app-screenshort{
        padding-bottom: 0;
        padding-top: 0px;
    }
    .header-info img {
        height: 125px;
    }    
    .header-logo img {
        width: 98px;
    }
    
}

@media (max-width:575px){
    .owl-carousel .owl-item img {
        max-width: 80%;
    }
    .header-logo img {
        width: 80px;
        top: -4px;
    }
    .navbar-collapse {
        margin-top: 20px;
    }
    section.card-result-info {
        padding: 50px 0px;
    }
    .banner-content {
        text-align: center;
        margin-top: 23px;
    }
    .contact a {
        height: 51px;
        font-size: 14px;
        width: 100%;
        justify-content: left;
        max-width: 100%;
        padding: 6px 8px;
    }    
    .contact a i {
        font-size: 19px;
        width: 36px;
        height: 36px;
    }
    .hero-side-img {
        margin-top: 10px;
    }
    .hero-side-img img {
        width: 124px;
    }
    .slider-sec .row {
        align-items: center;
        flex-direction: column-reverse;
    }
    .navbar-light .navbar-toggler {
        height: 37px;
        width: 37px;
        width: 37px;
    }
    .contact span {
        font-size: 15px;
    }
    .game-time-table {
        padding: 40px 0px;
    }
    .about-right-img img{
        margin: 0;
    }
    .sub-title h3 {
        font-size: 26px;
    }
    .slider-sec{
        padding: 34px 0px;
    }
    .about-title h3, .main-info-title h3 {

        font-size: 1.8rem;
    }
    .how-to-play {
        padding: 30px 0px;
    }
    .main-info-title.mb-5 {
        margin-bottom: 30px !important;
    }
    .play-text {    
        padding: 10px 10px;
        border-radius: 0px 0px 30px 40px;
        padding-bottom: 20px;
    }
    .main-banner {
        background-position: center;
        background-repeat: no-repeat;
    }
    .banner-content h1 {
        font-size: 27px;
        text-align: center;
        margin-bottom: 12px;
    }
    .download-apk-btn a span {
        letter-spacing: 2px;
        font-size: 16px;
    }
    .card-result-info h4 {
        font-size: 20px;
    }
    .img-about{
        height: auto;
    }
    .feature-box-no{
        padding: 0px;
    }
    .about-right-img {
        padding: 0 30px 30px;
    }    
    .ftr-sm {
        margin-top: 0;
    }
    .card-result-info span {
        
        font-size: 24px;
    }
    .download-apk-btn a {
        padding: 15px 18px;
        width: auto;
        min-width: auto;
        display: inline-block;
    }
    .banner-content p {
        margin-bottom: 25px;
        font-size: 14px;
    }
    
    .download-apk-btn{
        display: block;
    }
    .contact-us{
        padding: 20px 0px;
    }
    .appbox-btn{
        width: 170px;
        text-align: center;
        display: flex;
        justify-content: center;
        margin-bottom: 7px;
        font-family: 'Manrope', sans-serif;
    }
    .appbox-btn {
        font-weight: 700;

        font-size: 13px;
    }
    .whatsaap-info i{
        font-size: 20px;
        padding: 7px 5px;
        padding-right: 10px;
    }
    .play-rates {
        padding: 37px 0px;
    }
    .play-rates .about-title {
        margin-bottom: 15px !important;
    }
 
    .about-title h3{
        margin-bottom: 6px;
    }
    .main-info-title h3{
        margin-bottom: 0px;
    }
    .time-table{
        width: 100%;
        overflow: auto;
    }
    .time-table table {
        width: 100%;
        margin-top: 7px;
    }
    .time-table table tr td{
        padding: 6px 3px;
        font-size: 13px;
        font-weight: 500;
        white-space: nowrap;
    }
    
    .play-store-btn{
        width: 267px;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .result-timing-box{
        margin: 2px 0px;
    }
   
    .about-us .about-title{
        margin-bottom: 13px !important;
    }
    .chart-spacing {
        padding: 6px !important;
        margin-bottom: 5px !important;
        margin-top: 5px !important;
    }
    .play-rates-content{
        margin-top: 20px;
    }
    .about-left-content {
        padding: 11px 11px;
        border-radius: 0;
    }
    .app-screenshort {
        padding-bottom: 0;
        padding-top: 21px;
    }
    .about-left-content p{
        font-size: 14px;
        line-height: 22px;
    }
    .about-us{
        padding-bottom: 0;
        padding-top: 0px;
    }
    .time-table table tr th{
        padding: 8px 0;
        font-size: 14px;
    }
        
}
@media (max-width:375px){
    .mobile-num i{
        font-size: 17px;
        padding: 6px 6px;
    }
    .whatsaap-info i{
        font-size: 17px;
        padding: 6px 6px;
    }
    .mobile-num{
         font-size: 14px;
         display: block;
    }
    
    .whatsaap-info{
        font-size: 14px;
    }
    .contact span{
        font-size: 14px;
    }
}

