@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;600&display=swap');

body,
html {
	font-family: 'Montserrat', sans-serif;
	color: #817994;
	line-height: 1.5;
	font-size: 16px;
	font-weight: 400;
}


.wrapper {
	background: #0C0920;
}


.header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	padding: 15px 0;

	z-index: 3;
	transition: 0.5s all
}

.header.active {
	background: #191437;
}

.nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

a.join {
	color: #6E35E4;
	line-height: 1;
	padding: 1em 1.5em;
	border: 1px solid;
	transition: color 0.5s
}

a.join:hover {
	color: #fff
}

a.join:active {
	transform: scale(0.95)
}

/*all*/
.sub {
	font-size: 1rem;
	text-transform: uppercase;

	color: #6E35E4;
}

.title {
	font-size: 4.3rem;
	line-height: 1;
	color: #fff;
	font-weight: 600;
}

a.btn {
	font-size: 1.25rem;
	padding: 1em 3em;
	display: inline-flex;
	color: #fff;
	background-image: linear-gradient(88.11deg, rgb(110, 53, 228) 4.84%, rgb(172, 53, 228) 104.42%);
	background-size: 100%;
	box-shadow: 0px 10px 15px rgba(138, 53, 228, 0.2);
	transition: background-size 0.5s;
}

a.btn:hover {
	background-size: 400%;
}

a.btn:active {
	transform: scale(0.95)
}

/*sec0*/

.sec0 {
	overflow: hidden;
	position: relative;
	display: flex;
	height: 100vh;
	align-items: center;
	min-height: 650px;
}

.sec0:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	height: 5rem;
	background: url(../img/line.png) 50%/ 100% no-repeat;
	border-top: 1px solid rgba(110, 53, 228, 0.2);
	border-bottom: 1px solid rgba(110, 53, 228, 0.2)
}

.sec0 .subtitle {
	font-size: 1.25rem;
	font-weight: 600;
}

.figure {
	position: relative;
}

.figure:before {
	content: "";
	background: #000;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 400px;
	height: 400px;
	border-radius: 50%;
	background: radial-gradient(50% 50% at 50% 50%, rgba(110, 53, 228, 0.1) 0%, rgba(110, 53, 228, 0) 100%);

}

.figure svg {
	position: relative;
	width: 100%;
}



.figure circle.a1 {
	stroke: #6E35E4;
	stroke-width: 0.5px;
	fill: #6E35E4;
	animation: a1 5s infinite;


}

.figure circle.a2 {
	stroke-width: 0.5px;
	stroke: #6E35E4;
	fill: #0C0920;
	animation: a2 5s infinite;

}

.figure rect {
	fill: rgba(110, 53, 228, 0.42)
}

@keyframes a1 {
	0 {
		fill: #6E35E4;

	}

	50% {
		fill: #0C0920;
	}
}

@keyframes a2 {
	0 {
		fill: #0C0920;
	}

	50% {
		fill: #6E35E4;

	}
}


/*sec1*/
.s1p {
	position: relative;
	background: linear-gradient(110.95deg, rgba(137, 127, 159, 0.1) 9.08%, rgba(255, 255, 255, 0.01) 110.82%);
	border: 1px solid rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(15px);
	height: 100%;
	min-height: 338px;
	transition: 0.5s all
}

.s1p:hover {
	background: #6E35E4;
	border: 1px solid rgba(255, 255, 255, 0.05);
}

.s1p .name {
	font-size: 2rem;
	color: #6E35E4;
	font-weight: 600;
	transition: all 0.5s
}

.s1p:hover .name,
.s1p:hover ul li {
	color: #fff;
}

.s1p .number {
	left: 1.5rem;
	top: 1.5rem;
	font-size: 4rem;
	font-weight: 600;
	line-height: 1;
	position: absolute;
	background: linear-gradient(180deg, rgba(72, 61, 108, 0.5) 0%, rgba(30, 23, 55, 0) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.s1p ul li {
	text-align: left;
	display: flex;
	font-size: 1.25rem;
	transition: all 0.5s
}

.s1p ul li i {
	flex-shrink: 0;
	margin-right: 0.5em;
	display: inline-block;
	border-radius: 50px;
	width: 1.5em;
	height: 1.5em;
	background: #6E35E4 url(../img/check.svg) 50%/50% no-repeat;
	transition: 0.5s all
}

.s1p:hover ul li i {
	background: #fff url(../img/check2.svg) 50%/50% no-repeat;
}


/*sec2*/
.s2p {
	background: #6E35E4;
}

.s2p .sub {
	color: #fff;
	opacity: 0.5;
}

.s2p .text {
	color: #fff;
	font-size: 1.25rem;
}

.btn1 {
	background: #fff;
	display: inline-flex;
	align-items: center;
	font-size: 1.25rem;
	padding: 1em 2em;
	color: #6E35E4;
	line-height: 1;
	transition: background 0.5s
}

.btn1:hover {
	background: #0C0920;
}

.btn1:active {
	transform: scale(0.95)
}

i.arrow {
	margin-left: 0.5em;
	flex-shrink: 0 display: inline-block;
	width: 1em;
	height: 1em;
	background: url(../img/link.svg) 50%/contain no-repeat;
}


.s2p1 {
	background-image: url(../img/coins-xl.png);
	background-position: 100% 35%;
	background-repeat: no-repeat;
	background-size: auto 180%
}

.s2p2 {
	background-image: url(../img/push.png);
	background-position: 0% 35%;
	background-repeat: no-repeat;
	background-size: auto 180%
}


/*sec3*/
.s3p {
	text-align: left;
}

.s3p img {
	width: 100%;
	object-fit: cover;
	min-height: 400px;
}

.s3p .name {
	font-size: 1.25rem;
	font-weight: 600;
	color: #fff
}

.s3p .hr {
	border-top: 1px solid rgba(110, 53, 228, 0.2);
}



/*form*/



input,
select,
textarea {
	width: 100%;
	background: #191437;
	padding: 1em;
	border: none;
	color: #817994;
	outline: none;
	font-weight: 400;
}

::placeholder {
	color: rgba(129, 121, 148, 0.5);
	opacity: 1;
}

:-ms-input-placeholder {
	color: rgba(129, 121, 148, 0.5);
}

::-ms-input-placeholder {
	color: rgba(129, 121, 148, 0.5);
}

:focus::placeholder {
	color: rgba(129, 121, 148, 0);
	opacity: 1;
}

:focus:-ms-input-placeholder {
	color: rgba(129, 121, 148, 0);
}

:focus::-ms-input-placeholder {
	color: rgba(129, 121, 148, 0);
}

.button {
	width: 100%;
	text-align: center;
	font-size: 1rem;
	padding: 1em;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-image: linear-gradient(88.11deg, rgb(110, 53, 228) 4.84%, rgb(172, 53, 228) 104.42%);
	background-size: 100%;
	box-shadow: 0px 10px 15px rgba(138, 53, 228, 0.2);
	transition: background-size 0.5s;
}

.button:hover {
	background-size: 400%;
}

.button:active {
	transform: scale(0.95)
}

/*footer*/

.footer {
	text-align: center;
	background: #191437;
}

.footer a,
.footer span {
	font-size: 1.2rem;
	color: #817994;
}

.footer a:hover {
	text-decoration: underline;
}


.form {
	background: #0C0920;
	max-width: 480px;
	width: 100%;
	text-align: center;
}

.form .name {
	font-size: 1.25rem;
	font-weight: 600;
	color: #fff
}
