.radiantthemes-custom-button.element-eight {
    padding: 0;
    margin: 0;
    transition: all .3s ease;
    z-index: 1;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.radiantthemes-custom-button.element-eight .rt-gradient-btn {
    width: fit-content;
    border: 4px solid transparent;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    padding: 14px 44px;
    color: #000;
    display: inline-block;
}
.radiantthemes-custom-button.element-eight .demo {
    background-image:
        linear-gradient(white, white),
        linear-gradient(270deg, #00D7B9, #B95DD7 50%, #FFB367 100%);
    background-repeat: no-repeat;
    background-origin: padding-box, border-box;
    text-align: center;
    transition: all .3s ease;
}
.radiantthemes-custom-button.element-eight .demo:hover {
    background-image:
        linear-gradient(white, white),
        linear-gradient(270deg, #FFB367, #B95DD7 50%, #00D7B9 100%);
    background-repeat: no-repeat;
    background-origin: padding-box, border-box;
    text-align: center;
    transition: all .3s ease;
}