Loading ...

Home

Try Our Amazing Stock Photos

My Specialities! with a focus on providing unique and Amazing Sutable stock Photos.

Ukidoc Spaces

All your tools. All your workflows. One infinite Layouts, Ui/Ux elements. Built for professionals who want to work smarter, together.

.loader-card {
background: rgba(255, 255, 255, 0.05);
border-radius: 16px;
padding: 30px 25px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.05);
transition: transform 0.3s ease, box-shadow 0.3s ease;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
min-height: 220px;
}

.loader-card:hover {
transform: translateY(-5px);
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}