@charset "utf-8";

#xeam_brandimage {
	position: fixed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100vw;
	height: 100vh;
	background-color: #000;
	z-index: 1001;
}

.mainanimation {
	position: relative;
	z-index: 0;
	overflow: hidden;
	width: 100%;
	height: 900px;
	background-image: url(../img/sky_bg-min.png);
	background-repeat: repeat-x;
	-webkit-animation: 80s linear 0s normal none infinite Skybg;
	animation: 80s linear 0s normal none infinite Skybg;
}

@-webkit-keyframes Skybg {
	0% {
		background-position: 2554px 0;
	}
	100% {
		background-position: 0px 0;
	}
}

@keyframes Skybg {
	0% {
		background-position: 2554px 0;
	}
	100% {
		background-position: 0px 0;
	}
}

.mainanimation_inner {
	position: absolute;
	width: 100%;
	height: 900px;
	background: url(../img/main_animationtoplayer-min.png) no-repeat bottom center;
	z-index: 9;
}

.mainanimation_inner .main_catch {
	position: relative;
	max-width: 600px;
	margin: 90px auto 0;
	text-align: center;
}

.mainanimation_inner .verylight {
	position: absolute;
	bottom: -6%;
	right: -26%;
	width: 52%;
}

.mainanimation_inner .xeamicon {
	visibility: hidden;
	position: absolute;
	top: 60px;
	left: 60%;
	width: 12%;
	z-index: 3;
}

/* .mainanimation_notte {
	position: absolute;
	top: 415px;
	left: 0;
	right: 0;
	width: 49%;
	height: 388px;
	margin: 0 auto;
	background: url(../img/notte_animation.gif) no-repeat center center;
	background-size: contain;
	z-index: 3;
} */

.mainanimation_notte {
	position: absolute;
	bottom: 100px;
	width: 100%;
	padding: 0 2%;
	text-align: center;
	z-index: 3;
}

.earth {
	position: absolute;
	background-repeat: no-repeat;
	z-index: -1;
	-webkit-animation: spin 100s linear infinite;
	animation: spin 100s linear infinite;
}

.earth img {
	width: 100%;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(120deg);
		transform: rotate(120deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(120deg);
		transform: rotate(120deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@media screen and (max-width: 1920px) {
	.earth {
		top: 440px
	}
}

@media screen and (max-width: 1680px) {
	.earth {
		top: 530px;
	}

	.earth img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

@media screen and (max-width: 1440px) {
	.earth {
		top: 560px
	}

	.mainanimation_inner .xeamicon {
		left: 64%;
		width: 14%;
	}
}

@media screen and (max-width: 1366px) {
	.earth {
		top: 600px
	}

	.earth img {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}

@media screen and (max-width: 1280px) {
	.earth {
		top: 630px
	}

	.mainanimation_inner .xeamicon {
		left: 66%;
		width: 16%;
	}
}

@media screen and (max-width: 1024px) {
	.earth {
		top: 660px
	}

	.earth img {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}

	.mainanimation {
		-webkit-animation: none;
		animation: none;
	}

	/* .mainanimation_notte {
		width: 52%;
		background: url(../img/main_notte.png) no-repeat center center;
		background-size: contain;
	} */

	.mainanimation_inner .xeamicon {
		left: 68%;
		width: 18%;
	}
}

/* @media screen and (max-width: 820px) {
	.mainanimation_inner .verylight { right: -22% }
	.mainanimation, .mainanimation_inner { height: 880px }
} */

@media (max-width: 768px) {
	.earth {
		top: 700px
	}

	.earth img {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}

	.mainanimation_inner .verylight {
		right: -18%
	}

	.mainanimation,
	.mainanimation_inner {
		height: 880px
	}

	.mainanimation_inner .main_catch {
		width: 90%
	}

	/* .mainanimation_notte {
		width: 58%
	} */

	.mainanimation_inner .xeamicon {
		left: auto;
		right: 4%;
		width: 26%;
	}
}

@media (max-width: 667px) {
	.earth img {
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
	}

	.mainanimation_inner .verylight {
		right: -10%
	}

	.mainanimation,
	.mainanimation_inner {
		height: 840px
	}

	/* .mainanimation_notte {
		height: 310px
	} */

	.mainanimation_inner .xeamicon {
		right: 2%;
	}
}

/* @media (max-width: 630px) {
	.mainanimation, .mainanimation_inner { height: 780px }
	.mainanimation_notte { top: 370px }
} */

@media (max-width: 568px) {
	.earth img {
		-webkit-transform: scale(2);
		transform: scale(2);
	}

	/* .mainanimation_notte {
		width: 70%;
		height: 290px;
	} */
}

/* @media (max-width: 530px) {
	.mainanimation, .mainanimation_inner { height: 740px }
	.mainanimation_notte { top: 340px }
} */

@media (max-width: 480px) {
	#xeam_brandimage {
		background-size: contain;
	}

	.earth {
		top: 630px
	}

	.earth img {
		-webkit-transform: scale(2.8);
		transform: scale(2.8);
	}
	.mainanimation,
	.mainanimation_inner {
		height: 690px
	}

	/* .mainanimation_notte {
		top: 300px
	} */
}

/* @media (max-width: 420px) {
	.mainanimation, .mainanimation_inner { height: 650px }
	.mainanimation_notte { top: 270px }
} */

@media (max-width: 375px) {
	.earth {
		top: 700px
	}

	.earth img {
		-webkit-transform: scale(4);
		transform: scale(4);
	}

	.mainanimation,
	.mainanimation_inner {
		height: 600px
	}

	/* .mainanimation_notte {
		top: 230px
	} */
}

@media (max-width: 320px) {
	.mainanimation,
	.mainanimation_inner {
		height: 600px
	}
}
