/* This is a sample css format. You can change color as per your wish or you can add more css.*/
/* 1. Hide the "Learn More" button completely */
.ud-hero-buttons .d-none.d-md-block {
    display: none !important;
}




/* This will change the theme primary color*/
:root {
    --primary-color: linear-gradient(45deg, #00061e, #08234e);
}

/* This will change the background color of the feature section*/
.ud-about-wrapper {
    background-color: linear-gradient(135deg, #00061e, #08234e);
}



/* This will change the background color of the navbar*/
.ud-header {
    background-color: #00061e !important;
}