.btn{
background: $main-color;
font-family: 'Aleo';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 1.6;
letter-spacing: 1.2px;
text-transform: uppercase;
color: #FFFFFF;
padding: 18px 40px;
transition: all 0.3s linear;
position: relative;
&:hover{
filter: brightness(0.7);
}
&::before{
content:"" ;
width: 112px;
height: 100%;
background:#496BFE;
position: absolute;
top: 0;
left: 0;
clip-path: polygon(1% 0, 40% 0, 96% 99%, 0% 100%);
}
}
background: linear-gradient(45deg, rgb(80, 106, 245) 45%, rgb(91, 115, 244) 45%);