.text-gradient-mt{
    background: linear-gradient(to right, #00b8ff, #00719c) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    color: transparent !important;
    text-decoration-color: linear-gradient(to right, #00b8ff, #00719c) !important;}

.btn-gradient-mt {
    background: linear-gradient(to bottom, #00b8ff, #00719c) !important;
    color: #fff;
}

.btn-gradient-mt:hover {
    background: linear-gradient(to bottom, #009bd6, #00415a) !important;
    cursor: pointer !important;
}