.cta-game{
    background: transparent;
    position: relative;
}

.cta-container{
    padding-top: 3rem;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    height: 99.5vh;
}

.ctapage-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 92.3vh;
    object-fit: cover;
    transform: scale(1.15);
    z-index: 0;
    opacity: 0.5;
}

.cta-card{
    width:100%;
    height: 100%;
    overflow:hidden;
    border-radius:3px;
    transition:.25s;
    z-index: 2;

    position: relative;
}

@media (min-width: 767px) {
    .cta-card{
        width:100%;
    }
}


.cta-status{
    display: flex;
    top:16px;
    right:16px;
    padding:4px 10px;
    font-size:10px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:.15em;
    justify-self: center;
    margin: 0.5rem;
    margin-bottom: 2rem;
}

.cta-status-live{
    color:#28c840;
    background:rgba(40,200,64,.15);
    border:1px solid rgba(40,200,64,.3);
}

.cta-body{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem 1rem;
    background:transparent;
    justify-content: space-evenly;
}

.container-info-zp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cta-genre {
    color:#00c884;
    font-size:1rem;
    text-transform:uppercase;
    letter-spacing:.18em;
    margin-bottom:1rem;
    text-align:center;
    justify-self:center;
}


.cta-title {
    font-size:3rem;
    font-weight:400;
    color:#00c884;
    margin-bottom:15px;
    text-align: center;
}

@media(min-width:768px) {
    .cta-title {
        font-size:5rem;
        text-align:center;
    }
}

.cta-description{
    color:#ffffff;
    line-height:1.7;
    font-size:1rem;
    font-weight:400;
    margin-bottom:0.5rem;
    text-align:justify;
    hyphens:auto;
}

@media(min-width:1919px){
    .cta-description{
        max-width: 60%;
        font-size:1.5rem;
        text-align:center;
    }
}

.cta-tags{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:.5rem;
}

.cta-tag{
    padding:0.5rem 1rem;
    font-size:1rem;
    background:rgba(0, 0, 0, 0.856);
    border:1px solid rgb(0, 0, 0);
    border-radius: 0.3rem;
    color:#cecece;
}

.cta-button{
    width: fit-content;
    display: flex;
    justify-self: center;
    align-items: center;
    margin-top: 1.5rem;
    color: #00c884;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
    transition: .25s;
    border: 1px solid #00c884;
    padding: 0.5rem 1rem;
}

@media (min-width: 767px) {
    .cta-button{
        font-size: 1rem;
        margin-top: 1rem;
    }
}

.cta-button:hover{
    color:#00ffaa;
    border-color:#00ffaa;
}
