.text-grey{
    color: rgba(185, 174, 174, 0.719);
}
.text-red {
    color: #dc3545;
}

.gradient-red {
    background: linear-gradient(to right, #8e0000, #e50914);
    transition: background 0.3s ease;
}

.gradient-red:hover {
    background: linear-gradient(to right, #a60000, #ff1e2d);
}

.gradient-red-text {
    background: linear-gradient(to right, #a82828, #ff1e2d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.gradient-red-text:hover {
    background: #ff1e2d;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.goog-te-gadget span {
    display: none !important;
}
.goog-te-gadget{
    color: #fff !important;
}
.skiptranslate iframe{
    display: none !important;
}
