body{
    background: #8aa5af;
    font-family: 'roboto condesed', sans-serif;
    margin: 0;
    padding: 0;
}
ul{
    position: absolute;
    display: flex;
    margin: 0;
    padding: 0;
    top: 30%;
    left: 50%;
    transform: translate(-50%,-50%);
} 
ul li{
    list-style: none;
    margin: 0 5px;
}

ul li a .fa{
   line-height: 80px;
    transition: 0.5s;
    padding-right: 14px;
    font-size: 40px;
    color: #262626;
}

ul li a {
    display:block;
    padding-left: 20px;
    text-decoration: none;
    transition:.5s;
    width:210px;
    display:absolute;
    text-align:left;
    box-shadow: -20px 20px 10px rgba(0,0,0,.5);
    transform: rotate(-25deg) skew(25deg) translate(0,0);
    height:80px;
    background: #fff;
  }


ul li a span{
    transition: 0.5s;
    padding: 0;
    margin: 0;
    top: 30px;
    color: #262626;
    letter-spacing: 1px;
    position: absolute;
}

  ul li a:after {
    transform: .5s;
    content: '';
    position: absolute;
    bottom:-20px;
    height:20px;
    width:100%;
    background: #b1b1b1;
    left:-10px;
    transform: rotate(0deg) skewX(-45deg);
  }


  ul li a:before {
    content: '';
    background: #b1b1b1;
    top:10px;
    position: absolute;
    transform: .5s;
    left:-20px;
    height:100%;
    width:20px;                                                                                   
    transform: rotate(0deg) skewY(-45deg);
  }

  ul li a:hover{
      transform: rotate(-25deg) skew(25deg) translate(20px, -15px);
      box-shadow: -50px 50px 50px rgba(0,0,0,.5);
  }
 
  ul li:hover .fa{
color: #fff;
  }
  ul li a:hover span{
      color: #fff;
  }


ul li:hover:nth-child(1) a{
      background: #29bbb8;
  }
  ul li:hover:nth-child(1) a::after{
    background: #3cc7c5;
}
  ul li:hover:nth-child(1) a::before{
      background: #209290;
  }

/*2nd*/
ul li:hover:nth-child(2) a{
    background: #00aced;
}
ul li:hover:nth-child(2) a::after{
  background:#53b9e0;
}
ul li:hover:nth-child(2) a::before{
    background: #097aa5;
}

/* 3rd button*/
ul li:hover:nth-child(3) a{
    background: #dd4b39;
}
ul li:hover:nth-child(3) a::after{
  background:#e66a5a;
}
ul li:hover:nth-child(3) a::before{
    background: #b33a2b;
}

/* 4th botton*/
ul li:hover:nth-child(4) a{
    background: #e4405f;
}
ul li:hover:nth-child(4) a::after{
  background:#e46880;
}
ul li:hover:nth-child(4) a::before{
    background: #d81c3f;
}
