/* common css ******************************************************************************/
:root {
	--white: #ffffff;
	--black: #000000;
	--light-black: #06060c;
	--light-black-one: #16181e;
	--golden: #d7bc70;
	--gray: #33353a;
	--light-gray: #d9d9d9;
	--red: #e3503e;
	--dark-gray-bg: #2d2f34;
	--light-gray-bg: #4c4d51;
}

/* Common Use Start */
.white {
	color: var(--white);
}

.black {
	color: var(--black);
}

.light-black {
	color: var(--light-black) !important;
}

.golden {
	color: var(--golden);
}

.golden-border {
	border: 1px solid var(--golden) !important;
}

.dark-gray-bg {
	background: var(--dark-gray-bg) !important;
}

.light-black-one {
	background: var(--light-black-one) !important;
}

.light-gray-bg {
	background: var(--light-gray-bg) !important;
}

.justify-center {
	justify-content: center;
}

/* Common Use End */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

*::before,
*::after {
	box-sizing: border-box;
}

.common::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
}

body {
	background: url('../images/body-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	font-family: "Barlow", sans-serif;
	font-weight: 500;
}

body.show {
	position: fixed;
	top: 0;
	width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	line-height: 1.2;
	color: var(--white);
	font-weight: 700;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
	margin-bottom: 0;
}

h1 {
	font-size: 60px;
}

h1 span {
	font-size: inherit;
	color: var(--golden);
	display: block;
	position: relative;
}

h2 span {
	font-size: inherit;
	color: var(--golden);
}

h2 {
	font-size: 64px;
}

h3 {
	font-size: 36px;
}

h4 {
	font-size: 28px;
}

h5 {
	font-size: 24px;
}

h6 {
	font-size: 20px;
}

p {
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 20px;
	color: var(--white);
	font-weight: 500;
}

p:last-child {
	margin-bottom: 0;
}

.terms-box ul{
	list-style-type: disc;
	padding-left: 30px;
}
.terms-box ul li,
p.terms {
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 25px;
	color: var(--white);
	font-weight: 400;
	/* text-align: justify; */
}
.terms-box ul li{
	margin-bottom: 15px;
}

p.terms:last-child {
	margin-bottom: 0;
}

p.terms-header {
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 25px;
	color: var(--white);
	font-weight: 600;
	text-align: justify;
}
p.terms a{
	color: var(--golden);
}
p.terms b{
	color: var(--golden);
}

.terms-box h5{
	color: var(--golden);
}

ul,
ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ol.bullet {
	list-style-type: disc;
	font-size: 15px;
	margin-bottom: 30px;
	color: var(--white);
	font-weight: 400;
	text-align: justify;
	font-style: italic;
	margin: 0 0 25px 20px;
}

ol.number {
	list-style-type: decimal;
	font-size: 15px;
	margin-bottom: 30px;
	color: var(--white);
	font-weight: 400;
	text-align: justify;
	font-style: italic;
	margin: 0 0 0 40px;
}

hr {
	border-top: 3px solid #fff;
	padding-bottom: 20px;
	padding-top: 20px;
	background: transparent;
}

a {
	text-decoration: none;
	display: inline-block;
	line-height: 1.1;
	color: #0a58ca;
	font-family: inherit;
}

span {
	display: inline-block;
}

.btn-golden {
	font-size: 19px;
	color: var(--black);
	background: var(--golden);
	padding: 13px 24px;
	border-radius: 15px;
	border: 1px solid transparent;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-transform: capitalize;
	font-weight: 700;
}

.btn-white {
	font-size: 20px;
	color: var(--black);
	background: var(--white);
	padding: 6px 24px;
	border-radius: 15px;
	border: 1px solid transparent;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
}

.btn-white:hover {
	color: var(--black);
}



.btn-transparent:hover {
	color: var(--light-black);
}



.btn-diamond img {
	width: 100%;
	max-width: 24px;
	height: auto;
	margin-right: 6px;
}

.btn-diamond:hover {
	color: var(--light-black-one);
}

.btn-transparent-gray {
	font-size: 20px;
	color: var(--white);
	background: transparent;
	padding: 11px 36px;
	border-radius: 35px;
	border: 1px solid var(--gray);
	text-transform: capitalize;
}

section {
	padding-bottom: 120px;
	overflow: hidden;
}

.bg {
	padding: 60px 0;
}

.section-heading {
	text-align: center;
	margin-bottom: 60px;
}

.section-heading h2,
.section-heading h3 {
	text-transform: uppercase;
}

.mobile {
	display: none !important;
}

.desktop {
	display: block !important;
}

img,
video {
	max-width: 100%;
}

.button-box {
	padding-top: 20px;
}

.button-box ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}

.form-control-common {
	font-size: 18px;
	color: #a4a4a4;
	background: rgba(45, 47, 52, 0.5);
	border: 1px solid var(--gray);
	padding: 15px 50px 15px 50px;
	width: 100%;
	appearance: textfield;
	border-radius: 15px;
	box-shadow: none;
	resize: none;
	outline: none;
}

.form-control:focus {
	color: #a4a4a4;
	background: rgba(45, 47, 52, 0.5);
	border-color: var(--gray);
	box-shadow: none;
}

.btn-check:focus+.btn,
.btn:focus {
	box-shadow: none;
}

.input-group {
	padding-bottom: 30px;
}

::placeholder {
	color: #a4a4a4;
}

/* Home Page css start ******************************************************************************/
.main-wrapper {
	position: relative;
}

.main-wrapper:before {
	position: absolute;
	content: "";
	width: 180px;
	height: 180px;
	top: -20px;
	right: 0;
	border-radius: 50%;
	background-color: rgb(112, 121, 215);
	-webkit-filter: blur(130px) !important;
	-moz-filter: blur(130px) !important;
	-ms-filter: blur(130px) !important;
	-o-filter: blur(130px) !important;
	filter: blur(130px) !important;
	z-index: -1;

	/* -webkit-backdrop-filter: blur(130px) !important;
	-moz-backdrop-filter: blur(130px) !important;
	-ms-backdrop-filter: blur(130px) !important;
	-o-backdrop-filter: blur(130px) !important;
	backdrop-filter: blur(130px) !important;
	overflow: hidden; */
}

.main-wrapper:after {
	position: absolute;
	content: "";
	width: 180px;
	height: 180px;
	bottom: 0px;
	left: 0;
	border-radius: 50%;
	background-color: rgb(112, 121, 215);
	-webkit-filter: blur(140px) !important;
	-moz-filter: blur(140px) !important;
	-ms-filter: blur(140px) !important;
	-o-filter: blur(140px) !important;
	filter: blur(140px) !important;
	z-index: -1;

	/* -webkit-backdrop-filter: blur(140px) !important;
	-moz-backdrop-filter: blur(140px) !important;
	-ms-backdrop-filter: blur(140px) !important;
	-o-backdrop-filter: blur(140px) !important;
	backdrop-filter: blur(140px) !important;
	overflow: hidden; */
}

/* header css start ******************************************************************************/
@keyframes smoothScroll {
	0% {
		transform: translateY(-60px);
		opacity: 0;
	}

	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}

#header.show {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	animation: smoothScroll 1s forwards;
	z-index: 1000;
	box-shadow: 0 0 10px 2px #000;
}

#header {
	padding: 15px 0;
	transition: 0.5s all;
	position: relative;
}

#header .header-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 20px;
	border-radius: 20px;
}

#header .logo-box img {
	max-width: 200px;
	width: 100%;
}

#header .main-nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

#header .button-box {
	padding-left: 20px;
	padding-top: 0;
	border-left: 2px solid var(--gray);
}

#header .main-nav nav ul li {
    display: inline-block;
    position: relative;
    margin-right: 50px;
}

#header .main-nav .click-menu span,
#header .main-nav .cancel-menu span {
	width: 100%;
	height: 3px;
	background: var(--white);
	transition: .5s all ease-in-out;
	position: relative;
	border-radius: 5px;
	display: block;
}

#header .main-nav .cancel-menu span {
	position: absolute;
	height: 4px;
}

#header .main-nav .cancel-menu span:first-child {
	transform: rotate(45deg);
}

#header .main-nav .cancel-menu span:last-child {
	transform: rotate(-45deg);
}

#header .main-nav .click-menu,
#header .main-nav .cancel-menu {
	display: none;
	cursor: pointer;
	position: relative;
	z-index: 11;
	width: 30px;
	height: 30px;
}

#header .main-nav.menu a {
	font-size: 18px;
	text-transform: uppercase;
	color: var(--white);
}

#header .main-nav.menu a {
	position: relative;
}

#header .main-nav.menu a::after {
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	left: 0;
	bottom: -5px;
	background: var(--golden);
}

#header .main-nav.menu a.active::after {
	width: 100%;
}

/* homeBanner css ******************************************************************************/
#homeBanner .box.box2 .image-box img {
	width: 100%;
	max-width: 526px;
}

#homeBanner .text-box h2 {
	font-weight: 900;
	text-transform: uppercase;
}

/* discoverTheApp css ******************************************* */
#discoverTheApp .game-slider-wrapper .item {
    max-width: 280px;
	margin: 0 auto;
}

#discoverTheApp .game-slider-wrapper .img-box {
    background: linear-gradient(90deg,hsl(0deg 0% 100% / 18%), hsl(0deg 0% 85% / 14%));
    border-radius: 15px;
    border: 1px solid var(--white);
    margin-bottom: 30px;
}

#discoverTheApp .game-slider-wrapper h5{
	font-family: "Barlow", sans-serif;
	font-weight: 500;
}


/* footer css ******************************************************************************/
#footer .top-box .logo-box img {
    max-width: 140px;
    margin-bottom: 30px;
}

#footer .top-box h5 {
	margin-bottom: 30px;
}

#footer .top-box .list-box li:not(:last-child) {
	margin-bottom: 15px;
}
#footer .end-box {
    padding-top: 20px;
}

#footer  .link-box ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: start;
	margin-top: 15px;

}

#footer .link-box ul li:not(:last-child) {
	margin-right: 10px;
}

#footer p,
#footer a {
	font-family: "Lato", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: var(--white);
}

#footer h6 {
	font-family: "Lato", sans-serif;
	font-weight: 800;
	text-transform: uppercase;
}

#footer .box.box1 {
	max-width: 300px;
}

#footer  .link-box a {
	width: 30px;
	height: 30px;
	border: 1px solid var(--white);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}

#footer .footer-part {
    background: url("../images/footerBg.png") no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding: 60px 0 30PX;
}

/* =========== Inner page css ******************************************************************************/
#innerBanner {
	padding-top: 15px;
}

#innerBanner .right_detail h1 {
	font-size: 38px;
	color: var(--white);
}

/* #innerBanner .homeBanner-box .right_detail .btn-diamond {
	cursor: default;
  } */

/* ======== Inner page common Start **********************************/



/* ======== Inner page common End **********************************/



.banner {
	overflow: visible;
}

.banner .text-box h2 {
	font-weight: 900;
	text-transform: uppercase;
}

.banner .button-box {
	padding-top: 60px;
}

.banner .button-box img {
	max-height: 70px;
	width: auto;
}


/* howToPlay css ******************************************************************************/

#howToPlay .img-box img {
	display: block;
	margin: 0 auto;
}

#howToPlay .text-box {
	text-align: center;
	padding-top: 20px;
}

#howToPlay .text-box h5 {
	font-weight: 600;
	text-transform: uppercase;
}

/* howToPlay css ******************************************************************************/



/* mindBending css ******************************************************************************/
#mindBending {
	/* overflow: visible; */
	position: relative;
}


/* #mindBending::after {
    content:url('../images/after-bg.png');
    position: absolute;
    width: 100%;
    height: 110%;
    /* background: linear-gradient(#333dff00 -5%, #676ba9b3 149%); 
    left: 0;
    top: -210px;
    transform: rotate(-2deg);
    z-index: -4;
} */
#mindBending marquee h4 {
	font-weight: 900;
	text-transform: uppercase;
}

#mindBending marquee h4 img {
	max-width: 50px;
	margin-right: 30px;
}

#mindBending marquee h4 span {
	margin-right: 60px;
}

#mindBending marquee {
    background: url("../images/marqueBg.png") no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding: 30px 0;
    transform: rotate(-2deg);
    /* box-shadow: -2px -20px 9px 20px #6F73B1; */
}

#mindBending marquee.no-rotate{
    transform: rotate(0deg) !important;

}

#mindBending .mindBending-part {
	padding: 35px 0;
}

/* review css ******************************************************************************/
#review .start {
	display: flex;
	align-items: center;
	gap: 5px;
	padding-bottom: 10px;
}

#review .start img {
	max-width: 25px;
	width: 100%;
}

#review .box .small {
	font-family: "Lato", sans-serif;
	line-height: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	min-height: 140px;
}

#review .end {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid;
	border-image: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%) 1;
}

#review .end .left {
	display: flex;
	align-items: center;
}

#review .end .left img {
	max-width: 80px;
	width: 100%;
	margin-right: 15px;
}

#review .end .left h5 {
	margin-bottom: 5px;
	font-family: "Lato", sans-serif;
	font-weight: 500;
}

#review .end .right img {
	max-width: 100px;
	width: 100%;
}

#review .end .left p {
	font-family: "Lato", sans-serif;
	font-size: 14px;
}

#review .box {
	border: 1px solid #ffffff4a;
	background: url('../images/review-bg.png');
	background-size: cover;
	background-position: center;
	border-radius: 10px;
	padding: 60px 40px 40px;
	position: relative;
	margin-top: 30px;
}

#review .box::after {
	content: '';
	position: absolute;
	width: 60px;
	height: 60px;
	right: 30px;
	top: -30px;
	background: url('../images/doubleLine.png') no-repeat;
	background-size: contain;
	background-position: center;
}


.owl-theme .owl-dots .owl-dot span {
	background: var(--white) !important;
	width: 15px;
	height: 15px;
	margin: 5px 10px;
	transition: .5s all;
}

.owl-theme .owl-dots .owl-dot.active span {
	background: linear-gradient(180deg, rgba(250, 223, 123, 1) 0%, rgba(213, 170, 64, 1) 40%, rgba(250, 223, 123, 1) 100%) !important;
	transform: scale(1.5);
}

.owl-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 60px !important;
}

#homeBanner .banner-part {
	/* background: url("../images/bannerBg.png") no-repeat; */
	background-size: 100% 100%;
	background-position: center;
}

#homeBanner .banner-part .button-box ul {
	flex-wrap: nowrap;
}

#content #innerBanner ol {
	list-style: decimal;
	padding-left: 15px;
}

#terms br {
	display: initial;
}

#supportBanner .text-box .terms a {
	color: var(--white);
}

#supportBanner .text-box .terms i {
	margin-left: 5px;
}

