/*header*/


.pageIndex .main_header_area{background:transparent;}
.main_header_area {background: #fff8ea;}

.main_header_area .container {    max-width: 94%;}


.header_area {
  position: fixed;
  width: 100%;
}



.header_area.sticky {background: linear-gradient(180deg, #817c68, transparent);transition: all 1s ease;}
.header_area { position: fixed; background: transparent; padding: 0;top: 0;transition: all 1s ease;}

.nav-header { max-width: 150px; opacity: 0;transition: all 1s ease;filter: contrast(0) brightness(100);}
.sticky .nav-header {opacity: 1;transition: all 1s ease;filter: none;max-width: 120px;padding: 20px 0 0; filter:
        drop-shadow(0 0 10px rgba(255,255,255,0.9))
        drop-shadow(0 0 30px rgb(255 255 255));
}

.main_header_area .container { max-width: 95%;}
.navigation { align-items: center;}


.stellarnav {
    position: relative;
    width: 100%;
    z-index: 9900;
    line-height: normal;
    margin-top: -80px;
}

.stellarnav > ul > li:hover > a::before {
    transform: translateX(-20%) scale(2);
}

.stellarnav>ul>li>a {
    padding: 0px 5px;
    color: #3c3c3c;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    font-weight: 500;
    transition: all 0.5s;
    font-family: noto sans-serif;
}
.stellarnav > ul > li:hover > a{
    color: #825414;
    transition: .5s cubic-bezier(0.77, 0, 0.65, 0.99);
    transform: translateY(-10px);
    transition: 0.6s ease;
     text-shadow: 0 0 15px rgb(255 219 31 / 74%);
}









.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after {
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/hengyistone/text01.png) no-repeat;
    background-size: contain;
    width: 100%;   
    right:0%;
    top: 0%;
    z-index: 99;
    animation: FadeIn 2s cubic-bezier(.39, .575, .565, 1.000) both;
    height: 100vw;

}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after {
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/hengyistone/text02-1.png) no-repeat;
    background-size: contain;
    width: 100%;   
    right:0%;
    top: 0%;
    z-index: 99;
    animation: FadeIn 2s cubic-bezier(.39, .575, .565, 1.000) both;
    height: 100vw;

}


@keyframes FadeIn {
    0% {
        opacity: 0;
        filter: blur(20px);
        transform: scale(1.5);
    }
    50% {
        opacity: 0.7;
        filter: blur(4px);
    }
    100% {
        opacity: 1;
        filter: blur(0px);
        transform: scale(1);
    }
}




