/* pants landing */

.landing-text {
    font-size: 17px;
}

.landing-price-title {
    color: #0b9500;
}

.landing-price-text {
    font-size: 18px;
    font-weight: bold;
}

.landing-price {
    font-size: 20px;
    font-weight: bold;
    color: #0b9500;
    text-decoration: line-through;
}

.landing-price-discount {
    font-size: 20px;
    font-weight: bold;
    color: red;
}

.landing-card {
    box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 1rem;
}

.landing-card-text {
    text-align: center;
    font-size: 14px;
}

.expired-festival-text {
    font-size: 14px;
    font-weight: bold;
}

.roadmap-description-box {
    box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    margin-top: 3rem;
}

/* .landing-main-content-box {
    margin-top: 7rem;
} */

.landing-card-title {
    color: #89BA02;
}

/* road map modal */

@media(min-width:768px) {
    /* .roadmap-modal-image {
        max-width: 50rem !important;
    } */
}

.roadmap-modal-image {
    border-radius: 15px;
    box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.15);
}


.roadmap-modal-name {
    font-size: 24px;
    font-weight: bold;
}

.roadmap-modal-course {
    font-size: 18px;
}

.roadmap-modal-sum {
    font-size: 60px;
    color: #0b9500;
}

.roadmap-modal-book {
    font-size: 24px;
    font-weight: bold;
    color: #0b9500;
}

.roadmap-modal-price {
    text-decoration: line-through;
    color: red;
    font-size: 22px;
    font-weight: bold;
}

.roadmap-modal-pricewithdiscount {
    color: #0b9500;
    font-size: 22px;
    font-weight: bold;
}

.roadmap-modal-input-label {
    padding: 0 0.8rem;
    font-size: 12px;
}

.dismiss-roadmap-btn {
    min-height: 3rem;
    border-radius: 20px !important;
}

.countdown-background {
    min-height: 64px;
    width: 100%;
    background-color: #94c73a;
    /* background-image: url(../image/timer.jpg); */
    background-position: center;
    background-clip: content-box;
    text-decoration: none;
    color: #000;
}

.countdown-background:hover {
    color: #0b9500;
}

@media(max-width:768px) {
    .countdown-text {
        font-size: 12px;
    }

    .countdown-box {
        padding: 0.5rem;
        font-size: 12px;
    }
}

.countdown-box {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 0.8rem 1rem;
    border-radius: 10px;
}

.expired-festival-text {
    font-size: 14px;
    font-weight: bold;
}

.roadmap-description-box {
    box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    margin-top: 3rem;
}

.landing-main-content-box {
    margin-top: 1rem;
}