@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");

@font-face {
	font-family: Commando;
	src: url("./commando.ttf");
}

html {
	font-size: 20px;
}

@media screen and (max-width: 1200px) {
	html {
		font-size: 12px;
	}
}

.K_logo {
	width: 100%;
	position: absolute;
	top: 0;
	padding: 0px 45px;
	box-sizing: border-box;
	/* display: block; */
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 20px;
	z-index: 1;
}

.K_logo a img {
	width: 100px;
}

.K_head {
	width: 100%;
	background-color: rgba(235, 28, 36, 1);
	padding: 10px;
	position: relative;
	display: none;
	align-items: center;
}

@media screen and (max-width: 500px) {
	.K_logo {
		display: none;
	}

	.K_head {
		display: flex;
	}
}

.K_head h3 {
	font: 500 32px/33px Commando;
	width: 100%;
	text-align: center;
	margin-bottom: -9px;
	color: white;
}

.appimg.br10 {
	border-radius: 8px;
}

.kContainer {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
}

.dFlex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.w100 {
	width: 100%;
}

.w50 {
	width: 50%;
	box-sizing: border-box;
}

.p50 {
	padding: 50px;
}

.p10 {
	padding: 10px 0;
}

.w25 {
	width: 25%;
}

.m50 {
	margin: 50px 0;
}

.m20 {
	margin: 20px auto;
}

.w60 {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

.w80 {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.w70 {
	width: 70%;
	box-sizing: border-box;
	padding-right: 10px;
}

.w30 {
	width: 30%;
	box-sizing: border-box;
}

.slide_title {
	width: 90%;
	margin: 10px auto;
	border-radius: 20px;
	overflow: hidden;
	margin-top: 18px;
}

.slide_title img {
	width: 100%;
	margin: 0 auto;
}

.justify {
	justify-content: center;
}

.textcenter {
	text-align: center;
}

.slick-dots li button:before {
	font-family: slick;
	font-size: 10px !important;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	content: "•";
	opacity: 0.25;
	color: #fff !important;
}

.mainContent {
	display: block;
	width: 100%;
}

.bulletPoint {
	font: 500 17px/20px "Montserrat", sans-serif;
	color: white;
}

.bulletPoint span {
	display: inline-block;
	width: 15px;
	height: 15px;
}

.toggleBox {
	display: block;
	margin-bottom: 20px;
}

.toggleBox h3 {
	font: 700 32px/36px "Montserrat", sans-serif;
	margin-bottom: 1rem;
	padding-right: 1rem;
	color: white;
}

.toggleBox h5 {
	font: 700 32px/40px "Montserrat", sans-serif;
	color: #f3032f;
	padding-top: 10px;
}

.w33 {
	width: fit-content;
	max-width: 32%;
	box-sizing: border-box;
	padding: 10px 30px;
	position: relative;
	text-align: center;
}

.w33::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 20px;
	border-left: 1px solid white;
	top: 50%;
	right: 0%;
	transform: translate(-50%, -50%);
}

.w33:last-child::after {
	display: none;
}

.loadingCover {
	width: 100%;
	padding: 20px 0;
}

.loadsBox {
	width: fit-content;
	min-width: 40%;
	text-align: center;
	box-sizing: border-box;
	padding: 12px 30px;
	margin: 0 auto 0 0;
	border-radius: 15px;
	font: 500 17px/20px "Montserrat", sans-serif;
	border: 2px solid #f3032f;
}

.loadsBox.bgRed {
	background-color: #f3032f;
}

.loadText {
	color: white;
}

.loadText span {
	width: 18px;
	margin-right: 5px;
	height: 18px;
}

.loadText span img {
	width: auto;
	object-fit: contain;
}

.featureContainer {
	display: block;
	width: 85%;
	margin: 0 auto;
	padding: 80px 30px;
	box-sizing: border-box;
}

.featureImage {
	width: 80px;
	height: 80px;
	display: block;
	margin: 0 auto;
}

.featureImage img {
	width: 100%;
	border-radius: 50%;
}

.featurePoint {
	font: 500 17px/23px "Montserrat", sans-serif;
	margin: 15px 0 10px;
	color: white;
}

.modeContainer {
	display: block;
	width: 100%;
	padding: 40px 30px;
	box-sizing: border-box;
}

.modeHead {
	font: 600 40px/50px "Montserrat", sans-serif;
	width: 100%;
	text-align: center;
	color: white;
	margin-bottom: 30px;
}

.typeHead {
	width: 100%;
	font: 500 30px/36px "Montserrat", sans-serif;
	color: white;
}

.modeDesc p {
	font: 500 25px/30px "Montserrat", sans-serif;
	margin: 30px 0;
	color: rgba(255, 255, 255, 0.8);
}

.fanImage {
	width: 100%;
	max-width: 350px;
	display: block;
	margin: auto;
}

.modeImg {
	width: 100%;
	max-width: 350px;
	height: 100%;
	max-height: 350px;
	display: block;
	margin: auto;
}

.modeImg img,
.fanImage img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.frameContainer {
	max-width: 1280px;
	margin: 0px auto;
	padding-left: 15px;
	padding-right: 15px;
}

.participate {
	width: 100%;
	padding: 0px 0px 20px;
}

.disclaimer-section {
	padding-bottom: 2rem;
	text-align: center;
	color: #fff;
}

.disclaimer-section .container {
	max-width: 1000px;
	margin: 0px auto;
	padding-left: 15px;
	padding-right: 15px;
}

.disclaimer-section h5 {
	font-size: 20px;
	font-weight: 400;
	margin-top: 0.4rem;
	margin-bottom: 0;
}

.disclaimer-section .container p {
	font-style: italic;
	font-size: 15px;
	line-height: 1.5;
	padding: 0 0.4rem;
}

.card-base {
	border-radius: 1rem;
	background: #202020;
	box-shadow: -1px 4px 11px rgb(247 7 7 / 55%);
}

.winners-section {
	position: relative;
	padding: 2rem 0 0;
	overflow-x: hidden;
}

.winners-section .owl-carousel {
	margin-top: 1.5rem;
}

.winners-section .owl-carousel .owl-dots {
	display: flex;
	align-items: center;
	justify-content: center;
}

.winners-section .owl-carousel .owl-dot span {
	background: #b0b5bd;
	opacity: 0.27;
}

.winners-section .owl-carousel .owl-dot span:hover {
	background: #fff;
	opacity: 0.6;
}

.winners-section .owl-carousel .owl-dot.active span {
	width: 15px;
	height: 15px;
	background: #b0b5bd;
	opacity: 0.27;
}

.winners-section .owl-carousel .owl-dot.active span:hover {
	background: #fff;
	opacity: 0.6;
}

.winners-section-illustration {
	position: absolute;
	top: 0;
	left: -20px;
	width: 10rem;
	height: auto;
	z-index: 99;
	transform: translate(-120%, -5%);
	transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.1);
	pointer-events: none;
}

.winners-section-illustration.show {
	transform: translate(0, 0);
}

@media screen and (max-width: 1000px) {
	.winners-section-illustration.show {
		transform: rotateY(180deg) translate(0, 0);
	}
}

@media screen and (max-width: 1000px) {
	.winners-section-illustration {
		left: auto;
		right: -20px;
		transform: rotateY(180deg) translate(-120%, -5%);
	}
}

@media screen and (max-width: 600px) {
	.winners-section-illustration {
		min-width: 6.5rem;
		width: 26vw;
		top: 5rem;
		right: 0;
	}
}

.winners-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 26rem;
	margin: 32px 0 0;
	padding: 2rem 2rem 0;
	border-radius: 1.8rem;
}

@media screen and (max-width: 1200px) {
	.winners-card {
		min-height: 28rem;
	}
}

@media screen and (max-width: 1000px) {
	.winners-card {
		min-height: 25rem;
	}
}

@media screen and (max-width: 800px) {
	.winners-card {
		min-height: 26rem;
	}
}

@media screen and (max-width: 700px) {
	.winners-card {
		min-height: 23rem;
		box-shadow: 0px 19px 35px 5px rgba(0, 0, 0, 0.15) !important;
	}
}

@media screen and (max-width: 600px) {
	.winners-card {
		min-height: 24rem;
		padding: 1.4rem 1rem 0;
	}
}

@media screen and (max-width: 400px) {
	.winners-card {
		min-height: 25rem;
	}
}

@media screen and (max-width: 350px) {
	.winners-card {
		min-height: 27rem;
	}
}

.winners-card-img {
	width: 6.8rem;
	height: 6.8rem;
	border-radius: 50%;
	border: 0.15rem solid #fff;
}

.winners-card-img img {
	border-radius: inherit;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.winners-card-info {
	margin-top: 0.8rem;
	text-align: center;
}

.winners-card-info .name {
	color: #fff;
	font-size: 1.2rem;
	font-weight: 500;
	margin-bottom: 0.5rem;
}

.winners-card-info .prize {
	background: #fff;
	color: #f3052f;
	font-size: 0.8rem;
	font-weight: 600;
	padding: 4px 14px;
	border-radius: 2rem;
}

.winners-card-content {
	color: #fff;
	margin-top: 1.2rem;
	margin-bottom: 2rem;
}

.winners-card-content p {
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}

.header-content .header-button-container {
	position: relative;
	display: inline-block;
}

.android-apple-button-desktop {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: 30px;
}

.android-apple-button-desktop .appimg {
	width: 180px;
}

/* .android-apple-button .appBtns.hide,
.android-apple-button .appBtns {
	display: none;
} */

.android-apple-button .appBtns.show {
	display: flex;
}

.iframeCover {
	padding: 40% 0 0 0;
	position: relative;
}

.qrBox {
	display: block;
}

.qrBox p {
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	margin-top: 15px;
}

.qrBox .scanqr {
	margin-top: 30px;
	margin-bottom: 15px;
	display: flex;
	align-items: flex-start;
}

.scanqr .scaner {
	width: 240px;
}

.scanqr .arow {
	margin-left: 30px;
}

.pt100 {
	padding-top: 150px;
}

.rummyBox {
	width: 100%;
	display: block;
	margin: 0 auto;
}

.rummyBox img {
	width: 100%;
}

.modeDesign {
	width: 70%;
	padding: 30px 0;
	margin: 0 auto;
}

.modeHeadings {
	width: 100%;
	text-align: center;
	font: 500 30px/35px "Montserrat", sans-serif;
	color: white;
}

.modeHeadingPara {
	margin: 20px 0;
	font: 500 20px/25px "Montserrat", sans-serif;
	color: white;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.iframeCover {
		padding: 75% 0 0 0;
		position: relative;
	}

	.modeDesc {
		padding-left: 5px;
	}

	.free20-download-now.new {
		box-shadow: none;
		border-radius: 0;
		margin-top: 0;
		position: relative;
	}

	.header-button-container {
		display: none;
	}

	.fdReverse {
		flex-direction: column-reverse;
	}

	.kContainer .dFlex .w50 {
		width: 100%;
	}

	.w50.p50 {
		padding: 0 20px 0;
	}

	.toggleBox {
		display: none;
	}

	.toggleBox.dBlock {
		display: block;
	}

	.w33 {
		padding: 10px;
		width: 33%;
	}

	.mobileCenter {
		justify-content: center;
	}

	.bulletPoint {
		font: 600 15px/15px "Montserrat", sans-serif;
		color: white;
	}

	.loadsBox {
		padding: 12px;
		width: 48%;
		border-radius: 15px;
		font: 500 12px/20px "Montserrat", sans-serif;
	}

	.loadText.dFlex {
		flex-wrap: nowrap;
	}

	.featureContainer {
		padding: 0 10px;
		width: 100%;
	}

	.featureImage {
		width: 60px;
		height: 60px;
	}

	.featurePoint {
		font: 500 13px/17px "Montserrat", sans-serif;
	}

	.modeHead {
		font: 600 26px/40px "Montserrat", sans-serif;
		margin-bottom: 15px;
	}

	.modeContainer {
		padding: 25px 15px;
	}

	.dFlex.w80 {
		width: 100%;
	}

	.dFlex.w80 .w70,
	.dFlex.w80 .w30 {
		width: 100%;
	}

	.typeHead {
		font: 700 20px/28px "Montserrat", sans-serif;
	}

	.modeDesc p {
		font: 500 14px/20px "Montserrat", sans-serif;
		margin: 10px 0;
	}

	.h4padding {
		font-size: 14px !important;
	}

	.android-apple-button {
		margin-bottom: 15px;
		margin-top: 0 !important;
	}

	.pt100 {
		padding-top: 0px;
	}

	.modeDesign {
		width: 100%;
		padding: 15px 0;
	}

	.modeHeadings {
		width: 100%;
		text-align: center;
		font: 500 20px/25px "Montserrat", sans-serif;
		color: white;
	}

	.modeHeadingPara {
		margin: 20px 0;
		font: 500 15px/20px "Montserrat", sans-serif;
		color: white;
		text-align: center;

	}

	.heroSlider {
		width: 100%;
	}
}




/* //below css written by vatan? */


#modeSlider .slick-track {
	display: flex;
	align-items: center;
	justify-content: center;
}

.modeDesign {
	width: 70%;
	padding: 30px 0;
	margin: 0 auto;
}

.modeImages {
	width: 100%;
	max-width: 200px;
	display: block;
	margin: 0 auto 10px
}


.modeHeadings {
	width: 100%;
	text-align: center;
	font: 500 30px / 35px "Montserrat", sans-serif;
	color: white;
}

.modeHeadingPara {
	margin: 20px 0;
	font: 500 20px / 25px "Montserrat", sans-serif;
	color: white;
	text-align: center;
}


.deskOffer {
	margin: 0 auto;
}

.w50 {
	width: 50%;
	box-sizing: border-box;
}


.slide_title {
	width: 90%;
	margin: 10px auto;
	border-radius: 20px;
	overflow: hidden;
	margin-top: 18px;
}

.slide_title img {
	width: 100%;
	margin: 0 auto;
}



.participate {
	width: 100%;
	padding: 0px 0px 20px;
}

.frameContainer {
	max-width: 1280px;
	margin: 0px auto;
	padding-left: 15px;
	padding-right: 15px;
}


.modeContainer.modeBox2 {
	background-color: #3d060656;
	padding-bottom: 50px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 30px 30px 0 0;
}

.modeHead {
	font: 600 40px / 50px "Montserrat", sans-serif;
	width: 100%;
	text-align: center;
	color: white;
	margin-bottom: 30px;
}

.rummyPara {
	text-align: center;
	width: 100%;
	color: white;
	font: 400 18px/25px "Montserrat", sans-serif;
}

.rummyHead3 {
	color: white;
	margin: 40px 0 20px;
	width: 100%;
	text-align: center;
	font: 600 25px/30px "Montserrat", sans-serif;
}

#accordion2.accordion-container {
	max-width: 100%;
	margin-top: 50px;
}

.accordion-container .accordion-title.js-rumm {
	font-size: 0.8rem;
}

.accordion-container .accordion-title {
	position: relative;
	margin: 0;
	padding: 10px 14px;
	background-color: #000000;
	border: 1px solid #ffffff;
	border-radius: 7px;
	font-size: 1.6rem;
	font-weight: 500;
	color: #fff;
	cursor: pointer;
	margin-top: 15px;
	text-transform: capitalize;
}


.newFaqText {
	position: relative;
	padding: 0 15px;
	/* width: 90%; */
	margin: 0 auto 30px;
}


.newFaqText h5 {
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #ffffff;
	margin-bottom: 5px;
	display: flex;
	align-items: center;
}

.newFaqText p {
	color: #ffffff;
	font-size: 12px;
	margin-bottom: 15px;
	line-height: 23px;
}

.Faq_title {
	padding-bottom: 10px;
}

.newFaqText .Faq_title::after {
	content: "\f105";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	position: absolute;
	left: 0;
	font-size: 22px;
}

.section.about.newabout {
	width: 90vw;
	padding: 0 12px;
	margin: 0 auto;
}

.newFaqText .Faq_title.open::after {
	content: "\f107";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	position: absolute;
	left: -5px;
	font-size: 22px;
}

.nav-blog a {
	color: #fff;
	text-decoration: none;
	padding: 0.4rem 3rem;
	margin: 0 0.5rem;
	cursor: pointer;
	font-size: 18px;
}


.accordion-content.js-rumm-cont .rummyPara {
	font: 400 14px / 25px "Montserrat", sans-serif;
}



.offer_box {
	width: 95%;
	margin: 18px auto 10px;
	border-radius: 20px;
	overflow: hidden;
	padding: 14px;
	background: #202020;
	box-shadow: 0px 19px 35px 5px rgba(0, 0, 0, 0.15) !important;
}

.offer_box h3 {
	width: 100%;
	text-align: center;
	font: 900 23px / 28px "Montserrat", sans-serif;
	color: #fdde33;
	font-style: italic;
}

.offer_box h4 {
	width: 100%;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 6px;
	font: 500 18px / 25px "Montserrat", sans-serif;
	color: #fff;
	font-style: italic;

}

.offer_box .h5padding {
	/* width: 100%; */
	text-align: left;
	font: 700 14px / 20px "Montserrat", sans-serif;
	color: #fff;

}


@media screen and (max-width: 351px) {
	.offer_box .h5padding {
		font: 700 13px / 20px "Montserrat", sans-serif;
	}
}

@media screen and (max-width: 334px) {
	.offer_box .h5padding {
		font: 700 12px / 20px "Montserrat", sans-serif;
	}
}

@media screen and (max-width: 310px) {
	.offer_box .h5padding {
		font: 500 11px / 20px "Montserrat", sans-serif;
	}
}


.offer_flex {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 16px 0;
}

.offer_box .h5padding span {
	color: #fdde33;
}

.offerCode {
	width: fit-content;
	padding: 6px 12px;
	margin-right: 7px;
	border-radius: 30px;
	background-color: #dc2603;
	font: 700 17px / 20px "Montserrat", sans-serif;
	color: #fff;
}




@media screen and (max-width: 767px) {

	.deskOffer {
		margin: 0 auto;
		width: 100%;
	}

	.w50 {
		width: 100%;
	}

	.w50 .slide_title img {
		width: 100%;
		height: auto;
		padding: 0;
	}

	.rummyPara {
		font: 400 13px / 20px "Montserrat", sans-serif;
	}

	.modeHeadings {
		width: 100%;
		text-align: center;
		font: 500 20px / 25px "Montserrat", sans-serif;
		color: whit
	}

	.modeHeadingPara {
		margin: 20px 0;
		font: 500 15px / 20px "Montserrat", sans-serif;
		color: white;
		text-align: center;
	}


	.modeHead {
		font: 600 26px / 40px "Montserrat", sans-serif;
		margin-bottom: 0px;
	}

	.rummyHead3 {
		font: 500 18px / 30px "Montserrat", sans-serif;
	}

	.accordion-container .accordion-title.js-rumm {
		font-size: 1.2rem;
	}
}




@media screen and(max-width:1400px) {
	.heroSlider img {
		width: 100%;
	}
}


.deskOffer.offer_bottom {
	margin-bottom: 40px;
}

.deskOffer {
	margin: 0 auto;
}