/* ===== PROMO SECTION ===== */
.promo-section {
    background: linear-gradient(90deg, #ff8a00, #ffb347);
    padding: 1px 0;
    color: white;
}

.promo-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.promo-text h2 {
    font-size: 40px;
    margin-bottom: 10px;
}

.promo-text p {
    max-width: 90%;
    line-height: 1.5;
}

/* countdown */

.promo-countdown {
    display: flex;
    align-items: center;
    gap: 15px;
}

.time-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid white;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 26px;
    font-weight: 600;
}

.time-sep {
    font-size: 28px;
    font-weight: 700;
}
