@import url("https://fonts.googleapis.com/css?family=Ubuntu");
html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}

.container {
  position: fixed;
  z-index: 10;
  width: 100%;
  display: flex;
  margin: 0 auto;
  margin-top: 10px;
  margin-left: 10px;
}

span {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #ff0000;
  height: 2px;
  margin: 0 16px;
}

.gear {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODk2IiBoZWlnaHQ9IjEwMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+IDxnPiAgPHRpdGxlPmJhY2tncm91bmQ8L3RpdGxlPiAgPHJlY3QgZmlsbD0ibm9uZSIgaWQ9ImNhbnZhc19iYWNrZ3JvdW5kIiBoZWlnaHQ9IjQwMiIgd2lkdGg9IjU4MiIgeT0iLTEiIHg9Ii0xIi8+IDwvZz4gPGc+ICA8dGl0bGU+TGF5ZXIgMTwvdGl0bGU+ICA8cGF0aCBmaWxsPSIjYWFhYWFhIiBpZD0ic3ZnXzEiIGQ9Im00NDcuOTM4LDM1MGMtODkuNDA3LDAgLTE2MS45MzgsNzIuNTMxIC0xNjEuOTM4LDE2MmMwLDg5LjM3NSA3Mi41MzEsMTYyLjA2MiAxNjEuOTM4LDE2Mi4wNjJjODkuNDM4LDAgMTYxLjQzOCwtNzIuNjg4IDE2MS40MzgsLTE2Mi4wNjJjLTAuMDAxLC04OS40NjkgLTcyLjAwMSwtMTYyIC0xNjEuNDM4LC0xNjJ6bTMyNC42ODcsMjU1LjA2MmwtMjkuMTg4LDcwLjMxMmw1Mi4wNjIsMTAyLjI1bDYuODc1LDEzLjVsLTcyLjE4OCw3Mi4xODhsLTExOC40MzYsLTU1LjkzN2wtNzAuMzEyLDI4Ljg3NWwtMzUuNjg4LDEwOS4yNWwtNC41NjIsMTQuNWwtMTAyLjAzMiwwbC00NC4xNTYsLTEyMy4zMTJsLTcwLjMxMiwtMjlsLTEwMi40MDQsNTEuOTM4bC0xMy41LDYuNzVsLTcyLjE1NiwtNzIuMTI1bDU1Ljg3NSwtMTE4LjVsLTI4Ljk2OSwtNzAuMjVsLTEwOS4wNjUsLTM1LjYyNmwtMTQuNDY5LC00LjY4N2wwLC0xMDEuOTY5bDEyMy40MDYsLTQ0LjIxOWwyOC45NjksLTcwLjE4OGwtNTEuOTA2LC0xMDIuNDY5bC02Ljg0NCwtMTMuNDM4bDcyLjA2MiwtNzIuMDYybDExOC41OTQsNTUuODQ0bDcwLjIxOSwtMjkuMDMxbDM1LjY1NiwtMTA5LjE4OGw0LjU5NCwtMTQuNDY4bDEwMiwwbDQ0LjE4OCwxMjMuNDY5bDcwLjEyNSwyOS4wMzFsMTAyLjQzNywtNTEuOTY5bDEzLjYyNSwtNi44NDRsNzIuMTI1LDcyLjA2MmwtNTUuODc1LDExOC40MDZsMjguODc1LDcwLjM0NWwxMDkuMzc1LDM1LjY1NmwxNC4zNzUsNC41OTRsMCwxMDEuOTM4bC0xMjMuMzc1LDQ0LjM3NHoiLz4gPC9nPjwvc3ZnPg==);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.65s ease-out;
  -o-transition: 0.65s ease-out;
  transition: 0.65s ease-out;
}

.gear1 {
  width: 80px;
  height: 80px;
}

.gear2 {
  width: 48px;
  height: 48px;
  margin: 0 0 14px -2px;
}

.header {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 100;
  letter-spacing: 2px;
  text-align: center;
  color: #f35626;
  background-image: -webkit-linear-gradient(92deg, #f35626, #feab3a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: hue 10s infinite linear;
}

@-webkit-keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
  }
  to {
    -webkit-filter: hue-rotate(-360deg);
  }
}

.section-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

/* Logo image align */

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.title-style {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 80px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -.015em;
  width: 100%;
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  background: radial-gradient(ellipse at center, #eff1ff 10%, #000 100%);
  background-size: 100% 100%;
  background-position: center center;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

@media only screen and (max-width: 1068px) {
  .section-hero {
    padding-top: 44px;
    padding-top: 114px;
  }
}

@media only screen and (max-width: 1068px) {
  .section-hero .title-style {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 1068px) {
  .title-style {
    font-size: 56px;
    line-height: 1.07143;
    font-weight: 700;
    letter-spacing: -.005em;
    margin-left: 0;
    width: 100%;
    font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
}

@media only screen and (max-width: 734px) {
  .gear1 {
    width: 40px;
    height: 40px;
  }
  .gear2 {
    width: 28px;
    height: 28px;
    margin: 0 0 14px -2px;
  }
  .section-hero {
    /* margin-top: 40%; */
    padding-top: 110px;
    padding-top: 45px;
    padding: 18px 0 23px;
  }
}

@media only screen and (max-width: 734px) {
  .gear1 {
    width: 40px;
    height: 40px;
  }
  .gear2 {
    width: 28px;
    height: 28px;
    margin: 0 0 14px -2px;
  }
  .section-hero .title-style {
    background-size: 60% 156%;
    margin-bottom: 7px;
  }
}

@media only screen and (max-width: 734px) {
  .gear1 {
    width: 40px;
    height: 40px;
  }
  .gear2 {
    width: 28px;
    height: 28px;
    margin: 0 0 14px -2px;
  }
  .title-style {
    font-size: 30px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 0em;
    margin-left: 0;
    width: 100%;
    font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
}

.img {
  height: 100%;
  width: 100%;
  background-color: rgb(0, 0, 0);
  position: relative;
}

.contruct {
  height: 100%;
  width: 100%;
  position: relative;
}

#outerCraneContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  box-shadow: inset 0 -60px 0 -30px #ff6347;
}

.buildings {
  height: 84.9673202614379px;
  width: 100%;
  left: 0;
}

.buildings div {
  height: inherit;
  width: 42.48366013071895px;
  background: #ff6347;
  position: absolute;
  bottom: 10%;
}

.buildings div:after {
  content: '';
  width: 80%;
  height: 60%;
  left: 10%;
  bottom: 30%;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAGCAYAAAAG5SQMAAAAFElEQVQImWP4////fwYYIJKDEwAAfPsP8eFXG40AAAAASUVORK5CYII=") repeat;
  position: absolute;
}

.buildings div:nth-of-type(1) {
  width: 42.48366013071895px;
  height: 21.241830065359476px;
  right: 37%;
  bottom: 18%;
}

.buildings div:nth-of-type(1):after {
  bottom: 11%;
}

.buildings div:nth-of-type(2) {
  width: 48.552754435107374px;
  height: 28.322440087145967px;
  right: 30%;
  bottom: 35%;
  transform: rotate(180deg);
}

.buildings div:nth-of-type(2):after {
  width: 60%;
  left: 11%;
}

.buildings div:nth-of-type(3) {
  width: 24.276377217553687px;
  height: 37.76325344952796px;
  left: 40%;
  bottom: 35%;
}

.buildings div:nth-of-type(3):after {
  bottom: 0;
  width: 20%;
  height: 85%;
  left: 70%;
}

.buildings div:nth-of-type(4) {
  width: 84.9673202614379px;
  height: 21.241830065359476px;
  left: 24%;
  bottom: 20%;
}

.buildings div:nth-of-type(4):after {
  background: none;
}

.buildings div:nth-of-type(5) {
  width: 61.794414735591204px;
  height: 67.97385620915033px;
  left: 47%;
  bottom: 10%;
}

.buildings div:nth-of-type(5):after {
  bottom: 0;
  width: 40%;
  height: 85%;
  left: 20%;
}

.crane, .buildings {
  position: absolute;
  bottom: 0;
}

.crane div {
  border-radius: 2px;
  position: absolute;
}

.crane .line {
  border: none;
  background: #ff6347;
  outline: 1px solid transparent;
  z-index: 0;
}

.crane .lineOne {
  width: 60%;
  left: 11%;
  top: 0;
}

.crane .lineTwo {
  width: 19%;
  right: 8%;
  top: 0;
}

.crane .line.lineThree {
  height: 30%;
  top: 22%;
  left: 9%;
}

.crane .line.lineThree:after {
  content: '';
  position: absolute;
  height: 0.2em;
  width: 9000%;
  background: #ff826c;
  display: block;
  bottom: 0;
  left: -4500%;
  border: solid 1px #ff6347;
}

.craneTwo .line.lineThree:after {
  height: 0.1em;
}

.craneThree .line.lineThree:after {
  height: 0.05em;
}

.stand {
  height: 100%;
  width: 5%;
  right: 25%;
  z-index: 1;
  background: linear-gradient(to top, #ff6347, #f29b8b);
}

.craneTwo .stand {
  background: linear-gradient(to top, #ff6347, #f19483);
}

.craneThree .stand {
  background: linear-gradient(to top, #ff6347, #f08c7b);
}

.weight {
  height: 20%;
  width: 8%;
  right: 4%;
  top: 12%;
  z-index: 2;
  background: #f88f7c;
}

.craneTwo .weight {
  background: #f88773;
}

.craneThree .weight {
  background: #f77f6b;
}

.cabin {
  height: 9%;
  width: 12%;
  right: 24%;
  top: 20%;
  z-index: 2;
  background: #f88f7c;
}

.cabin:after {
  content: '';
  position: absolute;
  height: 10%;
  width: 100%;
  background: #fff;
  display: block;
  top: 60%;
  left: 0;
}

.craneTwo .cabin {
  background: #f88773;
}

.craneThree .cabin {
  background: #f77f6b;
}

.arm {
  height: 7%;
  width: 100%;
  top: 15%;
  z-index: 3;
  background: #f88f7c;
}

.craneTwo .arm {
  background: #f88773;
}

.craneThree .arm {
  background: #f77f6b;
}

.crane div.arm {
  border-top-left-radius: 10px;
}

.brick {
  height: 6%;
  width: 9%;
  bottom: 0;
  left: 40%;
  background: #ff7359;
}

.brickTwo {
  left: 48%;
}

.brickThree {
  bottom: 5.5%;
  left: 44%;
}

.craneOne {
  width: 260px;
  height: 169.9346405228758px;
  left: 20%;
}

.craneOne div {
  border: solid 1px #ff6347;
}

.craneOne .line {
  height: 1px;
}

.craneOne .lineThree {
  width: 1px;
}

.craneTwo {
  width: 200px;
  height: 130.718954248366px;
  transform: scaleX(-1);
  left: 40%;
  z-index: -1;
}

.craneTwo div {
  border: solid 1px #ff6347;
}

.craneTwo .line {
  height: 0.769230769230769px;
}

.craneTwo .lineThree {
  width: 0.714285714285714px;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.craneTwo .cabin, .craneTwo .arm, .craneTwo .picker, .craneTwo .weight {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.craneThree {
  width: 130px;
  height: 84.9673202614379px;
  left: 60%;
  z-index: -1;
}

.craneThree div {
  border: solid 1px #ff6347;
}

.craneThree .line {
  height: 0.5px;
}

.craneThree .lineThree {
  width: 0.5px;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.craneThree .brickThree {
  bottom: 5%;
}

.craneThree .brickOne, .craneThree .brickTwo {
  bottom: 0;
}

.craneThree .cabin, .craneThree .arm, .craneThree .picker, .craneThree .weight {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.crane {
  perspective: 600px;
}

.lineOne {
  transform-origin: right 0;
  -webkit-animation: moveLineOne 12s infinite alternate;
  animation: moveLineOne 12s infinite alternate;
}

.lineTwo {
  transform-origin: top left;
  -webkit-animation: moveLineTwo 12s infinite alternate;
  animation: moveLineTwo 12s infinite alternate;
}

.lineThree {
  transform-origin: right center;
  -webkit-animation: moveLineThree 12s ease-in-out infinite alternate;
  animation: moveLineThree 12s ease-in-out infinite alternate;
}

.cabin, .arm, .picker {
  transform-origin: 80% center;
  -webkit-animation: moveCrane 12s infinite alternate;
  animation: moveCrane 12s infinite alternate;
}

.weight {
  transform-origin: 0 center;
  -webkit-animation: moveWeight 12s infinite alternate;
  animation: moveWeight 12s infinite alternate;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

html, body {
  height: 100%;
}

* {
  box-sizing: border-box;
}

body {
  background: linear-gradient(to top, #ffa191, #000000);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

#content {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: Ubuntu;
  color: #fff;
}

#content h1, #content p {
  margin: -8rem 0 0 1rem;
}

#content p {
  margin-top: 0.5rem;
}

#license {
  position: absolute;
  bottom: 0;
  right: 5px;
}

@-webkit-keyframes moveCrane {
  0%, 20% {
    transform: rotateY(0);
  }
  70%, 100% {
    transform: rotateY(45deg);
  }
}

@keyframes moveCrane {
  0%, 20% {
    transform: rotateY(0);
  }
  70%, 100% {
    transform: rotateY(45deg);
  }
}

@-webkit-keyframes moveWeight {
  0%, 20% {
    transform: rotateY(0) translateX(0);
  }
  70%, 100% {
    transform: rotateY(45deg) translateX(-50%);
  }
}

@keyframes moveWeight {
  0%, 20% {
    transform: rotateY(0) translateX(0);
  }
  70%, 100% {
    transform: rotateY(45deg) translateX(-50%);
  }
}

@-webkit-keyframes moveLineOne {
  0%, 20% {
    transform: rotateY(0) rotateZ(-10deg);
  }
  70%, 100% {
    transform: rotateY(45deg) rotateZ(-10deg);
  }
}

@keyframes moveLineOne {
  0%, 20% {
    transform: rotateY(0) rotateZ(-10deg);
  }
  70%, 100% {
    transform: rotateY(45deg) rotateZ(-10deg);
  }
}

@-webkit-keyframes moveLineTwo {
  0%, 20% {
    transform: rotateY(0) rotateZ(29deg);
  }
  70%, 100% {
    transform: rotateY(15deg) rotateZ(29deg);
  }
}

@keyframes moveLineTwo {
  0%, 20% {
    transform: rotateY(0) rotateZ(29deg);
  }
  70%, 100% {
    transform: rotateY(15deg) rotateZ(29deg);
  }
}

@-webkit-keyframes moveLineThree {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(2500%, -18%);
  }
  60% {
    transform: translate(11000%, -25%);
  }
  70% {
    transform: translate(9100%, -25%);
    height: 30%;
  }
  90%, 100% {
    transform: translate(9100%, -15%);
    height: 80%;
  }
}

@keyframes moveLineThree {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(2500%, -18%);
  }
  60% {
    transform: translate(11000%, -25%);
  }
  70% {
    transform: translate(9100%, -25%);
    height: 30%;
  }
  90%, 100% {
    transform: translate(9100%, -15%);
    height: 80%;
  }
}