@font-face {
    font-family: 'Lucida Calligraphy';
    src: url('../font/LCALLIG.TTF');

}

body {
    background-image: url('../img/background4.png');
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
}

.calig {
    font-family: 'Lucida Calligraphy';
}

.glass {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.gradient-bg {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.video-card-hover {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.video-card-hover:hover {
    transform: translateY(-12px);
}

.carousel-transition {
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.build {
    background-image: url('../img/Design_sem_nome_3.png');
    background-size: cover;
}

.fire-list {
    list-style-image: url('img/icon/purple-fire.svg');
}