* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  background: #030303;
  color: white;
  background-color: black;
  animation: space-animation 60s linear infinite;
}
.background {
  background-image: linear-gradient(
	  to bottom,
	  transparent 40%,
	  rgba(0, 0, 0, 0.95) 70%,
	  #020202
	),
	url("/images/space.jpg");
  width: 100vw;
  height: 100vh;
  background-position: top;
  z-index: 1;
  position: relative;
  box-shadow: 0 50px 50px black;
}
h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  font-family: "Gruppo", cursive;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
  font-size: 3rem;
  color: white;
  text-shadow: 2px 2px 5px;
}
.layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.layer-1 {
  background-image: linear-gradient(
	  to bottom,
	  transparent 50%,
	  rgba(0, 0, 0, 0.85) 70%,
	  #020202
	),
	url("");
  z-index: 70;
}
.layer-2 {
  background-image: linear-gradient(
	  to bottom,
	  transparent 30%,
	  rgba(0, 0, 0, 0.9) 80%,
	  #020202
	),
	url("");
  z-index: 80;
}
.layer-3 {
  background-image: linear-gradient(
	  to bottom,
	  transparent 60%,
	  rgba(0, 0, 0, 0.85),
	  #020202
	),
	url("images/range.png");
  z-index: 90;
}
.content {
  font-size: 1.2rem;
  line-height: 1.7;
  position: relative;
  background-image: url("https://images.pexels.com/photos/998641/pexels-photo-998641.jpeg?auto=compress&cs=tinysrgb&dpr=2&w=500");
  background-size: cover;
  background-attachment: fixed;
}
.text {
  padding: 4rem 10rem 20rem 40rem;
}
.rock {
  background-image: url("/images/1.png");
  width: 100vw;
  height: 100vh;
  position: absolute;
  bottom: 0;
  left: 0;
  background-position: left center;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.rocks {
  position: absolute;
  z-index: 1000;
}
.rock-1 {
  width: 100px;
  height: 100px;
  left: 10%;
  top: 50%;
}
.rock-2 {
  width: 120px;
  height: 120px;
  left: 20%;
  top: 30%;
}
.rock-3 {
  width: 80px;
  height: 80px;
  left: 10%;
  bottom: 20%;
}
.rock-4 {
  width: 130px;
  height: 130px;
  bottom: 0;
  left: 31%;
}
.rock-5 {
  width: 110px;
  height: 110px;
  bottom: 0;
  left: 5%;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.rock-6 {
  width: 70px;
  height: 70px;
  bottom: 30%;
  left: 20%;
}
.rock-7 {
  width: 120px;
  height: 120px;
  bottom: 35%;
  left: 15%;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.rock-8 {
  width: 50px;
  height: 50px;
  bottom: 25%;
  left: 25%;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.rock-9 {
  width: 70px;
  height: 70px;
  bottom: 35%;
  left: 30%;
}

.globe {
  width: 92px;
  height: 92px;
  position: absolute;
  left: 50%;
  margin-top: 100px;
  background: url('https://svs.gsfc.nasa.gov/vis/a000000/a002900/a002915/bluemarble-2048.png') repeat;
  background-size: 184px 92px;
  box-shadow: inset 20px 2px 50px rgba(0, 0, 0, 0.227), 0 0 100px rgba(79,193,233,0.4);
  border-radius: 100%;
  animation: animate 6s linear infinite;
  transform: rotate(-15deg);
}

@keyframes animate {
  from {
    background-position: 184px 0;
  }
}
@keyframes space-animation {
  from {
      background-position-y: -100%;
  }
}
@media only screen and (max-width: 1200px) {
  h1 {
	font-size: 2rem;
	letter-spacing: 0.1rem;
	text-align: center;
  }
  .rocks,
  .rock {
	display: none;
  }
  .text {
	padding: 0 3rem 5rem 3rem;
  }
}

#slideshow {
  z-index: 40;
  position: absolute;
  margin: 0 auto;
  padding-top: 20px;
  height: 600px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}

.slideshow-title {
  font-family: 'Allerta Stencil';
  font-size: 62px;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  margin-top: 10%;
  letter-spacing: 3px;
  font-weight: 300;
}

.sub-heading {
  padding-top: 50px;
  font-size: 18px;
} .sub-heading-two {
  font-size: 15px;
} .sub-heading-three {
  font-size: 13px;
} .sub-heading-four {
  font-size: 11px;
} .sub-heading-five {
  font-size: 9px;
} .sub-heading-six {
  font-size: 7px;
} .sub-heading-seven {
  font-size: 5px;
} .sub-heading-eight {
  font-size: 3px;
} .sub-heading-nine {
  font-size: 1px;
}

.entire-content {
  margin: auto;
  width: 190px;
  perspective: 1000px;
  position: relative;
  padding-top: 40px;
}

.content-carrousel {
  width: 100%;
  position: absolute;
  float: right;
  animation: rotar 30s infinite linear;
  transform-style: preserve-3d;
}

.content-carrousel:hover {
  animation-play-state: paused;
  cursor: pointer;
}

.content-carrousel figure {
  width: 100%;
  height: 120px;
  border: 1px solid #3b444b;
  overflow: hidden;
  position: absolute;
}

.content-carrousel figure:nth-child(1) {
  transform: rotateY(0deg) translateZ(300px); 
} .content-carrousel figure:nth-child(2) {
  transform: rotateY(40deg) translateZ(300px); 
} .content-carrousel figure:nth-child(3) {
  transform: rotateY(80deg) translateZ(300px); 
} .content-carrousel figure:nth-child(4) {
  transform: rotateY(120deg) translateZ(300px); 
} .content-carrousel figure:nth-child(5) {
  transform: rotateY(160deg) translateZ(300px); 
} .content-carrousel figure:nth-child(6) {
  transform: rotateY(200deg) translateZ(300px); 
} .content-carrousel figure:nth-child(7) {
  transform: rotateY(240deg) translateZ(300px); 
} .content-carrousel figure:nth-child(8) {
  transform: rotateY(280deg) translateZ(300px); 
} .content-carrousel figure:nth-child(9) {
  transform: rotateY(320deg) translateZ(300px); 
} .content-carrousel figure:nth-child(10) {
  transform: rotateY(360deg) translateZ(300px); 
} 

.shadow {
  position: absolute;
  box-shadow: 0px 0px 20px 0px #000;
  border-radius: 1px;
}

.content-carrousel img {
  image-rendering: auto;
  transition: all 300ms;
  width: 100%;
  height: 100%;
}

.content-carrousel img:hover {
  transform: scale(1.2);
  transition: all 300ms;
}

@keyframes rotar {
  from {
    transform: rotateY(0deg);
  } to {
    transform: rotateY(360deg);
  }
}
