item::before{
content: "";
position: absolute;
inset: -3px;
border-radius: 15px;
padding: 3px;
background:linear-gradient(180deg,rgb(42, 218, 204), rgb(23, 30, 36));
-webkit-mask:
linear-gradient(#fff 0 0) content-box,
inear-gradient(#fff 0 0);
-webkit-mask-composite: xor;
mask-composite: exclude;
}