:root {
    --primary-color: #D0495D;
    --secondary-color: #11A3D3;
    --third-color: #BB75B8;
    --four-color: #A48BA1;
}

.bg-primary-gradient {
    background: linear-gradient(to right,#18498C, #D72B28);
}

.bg-primary-gradient-hover:hover {
    background: linear-gradient(to right,#18498C, #D72B28);
}

.bg-secondary-gradient {
    background: linear-gradient(to right,#978CA8, #B38899);
}

.main-footer {
    background: linear-gradient(to right,#978CA8, #b38899) !important;
}