.landing {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 50px;
}

.landing>:first-child {
    width: 55%;
    text-align: center;
}
.landing>:last-child {
    width: 40%;
    text-align: center;
}

.landing>div>img {
    width: 50%;
}

.landing h1 {
    font-family: "extra_bold";
    font-size: 1.5vw;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #2D2D2D;
    font-weight: 700;
}

.landing h2 {
    font-family: "light";
    font-size: 1.2vw;
    color: #7A7A7A;
    margin-top: 10px;
}

.landing>:first-child {
    text-align: right;
}


.cta>a {
    font-family: "bold";
    font-weight: 100;
    padding: 7px 20px;
    margin-top: 20px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 10px;
    color: #2D2D2D;
}

.cta>:first-child {
    background-color: #FFD301;
}

.cta>:last-child {
    border: 1px #EAEAEA solid;
}

.student_profile {
    display: flex;
    justify-content: space-evenly;
    justify-content: start;
    align-items: center;
    margin-top: 50px;
}

.student_profile>:first-child {
    position: relative;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    content: '';


}

.student_profile>:first-child img {
    width: 40px;
    position: absolute;
}

.student_profile>:first-child>:nth-child(1) {
    position: static;
}

.student_profile>:first-child>:nth-child(2) {
    right: 20px;
    z-index: 2;
}

.student_profile>:first-child>:nth-child(3) {
    right: 40px;
    z-index: 3;
}

.student_profile>:first-child>:nth-child(4) {
    right: 60px;
    z-index: 4;
}

.student_profile>:last-child {
    display: flex;
    justify-content: space-evenly;
    justify-content: space-evenly;
    flex-direction: column;
    margin-right: 100px;
}

.student_profile>:last-child>:first-child {
    font-family: "bold";
    font-size: 15px;
}

.student_profile>:last-child>:last-child {
    opacity: 0.7;
}

@media screen and (max-width:768px) {
    .landing {
        justify-content: space-evenly;
        flex-wrap: wrap;
        padding: 20px;
    }

    .landing>div {
        width: 100%;
    }

    .landing h1 {
        font-size: 4vw;
    }
    .landing h1 img{
        width: 36px;
    }
    .landing h2 {
        font-size: 3.5vw;
        margin-top: 10px;
    }

    .cta {
        margin-top: 20px;
    }

    .student_profile {
        margin-top: 10px;
    }
    .landing>:first-child {
        width: 100%;
        text-align: center;
    }
    .landing>:last-child {
        margin-top: 30px;
        width: 100%;
    }

    .landing>div>img {
        width: 50%;
    }
}

.quick-info {
    width: 100%;
    background-image: url("static/img/eslab_background.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px;
}

.count-info {
    display: flex;
    justify-content: space-evenly;
    width: 60%;
    justify-content: space-evenly;
    margin-top: 80px;
    margin-bottom: 50px;
}

.count-info>div {
    display: flex;
    justify-content: space-evenly;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
}

.count-info>div>:first-child {
    font-family: "extra_bold";
    font-size: 25px;
    color: #2D2D2D;
}

.count-info>div>:last-child {
    font-family: "medium";
    opacity: 0.7;
    font-size: 15px;
    margin-top: 5px;
    color: #2D2D2D;
}

.quick-info h2 {
    font-size: 2vw;
    font-family: "extra_bold";
    color: #2D2D2D;
    margin-top: 50px;
}

.quick-info h3 {
    color: #2D2D2D;
    opacity: 0.9;
    font-family: "bold";
    font-size: 1vw;
    margin-top: 15px;
    margin-bottom: 20px;
}

.quick-info p {
    color: #2D2D2D;
    font-size: 15px;
    font-family: "medium";
    opacity: 0.7;
}

@media screen and (max-width:768px) {
    .quick-info {
        margin-top: 0;
        padding: 0 20px;
    }

    .quick-info h2 {
        font-size: 4.5vw;
        padding-top: 0;
        margin-top: 20px;
    }

    .quick-info h3 {
        font-size: 3.5vw;
    }

    .count-info {
        justify-content: space-evenly;
        flex-wrap: wrap;
        margin-right: -10px;
        width: 100%;
    }

    .count-info>div {
        width: 45%;
        margin-top: 20px;
        text-align: center;
    }
}

.services {
    padding: 50px 5%;
    display: flex;
    justify-content: space-evenly;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-evenly;
    margin-top: 50px;
}

.services>div {
    width: 35%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 20px;
}

.services img {
    width: 70px;
}

.services>div>div {
    margin-right: 10px;

}

.services>div>div>:first-child {
    display: block;
    font-family: "bold";
    color: #2D2D2D;
    font-size: 15px;
}

.services>div>div>:last-child {
    padding: 5px;
    display: inline-block;
}

@media screen and (max-width:768px) {
    .services {
        padding: 0;
        margin-bottom: 50px;
    }

    .services>div {
        width: 100%;
    }
}

.course-preview {
    background-color: #F5F5F5;
    text-align: center;
}

.course-preview h2 {
    font-family: "extra_bold";
    font-size: 2vw;
    text-align: center;
    padding: 50px 0 0;
    color: #2D2D2D;
}

.course-preview p {
    font-family: "medium";
    font-size: 1.2vw;
    margin-top: 5px;
    text-align: center;
    display: block;
    opacity: 0.8;
    color: #2D2D2D;
}

.course-preview>div {
    display: flex;
    justify-content: space-evenly;
    justify-content: center;
    gap: 2%;
    margin-top: 50px;
}

.course-preview>div>div {
    width: 20%;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 10px;

}

.course-preview>div>div>img {
    width: 100%;
    border-radius: 15px;
    height: 200px;

}

.course-preview h3 {
    font-family: "medium";
    margin-top: 15px;
}

.course-preview>div>div>span {
    font-family: "medium";
    font-size: 12px;
    margin-top: 5px;
    display: inline-block;
    color: #7A7A7A;
}

.rate-course {
    display: flex;
    justify-content: space-evenly;
    justify-content: start;
    gap: 5px;
    align-items: center;
}

.rate-course img {
    width: 17px;
}

.rate-course span {
    font-size: 13px;
    font-family: "bold";
    color: #2D2D2D;
    opacity: 0.9;
    display: inline-block;
    margin-top: 5px;
}


.teacher-course {
    display: flex;
    justify-content: space-evenly;
    justify-content: start;
    gap: 5px;
    align-items: center;
}

.teacher-course img {
    width: 17px;
}

.teacher-course span {
    font-size: 13px;
    font-family: "bold";
    color: #2D2D2D;
    opacity: 0.9;
    display: inline-block;
    margin-top: 5px;
}

.price-course {
    display: flex;
    justify-content: space-evenly;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 10px;
}

.discount-course {
    display: flex;
    justify-content: space-evenly;
    justify-content: start;
    align-items: center;
    gap: 5px;
}

.discount-course>:first-child {
    text-decoration: line-through;
    font-family: "bold";
    color: #B8B8B8;
}

.discount-course>:last-child {
    background-color: #FFD301;
    padding: 0 5px;
    font-family: "medium";
    font-size: 13px;
    border-radius: 10px;
}

.price-course>div>span {
    font-family: "bold";
    color: #2D2D2D;
}

.course-preview div a {
    width: 100%;
    border: 1px #EAEAEA solid;
    border-radius: 10px;
    display: block;
    text-align: center;
    font-family: "bold";
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 5px 0;
    color: #1E3A8A;
}

.course-preview>a {
    background-color: #1E3A8A;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 10px;
    color: #FFFFFF;
    font-family: "bold";
    text-align: center;
    margin: 30px auto;
}

@media screen and (max-width:1250px) {
    .course-preview>div>div {
        width: 25%;
    }
}

@media screen and (max-width:1050px) {
    .course-preview>div>div {
        width: 30%;
    }
}

@media screen and (max-width:850px) {
    .course-preview>div {
        justify-content: space-evenly;
        flex-wrap: wrap;
        margin-top: 0px;
    }

    .course-preview>div>div {
        width: 80%;
        margin-top: 30px;
    }

    .course-preview h2 {
        font-size: 6vw;
    }

    .course-preview p {
        font-size: 13px;
        padding: 10px;
    }
}


.category {
    padding: 50px;
}

.category-title {
    display: flex;
    justify-content: start;
    gap: 10px;
    align-items: stretch;
}

.category-title>span {
    content: '';
    display: inline-block;
    width: 5px;
    border-radius: 5px;
    background-color: #1E3A8A;

}

.category-title h2 {
    font-family: "extra_bold";
    font-size: 2vw;
    color: #2D2D2D;
}

.category p {
    font-family: "medium";
    font-size: 14px;
    color: #2D2D2D;
    opacity: 0.8;
    margin: 5px 20px;

}

.category-item {
    display: flex;
    justify-content: space-evenly;
    gap: 20px;
    justify-content: space-evenly;
    margin-top: 20px;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.category-item img {
    width: 80px;
}

.category-item a {
    display: flex;
    justify-content: space-evenly;
    justify-content: center;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    gap: 20px;
    border: 1px #EAEAEA solid;
    width: 10%;
    padding: 20px;
    border-radius: 20px;
    min-width: 160px;
}

.category-item span {
    font-family: "medium";
    font-size: 14px;
    color: #2D2D2D;
}

@media screen and (max-width:1050px) {
    .category-title h2 {
        font-size: 5vw;
    }
}

@media screen and (max-width:768px) {
    .category-item a {
        min-width: 100px;
        width: 45%;
    }

    .category-item img {
        width: 100%;
    }
}

.seminar {
    text-align: center;
}

.seminar h2 {
    text-align: center;
    font-family: "extra_bold";
    font-size: 2vw;
    color: #2D2D2D;
}

.seminar p {
    font-size: 1.2vw;
    color: #2D2D2D;
    opacity: 0.8;
    text-align: center;
    margin: 10px auto;
}

.seminar-item {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
}

.seminar-item>div {
    width: 350px;
    height: 250px;
    /* filter: brightness(50%); */
    border-radius: 20px;
    position: relative;

}

.seminar-item>div>a {
    /* Rectangle 50 */
    border-radius: 20px;

    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;

    background: linear-gradient(360deg, #2D2D2D 0%, rgba(45, 45, 45, 0) 100%);

    /* Inside auto layout */
    flex: 0 1 auto;
    /* This combines grow, shrink, and basis */
    justify-content: space-evenly;
    order: 1;
    z-index: 1;

}

.detail-course {
    display: flex;
    justify-content: space-evenly;
    justify-content: space-between;
}

.detail-course div {
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 2px 5px;
    margin: 10px 20px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 5px;
    border-radius: 5px;
}

.detail-course>div>span {
    font-size: 11px;
    font-family: "medium";
}

.detail-course>div>img {
    width: 16px;
}

.title-course {
    bottom: 0;
    position: absolute;
    padding: 5px 20px;
}

.title-course h3 {
    color: #FFFFFF;
    font-family: "bold";
    font-size: 15px;
}

.title-course p {
    font-family: "regular";
    font-size: 11px;
    text-align: right;
    color: #FFFFFF;
}

.seminar>a {
    display: inline-block;
    margin: 0 auto;
    padding: 10px 20px;
    border: 1px #EAEAEA solid;
    border-radius: 10px;
    text-decoration: none;
    color: #2D2D2D;
    opacity: 0.8;
    font-family: "bold";
    margin-top: 30px;
}

@media screen and (max-width:1250px) {
    .seminar-item>div {
        width: 245px;
        height: 175px;
    }

    .title-course h3 {
        font-size: 10px;
    }

    .title-course p {
        font-size: 8px;
    }
}

@media screen and (max-width:950px) {
    .seminar-item {
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

    .seminar-item>div {
        width: 95%;
        margin-top: 30px;
        min-height: 300px;
    }

    .title-course h3 {
        font-size: 12px;
    }

    .title-course {
        width: 100%;
        bottom: 15px;
    }

    .title-course p {
        font-size: 11px;
        display: none;
    }

    .seminar h2 {
        font-size: 5vw;
    }

    .seminar p {
        font-size: 13px;
    }
}

.shop-preview {
    width: 100%;
    background-image: url("static//img/shop_background.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 50px;
    margin: 30px 0;
    display: flex;
    justify-content: space-evenly;
    justify-content: start;
    gap: 20px;
    align-items: stretch;
    overflow-x: scroll;
    touch-action: pan-y;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.shop-preview::-webkit-scrollbar {
    display: none;
}

.shop-logo {
    width: 20%;
    padding: 0 20px;
}

.shop-logo img {
    width: 100%;
    height: 100%;
    min-width: 250px;
}


.shop-item {
    background-color: #FFFFFF;
    padding: 20px 30px;
    border-radius: 10px;
    line-height: 30px;
    width: 20%;
    min-width: 250px;
    text-align: center;
    margin: auto;
}

.shop-item img {
    width: 150px;
}

.shop-item h3 {
    font-family: "bold";
    font-size: 13px;
    color: #2D2D2D;
}

.shop-item p {
    font-family: "medium";
    font-size: 11px;
    color: #2D2D2D;
    opacity: 0.8;
}

.shop-item div {
    display: flex;
    justify-content: space-evenly;
    margin-top: 30px;
    justify-content: space-between;
}

.shop-item div>:last-child {
    font-family: "bold";
    font-size: 15px;
    color: #2D2D2D;
}

.discount-shop {
    color: #7A7A7A;
    text-decoration: line-through;
    font-family: "bold";
    font-size: 14px;
}

.portfolio {
    padding: 50px;
}

.portfolio>p {
    font-family: "medium";
    font-size: 14px;
    color: #2D2D2D;
    opacity: 0.8;
    margin: 5px 20px;
}

.all-portfolio {
    margin-top: 50px;
    display: flex;
    justify-content: space-evenly;
    justify-content: center;
    gap: 30px;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.object-portfolio {
    position: relative;
    width: 30%;
    margin: 30px 0;
    color: #7A7A7A;
    filter: drop-shadow(2px 4px 4px #00000050)
}

.object-portfolio>img {
    width: 100%;
    border-radius: 30px;
}

.object-portfolio>div {
    position: absolute;
    background-color: #FFFFFF;
    bottom: -30px;
    padding: 10px 20px;
    border-radius: 20px;
    width: 70%;
    right: 15%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.object-portfolio>div img {
    width: 20px;
}

.object-portfolio>div>span {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    justify-content: space-evenly;
}

.object-portfolio>div>span>span {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 10px;
}

@media screen and (max-width:1050px) {
    .object-portfolio {
        width: 45%;
    }
}

@media screen and (max-width:1050px) {
    .object-portfolio {
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .shop-preview {
        padding: 10px 20px;
        margin: 0;
        background-color: #f5f5f5;
    }

    .seminar {
        margin-top: 20px;
    }

}

.no-back {
    background-color: transparent;
}

.last-blog {
    padding: 50px;
    background-color: #F5F5F5;
}

.blog-title {
    display: flex;
    justify-content: space-evenly;
    gap: 10px;
    align-items: stretch;
    justify-content: space-between;
    align-items: center;
}

.blog-title>span {
    content: '';
    display: inline-block;
    width: 5px;
    border-radius: 5px;
    background-color: #1E3A8A;

}

.blog-title h2 {
    font-family: "extra_bold";
    font-size: 2vw;
    color: #2D2D2D;
}

.blog-title p {
    font-family: "medium";
    font-size: 14px;
    color: #2D2D2D;
    opacity: 0.8;
    margin: 5px 20px;

}

.blog-title a {
    display: flex;
    justify-content: space-evenly;
    justify-content: center;
    gap: 5px;
    align-items: center;
}

.blog-title a span {
    color: #1E3A8A;
    font-family: "bold";
}

.blogs {
    display: flex;
    justify-content: space-evenly;
    justify-content: center;
    gap: 25px;
}

.blogs>div {
    width: 30%;
    border-radius: 20px;
    padding: 25px;
    background-color: #FFFFFF;
}

.blogs>div>img {
    width: 100%;
    border-radius: 10px;
    height: 200px;
}

.detail-blog {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.detail-blog>span {
    display: flex;
    justify-content: space-evenly;
    justify-content: center;
    gap: 5px;
    align-items: center;
}

.detail-blog span {
    font-family: "medium";
    color: #7A7A7A;
    font-size: 11px;
}

.detail-blog span img {
    width: 20px;
}

.blog-content h3 {
    margin-top: 15px;
    font-size: 15px;
    font-family: "bold";
    opacity: 0.8;
}

.blog-content p {
    color: #7A7A7A;
    font-size: 13px;
    line-height: 25px;
    margin-top: 10px;
}

.read-blog {
    width: 100%;
    justify-content: end;
}

.read-blog img {
    width: 16px;
}

.read-blog a {
    display: flex;
    justify-content: space-evenly;
    justify-content: end;
    align-items: center;
    color: #1E3A8A;
    gap: 10px;
}

@media screen and (max-width:1050px) {
    .last-blog {
        padding: 20px;
    }

    .blogs {
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

    .blogs>div {
        width: 100%;
    }

    .blog-title>:last-child {
        display: none;
    }

    .blog-title h2 {
        font-size: 15px;
    }
}

.comment {
    background-color: #EBF0FC;
    padding: 50px;
}

.filter-comment {
    margin-top: 20px;
    margin-right: 20px;
    display: flex;
    justify-content: space-evenly;
    justify-content: start;
    gap: 20px;
}

.filter-comment>button.active {
    background-color: #4A6BC9;
    color: #FFFFFF;
}

.filter-comment>button {
    background-color: #FFFFFF;
    color: #2D2D2D;

    border: none;
    border-radius: 10px;
    padding: 5px 10px;
}

.comment-content {
    display: flex;
    justify-content: space-evenly;
    justify-content: center;
    gap: 20px;
}

.comment-object {
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 20px;
    width: 30%;
    margin-top: 40px;
}

.comment-object>div {
    display: flex;
    justify-content: space-evenly;
    justify-content: space-between;
    align-items: center;
}

.comment-object>div>:first-child {
    display: flex;
    justify-content: space-evenly;
    justify-content: start;
    align-items: center;
    gap: 20px;
}

.comment-object>div>div>div {
    display: flex;
    justify-content: space-evenly;
    justify-content: space-evenly;
    flex-direction: column;

}

.comment-object>div>div>div>:first-child {
    font-family: "bold";
}

.comment-object>div>div>div>:last-child {
    font-family: "regular";
    color: #2D2D2D;
}

.comment-object>div>:first-child img {
    width: 48px;

}

.star img {
    width: 16px;
}

.comment-object p {
    color: #7A7A7A;
    margin-top: 20px;
    font-size: 12px;
}

@media screen and (max-width:768px) {
    .filter-comment {
        justify-content: space-evenly;
        flex-wrap: wrap;

    }

    .filter-comment>* {
        width: 100%;
    }

    .comment-object {
        width: 100%;
    }

    .comment-content {
        justify-content: space-evenly;
        flex-wrap: wrap;
    }
}

.support {
    width: 100%;
    text-align: center;
}

.support>div {
    display: flex;
    justify-content: space-evenly;
    justify-content: center;
    align-items: center;
    background-color: #2D2D2D;
    border-radius: 20px;
    margin: 100px auto;
    width: 60%;
}

.support>div>div {
    width: 50%;
}

.support div img {
    width: 100%;
    border-radius: 20px;
}

.support>div form {
    padding: 20px;
    display: flex;
    justify-content: space-evenly;
    justify-content: space-evenly;
    flex-direction: column;
    gap: 30px;
    justify-content: space-evenly;
}

.support>div h2 {
    text-align: right;
    font-family: "extra_bold";
    font-size: 20px;
    color: #FFFFFF;
}

.support input[type="text"] {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 13px;
}

.support input[type="submit"] {
    background-color: #FFFFFF;
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    display: inline-block;
    width: max-content;
    margin-top: -10px;
    font-family: "bold";
}

@media screen and (max-width:1050px) {
    .support>div {
        width: 80%;
    }
}

@media screen and (max-width:950px) {
    .support>div {
        width: 90%;
    }

    .support>div>div {
        width: 100%;
    }

    .support>div>:last-child {
        display: none;
    }

}