* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

*::before,
*::after {
    box-sizing: border-box;
}

:root {
    --white-color: #fff;
    --black-color: #000;
    --gray-color: #B9B8BB;
    --light-yellow-color: #E0E5F3;
    --yellow-color: #FFB812;
}

body {
    background-color: #000131;
	font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 1;
    color: var(--white-color);
	font-family: 'Bangers', cursive;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    color: var(--yellow-color);
}

h1 {
    font-size: 90px;
}

h2 {
    font-size: 80px;
}

h3 {
    font-size: 35px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 20px;
}

p {
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 25px;
	color: var(--white-color);
}

p:last-child {
    margin-bottom: 0;
}

ul,
ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    text-transform: capitalize;
    display: inline-block;
    font-size: 18px;
    line-height: 1.2;
    color: #D3D3D5;
}

span {
    display: inline-block;
}

.section-heading {
	text-align: center;
	margin-bottom: 30px;
}

.section-heading p {
    font-size: 22px;
    line-height: 32px;
    color: var(--gray-color);
    margin-bottom: 0;
}

.button-box {
	margin-top: 20px;
}

.btn.btn-blue {
	font-size: 18px;
	padding: 12px 40px;
	background-color: var(--yellow-color);
	color: #0F0F10;
	border-radius: 7px;
	border: none;
	text-transform: uppercase;
	font-weight: 700;
}
.btn.btn-blue.white {
	background: var(--white-color);
	color: var(--yellow-color);
}

.btn.btn-red img {
    max-width: 30px;
    margin-right: 10px;
}

section {
	padding: 70px 0;
	overflow-x: hidden;
	overflow-y: auto;
}

footer {
	padding-top: 60px;
}

.mobile {
    display: none !important;
}

.desktop {
    display: block !important;
}

.bg {
    background: var(--green-color);
}

.textCenter {
    text-align: center;
}

.textEnd {
    text-align: center;
}

img,
video {
    max-width: 100%;
}

/* slider  */
.swiper-pagination .swiper-pagination-bullet {
	border: 2px solid var(--white-color);
	background: transparent;
	width: 15px;
	height: 15px;
	border-radius: 50%;
    opacity: 1;
    margin: 0 8px !important;
}
.swiper-pagination .swiper-pagination-bullet-active {
	background: var(--white-color);
}
/* slider  */

/* faqs  */
.accordion-item {
	border: 2px solid #4484D1 !important;
	border-radius: 20px !important;
	background: transparent;
}
.accordion-item:not(:last-child) {
	margin-bottom: 15px;
}
.accordion-button {
	background: transparent !important;
	box-shadow: none !important;
	color: var(--white-color) !important;
	font-size: 22px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	border-top-left-radius: 20px !important;
	border-top-right-radius: 20px !important;
}
.accordion-body p {
	color: var(--gray-color);
	font-weight: 600;
}
.accordion-button::after {
	background: url('../images/plus.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 30px;
    height: 30px;
}
.accordion-button:not(.collapsed)::after {
	background: url('../images/minus.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
#faqs .faqs-box {
	max-width: 1000px;
	margin: 0 auto;
}
#faqs .section-heading h2 {
	font-family: 'Bebas Neue', sans-serif;
}
/* faqs  */

/* common css */


/* 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 #fff;
	background: var(--black-color);
}

#header {
	background-color: transparent;
	padding: 12px 0;
	transition: .5s all;
	position: relative;
	z-index: 1;
}

#header .header-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header .logo-box img {
	max-width: 150px;
	width: 100%;
}

#header .main-nav .click-menu,
#header .main-nav .cancel-menu {
    font-size: 25px;
    color: #fff;
    cursor: pointer;
    display: none;
}

#header .main-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 20px;
}

#header .button-box {
    margin-left: 20px;
}

#header .button-box .btn.btn-red {
    padding: 8px 30px;
}

#header nav ul li {
    display: inline-block;
    padding: 5px;
    position: relative;
}

#header nav ul li a {
	color: var(--white-color);
	padding: 10px 10px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 700;
}
#header .main-nav .icon-box li {
	display: inline-block;
	padding: 5px 10px;
	position: relative;
}
#header .main-nav .icon-box li img {
	max-width: 25px;
	width: 100%;
	max-height: 25px;
	object-fit: contain;
}
#header .main-nav .icon-box {
	padding-left: 30px;
	margin-left: 30px;
	border-left: 1px solid var(--white-color);
}

/* header css end */


/* homeBanner css start */
#homeBanner {
	background-image: url("../images/banner.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	margin-top: -160px;
	padding-top: 180px;
}
#homeBanner .row {
	align-items: center;
}
#homeBanner .scroll p {
	font-size: 16px;
	margin: 0;
}
#homeBanner .scroll {
	text-align: center;
    margin-top: 20px;
}

/* homeBanner css end */


/* game css start */
#game .img-box {
	text-align: center;
	max-width: 400px;
	margin: 0 auto;
}
#game .row {
	align-items: center;
}
#game h2 {
	border-bottom: 2px solid;
	margin-bottom: 30px;
	display: inline-block;
	padding-bottom: 10px;
}
#game .swiper-wrapper {
	padding-bottom: 60px;
}
#game .box.box2 {
	padding-left: 40px;
}
#game .button-next, #game .button-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1111;
}
#game .button-next {
	right: 0;
}
#game .button-prev {
	left: 0;
}
/* game css end */


/* feature css start */
#feature .list-box h3 {
	text-transform: capitalize;
	margin-bottom: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
#feature .list-box {
	padding-top: 20px;
}
#feature .list-box li {
	margin-bottom: 40px;
	position: relative;
	padding-left: 30px;
}
#feature {
    background: url("../images/features-background.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
#feature .list-box li::after {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: transparent;
	border: 1px solid var(--white-color);
}
#feature .list-box li::before {
	content: '';
	position: absolute;
	left: 4px;
	top: 25px;
	width: 2px;
	height: 165%;
	border-radius: 0;
	background: transparent;
	border: 1px solid var(--white-color);
}
#feature .list-box li:last-child {
	margin: 0;
}
#feature .list-box li:last-child::before {
    display: none;
}
#feature .text-box h4 {
	font-family: 'Bebas Neue', sans-serif;
}
/* feature css end */


/* download css start */
#download .text-box h2 {
	border-bottom: 2px solid;
	display: inline-block;
	padding-bottom: 10px;
}
#download .store-box ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	row-gap: 10px;
	column-gap: 10px;
}
#download .store-box {
	margin-top: 20px;
}
#download .store-box ul img {
	max-width: 200px;
	width: 100%;
}
#download .col-md-6:last-child {
	display: flex;
	justify-content: end;
}
#download .img-box {
	position: relative;
}
#download .img-box::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	background: #4484D178;
	width: 120%;
	height: 100%;
	z-index: -1;
	filter: blur(60px);
	border-radius: 50%;
}
/* download css end */


/* feedback css start */
#feedback .item {
	max-width: 75%;
	text-align: center;
	margin: 0 auto;
}
#feedback .item .text-box p {
	color: var(--light-yellow-color);
	padding-top: 60px;
	position: relative;
}
#feedback .item .text-box p::after {
	content: '';
	position: absolute;
	background: url('../images/quotes.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 60px;
	height: 60px;
	left: 50%;
	top: 0;
	opacity: 20%;
	transform: translateX(-50%);
}
#feedback .item .profile-box {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}
#feedback .item .profile-box .content-box p {
	margin: 0;
	text-align: left;
	line-height: 1.4;
}
#feedback .item .profile-box .content-box p.name {
	font-size: 22px;
	font-weight: 600;
}
#feedback .item .profile-box .content-box p.state {
	color: var(--yellow-color);
}
#feedback .item .profile-box .content-box .list-box ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 8px;
	row-gap: 10px;
}
#feedback .item .profile-box .img-box img {
	max-width: 70px;
	margin-right: 20px;
}
#feedback {
    background: url('../images/feedback-background.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
#feedback .item .profile-box .content-box .list-box ul img {
	max-width: 18px;
	width: 100%;
}
#feedback .button-next, #feedback .button-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1111;
}
#feedback .button-next {
	right: 0;
}
#feedback .button-prev {
	left: 0;
}
/* feedback css end */


/* footer css start */
#footer .icon-box li {
	display: inline-block;
	padding: 5px 10px;
	position: relative;
}
#footer .icon-box li img {
	max-width: 25px;
	width: 100%;
	max-height: 25px;
	object-fit: contain;
}
#footer .logo-box img {
	max-width: 160px;
	width: 100%;
	margin-bottom: 30px;
}
#footer {
	background: url('../images/footer-background.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
#footer ul li {
	margin-bottom: 10px;
}
#footer ul li:last-child {
	margin-bottom:0;
}
#footer .box.box4 ul li {
	display: inline-block;
}
#footer .box.box4 ul {
	display: flex;
	align-items: center;
	column-gap: 20px;
	flex-wrap: wrap;
}
#footer .row > * {
	display: flex;
	justify-content: center;
}
#footer .col-md-12 {
	padding: 20px 0;
	margin-top: 30px;
	border-top: 1px solid var(--gray-color);
}
#footer .end-box .button-box {
	margin: 0;
	text-align: center;
	background: var(--yellow-color);
	padding: 15px 0;
}
#footer h5 {
	border-bottom: 1px solid var(--white-color);
	display: inline-block;
    margin-bottom: 20px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
}
#footer ul a, #footer .box5 p {
	color: var(--white-color);
	font-weight: 600;
}

/* how css start */
#how .content {
	display: flex;
	align-items: center;
	max-width: 98%;
	margin-left: auto;
}
#how .text-box h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 10px;
}
#how .text-box p {
	line-height: 1.3;
}
#how .list-box li:not(:last-child) {
	padding-bottom: 50px;
}
#how .content .img-box {
	width: 20%;
	padding-right: 15px;
	position: relative;
}
#how .content .img-box::before {
	content: '';
	position: absolute;
	left: -56px;
	top: 50%;
	transform: translateY(-50%);
	background: var(--yellow-color);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	outline: 1px solid #43386B;
	outline-offset: 3px;
}
#how .content .img-box::after {
	content: '';
	position: absolute;
	right: 100%;
	width: 42px;
	height: 1px;
	top: 50%;
	transform: translateY(-50%);
	background: #43386B;
}
#how .content .text-box {
	width: 80%;
}
#how .left {
	width: 1px;
	height: 100%;
	background: #43386B;
	margin: 0 auto;
	position: relative;
}
#how .left::before {
	content: '';
	position: absolute;
	left: 50%;
	top: -10px;
	border-left: 6px solid transparent;
	border-right:6px solid transparent;
	border-bottom: 10px solid #43386B;
	transform: translateX(-50%);
}
#how .left::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 10px solid #43386B;
	transform: translateX(-50%);
}
#how {
	border-bottom: 1px solid #43386B;
}
#how video {
	border-radius: 20px;
}