:root {
	--index: calc(1vw + 1vh);
	--items-gap: 40px;
	--section-title-margin: 48px;
	--section-bottom-margin: 80px;
	--main-transition: 250ms ease-in-out;
}

body {
	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
	font-size: 18px;
	background-image: linear-gradient(
		221deg,
		#000 9.67%,
		#0d0d74 83.61%,
		#0b0b8b 100.79%
	);
	background-repeat: no-repeat;
	min-height: 100vh;
}
.body__wrapper {
	position: relative;
	overflow-x: hidden;
}

/* properties */
@property --card-light-color {
	syntax: '<color>';
	initial-value: #589bd8;
	inherits: false;
}
@property --card-dark-color {
	syntax: '<color>';
	initial-value: #0000ff;
	inherits: false;
}
@property --card-face-light-color {
	syntax: '<color>';
	initial-value: #0a0a18;
	inherits: true;
}
@property --card-face-dark-color {
	syntax: '<color>';
	initial-value: #0a0a18;
	inherits: true;
}
@property --card-face-gradient-angle {
	syntax: '<angle>';
	initial-value: 295deg;
	inherits: true;
}
@property --card-face-dark-color--hover {
	syntax: '<color>';
	initial-value: #009;
	inherits: true;
}
@property --card-face-light-color--hover {
	syntax: '<color>';
	initial-value: #00f;
	inherits: true;
}

/* cards */

.card {
	background: linear-gradient(
		to bottom,
		var(--card-dark-color),
		var(--card-light-color)
	);
	border-radius: 8px;
	padding: 15px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 5;
	transition: --card-dark-color var(--main-transition),
		--card-light-color var(--main-transition);
	gap: 4px;
}
.card::after {
	content: '';
	position: absolute;
	inset: 1px;
	border-radius: inherit;
	background: linear-gradient(
		var(--card-face-gradient-angle),
		var(--card-face-dark-color),
		var(--card-face-light-color)
	);
	pointer-events: none;
	z-index: -1;
	transition: --card-face-dark-color 0.5s ease-in-out,
		--card-face-light-color 0.5s ease-in-out;
}
.card:hover {
	--card-light-color: #fff;
	--card-dark-color: #fff;
	--card-face-dark-color: var(--card-face-dark-color--hover, #009);
	--card-face-light-color: var(--card-face-light-color--hover, #00f);
}
.card__info {
	display: flex;
	gap: 12px;
	justify-content: space-between;
	align-items: center;
}
.card__info > .text {
	text-transform: uppercase;
}
.card .icon circle {
	stroke-dashoffset: 50;
	stroke-dasharray: 150;
	stroke-linecap: round;
}
.card .icon circle.inner-circle {
	stroke-dashoffset: 50;
	stroke-dasharray: 150;
}
.card .icon * {
	transition: all 1s ease;
}
.card:hover circle {
	stroke-dashoffset: 0;
}
.card:hover circle.inner-circle {
	stroke-dashoffset: 0;
	stroke: #fff;
}
.card:hover defs stop {
	stop-color: #fff;
}
.arrow-icon {
	transition: transform 350ms ease-in;
}
.card:hover .arrow-icon {
	transform: scale(1.2) rotateZ(-45deg);
}

/* Socials */

.socials__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: var(--items-gap);
}
.socials__item {
	flex: 0 0 260px;
	display: flex;
	flex-direction: column;
	align-items: normal;
	height: 156px;
}
.socials__item .card__info {
	max-width: unset;
}
#socials-telegram {
	--card-face-gradient-angle: 253deg;
	--card-face-dark-color--hover: #00f;
	--card-face-light-color--hover: #589bd8;
}
#socials-instagram {
	--card-face-gradient-angle: 232deg;
	--card-face-dark-color--hover: #ed6d47;
	--card-face-light-color--hover: #943697;
}
#socials-facebook {
	--card-face-gradient-angle: 119deg;
	--card-face-dark-color--hover: #0a0a18;
	--card-face-light-color--hover: #0345ae;
}
#socials-x {
	--card-face-gradient-angle: 238deg;
	--card-face-dark-color--hover: #000;
	--card-face-light-color--hover: #0d1130;
}
#socials-youtube {
	--card-face-gradient-angle: 249deg;
	--card-face-dark-color--hover: #e13838;
	--card-face-light-color--hover: #991f1f;
}
#socials-discord {
	--card-face-gradient-angle: 250deg;
	--card-face-dark-color--hover: #8310dd;
	--card-face-light-color--hover: #0b0977;
}
#socials-quiz {
	--card-face-gradient-angle: 249deg;
	--card-face-dark-color--hover: #ff4500;
	--card-face-light-color--hover: #900;
}
#socials-twitch {
	--card-face-gradient-angle: 336deg;
	--card-face-dark-color--hover: #bd9afc;
	--card-face-light-color--hover: #502999;
}
#socials-pinterest {
	--card-face-gradient-angle: 253deg;
	--card-face-dark-color--hover: #e60023;
	--card-face-light-color--hover: #ff7287;
}
#socials-snapchat {
	--card-face-gradient-angle: 253deg;
	--card-face-dark-color--hover: #fc8a26;
	--card-face-light-color--hover: #fdfb54;
}
#socials-reddit {
	--card-face-gradient-angle: 253deg;
	--card-face-dark-color--hover: #ff4500;
	--card-face-light-color--hover: #671c00;
}
#socials-tiktok {
	--card-face-gradient-angle: 90deg;
	--card-face-dark-color--hover: #25f4ee;
	--card-face-light-color--hover: #fe2c55;
}
#socials-whatsapp {
	--card-face-gradient-angle: 253deg;
	--card-face-dark-color--hover: #2d7634;
	--card-face-light-color--hover: #16ed02;
}
#socials-mojapp {
	--card-face-gradient-angle: 253deg;
	--card-face-dark-color--hover: #ec9900;
	--card-face-light-color--hover: #fad101;
}
#socials-sharechat {
	--card-face-gradient-angle: 253deg;
	--card-face-dark-color--hover: #9e42d5;
	--card-face-light-color--hover: #17beff;
}

/* entities */
.absolute {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.relative {
	position: relative;
}
.grid-2c {
	display: flex;
	gap: var(--items-gap);
}
.grid-2c > * {
	flex: 1;
}

section {
	margin-bottom: var(--section-bottom-margin);
	width: 100%;
}
a {
	color: inherit;
	text-decoration: none;
}
.section__title {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: var(--section-title-margin);
}

svg.icon {
	width: 46px;
	height: 46px;
}

/* !entities */

.main {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 1160px;
	margin: 0 auto;
	position: relative;
}
/* Hero section */
#hero {
	position: relative;
	height: clamp(600px, calc(100vh - 70px), 803px);
	margin-top: 50px;
}

.hero__wrapper > .hero-card_background {
	display: flex;
	flex-direction: column;
	position: absolute;
	--herocard-light-bg: #15156a;
	--herocard-dark-bg: #000019;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.hero-card_background > span.top-corner {
	background-color: var(--herocard-light-bg);
	margin-left: auto;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	height: 12%;
	width: clamp(200px, 70%, 1920px);
	position: relative;
	z-index: -1;
}

.hero-card_background > span.top-corner::before {
	content: '';
	position: absolute;
	left: -24px;
	bottom: 0;
	background-color: transparent;
	height: 24px;
	width: 24px;
	border-bottom-right-radius: 12px;
	box-shadow: 12px 12px var(--herocard-light-bg);
}
.hero-card_background > span.bottom-corner {
	height: 85%;
	width: 100%;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	background: linear-gradient(
		to top,
		var(--herocard-dark-bg),
		var(--herocard-light-bg)
	);
	z-index: -1;
}
.hero__logo {
	display: block;
	width: clamp(120px, calc(30% - 40px), 300px);
	position: absolute;
	left: 15px;
	top: 30px;
	z-index: 15;
	transition: var(--main-transition);
}
.hero__logo img {
	width: 100%;
	height: auto;
}
.hero__logo:hover {
	transform: scale(1.08);
}
.hero__wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	padding: 60px;
	padding-top: 12%;
	overflow: hidden;
}
.hero__bg-lines {
	position: absolute;
	object-fit: contain;
	object-position: center;
	width: 100%;
	height: 100%;
	transition: var(--main-transition);
}
.hero__info {
	position: relative;
	max-width: 60%;
}
.hero__subtitle {
	margin-block: 16px 40px;
}
.hero__button {
	text-transform: uppercase;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: 200px;
	padding: 15px 20px;
	border-radius: 12px;
	border: 1px solid rgba(166, 199, 232, 1);
	background: linear-gradient(115deg, #0000ff -10%, #000099 90%, #589bd8 120%),
		#0000ff;
	background-size: 200%;
	background-position-x: 1%;
	transition: 0.5s ease-in-out;
}
.hero__button:hover {
	background-position-x: 100%;
}
.hero__img {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateX(-33%) translateY(-66%);
	z-index: 10;
	width: clamp(200px, 35%, 306px);
}

.hero__icons-wrapper {
	position: absolute;
	top: 50%;
	right: 0;
	width: clamp(200px, 40%, 350px);
	height: 350px;
	transform: translateX(-20%) translateY(-50%);
	z-index: 5;
}
.hero__img-icon {
	position: absolute;
}
.hero__img-icon-left-top {
	top: -5%;
	left: -5%;
	transform: rotate(30deg);
}
.hero__img-icon-right-top {
	top: -10%;
	right: -10%;
}
.hero__img-icon-left-bottom {
	bottom: 15%;
	left: -10%;
	transform: rotate(-15deg);
}
.hero__img-icon-right-bottom {
	bottom: -2%;
	right: 10%;
}

.hero__img-earth-bg,
.hero__img-particles-bg,
.hero__img-circle-bg {
	position: absolute;
	top: 50%;
	right: 0;
	width: clamp(200px, 40%, 350px);
}
.hero__img-circle-bg {
	transform: translateX(-20%) translateY(-50%) rotate(40deg);
	top: 50%;
	right: 0;
	position: absolute;
	overflow: hidden;
	filter: drop-shadow(0 0 10px #95d1fb);
	z-index: 5;
}
.hero__img-earth-bg {
	width: clamp(140px, 30%, 250px);
	mix-blend-mode: overlay;
	transform: translateX(-45%) translateY(-50%);
	z-index: 1;
}
.hero__img-particles-bg {
	mix-blend-mode: color-dodge;
	transform: translateX(-20%) translateY(-50%);
	z-index: 3;
}
.hero__image--mobile {
	position: relative;
	display: none;
}
.hero__wrapper:hover .hero__button {
	box-shadow: 0 0 5px 2px #5885d8;
}

.hero__info .title {
	color: #dee4ea;
	font-size: clamp(32px, calc(var(--index) * 2.65), 70px);
	font-style: italic;
	font-weight: 700;
}
#hero_image-bg {
	position: absolute;
	z-index: -1;
}
#hero_image-face-back,
#hero_image-face-x {
	position: absolute;
	mix-blend-mode: color-dodge;
}
#hero_image-face-back {
	left: 15%;
	top: 14%;
	height: 70%;
	z-index: -1;
}
#hero_image-face-x {
	left: 0;
	height: 29%;
}
/* Bonuses and downloads */

.bonuses__item .card__info,
.downloads__item .card__info {
	display: grid;
	grid-template-columns: 46px 1fr;
}

/* Footer */
.footer {
	height: 205px;
	box-shadow: 0px 4px 40px 0px rgba(0, 0, 26, 0.5);
	margin-top: 20px;
	padding-block: 25px;
}
.footer__wrapper {
	display: flex;
	place-items: center;
	justify-content: space-between;
	height: 100%;
	max-width: 1160px;
	margin: 0 auto;
}

.links {
	display: flex;
	gap: var(--items-gap);
}
.links__item {
	transition: var(--main-transition);
}
.links__item:hover {
	color: #6a6acb;
}
