.btn-bujj-three{
    background-color: var(--primary-color-1);
    color: var(--white);
    display: inline-flex
;
    align-items: center;
    font-size: 14px;
    line-height: 26px;
    padding: 10px 30px;
    text-align: center;
    font-weight: 500;
    z-index: 3;
    position: relative;
    transition: 0.4s;
    text-transform: none;
    overflow: hidden;
    border-radius: 50px;
    text-transform: capitalize;
}