﻿.decline-hero {
    border-radius: 5px;
    padding: 10px 24px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    background: linear-gradient(to bottom, #f4ebc4 0%, #d4b044 41%, #d4b044 58%, #f0df83 100%);
    box-shadow: inset 0 0 0 2px #131414, 0 0 0 2px #e8c285 !important;
    color: #fff;
    text-decoration: none;
}
.decline-hero:hover {
    box-shadow: none
}
.mythology{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 10px;
    margin: 35px 0;
}
.thunder-storm{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.zodiac-giant{
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.carpet-unicorn img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nine-fire{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    background: rgba(0, 0, 0, .7);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    opacity: 0;
    transition: all .2s ease-in-out;
}
.thunder-storm:hover .nine-fire{
    opacity: 1;
    transition: all .2s ease-in-out;
}
.love-carry{
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 10px 25px !important;
    border-radius: 4px !important;
}
.buggy-poisonous {
    color: #fefefe;
    font-weight: bold;
}