@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0) rotate(0deg) translateY(0);
  }
  15%,
  35%,
  55%,
  75%,
  95% {
    -webkit-transform: translateX(-1px) rotate(-2deg);
  }
  25%,
  45%,
  65%,
  85% {
    -webkit-transform: translateX(1px) rotate(2deg);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateY(1px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateY(-1px);
  }
}
@-moz-keyframes shake {
  0%,
  100% {
    -moz-transform: translateX(0) rotate(0deg) translateY(0);
  }
  15%,
  35%,
  55%,
  75%,
  95% {
    -moz-transform: translateX(-1px) rotate(-2deg);
  }
  25%,
  45%,
  65%,
  85% {
    -moz-transform: translateX(1px) rotate(2deg);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateY(1px);
  }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateY(-1px);
  }
}

@-o-keyframes shake {
  0%,
  100% {
    -o-transform: translateX(0) rotate(0deg) translateY(0);
  }
  15%,
  35%,
  55%,
  75%,
  95% {
    -o-transform: translateX(-1px) rotate(-2deg);
  }
  25%,
  45%,
  65%,
  85% {
    -o-transform: translateX(1px) rotate(2deg);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateY(1px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateY(-1px);
  }
}

@keyframes shake {
  0%,
  100% {
    transform: translateX(0) rotate(0deg) translateY(0);
  }
  15%,
  35%,
  55%,
  75%,
  95% {
    transform: translateX(-1px) rotate(-2deg);
  }
  25%,
  45%,
  65%,
  85% {
    transform: translateX(1px) rotate(2deg);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateY(1px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateY(-1px);
  }
}
.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transition-timing-function: linear;
}

.phone {
  -webkit-animation: vibrate 2s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
  animation: vibrate 2s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 300px;
  perspective: 300px;
}

@keyframes vibrate {
  0%,
  2%,
  4%,
  6%,
  8%,
  10%,
  12%,
  14%,
  16%,
  18% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  1%,
  3%,
  5%,
  7%,
  9%,
  11%,
  13%,
  15%,
  17%,
  19% {
    -webkit-transform: translate3d(1px, 0, 0);
    transform: translate3d(1px, 0, 0);
  }
  20%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wave-big {
  width: 160px;
  height: 160px;
  /* top: 20px; */
  left: 75px;
  position: absolute;
  background-color: #05f7c8;
  border-radius: 100% !important;
  border: 2px solid #00e5b9(30, 30, 30, 0.4);
  border: 2px solid #bfebfc 9;
  opacity: 0.1;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
}
@keyframes phonering-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }

  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }

  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}

.wave-small {
  width: 100px;
  height: 100px;
  /* top: 50px; */
  left: 104px;
  position: absolute;
  background-color: #00e5b9;
  border-radius: 100% !important;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
}
@keyframes phonering-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }

  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }

  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

.cell-phone {
  -webkit-animation: cell-phone-animation 1s infinite ease-in-out;
  animation: cell-phone-animation 1s infinite ease-in-out;
  transform-origin: 50% 50%;
}
@keyframes cell-phone-animation {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
.ios-shake-style {
  animation-delay: -0.75s;
  animation-duration: 0.25s;
  animation-name: keyframeIosStyle;
  animation-iteration-count: infinite;
  transform-origin: 50% 10%;
}
@keyframes keyframeIosStyle {
  0% {
    transform: rotate(-1deg);
    animation-timing-function: ease-in;
  }

  50% {
    transform: rotate(1.5deg);
    animation-timing-function: ease-out;
  }
}

@import url(https://fonts.googleapis.com/css?family=Varela+Round);

.slides {
  padding: 0;
  width: 100%;
  height: 225px;
  display: block;
  margin: 0 auto;
  position: relative;
}

.slides * {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.slides input {
  display: none;
}

.slide-container {
  display: block;
}

.slide {
  top: 0;
  opacity: 0;
  width: 100%;
  /* height: 420px; */
  display: block;
  position: absolute;

  transform: scale(0);

  transition: all 0.7s ease-in-out;
}

.slide img {
  width: 100%;
  height: 200px;
  border-radius: 16px;
}

.nav label {
  width: 60px;
  height: 100%;
  display: none;
  position: absolute;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
  transition: opacity 0.1s;
  color: #fff;
  font-size: 156pt;
  text-align: center;
  line-height: 175px;
  font-family: 'Varela Round', sans-serif;
  background-color: rgba(255, 255, 255, 0.3);
  text-shadow: 0px 0px 15px rgb(119, 119, 119);
}

.slide:hover + .nav label {
  opacity: 0.5;
}

.nav label:hover {
  opacity: 0.5;

}

.nav .next {
  right: 0;
}

input:checked + .slide-container .slide {
  opacity: 1;

  transform: scale(1);

  transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .nav label {
  display: block;
}

.nav-dots {
  width: 100%;
  bottom: -16px;
  height: 11px;
  display: block;
  position: absolute;
  text-align: center;
}

.nav-dots .nav-dot {
  top: -5px;
  width: 19.74px;
  height: 2px;
  margin: 0 4px;
  position: relative;
  border-radius: 1px;
  display: inline-block;
  background-color: #afc4e0;
}

.nav-dots .nav-dot:hover {
  cursor: pointer;
  background-color: #00e0c2;
}

input#img-1:checked ~ .nav-dots label#img-dot-1,
input#img-2:checked ~ .nav-dots label#img-dot-2,
input#img-3:checked ~ .nav-dots label#img-dot-3 {
  background: #00e0c2;
}
