@import url("../css/colors/scheme-01.css");

.item {
    background: rgba(255, 255, 255, 0.863);
}
.gradient-trans-color-bottom {
    background:linear-gradient(180deg, rgba(var(--primary-color-rgb), 0) 0%, rgb(164 12 12 / 33%) 100%);
}

.hero-content {
    background: #00000061;
    border-radius: 20px;
}