.navbar{
    font-weight: 600;
    color: #333;
    font-size: 18px;
}

.animate__hidden{
    visibility: hidden;
}

body{
    font-family: Open Sans, sans-serif;
}

.navTransparent{
    background: transparent;
}

.navScrolled{
    background: #fff;
}

.bg-cover{
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin-top: 0;
    padding-top: 0;
    display: flex;
    position: relative;
}

.nav-link a{
    text-decoration: none;
}

.btn-primary {
    background-color: #E53947 !important;
    border-color: #E53947 !important;
}

.icon-img{
    width: 136px;
    height: 136px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.icon-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/*滾動條部分*/
.rangeslider__fill{
    background: #A9D9DB !important;
    border-radius: 5px !important;
}

.rangeslider--horizontal{
    background: #E53947 !important;
    border-radius: 5px !important;
    height: 15px !important;
}

.rangeslider__handle{
    background: #F1F9EE !important;
    width: 25px !important;
    height: 25px !important;
    top: -5px !important;
}

/*底部導航欄*/
#footer{
    background-color: #1d3557;
    position: relative;
    width: 100%;
    color: #fff;
}

.footer-title{
    padding-left: 3vw;
    line-height: 48px;
}

.footer-nav-title{
    color: #e53947;
}

.footer-nav-item{
    color: #fff;
    text-decoration: none;
    display: block;
    letter-spacing: 5px;
    font-size: 18px;
    line-height: 22px;
    cursor:pointer;
}

@media (max-width: 991px) {
    .animate__hidden{
        visibility: visible;
    }

    .navbar{
        background-color: #fff;
        border-top: 1px solid #f2f4f7;
    }

    .navbar-toggler {
        border: none; /* 移除边框 */
    }

    #navmenu{
        -webkit-text-fill-color: inherit;
        background-color: #fff;
        border-top: 1px solid #f2f4f7;
        padding: 1.5rem 2rem 5rem;
    }

    #navmenu ul.navbar-nav {
        justify-content: center;
        flex-direction: column;
    }

    #navmenu ul.navbar-nav .nav-item,.menu-right {
        text-align: center;
        font-size: 1rem;
        width: 100%;
        padding: .75rem 0;
    }

    #footer{
        border-top: 2vh solid #e53947;
    }

    .footer-nav{
        padding-left: 4vw;
    }

    .footer-title{
        font-size: 26px;
    }

    .footer-nav-title{
        font-size: 22px;
    }
}

@media (min-width: 992px) {
    .navbar{
        min-height: 4.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    #navmenu{
        min-height: 6rem;
        padding-left: 2rem;
        padding-right: 2rem;
        flex: 1;
        justify-content: space-between;
        align-self: auto;
        align-items: center;
        margin-left: 1.5rem;
        display: flex;
        position: static;
    }

    #footer{
        border-top: 12px solid #e53947;
    }

    .footer-title{
        font-size: 32px;
    }

    .footer-nav-title{
        font-size: 32px;
    }

    .big-btn{
        padding: 1rem 1.8rem !important;
        font-size: 1.25rem !important;
    }
}