* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/* common css start */
@font-face {
	font-family: 'Poppins-Bold';
	src: url("../fonts/Poppins-Bold.ttf");
}

@font-face {
	font-family: 'Poppins-Light';
	src: url("../fonts/Poppins-Light.ttf");
}

@font-face {
	font-family: 'Poppins-Medium';
	src: url("../fonts/Poppins-Medium.ttf");
}

@font-face {
	font-family: 'Poppins-Regular';
	src: url("../fonts/Poppins-Regular.ttf");
}

@font-face {
	font-family: 'Poppins-SemiBold';
	src: url("../fonts/Poppins-SemiBold.ttf");
}

@font-face {
	font-family: 'BakbakOneRegular';
	src: url("../fonts/BakbakOneRegular.ttf");
}

:root {
	--white-color: white;
	--black-color: black;
}

body {
	font-family: 'Poppins-Regular';
	background: url('../images/bg.png');
	background-size: cover;
}

a {
	text-decoration: none;
	font-size: 20px;
	transition: all .5s;
	display: inline-block;
	line-height: 1;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

li {
	display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
	line-height: 1.2;
	color: #fff;
	font-family: 'BakbakOneRegular';
	text-transform: uppercase;
}

h2 {
	font-size: 44px;
}

h3 {
	font-size: 36px;
}

h4 {
	font-size: 28px;
}

p {
	padding: 0;
	margin: 0;
	line-height: 1.5;
	font-size: 21px;
	margin-bottom: 25px;
	font-family: 'Poppins-Regular';
	color: #fff;
}

p:last-child {
	margin-bottom: 0;
}

.section-heading {
	text-align: left;
}

.section-heading h5 {
	font-size: 15px;
	margin-bottom: 10px;
}

.section-heading h2 {
	font-size: 44px;
	margin-bottom: 15px;
}

.section-heading p {
	font-size: 25px;
	margin-bottom: 0;
}

.btn.btn-orange {
	font-size: 19px;
	font-family: 'BakbakOneRegular';
	padding: 10px 20px;
	color: white;
	background-color: #F53848;
	border: none;
	border-radius: 0;
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.btn.btn.btn-orange img {
	max-width: 25px;
	margin-right: 5px;
}

span {
	display: inline-block;
}

section {
	padding: 60px 0;
}

.row {
	align-items: center;
}

/* common css end */


/* header css start */
#header.show {
	position: fixed;
	top: 0;
	width: 100%;
	animation: fixed 1s;
	border-bottom: 1px solid #ffffff75;
	z-index: 1111;
}

@keyframes fixed {
	0% {
		transform: translateY(-100px);
	}

	100% {
		transform: translateY(0);
	}
}

#header {
	background: #040B11;
	padding: 20px 0;
	transition: all .5s ease-in-out;
}

#header .header-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#header .logo-box .logo-img {
	width: 100%;
	max-width: 220px;
}

#header .main-nav nav .text-box p {
	font-size: 15px;
	font-family: 'BakbakOneRegular';
	text-transform: uppercase;
}

#header .main-nav .click-menu,
#header .main-nav .cancel-menu {
	font-size: 25px;
	color: white;
	display: none;
	cursor: pointer;
}

#header .main-nav nav .button-box ul li a {
	font-size: 15px;
}

#header .main-nav nav .button-box ul li:first-child a {
	background-color: #141B22;
	margin-right: 12px;
	color: #F53848;
	border: 2px solid #F53848;
}

#header .main-nav nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#header .main-nav {
	width: 70%;
}

#header .main-nav nav.show {
	left: 0;
}

/* header css end */


/* banner css start */
#bannerHome {
	padding: 0;
}

#bannerHome .img-part .banner-img {
	width: 100%;
}

.owl-theme .owl-dots .owl-dot span {
	width: 25px;
	height: 10px;
	background: #ffffff24;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #F53848;
}

/* banner css end */


/* wallet css start */
#wallet .box .logo-box img {
	max-width: 250px;
	margin-bottom: 20px;
}

#wallet .box .text-box h3 {
	margin: 0;
}
#wallet .box .text-box h4 {
	margin-bottom: 0;
}
#wallet .box .text-box h4:last-child {
	margin-top: 30px;
}

#wallet .box .button-box {
	padding-top: 30px;
}

#wallet .box .button-box ul {
	display: flex;
	align-items: center;
	column-gap: 20px;
	flex-wrap: wrap;
	row-gap: 10px;
}

#wallet .box .img-box img {
	width: 100%;
	max-width: 250px;
	margin-left: auto;
	display: block;
}

#wallet .wallet-box {
	padding: 10px 100px;
	background-color: #ffffff26;
	border: 7px solid #F5384887;
	border-radius: 20px;
}

/* wallet css end */


/* casino css start */
#casino .box .img-box img {
	width: 100%;
	max-width: 600px;
}

#casino .box .text-box p {
	margin-bottom: 0;
	position: relative;
	padding-left: 20px;
}

#casino .box .text-box ul li p::before {
	position: absolute;
	content: '';
	left: 0;
	top: 11px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #fff;
}

#casino .box .text-box h2 {
	margin-bottom: 0;
}

#casino .box.box1 {
	text-align: center;
}

#casino .box2 .top ul li img {
	width: 100%;
	max-width: 50px;
	margin-right: 15px;
}

#casino .box2 .end h2 {
	margin: 20px 0;
}

#casino .box2 .button-box ul {
	display: flex;
	flex-direction: column;
	row-gap: 15px;
}

#casino .box2 .button-box .btn.btn-orange {
	width: 320px;
	font-size: 26px;
}

#casino .col-lg-6:last-child {
	display: flex;
	justify-content: end;
}

#casino {
	background-color: #ffffff08;
}

#sponsor .box .text-box img {
	max-width: 440px;
	margin-bottom: 20px;
}

#sponsor .box .text-box p {
	text-transform: uppercase;
	font-family: 'Poppins-Bold';
}

#sponsor .box .img-box img {
	max-width: 260px;
	margin-left: 20px;
}

#sponsor ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

/* casino css end */


/* partner css start */
#partner ul li a {
	padding: 10px 20px;
	background-color: #ffffff26;
	border: 3px solid #F5384887;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 120px;
}

#partner ul li a img {
	width: 100%;
	max-width: 240px;
	max-height: 70px;
	object-fit: contain;
}

#partner .section-heading {
	text-align: center;
}

#partner ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	row-gap: 20px;
	column-gap: 30px;
}

#partner ul li {
	width: calc(33.33% - 20px);
}

#partner {
	background-color: #ffffff08;
}

/* partner css end */


/* join css start */
#join .box .img-box img {
	width: 100%;
	max-width: 450px;
	display: block;
	margin: 0 auto;
}

#join .box .section-heading {
	text-align: left;
}

#join .box p {
	position: relative;
	padding-left: 20px;
}

#join .box p::before {
	position: absolute;
	content: '';
	left: 0;
	top: 13px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #fff;
}

/* join css end */


/* play css start */
#play .img-box img {
	max-width: 200px;
	height: 120px;
	object-fit: contain;
	margin: 0 auto;
	margin-bottom: 10px;
}

#play .box {
	text-align: center;
	background-color: #141B22;
	padding: 10px;
	position: relative;
}

#play .owl-item.active .box::before {
	content: '';
	position: absolute;
	width: 60px;
	height: 60px;
	top: 0;
	left: 0;
	background-image: url('../images/left.png');
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0;
	transition: .5s all;
}

#play .owl-item.active .box::after {
	content: '';
	position: absolute;
	width: 60px;
	height: 60px;
	bottom: 0;
	right: 0;
	background-image: url('../images/right.png');
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0;
	transition: .5s all;
}

#play .owl-item.active .box:hover:after, #play .owl-item.active .box:hover:before {
	opacity: 1;
}

#play .section-heading {
	margin-bottom: 20px;
	text-align: center;
}

#play .box .text-box h4 {
	margin-bottom: 0;
}

#play {
	background-color: #ffffff08;
}

/* play css end */


/* customer css start */
#customer .box1 p {
	position: relative;
	padding-left: 20px;
}

#customer .box1 p::before {
	position: absolute;
	content: '';
	left: 0;
	top: 13px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #fff;
}

#customer .section-heading {
	text-align: left;
}

#customer .box2 p {
	font-size: 24px;
	font-family: 'Poppins-SemiBold';
	margin-bottom: 15px;
	text-align: center;
}

#customer .box2 ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 20px;
	justify-content: center;
	row-gap: 20px;
}

#customer .box2 ul li {
	width: calc(50% - 10px);
}

#customer .box2 ul li .btn.btn-orange {
	width: 100%;
}

#customer .box.box2 {
	background-color: #FFF0;
	border: 3px solid #F5384887;
	padding: 20px 30px;
	border-radius: 20px;
	position: relative;
	backdrop-filter: blur(20px);
	max-width: 550px;
	margin: 0 auto;
}

#customer .col-lg-6:last-child {
	position: relative;
}

#customer .col-lg-6:last-child::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-image: url('../images/girl.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 250px;
	height: 550px;
	z-index: -1;
}

#customer .row {
	align-items: flex-end;
}

#customer {
	padding-top: 120px;
}

#customer .box1 {
	margin-bottom: 60px;
}

/* customer css end */


/* customer css start */
#footer .footer-top .left-box ul li a {
	color: #fff;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 2px solid #fff;
	line-height: 1;
}

#footer .footer-top .left-box ul {
	display: flex;
	align-items: center;
}

#footer .footer-top .left-box ul li:last-child a {
	margin-right: 0;
	padding-right: 0;
	border: none;
}

#footer .footer-top .right-box ul li img {
	width: 100%;
	max-width: 50px;
	margin-right: 15px;
}

#footer .footer-top .footer-top-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 20px;
}

#footer .footer-top {
	padding: 30px 0;
	border-bottom: 1px solid #ffffff85;
}

#footer {
	background-color: #ffffff08;
	padding: 0;
}

#footer .footer-middle .box.box1 ul li img {
	max-width: 45px;
	margin-right: 10px;
}

#footer .footer-middle .box.box2 .img-box img {
	max-width: 150px;
	width: 100%;
}

#footer .footer-middle .box.box2 {
	display: flex;
	align-items: center;
}

#footer .footer-middle .box.box2 .text-box p:first-child {
	margin-bottom: 0;
	font-family: 'Poppins-SemiBold';
}

#footer .footer-middle .box.box2 .text-box p:last-child {
	font-size: 16px;
	color: #F53848;
}

#footer .footer-middle .box.box2 .text-box {
	margin-left: 10px;
}

#footer .footer-middle .box.box3 {
	margin-top: 30px;
}

#footer .footer-middle .box.box3 ul li img {
	max-width: 150px;
}

#footer .footer-middle .box.box3 ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

#footer .footer-middle {
	padding: 30px 0;
	border-bottom: 1px solid #ffffff85;
}

#footer .footer-end {
	padding: 30px 0;
	border-bottom: 1px solid #ffffff85;
}

#footer .footer-end .box h4 {
	font-family: 'Poppins-SemiBold';
}

#footer .footer-end .box .button-box ul li {
	margin-right: 10px;
}

#footer .footer-end .box .button-box ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	row-gap: 10px;
}

#footer .footer-end .box .button-box ul li:last-child {
	margin-right: 0;
}

#footer .footer-end .box.box2 p {
	font-family: 'Poppins-SemiBold';
	font-size: 16px;
	text-align: right;
}

/* footer css end */



/* about-page css start */
#banner.about .img-box img {
	width: 100%;
}

#banner.about .img-box {
	position: relative;
}

#banner.about .img-box h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}

#available .box .img-box img {
	width: 100%;
	display: block;
	margin-left: auto;
	max-width: 550px;
	max-height: 500px;
	object-fit: contain;
}

#available.direction .row {
	flex-direction: row-reverse;
}

#available.direction .box .img-box img {
	margin-right: auto;
	margin-left: 0;
}

#available.direction {
	background-color: #ffffff08;
}

/* about-page css end */



#banner {
	padding: 0;
}

#banner .banner-box {
	background-image: url("../images/innerbanner.png");
	padding: 90px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	text-align: center;
	position: relative;
	border-radius: 23px;
}

#banner .bannerBox {
	background: linear-gradient(39deg, rgba(245, 56, 72, 1) 0%, rgba(255, 98, 111, 1) 100%);
	padding: 15px;
	border-radius: 38px;
}

#banner .banner-box::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
	border-radius: 23px;
}

#banner .banner-box h2 {
	position: relative;
	font-family: 'Bakbak One', cursive;
	z-index: 111;
	color: #fff;
	margin-bottom: 0;
}

p {
	font-family: 'Poppins', sans-serif;
	margin-bottom: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Bakbak One', cursive;
	color: #fff;
}


#main .main-box h4 {
	font-size: 35px;
}

#main .main-box p {
	font-size: 16px;
}


#main .main-box ul.dot li {
	position: relative;
	padding-left: 15px;
	display: block;
}

#main .main-box ul.dot li::after {
	content: "";
	width: 5px;
	height: 5px;
	background-color: #fff;
	position: absolute;
	top: 11px;
	left: 0;
	border-radius: 50%;
}

#main .main-box ul {
	margin-bottom: 20px;
}

.pt-25 {
	padding-top: 25px;
}


.main-box h5 {
	font-size: 21px;
	margin-top: 25px;
}

#main .main-box ul ul {
	padding-left: 15px;
}

#main .note {
	padding: 25px 25px;
	margin: 25px 0;
	background-color: #ffffff17;
}

#main .note h3 {
	margin: 0;
}