/*******css start******/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	background: linear-gradient(#5f010a, #4a274f);
	background-color: #0a213f;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}

button:focus {
	outline: none !important;
}

ul,
ol,
li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a {
	text-decoration: none;
}

img {
	max-width: 70%;
}

input:focus {
	outline: none;
}

header,
footer,
section {
	width: 100%;
	float: left;
}

.auto-container {
	max-width: 1400px;
	width: 1400px;
	margin: 0 auto;
}

header {
	padding: 40px 0;
	position: absolute;
	top: 0;
	z-index: 1;
	text-align: center;
}

.header-inner {
	width: 100%;
	float: left;
}

.logo-con {
	width: 200px;
	float: left;
}

.logo-con img {
	float: left;
}

.logo-con img:hover {
	filter: drop-shadow(1px 2px 0 #ffffff);
}

nav {
	display: inline-block;
	width: auto;
	margin: 15px 0 0;
}

nav li {
	float: left;
	margin: 0 18px;
}

nav li a {
	font-weight: 600;
	font-size: 18px;
	line-height: 19px;
	color: #ffffff;
	background-image: linear-gradient(to right, #00abff, #7ed4ff 50%, #ffffff 50%);
	background-size: 200% 100%;
	background-position: -100%;
	display: inline-block;
	position: relative;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: all 0.3s ease-in-out;
	text-transform: uppercase;
}

nav li a:before {
	content: '';
	background: #00abff;
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 1px;
	transition: all 0.3s ease-in-out;
}

nav li a:hover {
	background-position: 0;
}

nav li a.active {
	background-image: linear-gradient(to right, #00abff, #7ed4ff 50%, #ffffff 50%);
	background-size: 200% 100%;
	background-position: 0;
}

nav li a.active::before {
	width: 100%;
}

.header-right {
	float: right;
	margin: 15px 0 0;
}

.header-right li.launch-app a {
	padding: 12.5px 24px;
	background: transparent;
	border-radius: 6px;
	color: #00abff;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	-webkit-text-fill-color: #ffffff;
	border: 2px solid #00abff;
}

.header-right li.launch-app a:hover {
	background: #00abff;
	color: #fff;
	-webkit-text-fill-color: #fff;
}

.header-right li.launch-app a:before {
	display: none;
}

.header-right li.launch-app {
	margin: 0 0 0 10px !important;
	float: left;
}

.header-right li.launch-app:first-child {
	margin-left: 0 !important;
}

nav li a:hover::before {
	width: 100%;
}

.banner-outer {
	padding: 200px 50px 110px;
	text-align: center;
	overflow: hidden;
}

.banner-inner {
	width: 100%;
	display: inline-block;
	max-width: 1600px;
}

.banner-left {
	width: 58%;
	float: left;
	padding: 100px 0 0;
	text-align: left;
}

.banner-left span {
	font-size: 24px;
	line-height: 19px;
	color: #fff;
	padding: 0 0 18px;
	display: inherit;
	text-transform: uppercase;
}

.banner-left h1 {
	font-size: 60px;
	line-height: 70px;
	color: #ffffff;
	padding: 0 0 22px;
}

.banner-left h1 strong {
	color: #f9ce00;
}

.banner-left p {
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	display: inherit;
	padding: 0 0 18px;
}

.banner-left a {
	padding: 14.5px 24px;
	background: #00abff;
	border-radius: 6px;
	font-weight: 700;
	font-size: 18px;
	line-height: 23px;
	color: #ffffff;
	text-align: center;
	border: 2px solid #00abff;
	float: left;
	text-transform: uppercase;
}

.banner-left a:hover {
	background: rgba(22, 14, 51, 0.5);
	color: #00abff;
}

.banner-right {
	width: 42%;
	float: right;
}

.premium-outer {
	text-align: center;
}

.premium-inner {
	width: 100%;
	display: inline-block;
}

.premium-inner h2 {
	font-size: 60px;
	line-height: 70px;
	color: #ffffff;
	padding: 0 0 95px;
}

.premium-inner h2 strong {
	color: #f9ce00;
}

.premium-inner li {
	border-radius: 45px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(9px);
	width: 412px;
	height: 410px;
	padding: 77px 95px;
	text-align: center;
	margin: 0 75px 95px 0;
	float: left;
	position: relative;
	border: 1px solid #fff;
}

.premium-inner li:nth-child(3n) {
	margin-right: 0;
}

.premium-inner li:nth-child(4n) h3 {
	padding: 0 0 31px;
}

.premium-inner li:nth-child(5n) h3 {
	padding: 0 0 14px;
}

.premium-inner li:nth-child(6n) h3 {
	padding: 0 0 36px;
}

.premium-inner li img {
	display: block;
	margin: 0 auto 48px;
}

.premium-inner li h3 {
	font-size: 48px;
	line-height: 38px;
	text-transform: capitalize;
	color: #ffffff;
	padding: 0 0 48px;
	font-weight: 400;
	font-family: 'Ovo', serif;
}

.premium-inner li a {
	padding: 14.5px 10px;
	background: #00abff;
	border-radius: 40px;
	font-weight: 700;
	font-size: 18px;
	line-height: 23px;
	color: #ffffff;
	text-align: center;
	border: 1px solid #00abff;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 95px;
	display: inline-block;
	width: 150px;
	text-decoration: underline;
}

.premium-inner li a:hover {
	background: rgba(22, 14, 51, 0.5);
	color: #00abff;
}

.works-outer {
	padding: 40px 0 75px;
	text-align: left;
}

.works-inner {
	width: 100%;
	float: left;
}

.works-right {
	width: 50%;
	float: right;
	padding: 160px 0 0;
}

.works-right span {
	font-size: 24px;
	line-height: 19px;
	color: #f9ce00;
	font-weight: 600;
	padding: 0 0 18px;
	display: inherit;
	text-transform: uppercase;
}

.works-right h3 {
	font-size: 60px;
	line-height: 70px;
	color: #ffffff;
	padding: 0 0 22px;
	font-weight: 700;
}

.works-right h3 strong {
	color: #f9ce00;
}

.works-right p {
	font-size: 20px;
	line-height: 30px;
	color: #fffae2;
	display: inherit;
	padding: 0 0 18px;
}

.works-right a {
	padding: 14.5px 24px;
	background: #00abff;
	border-radius: 6px;
	font-weight: 700;
	font-size: 18px;
	line-height: 23px;
	color: #ffffff;
	text-align: center;
	border: 2px solid #00abff;
	float: left;
	text-transform: uppercase;
}

.works-right a:hover {
	background: rgba(22, 14, 51, 0.5);
	color: #f9ce00;
}

.works-left {
	width: 45%;
	float: left;
}

.choose-outer {
	padding: 0;
}

.choose-right li {
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	display: inherit;
	padding: 0 0 25px 35px;
	position: relative;
}

.choose-right li:before {
	content: '';
	position: absolute;
	left: 15px;
	height: 5px;
	width: 5px;
	border-radius: 50%;
	background-color: #ffffff;
	top: 10px;
}

.choose-outer .works-left {
	padding: 150px 0 0;
}

.choose-outer .works-right {
	width: 52%;
	padding: 0;
}

.choose-outer .works-right a {
	margin: 0 0 0 35px;
}

.choose-outer .works-right h3 {
	color: #f9ce00;
	padding: 0 0 18px;
}

.registration-outer {
	padding: 0 0 82px;
	text-align: center;
}

.registration-inner {
	width: 100%;
	float: left;
}

.registration-inner li {
	width: 25%;
	float: left;
	text-align: center;
}

.registration-inner li img {
	display: block;
	margin: 0 auto 42px;
}

.registration-inner li strong {
	font-size: 24px;
	line-height: 30px;
	color: #ffffff;
}

.about-outer .banner-left {
	padding: 0;
	width: 52%;
}

.about-outer .banner-left h1 {
	line-height: 60px;
	padding: 0 0 18px;
	color: #f9ce00;
}

.mission {
	padding-top: 23px !important;
}

.gamble-inner {
	width: 100%;
	float: left;
	padding: 60px 0 90px;
}

.gamble-left {
	width: 50%;
	float: left;
}

.gamble-left p {
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	display: inherit;
	padding: 0 0 25px;
}

.gamble-left h4 {
	font-size: 36px;
	line-height: 36px;
	color: #f9ce00;
	padding: 10px 0 0;
}

.gamble-right {
	width: 50%;
	float: right;
	text-align: center;
}

.contact-outer {
	text-align: center;
	padding: 200px 0 0;
}

.contact-inner {
	width: 1222px;
	display: inline-block;
}

.contact-left {
	width: 46%;
	float: left;
	text-align: left;
}

.contact-left-in {
	width: 100%;
	float: left;
	padding: 0 0 36px;
}

.contact-left-in h2 {
	font-size: 60px;
	line-height: 70px;
	color: #f9ce00;
	padding: 0 0 18px;
}

.contact-left-in p {
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	display: inherit;
	padding: 0 0 18px;
}

.contact-left-in li {
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	display: inherit;
	padding: 0 0 18px;
}

.contact-left-in li a {
	color: #ffffff;
}

.social-links {
	width: 100%;
	float: left;
	padding: 20px 0 0;
}

.social-links li {
	width: 100%;
	float: left;
	padding: 0 0 24px;
	line-height: 45px;
}

.contact-left-in li a img {
	vertical-align: bottom;
}

.contact-left-in li a span {
	width: 48px;
	float: left;
	margin: 0 40px 0 0;
}

.contact-left-in li a:hover {
	color: #00abff;
	text-decoration: underline;
}

.contact-right {
	width: 42%;
	float: right;
}

.feedback-outer {
	text-align: center;
	padding: 72px 0 75px;
	border-top: 1px solid #fff;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(9px);
}

.feedback-inner {
	width: 1002px;
	display: inline-block;
	text-align: left;
}

.feedback-inner h3 {
	font-size: 60px;
	line-height: 70px;
	color: #00abff;
	padding: 0 0 34px;
}

.feedback-inner form {
	width: 100%;
	display: inline-block;
}

.feedback-inner form .contact-field {
	width: 43.5%;
	float: left;
	padding: 0 0 30px;
}

.feedback-inner form .contact-field:nth-child(2n) {
	float: right;
}

.feedback-inner form .contact-field label {
	font-size: 20px;
	line-height: 20px;
	color: #ffffff;
	padding: 0 0 14px;
	width: 100%;
	float: left;
}

.feedback-inner form .contact-field input[type='text'] {
	border-radius: 10px;
	width: 100%;
	padding: 13.5px 16px;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0.01em;
	color: #ffffff;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	border: 2px solid #ffffff;
	background: transparent;
}

.feedback-inner
	form
	.contact-field
	input[type='text']::-webkit-input-placeholder,
.feedback-inner form .contact-field textarea::-webkit-input-placeholder {
	color: #ffffff;
}

.feedback-inner form .contact-field input[type='text']::-moz-placeholder,
.feedback-inner form .contact-field textarea::-webkit-input-placeholder {
	color: #ffffff;
}

.feedback-inner form .contact-field input[type='text']:-ms-input-placeholder,
.feedback-inner form .contact-field textarea::-webkit-input-placeholder {
	color: #ffffff;
}

.feedback-inner form .contact-field input[type='text']:-moz-placeholder,
.feedback-inner form .contact-field textarea::-webkit-input-placeholder {
	color: #ffffff;
}

.feedback-inner form .contact-field input[type='text']:focus,
.feedback-inner form .contact-field textarea:focus {
	box-shadow: 0 0 5px 1px #ffffff;
}

.feedback-inner form .contact-field textarea {
	border-radius: 10px;
	width: 100%;
	height: 120px;
	padding: 13.5px 16px;
	font-size: 20px;
	line-height: 23px;
	letter-spacing: 0.01em;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	position: relative;
	border: 2px solid #ffffff;
	outline: none;
	background: transparent;
	resize: none;
}

.feedback-inner form .reason-field {
	width: 100%;
}

.feedback-inner form input[type='submit'] {
	border-radius: 6px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 27px;
	color: #ffffff;
	background: #00abff;
	padding: 14.5px 39px;
	cursor: pointer;
	border: 0;
	font-weight: 700;
	text-transform: uppercase;
	border: 2px solid #00abff;
}

.feedback-inner form input[type='submit']:hover {
	background: rgba(22, 14, 51, 0.5);
	color: #00abff;
}

.gamble-outer {
	padding: 83px 0;
}

.gamble-outer .gamble-inner {
	padding: 0 0 0 100px;
}

.gamble-left h3 {
	font-size: 60px;
	line-height: 60px;
	color: #f9ce00;
	padding: 0 0 30px;
}

footer {
	text-align: center;
	padding: 67px 0 79px;
	border-top: 1px solid #fff;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(9px);
}

.footer-inner {
	width: 1085px;
	display: inline-block;
}

.footer-left {
	width: 100%;
	float: left;
	padding: 0 0 84px;
}

.footer-left a img:hover {
	filter: drop-shadow(1px 2px 0 #ffffff);
	transform: translate(2px, -2px);
}

.footer-left p {
	font-size: 15px;
	line-height: 21px;
	padding: 34px 0 0;
	color: #ffffff;
}

.footer-middle {
	width: 100%;
	float: left;
	text-align: left;
	padding: 0 0 68px;
}

.footer-nav {
	width: 50%;
	float: left;
}

.footer-nav h6 {
	font-size: 24px;
	line-height: 24px;
	color: #ffffff;
	padding: 0 0 26px;
}

.footer-nav li {
	float: left;
	width: 100%;
	margin: 0 0 26px;
}

.footer-nav li a {
	font-size: 24px;
	line-height: 24px;
	color: #ffffff;
	background-image: linear-gradient(to right, #00abff, #7ed4ff 50%, #ffffff 50%);
	background-size: 200% 100%;
	background-position: -100%;
	display: inline-block;
	position: relative;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: all 0.3s ease-in-out;
}

.footer-nav li a:before {
	content: '';
	background: #00abff;
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 1px;
	transition: all 0.3s ease-in-out;
}

.footer-nav li a:hover {
	background-position: 0;
}

.footer-nav li a:hover::before {
	width: 100%;
}

.footer-nav li a:hover {
	color: #00abff;
}

.payments-list li {
	float: left;
	margin: 0 50px 25px 0;
	width: auto;
}

.payments-list li:nth-child(4n) {
	margin-right: 0;
}

.payments-list li:nth-child(5n),
.payments-list li:nth-child(6n),
.payments-list li:nth-child(7n) {
	margin-right: 88px;
}

.payments-list li a:hover::before {
	display: none;
}

.payments-list li a:hover {
	filter: brightness(0.7);
	transform: translate(2px, -2px);
}

.copyright-outer p {
	font-size: 18px;
	line-height: 20px;
	color: #ffffff;
	display: inline-block;
}

.float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 40px;
	right: 40px;
	background-color: #25d366;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
}

.my-float {
	margin-top: 16px;
}

/*******css end******/
