@import "home.css";
 .max-w-10{
    max-width: 600px;
 }
.crs-landing {
  height: auto;
    padding: 1.5rem;
  /* box-shadow: 0px 2px 8px 3px rgba(0, 0, 0, 0.4); */
  background-image: url('../assets/framesm.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 16rem;
}

.crs-landing .breadcrumb-item {
  color: var(--color-gray-light);
  font-size: var(--font-size-14);
}
.crs-landing .breadcrumb-item {
    cursor: pointer;
}
    
.crs-landing_wrapper,.crs-info_wrapper {
  padding: 5%;
}
/* accordion  */
.drop--content{
    max-height: 0;
    transition: all 400ms;
}
.open{
    max-height: 40rem !important;
}
.link-drop__icon {
    height: 25px;
    width: 25px;
    background-color: rgba(248, 249, 250, 1);
    border-radius: 3px;
}

/* .link-drop__icon::before, 
.link-drop__icon::after {
    content: '';
    position: absolute;
    width: 13px;
    height: 2px;
    background-color: rgba(53, 64, 82, 1);
    transform: translateY(-50%);
    transition: all 300ms;
}

.link-drop__icon::after {
    transform: translateY(-50%) rotate(90deg);
}
.rotate.link-drop__icon:first-child::after {
    transform: rotate(0deg) !important;
} */
.drop--content__innerLinks{
    border-left: 1px solid #E4E6EA;
    list-style: disc;
}
.drop--content__innerLinks li::marker{
    color: #3B81F5;
}
.rotate.link-drop__icon{
    background-color: #EEF5FE;
}
.rotate.link-drop_icon::after,.rotate.link-drop_icon::before{
    background-color:#3B81F5;
}
.crs-landing-info{
    background-color: #FFFFFF26;
}
.crs-landing-info.info_rating{
    color: rgba(251, 210, 77, 1);
}  
/* card */
.crs-card{
    width: 310px;
    border: 1px solid rgba(228, 230, 234, 1);
    position: absolute;
    transform: translate(-50%, -50%); 
}
.crs-card__btn{
    background-color: rgba(40, 85, 164, 1);
    transition: all 200ms;
}
.crs-card__btn:hover{
    background-color: rgb(33, 73, 143);
}
.crs-card-includ__text{
    color: rgba(107, 114, 128, 1);
    font-size: 14px;
}
.crs-cardInclude_icons,.crs-cardInclude_texts{
    color: rgba(107, 114, 128, 1);
}
.crs-cardInclude__titles{
    font-size: 16px;
}
.crs-cardInclude__texts{
    font-size: 12px;
}

.course-card-wrapper{padding-bottom: 15rem;}
.main-sec{padding-top: 3.5rem;}
@media screen and (min-width: 768px){
    .course-card-wrapper{padding-bottom: 0;}
    .main-sec{padding-top: 5.5rem;}
    .crs-landing {
        min-height: 60vh;
        /* padding-bottom: 0; */
        padding: 5rem;
        background-image: url('../assets/frame.png');
    }
    .crs-card{
        width: 350px;
        position: sticky;
        top: 32rem;
        /* top: 50%; */
        transform: translate(0%, -80%); 
        /* transform: translate(0%, -50%);  */
    }
}



.tree,
.tree ul {
    list-style-type: none;
    padding-left: 2rem;
}

.tree li {
    position: relative;
    padding: 0.5rem 0;
}

.tree li::before {
    content: "";
    position: absolute;
    top: 0;
    left: -1rem;
    border-left: 1px solid #ccc;
    height: 100%;
    width: 1px;
}

.tree li::after {
    content: "";
    position: absolute;
    top: 1.25rem;
    left: -1rem;
    border-top: 1px solid #ccc;
    width: 1rem;
}

.tree li:last-child::before {
    height: 1.25rem;
}

.tree .toggle {
    cursor: pointer;
}

.tree .collapsed ul {
    display: none;
}