.early-bg {
    margin-bottom: 10rem;
}

.early {
    color: #fff;
    font-size: 8rem;
    text-align: center;
    background: linear-gradient(-86deg, #D95D4D 29%, #b3b3b3 85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

.degrade {
    color: #fff;
    text-align: center;
    background: linear-gradient(-86deg, #D95D4D 29%, #b3b3b3 85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.outline {
    font-size: 8rem;
    text-align: center;
    background: -webkit-linear-gradient(-86deg, #D95D4D 29%, #b3b3b3 85%);
    -webkit-background-clip: text !important;
    -webkit-text-stroke: 0.5px transparent !important;
    color: #121212 !important;
    line-height: 1 !important;

}

.birds {
    margin-bottom: 6rem;
}

.birds p {
    margin-bottom: 60px;
    text-align: center;
    font-size: 30px;
    background: linear-gradient(-86deg, #D95D4D 29%, #b3b3b3 85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.early-content .spans {
    display: block !important;
    text-align: center;
    padding: 10px 10px;
    background-color: #202020;
}

.suba {
    margin-bottom: 8rem;
    position: relative;
    transform-origin: right bottom;
    transform: scaleY(1) skewY(357deg);
    transition: transform 0.5s ease-in-out;
    z-index: 1;
}

.preco {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;



}

.preco h4 {
    font-size: 7rem;
}

.preco p {
    font-size: 22px;
}

.preco-content {
    display: flex;
    flex-direction: column;
    border: 1px solid #D95D4D;
    padding: 20px 60px;
    border-radius: 20px;
    align-items: center;

    margin-bottom: 50px;
}

.garantir {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.garantir p {
    font-size: 30px !important;
    margin-bottom: 20px;
}


@media(max-width: 1500px) {
    .nonecombo {
        display: none !important;
    }
}

@media(max-width: 1290px) {
    .spans span {
        font-size: 20px;
        display: inline-block;
        padding: 0 2rem;
    }

    .suba {
        margin-bottom: 4rem;
        transform: scaleY(1) skewY(357deg);
        transition: transform 0.5s ease-in-out;
        z-index: 1;
    }
}

@media(max-width: 900px) {
    .spans span {
        font-size: 16px;
        display: inline-block;
        padding: 0 2rem;
    }

    .birds p {
        font-size: 27px;
    }

    .outline {
        font-size: 6rem;

    }
    .early {
        font-size: 6rem;

    }
}

@media(max-width: 800px) {
    .spans span {
        font-size: 12px;
        display: inline-block;
        padding: 0 1rem;
    }

    .birds{
        margin-bottom: 4rem;
    }
    .birds p {
        font-size: 20px;
    }
    .garantir p {
        font-size: 25px !important;
    }

    .outline {
        font-size: 6rem;

    }
    .early {
        font-size: 6rem;

    }
}
@media(max-width: 800px) {
    .spans span {
        font-size: 8px;
        padding: 0 1rem;
    }

    .preco h4 {
        font-size: 5rem;
    }

    .preco-content {
        padding: 10px 25px;
    }

    .suba{
        margin-bottom: 2rem;
    }

    .early-content .spans {
        padding: 10px 0px;
    }

    .birds{
        margin-bottom: 4rem;
    }

    .birds p {
        font-size: 20px;
    }
    .garantir p {
        font-size: 18px !important;
        font-weight: 800;
    }

    .outline {
        font-size: 3.5rem;

    }
    .early {
        font-size: 3.5rem;

    }
}
