.purple-banner{
    width: 100%;
    height: 260px;
}
.image figcaption{
    position: absolute;
    top: 40%;
    width: 85%;
    margin-left: 97px;
    color: #FFFFFF;
}
.image figcaption h2 {
    font: Crimson Pro;
    text-transform: uppercase;
    font-size: 58px;
    font-weight: 600;
    line-height: 20px;
}
/* .stellarnav > ul > li > a {
    padding: 0px;
    color: black;
    font-size: 16px;
    font-weight: 500;
} */
.search-icon a {
    margin-right: 10px;
    color: black;
}
.video {
    width: 100%;
    margin: 20px 0;
}
.golden-navbar {
    justify-content: flex-start;
    border-radius: 8px;
    margin: 0 0 30px;
    gap: 20px;
  }
.golden-navbar li.nav-item{
    padding-right: 30px;
}
.golden-navbar li.nav-item a{
    color: #8a8989;
    font-size: 22px;
    font-weight: 600;
    line-height: 15px;
    text-align: left;
    padding: 0;
    margin: 0;
}
.golden-navbar li.nav-item.active a, .golden-navbar li.nav-item a:hover{
    color: #000000;
}
.gradient {
    background-image: linear-gradient(#7E3DB500, #7952A1);
    /* opacity: 0.5; */
    border-radius: 10px;
}
.class-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.left-pane h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    color: #312F34;
    margin: 0;
}
.left-pane p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    color: #535353;
    padding: 0;
    margin: 0;
}
.right-pane {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 15px;
}
.time h4{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    text-align: right;
    padding: 0;
    margin: 0 0 4px;
}
.time p{
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    text-align: right;
    color: #3FC066;
    padding: 0;
    margin: 0;
}
.video-play {
    display: inline-block;
    background-color: #F5EBFF;
    border-radius: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    cursor: pointer;
}
.package-text{
    color: #ffffff;
}
.package-text ul{
    padding: 0;
    margin: 20px 0;
}

.price {
    font-family: Crimson Pro;
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    color: white;
}
.add-to-cart {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #FA5B50;
    color: #FA5B50;
    padding: 0.75rem 1.5rem;
    cursor: pointer;
    margin: 0.5rem;
}
.class-title span.free_tag{
    color: #25a3d4;
}
.class-title span.paid_tag{
    color: #dc143c;
    font-size: 40px;
    vertical-align: middle;
    font-weight: bold;
}
.addNewProSidebar{
    background: #FFF1FF;    ;
    padding: 20px 0;
    margin: 0;
    border-radius: 15px;
    min-height: 50%;
    position: relative;
}
.addNewProSidebar ul li{
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    padding: 15px 15px;
    border-left: 2px solid transparent;
    position: relative;
}
.addNewProSidebar ul li img{
    margin-right: 10px;
}
.combo_price {
    font-family: Crimson Pro;
    font-size: 28px;
    font-weight: 400;
    line-height: 20px;
    /* text-align: left; */
}
.ml-0{
    margin-left: 0;
}
.mt-40{
    margin-top: 40px !important;
}
