.white,
h1, h2, h3, h4, h5, h6, p {
	color: var(--white-color);
}

.btn-common, .small {
	font-size: 16px;
}

*, ol, ul { 
	margin: 0;
	padding: 0;
}

*, ol, p, ul {
	padding: 0;
}

a, 
h1, h2, h3, h4, h5, h6 {
	text-transform: capitalize;
	line-height: 1.2;
}

a, span {
	display: inline-block;
}

#footer .section-heading p,
#homeBanner .text-box h1,
#live-cricket-banner .text-box h1,
.btn-common,
.uppercase {
	text-transform: uppercase;
}

footer,
section {
	padding: 60px 0;
}

#header.show,
body.show {
	position: fixed;
	top: 0;
	width: 100%;
}

#header,
.common::after,
body {
	background: #020e66;
}

#download .box,
#features .content-box,
.section-heading,
footer .box.box2 {
	text-align: center;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

::after,
::before {
	box-sizing: border-box;
}

.common::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}

:focus-visible {
	outline: none;
}


:root {
	--white-color: #fff;
	--black-color: #000;
	--gray-color: #6c757d;
	--gold-color: #D6A638;
}

.black,
a {
	color: var(--black-color);
}

.gray,
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span,
p a,
p span {
	color: var(--gray-color);
}

.gold {
	color: var(--gold-color);
}

body {
	font-family: Poppins, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px;
	padding: 0;
	font-weight: 700;
}

h1 {
	font-size: 50px;
}

h2 {
	font-size: 44px;
}

h3 {
	font-size: 34px;
}

h4 {
	font-size: 26px;
}

h5 {
	font-size: 22px;
}

h6 {
	font-size: 18px;
}

p {
	margin: 0 0 25px;
	font-size: 20px;
	line-height: 1.6;
	font-weight: 300
}

p:last-child {
	margin-bottom: 0;
}

p a {
	font-size: inherit;
	font-family: inherit;
	color: var(--gold-color) !important;
}

.text-box p a.gold,
.text-box p a.gold:hover {
	color: var(--gold-color) !important;
}

ol, ul {
	list-style-type: none
}

a {
	text-decoration: none
}

.section-heading {
	margin-bottom: 40px
}

.btn-common {
	padding: 12px 30px;
	background: 0 0;
	color: var(--white-color) !important;
	border-radius: 0;
	border: 2px solid var(--gold-color);
	display: flex;
	align-items: center
}

.form-control-common, label {
	font-size: 16px;
	color: var(--white-color)
}

.btn-common.transpatent span,
.button-box ul {
	align-items: center;
	display: flex
}

.btn-common.transpatent {
	border-color: transparent
}

.btn-common.transpatent ul {
	gap: 2px;
	padding-left: 10px;
	margin-top: -5px
}

.btn-common.transpatent ul img {
	margin-right: 0;
	max-width: 15px;
	width: 100%
}

.btn-common img {
	max-width: 30px;
	margin-right: 10px
}

section {
	overflow: hidden
}

.bg-left {
	background: linear-gradient(94deg, #1b1e26 0, rgba(214, 166, 56, 0) 60%)
}

.bg-right {
	background: linear-gradient(274deg, #1b1e26 0, rgba(214, 166, 56, 0) 60%)
}

.mobile {
	display: none !important
}

.desktop {
	display: block !important
}

img,
video {
	max-width: 100%
}

.button-box ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 0;
  row-gap: 10px;
}

.owl-theme .owl-dots .owl-dot span {
	background: var(--white-color);
	width: 8px;
	height: 8px;
	border-radius: 0
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: var(--white-color);
	outline: 2px solid var(--gold-color);
	outline-offset: 5px
}

.owl-nav {
	margin-top: 0
}

#about .box.box2,
.owl-dots {
	padding-top: 50px
}

.owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

#about .list li,
#get .box img,
#header,
.heading,
footer .logo-box {
	position: relative
}

.owl-nav button.owl-prev {
	left: 0
}

.section-heading .heading::after,
footer .logo-box::after {
	left: 50%;
	transform: translateX(-50%)
}

.owl-nav button.owl-next {
	right: 0
}

.form-box.common-form {
	background: linear-gradient(180deg, rgba(214, 166, 56, .35) 0, rgba(18, 25, 43, 0) 60%);
	padding: 40px;
	border-radius: 20px
}

#about .list li::before,
.heading::after,
footer .logo-box::after {
	content: '';
	position: absolute;
	background: var(--white-color)
}

label {
	padding-bottom: 10px
}

.form-control-common {
	background: 0 0;
	border: 1px solid var(--white-color);
	padding: 10px 20px;
	width: 100%;
	appearance: textfield;
	border-radius: 0;
	text-transform: capitalize;
	box-shadow: none;
	resize: none
}

.input-group,
footer .logo-box {
	padding-bottom: 20px
}

.heading {
	padding-bottom: 30px;
	margin-bottom: 30px;
	display: inline-block
}

.heading::after {
	width: 20%;
	height: 3px;
	left: 0;
	bottom: 0;
	border-radius: 10px
}

.title {
	text-transform: uppercase;
	font-weight: 500
}

@keyframes smoothScroll {
	0% {
		transform: translateY(-60px);
		opacity: 0
	}

	100% {
		transform: translateY(0);
		opacity: 1
	}
}

#header.show {
	left: 0;
	animation: 1s forwards smoothScroll;
	z-index: 1000;
	box-shadow: 0 0 10px 2px #464646
}

#header {
	padding: 15px 0;
	transition: .5s
}

#header .header-box {
	display: flex;
	align-items: center;
	justify-content: space-between
}

#header .logo-box img {
	max-width: 220px;
	width: 100%
}

#header .button-box ul img {
	max-width: 30px;
	width: 100%
}

#header .button-box ul li:not(:last-child),
footer .list-box li:not(:last-child) {
	padding-right: 20px
}

#homeBanner .text-box,
#live-cricket-banner .text-box,
#id-provider .text-box {
	padding-bottom: 40px
}

#homeBanner .box.box2 .img-box img,
#live-cricket-banner .box.box2 .img-box img {
	max-width: 500px;
	margin-left: auto;
	display: block;
	width: 100%
}

#homeBanner .heading::after,
#live-cricket-banner .heading::after {
	background: var(--gold-color)
}

#about .list {
	padding-top: 20px
}

#about .list li {
	padding: 0 0 5px 25px
}

#about .list li::before {
	width: 5px;
	height: 5px;
	left: 10px;
	top: 10px;
	border-radius: 50%
}

#about .button-box {
	padding: 10px 20px;
	display: inline-block;
	border: 1px solid var(--gold-color);
	margin-top: 20px
}

#about .button-box li:not(:last-child),
footer .link-box li:not(:last-child) {
	padding-right: 40px
}

#about .list .small {
	text-transform: uppercase;
	font-weight: 400
}

#about .box.box1 img {
	max-width: 400px;
	width: 100%
}

#features .content-box img {
	width: 80px;
	height: 80px;
	object-fit: contain;
	margin-bottom: 20px
}

#features .content-box a {
	font-weight: 400;
	font-size: 22px;
	color: var(--white-color) !important
}

#download .box {
	border: 2px solid #333;
	border-radius: 10px;
	padding: 30px 40px;
	margin: 0 20px;
	height: 100%
}

#download .box img {
	max-width: 120px;
	width: 100%;
	margin-bottom: 40px
}

#download .box h5,
#get .box .text-box h5 {
	font-weight: 400;
	color: var(--gold-color)
}

#download .box a {
	font-weight: 400;
	font-size: 22px;
	color: var(--gold-color);
	margin-bottom: 15px
}

#get .box {
	display: flex;
	align-items: flex-end
}

#get .box img {
	width: 45%
}

#get .box .text-box {
	width: 55%;
	text-align: center;
	border: 2px solid #333;
	border-radius: 0 10px 10px 0;
	padding: 20px 10px;
	margin: 0 0 50px -5px;
	border-left: none
}

#get .section-heading {
	max-width: 1000px;
	margin: 0 auto 20px
}

#footer .row {
	justify-content: space-between
}

#footer .section-heading h2 {
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 10px
}

#footer .section-heading h2::after {
	width: 50%;
	background: var(--gold-color)
}

footer .btn-common {
	background: var(--gold-color);
	color: #111728 !important;
	font-weight: 500;
	margin: 0 auto
}

footer .logo-box img {
	max-width: 300px;
	margin: 0 auto;
	display: block;
	width: 100%
}

footer ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	row-gap: 10px;
}

footer .link-box a {
	color: var(--gold-color);
	font-size: 20px;
	font-weight: 500
}

footer .logo-box {
	margin-bottom: 30px;
	display: inline-block
}

footer .logo-box::after {
	width: 40%;
	height: 3px;
	bottom: 0;
	border-radius: 10px
}

footer .link-box+.text-box {
	padding: 20px 0 30px
}

footer .list-box img {
	max-width: 25px;
	width: 100%
}

footer .list-box {
	padding-bottom: 30px
}

#homeBanner .button-box ul,
#live-cricket-banner .button-box ul {
  column-gap: 15px;
}

.telegram-box {
	position: fixed;
	left: 40px;
	bottom: 5%;
	z-index: 999;
}

.telegram-box a img {
	max-width: 130px;
	height: auto;
	width: 100%;
}

.feature-box a {
  color: var(--gold-color);
  font-size: 18px;
  font-weight: 500;
  padding: 16px 0;
  border-top: 1px solid var(--gold-color);
  border-bottom: 1px solid var(--gold-color);
}

.blink {
	animation: blinker 1.2s infinite;
}

@keyframes blinker {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

/* New Css */
#header .main-nav {
	align-items: center;
	flex-wrap: wrap;
	padding-left: 20px;
	display: flex;
}

#header .main-nav nav {
	margin-right: 20px;
}

#header nav ul li a {
  font-size: 18px;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  text-transform: uppercase;
}

/* Faq Start */
.accordion-button {
  padding: 20px 20px;
  font-size: 18px;
  color: #fff;
  background: 0 0;
}

.accordion-item:not(:last-child) {
  margin-bottom: 15px;
}

.accordion-item {
  background: 0 0;
  border: 1px solid var(--gray-color) !important;
  border-radius: 15px !important;
}

.accordion-body {
  padding-top: 0;
}

.accordion-body p {
	font-size: 16px;
}

.accordion-button:focus {
	border-color: transparent !important;
	box-shadow: none;
}

.accordion-button:not(.collapsed) {
	color: var(--white-color);
	background-color: transparent;
	box-shadow: none;
}

.accordion-button::after {
	width: 20px;
	height: 13px;
	background: url('../images/arrow-down.png') no-repeat !important;
	background-size: 100% 100% !important;
}

/* Faq End */

a.social-link {
	cursor: pointer;
}