/*!
 * app.css for master
 * Author wzcoder.com
 * @Copyright 2005-2021 wzcoder.com (http://www.wzcoder.com)
 * @version 1.0
 * @date 2021-03-05-1:59 PM
 */

/*--------------------------------------------------------------
# 加载组件样式
--------------------------------------------------------------*/
@import "navbar.css";
@import "hero.css";
@import "footer.css";

/*--------------------------------------------------------------
# App通用
--------------------------------------------------------------*/
.section-title p {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 1px;
    color: var(--primary-color);
    display: block;
    margin-bottom: 1rem;
}

.section-title h2 {
    letter-spacing: 2px;
    font-weight: 600;
}

.section-title h2:after {
    display: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.btn-style,
.btn-white {
    padding: 10px 36px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    transition: 0.3s ease-in;
    border-radius: 35px;
    background: var(--primary-color);
    border: 2px solid transparent;
    color: #fff;
}

.btn-style.btn-white {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.btn-style:hover {
    background: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.btn-style.btn-white:hover {
    background: #fff;
    color: var(--primary-color);
    border: 2px solid #fff;
}

.border-radius__8 {
    border-radius: 8px;
}

.border-radius__5 {
    border-radius: 5px;
}

.section-title__left .title-main {
    font-size: 32px;
    line-height: 50px;
    font-weight: 700;
    color: var(--title-color);
}

.section-title__left .title-sub {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 1px;
    color: var(--primary-color);
    display: block;
}

.index-features {
    position: relative;
    margin-top: -5%;
}

.features-box {
    background: #FFFFFF;
    box-shadow: 0 25px 98px 0 rgb(0 0 0 / 3%);
    padding: 40px 40px;
    transition: all 0.5s ease 0s;
    position: relative;
    z-index: 100;
}

.features-box:hover {
    box-shadow: 0 25px 98px 0 rgb(0 0 0 / 10%);
}

.features-box .box-wrapper {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 30px;
}

.features-box i {
    font-size: 48px;
}

.features-box .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    text-align: center;
    background: var(--light-bg-color);
    color: var(--primary-color);
}

.features-box .title {
    text-align: left;
}

.features-box .title p {
    font-size: 15px;
    color: var(--text-color-secondary);
    margin-bottom: 0;
}

.features-box .title h3 {
    font-size: 22px;
    color: var(--title-color);
}

.features-box .content {
    color: var(--text-color-secondary);
}

.icon-box {
    display: flex;
}

.icon-box .icon {
    width: 64px;
    min-width: 64px;
    height: 64px;
    background-color: var(--light-bg-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box .icon i {
    font-size: 48px;
    color: var(--primary-color);
}

.icon-box .content {
    margin-left: 20px;
}

.icon-box .content .title {
    font-size: 22px;
}

.icon-box .content .description {
    color: var(--text-color-secondary);
}

.cta {
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    color: #FFFFFF;
}

.cta h3.cta-title {
    font-size: 42px;
    font-weight: 600;
    line-height: 1.4;
}

.cta .cta-text {
    padding: 25px 0;
    font-size: 22px;
}

.post-box .post-description h3 {
    font-size: 20px;
    line-height: 1.4;
    margin: 1.5rem 0;

}

.post-box .post-description span {
    font-size: 14px;
    color: var(--text-color-secondary);
}

.post-box .post-description a.category {
    font-size: 14px;
    color: var(--primary-color);
}

.post-box .post-description i {
    margin-right: 5px;
}

#footer .footer-top {
    padding-bottom: 0;
}

#footer .links {
    padding: 15px 0;
}

.footer-logo {
    margin-bottom: 30px;
}

@media (max-width: 767.98px) {


    .footer-logo img {
        max-height: 100px;
    }
}


.footer-navbar {
    padding: 0;
    list-style: none;
}

.footer-navbar li {
    display: inline-block;
}

.footer-navbar li:after {
    content: '//';
    display: inline-block;
    padding: 0 10px;
}

.footer-navbar li:last-child:after {
    display: none;
}

.footer-nav {
    border-bottom: 1px solid hsl(0deg 0% 87% / 5%)
}

.banner-inner {
    background-size: cover;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: center;
    background-attachment: fixed;
    min-height: 300px;
    position: relative;
}

.banner-inner-wrapper {
    color: #FFFFFF;
    text-align: center;
}

.banner-inner-wrapper h3 {
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 1px;
}

.banner-inner-wrapper .breadcrumb {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.5rem;
}

.banner-inner-wrapper .breadcrumb a {
    color: #FFFFFF;
}

.job-box {
    box-sizing: border-box;
    background: white;
    padding: 40px 30px;
    box-shadow: 0 2px 22px 0 rgb(0 0 0 / 5%);
    border-left: 2px solid var(--primary-color);
    margin-bottom: 20px;
    transition: .3s ease;
    -webkit-transition: .3s ease;
}

.job-box:hover {
    transform: translateY(-5px);
}

.job-box h3 {
    font-size: 22px;
    margin-bottom: 1rem;
}

.job-box ul li {
    display: inline-flex;
    align-items: center;
    color: var(--text-color-secondary);
    margin-right: 10px;
}

.job-box ul li i {
    margin-right: 5px;
}

.maps {
    padding-top: 0;
    min-height: 420px;
}

#maps {
    min-height: 40vh;
}

.maps-detail {
    min-width: 400px;
    margin-left: 10px;
    margin-right: 30px;
}

.maps-detail h4 {
    font-size: 18px;
    color: var(--title-color);
}

.maps-detail p {
    font-size: 14px;
    color: var(--text-color-secondary);
}

.feedback input,
.feedback textarea {
    border-radius: 5px !important;
}

.article-title {
    margin-bottom: 1.5rem;
    border-bottom: 1px solid var(--border-color);
}

.article-title h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 1rem;
}

.article-title p {
    color: var(--text-color-secondary);
    font-size: 14px;
}

.article-title p span {
    margin-right: 20px;
}

.article-footer {
    padding-top: 1rem;
    margin-top: 1.5rem;
    border-top: 1px solid var(--border-color);
}

.article-prev-next span {
    margin-right: 10px;
}

@media (max-width: 768px) {
    .features-box .title h3 {
        font-size: 18px;
    }

    .section-title__left .title-sub {
        text-align: center;
    }

    .section-title__left .title-main {
        font-size: 22px;
        line-height: 1.4;
        text-align: center;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .index-about-right .w-btn-default {
        display: block;
    }

    .icon-box .content .title {
        font-size: 18px;
    }

    .cta h3.cta-title {
        font-size: 22px;
    }

    .cta .cta-text {
        font-size: 16px;
    }

    .post-box .post-description h3 {
        font-size: 18px;
    }

    .job-box {
        padding: 10px 15px;
        margin-bottom: 0;
    }

    .job-box h3 {
        font-size: 18px;
    }
}
