.set_1_btn {
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.set_1_btn:hover {
  text-decoration: none;
}
.Vbtn-1 {
  background: transparent;
  text-align: center;
  float: left;
}
.Vbtn-1 svg {
  height: 65px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  /* border-radius: 34px; */
}
.Vbtn-1 rect {
  fill: none;
  stroke: #ffffff;
  stroke-width: 3;
  stroke-dasharray: 422, 0;
  transition: all 450ms linear 0s;
}
.Vbtn-1:hover {
  background: rgba(225, 51, 45, 0);
  font-weight: 900;
  letter-spacing: 1px;
  transition: all 150ms linear 0s;
}
.Vbtn-1:hover rect {
  stroke-width: 5;
  stroke-dasharray: 15, 310;
  stroke-dashoffset: 48;
  -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}
