:root {
  font-size: 10px;
}

body {
  background-color: #b4ddf0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Futura, Trebuchet MS, Arial, sans-serif;
  margin: 0;
  overflow: hidden;
}
body h1 {
  -webkit-text-stroke-color: #d3d3d3;
  -webkit-text-stroke-width: 0.01rem;
  color: #fff;
  font-size: 4.8rem;
  font-weight: 500;
  left: 50%;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  text-transform: lowercase;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  z-index: 10;
}

cloud-main {
  -webkit-animation: cloud-move 30s infinite linear;
  animation: cloud-move 30s infinite linear;
  bottom: 15rem;
  left: -14rem;
  opacity: 0.7;
  z-index: 5;
}
@-webkit-keyframes cloud-move {
  0% {
    left: -14rem;
  }
  100% {
    left: 100%;
  }
}
@keyframes cloud-move {
  0% {
    left: -14rem;
  }
  100% {
    left: 100%;
  }
}
cloud-main, cloud-main::after, cloud-main::before {
  border-radius: 10rem/5rem;
  background-color: #fff;
  height: 3rem;
  position: absolute;
  width: 7rem;
}
cloud-main::after {
  content: "";
  left: 2.5rem;
  top: -1rem;
}
cloud-main::before {
  content: "";
  left: 5rem;
}

.mountain {
  border-bottom: 18rem solid #7ac1e4;
  border-left: 15rem solid transparent;
  border-right: 15rem solid transparent;
  position: absolute;
}
.mountain.one {
  bottom: 0;
  z-index: 2;
}
.mountain.one .rock {
  -webkit-animation: rock-move 10s infinite;
  animation: rock-move 10s infinite;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  background-color: #5a4d41;
  border-radius: 50%;
  height: 1rem;
  position: absolute;
  width: 1rem;
  z-index: 4;
  left: -16rem;
  top: 18rem;
}
@-webkit-keyframes rock-move {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.66667, 0.66667, 1);
    -moz-animation-timing-function: cubic-bezier(0, 0.66667, 0.66667, 1);
    -o-animation-timing-function: cubic-bezier(0, 0.66667, 0.66667, 1);
    animation-timing-function: cubic-bezier(0, 0.66667, 0.66667, 1);
    left: -16rem;
    top: 18rem;
  }
  69% {
    -webkit-animation-timing-function: cubic-bezier(0.33333, 0, 0.66667, 0.33333);
    -moz-animation-timing-function: cubic-bezier(0.33333, 0, 0.66667, 0.33333);
    -o-animation-timing-function: cubic-bezier(0.33333, 0, 0.66667, 0.33333);
    animation-timing-function: cubic-bezier(0.33333, 0, 0.66667, 0.33333);
    left: -2.5rem;
    top: 1.3rem;
  }
  100% {
    left: -16rem;
    top: 18rem;
  }
}
@keyframes rock-move {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.66667, 0.66667, 1);
    -moz-animation-timing-function: cubic-bezier(0, 0.66667, 0.66667, 1);
    -o-animation-timing-function: cubic-bezier(0, 0.66667, 0.66667, 1);
    animation-timing-function: cubic-bezier(0, 0.66667, 0.66667, 1);
    left: -16rem;
    top: 18rem;
  }
  69% {
    -webkit-animation-timing-function: cubic-bezier(0.33333, 0, 0.66667, 0.33333);
    -moz-animation-timing-function: cubic-bezier(0.33333, 0, 0.66667, 0.33333);
    -o-animation-timing-function: cubic-bezier(0.33333, 0, 0.66667, 0.33333);
    animation-timing-function: cubic-bezier(0.33333, 0, 0.66667, 0.33333);
    left: -2.5rem;
    top: 1.3rem;
  }
  100% {
    left: -16rem;
    top: 18rem;
  }
}
.mountain.two {
  bottom: -1rem;
  left: -6rem;
  opacity: 0.5;
  z-index: 1;
}
.mountain.three {
  bottom: -2rem;
  left: 8rem;
  opacity: 0.3;
  z-index: 0;
}
.mountain .top {
  border-bottom: 7.7rem solid #ceeaf6;
  border-left: 6.5rem solid transparent;
  border-right: 6.5rem solid transparent;
  position: absolute;
  right: -6.5rem;
  z-index: 3;
}
.mountain .top .cap1 {
  left: -5.5rem;
}
.mountain .top .cap2 {
  left: -2.5rem;
}
.mountain .top .cap3 {
  left: 0.5rem;
}
.mountain .top .cap1, .mountain .top .cap2, .mountain .top .cap3 {
  border-left: 2.5rem solid transparent;
  border-right: 2.5rem solid transparent;
  border-top: 2.5rem solid #ceeaf6;
  position: absolute;
  top: 7rem;
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  z-index: 9;
}
nav section {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
nav section#social-links {
  gap: 2.4rem;
  height: 6.4rem;
  padding: 1.6rem;
}
nav section#social-links a {
  height: 3.2rem;
  outline: none;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
nav section#social-links a:hover {
  opacity: 0.4;
}
nav section#social-links a svg {
  color: #fff;
  height: 100% !important;
}
nav section#website-links {
  gap: 24px;
}
nav section#website-links a {
  color: #fff;
  font-family: inherit;
  font-size: 1.8rem;
  outline: none;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
nav section#website-links a:hover {
  opacity: 0.4;
}

/*# sourceMappingURL=style.css.map */
