
.zt-menu{background:linear-gradient(154deg, rgba(54, 107, 161, 0.32), #ffffff 48.74%, rgba(30, 85, 150, 0.23)); 
  box-shadow: 0 2px 12px 1px rgba(13, 25, 40, 0.58);}

.btn-grad {background-image: linear-gradient(154deg, #214e7d, rgb(33, 98, 162) 33.61%, #3a69a1);
    margin: 10px;
    padding: 5px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
    border-radius: 2px;
  }
 
  .btn-grad:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
  }
 
.gr-bl-rasp{background-image:linear-gradient(146deg, #22455e, #007bc7 48.74%, rgb(0, 64, 135) 84.87%);}