html {
    overflow-x: clip;
}
body {
	overflow-x: clip;
	margin: 0;
	padding: 0 !important;
	background-color: #0B0114;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	word-wrap: break-word;
}

u {
	text-decoration: underline;
}

b {
	color: #384354;
}

img {
	display: block;
	margin: 0 auto;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul li {
	font: 400 16px/26px 'Nunito', Sans-serif;
	color: #637180;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 !important;
	color: #2e3760;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Nunito', Sans-serif;
	font-weight: 700;
}

h1 {
	font-size: 40px;
	line-height: 50px;
}

h2 {
	font-size: 36px;
	line-height: 46px;
}

h3 {
	font-size: 32px;
	line-height: 42px;
}

h4 {
	font-size: 24px;
	line-height: 34px;
}

h5 {
	font-size: 22px;
	line-height: 32px;
}

h6 {
	font-size: 20px;
	line-height: 30px;
}
.h6,
.md-txt {
	font-size: 20px;
	line-height: 1.4;
}
.xl-heading {
	font-size: 85px;
	line-height: 1.2;
}
.f-800 {
	font-weight: 800;
}
.f-700 {
	font-weight: 700;
}
.oceanic {
	font-family: 'Oceanic Drift';
}
.custom-wrapper {
	width: 100%;
	margin: 0 auto;
	z-index: 1;
	max-width: 1400px;
}

.content-wrapper {
	margin: 0 auto;
	width: 100%;
}

p {
	font: 400 16px/26px 'Nunito', Sans-serif;
	color: #637180;
}

a,
button,
input[type="button"] {
	text-decoration: none !important;
	-webkit-transition: all 0.5s ease !important;
	-moz-transition: all 0.5s ease !important;
	transition: all 0.5s ease !important;
	font: 400 16px/26px 'Nunito', Sans-serif;
}

a:hover {
	color: initial;
}

p {
	margin-bottom: 24px;
}

p:last-child {
	margin-bottom: 0 !important;
}

.big-heading {
	font: 700 50px/1.3 'TitilliumWeb', sans-serif;
}

.normal-heading {
	font-size: 48px;
	line-height: 60px;
}

.normal-padding {
	padding: 50px 0;
}

.big-padding {
	padding: 80px 0;
}

.bg-dark {
	background-color: #171717 !important;
}

.flex-elem {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.md-txt {
	font-size: 20px;
	line-height: 1.7;
}

.vid-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

/*Banner Styles*/
.container {
    max-width: 1300px;
}
.floating-img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    margin: auto;
}
.floating-img img {
    position: absolute;
}
.banner {
    padding: 30px 0 70px;
    background: url('../images/bg-4.png') top center no-repeat #000;
	background-size: 100% auto;
}
.banner.v2 {
    /* background: url(../images/s1-f1.png) no-repeat center /cover; */
	background: radial-gradient(59.17% 61.29% at 2.99% 3.43%, #00135B 0%, #000117 100%);
}
#page-banner-anchor .vid-wrapper {
    padding: 3px;
    background: #705DF3;
    max-width: 655px;
    margin: 0 35px 0 0;
    flex: 0 0 655px;
}

#page-banner-anchor .list-wrapper {
	flex: 1 1 420px;
}

#page-banner-anchor .ft-list li {
	cursor: pointer;
}

#page-banner-anchor .ft-list .icon {
	margin-right: 15px;
}
.banner svg {
    filter: hue-rotate(495deg);
}

#page-banner-anchor .ft-list .icon::after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: -4px;
    left: -4px;
    padding: 4px;
    box-shadow: 0 0 0 2px #705df3;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    opacity: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

#page-banner-anchor .ft-list li:hover .icon::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
#cta-sec form {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 24px 32px 36px;
    border-bottom: 8px solid #6E5CF0;
    box-shadow: 0 0 30px #6E5CF0;
}
#cta-sec input {
	border: 2px solid #43b09f;
	margin-bottom: 25px;
	padding: 22px;
}
#cta-sec .button {
    max-width: max-content;
    width: 100%;
    display: block;
    margin: 0 auto;
    border: none;
    border-radius: 50px;
    padding: 15px 30px;
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'Nunito';
    background: linear-gradient(270deg, #6E38FD 4.5%, #06DAF6 96.96%);
    color: #ffffff !important;
    text-align: center;
    background-size: 200% auto;
    transition: all 0.3s ease;
}
#cta-sec .button:hover {
    background-position: right;
    box-shadow: 0 0 30px #6E38FD;
}
#cta-sec h2 {
	color: #6311dd;
	text-shadow: 2px 2px 1px rgba(142, 4, 140, 0.5);
	text-transform: Uppercase;
	margin-bottom: 24px;
}
.high {
    background: linear-gradient(270deg, #6E38FD 4.5%, #06DAF6 96.96%);
    padding: 0 10px;
    text-decoration: underline;
    border-radius: 15px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
.ai {
    background: linear-gradient(270deg, #6E38FD 4.5%, #06DAF6 96.96%);
    padding: 0 5px;
    color: #fff;
    border-radius: 10px;
}
form .ai {
    padding: 0 3px;
    border-radius: 3px;
}

/*Banner Styles*/


/* new section */

/* bonus */
.text-wrapper p:not(:last-child) {
    margin-bottom: 25px;
}
.bonus .font-sm {
    font-size: 50px;
    line-height: 1.2;
}
.bonus h2 {
    font-size: 40px;
    line-height: 1.4;
}
.bonus h3{
    font-size: 35px;
    line-height: 1.3;
}
.new-sec p {
    color: #fff;
    margin: 0;
    font: 400 20px/26px 'Poppins', sans-serif;
}
.bonus .custom-wrapper {
    max-width: 1400px;
}
.bonus {
	padding: 100px 15px;
    background: url(../images/bg-pix.png) center /cover, #060B27;
}
.bonus .bg-colmn {
    border: 1px solid #12203A;
    box-shadow: 0 0 30px rgb(110 92 240 /25%);
    background: #0E1330;
	display: flex;
    flex-wrap: wrap;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 20px 40px;
    border-radius: 30px;
}
.bonus .row:not(:last-child) {
    margin-bottom: 50px;
}
.bonus .colmn-1 h3 {
    background: linear-gradient(to top, #99006E, #FD8282);
    font-weight: 800;
}
.bonus .colmn-1 h2 {
    background: linear-gradient(to top, #BC7878, #fff);
    font-weight: 800;
}


.grad-txt {
    background: linear-gradient(to right, #fff 0%, #BFAFFF 100%);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    max-width: max-content;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    word-wrap: break-word;
    transition: .3s all ease-in-out;
}
.font-sm {
    font-size: 50px;
    line-height: 1.2;
}
.s4 h3,
.s4 .h3 {
    font-size: 35px;
    line-height: 1.3;
	font-family: 'Poppins', sans-serif;
}
.s4 {
	padding: 100px 15px;
    background: url(../images/bg-pix.png) center /cover, linear-gradient(to left, #221C4E, #060B27);
}
.title-area {
	max-width: max-content;
	margin: 0 auto 50px;
}
.new-sec * {
	color: #fff;
}
.new-sec .row:not(:last-child) {
    margin-bottom: 50px;
}
.new-sec .img-wrapper {
    border-radius: 20px;
    max-width: max-content;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #434569;
	background: #0C111D;
    padding: 15px;
}
.grad-txt-v2 {
    background: linear-gradient(270deg, #6E38FD 4.5%, #06DAF6 96.96%);
}
.grad-txt-v3 {
    background: linear-gradient(to right, #F6F6F7 0%, #7E808F 100%);
}
.grad-txt, .grad-txt-v2, .grad-txt-v3 {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    max-width: max-content;
}
/* end new section */


/*End Section-3*/

/*End Section 2*/
#prelaunch-sec2 h2 span {
	color: #7733d8;
}
/*End Section 2*/



/* Disclaimer Start */
#disclaimer {
	padding: 60px 15px;
}

.font-dusty-gray {
	color: #9a9a9a;
}

#disclaimer p,
#disclaimer a {
	font-size: 12px;
	line-height: 1.8;
}

#disclaimer .copyright {
	font-size: 14px;
	display: unset;
	text-transform: unset;
	letter-spacing: unset;
	font-weight: 700;
}

#disclaimer a.copyright:hover {
	color: #046ded !important;
}

#disclaimer .content-wrapper {
	max-width: 680px;
}

.font-dusty-gray {
	color: #9a9a9a !important;
}

#disclaimer p,
#disclaimer a {
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
}

/* Disclaimer End */

/* Footer Start */
#footer-section li {
	padding: 0 20px;
}

#footer-section ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.flex-elem {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

#footer-section li a {
	color: #000;
	font-size: 14px;
	font-family: 'Poppins';
}

#footer-section li a:hover {
	color: #046ded !important;
}

#footer-section {
	padding: 30px;
}

#footer-section {
	padding: 30px;
	background: #fafafa;
}



/* .s4{ background: url('../images/bg-4.png') top center no-repeat #000; background-size: 100% auto;} */

.s4{
	background-image: url('../images/bg-4.png'), url('../images/bg-tape.png');
    background-position: top center, top center;
    background-repeat: no-repeat, repeat-y;
    background-size: 100% auto, 100% auto;
}

@media screen and (max-width: 1280.98px) {
	#disclaimer {
		padding: 50px 0;
	}

	#footer-section .custom-wrapper {
		max-width: 100%;
	}
}

@media screen and (max-width: 1024.98px) {
	#footer-section li a {
		font-size: 12px;
	}
}

@media screen and (max-width: 991.98px) {
	#footer-section li {
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
		padding: 5px 0px;
		border: none !important;
	}

	#footer-section li a {
		font-size: 12px;
	}
}

@media screen and (max-width: 575.98px) {
	#disclaimer p {
		font-size: 12px;
		line-height: 1.8;
	}
}

@media screen and (max-width: 440.98px) {
	#disclaimer .copyright {
		font-size: 12px;
	}

	#disclaimer p {
		font-size: 10px;
	}

	#footer-section {
		padding: 20px 15px;
	}

	#footer-section li {
		padding: 0px 0px;
	}
}

/* Footer End */