/* body {
	padding: 0;
	margin: 0;
} */

.start {
	height: 100vh;
	min-width: 1920px;
	position: relative;
	display: flex;
	overflow: hidden;
	z-index: 99999;
	position: fixed;
}
/* .in{
	min-width: 1920px;
	height: 100vh;
	position: relative;
} */
.wtf{
	min-width: 1920px;
}
.start_left {
	height: 100vh;
	width: 50%;
	z-index: 1;
	background-color: #000000;
	display: flex;
	position: relative;
}
.start_left_back{
	width: 100%;
	height: 100%;
}
.start_right_back{
	width: 100%;
	height: 100%;
}
.start_left_cener {
	width: 250px;
	height: 250px;
	position: absolute;
	right: -100px;
	top: 40%;
	z-index: 8;
	border-radius: 50%;
}
.start_left_line{
	height: 100vh;
	position: absolute;
	right: -50px;
}

.start_right {
	height: 100vh;
	width: 50%;
	background-color: #000000;
	position: relative;
}

.start_left_earth {
	width: 200px;
	height: 200px;
	position: absolute;
	left: -70px;
	top: 50%;
}

.start_right_earth {
	position: absolute;
	top: -120px;
	right: -120px;
	transform: rotate( 250deg);
}
