/*** Demo Filter *****/

.all-btn-wrap {
    text-align: center;
    margin-bottom: 45px;
}
.all-btn-wrap .btn-group-inner {
    display: inline-block;
    margin-bottom: 40px;
}
.all-btn-wrap .btn-group-inner .filter-btn {
    margin: 0 10px;
    padding: 12px 35px;
    border-radius: 50px;
    transition: .5s;
    color: #ffff;
    color: var(--upstudy-heading-color);
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0 7px 71px rgba(0, 0, 0, .13);
}
.all-btn-wrap .btn-group-inner a.filter-btn:hover, .all-btn-wrap .btn-group-inner a.filter-btn:active, .all-btn-wrap .btn-group-inner a.filter-btn:focus {
    color: var(--upstudy-heading-color);
}
.all-btn-wrap .btn-group-inner a.filter-btn.active {
    background-image: linear-gradient(90deg, #13BA65 0%, #13BA99 100%);
    color: #ffff;
}
.demo-isotope .single-item {
    margin: 0 5px;
    /*padding: 20px;*/
    position: relative;
    transition: .3s linear;
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: 0 22px 70px rgba(0, 0, 0, .13);
    box-shadow: 0 22px 70px rgba(0, 0, 0, .13);
    transform: translateY(0);
}
.demo-isotope .single-item:hover {
    transform: translate3d(0, -8px, 0);
    box-shadow: 0px 0px 78px 30px rgba(0, 0, 0, 0.08);
}
.demo-isotope .single-item .content-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 10px;
    text-align: center;
    border-top: 1px solid #eee;
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
    .demo-isotope .single-item .content-wrap {
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 870px) {
    .demo-isotope .single-item .content-wrap {
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (max-width: 450px) {
    .demo-isotope .single-item .content-wrap {
        display: block;
        text-align: center;
    }
    .demo-isotope .single-item .content-wrap .title-and-category {
        margin-bottom: 15px;
    }
    .demo-isotope .single-item .content-wrap .title-and-category .title {
        text-align: center;
    }
}
.demo-isotope .single-item .content-wrap .title-and-category .title {
    margin-bottom: 0;
    font-size: 18px;
    text-align: left;
    font-weight: 500;
    transition: .3s
}
.demo-isotope .single-item:hover .content-wrap .title-and-category .title {
    color: #1cb098;
    transition: .3s
}
.demo-isotope .single-item .content-wrap .title-and-category .sub-category {
    font-size: 15px;
    margin-bottom: 0;
}
.demo-isotope .single-item .content-wrap .subtitle {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0;
    padding: 0px 15px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    color: #276ace;
    background: #004bff17;
    line-height: 29px;
    letter-spacing: 0.2px;
}
@media only screen and (max-width: 575px) {
    .all-btn-wrap .btn-group-inner {
        display: block;
    }
    .all-btn-wrap .btn-group-inner .filter-btn {
        display: block;
    }
}
.badge-new {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    width: 60px;
    height: 60px;
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 100px;
    right: 0;
    top: -17px;
    z-index: 1;
    background-color: #31B978;
    background-image: linear-gradient(90deg, #13BA65 0%, #13BA99 100%);
    box-shadow: 0px 10px 30px 0px rgb(87 56 21 / 18%);
}
.badge-hot {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    width: 60px;
    height: 60px;
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 100px;
    right: 0;
    top: -17px;
    z-index: 1;
    background-color: #FF5722;
    background-image: linear-gradient(90deg, #FF5722 0%, #f66900 100%);
    box-shadow: 0px 10px 30px 0px rgb(87 56 21 / 18%);
    transform: translateY(0);
}
.all-btn-wrap .btn-group-inner .filter-btn img {
    margin-right: 8px;
}
.all-btn-wrap .btn-group-inner a.filter-btn.active img {
    filter: brightness(0) invert(1);
}
/*** Content Stroller *****/

.tpc-content-marquee-container.str_wrap {
    overflow: hidden;
    width: 100%;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    white-space: nowrap;
    overflow: hidden;
    z-index: 0;
}
.tpc-content-marquee-container.noStop .str_move, .tpc-content-marquee-container.no_drag .str_move, .tpc-content-marquee-container.str_static .str_move {
    cursor: inherit;
}
.tpc-content-marquee-container .str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: grab;
    display: flex;
    align-items: center;
    z-index: 1;
}
.tpc-content-marquee-container .str_move_clone {
    display: flex;
    align-items: center;
    position: absolute;
    left: 100%;
    top: 0;
}
.str_vertical .str_move_clone {
    left: 0;
    top: 100%;
}
.str_down .str_move_clone {
    left: 0;
    bottom: 100%;
}
.str_vertical .str_move, .str_down .str_move {
    white-space: normal;
    width: 100%;
}
.tpc-content-marquee-container.str_vertical {
    height: 100px !important;
}
.tpc-content-marquee-container.str_vertical .str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: grab;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
}
.tpc-content-marquee-container.str_wrap img {
    max-width: none !important;
}
.tpc-content-scroller-type-image {
    display: inline-block;
    overflow: hidden;
}
.tpc-content-scroller-item {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    margin: 0;
    padding: 20px 40px;
    border: 1px solid #efefef;
    border-radius: 50px;
}
.tpc-content-marquee-container .tpc-content-scroller-item:not(:last-child) {
    margin-right: 30px;
}
.tpc-content-marquee-container .tpc-content-scroller-item .title-text {
    font-size: 18px;
    font-weight: 600;
}
.tpc-content-scroller-item .icon-wrapper {
    margin-right: 10px;
}
.tpc-content-scroller-item .icon-wrapper svg {
    width: 20px;
    height: 20px;
}
/*** Image Marquee *****/

.demo-swiper-img-marquee-activation>.swiper-wrapper {
    transition-timing-function: linear;
    padding: 90px 0;
}
.tpc-image-scroller-item {
    box-shadow: 0px 0px 68px 0px rgba(0, 0, 0, 0.12);
}
/*** #Demo Single Item *****/

.tpc-single-demo {
    position: relative;
    transition: .3s linear;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 22px 70px rgba(0, 0, 0, .13);
    box-shadow: 0 22px 70px rgba(0, 0, 0, .13);
    transform: translateY(0);
}
.tpc-single-demo:hover {
    transform: translateY(-10px);
}
.tpc-single-demo .demo-content {
    width: 100%;
    text-align: center;
    background: #fff;
    padding: 20px 10px;
    border-top: 1px solid #eee;
    transition: .3s
}
.tpc-single-demo .demo-content .demo-title {
    font-size: 20px;
    text-transform: capitalize;
    margin: 0;
}
.tpc-single-demo .demo-content .demo-title a {
    color: #000;
    -webkit-transition: .5s;
    transition: .5s;
}
.tpc-single-demo .demo-content .lms-button-group-wrapper {
    margin-top: 10px;
}
.tpc-single-demo .demo-content .lms-button-group-wrapper .demo-lms-btn {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0;
    padding: 12px 25px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #ffffff;
    background: #1cb098;
    margin-top: 10px;
}
.tpc-single-demo .demo-content .lms-button-group-wrapper .demo-lms-btn.learnpress {
    background: #6d13d7;
}
.tpc-single-demo .demo-content .lms-button-group-wrapper .demo-lms-btn.learndash {
    background: #F6B13D;
    color: #021e40;
}
.tpc-single-demo .demo-content .lms-button-group-wrapper .demo-lms-btn.tutor {
    background: #0049f8;
}
.tpc-single-demo .demo-content .lms-button-group-wrapper .demo-lms-btn.sensei {
    background: #1cb098;
}
.tpc-single-demo .demo-content .lms-button-group-wrapper .demo-lms-btn.masterstudy {
    background: #fe254e;
}
.tpc-single-demo .demo-content .lms-button-group-wrapper .demo-lms-btn.lifter {
    background: #1D2327;
}
.tpc-single-demo .demo-content .lms-button-group-wrapper .demo-lms-btn:not(:last-child) {
    margin-right: 10px;
}
/*** feedback *****/

.tpc-feedback-item .single-feedback {
    position: relative;
    padding: 30px 60px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 68px 0px rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 575px) {
    .tpc-feedback-item .single-feedback {
        padding: 30px 40px;
    }
}
.tpc-feedback-item .single-feedback:before {
    content: '';
    position: absolute;
    width: 95%;
    height: 100%;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.6);
    z-index: -1;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 20px;
}
.tpc-feedback-item .single-feedback:after {
    content: '';
    position: absolute;
    width: 90%;
    height: 100%;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.7);
    z-index: -1;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 35px;
}
.tpc-feedback-item {
    padding: 70px 0;
}
.single-feedback .author-feedback-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.single-feedback .author-feedback-icon-wrap .feedback-icons {
    color: #ffc600;
}
.single-feedback .author-feedback-icon-wrap .feedback-icons i:not(:last-child) {
    margin-right: 5px;
}
.single-feedback .author-feedback-icon-wrap .author-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}
.single-feedback .author-feedback-icon-wrap .author-wrap .author-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #81b636;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.single-feedback .author-feedback-icon-wrap .author-wrap .author-icon svg {
    width: 16px;
}
.single-feedback .author-feedback-icon-wrap .author-wrap .author-icon svg path {
    fill: #fff;
}
.single-feedback .author-feedback-icon-wrap .author-wrap .author-name {
    margin-bottom: 0;
    font-size: 18px;
}
.single-feedback .feedback-content .feedback-text {
    margin-bottom: 0;
    font-size: 20px;
}
.single-feedback .feedback-content .feedback-title {
    margin-bottom: 15px;
}
/*** Fade Text *****/

.fade-text-wrapper .title {
    font-size: 52px;
    background: -webkit-linear-gradient(270deg, #FFC600 0%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
}