.amwhiz_btn{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 14px;
  letter-spacing: 0.5px;
  border: none;
}
.amwhiz_btn a{
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  text-decoration:none;
}

.circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 20px;
  height: 20px;
  border-radius: 1.625rem;
  top: -1px;  
}
.amwhiz_btn span {
  line-height: 0;
}
.circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1) !important;
  position: absolute;
  top: 3px;
  bottom: 0;
  margin: auto;
  background: #fff;
  cursor:pointer;
}
.circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1) !important;
  left: -2px;
  width: 19px;
  height: 1.6px;
  background: none;
}
.circle .icon.arrow {
  left: 0px !important;
}
.circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -5px;
  left: 8px;
  /*   top: -4px; */
  right: 0.0625rem;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  /*   border-top-right-radius: 3px; */
  border-bottom-right-radius: 0px;
}
.circle .icon.arrow::before {
  top: -4.5px !important;
  right: 0px !important;
}
.circle .icon.arrow::before {
  top: -4.5px;
  right: -1px !important;
}
.amwhiz_btn:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(8px,0px);
}

.gradient {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
/* .gradient::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: conic-gradient(#e2e8f0, #e2e8f0, rgb(255, 255, 255), rgb(244, 244, 244), #d9d9d9, rgb(255, 255, 255), rgb(244, 244, 244));
  transform: scaleX(3);
  z-index: -1;
} */
/* @keyframes rotate-gradient {
  0% {
    transform: scale(9, 3) rotate(0);
  }
  50% {
    transform: scale(9, 3) rotate(180deg);
  }
  99.9999% {
    transform: scale(9, 3) rotate(360deg);
  }
  100% {
    transform: scale(9, 3) rotate(0);
  }
} */
/* .gradient.animated::before {
  animation: rotate-gradient 2.5s linear infinite;
} */
/* .wrapper {
  --border-bottom-width: 0.5px;
  --border-color: rgba(255, 255, 255, 0.15);
  --border-left-width: 0.5px;
  --border-right-width: 0.5px;
  --border-style: solid;
  --border-top-width: 0.5px;
  border-radius: 50px;
  padding:1px;
  opacity: 1;
  text-shadow: none !important;
} */
/* @keyframes slide {
0% {
background-position: 0%;
}
99.9999% {
background-position: 500%;
}
100% {
background-position: 0%;
} */
}