:root {
	--line-height: calc(1rem * 1.5);
	--fs-h1: 3.157rem;
	--fs-h2: 2.369rem;
	--fs-h3: 1.730rem;
	--fs-h4: 1.28rem;
	--fs-p: 1.15rem;
	--fs-sm-2: 0.9rem;
	--fs-sm: 0.75rem;
	--accent-color: #0e0920;
	--subaccent-color: #5d1340;
	--rgb-accent-color: 14, 9, 32;
	--rgb-subaccent-color: 110, 16, 95;
	--background-color: #0e0920;
	--accent-gradient-one: #ff9a5d;
	--accent-gradient-two: #e5004b;
	--body-font-color: #555;
	--small-font-color: #aaa
}

body,
html {
	height: 100%
}

body {
	overflow-x: hidden;
	animation: fadein 3s forwards;
	background-color: var(--background-color);
	color: var(--body-font-color);
	font-family: Poppins, Helvetica, Arial, sans-serif;
	font-size: var(--fs-p);
	line-height: var(--line-height)
}

@keyframes fadein {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

b,
strong {
	font-weight: 600
}

h1,
h2,
h3,
h4 {
	color: var(--accent-color)
}

h1 {
	font-size: var(--fs-h1);
	font-weight: 800;
	letter-spacing: -1px
}

h2 {
	font-size: var(--fs-h2);
	font-weight: 800
}

h3 {
	font-size: var(--fs-h3);
	font-weight: 900
}

h4 {
	font-size: var(--fs-h4);
	font-weight: 900
}

p {
	font-size: var(--fs-p)
}

.logo img {
	width: 50px;
	margin-top: 1em;
	margin-right: 2em
}

.scroll-nav,
nav {
	display: flex;
	box-sizing: border-box;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	font-size: var(--fs-sm);
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase
}

nav {
	position: absolute;
	z-index: 9999;
	padding: 1.5em 3em
}

.scroll-nav {
	position: fixed;
	z-index: 999;
	padding: 0 1.2em;
	transition: .3s;
	opacity: 0;
	background-color: var(--accent-color);
	background-image: url(../img/header-background.png);
	background-position: top right;
	background-size: cover;
	box-shadow: 0 0 20px 2px rgba(var(--rgb-accent-color), .25)
}

.responsive-nav {
	display: none
}

.show-nav {
	top: 0;
	transition: .3s;
	opacity: 1
}

.scroll-nav ul,
nav ul {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none
}

.scroll-nav li,
nav li {
	position: relative;
	padding: 15px 20px
}

.scroll-nav a,
nav a {
	color: #fff
}

.scroll-nav li a::after,
nav li a::after {
	content: '';
	transform: scaleX(0);
	transition: transform 250ms ease-in-out
}

.scroll-nav li a:hover::after,
nav li a:hover::after {
	content: '';
	position: absolute;
	top: 46px;
	left: 0;
	width: 100%;
	height: 1px;
	transform: scaleX(1);
	transition: transform 250ms ease-in-out;
	background: linear-gradient(to left, rgba(255, 0, 0, 0) 0, rgba(255, 255, 255, .6) 40%, rgba(255, 255, 255, .6) 60%, rgba(255, 0, 0, 0) 100%)
}

.nav-signup-btn {
	padding: .7em 2.5em;
	border: 1px solid #fff;
	border-radius: 8px;
	box-shadow: 0 0 1px 0 #fff inset, 0 0 1px 0 #fff
}

.nav-signup-btn:focus,
.nav-signup-btn:hover {
	background: #fff;
	color: var(--accent-color)
}

.nav-right {
	display: flex;
	align-items: center
}

.nav-right li {
	margin-right: 15px
}

nav .dropdown {
	text-align: center;
	position: relative;
	color: #fff;
	padding: 20px
}

.scroll-nav .dropdown {
	text-align: center;
	position: relative;
	color: #fff;
	padding: 20px
}

nav .show-links {
	display: none;
	position: absolute;
	width: 220px;
	margin-top: 5px;
	text-align: center;
	margin-left: -85px
}

.scroll-nav .show-links {
	display: none;
	position: absolute;
	margin-top: 19px;
	width: 230px;
	text-align: center;
	margin-left: -90px
}

.show-nav .show-links li a {
	background: url(../img/header-background.png);
	padding: 17px 0;
	display: block;
	transition: none!important
}

nav .show-links li {
	padding-bottom: 0
}

.scroll-nav .show-links li {
	padding: 0
}

.show-nav .show-links li a:hover {
	background: #6e174a
}

.dropdown:hover .show-links {
	display: block;
	transition: none!important
}

.scroll-nav li,
nav li {
	list-style: none
}

.scroll-nav .show-links li a::after {
	display: none!important;
	transition: none!important
}

nav .highscores-dd .show-links {
	margin-left: -64px
}

.scroll-nav .highscores-dd .show-links {
	margin-left: -69px
}

header {
	position: relative;
	z-index: 99;
	height: 450px;
	overflow: hidden;
	background-image: url(../img/header-background.png);
	background-position: right;
	background-size: cover;
	box-shadow: inset 0 -50px 40px -40px rgba(0, 0, 0, .1), inset 0 -50px 70px -70px #060314
}

.header-wrapper {
	display: flex;
	position: relative;
	right: 0;
	left: 0;
	align-items: center;
	justify-content: center;
	max-width: 900px;
	height: 100%;
	margin: 0 auto
}

.title-logo {
	position: absolute;
	z-index: 1;
	left: -190px;
	max-width: 100%;
	padding-top: 30px
}

.header-characters {
	position: absolute;
	right: -70px;
	bottom: -100px;
	height: 550px
}

#scroll-to {
	position: absolute;
	margin-top: -75px
}

main {
	position: relative;
	background: #eaeaea;
	background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url(../img/geometry-background.png)
}

.main-wrap {
	display: flex;
	box-sizing: border-box;
	max-width: 1150px;
	margin: 0 auto;
	padding: 100px 30px;
	color: var(--body-font-color)
}

.main-wrap a:hover {
	color: var(--subaccent-color)
}

.main-wrap h1 {
	text-align: center
}

.content-title {
	position: relative;
	margin-bottom: .7em;
	padding-top: .5em;
	font-size: var(--fs-h1);
	line-height: .8;
	text-align: center
}

.content-title-desc {
	color: var(--accent-color);
	font-size: var(--fs-sm-2);
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase
}

.content,
.foreword {
	font-size: var(--fs-h4);
	line-height: 1.5
}

.content {
	width: calc(100% - 350px)
}

.foreword {
	margin: 1em 0 2.5em;
	padding: 0 1em;
	text-align: center
}

.content a {
	position: relative;
	color: var(--accent-color);
	font-weight: 600
}

.content a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	transition: all .3s ease;
	background: var(--accent-color)
}

.content a:hover {
	color: var(--accent-gradient-one)
}

.content a:hover::after {
	background: var(--accent-gradient-one)
}

aside {
	width: 310px;
	margin-left: 2.7em
}

.cta {
	position: relative;
	margin-left: -60px;
	transform: scale(.75)
}

.cta-character {
	position: absolute;
	margin-top: -50px
}

.cta-btn {
	display: flex;
	position: absolute;
	align-items: center;
	justify-content: center;
	width: 290px;
	height: 290px;
	margin-top: 75px;
	margin-left: 150px;
	overflow: hidden;
	transition: all .3s ease;
	border-radius: 50%;
	background-image: linear-gradient(115deg, #ff8741 0, #ff3134 50%, #ea0033 80%);
	box-shadow: 0 0 15px rgba(0, 0, 0, .3), 0 0 40px 0 #da5b4fda
}

.cta-shine {
	position: absolute;
	width: 480px;
	height: 480px;
	margin-top: -130px;
	margin-left: -120px;
	transition: all .3s ease;
	border-radius: 50%;
	background: #ffffff12
}

.cta-shine2 {
	position: absolute;
	width: 480px;
	height: 480px;
	margin-top: 0;
	margin-left: 0;
	transition: all .3s ease;
	border-radius: 50%;
	background: #ffffff15
}

.cta-btn:hover {
	transition: all .3s cubic-bezier(.17, .67, .57, .92);
	background-position: left;
	background-size: 120%;
	filter: hue-rotate(-170deg) contrast(1.5)
}

.cta-btn:hover .cta-shine {
	margin-top: -25px;
	margin-left: -15px;
	transition: all .3s ease
}

.cta-btn:hover .cta-shine2 {
	margin-top: 105px;
	margin-left: 105px;
	transition: all .3s ease
}

.cta-btn:active .cta-shine {
	margin-top: -20px;
	margin-left: -10px;
	transition: all .3s ease
}

.cta-btn:active .cta-shine2 {
	margin-top: 20px;
	margin-left: 10px;
	transition: all .3s ease
}

#sidebar {
	margin-top: 261px;
	padding: 2em 2.5em;
	border-radius: 7px;
	background: linear-gradient(125deg, var(--subaccent-color), var(--accent-color));
	background-position: right bottom;
	background-size: 270%;
	box-shadow: inset 0 0 30px #00000030, 0 0 10px 5px rgba(var(--rgb-accent-color), .1);
	color: #cbc2ff80;
	font-size: .95rem;
	font-weight: 300;
	line-height: 1.7;
	text-align: justify
}

.welcome {
	margin-top: -2em;
	margin-right: -2.5em;
	margin-bottom: 1.3em;
	margin-left: -2.5em;
	padding: 1.2em 0 1.2em 1.5em;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	background-image: url(../img/welcome-character.png), url(../img/header-background.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 210px 0, right bottom;
	background-size: 105px, 100%;
	box-shadow: 0 10px 15px -5px rgba(0, 0, 0, .5)
}

.welcome h4 {
	margin: 0;
	margin-top: .1em;
	background: linear-gradient(#fff 30%, rgba(0, 0, 0, .05) 100%);
	color: transparent;
	font-size: var(--fs-h4);
	font-weight: 700;
	letter-spacing: 2px;
	-webkit-background-clip: text
}

.fb-like {
	margin-top: 1.2em;
	margin-left: 15px
}

footer {
	position: relative;
	z-index: 9;
	height: 250px
}

footer::after {
	content: '';
	position: absolute;
	z-index: -9;
	width: 100%;
	height: 100%;
	transform: scale(-1, -1);
	background-image: url(../img/header-background.png);
	background-position: left;
	background-size: cover
}

.footer-wrap {
	display: flex;
	position: absolute;
	right: 0;
	left: 0;
	align-items: center;
	justify-content: space-between;
	max-width: 1100px;
	height: 250px;
	margin: 0 auto;
	padding: 0 30px;
	color: #fff
}

.footer-logo {
	width: 370px;
	margin-right: -30px;
	margin-left: -80px
}

.footer-text {
	font-size: .8rem;
	font-weight: 100;
	letter-spacing: .5px;
	line-height: 1.5;
	text-align: right
}

.footer-social {
	display: flex;
	position: relative;
	margin-bottom: 40px;
	line-height: 1.5
}

.footer-social::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: -20px;
	width: 400px;
	height: 1px;
	opacity: .1;
	background: #fff
}

.footer-social a {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	margin-left: 1.9em;
	color: #fff;
	font-size: .75rem;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 1.3;
	text-transform: uppercase
}

.footer-social a svg {
	width: 17px;
	margin-left: .7em;
	padding: 4px;
	float: right;
	border-radius: 50%;
	background: #fff;
	fill: var(--accent-color)
}

.footer-social a:hover {
	text-shadow: 0 0 10px #fff, 0 0 10px #ccc
}

.footer-social a:hover svg {
	box-shadow: 0 0 10px #fff;
	fill: rgba(var(--rgb-accent-color), .6)
}

.contentCrashError {
	width: calc(100% - 350px);
	margin-bottom: 261px;
	margin-left: auto;
	margin-right: auto
}

.crashErrorIMG {
	display: block;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 584px;
	height: auto
}

@media only screen and (max-width:1110px) {
	#scroll-to {
		margin-top: 0
	}
	.main-wrap {
		padding: 70px 30px
	}
}

@media only screen and (max-width:975px) {
	.title-logo {
		width: 100%
	}
}

@media only screen and (max-width:950px) {
	.main-wrap {
		flex-direction: column
	}
	.content {
		width: 100%
	}
	.header-characters,
	aside {
		display: none
	}
	.title-logo {
		left: unset;
		padding-right: 20px
	}
}

@media only screen and (max-width:770px) {
	:root {
		--fs-h1: 2.4rem;
		--fs-h2: 2rem;
		--fs-h3: 1.7rem;
		--fs-h4: 1.28rem;
		--fs-p: 0.98rem;
		--fs-sm-2: 0.9rem;
		--fs-sm: 0.75rem
	}
	header {
		height: 400px
	}
}

@media screen and (max-width:750px) {
	nav {
		padding: 1.2em 1em
	}
	.logo {
		display: none
	}
	.scroll-nav {
		padding: 1em
	}
	.cta {
		transform: scale(.85)
	}
	.cta-btn {
		top: -17px;
		margin: 0
	}
	.main-wrap {
		padding-bottom: 50px
	}
	.footer-wrap,
	footer {
		height: 250px
	}
	.footer-wrap {
		justify-content: center
	}
	.footer-logo {
		display: none
	}
	.footer-text {
		text-align: center
	}
	.footer-social a:first-of-type {
		margin: 0
	}
	.footer-social::after {
		left: 0;
		width: 100%
	}
}

@media only screen and (max-width:620px) {
	.scroll-nav,
	nav {
		letter-spacing: 1px
	}
	.scroll-nav li,
	nav li {
		padding: 0 15px
	}
	.cta,
	.cta-btn {
		top: 0;
		margin: 0;
		margin-bottom: -20px
	}
	.cta {
		margin-top: -150px;
		transform: scale(.6)
	}
	.ctn-btn {
		width: 285px;
		height: 285px
	}
}

@media only screen and (max-width:1130px) {
	.scroll-nav,
	nav {
		display: none
	}
	.logo {
		display: inline-block;
		padding-top: 3px;
		padding-left: 3px
	}
	.logo img {
		width: 40px;
		margin: 0;
		margin-bottom: -15px
	}
	.responsive-nav {
		display: block;
		position: fixed;
		z-index: 99999;
		top: 0;
		box-sizing: border-box;
		width: 100%;
		padding: 5px 8px;
		transition: all .3s ease;
		background: url(https://upload.wikimedia.org/wikipedia/commons/5/59/Empty.png)
	}
	.responsive {
		height: unset;
		transition: all .3s ease;
		background: url(../img/header-background.png);
		background-position: top;
		background-size: 240%;
		box-shadow: 0 0 15px 3px rgba(var(--rgb-accent-color), .4)
	}
	.show-bg {
		height: unset;
		transition: all .3s ease;
		background: url(../img/header-background.png);
		background-position: top;
		background-size: 240%;
		box-shadow: 0 0 15px 3px rgba(var(--rgb-accent-color), .4)
	}
	.responsive-nav a {
		color: #fff
	}
	.responsive-nav ul {
		padding: 0;
		font-size: .75rem;
		font-weight: 300;
		letter-spacing: 1px;
		column-count: 2;
		list-style: none;
		text-align: right;
		text-transform: uppercase
	}
	.list-nav b {
         font-weight: 700;
         color: #cbc2ff90;
         font-size: 14px;
     }
	.list-nav li:nth-child(2) {
		margin-top: .9em
	}
	.list-nav li:not(:first-of-type) {
		display: none;
		position: relative;
		padding-right: 10px
	}
	.list-nav li:not(:first-of-type) a::after {
		content: '';
		position: absolute;
		right: 0;
		width: 10px;
		height: 10px;
		margin-top: 7px;
		margin-left: 20px;
		transition: all .3s ease;
		opacity: 0;
		background: url(../img/cta-text.png);
		background-position: -11px -11px;
		background-size: 165px
	}
	.list-nav li:not(:first-of-type) a:hover::after {
		margin-right: 10px;
		margin-left: 30px;
		transition: all .3s ease;
		opacity: 1
	}
	.list-nav li:not(:first-of-type) a:hover {
		padding-right: 16px
	}
	.list-nav li:not(:first-of-type) a {
		display: inline-block;
		padding: 3px 0 3px 20px
	}
	.responsive li {
		display: block!important;
		position: relative;
		flex: 1;
		flex-direction: row
	}
	.hide-link-bg {
		background: 0 0!important
	}
	.title-logo {
		width: 110%;
		max-width: 110%;
		margin-left: -2%;
		padding: 0
	}
	.list-nav li:first-of-type {
		position: absolute;
		top: 0;
		right: 0;
		margin: 0
	}
	.menu-link {
		display: flex;
		position: absolute;
		right: 10px;
		align-items: center;
		padding: 15px 8px;
		font-size: 1rem;
		font-weight: 600;
		letter-spacing: 2px;
		line-height: 1.7;
		cursor: pointer
	}
	.menu {
		width: 12px;
		height: 2px;
		margin-right: .5em;
		border-radius: 2px;
		background: #fff
	}
	.menu::before {
		content: '';
		display: block;
		width: 16px;
		height: 2px;
		margin-left: -4px;
		border-radius: 2px;
		box-shadow: 0 -5px 0 0 #fff, 0 5px 0 0 #fff
	}
	header {
		/*height: 300px*/
	}
	.main-wrap {
		padding: 50px 0
	}
	.foreword {
		font-size: 1rem
	}
}