.section_coursel-meet .slider__item {
    height: 350px;
    border: 2px solid #80808052;
    border-radius: 8px;
    padding: 25px 15px;
    position: relative;
}
.section_coursel-meet .slider__item .profile-div {
    width: 140px;
    height: 140px;
    border: 3px solid white;
    transform: translateX(-50%) rotate(45deg);
    border-radius: 5px;
    position: relative;
    top: 30px;
    left: 50%;
    transition: 0.9s;
    z-index: 10 !important;
}
.section_coursel-meet .slider__item .profile-pic {
    z-index: 10 !important;
}
.section_coursel-meet .slider__item:hover {
    border: 2px solid white !important;
}
.section_coursel-meet .slider__item:hover .profile-name {
    opacity: 0;
    transition: 0.5s;
}
.section_coursel-meet .slider__item:hover .profile-content {
    opacity: 1;
    transition: 0.8s;
}
.section_coursel-meet .slider__item .profile-div .profile-pic {
    background-position: center;
    background-size: cover;
    width: 191px;
    height: 191px;
    border-radius: 5px;
    position: absolute;
    top: -29px;
    left: -29px;
    /* background-image: linear-gradient(to top, #8847fe, #5ce0fd); */
    transform: rotate(-45deg);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.section_coursel-meet .slider__item .profile-name {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
    width: 100%;
    text-align: center;
    padding: 0px 15px;
}
.section_coursel-meet .profile-content {
    opacity: 0;
    background-color: transparent;
    position: relative;
    top: -90px;
    transition: 0.9s;
}
.section_coursel-meet .profile-content .profile-more {
       height: 140px;
    overflow-y: scroll;
    padding-right: 5px;
}
.section_coursel-meet .profile-content .profile-more::-webkit-scrollbar {
	width: 3px;
}
.section_coursel-meet .profile-content .profile-more::-webkit-scrollbar-thumb {
	background: #fff;
}
