
/* GLOBAL */
/* GLOBAL CSS */
/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
@font-face {
font-family: granjon;
src: url("/userfiles/2369/files/Granjon.otf") format("opentype");
}
.nav.navbar-nav a {
font-family: granjon, serif !important;
}
/* DEMO GENERAL ============================== */
.hover {
overflow: hidden;
position: relative;
padding-bottom: 60%;
}
.hover-overlay {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 90;
transition: all 0.4s;
}
.hover img {
width: 100%;
position: absolute;
top: 0;
left: 0;
transition: all 0.3s;
}
.hover-content {
position: relative;
z-index: 99;
}
/* DEMO 3 ============================== */
.hover-3::after {
content: '';
width: calc(100% - 3rem);
height: calc(100% - 3rem);
border: 1px solid #fff;
position: absolute;
top: 1.5rem;
left: 1.5rem;
z-index: 90;
transition: all 0.3s;
transform: scale(1.1);
opacity: 0;
display: block;
opacity: 0;
}
.hover-3-content {
position: absolute;
top: 50%;
left: 0;
width: 100%;
transform: translateY(-50%);
text-align: center;
z-index: 99;
}
.hover-3-description {
opacity: 0;
transform: scale(1.3);
transition: all 0.3s;
}
.hover-3 img {
width: 110%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.hover-3 .hover-overlay {
background: rgba(0, 0, 0, 0.2);
}
.hover-3:hover img {
width: 100%;
}
.hover-3:hover::after {
opacity: 1;
transform: none;
}
.hover-3:hover .hover-3-description {
opacity: 1;
transform: none;
}
.hover-3:hover .hover-overlay {
background: rgba(104, 50, 80, 0.8);
}
.glass {
background: rgba(255, 255, 255, 0.25);
box-shadow: 20px 20px 40px -6px rgba(0, 0, 0, 0.2);
backdrop-filter: blur(4.5px);
-webkit-backdrop-filter: blur(4.5px);
border-radius: 10px;
}
.card {
box-shadow: 0 1rem 2rem hsl(0 0% 0% / 20%);
}
.better {
box-shadow: 0 2.5rem 2rem -2rem hsl(200 50% 20% / 40%);
}
/* PAGE SPECIFIC */
/* FOOTER */
