/* Base styles */
.cursor-follower {
position: fixed;
pointer-events: none;
opacity: 0;
transition: opacity 0.3s ease, transform 0.3s ease-out;
z-index: 1000;
top: 0;
left: 0;
}
/* SVG styles */
.circle-arrow {
width: 60px;
height: 60px;
transform: rotate(225deg);
}
.circle {
fill: rgba(0, 0, 0, 0.1);
stroke: #f1f1f1;
stroke-width: 2;
}
.arrow {
fill: none;
stroke: #f1f1f1;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
stroke-dasharray: 40;
stroke-dashoffset: 40;
}
.animate-arrow {
animation: slideArrow 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@keyframes slideArrow {
from {
stroke-dashoffset: 40;
}
to {
stroke-dashoffset: 0;
}
}
Membership
Membership to BLCK CLD COLLECTIVE is invite only to those who show dedication, engagement to our community and thrive to enhance their music skills.
Login
Login to your member account.
Follow us on social media • Follow us on social media • Follow us on social media • Follow us on social media • Follow us on social media • Follow us on social media • Follow us on social media • Follow us on social media • Follow us on social media • Follow us on social media
don't miss anything.
Subscribe to our newsletter to stay up to date (on the important stuff).
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
background-color: transparent !important;
-webkit-box-shadow: 0 0 0px 1000px #111111 inset !important;
-webkit-text-fill-color: #f1f1f1 !important;
transition: background-color 9999s ease-in-out 0s;
}