@font-face {
	font-family: 'Montserrat';
	src: url('../../assets/fonts/Montserrat-ExtraBold.woff2') format('woff2'),
		url('../../assets/fonts/Montserrat-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../../assets/fonts/Montserrat-Light.woff2') format('woff2'),
		url('../../assets/fonts/Montserrat-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

html,
body {
	position: relative;
	background-color: #000b65;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	user-select: none;
	font-family: 'Montserrat';
}

.container {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.row {
	width: 100%;
	height: auto;
}

.brand {
	width: calc(100% - 40%);
	margin-left: 20%;
	margin-right: 20%;
}

.brand img {
	max-width: 100%;
}

.logo {
	position: absolute;
	top: 45px;
	left: 45px;
}

.logo img {
	width: calc(50px + (175 - 50) * ((100vw - 320px) / (1920 - 320)));
}

.content {
	max-width: 960px;
	margin: auto;
}

.small-title {
	font-size: calc(18px + (30 - 18) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 10px;
	position: relative;
	margin-left: 170px;
}

.small-title:before {
	content: '';
	position: absolute;
	top: 50%;
	left: -70px;
	transform: translateY(-50%);
	background-image: url('../../assets/icons/ball.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
}

.title {
	font-size: calc(50px + (210 - 50) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 800;
	color: #1a5ced;
	margin: 0;
	line-height: 1;
	letter-spacing: calc(10px + (36 - 10) * ((100vw - 320px) / (1920 - 320)));
}

.description {
	font-size: calc(12px + (17 - 12) * ((100vw - 320px) / (1920 - 320)));
	max-width: 510px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: 80px;
	color: #fff;
	line-height: 1.4;
}

.button-go-back-container {
	position: absolute;
	bottom: calc(30px + (100 - 30) * ((100vw - 320px) / (1920 - 320)));
	left: 30%;
}

.button-go-back-inner-container {
	position: relative;
}

.button-go-back-inner-container img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 85px;
	height: 85px;
}

.button-go-back-inner-container .button-go-back {
	font-family: 'Montserrat';
	position: absolute;
	top: -60px;
	left: 20px;
	width: 300px;
	z-index: 2;
	background-color: transparent;
	border: 0;
	font-size: calc(18px + (30 - 18) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 300;
	letter-spacing: 10px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

.button-go-back-inner-container .button-go-back:after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate3D(0, -50%, 0);
	transition: all 0.35s ease-out;
	-webkit-transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
	right: calc(100px + (50 - 100) * ((100vw - 320px) / (1920 - 320)));
	/*background-image: url('../../assets/icons/ball.svg');*/
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background: white;
}

.button-go-back-inner-container .button-go-back:hover::after {
	transform: translate3D(-225px, -50%, 0);
	transition: all 0.35s ease-out;
	-webkit-transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
}

.top-left-element {
	position: absolute;
	top: 45px;
	left: 45px;
	transform: translate(-50%, -50%);
}

.top-left-element img {
	max-width: 200px;
}

.bottom-left-element-one {
	position: absolute;
	bottom: -110px;
	left: -120px;
	z-index: 3;
}

.bottom-left-element-one img {
	max-width: 300px;
}

.bottom-left-element-two {
	position: absolute;
	bottom: 30px;
	left: -60px;
	z-index: 2;
}

.bottom-left-element-two img {
	max-width: 200px;
	width: 200px;
}

.bottom-left-element-three {
	position: absolute;
	bottom: 20px;
	left: 40px;
}

.bottom-left-element-three img {
	max-width: 200px;
}

.bottom-left-element-four {
	position: absolute;
	bottom: 80px;
	left: 160px;
}

.bottom-left-element-four img {
	max-width: 75px;
}

.bottom-left-element-second-four {
	position: absolute;
	bottom: 120px;
	left: -40px;
	z-index: 4;
}

.bottom-left-element-second-four img {
	max-width: 75px;
}

.bottom-right-element-one {
	position: absolute;
	bottom: -65px;
	right: 60px;
	z-index: 2;
}

.bottom-right-element-one img {
	max-width: 150px;
}

.bottom-right-element-second-one {
	position: absolute;
	bottom: -220px;
	right: -65px;
	z-index: 2;
}

.bottom-right-element-second-one img, #movement-container-2 img {
	max-width: 400px;
}

.bottom-right-element-two {
	position: absolute;
	bottom: -60px;
	right: -25px;
}

.bottom-right-element-two img {
	max-width: 225px;
	width: 225px;
}

.bottom-right-element-second-two {
	position: absolute;
	bottom: 60px;
	right: 110px;
}

.bottom-right-element-second-two img {
	max-width: 200px;
	width: 200px;
}

.bottom-right-element-three {
	position: absolute;
	bottom: 150px;
	right: 50px;
}

.bottom-right-element-three img {
	max-width: 60px;
}

.top-right-elements-container {
	position: absolute;
	right: 100px;
	top: -80px;
}

.top-right-elements {
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 40px;
}

.top-right-element-one {
	position: absolute;
	top: 100px;
	right: 80px;
}

.top-right-element-one img {
	max-width: 75px;
}

.top-right-element-second-one {
	position: absolute;
	top: 120px;
	right: 120px;
	z-index: 4;
}

.top-right-element-second-one img {
	max-width: 75px;
}

.top-right-element-two {
	position: absolute;
	top: -120px;
	right: 400px;
}

.top-right-element-two img {
	max-width: 250px;
	width: 250px;
}

.top-right-element-three {
	position: absolute;
	top: -220px;
	right: 240px;
	z-index: 3;
}

.top-right-element-three img {
	max-width: 400px;
}

.top-right-element-second-three {
	z-index: 3;
}

.top-right-element-second-three img {
	max-width: 200px;
}

.top-right-element-four {
	position: absolute;
	top: 180px;
	right: 480px;
}

.top-right-element-four img {
	max-width: 125px;
	width: 125px;
}

@media screen and (max-width: 1023px) {
	.element {
		display: none;
	}

	.content {
		max-width: 75%;
		margin: auto;
	}

	.small-title {
		margin-left: 0;
	}

	.small-title:before {
		display: none;
	}

	.description {
		max-width: 100%;
		margin-top: 40px;
		margin-left: 0;
		margin-right: 0;
	}

	.button-go-back-container {
		left: 15%;
	}

	.button-go-back-inner-container img {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.parallax-layer {
		display: none;
	}
}

@media screen and (max-width: 700px) {
	.brand {
		width: calc(100% - 20%);
		margin-left: 10%;
		margin-right: 10%;
	}
}

#movement-container-2 {	
	max-height: 255px;
}

#movement-container-3 {
    position: absolute;
    bottom: 0;
    right: 0;
	z-index: 0;
	padding-top: 150px;
}

#movenent-container-2-wrapper {
	padding-left: 50px;
}

#movement-container-2 img {
	visibility: hidden;
}

#movement-container-4 {
	position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
	max-width: 300px;
	max-height: 350px;
}

#movement-container-4 img {
	visibility: hidden;
}

.ball-go-back {
	z-index: 3;
}

#movement-container-11 img {
	max-width: 200px;
	visibility: hidden;
}

#movement-container-11 {
	position: absolute;
	top: 0;
	left: 0;
}

.top-left-element-inner {
	padding-right: 140px;
	padding-bottom: 140px;
}

#movement-container-12 {
	position: absolute;
	width: 350px;
	height: 350px;
	bottom: 0;
	left: 0;
}

#movement-container-13 {
	position: absolute;
	width: 325px;
	height: 300px;
	bottom: 0;
	right: 0;
}

#movement-container-14 {
	position: absolute;
	width: 325px;
	height: 300px;
	top: 0;
	right: 0;
}