﻿.hotP {
    min-height: 310px;
    line-height: 1.83333;
    letter-spacing: .035em;
    margin-top: 20px;
    font-size: 18px;
}

.hot-card {
    font-weight: 300;
    transition: all .35s cubic-bezier(.215, .61, .355, 1);
    position: relative;
}

@media (hover: hover) and (pointer: fine) {
    .hot-card:hover {
        transform: scale(1.03);
    }

        .hot-card:hover .hot-overlay {
            z-index: 2;
            opacity: 1;
        }
}

.card-link {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.hot-top {
    position: relative;
    height: 420px;
    overflow: hidden;
}

    .hot-top img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.hot-overlay {
    transition: .35s;
    z-index: 0;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border: 1px solid var(--sub-theme-color);
    opacity: 0;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #0006;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    padding: 2rem;
    display: flex;
    position: absolute;
    inset: 0%;
}

.hot-link {
    border: 1px solid var(--sub-theme-color);
    box-shadow: none;
    color: white;
    background-color: #0000;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    min-width: 156px;
    min-height: 2.6875rem;
    padding: .75rem 1.5rem;
    font-family: Poppins, Impact, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    display: flex;
}

    .hot-link:hover {
        background-color: var(--sub-theme-color);
        color: black;
    }

.hot-time {
    color: var(--sub-theme-color);
    font-size: 1.15rem;
    font-weight: 400;
}

.hot-desc {
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 10px;
}

@media screen and (max-width: 991px) {
    .hot-time {
        font-size: 1rem;
    }

    .hot-desc {
        font-size: 1.25rem;
    }
}

.event-btn-box {
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    display: flex;
}
