@font-face {
	font-family: "Satoshi-Variable";
	src: url("../fonts/Satoshi-Variable.woff2") format("woff2"),
		url("../fonts/Satoshi-Variable.woff") format("woff"),
		url("../fonts/Satoshi-Variable.ttf") format("truetype");
	font-weight: 300 900;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: "Satoshi-Light";
	src: url("../fonts/Satoshi-Light.woff2") format("woff2"),
		url("../fonts/Satoshi-Light.woff") format("woff"),
		url("../fonts/Satoshi-Light.ttf") format("truetype");
	font-weight: 300;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: "Satoshi-Regular";
	src: url("../fonts/Satoshi-Regular.woff2") format("woff2"),
		url("../fonts/Satoshi-Regular.woff") format("woff"),
		url("../fonts/Satoshi-Regular.ttf") format("truetype");
	font-weight: 400;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: "Satoshi-Medium";
	src: url("../fonts/Satoshi-Medium.woff2") format("woff2"),
		url("../fonts/Satoshi-Medium.woff") format("woff"),
		url("../fonts/Satoshi-Medium.ttf") format("truetype");
	font-weight: 500;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: "Satoshi-Bold";
	src: url("../fonts/Satoshi-Bold.woff2") format("woff2"),
		url("../fonts/Satoshi-Bold.woff") format("woff"),
		url("../fonts/Satoshi-Bold.ttf") format("truetype");
	font-weight: 700;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: "Satoshi-Black";
	src: url("../fonts/Satoshi-Black.woff2") format("woff2"),
		url("../fonts/Satoshi-Black.woff") format("woff"),
		url("../fonts/Satoshi-Black.ttf") format("truetype");
	font-weight: 900;
	font-display: swap;
	font-style: normal;
}
* {
	padding: 0;
	margin: 0;
	border: 0;
}

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:focus,
:active {
	outline: none;
}

a:focus,
a:active {
	outline: none;
}

nav,
footer,
header,
aside {
	display: block;
}

html,
body {
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
	font-family: inherit;
}

input::-ms-clear {
	display: none;
}

label,
button {
	cursor: pointer;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

a,
a:visited {
	text-decoration: none;
	transition: all 0.4s ease;
}

a:hover {
	text-decoration: none;
}
a:not(.btn):hover {
	opacity: 0.8;
}

ul[class],
li[class] {
	list-style: none;
}

video,
img {
	vertical-align: top;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1f1f1f;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -0.03em;
}

/* ---- Main ---- */
body {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: -0.02em;
	color: #646464;
	font-family: "Satoshi-Variable", sans-serif;
	position: relative;
}
.body-gradinet {
	position: fixed;
	z-index: -1;
	pointer-events: none;
	max-width: 100%;
	left: 0;
	top: 0;
}
.container {
	max-width: 1920px;
	margin: 0 auto;
	width: 100%;
	padding: 0 60px;
}
.btn {
	background: #1f1f1f;
	border-radius: 4px;
	display: inline-flex;
	align-items: center;
	padding: 15px 25px;
	gap: 12px;
	color: #ffffff;
	position: relative;
	overflow: hidden;
	font-weight: 700;
}
.btn:hover::before {
	left: 100%;
	transform: translateX(100%) rotate(15deg);
}

.btn::before {
	content: "";
	display: block;
	width: 30px;
	height: 140%;
	top: -20%;
	left: 0;
	position: absolute;
	background: rgba(255, 255, 255, 0.4);
	transform: translateX(-150%) rotate(15deg);
	transition: all 0.4s linear;
}
.section-border {
	border-bottom: 1px solid #dddddd;
}
/* ---- Header ---- */
.burger__btn {
	display: none;
}
.header__list {
	display: flex;
	align-items: center;
	gap: 24px;
}

.header__box {
	display: flex;
	align-items: center;
	gap: 80px;
}

.header__button {
	margin-left: auto;
}

.header a {
	font-weight: 700;
	font-size: 16px;
}
.header a:not(.btn) {
	color: inherit;
}

.header {
	padding: 15px 0;
	position: sticky;
	top: 0;
	width: 100%;
	transition: all 0.2s ease;
	z-index: 20;
	transform: translateY(0);
}
header.have-bg,
.header.open-menu {
	background-color: #fff;
}
.header-menu-mask {
	display: none;
}
.header.hidden {
	transform: translateY(-150%);
}
/* ---- Header ---- */

/* ---- Intro ---- */
.intro {
	padding: 220px 0 0;
	position: relative;
	z-index: 15;
}
.intro__title {
	font-weight: 900;
	font-size: 80px;
	text-align: center;
	margin-bottom: 16px;
}

.intro__desc {
	font-size: 24px;
	text-align: center;
}

.intro__logo img {
	width: 215px;
}

.intro__logo {
	text-align: center;
	margin-bottom: 40px;
}
.intro__text {
	max-width: 910px;
	margin: 0 auto 150px;
}

.intro__img {
	text-align: center;
}

/* ---- Intro ---- */

/* ---- Features ---- */
.features__box {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	text-align: center;
	gap: 140px;
}

.features__title {
	font-size: 40px;
}

.features__desc {
	max-width: 405px;
	margin: 16px auto 0;
}
.features {
	padding: 150px 0 200px;
}
/* ---- Features ---- */
/* ---- Waitlist ---- */
.waitlist__box {
	text-align: center;
	max-width: 450px;
	margin: 0 auto;
}

.waitlist__title {
	font-size: 40px;
	margin-bottom: 32px;
}
.waitlist__label {
	display: block;
	width: 100%;
}

.waitlist__inp {
	width: 100%;
	padding: 20px;
	background: #f5f5f5;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 500;
}

.waitlist__inp::placeholder {
	color: #646464;
}

.waitlist__form {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding-top: 40px;
}

.waitlist__btn {
	margin-top: 32px;
	width: 100%;
	justify-content: center;
}

.waitlist__subtitle {
	margin-bottom: 8px;
}

.waitlist__desc {
	max-width: 380px;
	margin: 0 auto;
}

.waitlist {
	padding: 125px 0;
}
/* ---- Waitlist ---- */
/* ---- Footer ---- */
.footer__icon {
	position: absolute;
	z-index: -1;
	transform: translateY(-50%);
	top: 0;
	right: 20%;
}

.footer {
	position: relative;
	z-index: 1;
}

.footer__box {
	display: grid;
	align-items: center;
	grid-template-columns: 1fr auto 1fr;
	padding: 65px 0;
}

.footer__text {
	font-size: 14px;
	text-align: right;
}
.footer__list a {
	font-weight: 700;
	font-size: 16px;
	color: inherit;
}

.footer__list {
	display: flex;
	align-items: center;
	gap: 24px;
}
/* ---- Footer ---- */
/* ---- Main ---- */
