.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px 0;
}
*+.uk-h1,
*+.uk-h2,
*+.uk-h3,
*+.uk-h4,
*+.uk-h5,
*+.uk-h6,
*+h1,
*+h2,
*+h3,
*+h4,
*+h5,
*+h6 {
    margin-top: 0;
}

.home-section {

}


/* BLUE WHALE ACADEMY ------------------- */
.home-section-1 {
    background-color: #fafafa;
}
.home-section-1 .img-area img {
    /* width: 340px; */
    object-fit: contain;
}
.home-section-1 .txt-area h2 {
    font-weight: 600;
    font-size: 40px;
}
.home-section-1 .txt-area p {
    font-size: 16px;
}
.start-learning-div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    background-color: var(--c-08);
    padding: 14px 0;
}
.start-learning-div .top {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.start-learning-div .icon {
    width: 24px;
    aspect-ratio: 1 / 1;

    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    --bg-image: url('<?=WEB_ASSETS_PATH?>web/img/whale.jpg');
    background-image: var(--bg-image);    
}
.start-learning-div .txt {

}
.start-learning-div > * + * {
    margin-left: 15px;
}
@media (max-width: 768px) {
    .home-section-1 {
        padding-bottom: 0;
    }
    .home-section-1 .txt-area h2,
    .home-section-1 .txt-area p {
        /* text-align: center; */
        text-align: left;
    }
    .home-section-1 .txt-area h2 {
        font-size: 28px;
    }
    .start-learning-div {
        flex-direction: column;
        padding-right: 15px;
        padding-left: 15px;
        align-items: flex-end;
    }
    .start-learning-div > * + * {
        margin-top: 5px;
        margin-left: 0;
    }
}


/* 特色區塊 ------------------- */
.feature-list-div {
    display: grid;
    gap: 24px;
    /*grid-template-columns: 1fr 1fr 1fr 1fr 1fr;*/
    grid-template-columns: repeat(auto-fit, 215px);
    justify-content: center;
    transform: translateY(-40px);
}
.feature-list-div .feature-block {
    background-color: #ddd5;
    
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-decoration: unset;
    color: var(--c-10);
    border: 1px solid #EAECEF;
    background-color: #fff;
    height: 104px;
    border-radius: 12px;
}
.feature-list-div .feature-block:hover {
    --tw-shadow: 0 8px 14px 0 rgba(71, 77, 87, .08), 0 2px 6px 0 rgba(24, 26, 32, .1) !important;
    --tw-shadow-colored: 0 8px 14px 0 var(--tw-shadow-color), 0 2px 6px 0 var(--tw-shadow-color) !important;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000)
}
.feature-list-div .feature-block .icon {
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 0 auto;
}
.feature-list-div .feature-block .icon i {
    font-size: 36px;
    line-height: 40px;
    color: var(--c-01);
}
.feature-list-div .feature-block .text {
    font-size: 16px;
    font-weight: 600;
    margin-top: 4px;
    text-align: center;
}
@media (max-width: 1200px) {
    .feature-list-div {
        gap: 16px;
    }
}
@media (max-width: 768px) {
    .feature-list-div {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        transform: translateY(0px);
    }
    .feature-list-div .feature-block {
        padding: 12px;
        flex-direction: row;
        height: auto;
    }
    .feature-list-div .feature-block .icon {
        width: 24px;
        height: 24px;
    }
    .feature-list-div .feature-block .icon i {
        font-size: 22px;
        line-height: 24px;
    }
    .feature-list-div .feature-block .text {
        font-size: 14px;
        margin-top: 0;
        margin-left: 5px;
    }
}



/*  ------------------- */
.home-section-5 {

}
@media (max-width: 768px) {
    .home-section-5 {
        background-color: #fafafa;
    }
}



/* Join Us in Advancing Blockchain Education ------------------- */
.join_us_row {

}
.join_us_row img {
    width: 500px;
    margin-top: 25px;
}
.join_us_row p {
    color: var(--c-01);
    font-weight: 600;
    font-size: 1.1rem;
}
.join_us_row button {

}
@media (max-width: 768px) {
    .join_us_row img {
        width: 250px;
        margin-top: 15px;
    }
}
.article-href,
.article-href:hover {
    text-decoration: none;
    color: unset;
}