html,
body {
	height: 100%;
}

* {
	box-sizing: border-box;
}

body {
	background: #091417;
	color: #FFFEE1;
	font-weight: normal;
	font-size: 14px;
	margin: 0;
	padding: 0;
	font: 14px/150% "Open Sans", sans-serif !important;
}


a {
	color: #fff;
	text-decoration: none;
	cursor: pointer;

	-webkit-transition: color 0.1s linear 0s;
	-moz-transition: color 0.1s linear 0s;
	-o-transition: color 0.1s linear 0s;
	transition: color 0.1s linear 0s;
}

a:hover,
a:active,
a:focus {
	outline: 0;
	color: #000;
	text-decoration: none;
}

a img {
	border: none;
}

a>img {
	vertical-align: bottom;
}

img {
	max-width: 100%;
}

strong {
	font-weight: 500;
}

p {
	margin: 0 0 30px;
}

/*.main_wrapper {
	width: 100%;
    height: 100%;
    min-height: 950px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	background-image: url(images/dektopDarkBg.png);
    background-size: cover;
    background-repeat: no-repeat;
	background-position: bottom center;
	padding: 2rem;
	padding-top: 6rem;
	padding-left: 8rem;
}*/

.main_wrapper {
	width: 100%;
	height: 100%;
	/* min-height: 950px; */
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	background-image: url(images/desktopBg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 2rem;
	padding-top: 11rem;
	padding-left: 6rem;
	/* overflow-y: scroll; */
	background-position: center 15%;
}

.top_img {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 1rem;
}

.logo {
	width: 240px;
	display: none;
	align-items: center;
	padding-bottom: 3rem;
}

.body_content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

h4 {
	color: #FFFEE1;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 13px;
	text-shadow: 2px 2px #000;
}

h3 {
	color: #FFFEE1;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 13px;
	text-shadow: 2px 2px #000;
}

h5 {
	color: #FFFEE1;
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 10px;
	text-align: center;
	font-weight: normal;
	text-shadow: 2px 2px #000;
}

.login {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 16px 32px;
	background: linear-gradient(96.63deg, #6778E3 0%, #5D47E4 100%);
	border-radius: 8px;
}

.login:hover {
	background: linear-gradient(96.63deg, #3d28c4 0%, #6778E3 100%);
}

.terms {
	/*display: none;*/
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 17px;
	background-color: #00000070;
    padding: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #4e4e4e;
}

.football_img,
.cricket_img {
	width: 70%;
}

.contentText {
	display: flex;
	align-items: center;
	flex-direction: column;
	padding-bottom: 5px;
}

/* ==================================================
Privacy Policy Css */

.privacyPolicy {
	font-size: 12.5px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.privacyPolicy:before {
	content: "|";
	width: 1px;
	height: 100%;
	display: flex;
	margin-left: 10px;
}

.privacyPolicy:hover {
	color: #6778E2;
}

.copyRight {
	width: 100%;
}

.terms.termsPage {
	position: static;
}

.policyWrapper {
	width: 100%;
	min-height: 92vh;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	background-image: url(../images/mataGamesBg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	padding-top: 5rem;
	color: #fff;
}

.maxWrapper {
	width: 100%;
	max-width: 1200px;
	display: flex;
	flex-direction: column;
	padding: 3rem 1rem;
	margin: 0 auto;
}

.policyWrapper h1 {
	flex: 1;
	font-size: 2.5rem;
	line-height: 4rem;
	margin-top: 0;
	margin-bottom: 1rem;
	background: linear-gradient(181deg, rgba(96, 96, 96, 0) 3.65%, rgb(103 120 228 / 40%) 100%);
}

.policyWrapper h1:after {
	content: "";
	width: 100%;
	display: flex;
	height: 1px;
	background-color: #ffffff75;
}

.policyWrapper h4 {
	font-size: 1.3rem;
	margin-bottom: 10px;
	text-align: left;
}

.policyWrapper p {
	font-size: 1rem;
	color: #adaaaa;
}

.policyWrapper span {
	font-size: 1rem;
	color: #adaaaa;
	margin-bottom: 10px;
}

/* ==================================================
   Responsive Code
================================================== */

@media (min-width: 1600px) {
	.top_img {
		width: 65%;
	}
}

@media (min-width: 1000px) {
	.body_content.mobile {
		display: none;
	}
}

@media (max-width: 999px) {
	.main_wrapper {
		height: 100%;
		justify-content: center;
		background-image: url(images/mobileBg.png);
		background-position: center bottom;
		padding-left: 2rem;
		padding-top: 1rem;
		padding-bottom: 1rem;
		position: relative;
	}

	.body_content {
		width: 100%;
		align-items: center;
	}

	.body_content.mobile {
		height: 100%;
		justify-content: space-between;
	}

	.body_content.desktop {
		display: none;
	}

	.logo {
		display: flex;
		width: 110px;
		padding-bottom: 1rem;
		/*position: absolute;
	    top: 10px;*/
	}

	.top_img {
		width: 35%;
	}

	h3 {
		font-size: 24px;
		margin-bottom: 2px;
	}

	h5 {
		font-size: 15px;
		margin-bottom: 5px;
	}

	.login {
		padding: 8px 25px;
	}

	.terms {
		display: flex;
		text-align: center;
		position: static;
		padding-bottom: 10px;
		background-color: transparent;
	}

	.maxWrapper {
		max-width: 100%;
		padding-top: 0;
		padding-bottom: 20px;
	}

	.policyWrapper {
		padding-top: 4rem;
		background-position: right;
	}

	.policyWrapper h1 {
		font-size: 1.6rem;
		line-height: 3rem;
		margin-top: 0;
		margin-bottom: 20px;
	}

	.policyWrapper h4 {
		font-size: 1rem;
	}

	.policyWrapper p {
		font-size: 14px;
		margin-bottom: 1rem;
	}

	.policyWrapper span {
		font-size: 14px;
	}

	.football_img,
	.cricket_img {
		width: 60%;
	}
}

@media (max-width: 591px) {}