.text-main{
    color:#42837b !important;
}

.slider-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.slider-element {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
.active {
    opacity: 1;
}
.is-invalid {
    border: 1px solid red !important;
}
:root {
--cnvs-gradient-color: linear-gradient(to right, #8fecdf, #0d6460)  !important;
}

 