.ready_for_you_next_wrapper {
    padding: 50px 0 20px 0;
    background: linear-gradient(to right, #ccc7f4, #bcb6f2);
}

.courses_head_Wrapper7896313 {
    position: relative;
    width: 50%;
    z-index: 8;
}

.courses_head_Wrapper7896313 h1 {
    font-weight: 800;
    font-size: 50px;
    position: relative;
    z-index: 8;
}

.courses_head_Wrapper7896313 .underline_logo {
    position: absolute;
    top: 50px;
    width: 50%;
    z-index: 8;
}

.head_content_wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.head_content_wrapper p {
    font-weight: 500;
    font-size: 17px;
    color: #49bbbd;
}

.ellipse_circle_img78777 {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    z-index: 5;
    position: absolute;
    top: -45px;
    left: -50px;
}

.course_card_wrapper4563 {
    padding: 50px 0;
}

.course_card69785 {
    width: 32%;
    padding: 15px;
    border-radius: 10px;
    background-color: #fff;
    flex: 0 0 auto;
    margin-bottom: 30px;
}

.course_card69785 img {
    width: 100%;
    overflow: hidden;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

.course_card_wrapper4563 h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    font-size: 18px;
    margin: 10px 0;
}

.tutor_img_wrapper45630 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

.tutor_img_wrapper45630 img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.tutor_img_wrapper45630 p {
    font-size: 14px;
}

.course_progress46660 {
    width: 100%;
    height: 6px;
    border-radius: 5px;
    background-color: #d9d9d9;
    margin-top: 10px;
    margin-bottom: 5px;
    overflow: hidden;
}

.course_inner_progress4666 {
    width: 70%;
    height: 100%;
    background-color: #2f2483;
}

.course_card69785 small {
    width: fit-content;
    display: block;
    margin-left: auto;
    font-size: 11px;
    color: #434242;
    font-weight: 300;
}

.course_card_wrapper4563 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.arrows_wrapper {
    width: 100%;
    display: flex;
    justify-content: end;
    gap: 5px;
}

.arrow_left {
    width: 40px;
    height: 38px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: #fff;
    background-color: #756db9;
    cursor: pointer;
}

.arrow_right {
    width: 40px;
    height: 38px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: #fff;
    background-color: #2f2482;
    cursor: pointer;
}

.free_bites_learning {
    width: 100%;
    background: linear-gradient(#ccc7f4, #bcb6f2);
}

.free_bites_content_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.free_bites_left25 {
    width: 45%;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.free_bites_right25 {
    width: 45%;
}

.free_bites_head {
    position: relative;
}

.free_bites_head h1 {
    font-weight: 700;
    color: #252c33;
    font-size: 50px;
}

.free_bites_head .under_line_img {
    position: absolute;
    top: 57px;
    width: 50%;
    left: -20px;
    z-index: 8;
}

.elllipse_img_circle {
    width: 190px;
    height: 190px;
    position: absolute;
    top: -55px;
    z-index: 5;
    left: -70px;
}

.free_bites_left25 p {
    font-size: 17px;
    font-weight: 400;
    color: #696984;
    line-height: 30px;
}

.free_bites_left25 button {
    padding: 13px 30px;
    border-radius: 25px;
    background-color: #2f2483;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    width: fit-content;
    border: none;
}

.free_bites_right25 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_course_left {
    width: 70%;
    padding: 30px 0;
}

.about_course_Wrapper {
    display: flex;
    justify-content: space-between;
}

.course_head_4666 {
    position: relative;
    width: fit-content;
}

.course_head_4666 h1 {
    font-size: 45px;
    color: #252c33;
    margin-bottom: 30px;
}

.course_head_4666 img {
    width: 65%;
    position: absolute;
    bottom: -11px;
}

.about_course_left p {
    color: #696984;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
}

.record_wrapper_div_75666 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 20px;
}

.record_wrappper {
    width: 28%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.record_div {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #2f2483;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 12px;
}

.record_wrappper strong {
    width: calc(100% - 50px);
    color: #2f2483;
    font-size: 14px;
    font-weight: 500;
}

.about_course_right {
    box-shadow: 0px 4px 4px 0px #00000038;
    border-radius: 15px;
    padding: 15px;
    width: 27%;
    transform: translateY(-15%);
    background-color: #fff;
}

.about_course_right img {
    width: 100%;
    height: 200px;
    border-radius: 15px;
    object-fit: cover;
}

.about_course_price_right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.about_course_price_right h3 {
    font-size: 25px;
    font-weight: 500;
}

.about_course_price_right h4 {
    color: #7e7e7e;
    font-size: 18px;
    text-decoration: line-through;
    font-weight: 500;
}

.about_course_price_right h2 {
    color: #7e7e7e;
    font-size: 18px;
    font-weight: 500;
}

.about_course_right small {
    text-align: center;
    color: #2f2483;
    font-weight: 600;
    display: block;
    margin-inline: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.about_course_right button {
    width: 100%;
    background-color: #2f2483;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    padding: 13px 0px;
    border-radius: 8px;
    border: none;
}

.about_course_right h5 {
    font-size: 20px;
    font-weight: 500;
    margin: 20px 0;
}

.module_head_wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.module_head_wrapper p {
    font-size: 13px;
    color: #696984;
}

.module_head_wrapper h5 {
    font-weight: 500;
    font-size: 15px;
    margin-top: 5px;
}

.module_head_step_wrapper {
    box-shadow: 0px 4px 4px 0 #00000030;
    padding: 15px 15px 0 15px;
}

.module_step_wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 28px;
    padding-bottom: 25px;
}

.step_wrapper {
    display: flex;
    justify-content: flex-start;
    gap: 8px;
}

.step_wrapper img {
    width: 20px;
}

.step_wrapper h6 {
    font-size: 13px;
    color: #696984;
    font-weight: 500;
}

.step_wrapper i {
    color: #696984;
    font-size: 13px;
}

.free_bites_left h5 {
    font-weight: 800;
    font-size: 20px;
    margin-top: 50px;
}

.get_certificate_section {
    padding: 100px 0px;
}

.get_certificate_content_wrapper {
    display: flex;
    justify-content: space-around;
}

.get_certificate_left {
    width: 50%;
}

.get_certificate_right {
    width: 30%;
}

.get_certificate_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.get_certificate_left h1 {
    font-size: 55px;
    position: relative;
    z-index: 8;
}

.get_certificate_left p {
    color: #696984;
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
}

.get_certificate_head {
    margin-bottom: 100px;
    position: relative;
}

.underline_img {
    position: absolute;
    bottom: -12px;
    width: 50%;
    z-index: 9;
}

@media (max-width: 1199px) {
    .about_course_left {
        width: 60%;
    }

    .about_course_right {
        width: 38%;
    }
}

@media (max-width: 1099px) {
    .record_wrappper {
        width: 45%;
    }

    .free_bites_learning_wrapper {
        transform: translateY(0) !important;
    }

    .Ellipse_img7963 {
        width: 100px;
        height: 100px;
        top: 30px;
    }
}

@media (max-width: 899px) {
    .free_bites_content_wrapper {
        padding: 40px 0;
    }
}

@media (max-width: 850px) {
    .free_bites_content_wrapper {
        flex-direction: column-reverse;
    }

    .free_bites_left25 {
        width: 100%;
    }

    .free_bites_right25 {
        width: 100%;
    }

    .get_certificate_content_wrapper {
        flex-direction: column;
        row-gap: 20px;
    }

    .get_certificate_left {
        width: 100%;
    }

    .get_certificate_head {
        margin-bottom: 20px;
    }

    .get_certificate_left p {
        position: relative;
        z-index: 9999;
    }

    .get_certificate_right {
        width: 40%;
        margin-inline: auto;
    }
}

@media (max-width: 799px) {
    .about_course_Wrapper {
        flex-direction: column-reverse;
    }

    .about_course_left {
        width: 100%;
    }

    .about_course_right {
        width: 100%;
        transform: translateY(0);
    }
}

@media (max-width: 480px) {
    .free_bites_head h1 {
        font-size: 30px;
    }

    .record_wrappper {
        width: 100%;
    }

    .course_head_4666 h1 {
        font-size: 30px;
    }

    .about_course_left p {
        font-size: 15px;
    }

    .get_certificate_right {
        width: 100%;
        margin-inline: auto;
    }

    .get_certificate_left h1 {
        font-size: 30px;
    }

    .get_certificate_left p {
        color: #696984;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
    }
}

.empty-my-course-container {
    padding: 80px 20px;
    text-align: center;
    background: #f8f9ff;
    border-radius: 15px;
}

.empty-my-course-img {
    width: 180px;
    opacity: 0.9;
    margin-bottom: 20px;
}

.empty-my-course-title {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 10px;
    color: #2f2483;
}

.empty-my-course-text {
    font-size: 16px;
    color: #555;
    margin-bottom: 25px;
}

.empty-my-course-btn {
    display: inline-block;
    padding: 12px 30px;
    background: #2f2483;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.2s ease-in-out;
    font-weight: 600;
}

.empty-my-course-btn:hover {
    background: #1b175a;
}
