/*--------------------------------------------------------------
# Offer Section
--------------------------------------------------------------*/
.offer-section {
    margin: 0;
    padding: 50px 0;
    color: #FFFFFF;
    background-color: #793EFC;
}
.offer-section .title {
    text-align: center;
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 50px;
}
.offer-package-card {
    display: block;
    max-width: 315px;
    width: 315px;
    max-height: 500px;
    height: 500px;
    margin: 0 auto;
    color: #202020;
    padding: 10px 25px;
    border-radius: 20px;
    background-color: #FFFFFF;
    border: 4px solid #5221BD;
}
.offer-package-card .header p {
    font-weight: 900;
    font-size: 20px;
    margin: 5px 0 15px 0;
    text-align: center;
}
.offer-package-card .header img {
    display: block;
    width: 180px;
    height: 180px;
    margin: 10px auto;
    border-radius: 50px;
    object-fit: cover;
}
.offer-package-card .content .category {
    text-align: center;
    font-size: 16px;
    font-weight: 900;
}
.offer-package-card .content .description {
    text-align: center;
    font-size: 16px;
    height: 130px;
    overflow: hidden;
}
.offer-package-card .content .discount {
    color: #f62929;
    text-align: center;
    font-size: 13px;
    margin: 0;
}
/*--------------------------------------------------------------
# All Packages
--------------------------------------------------------------*/
.packages-section {
    margin: 0;
    padding: 50px 0;
    color: #202020;
}
.packages-section .title {
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 50px;
}
.packages-package-card {
    display: block;
    max-width: 285px;
    width: 285px;
    max-height: 520px;
    height: 520px;
    margin: 0 auto;
    border-radius: 20px;
    background-color: #FFFFFF;
    border: 4px solid #5221BD;
}
.packages-package-card .header img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 200px;
    max-height: 200px;
    margin: 0 auto 20px auto;
    border-radius: 17px 17px 0 0;
    object-fit: cover;
}
.packages-package-card .body .name {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 20px;
    text-align: center;
}
.packages-package-card .body .category {
    font-size: 15px;
    font-weight: 900;
    margin-bottom:15px;
    color: #FF0000;
    text-align: center;
}
.packages-package-card .body .course-list {
    font-size: 18px;
    font-weight: 900;
    text-align: center;
}
.packages-package-card .body .courses {
    font-size: 14px;
    text-align: center;
    height: 70px;
    overflow: hidden;
}
.packages-package-card .body .calendar {
    font-size: 14px;
    text-align: center;
}
.packages-package-card .body .price {
    font-size: 18px;
    color: #FF0000;
    font-weight: 900;
    text-align: center;
    margin: 25px 0;
}
.packages-package-card .body .register {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
    margin: 0 auto;
    width: 170px;
    height: 50px;
    background: #5221BD;
    border-radius: 10px;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 900;
    text-decoration: none;
}
/*--------------------------------------------------------------
# User Experience
--------------------------------------------------------------*/
.ux-section {
    margin: 0;
    padding: 50px 0;
    color: #202020;
}
.ux-section .title {
    text-align: center;
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 50px;
}
.ux-section-card {
    display: block;
    max-width: 315px;
    width: 315px;
    max-height: 500px;
    height: 500px;
    margin: 0 auto;
    color: #FFFFFF;
    border-radius: 20px;
    background-color: #793EFC;
    border: 4px solid #5221BD;
}
.ux-section-card .name {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    margin-top: 10px;
}
.ux-section-card .header img {
    display: block;
    width: 180px;
    height: 180px;
    margin: 10px auto;
    border-radius: 50%;
    object-fit: cover;
}
.ux-section-card .header p {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}
.ux-section-card .comment {
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    text-align: justify;
    padding: 0 25px;
    height: 180px;
}
/*--------------------------------------------------------------
# User Result
--------------------------------------------------------------*/
.results-section {
    margin: 0;
    padding: 50px 0;
    color: #FFFFFF;
    background-color: #793EFC;
}
.results-section .title {
    text-align: center;
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 50px;
}
.results-section-card {
    display: block;
    max-width: 480px;
    max-height: 400px;
    margin: 0 auto;
}
.results-section-card img {
    display: block;
    margin: 0 auto;
    width: 90%;
    border: 10px solid #FFFFFF;
    filter: drop-shadow(-4px 4px 8px rgba(0, 0, 0, 0.15));
    border-radius: 50px;
}
/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog-section {
    margin: 0;
    padding: 50px 0;
    color: #202020;
}
.blog-section .title {
    text-align: center;
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 50px;
}
.blog-section-card {
    width: 400px;
    height: 580px;
    background: #FFFFFF;
    border: 4px solid #5221BD;
    box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
}
.blog-section-card .date {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    margin: 10px;
}
.blog-section-card .header img {
    display: block;
    width: 180px;
    height: 180px;
    margin: 10px auto;
    border-radius: 50%;
    object-fit: cover;
}
.blog-section-card .content .title {
    font-style: normal;
    font-weight: 900;
    font-size: 17px;
    line-height: 30px;
    text-align: right;
    margin: 10px;
    height: 60px;
    overflow: hidden;
}
.blog-section-card .content .description {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    height: 220px;
    overflow: hidden;
    margin: 15px;
    letter-spacing: 0 !important;
}
.blog-section-card .content a {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-align: right;
    text-decoration: none;
    color: #202020;
    float: left;
    margin: 0 15px;
}
/*--------------------------------------------------------------
# related blogs
--------------------------------------------------------------*/
.related-section {
    margin: 0;
    padding: 30px 0;
    color: #FFFFFF;
    background-color: #333533;
}
.related-section .title {
    text-align: center;
    font-size: 28px;
    font-weight: 900;
    margin: 0 0 50px 0 !important;
}
.related-section-card {
    display: block;
    max-width: 480px;
    max-height: 400px;
    margin: 0 auto;
}
.related-section-card img {
    display: block;
    margin: 0 auto;
    width: 250px;
    height: 250px;
    border-radius: 10px;
}
.related-section-card .subject {
    font-weight: 900;
    font-size: 14px;
    text-align: center;
    margin-top: 30px;
    width: 250px;
}
/*--------------------------------------------------------------
# course cards
--------------------------------------------------------------*/
.course-card {
    display: block;
    max-width: 290px;
    width: 290px;
    max-height: 460px;
    height: 460px;
    margin: 0 auto;
    border-radius: 20px;
    background-color: #FFFFFF;
    border: 4px solid #5221BD;
}
.course-card .header img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 150px;
    max-height: 150px;
    margin: 0 auto 20px auto;
    border-radius: 17px 17px 0 0;
    object-fit: cover;
}
.course-card .body .name {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 20px;
    text-align: center;
}
.course-card .body .intro {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
    height: 150px;
    max-height: 150px;
    overflow: hidden;
}
.course-card .body .register {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
    margin: 0 auto;
    width: 180px;
    height: 50px;
    background: #5221BD;
    border-radius: 10px;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    text-decoration: none;
}
/*--------------------------------------------------------------
# diet cards
--------------------------------------------------------------*/
.diet-box {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 25px auto;
    padding: 20px 10px;
    border-radius: 20px;
    background-color: #f5f5f5;
    border: 4px solid #5221BD;
}
.diet-box-subjects {
    font-weight: 900;
    font-size: 17px;
    margin: 0;
}
.diet-box-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
    margin: 0 auto;
    float: left;
    width: fit-content;
    height: 50px;
    background: #5221BD;
    border-radius: 10px;
    text-align: left;
    color: #FFFFFF;
    font-size: 16px;
    text-decoration: none;
}
.diet-box-btn-disable {
    background: rgba(87, 52, 166, 0.75);
}

.diet-box-btn:hover,
.diet-box-btn-disable:hover {
    color: #FFFFFF;
    text-decoration: none;
}
/*--------------------------------------------------------------
# sections cards
--------------------------------------------------------------*/
.section-box {
    width: 100%;
    padding: 20px 10px;
    border-radius: 20px;
    background-color: #f5f5f5;
    border: 4px solid #5221BD;
}
.section-box-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
    margin: 0 auto;
    width: fit-content;
    height: 50px;
    background: #00C800;
    border-radius: 10px;
    text-align: left;
    color: #FFFFFF;
    font-size: 16px;
    text-decoration: none;
    border: none;
}
.section-box-btn:hover {
    color: #FFFFFF;
    font-weight: 900;
}
.section-box-btn-disable {
    background: rgba(0, 200, 0, 0.5);
}
/*--------------------------------------------------------------
# ticket cards
--------------------------------------------------------------*/
.tickets-title {
    font-weight: 900;
    font-size: 20px;
    color: #202020;
}
.ticket-box {
    width: 100%;
    padding: 20px 10px;
    border-radius: 20px;
    background-color: #f5f5f5;
    border: 4px solid #5221BD;
}
.item {
    /*position:relative;*/
    display:inline-block;
}
.item .avatar {
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 15px auto;
}
.item .notify-badge{
    position: absolute;
    right: -20px;
    top: 10px;
    background: red;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color: white;
    padding: 5px 10px;
    font-size: 16px;
}
