@charset "UTF-8";
*,
p {
  margin: 0;
}
body,
footer {
  font-family: tahoma, sans-serif;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
@-webkit-keyframes anim {
  0%,
  10%,
  100%,
  20% {
    line-height: 54px;
  }
  15%,
  5% {
    line-height: 75pt;
  }
}
@-moz-keyframes anim {
  0%,
  10%,
  100%,
  20% {
    line-height: 54px;
  }
  15%,
  5% {
    line-height: 75pt;
  }
}
@-o-keyframes anim {
  0%,
  10%,
  100%,
  20% {
    line-height: 54px;
  }
  15%,
  5% {
    line-height: 75pt;
  }
}
@keyframes anim {
  0%,
  10%,
  100%,
  20% {
    line-height: 54px;
  }
  15%,
  5% {
    line-height: 75pt;
  }
}






h3 {
  color: #fff;
  font-size: 34px;
  margin: 0 0 10px;
}
p {
  padding-top: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  font-size: 18px;
}
a {
  display: inline-block;
  text-decoration: none;
}
body .buttons-wrapper input,
body .buttons-wrapper input:nth-child(1):checked ~ label {
  display: none;
}
@-webkit-keyframes anim2 {
  0%,
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes anim2 {
  0%,
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes anim2 {
  0%,
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anim2 {
  0%,
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  background: #181b27;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
body .buttons-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-perspective: 750pt;
  -moz-perspective: 750pt;
  perspective: 750pt;
  -webkit-animation: anim2 5s forwards;
  -moz-animation: anim2 5s forwards;
  -o-animation: anim2 5s forwards;
  animation: anim2 5s forwards;
}
body .buttons-wrapper input:nth-child(1) {
  top: 10px;
  left: 75pt;
}
body .buttons-wrapper input:nth-child(2) {
  top: 10px;
  left: 200px;
}
body .buttons-wrapper input:nth-child(3) {
  top: 10px;
  left: 300px;
}
body .buttons-wrapper input:nth-child(4) {
  top: 10px;
  left: 25pc;
}
body .buttons-wrapper input:nth-child(1):checked ~ .slider > li:nth-child(1) {
  -webkit-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(0);
  -moz-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(0);
  -ms-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(0);
  -o-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(0);
  transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(0);
  z-index: 2;
}
body .buttons-wrapper input:nth-child(1):checked ~ .slider > li:nth-child(2) {
  -webkit-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(-90deg);
  -moz-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(-90deg);
  -ms-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(-90deg);
  -o-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(-90deg);
  transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(-90deg);
}
body .buttons-wrapper input:nth-child(1):checked ~ .slider > li:nth-child(3) {
  -webkit-transform: perspective(100em) translate3d(0, 0, -50vh)
    rotateY(-180deg);
  -moz-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(-180deg);
  -ms-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(-180deg);
  -o-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(-180deg);
  transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(-180deg);
}
body .buttons-wrapper input:nth-child(1):checked ~ .slider > li:nth-child(4) {
  -webkit-transform: perspective(100em) translate3d(0, 0, -50vh)
    rotateY(-260deg);
  -moz-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(-260deg);
  -ms-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(-260deg);
  -o-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(-260deg);
  transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(-260deg);
}
body .buttons-wrapper input:nth-child(2):checked ~ .slider > li:nth-child(1) {
  -webkit-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(90deg);
  -moz-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(90deg);
  -ms-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(90deg);
  -o-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(90deg);
  transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(90deg);
}
body .buttons-wrapper input:nth-child(2):checked ~ .slider > li:nth-child(2) {
  -webkit-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(0);
  -moz-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(0);
  -ms-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(0);
  -o-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(0);
  transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(0);
  z-index: 2;
}
body .buttons-wrapper input:nth-child(2):checked ~ .slider > li:nth-child(3) {
  -webkit-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(-90deg);
  -moz-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(-90deg);
  -ms-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(-90deg);
  -o-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(-90deg);
  transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(-90deg);
}
body .buttons-wrapper input:nth-child(2):checked ~ .slider > li:nth-child(4) {
  -webkit-transform: perspective(100em) translate3d(0, 0, -50vh)
    rotateY(-180deg);
  -moz-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(-180deg);
  -ms-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(-180deg);
  -o-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(-180deg);
  transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(-180deg);
}
body .buttons-wrapper input:nth-child(3):checked ~ .slider > li:nth-child(1) {
  -webkit-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(180deg);
  -moz-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(180deg);
  -ms-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(180deg);
  -o-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(180deg);
  transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(180deg);
}
body .buttons-wrapper input:nth-child(3):checked ~ .slider > li:nth-child(2) {
  -webkit-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(90deg);
  -moz-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(90deg);
  -ms-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(90deg);
  -o-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(90deg);
  transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(90deg);
}
body .buttons-wrapper input:nth-child(3):checked ~ .slider > li:nth-child(3) {
  -webkit-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(0);
  -moz-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(0);
  -ms-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(0);
  -o-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(0);
  transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(0);
  z-index: 2;
}
body .buttons-wrapper input:nth-child(3):checked ~ .slider > li:nth-child(4) {
  -webkit-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(-90deg);
  -moz-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(-90deg);
  -ms-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(-90deg);
  -o-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(-90deg);
  transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(-90deg);
}
body .buttons-wrapper input:nth-child(4):checked ~ .slider > li:nth-child(1) {
  -webkit-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(260deg);
  -moz-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(260deg);
  -ms-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(260deg);
  -o-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(260deg);
  transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(260deg);
}
body .buttons-wrapper input:nth-child(4):checked ~ .slider > li:nth-child(2) {
  -webkit-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(180deg);
  -moz-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(180deg);
  -ms-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(180deg);
  -o-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(180deg);
  transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(180deg);
}
body .buttons-wrapper input:nth-child(4):checked ~ .slider > li:nth-child(3) {
  -webkit-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(90deg);
  -moz-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(90deg);
  -ms-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(90deg);
  -o-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(90deg);
  transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(90deg);
}
body .buttons-wrapper input:nth-child(4):checked ~ .slider > li:nth-child(4) {
  -webkit-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(0);
  -moz-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(0);
  -ms-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(0);
  -o-transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(0);
  transform: perspective(100em) translate3d(0, 0, -50vh) rotateY(0);
  z-index: 2;
}
body
  .buttons-wrapper
  input:nth-child(1):checked
  ~ .slider
  li:nth-child(2)
  .caption {
  -webkit-transform: rotate(1deg) rotateY(20deg) translate(0, 100%);
  -moz-transform: rotate(1deg) rotateY(20deg) translate(0, 100%);
  -ms-transform: rotate(1deg) rotateY(20deg) translate(0, 100%);
  -o-transform: rotate(1deg) rotateY(20deg) translate(0, 100%);
  transform: rotate(1deg) rotateY(20deg) translate(0, 100%);
}
body
  .buttons-wrapper
  input:nth-child(2):checked
  ~ .slider
  li:nth-child(1)
  .caption {
  -webkit-transform: rotate(-7deg) translate(0, -100%);
  -moz-transform: rotate(-7deg) translate(0, -100%);
  -ms-transform: rotate(-7deg) translate(0, -100%);
  -o-transform: rotate(-7deg) translate(0, -100%);
  transform: rotate(-7deg) translate(0, -100%);
}
body
  .buttons-wrapper
  input:nth-child(2):checked
  ~ .slider
  li:nth-child(3)
  .caption {
  -webkit-transform: rotate(-1deg) rotateY(40deg) translate(0, 100%);
  -moz-transform: rotate(-1deg) rotateY(40deg) translate(0, 100%);
  -ms-transform: rotate(-1deg) rotateY(40deg) translate(0, 100%);
  -o-transform: rotate(-1deg) rotateY(40deg) translate(0, 100%);
  transform: rotate(-1deg) rotateY(40deg) translate(0, 100%);
}
body
  .buttons-wrapper
  input:nth-child(3):checked
  ~ .slider
  li:nth-child(2)
  .caption {
  -webkit-transform: rotate(1deg) rotateY(20deg) translate(0, -100%);
  -moz-transform: rotate(1deg) rotateY(20deg) translate(0, -100%);
  -ms-transform: rotate(1deg) rotateY(20deg) translate(0, -100%);
  -o-transform: rotate(1deg) rotateY(20deg) translate(0, -100%);
  transform: rotate(1deg) rotateY(20deg) translate(0, -100%);
}
body
  .buttons-wrapper
  input:nth-child(3):checked
  ~ .slider
  li:nth-child(4)
  .caption {
  -webkit-transform: translate(0, 100%) rotateY(20deg);
  -moz-transform: translate(0, 100%) rotateY(20deg);
  -ms-transform: translate(0, 100%) rotateY(20deg);
  -o-transform: translate(0, 100%) rotateY(20deg);
  transform: translate(0, 100%) rotateY(20deg);
}
body
  .buttons-wrapper
  input:nth-child(4):checked
  ~ .slider
  li:nth-child(3)
  .caption {
  -webkit-transform: rotate(-1deg) rotateY(40deg) translate(0, -100%);
  -moz-transform: rotate(-1deg) rotateY(40deg) translate(0, -100%);
  -ms-transform: rotate(-1deg) rotateY(40deg) translate(0, -100%);
  -o-transform: rotate(-1deg) rotateY(40deg) translate(0, -100%);
  transform: rotate(-1deg) rotateY(40deg) translate(0, -100%);
}
body .buttons-wrapper input:nth-child(1):checked ~ label:nth-of-type(2),
body .buttons-wrapper input:nth-child(2):checked ~ label:nth-of-type(3) {
  color: #fff;
  text-align: center;
  left: 94%;
  cursor: pointer;
  -ms-transform-origin: center center;
  -moz-transform: translate(-50%, 0) scale(0.8);
  -o-transform: translate(-50%, 0) scale(0.8);
  /* bottom: 10%; */
}
body .buttons-wrapper input:nth-child(1):checked ~ label:nth-of-type(2) {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: 0 0;
  border: 1px solid #fff;
  line-height: 54px;
  font-size: 24px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translate(-50%, 0) scale(0.8);
  -ms-transform: translate(-50%, 0) scale(0.8);
  transform: translate(-50%, 0) scale(0.8);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-animation: anim 3s infinite;
  -moz-animation: anim 3s infinite;
  -o-animation: anim 3s infinite;
  animation: anim 3s infinite;
}
body .buttons-wrapper input:nth-child(1):checked ~ label:nth-of-type(2):after {
  content: "→";
}
body .buttons-wrapper input:nth-child(1):checked ~ label:nth-of-type(2):hover {
  -webkit-transform: translate(-50%, 0) scale(1);
  -moz-transform: translate(-50%, 0) scale(1);
  -ms-transform: translate(-50%, 0) scale(1);
  -o-transform: translate(-50%, 0) scale(1);
  transform: translate(-50%, 0) scale(1);
  font-size: 44px;
  line-height: 75pt;
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}
body .buttons-wrapper input:nth-child(2):checked ~ label {
  display: none;
}
body .buttons-wrapper input:nth-child(2):checked ~ label:nth-of-type(3) {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: 0 0;
  border: 1px solid #fff;
  line-height: 54px;
  font-size: 24px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translate(-50%, 0) scale(0.8);
  -ms-transform: translate(-50%, 0) scale(0.8);
  transform: translate(-50%, 0) scale(0.8);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}
body .buttons-wrapper input:nth-child(2):checked ~ label:nth-of-type(3):after {
  content: "→";
}
body .buttons-wrapper input:nth-child(2):checked ~ label:nth-of-type(1):after,
body .buttons-wrapper input:nth-child(3):checked ~ label:nth-of-type(2):after,
body .buttons-wrapper input:nth-child(4):checked ~ label:nth-of-type(3):after {
  content: "←";
}
body .buttons-wrapper input:nth-child(2):checked ~ label:nth-of-type(3):hover {
  -webkit-transform: translate(-50%, 0) scale(1);
  -moz-transform: translate(-50%, 0) scale(1);
  -ms-transform: translate(-50%, 0) scale(1);
  -o-transform: translate(-50%, 0) scale(1);
  transform: translate(-50%, 0) scale(1);
  font-size: 44px;
  line-height: 75pt;
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}
body .buttons-wrapper input:nth-child(2):checked ~ label:nth-of-type(1),
body .buttons-wrapper input:nth-child(3):checked ~ label:nth-of-type(4) {
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  width: 60px;
  height: 60px;
  background: 0 0;
  text-align: center;
  /* left: 50%; */
  cursor: pointer;
  color: #fff;
}
body .buttons-wrapper input:nth-child(2):checked ~ label:nth-of-type(1) {
  display: block;
  border: 1px solid #fff;
  line-height: 54px;
  font-size: 24px;
  /* top: 10%; */
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translate(-50%, 0) scale(0.8);
  -moz-transform: translate(-50%, 0) scale(0.8);
  -ms-transform: translate(-50%, 0) scale(0.8);
  -o-transform: translate(-50%, 0) scale(0.8);
  transform: translate(-50%, 0) scale(0.8);
  -o-transition: 0.3s;
  transition: 0.3s;
  animation: none;
}
body .buttons-wrapper input:nth-child(2):checked ~ label:nth-of-type(1):hover {
  -webkit-transform: translate(-50%, 0) scale(1);
  -moz-transform: translate(-50%, 0) scale(1);
  -ms-transform: translate(-50%, 0) scale(1);
  -o-transform: translate(-50%, 0) scale(1);
  transform: translate(-50%, 0) scale(1);
  font-size: 44px;
  line-height: 1px;
}
body
  .buttons-wrapper
  input:nth-child(2):checked
  ~ label:nth-of-type(1):hover:after {
  display: block;
  margin-top: -10px;
}
body .buttons-wrapper input:nth-child(3):checked ~ label {
  display: none;
}
body .buttons-wrapper input:nth-child(3):checked ~ label:nth-of-type(4) {
  display: block;
  border: 1px solid #fff;
  line-height: 54px;
  font-size: 24px;
  bottom: 10%;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translate(-50%, 0) scale(0.8);
  -moz-transform: translate(-50%, 0) scale(0.8);
  -ms-transform: translate(-50%, 0) scale(0.8);
  -o-transform: translate(-50%, 0) scale(0.8);
  transform: translate(-50%, 0) scale(0.8);
  -o-transition: 0.3s;
  transition: 0.3s;
  animation: none;
}
body .buttons-wrapper input:nth-child(3):checked ~ label:nth-of-type(4):after {
  content: "→";
}
body .buttons-wrapper input:nth-child(3):checked ~ label:nth-of-type(4):hover {
  -webkit-transform: translate(-50%, 0) scale(1);
  -moz-transform: translate(-50%, 0) scale(1);
  -ms-transform: translate(-50%, 0) scale(1);
  -o-transform: translate(-50%, 0) scale(1);
  transform: translate(-50%, 0) scale(1);
  font-size: 44px;
  line-height: 75pt;
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}
body .buttons-wrapper input:nth-child(3):checked ~ label:nth-of-type(2) {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  background: 0 0;
  border: 1px solid #fff;
  text-align: center;
  line-height: 54px;
  font-size: 24px;
  /* top: 10%; */
  left: 4%;
  cursor: pointer;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translate(-50%, 0) scale(0.8);
  -moz-transform: translate(-50%, 0) scale(0.8);
  -ms-transform: translate(-50%, 0) scale(0.8);
  -o-transform: translate(-50%, 0) scale(0.8);
  transform: translate(-50%, 0) scale(0.8);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}
body .buttons-wrapper input:nth-child(3):checked ~ label:nth-of-type(2):hover {
  -webkit-transform: translate(-50%, 0) scale(1);
  -moz-transform: translate(-50%, 0) scale(1);
  -ms-transform: translate(-50%, 0) scale(1);
  -o-transform: translate(-50%, 0) scale(1);
  transform: translate(-50%, 0) scale(1);
  font-size: 44px;
  line-height: 1px;
}
body
  .buttons-wrapper
  input:nth-child(3):checked
  ~ label:nth-of-type(2):hover:after {
  display: block;
  margin-top: -10px;
}
body .buttons-wrapper input:nth-child(4):checked ~ label {
  display: none;
}
body .buttons-wrapper input:nth-child(4):checked ~ label:nth-of-type(3) {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  background: 0 0;
  border: 1px solid #fff;
  text-align: center;
  line-height: 54px;
  font-size: 24px;
  top: 10%;
  left: 50%;
  cursor: pointer;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translate(-50%, 0) scale(0.8);
  -moz-transform: translate(-50%, 0) scale(0.8);
  -ms-transform: translate(-50%, 0) scale(0.8);
  -o-transform: translate(-50%, 0) scale(0.8);
  transform: translate(-50%, 0) scale(0.8);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}
body .buttons-wrapper .slider > li,
body .buttons-wrapper .slider > li:nth-child(1) .caption {
  -webkit-transition: 3s cubic-bezier(0.5, 0, 0, 0.99);
  -moz-transition: 3s cubic-bezier(0.5, 0, 0, 0.99);
}
body .buttons-wrapper input:nth-child(4):checked ~ label:nth-of-type(3):hover {
  -webkit-transform: translate(-50%, 0) scale(1);
  -moz-transform: translate(-50%, 0) scale(1);
  -ms-transform: translate(-50%, 0) scale(1);
  -o-transform: translate(-50%, 0) scale(1);
  transform: translate(-50%, 0) scale(1);
  font-size: 44px;
  line-height: 1px;
  color: #2d3d59;
}
body
  .buttons-wrapper
  input:nth-child(4):checked
  ~ label:nth-of-type(3):hover:after {
  display: block;
  margin-top: -10px;
}
/* body .buttons-wrapper label {
  display: block;
  width: 40px;
  height: 40px;
  background: #900;
  position: fixed;
  backface-visibility: hidden;
  z-index: 10;
  bottom: 75pt;
  left: 75pt;
} */
body .buttons-wrapper label {
    display: block;
    width: 40px;
    height: 40px;
    background: #900;
    position: fixed;
    backface-visibility: hidden;
    z-index: 10;
    bottom: 50%; /* change this line */
    left: 4%; /* change this line */
    transform: translate(-50%, 50%); /* add this line */
  }
body .buttons-wrapper .slider {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 2;
  opacity: 0.99;
}
/* body .buttons-wrapper .slider > li {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-transition: 3s cubic-bezier(0.5, 0, 0, 0.99);
  transition: 3s cubic-bezier(0.5, 0, 0, 0.99);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 750pt;
  -moz-perspective: 750pt;
  perspective: 750pt;
} */
body .buttons-wrapper .slider > li {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-transition: 3s cubic-bezier(0.5, 0, 0, 0.99);
    transition: 3s cubic-bezier(0.5, 0, 0, 0.99);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 750pt;
    -moz-perspective: 750pt;
    perspective: 750pt;
    -webkit-transform-style: preserve-3d; /* add this line */
    -moz-transform-style: preserve-3d; /* add this line */
    transform-style: preserve-3d; /* add this line */
  }
body .buttons-wrapper .slider > li:nth-child(1) {
  background: url(../images/slide1.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transform-origin: center center -50vh;
  -moz-transform-origin: center center -50vh;
  -ms-transform-origin: center center -50vh;
  -o-transform-origin: center center -50vh;
  transform-origin: center center -50vh;
}
/* body .buttons-wrapper .slider > li:nth-child(1) .caption {
  position: absolute;
  width: 40%;
  text-align: right;
  border-right: 2px solid #ee250c;
  padding-right: 20px;
  right: 45%;
  top: 10%;
  text-shadow: 0 2px 10px #000, 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  -o-transform: rotate(-7deg);
  transform: rotate(-7deg);
  -o-transition: 3s cubic-bezier(0.5, 0, 0, 0.99);
  transition: 3s cubic-bezier(0.5, 0, 0, 0.99);
} */
body .buttons-wrapper .slider > li:nth-child(2) .caption,
/* body .buttons-wrapper .slider > li:nth-child(3) .caption {
  padding-right: 20px;
  -webkit-transition: 3s cubic-bezier(0.5, 0, 0, 0.99);
  -moz-transition: 3s cubic-bezier(0.5, 0, 0, 0.99);
  -o-transition: 3s cubic-bezier(0.5, 0, 0, 0.99);
  text-shadow: 0 2px 10px #000, 0 1px 1px rgba(0, 0, 0, 0.5);
} */
body .buttons-wrapper .slider > li:nth-child(1) .caption a,
body .buttons-wrapper .slider > li:nth-child(1) .caption h3 {
  /* color: #ee250c; */
}
body .buttons-wrapper .slider > li:nth-child(2) {
  background: url(../images/slide2.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transform-origin: center center -50vh;
  -moz-transform-origin: center center -50vh;
  -ms-transform-origin: center center -50vh;
  -o-transform-origin: center center -50vh;
  transform-origin: center center -50vh;
}
/* body .buttons-wrapper .slider > li:nth-child(2) .caption {
  position: absolute;
  width: 40%;
  text-align: right;
  border-right: 2px solid #ee250c;
  right: 55%;
  bottom: 20%;
  -webkit-transform: rotate(1deg) rotateY(20deg);
  -moz-transform: rotate(1deg) rotateY(20deg);
  -ms-transform: rotate(1deg) rotateY(20deg);
  -o-transform: rotate(1deg) rotateY(20deg);
  transform: rotate(1deg) rotateY(20deg);
  transition: 3s cubic-bezier(0.5, 0, 0, 0.99);
} */
body .buttons-wrapper .slider > li:nth-child(2) .caption a,
body .buttons-wrapper .slider > li:nth-child(2) .caption h3 {
  /* color: #ee250c; */
}
body .buttons-wrapper .slider > li:nth-child(3) {
  background: url(../images/slide3.jpg) bottom center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transform-origin: center center -50vh;
  -moz-transform-origin: center center -50vh;
  -ms-transform-origin: center center -50vh;
  -o-transform-origin: center center -50vh;
  transform-origin: center center -50vh;
}
/* body .buttons-wrapper .slider > li:nth-child(3) .caption {
  position: absolute;
  width: 35%;
  text-align: right;
  border-right: 2px solid #ddd;
  right: 55%;
  bottom: 25%;
  -webkit-transform: rotate(-1deg) rotateY(40deg);
  -moz-transform: rotate(-1deg) rotateY(40deg);
  -ms-transform: rotate(-1deg) rotateY(40deg);
  -o-transform: rotate(-1deg) rotateY(40deg);
  transform: rotate(-1deg) rotateY(40deg);
  transition: 3s cubic-bezier(0.5, 0, 0, 0.99);
} */
body .buttons-wrapper .slider > li:nth-child(3) .caption a,
body .buttons-wrapper .slider > li:nth-child(3) .caption h3 {
  color: #fff;
}
body .buttons-wrapper .slider > li:nth-child(3) .caption h3 {
  font-size: 28px;
}
body .buttons-wrapper .slider > li:nth-child(3) .caption p {
  font-size: 1pc;
}
body .buttons-wrapper .slider > li:nth-child(4) {
  background: url(../images/slide4.jpg) bottom left no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transform-origin: center center -50vh;
  -moz-transform-origin: center center -50vh;
  -ms-transform-origin: center center -50vh;
  -o-transform-origin: center center -50vh;
  transform-origin: center center -50vh;
}
body .buttons-wrapper .slider > li:nth-child(4) .caption {
  position: absolute;
  width: 40%;
  text-align: justify;
  right: 30%;
  top: 32%;
  text-shadow: 0 2px 10px #000, 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-transform: rotateY(20deg);
  -moz-transform: rotateY(20deg);
  -ms-transform: rotateY(20deg);
  -o-transform: rotateY(20deg);
  transform: rotateY(20deg);
  -webkit-transition: 3s cubic-bezier(0.5, 0, 0, 0.99);
  -moz-transition: 3s cubic-bezier(0.5, 0, 0, 0.99);
  -o-transition: 3s cubic-bezier(0.5, 0, 0, 0.99);
  transition: 3s cubic-bezier(0.5, 0, 0, 0.99);
}
body .buttons-wrapper .slider > li:nth-child(4) .caption a,
body .buttons-wrapper .slider > li:nth-child(4) .caption h3 {
  color: #fff;
}
body .buttons-wrapper .slider > li:nth-child(4) .caption h3 {
  font-size: 28px;
  text-align: center;
}
body .buttons-wrapper .slider > li:nth-child(4) .caption p {
  font-size: 1pc;
  padding: 30px;
}
footer {
  position: fixed;
  bottom: 10px;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 10;
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
}
@media (max-width: 768px) {
  body .buttons-wrapper .slider > li {
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
  }
  body .buttons-wrapper .slider > li:nth-child(1) .caption {
    top: 5%;
    width: 80%;
    right: 10%;
  }
  body .buttons-wrapper .slider > li:nth-child(1) .caption h3 {
    font-size: 20px;
  }
  body .buttons-wrapper .slider > li:nth-child(1) .caption p {
    font-size: 9pt;
    margin-top: 0;
    padding-top: 0;
  }
  body .buttons-wrapper .slider > li:nth-child(2),
  body .buttons-wrapper .slider > li:nth-child(3) {
    background-position: 20% center;
  }
  body .buttons-wrapper .slider > li:nth-child(2) .caption,
  body .buttons-wrapper .slider > li:nth-child(3) .caption {
    right: 15%;
    bottom: 25%;
    width: 80%;
  }
  body .buttons-wrapper .slider > li:nth-child(2) .caption h3,
  body .buttons-wrapper .slider > li:nth-child(3) .caption h3 {
    font-size: 20px;
  }
  body .buttons-wrapper .slider > li:nth-child(2) .caption p,
  body .buttons-wrapper .slider > li:nth-child(3) .caption p {
    font-size: 9pt;
    margin-top: 0;
    padding-top: 0;
  }
  body .buttons-wrapper .slider > li:nth-child(3) .caption {
    width: 85%;
  }
  body .buttons-wrapper .slider > li:nth-child(4) {
    background-position: center bottom;
  }
  body .buttons-wrapper .slider > li:nth-child(4) .caption {
    width: 90%;
    right: 5%;
    top: 48%;
  }
  body .buttons-wrapper .slider > li:nth-child(4) .caption h3 {
    font-size: 20px;
  }
  body .buttons-wrapper .slider > li:nth-child(4) .caption p {
    font-size: 9pt;
    margin-top: 0;
    padding-top: 0;
  }
}
