@charset "utf-8";
/* CSS Document Main */

*,
*::before,
*::after {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   list-style: none;
}

body,
html {
	width: 100%;
	font-size: 14px;
	color: #91781f;
	font-weight: normal;
	font-family: sans-serif;
	margin: 0;
	padding: 0;	
}

#ham-menu {
   display: none;
}
.resultlive {
	margin-bottom: 0;	
	border-radius: 10px;
	padding: 5px 10px;  
	color: #000;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}
label[for="ham-menu"] {
   display: block;
   position: fixed;
   top: 18px;
   left: 20px;
   z-index: 999;
   background-color: var(--home-bg-color);
   border-radius: 15px;
   border: 2px solid var(--border-color);
}

.ham-menu {
   width: 17vw;
   position: fixed;
   top: 0;
   visibility: hidden;
   transform: translate(-110%);
   z-index: 998;
   background-color: #da0000;
   transition: 1s;
   display: flex;
   justify-content: center;
   align-items: center;
   left: 0
}

.logo span {
   color: #fff;
   font-size: 19px;
   text-transform: uppercase;
   position: relative;
   top: 3px;
}

.ham-menu>ul {
   display: flex;
   flex-flow: column nowrap;   
   padding: 20px;  
   padding-top: 90px;
}

.ham-menu>ul>li {
   font-size: 14px;
   white-space: nowrap;
   letter-spacing: 0.15em;
   cursor: pointer;
   color: rgb(97, 97, 97);
   padding-left: 10px;
   padding-bottom: 20px;
}

#ham-menu:checked+label {
   background-color: transparent;
   border-color: var(--dark-green);
}

#ham-menu:checked~div.ham-menu {
   transform: translate(0px);
   visibility: visible;
}
.menuimg{
	width: 24px;
}
.full-page-green {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 997;
   opacity: 0;
   visibility: hidden;
   display: none;
   transition: 500ms;
   position: fixed;
   top: 0;
   left: 0;
}

.wallet-text {
   padding: 5px;
   font-size: 14px;
   display: inline-block;
   color: #FFFFFF;
   padding:12px 20px;
   background-color:#000;
}

#ham-menu:checked~div.full-page-green {
   display: block;
   opacity: 1;
   visibility: visible;
}

[for="ham-menu"]>div {
   width: 100%;
   height: 100%;
   display: flex;
   flex-flow: column wrap;
   align-content: center;
   align-items: center;
}

.menu-line {
   display: block;
   width: 17px;
   height: 2px;
   margin: 2px 0 4px;
   border-top-left-radius: 2px;
   border-bottom-left-radius: 2px;
   background-color: #fff;
   transition: 500ms;
   transform-origin: right center;
}

[for="ham-menu"]>div>span:nth-child(4),
[for="ham-menu"]>div>span:nth-child(5),
[for="ham-menu"]>div>span:nth-child(6) {
   border-top-left-radius: 0;
   border-bottom-left-radius: 0;
   border-top-right-radius: 2px;
   border-bottom-right-radius: 2px;
   transform-origin: left center;
}

#ham-menu:checked+label span {
   background-color: #fff;
}

#ham-menu:checked+label span:nth-child(2),
#ham-menu:checked+label span:nth-child(5) {
   transform: scale(0);
}

#ham-menu:checked+label span:nth-child(1) {
   transform: translateY(12px) rotate(45deg);
}

#ham-menu:checked+label span:nth-child(4) {
   transform: translateY(12px) rotate(-45deg);
}

#ham-menu:checked+label span:nth-child(3) {
   transform: translateY(-15px) rotate(-45deg);
}

#ham-menu:checked+label span:nth-child(6) {
   transform: translateY(-15px) rotate(45deg);
}

p {
   display: block;
   font-size: 14px;
   line-height: 21px;
   word-spacing: 0em;
   letter-spacing: 0.0em;
}

a {
   font-size: 14px;
   line-height: 1.5em;
   text-decoration: :none;
   display: inline;
   font-weight: bold;
   padding: 7px;
   color: #91781f;
}

.text {
   font-size: 2.5rem;
   line-height: 1.5em;
   word-spacing: 0.5em;
   letter-spacing: 0.1em;
}

.title {
   font-size: 3rem;
   line-height: 1.5em;
   word-spacing: 0.5em;
   letter-spacing: 0.1em;
   color: var(--icon-hover-bg);
   padding: 10px;
}

.heading {
   font-size: 6rem;
   line-height: 1.5em;
   word-spacing: 0.5em;
   letter-spacing: 0.1em;
}

.centre-text {
   text-align: center;
}

.bold-text {
   font-weight: bold;
}

.mySlides {
   display: none;
}

img {
   vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
   max-width: 100%;
   position: relative;
   margin: auto;
}

.white-text {
   color: #fff
}

.navbox {
   font-size: 30px;
   cursor: pointer
}

/* Caption text */
.text {
   color: #f2f2f2;
   font-size: 15px;
   padding: 8px 12px;
   position: absolute;
   bottom: 8px;
   width: 100%;
   text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
   color: #f2f2f2;
   font-size: 14px;
   padding: 8px 12px;
   position: absolute;
   top: 0;
}

/* The dots/bullets/indicators */
.dot {
   height: 15px;
   width: 15px;
   margin: 0 2px;
   background-color: #bbb;
   border-radius: 50%;
   display: inline-block;
   transition: background-color 0.6s ease;
}

/*.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
   animation-name: fade;
   animation-duration: 1.5s;
}

@keyframes fade {
   from {
      opacity: .4
   }

   to {
      opacity: 1
   }
}

.mySlides.fade img {
   height: 250px;
   width: 100%
}


.sidenav {
   height: 100%;
   width: 0;
   position: fixed;
   z-index: 1;
   top: 0;
   left: 0;
   background-color: #111;
   overflow-x: hidden;
   transition: 0.5s;
   padding-top: 60px;
}

.sidenav a {
   padding: 8px 8px 8px 32px;
   text-decoration: none;
   font-size: 25px;
   color: #818181;
   display: block;
   transition: 0.5s;
}

.sidenav a:hover {
   color: #f1f1f1;
}

.sidenav .closebtn {
   position: absolute;
   top: 0;
   right: 25px;
   font-size: 36px;
   margin-left: 50px;
}

.clear {
   clear: both
}

.kalyanheader {
   padding: 5px;
   background: #ca0f0f;
   width: 100%;
   position: fixed;
   top: 0;
   z-index: 9;
}
.logoimgg{
	width:250px;
}
.navbox {
   width: 5%;
   float: left;
   height: 24px;
   text-align: left
}

.logo {
   width: 54%;
   float: left;
}

.wallet {
   width: 28%;
   float: right;
   text-align: right;
}

.ham-menu a {
   color: #FFFFFF;
   text-decoration: none
}

.appmenu {
   width: 100%;
}

.gmelistmenu {
   display: flex !important;
   overflow-x: auto;
}

.menulist {
   text-align: center;
   margin: auto;
   display: block;
   padding-top: 10px;
   font-size: 14px;
   color: #0c9f8f;
}
.close {
  width: 40px;
  display: block;
  margin: auto;
}
.closetxt {
  display: block;
  margin: auto;
  text-align: center;
  color: #ca0f0f;
  font-weight: bold;
}
.applistview>li {
   padding: 0px 16px;
   display: inline-block;
   align-items: center;
   justify-content: space-between;
   position: relative;
   min-height: 50px;
   text-align: center;
}

.applistview {
   display: flex !important;
   overflow-x: auto;   
   padding-left: 0;
}
.applistview a {
  padding: 0;
}
.custimgwht {
   width: 50px;
}
.custawhts {
   display: block;
   width: 45%;
   float: left;
   text-align: center;
   color: #60410d;
   text-decoration: none;
   background-color: #86df98;
   margin: 0 7px;
   border-radius: 10px;
   box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
   font-size: 16px;
}
.headttle {
  text-align: center;
  font-size: 20px;
  color: #ca0f0f;
  font-weight: bold;
  margin-bottom:0px !important;
  padding:30px;
}
.nameuser .imaged {
   width: 39px;
}

.custawhts:hover {
   color: #60410d;
}

.custimgwht {
   width: 30px;
   display: block;
   margin: auto;
   padding-bottom: 10px;
   }

.footerMenu {
   min-height: 56px;
   position: fixed;
   z-index: 999;
   bottom: 0;
   left: 0;
   right: 0;
   background: #2d2525 !important; 
   align-items: center;
   justify-content: center;
   padding-left: 4px;
   padding-right: 4px;
   padding-bottom: env(safe-area-inset-bottom);
}

.container {
   padding: 0 10px;
}

.footerMenu .item {
   font-size: 12px;   
   padding: 0;
   color: #fff;   
   text-decoration: none
}

.nameuser {
	font-size: 16px;
	color: #fff;
	position: absolute;
	top: 9px; 
	background-color: #000;
	left: 45px;
	width: 80%;
	padding: 10px;
}
.nameuser strong{
	display:block;
}
.footerMenu ul {
  margin: 0;
  padding: 10px 0;
}
.footerMenu .fa-solid {
   width: 40px;
   font-size: 25px;
   display: block;
   margin: auto
}

.footerMenu li {
   width: 20%;
   float: left;
   text-align: center
}
.playgamesection .items {
   padding: 27px 24px 20px;
   margin: 24px 0 0;
}

.btn.btn-primary {
   background: goldenrod !important;
   border: none !important;
}

.subtitle.sbttlte {
   font-size: 1.5rem;
}
.resa:hover{
	color:#0d10aa;
}
.playgamesection .gamebox {
  background: #fff !important;
   box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
   border-radius: 10px;
   padding: 20px 24px 30px;
   margin-bottom: 10px;
   display: flex;
   align-items: center;
   justify-content: space-between;
   position: relative;
}
.gameaoicnn {
  padding-top: 0;
  text-decoration: none;
  line-height: 0;
}
.gamename {
   font-size: 20px;
   font-weight: bold;
   color: #ca0f0f;
   text-transform: uppercase;
   text-align: center;
display: block;
}

.resultt {
   margin: 5px 0;
   color: #242322;
   font-size: 18px;
   font-weight: bold;
}

.items .details strong {
   display: block;
   font-weight: 500;
   color: #fff;
   margin-bottom: 3px;
}

.playgamesection .items p {
   font-size: 14px;
   margin: 0;
   color: #958d9e;
   font-weight: 500;
}

.playgamesection .items p.resulttext {
   color: #e1df4b;
   font-weight: bold;
   font-size: 14px;
}


.price .close {
   width: 70px;
}
.price .play {
     width: 70px;
}
.gamecatnme {
  text-align: center;
  margin: auto;
  display: block;
  font-size: 28px;
  color: #ca0f0f; 
  font-weight:bold;
}
.subttlegame {
  display: block;
  text-align: center;
  margin-bottom: 30px;
  color: #000;
  font-weight: bold;
}
.cardgme {
  
}
.timengame {
  margin: 0;
  padding: 0 10px;
  border-radius: 12px;
  color: #000;
  text-align: center;
}
.leftbox {
  width: 30%;
  float: left;
}
.middlebox{
	width:30%;
	float:left;
}
.rightbox{
	width:30%;
	float:left;
}
.timehead {
	padding: 3px 5px;
	display: block;
}
.historyitems {
   background: #fffdee;
   border-radius: 10px;
   border: 0;
   box-shadow: 0 1px 3px 0 rgb(0 0 0 / 9%);
}

.mb-3 {
   margin-bottom: 24px !important;
}

.shadow {
   box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.historyitems .card-body {
   padding: 24px 16px;
   line-height: 1.4em;
}

.form-control {
   border: none;
}

.btn-primary {
   background: #009788 !important;
   border-color: #009788 !important;
   color: #ffffff !important;
}

.btn {
   padding: 3px 18px;
   font-size: 13px;
   line-height: 1.2em;
   font-weight: 500;
   box-shadow: none !important;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   transition: none;
   text-decoration: none !important;
   border-radius: 6px;
   border-width: 2px;
}

.gamerates {}

.gamerates a {
   font-size: 16px;
   text-decoration: navajowhite;
}

.hostory {
   color: #8a0f54;
   font-size: 16px;
}

.historyitems small {
   font-weight: bold;
   color: #000;
}

.histry-bttn {
   background: #e66118;
   padding: 5px;
   color: #fff;
   display: block;
   float: right;
   margin-top: 3px;
   border-radius: 4px;
   font-size: 12px;
   text-align: center;
}

.lognfrm {
   /*max-width: 500px;
   margin: auto;
   text-align: cente*/
}

.lognfrm .form-image {
   width: 100%;
   max-width: 200px;
   height: auto;
}

.weltxt {
   color: #f7de80;
   font-size: 34px;
   font-weight: bold;
}
.resuchrtbtn{
	text-decoration:none;
	color: #fff;
	background-color: #ca0f0f;
}
.resuchrtbtn:hover{
	text-decoration:none;
	color:#000;
}
.frmsection {
   margin: 15px 12px;
   background-color: #ca0f0f;
   width: 75%;
	margin: auto;
}

.custfrm-input {
   padding: 12px;
}

.custfrm-inner {
   padding: 10px !important;
   background-color: #fff !important;
}

.btnlgn {
   background-color: #1e1d1a !important;
   width: 60%;
   color: #fff !important;
   display: block !important;
margin: auto;
}

.btnlgn:hover {
   color: #fff !important;
}

.regitxt {
	color: #fff;
	text-align: center;
	border-radius: 10px;
	font-size: 16px;
	display: block;
	margin-top: 15px;
}

.regitxt a {
   font-size: 16px;
   color: #f4e8c4;
   text-decoration: none;
}

.frrgtpswd {
  color: #fff;
  text-decoration: none;
  text-align: right;
  display: block;
  font-size: 12px;
}


.ftrimg {
  width: 24px;
  display: block;
  margin: auto;
}
.fdfrdsf {
  background-color: #f95252;
  padding: 10 5px;
  margin-bottom: 10px;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
}

/* slider */
#slider {
	position: relative;
	overflow: hidden;
	/*width: 378px;
	height: 200px;
	
	top: 45px;*/
}
#slider ul {
  position: relative;
  list-style: none;
  height: 100%; 
  padding: 0;
  margin: 0;
  transition: all 750ms ease;
  left: 0;
}
#slider ul li {
  position: relative;
  height: 100%;
 width:100%;
  float: left;
  margin-bottom: 35px;
}
#slider ul li img{
   width:100%;
  height: 300px;
  border-radius:10px;
}
 
#slider #prev, #slider #next {
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  font-size: 2rem;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  text-align: center;
  color: white;
  text-decoration: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 150ms ease;
}
#slider #prev:hover, #slider #next:hover {
  background-color: rgba(0, 0, 0, 0.5);
  text-shadow: 0;
}
#slider #prev {
  left: 10px;
}
#slider #next {
  right: 10px;
}
/* first home page css*/
.blnkgeaderr {
   padding: 5px;
   background: #ca0f0f;
   width: 100%;
   position: fixed;
   top: 0;
   z-index: 999999;
}
.blnkgeaderr .logokalyan > img{
	width:250px;
}
.blnkgeaderr .walletblnk > img{
	width:30px;
}
.logokalyan {
	width: 54%;
	float: left;
}
.walletblnk {
  width: 10%;
  float: right;
  display: flex;
  background-color: #da0000;
  padding: 8px;
  border-radius: 5px;
}
.logintxttt {
  font-size: 22px;
  color: #FFFFFF;
  font-weight: bold;
}
.outergame {
  padding: 80px 0;
  background-color: #fff0f0;
 
}
.minboxixc {	
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 10px;
	margin-bottom: 35px;
}
.boximgicn {
  width: 40px;
  display: block;
  margin: auto;
}
.firstboxx {
  text-align: center;
  background-color: #da0000;
  border-radius: 8px;
  padding: 15px 0;
  line-height: 22px;
}
.boxtxtt {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.gameplayboxx{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 10px;
}
.clockimg {
  width: 30px;
  display: block;
  margin: auto;
}
.play {
  width: 40px;
  display: block;
  margin: auto;
}
.playtxt {
  display: block;
  margin: auto;
  text-align: center;
  color: #ca0f0f;
  font-weight: bold;
}
.lblclr {
  color: #000;
  font-weight: bold;
  font-size: 18px;
}




/****** media query ********/
@media (min-width:280px) and (max-width:767px){
	.minboxixc {	
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 10px;
	}
	.frmsection {
		width: 100%;
		margin: auto;
	}
	.ham-menu {
		width: 65vw;
	}
	.navbox {
		width: 12%;
	}
	.logoimgg {
		width: 200px;
	}
	.playgamesection .gamebox {
		padding: 20px 5px;
	}
	.blnkgeaderr .logokalyan > img {
		width: 220px;
	}
	.walletblnk {
		width: 34%;
	}
	.wallet-text {
		padding: 10px;
	}
}
