@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+HK:wght@400;700;900&display=swap');
body {
    font-family: 'Noto Sans HK', sans-serif;
    background-color: #fff;
}

header{
  background-color: #ffffff!important;
  position: fixed;
  width: 100%;
  z-index: 3;
}

input[type=radio] {
    margin-right: 5px;
}

.form-control[readonly] {
    background-color: #fff;
}

.bg-light{
    background-color: #f3f3f3!important;
}

.logo-area{
    text-align: center;
    position: relative;
}

.logo img{
    width: 75px;
}

.logo-area .info-social{
    position: absolute;
    right: 30px;
    top: 30px;
}

.navbar-area{
    background-color: #f3f3f3;
}

.navbar-light .navbar-nav .nav-link{
    color: #000000;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    padding: 0.5rem 30px;
    letter-spacing: 3px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color: #000000;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.form-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.form-btn .g-recaptcha{
    flex: 0 0 auto;
}

.form-btn button{
    background-color: #9f1701;
    flex: 1 1 200px;
    color: #ffffff;
    padding: 5px 0;
    border-radius: 5px;
}

.form-text{
    text-align: center;
    margin-top: 30px;
    color: #a5a5a4;
}

.form-text span{
    color: #9f1701;
    text-decoration: underline;
    margin-right: 15px;
}

/*banner*/

.banner{
    padding-top: 143px;
    position: relative;
    z-index: -1;
}

.banner img{
    width: 100%;
    display: block;
}

.banner-img{
    position: relative;
}

/* 導覽列與封面圖之間的橫幅文字色帶 */
.banner-slogn{
    background-color: #9e1700d9;
    color: #e6b96a;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 3px;
    padding: 12px 15px;
    text-align: center;
    z-index: 2;
}

.banner-slogn span{
    display: inline-block;
    margin: 0 12px;
    white-space: nowrap;
}

/*type*/

.type-all{
    background-color: #9f1701;
    padding: 15px 0;
    border-bottom: 5px solid #e6b96a;
    margin-top: -30px;
    position: relative;
    z-index: 2;
}

.type-area{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.type-text{
    color: #e8c889;
    text-align: center;
    font-size: 18px;
}

.type-item{
    color: #ffffff;
    text-align: center;
    position: relative;
    width: 19%;
}

.type-item img{
    width: 40px;
}

.type-item p{
    white-space: nowrap;
}

.type-line{
    /* content: '';
    position: absolute;
    right: -20px;
    top: 30px; */
    width: 45px;
    height: 1px;
    background-color: #ffffff;
    transform: rotate(120deg);
}

.type-item:last-child::after{
    display: none;
}

/*stock*/

.stock{
    margin-top: -20px; /* 原 30px，上移 50px，讓收購車種蓋在圖片上 */
    position: relative;
    z-index: 1;
}

.stock img{
    width: 100%;
    display: block;
}

/*process*/

.process{
    margin: 80px 0;
}

.process-title{
    color: #5d4b31;
    font-size: 36px;
    margin-bottom: 30px;
}

.process-item{
    margin-bottom: 50px;
}

.process-img{
    text-align: center;
    margin-bottom: 30px;
}

.process-img img{
    width: 35%;
}

.process-num{
    font-size: 46px;
    font-style: italic;
}

.process-text{
    text-align: center;
    color: #5c5b5a;
    font-size: 24px;
    margin: 0 -15px;
}

.fa-angle-double-right{
    color: #cccdc4;
}

/*color-block*/

.color-block{
    position: relative;
}

.gray{
    width: 100%;
    height: 200px;
    background-color: #e8e8e8;
    clip-path: polygon(100% 10%, 0% 100%, 100% 100%);
}

.yellow{
    width: 100%;
    height: 200px;
    background-color: #e7b96b;
    clip-path: polygon(100% 15%, 20% 100%, 100% 100%);
    position: absolute;
    bottom: 0;
}

.red-border{
    width: 100%;
    height: 200px;
    background-color: #bf1e0c;
    clip-path: polygon(100% 26%, 73% 100%, 100% 100%);
    position: absolute;
    bottom: 0;
}

.red{
    width: 100%;
    height: 200px;
    background-color: #9f1701;
    clip-path: polygon(100% 30%, 75% 100%, 100% 100%);
    position: absolute;
    bottom: 0;
}

.deep{
    width: 100%;
    height: 200px;
    background-color: #383d43;
    clip-path: polygon(100% 50%, 90% 100%, 100% 100%);
    position: absolute;
    bottom: 0;
}

/*form*/

.contact-area{
    padding: 80px 15px;
    background-color: #f1e9e4;
}

.contact-form{
    padding: 30px;
    background-image: url(../images/form-bg.jpg);
    border: 2px dashed #d7c8b2;
}

.contact-title{
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
}

.contact-title p{
    font-size: 12px;
    color: #a53223;
}

.input-group{
    position: relative;
}

.input-group i{
    position: absolute;
    top: -10px;
    left: -10px;
    color: #ff3000;
    font-style: normal;
}

.radio-inpout{
    border: none;
    border-bottom: 1px solid;
    margin-bottom: 10px;
    background-color: transparent;
    width: 70%;
    border-radius: 0;
}

.radio-area{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.radio-area label{
    margin-bottom: 0;
    margin-right: 5px;
    width: 40px;
    text-align: center;
}

.form-collapse i{
    color: #bdbdbd;
    font-size: 18px;
    border: 1px solid #bdbdbd;
    border-radius: 50%;
    width: 20px;
    text-align: center;
}

.form-collapse{
    position: relative;
}

.collapse-area{
    text-align: right;
    position: relative;
    margin-bottom: 30px;
}

.collapse-area::before{
    content: '';
    width: 97%;
    height: 1px;
    position: absolute;
    top: 10px;
    left: 0;
    background-color: #d4d4d4;
}

.input-group button{
    width: 100%;
    flex: 1 1 0;
    background-color: #b5b5b5;
    color: #ffffff;
}

.mb-3{
    margin-bottom: 30px!important;
}

/*cause*/

.cause{
    padding: 100px 15px;
    background-image: url(../images/cause-left.png),
                      url(../images/cause-right.png);
    background-size: contain;
    background-position: top left , bottom right;
    background-repeat: no-repeat;
}

.cause-title{
    font-size: 24px;
    color: #9f1701;
    margin-bottom: 15px;
}

.cause-area{
    background-color: #f8f8f8;
}

.cause-item ol{
    list-style: decimal;
    color: #868887;
}

.cause-img img{
    width: 100%;
}

.cause-item .item p{
    color: #868887;
    margin-bottom: 10px;
}

.cause .owl-nav{
    text-align: right;
}

.cause .owl-carousel .owl-nav button.owl-next, .cause .owl-carousel .owl-nav button.owl-prev{
    font-size: 24px;
    padding: 0 10px!important;
    line-height: 24px;
    color: #9f1701;
}

.cause .owl-theme .owl-nav [class*=owl-]:hover{
    background: #9f1701;
    color: #ffffff!important;
}

/*info*/

.info-img{
    text-align: center;
}

.info-img img{
    width: 50%;
}

.info-title{
    color: #88929d;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.info-address{
    color: #88929d;
    margin-bottom: 15px;
}

.info-person{
    color: #88929d;
    margin-bottom: 15px;
}

.info-social i{
    margin-right: 10px;
}

.info-social .fa-youtube{
    color: #ff0000;
}

/*footer*/
footer{
  background-color: #aa290b;
  color: #ffffff;
  padding: 20px;
  margin-top: 50px;
}

.footer-dacn{
  text-align: center;
  margin-top: 10px;
}

.footer-dacn a{
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
}

.footer-dacn a:hover{
  color: #cf3400;
  text-decoration: underline;
}

iframe{
    max-width: 100%;
}

.contact{
  float: right;
  position: fixed;
  bottom: 15%;
  right: 0;
  display: flex;
  flex-direction: column;
  z-index: 3;
}

.contact img{
  margin-bottom: 10px;
  width: 55px;
  height: 55px;
}

.contact button:first-child{
    background-color: #cc0000;
    padding: 5px;
    margin-bottom: 10px;
    color: #ffffff;
}

.contact button:first-child:hover{
    background-color: rgba(198, 3, 3, 0.75);
}

/*media >992*/

@media (min-width:992px){
    .bg-light .navbar-brand{
        display: none;
    }

    .nav-item .info-social{
        display: none;
    }

}

/*media <1199*/

@media (max-width:1199px){
    .banner-slogn{
        font-size: 28px;
    }
}

/*media >768*/

@media (min-width:768px){
    .process-allow.hide{
        display: none;
    }
}

/*media <991*/

@media (max-width:991px){

    .banner{
        padding-top: 76px;
    }

    .logo-area{
        display: none;
    }

    .logo img{
        width: 50px;
    }

    .process-title{
        text-align: center;
    }

    .info-img , .info-social{
        margin-bottom: 30px;
    }

    .banner-slogn{
        font-size: 22px;
        padding: 8px 10px;
    }

    .process-title{
        font-size: 30px;
    }

    .process-text{
        font-size: 20px;
    }

    .nav-item .info-social{
        text-align: left;
    }
}

/*media <767*/

@media (max-width:767px){

    .banner-slogn{
        font-size: 16px;
        letter-spacing: 1px;
        padding: 6px 5px;
    }

    .banner-slogn span{
        margin: 0 5px;
    }

    .stock{
        margin-top: -10px;
    }

    .form-btn .g-recaptcha{
        transform: scale(0.85);
        transform-origin: center;
    }

    .type-all{
        padding: 5px 0;
        margin-top: -10px;
    }

    .cause-item .item p{
        margin-top: 0;
    }

    .process-allow{
        text-align: center;
    }

    .process-allow i{
        transform: rotate(90deg);
    }

    .cause-img{
        margin-top: 30px;
    }

    .info-title , .info-address , .info-person , .info-social , .info-map{
        text-align: center;
    }

    footer{
        margin-bottom: 50px;
    }

    .contact{
        bottom: 0;
        flex-direction: row;
        width: 100%;
        padding-top: 50px;
    }

    .contact button{
        width: 25%;
    }

    .contact button:first-child{
        width: 50%;
        text-align: center;
        display: flex;
        justify-content: center;
        margin-bottom: 0;
        align-items: center;
    }

    .contact button:first-child img{
        width: 35px!important;
        height: 35px!important;
        margin-right: 10px;
    }

    .contact button a{
        display: flex;
        align-items: center;
    }

    .contact-24 br{
        display: none;
    }

    .contact-line{
        background-color: #00c200;
    }

    .contact-fb{
        background-color: #00479d;
    }

    .contact img{
        margin: 0 auto;
    }

    .cause .container{
        padding: 0;
    }

    .cause .col-md-6{
        padding: 0;
    }
}

/*<576*/

@media (max-width:576px){
    .type-item p{
        font-size: 14px;
    }
}
