:root{--color-primary:#141414;--color-secondary:#1f1f25;--color-body:#74787c;--color-heading-1:#fff;--color-white:#fff;--color-success:#3eb75e;--color-danger:#ff0003;--color-warning:#ff8f3c;--color-info:#1ba2db;--color-facebook:#3b5997;--color-twitter:#1ba1f2;--color-youtube:#ed4141;--color-linkedin:#0077b5;--color-pinterest:#e60022;--color-instagram:#c231a1;--color-vimeo:#00adef;--color-twitch:#6441a3;--color-discord:#7289da;--transition:0.3s;--font-size-b1:16px;--font-size-b2:16px;--font-size-b3:12px;--font-size-b4:10px;--line-height-b1:26px;--line-height-b2:26px;--line-height-b3:1.7;--h1:60px;--h2:48px;--h3:30px;--h4:26px;--h5:24px;--h6:18px}.custom-button{background-color:#d97706;font-size:18px;border-radius:12px;color:#fff;padding:10px 24px;display:flex;align-items:center;justify-content:center;font-family:var(--font-raleway);cursor:pointer;border:none;outline:none;position:relative;overflow:hidden}.custom-button .button-text{position:relative;z-index:2;white-space:nowrap}.custom-button .button-arrow{opacity:0;width:0;margin-left:0;flex-shrink:0;z-index:2}.custom-button:hover{background-color:#b45309}.custom-button:active{transform:scale(.98)}.custom-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease;z-index:1}.custom-button:hover:before{left:100%}.custom-button:focus-visible{outline:2px solid #fbbf24;outline-offset:2px}.custom-button:disabled{cursor:not-allowed}.custom-button:disabled,.custom-button:disabled:hover{background-color:#9ca3af}