@import url("https://fonts.googleapis.com/css?family=Merriweather|Raleway");

/* * {
  box-sizing: border-box;
  text-decoration: none;
} */

*,
*:before,
*:after {
  /* margin: 0;
  padding: 0; */
  word-break: break-all;
  box-sizing: border-box;
  text-decoration: none;
}

html,
body {
  margin: 0;
  padding: 0;
  /* font-family: "Raleway", sans-serif; */
  /* font-family: "Arial", sans-serif; */
  font-family: monospace;
  background-image: url("images/background-main.jpg");
  background-size: cover;
  /* background-position: center; */
  background-repeat: no-repeat;
}

.navbar {
  background-image: url("images/navbar-bg-10.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-evenly;
  padding-bottom: 0;
  /* height: 22vh; */
  height: 231px;
  /* width: 100vw; */
  align-items: end;
}

.train-nav-menu {
  position: relative;
  display: flex;
  margin-right: 100px;
  list-style-type: none;
  flex-direction: row;
  /* top: 4px; */
  /* justify-content: center;
  align-items: end; */
  -webkit-animation: voyage 20s linear infinite;
  animation: voyage 20s linear infinite;
  animation-duration: 9s;
  animation-iteration-count: 1;
}

@-webkit-keyframes voyage {
  0% {
    right: -1500px;
  }
  100% {
    right: 0px;
  }
}
@keyframes voyage {
  0% {
    right: -1500px;
  }
  100% {
    right: 0px;
  }
}

.main-car {
  width: 331px;
  height: 231px;
  animation: train-shake 2s infinite linear;
  animation-delay: 0s;
  animation-duration: 0.9s;
  animation-iteration-count: 10;
}

.main-car-top {
  position: relative;
  background-image: url("images/main-car-top.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 331px;
  height: 131px;
  top: 16px;
  transition: background-image 0.5s ease-out 0.2s;
}
.main-car-top:hover {
  background-image: url("images/main-car-top-hover.png");
}
.main-car-bottom {
  position: relative;
  background-image: url("images/main-car-bottom.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 331px;
  height: 100px;
  top: 16px;
}

.main-car-wheels {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
  width: 250px;
  margin-left: -7px;
  top: 60px;
  left: 70px;
}
.main-car-big-wheels {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-left: 4px;
}
.main-car-big-wheel-1 {
  /* animation: rotate 2s linear infinite; */
  position: relative;
  background-image: url("images/wheel-big.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 71px;
  height: 71px;
  top: -47px;
  animation: main-car-big-wheel 1.8s infinite linear;
  animation-duration: 1.8s;
  animation-iteration-count: 5;
}
.main-car-big-wheel-2 {
  position: relative;
  background-image: url("images/wheel-big.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 8px;
  width: 71px;
  height: 71px;
  top: -47px;
  animation: main-car-big-wheel 1.8s infinite linear;
  animation-duration: 1.8s;
  animation-iteration-count: 5;
}
@keyframes main-car-big-wheel {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.main-car-small-wheels {
  display: flex;
  flex-direction: row;
}
.main-car-small-wheel-1 {
  position: relative;
  background-image: url("images/wheel-sml.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  top: -47px;
  animation: main-car-small-wheel 0.9s infinite linear;
  animation-duration: 0.9s;
  animation-iteration-count: 10;
}
.main-car-small-wheel-2 {
  position: relative;
  background-image: url("images/wheel-sml.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-inline: 3px 4px;
  width: 30px;
  height: 30px;
  top: -47px;
  animation: main-car-small-wheel 0.9s infinite linear;
  animation-duration: 0.9s;
  animation-iteration-count: 10;
}
.main-car-small-wheel-3 {
  position: relative;
  background-image: url("images/wheel-sml.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  top: -47px;
  animation: main-car-small-wheel 0.9s infinite linear;
  animation-duration: 0.9s;
  animation-iteration-count: 10;
}
@keyframes main-car-small-wheel {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.wheel-joint {
  position: relative;
  background-image: url("images/wheel-joint.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 158px;
  height: 33px;
  top: -47px;
  left: 122px;
}

.smoke {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  height: 1.4rem;
  position: absolute;
  top: 40px;
  left: 100px;
  width: 0.8rem;
  z-index: -1;
  animation: move-smoke 0.7s linear infinite;
  animation-duration: 0.9s;
  animation-iteration-count: 10;
}
.smoke-2 {
  animation-delay: 0.1s;
  animation-duration: 0.9s;
  animation-iteration-count: 10;
}
.smoke-3 {
  animation-delay: 0.2s;
  animation-duration: 0.9s;
  animation-iteration-count: 10;
}
.smoke-4 {
  animation-delay: 0s;
  animation-duration: 0.9s;
  animation-iteration-count: 10;
}
@keyframes move-smoke {
  0% {
    filter: blur(0);
    opacity: 1;
  }
  50% {
    filter: blur(0.2rem);
    opacity: 0.6;
    transform: translate(0, -3rem) scale(2);
  }
  100% {
    filter: blur(0.3rem);
    opacity: 0;
    transform: translate(2.5rem, -6rem) scale(3);
  }
}

/* -------------- */

.car-dino-1-top {
  position: relative;
  background-image: url("images/car-1-top.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 152px;
  height: 151px;
  top: 14px;
  transition: 0.9s ease-out 0.4s;
  animation: train-shake 2s infinite linear;
  animation-delay: 0.2s;
  animation-duration: 2s;
  animation-iteration-count: 4;
}
.car-dino-1-top:hover {
  background-image: url("images/car-1-top-hover.png");
  transition: 0s ease-out 0.4s;
}
.car-dino-1-top:hover .nav-link-dino-1 {
  position: relative;
  top: 50px;
  transition: 0s ease-out 0.4s;
}
.car-dino-1-bottom {
  position: relative;
  background-image: url("images/car-1-bottom.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 152px;
  height: 80px;
  top: 14px;
  animation: train-shake 2s infinite linear;
  animation-delay: 0.2s;
  animation-duration: 2s;
  animation-iteration-count: 4;
}

.car-1-wheels {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-left: 9px;
}
.car-1-wheel-1 {
  position: relative;
  background-image: url("images/car-wheel.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  top: 31px;
  animation: car-1-wheel 1s infinite linear;
  animation-duration: 1s;
  animation-iteration-count: 9;
}
.car-1-wheel-2 {
  position: relative;
  background-image: url("images/car-wheel.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 8px;
  width: 35px;
  height: 35px;
  top: 31px;
  left: -9px;
  animation: car-1-wheel 1s infinite linear;
  animation-duration: 1s;
  animation-iteration-count: 9;
}
@keyframes car-1-wheel {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/* -------------- */

.car-dino-2-top {
  position: relative;
  background-image: url("images/car-2-top.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 152px;
  height: 151px;
  top: 14px;
  transition: 0.9s ease-out 0.4s;
  animation: train-shake 2s infinite linear;
  animation-delay: 0s;
  animation-duration: 2s;
  animation-iteration-count: 4;
}
.car-dino-2-top:hover {
  background-image: url("images/car-2-top-hover.png");
  transition: 0s ease-out 0.4s;
}
.car-dino-2-top:hover .nav-link-dino-2 {
  position: relative;
  top: 50px;
  transition: 0s ease-out 0.4s;
}
.car-dino-2-bottom {
  position: relative;
  background-image: url("images/car-2-bottom.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 152px;
  height: 80px;
  top: 14px;
  animation: train-shake 2s infinite linear;
  animation-delay: 0s;
  animation-duration: 2s;
  animation-iteration-count: 4;
}

.car-2-wheels {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-left: 9px;
}
.car-2-wheel-1 {
  position: relative;
  background-image: url("images/car-wheel.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  top: 31px;
  animation: car-2-wheel 1s infinite linear;
  animation-duration: 1s;
  animation-iteration-count: 9;
}
.car-2-wheel-2 {
  position: relative;
  background-image: url("images/car-wheel.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 8px;
  width: 35px;
  height: 35px;
  top: 31px;
  left: -9px;
  animation: car-2-wheel 1s infinite linear;
  animation-duration: 1s;
  animation-iteration-count: 9;
}
@keyframes car-2-wheel {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/* -------------- */

.car-dino-3-top {
  position: relative;
  background-image: url("images/car-3-top.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 152px;
  height: 151px;
  top: 14px;
  transition: 0.9s ease-out 0.4s;
  animation: train-shake 2s infinite linear;
  animation-delay: 0.2s;
  animation-duration: 2s;
  animation-iteration-count: 4;
}
.car-dino-3-top:hover {
  background-image: url("images/car-3-top-hover.png");
  transition: 0s ease-out 0.4s;
}
.car-dino-3-top:hover .nav-link-dino-3 {
  position: relative;
  top: 50px;
  transition: 0s ease-out 0.4s;
}
.car-dino-3-bottom {
  position: relative;
  background-image: url("images/car-3-bottom.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 152px;
  height: 80px;
  top: 14px;
  animation: train-shake 2s infinite linear;
  animation-delay: 0.2s;
  animation-duration: 2s;
  animation-iteration-count: 4;
}

.car-3-wheels {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-left: 9px;
}
.car-3-wheel-1 {
  position: relative;
  background-image: url("images/car-wheel.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  top: 31px;
  left: 6px;
  animation: car-3-wheel 1s infinite linear;
  animation-duration: 1s;
  animation-iteration-count: 9;
}
.car-3-wheel-2 {
  position: relative;
  background-image: url("images/car-wheel.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 8px;
  width: 35px;
  height: 35px;
  top: 31px;
  left: -4px;
  animation: car-3-wheel 1s infinite linear;
  animation-duration: 1s;
  animation-iteration-count: 9;
}
@keyframes car-3-wheel {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/* -------------- */

.car-dino-4-top {
  position: relative;
  background-image: url("images/car-4-top.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 152px;
  height: 151px;
  top: 14px;
  transition: 0.9s ease-out 0.4s;
  animation: train-shake 2s infinite linear;
  animation-delay: 0s;
  animation-duration: 2s;
  animation-iteration-count: 4;
}
.car-dino-4-top:hover {
  background-image: url("images/car-4-top-hover.png");
  transition: 0s ease-out 0.4s;
}
.car-dino-4-top:hover .nav-link-dino-4 {
  position: relative;
  top: 50px;
  transition: 0s ease-out 0.4s;
}
.car-dino-4-bottom {
  position: relative;
  background-image: url("images/car-4-bottom.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 152px;
  height: 80px;
  top: 14px;
  animation: train-shake 2s infinite linear;
  animation-delay: 0s;
  animation-duration: 2s;
  animation-iteration-count: 4;
}

.car-4-wheels {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-left: 9px;
}
.car-4-wheel-1 {
  position: relative;
  background-image: url("images/car-wheel.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  top: 31px;
  left: 6px;
  animation: car-4-wheel 1s infinite linear;
  animation-duration: 1s;
  animation-iteration-count: 9;
}
.car-4-wheel-2 {
  position: relative;
  background-image: url("images/car-wheel.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 8px;
  width: 35px;
  height: 35px;
  top: 31px;
  left: -2px;
  animation: car-4-wheel 1s infinite linear;
  animation-duration: 1s;
  animation-iteration-count: 9;
}
@keyframes car-4-wheel {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/* -------------- */

.car-dino-5-top {
  position: relative;
  background-image: url("images/car-5-top.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 152px;
  height: 151px;
  top: 14px;
  transition: 0.9s ease-out 0.4s;
  animation: train-shake 2s infinite linear;
  animation-delay: 0.2s;
  animation-duration: 2s;
  animation-iteration-count: 4;
}
.car-dino-5-top:hover {
  background-image: url("images/car-5-top-hover.png");
  transition: 0s ease-out 0.4s;
}
.car-dino-5-top:hover .nav-link-dino-5 {
  position: relative;
  top: 50px;
  transition: 0s ease-out 0.4s;
}
.car-dino-5-bottom {
  position: relative;
  background-image: url("images/car-5-bottom.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 152px;
  height: 80px;
  top: 14px;
  animation: train-shake 2s infinite linear;
  animation-delay: 0.2s;
  animation-duration: 2s;
  animation-iteration-count: 4;
}

.car-5-wheels {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-left: 9px;
}
.car-5-wheel-1 {
  position: relative;
  background-image: url("images/car-wheel.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  top: 31px;
  left: 12px;
  animation: car-5-wheel 1s infinite linear;
  animation-duration: 1s;
  animation-iteration-count: 9;
}
.car-5-wheel-2 {
  position: relative;
  background-image: url("images/car-wheel.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 8px;
  width: 35px;
  height: 35px;
  top: 31px;
  left: 2px;
  animation: car-5-wheel 1s infinite linear;
  animation-duration: 1s;
  animation-iteration-count: 9;
}
@keyframes car-5-wheel {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/* -------------- */

.car-dino-6-top {
  position: relative;
  background-image: url("images/car-6-top.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 152px;
  height: 151px;
  top: 14px;
  transition: 0.9s ease-out 0.4s;
  animation: train-shake 2s infinite linear;
  animation-delay: 0s;
  animation-duration: 2s;
  animation-iteration-count: 4;
}
.car-dino-6-top:hover {
  background-image: url("images/car-6-top-hover.png");
  transition: 0s ease-out 0.4s;
}
.car-dino-6-top:hover .nav-link-dino-6 {
  position: relative;
  top: 50px;
  transition: 0s ease-out 0.4s;
}
.car-dino-6-bottom {
  position: relative;
  background-image: url("images/car-6-bottom.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 152px;
  height: 80px;
  top: 14px;
  animation: train-shake 2s infinite linear;
  animation-delay: 0s;
  animation-duration: 2s;
  animation-iteration-count: 4;
}

.car-6-wheels {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-left: 9px;
}
.car-6-wheel-1 {
  position: relative;
  background-image: url("images/car-wheel.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  top: 31px;
  left: 15px;
  animation: car-6-wheel 1s infinite linear;
  animation-duration: 1s;
  animation-iteration-count: 9;
}
.car-6-wheel-2 {
  position: relative;
  background-image: url("images/car-wheel.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 8px;
  width: 35px;
  height: 35px;
  top: 31px;
  left: 2px;
  animation: car-6-wheel 1s infinite linear;
  animation-duration: 1s;
  animation-iteration-count: 9;
}
@keyframes car-6-wheel {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes train-shake {
  0% {
    transform: translate(0.09rem, 0.09rem);
  }
  10% {
    transform: translate(-0.09rem, 0rem);
  }
  20% {
    transform: translate(0rem, -0.09rem);
  }
  30% {
    transform: translate(0.09rem, -0.09rem);
  }
  40% {
    transform: translate(-0.09rem, 0rem);
  }
  50% {
    transform: translate(0rem, -0.09rem);
  }
  60% {
    transform: translate(-0.09rem, 0rem);
  }
  70% {
    transform: translate(0rem, -0.09rem);
  }
  80% {
    transform: translate(-0.09rem, 0.09rem);
  }
  90% {
    transform: translate(-0.09rem, -0.09rem);
  }
  100% {
    transform: translate(0.09rem, 0.09rem);
  }
}

/* -------------- */

.car-dino-1-top a,
.car-dino-2-top a,
.car-dino-3-top a,
.car-dino-4-top a,
.car-dino-5-top a,
.car-dino-6-top a {
  position: relative;
  top: 100px;
  left: 52px;
  font-weight: bold;
  transition-delay: 0.4s;
}

/* -------------- */

.logo {
  position: relative;
  /* align-self: center; */
  top: -108px;
  left: 10px;
}

/* -------------- */

.menu-uderline {
  width: 100%;
  height: 10px;
  background: #1badc7;
}

/* -------------- */

.image-sidemenu-container {
  position: relative;
  display: flex;
  /* margin-right: 100px; */
  /* list-style-type: none; */
  flex-direction: row;
  height: 600px;
  /* top: 4px; */
  justify-content: space-around;
  align-items: center;
}

.main-img-carusel {
  width: 700px;
  height: 500;
}

.main-img-carusel img {
  position: relative;
  width: 700px;
  height: 418;
  right: 350px;
}

/* -- Side Menu -- */

.side-menu {
  width: 100%;
  /*height: 500; */
  /* padding: 0px;
  margin: 0px;
  background-color: azure; */
  text-align: center;
  position: absolute;
  /* top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px; */
  overflow: hidden;
  font-family: "Arial Rounded MT";
  top: 50px;
  left: 200px;
}

.cubes {
  transform-style: preserve-3d;
  background-color: transparent;
  width: 350px;
  height: 350px;
  position: relative;
  margin: 100px auto 0px auto;
  /* ---- */
  perspective-origin: 100% 130px;
  perspective: 1000px;
  z-index: 99;
}

.cubes2 {
  transform-style: preserve-3d;
  background-color: transparent;
  width: 350px;
  height: 350px;
  position: relative;
  margin: -30px auto;
  /* ---- */
  perspective-origin: 100% -200px;
  perspective: 1000px;
}

.wrap {
  width: 300px;
  height: 100px;
  background-color: transparent;
  position: relative;
  transform-style: preserve-3d;
  display: inline-block;
  top: 0px;
  left: 0px;
  /* ---- */
  margin-block: 3px;
  /* ---- */
  transform: rotateX(-15deg) rotateY(-20deg) translateZ(-300px);
}

.cube {
  width: 300px;
  height: 100px;
  display: block;
  transform-style: preserve-3d;
  perspective-origin: top 100px;
  background-color: transparent;
  position: absolute;
  margin: 0px;
  transition: all 1s linear;
}

.cube div {
  height: 100px;
  box-sizing: border-box;
  position: absolute;
  display: block;
  opacity: 0.5;
}

.back {
  transform: translateZ(-50px) rotateY(180deg);
  width: 430px;
  padding: 20px;
}

.right {
  width: 100px;
  transform: rotateY(-270deg) translateX(50px) translateZ(400px);
  transform-origin: top right;
  left: -70px;
}

.left {
  width: 100px;
  transform: rotateY(270deg) translateX(-50px);
  transform-origin: center left;
}

.top {
  transform: rotateX(-90deg) translateY(-50px);
  transform-origin: top center;
  width: 430px;
}

.bottom {
  transform: rotateX(90deg) translateY(50px);
  transform-origin: bottom center;
  width: 430px;
}

.front {
  transform: translateZ(50px);
  width: 430px;
}

.cubes .wrap:first-child .cube div {
  background-color: deepskyblue;
  box-shadow: inset 0 0 35px blue;
  border: solid 1px blue;
}

.cubes .wrap:first-child .cube div .soft-emboss a {
  color: blue;
}
.cubes .wrap:first-child .cube div .soft-emboss-2 a {
  color: rgb(2, 2, 215);
}

.cubes .wrap:nth-child(2) .cube div {
  background-color: rgb(254, 183, 50);
  box-shadow: inset 0 0 25px #fd5102;
  border: solid 1px #fd5102;
  color: #fd5102;
}

.cubes .wrap:nth-child(2) .cube div .soft-emboss a {
  color: orangered;
}
.cubes .wrap:nth-child(2) .cube div .soft-emboss-2 a {
  color: rgb(221, 60, 2);
}

.cubes .wrap:last-child .cube div {
  background-color: rgb(255, 134, 174);
  box-shadow: inset 0 0 25px red;
  border: solid 1px red;
}

.cubes .wrap:last-child .cube div .soft-emboss a {
  color: red;
}
.cubes .wrap:last-child .cube div .soft-emboss-2 a {
  color: red;
}

.cubes2 .wrap:first-child .cube div {
  background-color: greenyellow;
  box-shadow: inset 0 0 30px darkolivegreen;
  border: solid 1px darkolivegreen;
}

.cubes2 .wrap:first-child .cube div .soft-emboss a {
  color: darkolivegreen;
}
.cubes2 .wrap:first-child .cube div .soft-emboss-2 a {
  color: darkolivegreen;
}

.cubes2 .wrap:last-child .cube div {
  background-color: #f8a1d1;
  box-shadow: inset 0 0 35px #fc50af;
  border: solid 2px #fc50af;
}

.cubes2 .wrap:last-child .cube div .soft-emboss a {
  color: #ff1695;
}
.cubes2 .wrap:last-child .cube div .soft-emboss-2 a {
  color: #ff1695;
}

.bottom a {
  transform: rotateX(180deg) translateY(-10px) translateX(20px);
  display: inline-block;
  position: relative;
  margin: 0px auto;
  color: black;
  text-shadow: 5px 5px 5px slategrey;
  visibility: visible;
  text-decoration: none;
}

.soft-emboss a {
  text-decoration: none;
  font-family: "Ubuntu", Tahoma;
  font-size: 1em;
  line-height: 40px;
  font-weight: bold;
  text-shadow: 2px 2px 1px rgba(255, 255, 255, 0.8);
  /* text-shadow: 1px 2px 3px #f4f4f4, 0 0 0 #000, 1px 2px 3px #f4f4f4; */
}

.soft-emboss-2 a {
  text-decoration: none;
  font-family: "Ubuntu", Tahoma;
  font-size: 1em;
  line-height: 40px;
  font-weight: bold;
  text-shadow: -1px -1px 1px #fff, 1px 1px 3px rgba(251, 250, 250, 0.2),
    1px 2px 3px rgba(252, 252, 252, 0.1);
}

.cube:hover {
  transform: rotateX(90deg);
}

/* -- Side Menu End -- */

.rest-body {
  height: 2000px;
}
