.slide {
    position: relative;
}
.section__title {
    padding: 0 3.5rem;
}
.recommended__course {
    background-color: #fff !important;
    border-radius: 20px;
    position: relative;
    height: 250px;
}

.figma_icon {
    position: absolute;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -35px;
    right: -5px;
}
.figma_icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.figma_icon img,
.slide_image img {
    width: 50px;
    position: absolute;
}

.slide_image img {
    bottom: 0;
    left: 0;
}

.courses_search {
    border: 1px solid #0000001a;
    border-radius: 1.5rem;
    padding: 0 25px 0 0;
    width: 25%;
    background-color: #f4f5f5;
}

.courses_search input {
    border: none;
    outline: none;
    background-color: transparent;
}

.courses_search button {
    background-color: #2243a4;
    padding: 12px 24px;
    border-radius: 24px 0 0px 24px;
    color: #fff;
}
/* .course_name {
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
} */
.recommended__courses_recommended {
    color: var(--second-text-Color);
    line-height: 1.8;
    height: 100px;
}

.course__price {
    font-size: 24px;
}

/* After DrowbDown */
.dropdown-toggle {
    /* width: 200px !important; */
    border-radius: 24px !important;
    padding: 12px !important;
    background-color: transparent !important;
}
.dropdown-toggle::after {
    display: inline-block;
    height: 10px;
    width: 10px;
    content: "";
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(315deg);
}

.course--price {
    border-right: 1px solid #1212121a !important;
}

@media (max-width: 991px) {
    .courses_search {
        width: 100%;
    }
    .course--price {
        flex-direction: row !important;
        flex-wrap: wrap !important;
        /* justify-content: space-between; */
        margin-top: 1.3rem;
    }
    .btns-responsive {
        flex-direction: row !important;
        justify-content: space-between;
        width: 100%;
    }
    .btns-responsive button {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .courses_search {
        width: 100%;
    }
    .slide_image {
        display: none;
    }
    .section__title {
        background-image: url("../assets/media/pattern/bg-profile-page.png");
        background-size: cover;
        background-repeat: no-repeat;
        max-height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-items: start;
        padding: 5rem 1rem;
        margin-top: 2.5rem;
    }
    .courses_search {
        width: 100%;
        margin-bottom: 1.5rem;
        gap: 0 !important;
    }
    .dropdown-toggle {
        /* width: 300px !important; */
    }

    .hidden-icon {
        display: block !important;
        /* margin: 2rem 0 ; */
    }
    .recommended__course {
        background-color: #fff !important;
        border-radius: 20px;
        position: relative;
        height: 300px;
    }
}

.dropdown-toggle_nav {
    padding: 0 !important;
}
