@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


@font-face {
  font-family: 'Evogria';
  font-weight:900;
  src: url('../font/Evogria.woff2') format('woff2'),
       url('../font/Evogria.woff') format('woff'),
       url('../font/Evogria.ttf') format('truetype'),
	   url('../font/Evogria.svg') format('svg');
	   
}


body{
	font-family: 'Raleway', sans-serif;
	font-size:14px;
	color: #47535d;
	font-weight:400;
}
.banner{
	background:url(../img/Cover%20Image2.jpg) no-repeat;
	background-size:cover;
	background-position:center center;
	min-height:100vh;
	position:relative;
}
.logo{
	text-align:center;
	padding:1rem;
}
.logo img{
	height:200px;
}
.banner-title{	
	color:#000;
	padding: 7rem 0 10rem 0;
	text-align:center;	
}
.banner-title h1{
	font-size:48px;
	font-weight:900;
	text-transform:uppercase;
	font-family: 'Evogria';
}
.text-red{
	color:#bd1515;
}
.banner-download h3{
	color:#fff;
	margin-bottom:2rem;
	font-size:36px;
	font-weight:900;
	font-family: 'Evogria';
	text-transform:uppercase;
	font-style:italic;
}
.banner-download h5{
	color:#fff;
	margin-top:.5rem;
}
.apk-form .input-group{
	width:300px;
	margin: auto;
}
.apk-form .input-group-text{
	background: #fff;
	border: none;
	border-radius: 40px;
	padding: .5rem 0 .5rem 1rem;
	margin:0.5rem 0;
	color:#999;
}
.apk-form .form-control{
	border:none;
	border-radius:40px;
	padding:.5rem 1.5rem;
	margin:0.5rem 0;	
}
.apps{
	display:inline-block;
}
.apps img{
	height:60px;
}
.fantasy{
	padding:30px 0;
}
.fantasy .card{
	border-radius:1rem;
	margin-top:2rem;	
}
.fantasy .card .card-body{	
	padding:0;
	height:250px;
	border-radius: 0 0 1rem 1rem;
	overflow:hidden;
}
.fantasy .card .card-body img{
	width:100%;
	height:250px;
	object-fit:cover;
}
.fantasy .card .card-header{
	z-index:10;
	border-radius:1rem 1rem 0 0;
	border:none;
	background:#fff;
	padding: 1rem 1rem 0 1rem;
	text-align:center;
	margin-bottom:-1rem;
}
.fantasy .card .card-header h2{
	color:rgb(196,24,31);
	font-size: 18px;
	font-weight: 700;
	margin-bottom:0;
}
.fantasy .card .card-header h2 span{
	display:block;
	font-size:30px;
	border-radius:50px;
	height:50px;
	width:50px;
	background:#000;
	color:#fff;
	line-height: 46px;
	text-align: center;
	margin: -2.7rem auto 1rem auto;
}
.page-title{
	margin-bottom:20px;
}
.page-title h1{
	font-size:30px;
	color:#bd1515;
	font-weight:800;
	text-transform:uppercase;
	font-family: 'Evogria';
}
.page-title h1 span{
	color:#000;
}
.page-title h2 {
    font-size: 24px;
}

.khiladi-info{
	padding:30px 0;
	position:relative;
	background:#f7f7f7;
}
.k-info{
	text-align:center;
	padding:1rem;
	height:100%;	
}	
.k-info h1{
	height:120px;
	width:120px;	
	border-radius:150px;
	background:#bd1515;
	position:relative;
	margin: auto;
	line-height: 120px;
	color: #fff;
	font-weight: 700;
}
.k-info h1:after{
	content:"";
	position:absolute;
	height:110px;
	width:110px;
	left:0;
	right:0;
	margin:auto;
	top:0;
	bottom:0;
	border-radius:150px;
	border:2px dashed #fff;
}
.k-info h1:before{
	content:"";
	position:absolute;
	height:134px;
	width:134px;
	left:-7px;
	right:0;
	margin:auto;
	top:0;
	bottom:0;
	border-radius:150px;
	border:2px dashed #bd1515;
}
.k-info img{
	width:90px;
}
.k-info p{
	color:#000;
	font-size:18px;
	font-weight:700;
	margin-top:1rem;
	margin-bottom:0rem;
}
.price{
	padding:30px 0;
}
.prize-carousel .card{
	border-radius:1rem;
	overflow:hidden;
	border:1px solid rgba(0,0,0,0.05);	
	box-shadow: 0px 0px 10px #ececec;
	background:url(../img/price-bg.png) no-repeat;
	background-position:bottom center;
	background-size:100% 100%;
}
.price-info{
	padding:1rem 1rem 0 1rem;
}
.price-info h5{
	text-transform:uppercase;
	font-weight:800;
	margin-bottom:0;
	font-size:16px;
	color:#000;
}
.price-info p{
	font-size:14px;
	margin-bottom:0;
	color:#000;
}
.price-info h4{
	color:#bd1515;
	font-size: 36px;
	font-weight: 700;
}
.price-info h4 span{
	font-size:24px;
	font-weight:400;
	text-shadow:none;
	font-style:italic;
	display:block;
}
.price-title{
	padding: 1rem;
	text-align: center;
	margin: auto;
}
.price-title .p-img{
	height: 150px;
	width: 150px;
	overflow:hidden;
	border:2px solid #bd1515;
	border-radius:200px;
	margin:0 auto 1rem auto;
}
.price-title .p-img img{
	height: 150px;
	width: 150px;
	border-radius:100px;
	object-fit:cover;
}
.p-name h5{
	color:#fff;
	font-weight:600;
	margin-bottom:0;
	font-size:24px;
}
.p-name p{
	color:#fff;
	margin-bottom:0;
	font-size:12px;
	font-weight:600;
}
.p-info{
	padding:0 1rem 1rem 1rem;
	font-size:14px;
	width:100%;	
	color:#fff;
	font-weight:600;
	text-align: center;
}
.p-info p:last-child{
	margin-bottom:0;
}
.owl-nav{
	display:flex;
	justify-content:space-between;
}
.owl-prev, .owl-next{	
	width:30px;
	height:30px;
}
.owl-prev span, .owl-next span{
	width:30px;
	height:30px;
	display:block;
	font-size: 36px !important;
	line-height: 30px !important;
	color:#000;
}

.owl-dots{
	text-align: center;
}
.owl-dot{
	width: 8px;
	height: 8px;
	border-radius: 8px;
	margin:1rem .3rem 0 .3rem;
	background:rgba(0,0,0,.125) !important;
}
.owl-dot.active{
	width: 20px;
	background:#bd1515 !important;;
}
.downloads{
	padding:30px 0;
	display:block;
	background:#f2f1f1;
	background-size:cover;
}
.download-title{
	color:#000;
	font-size: 30px;
	font-weight: 600;
	margin-bottom:1rem;
	display:block;
}
.download-input{
	border:none;
	border-radius:40px;
	padding:.5rem 1.5rem;
	margin-bottom:1rem;
	min-width:500px;
}
.download-apk .input-group{
	width:300px;
	margin: auto;
}
.download-apk .input-group-text{
	background: #fff;
	border: none;
	border-radius: 40px;
	padding: .5rem 0 .5rem 1rem;
	margin:.5rem 0;
	color:#999;
}
.download-apk .form-control{
	border:none;
	border-radius:40px;
	padding:.5rem 1.5rem;
	margin:.5rem 0;
}
.form-control:focus{
	box-shadow: 0 0 0 0 rgba(13,110,253,.25);
}
.install{
	padding:30px 0;
	background:#f2f1f1;
}
.install .card{	
	text-align:center;
	border-width:1px;
	border-bottom:none;
	border-left:none;
	border-right:none;
	border-radius:0rem;
	border-color:#bd1515;
	position:relative;
	z-index:0;
	margin-top:1rem;
	margin-bottom:.5rem;
	background:none;
}
/*.install .card:after{
	content:"";
	position:absolute;
	top: -5px;
	border-top: 5px dashed rgba(255,255,255,0.8);
	z-index:1;
	width:100%;
	transform: skewX(30deg)
}*/
.install .card h1{
	width:60px;
	height:60px;
	border-right:1rem;
	background:#000;
	border-radius:60px;
	margin:-32px auto 20px auto;
	line-height:54px;
	color:#fff;
	font-size:32px;
	font-weight:700;
	z-index:2;
}
.install .card h6{
	margin-bottom:1rem;
}
.payments{
	padding:30px 0;
}
.payments img{
	max-width:100%;
}
.faq{
	padding:30px 0;
	background:#f2f1f1;
}
.faq .accordion-item{
	margin-bottom:1rem;
}
.accordion-button{
	font-size:20px;
	font-weight:600;
	border:none;	
}
.accordion-button:focus{
	border-color:transparent;
	box-shadow: 0 0 0 0 rgba(13,110,253,.25) !important;
}
.accordion-collapse{
	font-size:18px;
	font-weight:500;
	border:none;
}
.accordion-button:not(.collapsed) {
    color:#fff;
    background-color: #000;
    box-shadow: inset 0 0 0 rgba(0,0,0,.125);
}
.accordion-button:not(.collapsed)::after{
	filter: brightness(100);
}
.accordion-button::after{
	filter: brightness(0);
}
.accordion-flush .accordion-item:last-child {    
    margin: 0;
}
footer{
	background:#373737;
}
.footer-top{
	padding:20px 0 20px 0;
	background:#373737;
	color:#fff;
}
.footer-top h6 span{
	font-size:21px;
	font-weight:300;
}
.footer-top ul{
	margin: 0;
	padding: 0;
}
.footer-top ul li{
	display:inline-block;
	margin: .5rem .8rem;
	position:relative;
}
.footer-top ul li a{
	color:#fff;
	font-size:14px;
	font-weight:600;
	text-decoration:none;	
}
.footer-top ul li::after{
	content: "-";
	position: absolute;
	margin: 5px 10px;
	font-size: 20px;
	line-height: 12px;
	color: #fff;
	font-weight: 900;
}
.footer-top ul li:last-child::after{
	display:none;
}
.footer-bottom{
	padding:30px 0;
	background:#282828;
	color:#fff;
}
.text-orange{
	color:#ffd873;
}
.download-link{
	position:fixed;
	bottom:20px;
	right: 0px;
	display: flex;
	z-index:1000;
}
.download-link .action{
	display:flex;
}
.download-link .download-btn, .download-link .download-close{
	margin-right:20px;
	padding:10px 1rem;
	border-radius:.5rem;
	color:#fff;
	text-decoration:none;
	font-size:18px;
	font-weight:700;
	background:#000;
	font-family: 'Evogria';
	text-align:center;
	display: inline-block;
	margin-left: auto;
}
.download-form{
	background:#fff;
	border-radius:1rem;	
	overflow:hidden;
	margin-right:-310px;
	width:300px;
	box-shadow: 0 0 8px 2px rgba(0,0,0,.2);
	transition: all 700ms;
}
.download-form .input-group{
	margin-bottom:1rem;
	background:rgba(0,0,0,0.02);
	border-bottom:1px solid rgba(0,0,0,0.05);
}
.download-form .input-group-text{
	background:none;
	font-size:14px;
	border-radius:1rem 0 0 0;
	border:none;
	padding:.75rem 0 .75rem 1rem;	
}
.download-form .form-control{
	font-size:14px;
	background:none;
	border-radius:0 1rem 0 0;
	border:none;	
}
.download-form.show-form{
	margin-right:0;
}
.d-txt{
	font-family: 'Evogria';
	margin-bottom:0;
	margin-top:10px;
}

.shine {
	background: #222 -webkit-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff)) 0 0 no-repeat;
	-webkit-background-size: 150px;
	color: rgba(189,21,21,0.5);
	-webkit-background-clip: text;
	-webkit-animation-name: shine;
	-webkit-animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	text-shadow: 0 0px 0px rgba(255, 255, 255, 0.5);
}
.chrome {
	background: #222 -webkit-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff)) 0 0 no-repeat;
	background-image: -webkit-linear-gradient(-40deg, transparent 0%, transparent 40%, #fff 50%, transparent 60%, transparent 100%);
	-webkit-background-size: 200px;
	color: rgba(189,21,21,0.5);
	-webkit-background-clip: text;
	-webkit-animation-name: shine;
	-webkit-animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	text-shadow: 0 0px 0px rgba(255, 255, 255, 0.5);
}
@-webkit-keyframes shine {
	0%, 10% {
		background-position: -1000px;
	}
	20% {
		background-position: top left;
	}
	90% {
		background-position: top right;
	}
	100% {
		background-position: 1000px;
	}
}


@media (max-width: 575.98px) {

.banner-title{	
	color:#000;
	padding: 9rem 0 7rem 0;
	text-align:center;	
}	

.banner-title h1{
	font-size:36px;
}

footer {
	margin-bottom: 65px;
}

.apk-download{
	margin-top:50px;
}
.apk-download h1 {
    font-size: 32px;
}
.apk-download h4 {
    font-size: 18px;
}
.apk-form h5 {
    font-size: 14px;
}
.apps img {
    height: 50px;
}
.k-info {    
    padding: 1rem 0;
}
.download-title {
    font-size: 18px;
}
.download-apk .form-control, .download-apk .input-group-text{
	margin-bottom:0;
}
.download-link{
	position:fixed;
	bottom:0px;
	right: 0px;
	display: flex;
	flex-direction: column;
	z-index:1000;
	background:#fff;
	left:0;	
	box-shadow: 0 0 8px 2px rgba(0,0,0,.2);	
}
.action{
	width:100%;
	padding:10px;
}
.download-link .download-btn{
	margin:0;
	width:100%;
}
.download-link .download-close{
	margin-right:0;
	margin-left:auto;
}
.download-form{
	margin-bottom:-160px;
	margin-right:0;
	width:100%;
	padding:0 1rem;
	box-shadow: 0 0 0 0 rgba(0,0,0,.2);
}
.download-form.show-form{
	margin-bottom:0;
}
.download-form .input-group{
	margin-bottom:1rem;
	background:rgba(0,0,0,0.02);
	border:1px solid rgba(0,0,0,0.05);
	border-radius:3rem;
}
.download-form .input-group-text{
	background:none;
	font-size:14px;
	border-radius:3rem 0 0 3rem;
	border:none;
	padding:.75rem 0 .75rem 1rem;	
}
.download-form .form-control{
	font-size:14px;
	background:none;
	border-radius:0 3rem 3rem 0;
	border:none;	
}

}
