a {
    text-decoration: none;
}

.program-details-section {
    background: url(../img/product_micha_text_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    overflow: hidden;

}

.program-details-container {
    position: relative;
}

.product-micha-text {
    margin-top: 1.5rem;
}

.program-details-title-text {
    background-color: #20BEC3;
    padding: 35px 0px 35px;
}

.program-details-title-text h2 {
    color: white;
    text-align: center;
    font-weight: 700;
}

.program-details-title-text h4 {
    color: white;
    text-align: center;
    font-weight: 700;
}

.program-details-title-text h4:after {
    border-top: 4px solid white;
    border-radius: 50px;
    display: block;
    width: 81px;
    content: "";
    margin: 20px auto 0;
}

.program-details-text {
    margin-top: 3rem;
}

.program-details-text h5 {
    text-align: center;
    color: white;
    font-size: 1.6rem;
}

.program-details-text h5 img {
    width: 25px;
    margin-right: 0.5rem;
}

.program-details-container h2 {
    margin-top: 2rem;
    text-align: center;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
}

.program-details-container h2 span {
    border-bottom: 5px solid white;
}

.program-details-box-row {
    margin-top: 4rem;
}

.program-details-text-box {
    display: flex;
    margin-top: 3rem;
    gap: 1rem;
}

.program-details-text-box h3 {
    margin-top: 1rem;
}

.program-details-text-box h3 span {
    background-color: white;
    padding: 0.5rem 1rem;
    font-weight: 700;
}

.program-details-text-box h5 {
    color: white;
    font-weight: 700;
    font-size: 1.8rem;
}

.program-details-text-box p {
    color: white;
    font-size: 1.4rem;
}

.program-details-img-box {
    display: flex;
    justify-content: center;
}

.program-details-img-box img {
    width: 400px;
}

.Mid-Games-End-Games-img img {
    width: 300px;
}

.Guest-Lecturesimg {
    width: 340px;
}

.program-details-button {
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: flex;
    justify-content: center;
}

.program-details-button a {

    margin: 1rem;
    width: 30%;
    text-align: center;
    background-color: #5d268b;
    border: none;
    padding: 1rem;
    border-radius: 10px;
    color: white;
    position: relative;
    z-index: 2;
    font-weight: 700;
    font-size: 1.3rem;
}

.program-details-button a button {
    background-color: transparent;
    border: none;
    color: white;
    font-weight: 700;
}

.program-details-button button img {
    width: 30px;
    margin-top: -0.5rem;
    margin-left: 0.5rem;
}


.program-details-tringle-lt {
    position: absolute;
    top: 100px;
    left: -200px;
    transform: rotate(-333deg);
    opacity: 0.5;
}

.program-details-tringle-lt img {
    width: 200px;
}

.program-details-tringle-rt {
    position: absolute;
    top: 70px;
    right: -180px;
    opacity: 0.5;
}

.program-details-tringle-rt img {
    width: 200px;
}

.program-details-tringle-lb {
    position: absolute;
    bottom: 40px;
    left: -200px;
    transform: rotate(-333deg);
    opacity: 0.5;
}

.program-details-tringle-lb img {
    width: 200px;
}

.program-details-tringle-rb {
    position: absolute;
    bottom: 700px;
    right: -200px;
    transform: rotate(-333deg);
    opacity: 0.5;
}

.program-details-tringle-rb img {
    width: 200px;
}


/* modal open css end */
@media only screen and (max-width:1400px) {
    .product-micha-card {
        width: 90%;
    }
}

@media only screen and (max-width:1200px) {
    .program-details-section {
        background: url(../img/product_micha_text_bg.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .product-micha-card {
        width: 100%;
        height: 500px;
    }


    .product-micha-card-title {
        background-color: white;
        border-radius: 20px;
        padding: 0.7rem;
    }

    .modal-header {
        padding: 1rem 1rem 0rem;
    }

    .purchase-modal h1 {
        font-size: 1.9rem;
        width: 80%;
    }

    .purchase-modal h6 {
        font-size: 1.5rem;
        line-height: 2rem;
        width: 70%;
    }

    .modal-img {
        position: absolute;
        right: -80px;
        bottom: -60px;
        opacity: 0.2;
    }

    .modal-img img {
        width: 200px;
    }

    .modal-img-tringle {
        position: absolute;
        left: -77px;
        bottom: 0px;
    }

    .modal-img-tringle img {
        width: 200px;
    }

    .modal-img-rectangle {
        position: absolute;
        left: -100px;
        top: -69px;
        opacity: 0.2;
    }

    .modal-img-rectangle img {
        width: 200px;
        transform: rotate(75deg);
    }

    .modal-img-tringle-right {
        position: absolute;
        right: -50px;
        top: 60px;
        opacity: 0.2;
    }

    .modal-img-tringle-right img {
        width: 170px;
        transform: rotate(268deg);
    }

}

@media only screen and (max-width:992px) {
    .program-details-section {
        background: url(../img/product_micha_text_bg.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: auto;
    }

    .product-micha-card-row {
        padding-top: 2rem;
    }

    .product-micha-card {
        width: 70%;
        margin-top: 2rem;
        height: auto;
    }


    .product-micha-card-title {
        background-color: white;
        border-radius: 20px;
        padding: 0.7rem;
    }

    .modal-header {
        padding: 1rem 1rem 0rem;
    }

    .purchase-modal h1 {
        font-size: 1.5rem;
        width: 100%;
    }

    .purchase-modal h6 {
        font-size: 1.2rem;
        line-height: 1.5rem;
        width: 90%;
    }


    .modal-img {
        position: absolute;
        right: -80px;
        bottom: -60px;
        opacity: 0.2;
    }

    .modal-img img {
        width: 150px;
    }

    .modal-img-tringle {
        position: absolute;
        left: -77px;
        bottom: 0px;
    }

    .modal-img-tringle img {
        width: 150px;
    }

    .modal-img-rectangle {
        position: absolute;
        left: -100px;
        top: -69px;
        opacity: 0.2;
    }

    .modal-img-rectangle img {
        width: 150px;
        transform: rotate(75deg);
    }

    .modal-img-tringle-right {
        position: absolute;
        right: -80px;
        top: 60px;
        opacity: 0.2;
    }

    .modal-img-tringle-right img {
        width: 150px;
        transform: rotate(268deg);
    }


    /* =========img first */
    .program-order-1 {
        order: 1;
    }

    .program-order-2 {
        order: 2;
    }

    .program-order-3 {
        order: 3;
    }

    .program-order-4 {
        order: 4;
    }

    .program-order-5 {
        order: 5;
    }

    .program-order-6 {
        order: 6;
    }

    .program-order-7 {
        order: 7;
    }

    .program-order-8 {
        order: 8;
    }

    .program-order-9 {
        order: 9;
    }

    .program-order-10 {
        order: 10;
    }

    .program-order-11 {
        order: 11;
    }

    .program-order-12 {
        order: 12;
    }

    .program-order-13 {
        order: 13;
    }

    .program-order-14 {
        order: 14;
    }

    .program-order-15 {
        order: 15;
    }
    .program-order-16{
        order: 16;
    }
}

@media only screen and (max-width:768px) {
    .program-details-button {
        padding-top: 3rem;
        padding-bottom: 3rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .program-details-button a {
        width: 100%;
    }

    .product-micha-card-row {
        padding-top: 2rem;
    }

    .product-micha-card {
        width: 80%;
        margin-top: 2rem;
        height: auto;
    }


    .product-micha-card-title {
        background-color: white;
        border-radius: 20px;
        padding: 0.7rem;
    }


    .program-details-img-box img {
        width: 100%;
    }
    .Mid-Games-End-Games-img img {
        width: 100%;
    }
    
    .Guest-Lecturesimg {
        width: 100%;
    }
    
}

@media only screen and (max-width:550px) {
    .program-details-text-box h5 {
        color: white;
        font-weight: 700;
        font-size: 1.5rem;
    }

    .program-details-text-box p {
        color: white;
        font-size: 1.3rem;
    }

    .product-micha-heading h2 {
        font-size: 1.2rem;
    }

    .product-micha-card-row {
        padding-top: 2rem;
    }

    .product-micha-card {
        width: 95%;
        margin-top: 2rem;
        height: auto;
    }


    .product-micha-card-title {
        background-color: white;
        border-radius: 20px;
        padding: 0.5em;
    }

    .product-micha-card h1 {
        font-size: 1.2rem;
    }

    .product-micha-card h5 {
        padding: 0.7rem;
    }

    .product-micha-card-button button {
        font-size: 0.9rem;
        padding: 0.3rem 0.1rem;
    }

    .product-micha-card h4 {
        font-size: 1.3rem;
    }

    .product-micha-card h2 {
        font-size: 1.3rem;
    }

    .product-micha-card h4:after {
        width: 150px;
    }


    .purchase-modal h1 {
        font-size: 1.3rem;
        width: 100%;
    }

    .purchase-modal h6 {
        font-size: 1.1rem;
        line-height: 1.5rem;
        width: 90%;
    }

    .modal-header {
        padding: 1rem 1rem 0rem;
    }

    .modal-img {
        position: absolute;
        right: -80px;
        bottom: -60px;
        opacity: 0.2;
    }

    .modal-img img {
        width: 150px;
    }

    .modal-img-tringle {
        position: absolute;
        left: -77px;
        bottom: 0px;
    }

    .modal-img-tringle img {
        width: 150px;
    }

    .modal-img-rectangle {
        position: absolute;
        left: -100px;
        top: -69px;
        opacity: 0.2;
    }

    .modal-img-rectangle img {
        width: 150px;
        transform: rotate(75deg);
    }

    .modal-img-tringle-right {
        position: absolute;
        right: -80px;
        top: 60px;
        opacity: 0.2;
    }

    .modal-img-tringle-right img {
        width: 150px;
        transform: rotate(268deg);
    }

    .product-micha-card-dead-line p img {
        width: 30px;
        margin-top: -0.3rem;
    }

    .product-micha-card-dead-line p span {
        font-size: 0.8rem;
    }

    .product-micha-card-dead-line-pink p span {
        font-size: 0.8rem;
    }

    .product-micha-card-dead-line h6 {
        padding: 0.5rem 2rem;
        font-size: 0.9rem;
    }

    .product-micha-card-dead-line-pink h6 {
        padding: 0.5rem 2rem;
        font-size: 0.9rem;
    }
}