/* Works on Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #222 #f3f3f3;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 12px;
}

*::-webkit-scrollbar-track {
    background: #f3f3f3;
}

*::-webkit-scrollbar-thumb {
    background-color: #222;
    border-radius: 25px;
    border: 4px solid #f3f3f3;
}

.container {
    padding-right: calc(var(--bs-gutter-x) * .8) !important;
    padding-left: calc(var(--bs-gutter-x) * .8) !important;
}

body {
    font-size: 17px;
    overflow-x: hidden;
    color: black;
}

@media (min-width: 769px) {
    body {
        font-size: 19px;
    }
}

body mark {
    color: #71b045;
}

a {
    text-decoration: none;
    transition: all 0.3s linear;
}

.btn {
    border-radius: 0;
    padding: 0.5rem 1.3rem;
    font-size: 1.1rem;
    letter-spacing: 0.5rem;
}

.btn-primary {
    border: 1px solid white !important;
    background-color: #ff5200;
    position: relative;
    transition: all 0.3s linear;
}

.btn-primary:after {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    content: 0;
    font-family: "Bootstrap-icons";
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #363837;
}

.btn-secondary {
    border: 1px solid white !important;
    background-color: #71b045;
    position: relative;
    transition: all 0.3s linear;
}

.btn-secondary:after {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    content: "\F285";
    font-family: "Bootstrap-icons";
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
    background-color: #363837;
}

body {
    font-family: Arial, 'Noto Sans TC', sans-serif;
}

.content .store-box a .txt-box .show {
    font-family: Tims New Roman, 'Noto Serif TC', serif;
}

@media (min-width: 769px) {
    .fixed-top .offcanvas {
        padding: 0;
    }
}

.fixed-top .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link {
    width: 100%;
    color: white !important;
    padding: 0.7rem 0 !important;
}

.fixed-top .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link span {
    font-size: 1.1rem !important;
}

@media (min-width: 769px) {
    .fixed-top .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link {
        color: black !important;
        width: 90px !important;
        padding: 5px 1.5rem;
        height: calc(32px + 20px);
        font-size: 1rem !important;
        line-height: 1.1rem !important;
        align-items: center;
        justify-content: center;
    }

    .fixed-top .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link span {
        font-size: 0.8em !important;
        display: block;
    }
}

@media (min-width: 992px) {
    .fixed-top .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link {
        height: calc(35px + 20px);
    }
}

@media (min-width: 1200px) {
    .fixed-top .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link {
        height: calc(40px + 20px);
    }
}

.banner .reel img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
}

@media (min-width: 992px) {
    .banner .wrap img {
        width: 100%;
    }
}

.banner .wrap img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
}

@media (min-width: 992px) {
    .banner .wrap img {
        width: 100%;
    }
}

.intro {
    --bs-gutter-x: 30px;
    width: 100%;
    padding: 0;
}

.intro .wrap {
    position: relative;
}

@media (min-width: 992px) {
    .intro {
        padding: 0 calc(var(--bs-gutter-x)* 1) !important;
    }

    .intro .wrap {
        padding: 3rem calc(var(--bs-gutter-x)* 2) !important;
    }
}

@media (min-width: 1200px) {
    .intro {
        padding: 0 calc(var(--bs-gutter-x)* 1) !important;
    }

    .intro .wrap {
        padding: 3rem calc(var(--bs-gutter-x)* 4) !important;
    }
}

.intro .wrap {
    position: relative;
    width: 100%;
    border-left: transparent;
    border-right: transparent;
    border-bottom: transparent;
    background-color: transparent;
    padding: calc(var(--bs-gutter-x)* 1);
}

.intro .wrap .intro-title {
    font-size: 1.35rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}

.intro .wrap .intro-title:before {
    display: inline-flex;
    margin-right: 10px;
    width: 75px;
    height: 75px;
    content: "";
    background-image: url("../images/intro-logo.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (min-width: 769px) {
    .intro .wrap .intro-title {
        font-size: 1.5rem;
        margin: 30px 0;
    }

    .intro .wrap .intro-title:before {
        margin-right: 10px;
        width: 100px;
        height: 100px;
    }
}

@media (min-width: 1200px) {
    .intro .wrap .intro-title {
        font-size: 2rem;
    }

    .intro .wrap .intro-title:before {
        margin-right: 20px;
        width: 125px;
        height: 125px;
    }
}

.intro .wrap .intro-p {
    line-height: 2.5rem;
}

.intro .wrap .activities {
    margin-top: 2.5rem;
    color: white;
    z-index: 1;
    position: relative;
}

.intro .wrap .activities .header {
    position: relative;
    width: 100%;
    height: 25px;
}

.intro .wrap .activities .header:after {
    position: absolute;
    left: 20px;
    top: 0;
    width: calc(100% - 40px);
    height: 100%;
    content: "";
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #ca3830;
    border-left: 5px solid #71b045;
    border-top: 5px solid #71b045;
    border-right: 5px solid #71b045;
}

.intro .wrap .activities .body {
    border-left: 5px solid #71b045;
    border-right: 5px solid #71b045;
    background-color: #ca3830;
    padding: 10px 3rem;
    margin: -1px 0;
    border-radius: 20px;
}

.intro .wrap .activities .body .title {
    font-size: 2rem;
    letter-spacing: 0.2rem;
}

.intro .wrap .activities .body p {
    font-size: 1rem;
    text-align: justify;
}

.intro .wrap .activities .body .col-12 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.intro .wrap .activities .body .col-12:first-child {
    border-right: 0;
}

@media (min-widthh: 769px) {
    .intro .wrap .activities .body .col-12:first-child {
        border-right: 3px solid #71b045;
    }
}

.intro .wrap .activities .body .col-12 .btn-primary,
.intro .wrap .activities .body .col-12 .btn-secondary {
    width: 100%;
}

.intro .wrap .activities .footer {
    position: relative;
    width: 100%;
    height: 25px;
}

.intro .wrap .activities .footer:after {
    position: absolute;
    left: 20px;
    top: 0;
    width: calc(100% - 40px);
    height: 100%;
    content: "";
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    background-color: #ca3830;
    border-left: 5px solid #71b045;
    border-bottom: 5px solid #71b045;
    border-right: 5px solid #71b045;
}

.content .store-box a {
    padding: 5px;
    display: flex;
    flex-direction: column;
    color: white;
    border-radius: 30px;
    border: 1px solid #71b045;
    overflow: hidden;
    height: 100%;
}

.content .store-box a img {
    z-index: 1;
    position: relative;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border: 2px solid #71b045;
}

.content .store-box a .txt-box {
    background-color: #71b045;
    padding: 1rem;
    z-index: 2;
    position: relative;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    transition: all 0.3s linear;
}

.content .store-box a .txt-box .btn-more {
    padding: 0.5rem 1.2rem;
    background-color: white;
    color: black;
    text-align: center;
    font-family: 'Oswald', Arial;
    text-transform: uppercase;
    font-size: 0.9rem;
    border-radius: 35px;
    order: 2;
    width: 100%;
    transition: all 0.3s linear;
}

.content .store-box a .txt-box .store-name {
    font-family: "Oswald", Airal, "Noto_Sans_TC", sans-serif !important;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 1rem;
    padding: 0;
    font-weight: 300;
    width: 100%;
    order: 1;
}

.content .store-box a .txt-box .show {
    font-size: 0.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    box-sizing: border-box;
    padding: 0 1rem;
    display: none;
}

.content .store-box a:hover .txt-box,
.content .store-box a:active .txt-box,
.content .store-box a:focus .txt-box {
    background-color: #ca3830;
}

.content .store-box a:hover .txt-box .btn-more,
.content .store-box a:active .txt-box .btn-more,
.content .store-box a:focus .txt-box .btn-more {
    color: #ca3830;
}

.content .store-box a:hover .txt-box .store-name,
.content .store-box a:active .txt-box .store-name,
.content .store-box a:focus .txt-box .store-name {
    color: white;
}

.list {
    font-size: 0.85em;
}

.list .col-12 a {
    color: #71b045;
    font-family: 'Oswald', 'Noto_Sans_TC', Arial, sans-serif;
    padding-left: 25px;
    position: relative;
    display: block;
    font-size: 1rem;
}

.list .col-12 a:before {
    counter-increment: section;
    content: "" counter(section) ".";
    position: absolute;
    left: 0;
    top: 0;
    color: #71b045;
}

.filterDiv {
    display: none;
    /* Hidden by default */
}

/* The "show" class is added to the filtered elements */
.show {
    display: block;
    transition: all 0.3s linear;
}