a.action-button,
a.login {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

a.action-button {
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.img-yukari,
.animatoUpDown {
    transform-origin: bottom center;
    animation: upDown 6s ease-in-out infinite;
}

.stars i {
    filter: drop-shadow(5px 10px 35px rgba(200, 200, 200, 0.2));
}

.kutu {
    max-width: 90%;
    margin: 30px auto;
    padding: 40px 50px;
}

.svg-area svg {
    margin-top: 3rem !important;
    max-height: 450px;
    max-width: 450px;
}

.hue-rotate {
    filter: hue-rotate(186deg);
}

.accordion+.panel {
    transition: 0.35s ease;
}

.faq:is(:has(.accordion:hover), :hover) .accordion:not(:hover)+.panel,
.faq:is(:has(.accordion:hover), :hover) .accordion:not(:hover) {
    transform: scale(0.99);
    opacity: 0.4;
}

.plasmatic-card {
    transition: 1s ease;
}

.plasmatic-card svg,
.plasmatic-card img {
    transition: 0.8s ease;
    transition-delay: 0.2s;
}

.plasmatic-card:not(.show) svg,
.plasmatic-card:not(.show) img {
    transform: scale(0.5);
    opacity: 0;
    transition-delay: 0s;
}

.plasmatic-card:not(.show) {
    translate: 0 50px;
    opacity: 0;
}

@media screen and (max-width: 768px) {
    .svg-area svg {
        max-width: 100% !important;
    }
}

@keyframes upDown {
    50% {
        filter: brightness(0.8);
        translate: 0 30px;
        transform: scale(0.95);
    }

    100% {

        translate: 0 0;
    }
}

#shadow-cursor {
    position: fixed;
    top: 50px;
    left: 50px;
    width: 0px;
    height: 0px;
    z-index: -1;
    background: none;
    box-shadow: 0 0 600px 60px var(--background-color) !important;
}

.star1 {
    color: #FA1228;
    position: absolute;
    left: -100px;
    top: 40px;
}

.star2 {
    color: #FA1228;
    position: absolute;
    right: -165px;
    top: 10px;

}

.star3 {
    color: #FA1228;
    position: absolute;
    bottom: 70px;
    left: 50px;

}

.star4 {
    color: #FA1228;
    position: absolute;
    right: -330px;
    bottom: 40px;
}

.fotur {
    gap: 15px;
}

@media screen and (max-width: 991px) {

    .fotur {
        gap: 10px;
    }

    .star4 {
        display: none;
    }
}