.nicehovering{
transition: transform .25s ease, box-shadow .25s ease;
}
.nicehovering:hover{
transform: translateY(-6px) scale(1.01);
} .glass-box{
position: relative;
overflow: hidden;
border-radius: 20px;
background: rgba(12, 16, 26, 0.28);
backdrop-filter: blur(16px);
-webkit-backdrop-filter: blur(16px);
border: 1px solid rgba(255, 255, 255, 0.10);
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.22);
}
.glass-box:before{
content: "";
position: absolute;
inset: 0;
border-radius: inherit;
background: linear-gradient(
135deg,
rgba(255,255,255,0.16),
rgba(255,255,255,0.03) 38%,
transparent 60%
);
pointer-events: none;
}.nicehovering{
transition: transform .25s ease, box-shadow .25s ease;
}
.nicehovering:hover{
transform: translateY(-6px) scale(1.01);
} .glass-box{
position: relative;
overflow: hidden;
border-radius: 20px;
background: rgba(12, 16, 26, 0.28);
backdrop-filter: blur(16px);
-webkit-backdrop-filter: blur(16px);
border: 1px solid rgba(255, 255, 255, 0.10);
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.22);
}
.glass-box:before{
content: "";
position: absolute;
inset: 0;
border-radius: inherit;
background: linear-gradient(
135deg,
rgba(255,255,255,0.16),
rgba(255,255,255,0.03) 38%,
transparent 60%
);
pointer-events: none;
}