.plan-card {
    background: rgba(72, 11, 10, 0.5);
}

.connect-banner {
    background: linear-gradient(135deg, #0080F9 0%, #0080F9 100%);
}

.header {
    background: #000000 !important;

}


.plan-card::before {
    background: linear-gradient(90deg, #F79820, #B01E66) !important;

}

.plan-card {
    background: linear-gradient(135deg, rgba(42, 11, 27, 0.95) 0%, rgba(42, 11, 27, 0.75) 100%) !important;
}



body {
    background-repeat: repeat;
    background-size: cover;
}

/*@media (max-width: 767px) {
    body {
        background-size: contain !important;
    }
} */
@media (min-width: 768px) and (max-width: 1199px) {
    body {
        background-size: cover;
        background-repeat: repeat;
    }
}
@media (min-width: 1200px) {
    body {
        background-size: cover;
        background-repeat: repeat;
    }
}