:root {
    --main-bg-color: #1a191f;
    --main-color: #ffd80e;
    --main-text-color: #fff;
    --second-text-color: rgba(255, 255, 255, .7);
    --input-bg: rgba(210, 201, 255, .04);
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

.theme-button {
    background-image: url(/templates/Hotfilms/images/sun.svg);
}

.theme-button:hover {
    filter: drop-shadow(0px 0px 4px #fff);
    -webkit-filter: drop-shadow(0px 0px 4px #fff);
}

.card__play:hover {
    background-color: rgb(251 253 96 / 10%);
}

.home__cover {
    filter: blur(43px) opacity(0.4);
    -webkit-filter: blur(43px) opacity(0.4);
}

.c-share_options {
    background-color: rgba(26, 25, 31, .7);
}