body {
    position: relative;
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../../img/religion/carausel-1.webp');
    background-size: cover;
    background-position: center;
    filter: blur(8px);
    z-index: -1;
}


main{
    background-color: #0000004d;
}

.btn.btn-light{
    background-color: #ffffff22 !important;
    border: 2px solid #fff !important;
    color: #fff !important;
    font-weight: 600;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn.btn-light:hover{
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px) scale(1.02);
}