/* .title {
    background: linear-gradient(to right, #ff7e5f, #feb47b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */

body {
    background-color: #fff;
}

.section-container{
    margin-left: 208px;
    margin-right: 208px;
}

.topbar {
    background: #ffb699; /* fallback for old browsers */
    /* background: linear-gradient(162deg, #f8954a 22%, #ff4f3b 100%); */
    background: linear-gradient(162deg, rgba(190, 100, 250, 1) 22%, rgba(66, 179, 254, 1) 100%);
}

.resource:hover>:not(:hover) img{
    opacity: 0.5;
    filter: blur(2px);
    transform: scale(0.98);
}

/* 特色卡片 */
.featureCard01 {
    background: rgb(63, 94, 251);
    background: linear-gradient(112deg, rgba(63, 94, 251, 0.8799894957983193) 0%, rgba(252, 70, 107, 0.8519782913165266) 100%);
}
/* 
.featureCard02 {
    background: rgb(251, 113, 63);
    background: linear-gradient(112deg, rgba(251, 113, 63, 0.8799894957983193) 0%, rgba(252, 146, 70, 0.8519782913165266) 100%);
} */

.featureCard03 {
    background: rgb(252, 170, 70);
    background: linear-gradient(162deg, rgba(252, 170, 70, 0.8519782913165266) 22%, rgba(251, 63, 247, 0.7343312324929971) 100%);
}


/* Sign In */
.hr-text {
    display: flex;
    align-items: center;
    margin: 2rem 0;
    font-size: .625rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .04em;
    line-height: 1rem;
    color: gray;
    height: 1px
}

.hr-text:after,
.hr-text:before {
    flex: 1 1 auto;
    height: 1px;
    background-color: gray
}

.hr-text:before {
    content: "";
    margin-right: .5rem
}

.hr-text:after {
    content: "";
    margin-left: .5rem
}

.hr-text>:first-child {
    padding-right: .5rem;
    padding-left: 0;
    color: gray
}


@media (max-width: 1024px) {
    .section-container {
        margin-left: 20px;
        margin-right: 20px;
    }
 }

/* ======================== 測驗頁面 ======================== */

/* .scopeCheckBox::c */

