@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gugi&amp;display=swap');
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #666666;
  position: relative;
}
p:last-of-type{
  margin-bottom: 0;
}
a:hover {
  text-decoration: none;
}
.container {
  max-width: 1170px;
}
h1 {
  font-size: 58px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size:35px;
}
h4 {
  font-size:30px;
}
h5 {
  font-size:24px;
}
h6 {
  font-size:18px;
}
h1, h2, h3, h4, h5, h6{
  line-height: 1.2;
  font-weight: bold;
  color: #000;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
  color: #000;
}


/*Button*/

.btn-primary {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(180deg, #720067 0%, rgba(57, 16, 62, 0.91) 57.62%, #BC3364 117.46%);
  border-radius: 42.5px;
  
}
.btn {
    color: #FFF;  
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.btn-lg {
  padding: 13px 40px;
}

.navbar-nav .nav-item {  
  font-size: 16px;  
  font-weight: 500;
}

.navbar-nav .nav-item .nav-link {
  color: #000;      
}
.navbar-nav .nav-item {
  padding: 0 12px;
}

/*Main Header*/
.main-header {
  position: relative;
  z-index: 2;
}
.main-header a.navbar-brand {
    max-width: 79px;
    margin-right: 0;
}


/*Main Banner*/
.main-banner {
  padding: 50px 0 50px!important;  
  background-color:  #1F0644;
  background-image: url(../images/banner-pattern.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}
.main-banner >* {
  position: relative;
  z-index: 1;
}
.banner-info .title {
  color: #fff;
  text-align: center;
  color: #FFF;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 50px;
  font-weight: 400;
  font-family: 'Gugi', sans-serif;
}
/*.main-banner:after {*/
/*  position: absolute;*/
/*  left: 0;*/
/*  right: 0;*/
/*  bottom: -135px;*/
/*  width: 100%;*/
/*  background-size: cover;*/
/*  background-position: bottom center;*/
/*  height: 453px;*/
/*  background-image: url(../images/banner-bg.png);*/
/*  background-size: cover;*/
/*  background-repeat: no-repeat;*/
/*  content: "";*/
/*}*/
.main-banner:before {
  background-image: url(../images/banner-overlay.png);  
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 70%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
}

/*Games Results*/

.games-results {
  background-color: #4B107B;
  padding: 10px 0 0;
}
.sec-heading .title {
  color: #FFF;
  font-family: Gugi;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.sec-heading.size-m .title {
  font-size: 42px;
}

.sec-heading .title {
  color: #fff;
  font-weight: unset;
}
.sec-heading.w-md {
  max-width: 722px;
  margin: 0 auto 40px;
}
.sec-heading .desc {
  font-size: 18px;
  color: #FFF;
  max-width: 729px;
}
.results-item {
  background-image: url(../images/results-vec.html);
  background-repeat: no-repeat;
  background-position: center;
}

/*Lucky Card*/
.lucky-card {
  background-color: #4B107B;
  padding: 80px 0;
}
.lucky-slider {
  min-height: 455px;
}
.lucky-slider .item-img img {
    display: inline-block;
}
.lucky-slider .item-img {
  text-align: center;
}
.item.slick-slide.slick-center {
    transform: scale(1.3);
    opacity: 1;
}
.item.slick-slide {
    padding: 80px 0;
    transition: all 0.35s;
    opacity: 0.5;
}


.lucky-slider .item-img span {
    font-size: 0;
    margin-left: 39px;
    color: #fff;
    font-family: 'Gugi', sans-serif;  
    transition: all 0.35s;
    display: block;
    margin-top: 10px
}
.lucky-slider .item.slick-slide.slick-center .item-img  span {
  font-size: 14px;
}
/*Desawar Matka*/
.desawar-matka {
  background: #1F0644;
  padding: 80px 0;  
}
.item-desawar {
  border-radius: 0px 22px 22px 22px;
  border: 2px solid var(--BOX-GR2, #720067);
  background: linear-gradient(135deg, #720067 6.68%, rgba(57, 16, 62, 0.00) 49.41%, #BC3364 105.82%);
  padding: 35px 25px;
  max-width: 330px;
  margin-bottom: 15px;
}
.desawar-matka .row [class*="col-"] {
    margin-bottom: 15px;
}
.desawar-info {
  background: linear-gradient(180deg, rgba(255, 145, 0, 0.64) 0%, rgba(57, 16, 62, 0.00) 57.62%, rgba(255, 193, 23, 0.63) 117.46%);
  border-radius: 8px;
  padding: 6px 15px;
  color: #FFF8F8;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stap {
  margin-top: 20px;
  max-width: 220px;
}
.stap .sub-title {
  color: #FFF;
  font-family: 'Gugi', sans-serif;  
  font-size: 18px;
  font-weight: 300;
  opacity: 0.6;
  margin-bottom: 11px;
  display: inline-block;
}
.stap .stap-title {
  color: #FFF;
  font-size: 24px;
  font-weight: 300;
  padding-bottom: 12px;
  margin-bottom: 0;
}
.stap .desc {
  color: #FFF;  
  font-size: 18px;  
  font-weight: 300;  
  opacity: 0.7;
}
.number-count .number-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.number-count .number-list li {
  height: 38px;
  width: 47px;
  background: linear-gradient(180deg, rgba(255, 145, 0, 0.64) 0%, rgba(57, 16, 62, 0.00) 57.62%, rgba(255, 193, 23, 0.63) 117.46%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px 7px;
  border-radius: 5px;
  color: #fff;
}
.item-desawar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin: 0 auto;
}
.desawar-item li.item {
  width: 50%;
  margin: 0 5px;
  list-style: none;
}

/*Start Playing*/

.start-playing {
  background-color: #4B107B;
  padding: 50px 0;
  position: relative;
}
.start-playing:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: url(../images/playing-overley.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.start-playing >* {
  position: relative;
  z-index: 1;
}
.start-playing .sec-heading.w-md {
  max-width: 100%;
  margin-bottom: 0;
}
.start-playing .sec-heading.w-md .title  {
  margin-bottom: 27px;
}


/*Game Companies*/

.game-companies {
  padding: 83px 0;
  background-color: #1F0644;
}
.game-item .them-img {
  min-height: 56px;
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  justify-content: center;
  max-width: 45px;
  margin: 0 auto 4px;
}

.game-item {
  padding: 25px 16px;
  border-radius: 0px 22px 22px 22px;
  border: 3px solid #720067;
  background: linear-gradient(90deg, #720067 2.42%, rgba(57, 16, 62, 0.00) 51.62%, #BC3364 102.73%);
  text-align: center;
  color: #FFF;
  font-family: Gugi;
  font-size: 17px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
}
.game-item:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.35s;
  border-radius: 0px 22px 22px 22px;
  background: linear-gradient(139deg, rgba(255, 174, 68, 0.35) 8.68%, rgba(57, 16, 62, 0.00) 49.82%, rgba(83, 255, 203, 0.44) 93.28%);
  content: "";
}
.game-item:hover::after {
 opacity: 1;  
}
.games-reviews {
  background: linear-gradient(180deg, #720067 0%, rgba(57, 16, 62, 0.00) 57.62%, #BC3364 117.46%);
  max-width: 933px;
  margin: 52px auto 0;
  padding: 25px 15px 20px;
  border-radius: 12px;
}
.reviews-title .title {
  color: #FFF;
  font-family: Gugi;
  font-size: 35px;
  font-weight: 400;
  text-align: center;
  max-width: 295px;
  margin: 0 auto;
}
.reviews-img {
  max-width: 285px;
  margin: 0 auto;
}

/*Love To Play*/
.play-item-card {
  border-radius: 20px;
  background: linear-gradient(180deg, #720067 0%, rgba(57, 16, 62, 0.00) 57.62%, #BC3364 117.46%);
  padding: 30px;
}
.love-to-play {
  background-image: url(../images/love-to-play.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 70px 0;
}
.love-to-play .row [class*="col-"] {
  margin-bottom: 15px;
}
.play-item-card .inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrapw;
}
.play-item-card .inner .left {
  margin-right: 24px;
}
.play-item-card .info .name {
  color: #FFF;
  font-size: 17px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 7px;
}
.play-item-card .info .desc {
  color: #FFF;
  text-align: center;
  font-family: Gugi;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.love-to-play .list-wrap {
  max-width: 940px;
  margin: 0 auto;
}
/*Games Winners*/
.games-winners {
  background-image: url(../images/games-winners.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 0;
}

.winners-item {
  border-radius: 13px;
  background: linear-gradient(90deg, #720067 2.42%, rgba(57, 16, 62, 0.00) 51.62%, #BC3364 102.73%);
  padding: 30px;
  text-align: center;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 15px;  
}
.winners-item:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.35s;
  border-radius: 13px;
  background: linear-gradient(180deg, rgba(255, 174, 68, 0.35) 0.43%, rgba(57, 16, 62, 0.00) 51.59%, rgba(83, 255, 203, 0.44) 100%);
  content: "";
}
.winners-item >* {
  position: relative;
  z-index: 1;
}
.winners-item .amount p {
  font-size: 19px;
}
.winners-item:hover::after {
  opacity: 1;
  
}
.winners-item .amount {
  width: 162px;
  height: 162px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin: 0 auto 20px;
}
.winners-item .amount strong {
  color: #260D4A;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
}
.winners-item .amount p {
  color: #260D4A;
  text-align: center;
  font-family: "GT Walsheim Trial";
  font-size: 22px;
  font-weight: 400;  
}
.winners-item .info {
  max-width: 215px;
  margin: 35px auto 0;
}
.winners-item .info .name {
  color: #FFF;
  text-align: center;
  font-family: Gugi;
  font-size: 26px; 
  font-weight: 400;
}
.winners-item .info .desc {
  color: #FFF;
  text-align: center;  
  font-size: 20px;
  font-weight: 300;
}

.winners-list {
  max-width: 1060px;
  margin: 0 auto;
}


/*Game Fans*/
.game-fans {
  padding: 80px 0;
  background-color: #260D4A;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/game-fans-over.png);
}
.game-fans .them-img {
  margin-right: 8%;
}
.games-heding .sub-title {
  font-family: 'Montserrat';
  font-size: 23px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  display: inline-block;
  margin-bottom: 14px;
  text-align: left;
}
.games-heding {
    margin-bottom: 25px;
}
.games-heding .title {
  font-family: Gugi;
  font-size: 50px;
  font-weight: 400;
  line-height: 63px;
  letter-spacing: 0em;
  color: #fff;  
}
.games-list .item-info .desc {
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
}
.games-list .games-item {
  display: flex;  
}

.games-list .games-item .them-icone {
  width: 100px;
  margin-right: 26px;
}
ul.games-list li {
  margin-bottom: 15px;
  list-style: none;
}
/*Frequently Asked*/

.frequently-asked {
  background-color: #260D4A;
  padding: 100px 0 74px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/game-fans-over.png);
}
.card-header, .card {
  border-radius: 13px !important;
  background-color: #FFFFFF;
}
.frequently-asked .btn {
  color: #000000;
  width: 100%;
  text-align: left;
  position: relative;
  text-transform: capitalize;
  font-size: 17px;
  white-space: unset;
}
.frequently-heading {
    margin-bottom: 15px;
}
.btn:hover,.btn:focus {
  text-decoration: none;
}
.card {
margin-bottom: 25px;
}
.frequently-asked .title {
  color: #fff;
}
.frequently-asked .btn i.arrow {
  margin-left: auto;
  position: absolute;
  right: 0;
  width: 19px;
  transform: rotate(178deg);
  transition: all 0.35s;
  top: 7px;
}
.frequently-asked .btn.collapsed i.arrow {
  transform: rotate(0);
}
/*Main Footer*/

.main-footer {
  background-color: #4B107B !important;
  padding: 50px 0 !important;
  text-align: center;
  color: #fff;
}
.footer-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  margin-top: 30px;
  flex-wrap: wrap;
}
.footer-menu li {
  padding: 0 15px;
  list-style: none;
}
.footer-menu li a {
  color: #fff;
}
.main-footer .desc {
   max-width: 680px; 
   font-size: 15px;
   margin: 0 auto 15px;
}

.games-results .nav .nav-item .nav-link {
  background-color: transparent;
  padding: 12px 48px;
  background-size: cover;
  background-position: center;
  background-image: url(../images/btn-fram.svg);
  color: #fff;
}
.games-results .nav .nav-item {
  margin: 0 9px;
  font-family: 'Gugi', sans-serif;
  font-weight: 800;
  min-width: 265px;
  text-align: center;
  margin-bottom: 10px;
}

/*.games-results .item {
  margin-bottom: 23px;
}*/
.games-results .nav .nav-item a {
  filter: grayscale(1);
  color: #979797 !important;
  transition: all 0.35s;
}

.games-results .nav .nav-item a.active {
    filter: unset;
    color: #fff !important;
}
.games-results .tab-content {
  margin-top: 10px;
}
.games-results .nav-pills {
  justify-content: center;
}
.games-results .sec-heading {
  margin-bottom: 40px;
  text-align: center;
  margin-top: 50px;
}



/*Inner Page Banner*/

.inn-p-banner {
  padding: 103px 0;
  background-color: #1F0644;
  position: relative;
}
.inn-p-banner >* {
  position: relative;
  z-index: 1;
}
.inn-p-banner:after {
  background-image: url(../images/inner-banner.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  content: "";
}

.inn-p-banner .title {
  text-align: center;
  color: #fff;
  font-size: 40px;
  margin-bottom: 0;
}

.table-previous {
  background-color: #1F0644;
  padding: 44px 44px 47px;
  border-radius: 20px;
}
.table-previous tr {
  box-shadow: inset -3px -8px 15px #f38c2d59;
}
.table-previous th {
  white-space: nowrap;
}

.table-previous th, .table-previous td,.table-previous tr {
  border-color: transparent;
  color: #fff;
}
.table thead th {
  border-bottom-color: transparent;
}
.table {
  margin-bottom: 0;
}
.table-previous th, .table-previous td {
  padding: 17px 23px;
}
.table-previous .heading {
 box-shadow: inset -3px -8px 15px #7200679c; 
}
.result-tit-wrap .result-title {
  color: #fff;
  font-size: 15px;
  display: inline-block;
}
.result-tit-wrap {
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: solid #ffffff63 1px;
}
.result-tit-wrap .result-title.style-2 {
  padding-bottom: 15px;
  border-bottom: solid 1px #ffffff63;
}
.previous-result {
  padding: 80px 0;
  background-color: #4D127E;
}
.submit-btn {
  background-color: #fff;
  border-radius: 5px;
  font-weight: 500;
  color: #000;
  padding: 15px 25px;
  font-size: 15px;
  font-weight: 700;
}
.form-control {
  color: #000;
  font-weight: 600;
  height: 53px !important;
}
.input {  
  margin-right: 10px;
}
.form-wrap {
  display: flex;
  justify-content: end;
}
.result-tit-wrap .input {
  width: 100%;
  max-width: 250px;
}





ul.card-list-wrap li.card-list {
    padding: 0 23px 35px;
    list-style: none;
}
ul.card-list-wrap {
  display: flex;
  flex-wrap: wrap;
}
.table-previous.style-2 {
  padding: 44px 44px 11px;
}

ul.card-list-wrap li.card-list .card-name {
  color: #fff;
  text-align: center;
  font-weight: 600;
  margin-top: 20px;
  display: block;
  margin-left: 15px;
} 



.card-slider.slick-initialized .slick-slide {
  display: flex;
  flex-wrap: wrap;
}
.slick-arrow {
  background-size: cover;
  background-image: url(../images/arrow-left.png);
  background-size: cover;
  background-position: center;
  height: 48px;
  background-repeat: no-repeat;
  width: 48px;
}
.slick-prev {
  left: -101px;  
}
.slick-arrow:before {
  display: none;
}

.slick-prev:hover, .slick-prev:focus {
  background: url(../images/arrow-left.png);
  background-size: cover;
}
 .slick-next:hover, .slick-next:focus {
    background-image: url(../images/arrow-right.png);
    background-size: cover;
 }
.slick-next {
  background-image: url(../images/arrow-right.png);
  right: -101px;  
}

.slick-dots li {  
  width: 12px;
  height: 12px;  
  background-color: #fff;
  border-radius: 100%;
}
.slick-dots li.slick-active {
  opacity: 0.8;
}



.main-header {
    position: sticky;
    z-index: 2;
    top: 0;
    background-color: #fff;
}

.navbar-nav .nav-item .downlode-app {
    display: none;
}
.downlode-app.style-2 {
  display: none;
}
@media only screen and (max-width: 991px) {
  .navbar-nav .nav-item .downlode-app {
    display: block !important;
  }
  .navbar-nav .nav-item:last-child {display: block !important;}
  .navbar-nav .nav-item .downlode-app a.btn.btn-lg.btn-primary {
    display: block;
    border: none;
  }
  .downlode-app.style-2 {
    display: block !important;
  }
}




.games-results .results-items .item {
  background-image: url(../images/results-1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  padding: 13px 24px;
  display: flex;
  align-items: center;
  max-width: 332px;
  height: 150px;
  background-position: center;
  margin: 0 auto;
}
.games-results .results-items  .item .center {
  padding: 0 10px;
}

.games-results .results-items .item .left, .games-results .results-items .item .right {
    width: 20%;
}
.games-results .results-items .item .center {
  width: 70%;
  padding: 0 13px;
  text-align: left;
}
.games-results .results-items .item .center h6.title {
  font-size: 14px;
  margin-bottom: 8px;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.games-results .results-items .item .center .desc {
  color: #fff;
  font-size: 13px;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.games-results .results-items .item .right .number {
  background-color: #FF9636;
  height: 47px;
  width: 48px;
  border-radius: 100%;
  border: solid #3A035E 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #FFF;
  font-size: 19px;
}

.results-items [class*="col-"] {
  margin-bottom: 15px;
}
.mrch-rsult table tr th{
       border-color: #fff;
    background-color: #15679f;
    color: #fff;
    font-size: 8px;
    font-weight: 700;
    font-family: roboto, sans-serif;
    /* white-space: nowrap; */
    padding: 5px;
}
.mrch-rsult table tr td{

        font-size: 10px;
    padding: 10px 5px;
}