.radiantthemes-custom-button.element-one {
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-flex;
}
.radiantthemes-custom-button.element-one .rt-overlap-btn > .placeholder {
    position: relative;
    text-align: center;
    width: 182px;
    height: 52px;
    background: linear-gradient(to right, #F36985 0%, #976DE9 100%);
    font-size: 16px;
    text-transform: capitalize;
    line-height: 52px;
    color: #FFFFFF;
    /*    padding: 14px 44px;*/
    text-decoration: none;
    font-weight: 500;
    z-index: 999;
    opacity: 1;
}
.radiantthemes-custom-button.element-one .rt-overlap-btn::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 12px;
    width: 180px;
    height: 52px;
    border: 1px solid #976de9;
    z-index: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.radiantthemes-custom-button.element-one .rt-overlap-btn:hover:after {
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}