* {
    box-sizing: border-box;
    font-family: Jost, Montserrat;
}

.bg-gradient {
    background: linear-gradient(45deg, rgb(157, 30, 32), rgb(216, 117, 38));
}

.text-gradient {
    background: linear-gradient(45deg, rgb(157, 30, 32), rgb(216, 117, 38));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.bg-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.7);
}

.bg-image-footer {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgb(157, 30, 32), rgb(216, 117, 38));
    opacity: 0.8;
    z-index: 0 !important;
}

@media (max-width: 720px) {
    .footer-gradient {
        opacity: 0.8;
        z-index: 1 !important;
        isolation: isolate;
    }
}
