.top-cource {
    /* background: #ffeedb; */
    background: #000;
    padding: 50px 0%;
}

.top-cource .main-img-class {
    position: relative;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    display: block;
}

.top-cource .Main_heading_holder h3 {
  color: #fff;
}

.top-cource .Main_heading_holder .main_section_heading_text {
    color: #fff;
}

.top-cource .main-img-class .cource-img {
    position: relative;
    background: no-repeat;
    display: block;
    transition: .2s ease;
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.top-cource .main-img-class:hover .cource-img {
    transform: scale(1.1);
    cursor: pointer;
    transition: .2s ease;
}

.top-cource .main-img-class .cource-name {
    position: absolute;
    top: 75%;
    left: 5%;
    z-index: 999;
}

.top-cource .main-img-class .cource-name h5 {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
}


.top-cource .course_taxt_holder {
    background: #fff;
    margin-bottom: 10px;
    text-align: center;
    padding: 16px 0px;
    border-radius: 0px;
    border: 1px solid #ff8600;
}

.top-cource .course_taxt_holder p {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
}

.top-cource .main-img-class .black-overlay {
    background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%);
    position: absolute;
    transition: .2s ease;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    /* opacity: 0.75; */
    z-index: 99;
}



.top-cource .main-img-class .black-overlay:hover {
    width: 100%;
    height: 50%;
}

.top-cource .main-img-class:hover .black-overlay {
    width: 100%;
    height: 50%;
}

.top-cource .swiper-pagination-bullet {
    width: 7px;
    height: 4px;
    border-radius: 5px;
    opacity: 1;
    background-color: #CECECE;
}

.top-cource .swiper-pagination-bullet-active {
    width: 18px;
    background: #000;
}

.top-cource .all_courses_div {
    background: #000;
    border-radius: 10px;
    padding: 44px 10px 10px;
    width: 100%;
    margin: 35px auto 10px;
    height: 100%;
    position: relative;
    border: 5px solid #ed9732;
}

.top-cource .all_courses_div .top_div {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.top-cource .all_courses_div .top_div .course_type {
    color: #000;
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 600;
    text-align: center;
}


.top-cource .all_courses_div .courses_div {
    /* margin-bottom: 33px; */
}

.top-cource .all_courses_div .courses_div .course_text {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 6px;
}

.top-cource .all_courses_div .courses_div .course_text .arrow_img {
    width: 15px;
    margin-right: 10px;
    margin-top: -4px;
}

.top-cource .course-card-row {
    margin-top: 30px;
}

.top-cource .course-card-row .course_card {
    background: #ffffff;
    border-radius: 0px;
    padding: 22px;
    height: 100%;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.top-cource .course-card-row .course_card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.15);
}

.top-cource .course-card-row .course_card h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;

}

.top-cource .course-card-row .course_card p {
    font-size: 15px;
    color: #000;
    margin-bottom: 6px;
    font-weight: 500;
}

.top-cource .course-card-row .course_card span {
    font-size: 13px;
    color: #28a745;
    font-weight: 500;
}

.top-cource .all_courses_div .btn_holder {
    position: absolute;
    bottom: 6px;
    transform: translate(-50%, -10px);
    left: 50%;
}

.top-cource .all_courses_div .img_div {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    position: absolute;
    top: -51px;
    transform: translate(-50%, 0px);
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-cource .all_courses_div .img_div .innr_img {
    width: auto;
    height: 40px;
    object-fit: contain;
}

.top-cource .custom_row {
    width: 80%;
    margin: 0 auto;
}

/* Card */

.top-cource .pricing-wrapper {
    height: 100%;
}

.top-cource .pricing-card {
    width: 100%;
    background: #ff8600;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    height: 100%;
    padding-bottom: 45px;
}

/* Top */
.top-cource .pricing-card .card-top {
    text-align: center;
    padding: 20px;
}

.top-cource .pricing-card .card-top h4 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #fff;
}

.top-cource .pricing-card .card-top h2 {
    font-size: 44px;
    font-weight: 800;
}

.top-cource .pricing-card .price {
    color: #000;
}

.top-cource .pricing-card .per {
    font-size: 14px;
    font-weight: 600;
    margin-left: 4px;
}

/* Wave Section */
.top-cource .pricing-card .card-wave {
    position: relative;
    background: #fff;
    color: #000;
    padding: 20px 20px 10px;
    text-align: center;
    border-radius: 50px 50px 0px 0px;
    height: 100%;
}

/* List */
.top-cource .pricing-card .card-wave ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0px;
}

.top-cource .pricing-card .card-wave li {
    font-size: 14px;
    margin-bottom: 10px;
}

.top-cource .pricing-card .card-wave li.disabled {
    opacity: 0.5;
}

/* Button */
.top-cource .pricing-card .buy-btn {
    background: #fd8400;
    color: #fff;
    border: none;
    padding: 12px 30px;
    font-weight: 700;
    border-radius: 25px;
    cursor: pointer;
    transition: 0.3s;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translate(-50%, 0px);
    width: 200px;
}

.top-cource .pricing-card .buy-btn:hover {
    background: #d9760b;
}


@media(min-width:0px) and (max-width:320px) {
    .top-cource .main-img-class .cource-name h5 {
        font-size: 13px;
    }

    .top-cource .main-img-class .cource-name {
        top: 81%;
    }

    .top-cource {
        padding: 20px 0%;
    }

    .top-cource .custom_row {
        width: 100%;
        margin: 0 auto;
    }

    .top-cource .pricing-card .card-top h4 {
        font-size: 16px;
    }

    .top-cource .pricing-card .buy-btn {
        padding: 7px 30px;
    }
}

@media(min-width:321px) and (max-width:485px) {
    .top-cource .main-img-class .cource-name h5 {
        font-size: 17px;
    }

    .top-cource .main-img-class .cource-name {
        top: 81%;
    }

    .top-cource .main-img-class .cource-img {
        height: 300px;
    }

    .top-cource {
        padding: 20px 0%;
    }

    .top-cource .pricing-card .buy-btn {
        padding: 7px 30px;
    }

    .top-cource .custom_row {
        width: 100%;
        margin: 0 auto;
    }

    .top-cource .pricing-card .card-top h4 {
        font-size: 16px;
    }
}

@media(min-width:486px) and (max-width:576px) {
    .top-cource .main-img-class .cource-name h5 {
        font-size: 17px;
    }

    .top-cource .main-img-class .cource-name {
        top: 81%;
    }

    .top-cource .main-img-class .cource-img {
        height: 300px;
    }

    .top-cource .custom_row {
        width: 100%;
        margin: 0 auto;
    }

    .top-cource .pricing-card .card-top h4 {
        font-size: 16px;
    }
}

@media(min-width:577px) and (max-width:768px) {
    .top-cource .main-img-class .cource-name h5 {
        font-size: 16px;
    }

    .top-cource .custom_row {
        width: 100%;
        margin: 0 auto;
    }

    .top-cource .pricing-card .card-top h4 {
        font-size: 16px;
    }
}

@media(min-width:769px) and (max-width:992px) {
    .top-cource .main-img-class .cource-name h5 {
        font-size: 16px;
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .top-cource .main-img-class .cource-name h5 {
        font-size: 16px;
    }

    .top-cource .custom_row {
        width: 100%;
        margin: 0 auto;
    }
}





@media(min-width:0px) and (max-width:575px) {
    .top-cource .all_courses_div .img_div .innr_img {
        height: 35px;
    }
}

@media(min-width:0px) and (max-width:991px) {
    .top-cource .all_courses_div .top_div .course_type {
        font-size: 15px;
    }

    .top-cource .all_courses_div .courses_div .course_text {
        font-size: 14px;
    }

    .top-cource .custom_row .custom_col {
        margin-bottom: 20px !important;
    }

    .top-cource .all_courses_div .btn_holder .orange_btn {
        width: 150px;
    }
}

@media(min-width:992px) and (max-width:1399px) {
    .top-cource .all_courses_div .top_div .course_type {
        font-size: 16px;
    }

    .top-cource .all_courses_div .btn_holder .orange_btn {
        width: 150px;
    }
}


@media(min-width:1200px) and (max-width:1599px) {
    .top-cource .custom_row {
        width: 90%;
        margin: 0 auto;
    }
}