/*activity*/
.activity-wrapper .hr {
    width: 70px;
    height: 5px;
    background: #36aeb1;
    margin: 25px auto;
}

.activity-wrapper .circle-bg {
    background-image: url('../images/activity-greenbg3.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: 150%;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
@media screen and (min-width: 767px) {
    .activity-wrapper .circle-bg {
        background-size: 109%;
        width: 100%;
        height: 100%;
        background-position: 6px 0;
    }
}

.activity-wrapper .title {
    text-align: center;
    font-size: 33px;
    font-weight: bolder;
    color: #040404;
}

.activity-wrapper .lecture-banner {
    position: relative;
    margin-bottom: 280px;
}
@media screen and (min-width: 767px) {
    .activity-wrapper .lecture-banner {
        margin-bottom: 200px;
    }
}
.activity-wrapper .lecture-banner img {
    height: 300px;
}
@media screen and (min-width: 767px) {
    .activity-wrapper .lecture-banner img {
        height: auto;
    }
}
.activity-wrapper .lecture-banner .title {
    position: absolute;
    top: 20%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-weight: bolder;
    font-size: 3rem;
    text-shadow: 0 2.5px 4.5px rgba(0, 0, 0, 0.16);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
@media screen and (min-width: 767px) {
    .activity-wrapper .lecture-banner .title {
        top: 50%;
    }
}
.activity-wrapper .lecture-banner .box {
    background: #ffffff;
    padding: 25px;
    border-radius: 27px;
    position: absolute;
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
    -webkit-box-shadow: 0 1.5px 3px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 1.5px 3px 0 rgba(0, 0, 0, 0.16);
    z-index: 1;
    top: 90%;
    width: 60%;
    left: 50%;
}
.activity-wrapper .lecture-banner .box .text {
    font-size: 19px;
}
@media screen and (min-width: 767px) {
    .activity-wrapper .lecture-banner .box {
        width: 95%;
    }
}

.activity-wrapper .lecture-content {
    margin-top: 40px;
}

.activity-wrapper .lecture-content.not-add-mt {
    margin-top: -190px;
}
@media screen and (min-width: 767px) {
    .activity-wrapper .lecture-content.not-add-mt {
        margin-top: -160px;
    }
}

.activity-wrapper .lecture-content__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (min-width: 767px) {
    .activity-wrapper .lecture-content__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.activity-wrapper .lecture-content__item img {
    width: 70%;
}
@media screen and (min-width: 767px) {
    .activity-wrapper .lecture-content__item img {
        width: 50%;
    }
}
.activity-wrapper .lecture-content__item .three-people-icon {
    width: 30%;
}
.activity-wrapper .lecture-content__item .text-card {
    background: linear-gradient(123deg, #7367f0 -1%, #ce9ffc 98%);
    margin-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    font-size: 1.2rem;
    line-height: 30px;
    padding: 20px;
}
.activity-wrapper .lecture-content__item .text-card .img {
    text-align: center;
}
@media screen and (min-width: 767px) {
    .activity-wrapper .lecture-content__item .text-card .img {
        width: 50%;
    }
}

.activity-wrapper .icon-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px;
}
.activity-wrapper .icon-item .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-box-shadow: 0 1.5px 3px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 1.5px 3px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    border-radius: 100%;
    padding: 3rem;
    width: 235px;
    height: 235px;
}
.activity-wrapper .icon-item .text {
    padding: 10px;
    font-size: 21.5px;
    text-align: center;
    color: #040404;
}

.activity-wrapper .empty {
    text-align: center;
    font-weight: bolder;
    font-size: 28px;
}
.activity-wrapper .empty img {
    width: 300px;
    margin: 0px auto;
    opacity: 0.7;
}

.lecture-last-content,
.activity-wrapper .lecture-listener-feedback {
    padding-top: 5rem;
    padding-bottom: 3rem;
}

.activity-wrapper .lecture-last-content {
    overflow: hidden;
}
.activity-wrapper .lecture-last-content .box {
    margin-bottom: 4rem;
}

.activity-wrapper .swiper {
    width: 100%;
    height: 100%;
}

.activity-wrapper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.activity-wrapper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.activity-wrapper .listener-swiper .swiper-slide {
    background-color: #ffffff;
    padding: 20px;
}
.activity-wrapper .listener-swiper img {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}
.activity-wrapper .listener-swiper .profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}
.activity-wrapper .listener-swiper .text {
    line-height: 26px;
    font-size: 14px;
}
.activity-wrapper .listener-swiper h4 {
    text-align: left;
    font-size: 16px;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.activity-wrapper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 3px solid #75d2f5;
    background: none;
    margin-right: 20px;
}

.activity-wrapper .swiper {
    overflow: inherit;
}

.activity-wrapper .swiper-pagination-bullet-active {
    background: #75d2f5 !important;
}

.activity-wrapper .lecture-last-swiper {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.activity-wrapper .lecture-last-swiper__prev, .lecture-last-swiper__next {
    width: 35px;
    height: 35px;
    position: absolute;
    top: -10%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    z-index: 99;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.activity-wrapper .lecture-last-swiper__prev {
    background-image: url('../images/ac-pointer-left.svg');
    right: 15%;
}
@media screen and (min-width: 768px) {
    .activity-wrapper .lecture-last-swiper__prev {
        right: 10%;
    }
}
.activity-wrapper .lecture-last-swiper__next {
    background-image: url('../images/ac-pointer-right.svg');
    right: 2%;
}
.activity-wrapper .lecture-last-swiper__pagination {
    bottom: -75px !important;
    margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
    .activity-wrapper .lecture-last-swiper__pagination {
        bottom: -70px !important;
    }
}
.activity-wrapper .lecture-last-swiper .info {
    padding: 10px;
}
.activity-wrapper .lecture-last-swiper .info .l-title {
    font-size: 20px;
    font-weight: bolder;
    color: #7367f0;
    text-align: center;
}
.activity-wrapper .lecture-last-swiper .info .date {
    text-align: center;
    font-size: 20px;
    font-weight: bolder;
}
.activity-wrapper .lecture-last-swiper .info .content {
    font-size: 15px;
    line-height: 26px;
}

.lecture-new-swiper .swiper-slide .img, 
.lecture-last-swiper .swiper-slide .img {
    width: auto;
    height: 260px;
}
