
/* 版面設定 */

*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    text-decoration: none;
    transition: 0.4s all cubic-bezier(0.28, 0.11, 0.32, 1);
    /* transition:0.4s all cubic-bezier(1, 0.85, 0.18, 2.15); */
    font-size: 22px; 
    font-family: Helvetica;
    /* overflow: hidden; */

}
/* ::selection {
	background: #42D1A2;
	color: rgb(255, 255, 255);
}
::-moz-selection {
	background: #42D1A2;
	color: rgb(255, 255, 255);
} */

:root{
    --site-map-title-color: #1d1d1f;
    --site-map-line-color: #d6d6d6;
    --apple-text-color: #06c;
    --apple-footer-text-color: #75757B;
    --pangdafp-logo-color: #72c7ab;
    --footer-text-color: #6e6e73;
    --footer-background: #f5f5f7;
    --footer-border-color: #d2d2d7;
    --footer-text-color: #6e6e73;
    --footer-link-color: #424245;
    --footer-directory-title-color: #1d1d1f;
    --footer-directory-title-color-hover: #000;
    
}

html::-webkit-scrollbar{
    width: 0.4rem;
    margin-right: 20px;
    
}

html::-webkit-scrollbar-track{
    background: rgba(204, 204, 204, 0.318);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);

}

html::-webkit-scrollbar-thumb{
    background: rgba(95, 95, 95, 0.8);
    border-radius: 20px;
    
}

html::-webkit-scrollbar-thumb:hover{
    background: rgba(88, 88, 88, 0.71);
    border-radius: 20px;
}

body{
    background-color: rgb(255, 255, 255);
    width: 100%;
    min-width: 100%;
}
    /* 第二區 首頁  */

    .col{
        overflow: hidden;
        width: 55%;
        margin: auto;
        display: flex;
        border-radius: 20px;
        background-color: #fff;
        background-image: url(../image/first-page.png);
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .col .pop,
    .col .pangdafp-use,
    .col .evm{
        width: 100%;
        animation-delay: 1s;
        animation: moving 10s cubic-bezier(0.28, 0.11, 0.32, 1) infinite;
    }

    .ho{
        margin-top: -20px;
        height: 100%;
        padding-top: 20px;
        padding-bottom: 50px;
        /* background-color: rgb(212, 212, 212); */
    }
    
    @keyframes moving{
    0%{
        transform: translateX(100%);
    }
    25%{
            transform: translateX(0%);
    }

    50%{
        transform: translateX(-100%);
    }
    75%{
        transform: translateX(-200%);
    }
    100%{
        transform: translateX(-300%);
    }
    }

    .py img{
        height: 120px;
        border-radius: 20px;
        display: block;
        margin: auto;
        height: auto;
        max-width: 100%;
    }

    section{
        padding:10px;
    }
    
    .home{
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        height: 35rem;
        align-items: center;
        background: url(../image/background3.jpg) no-repeat;
        background-size: cover;
        background-position: center;
        
    }

    .home .triangle{
        width: 0;
        height: 0;
        border: 25px solid;
        border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgb(241, 241, 241) rgba(0, 0, 0, 0);
        transform: translateY(-1.5rem);
    }

    .home .circle{
        background-repeat: no-repeat;
        background-size: cover;
        width: 42px;
        height: 42px;
        padding: 5px;
        margin-top: -24rem;
        margin-left: 5rem;
        border-radius: 50%;
        background-color: rgb(212, 212, 212);
        border: 3px solid rgb(182, 182, 182);
        opacity: 0;
        animation: .5s swift-up ease-out forwards, .5s fade- ease-out forwards;
        animation-delay: .5s;
    }

    @keyframes fade- {
        to {
          opacity: 1;
            top: 1.6rem;
        }
      }

    .home .content{
        margin-top: -10rem;
        width: 20rem;
        margin-left: -4.8rem;
        border-radius: 20px;
        padding: 0px 50px 50px 50px;
        background: rgb(241, 241, 241);
        box-shadow: 5px 5px 20px #000;
        line-height: 1.3rem;
        position: relative;
        top: .01rem;
        opacity: 0;
        animation: .5s swift-up ease-out forwards, .5s fade-in ease-out forwards;
        animation-delay: .5s;
    }

    @keyframes fade-in {
        to {
          opacity: 1;
            top: 1.6rem;
            width: 28rem;
        }
      }

      .home .circle .pop{
          background-color: #ffffff52;
          border-radius: 50%;
          width: 50px;
          height: 50px;
          margin-top: -2rem;
          margin-left: -0.55rem;
          border: 10px solid rgba(167, 167, 167, 0.493);
          animation: 2s popop linear infinite;
      }

      @keyframes popop{
            0%{
                transform: scale(1.5);
            }
            50%{
                transform: scale(2);
            }
            100%{
                transform: scale(3);
            }
      }

    .home .content h3{
        font-size:35px;
        color: var(--footer-directory-title-color);
    }

    .home .content p{
        font-size:17px;
        color: var(--footer-link-color);
        margin-bottom:20px;
        font-weight: bold;
    }

    .line-2022{
        border-top: 1px solid #d2d2d7;
        display: block;
        margin-top: 20px;
        padding: 30px 0px 20px 0;
    }

    .linetwo{
        border-top: 1px solid #d2d2d7;
        display: block;
        margin-top: 20px;
        padding: 30px 0px 20px 0;
    }

    .line-202b{
        border-top: 1px solid #6c6c6e;
        display: block;
        margin-top: 20px;
        padding: 30px 0px 20px 0;
    }

    .button{
        color: #06c;
        font-weight: 500;
        font-size: 17px;
    }

    .button.black{
        color: #06c;
        font-weight: 600;
        font-size: 17px;
    }

    .button i{
        font-size: 17px;
    }

    .button:hover{
        text-decoration: underline;
    }

    .btn{
        font-size: 17px;;
        color: #06c;
        font-weight: 500;
    }

    .btn i{
        font-size: 17px;;
    }

    .btn:hover{
        text-decoration: underline;
    }

    .home  #first{
        margin-top: -70px;
        width:600px;
        animation: movemove 3s cubic-bezier(0.28, 0.11, 0.32, 1) infinite;
        /* animation: moving 5s cubic-bezier(1, 0.85, 0.18, 2.15) infinite; */
        height: auto;
    max-width: 100%;
    }
    
    @keyframes movemove{
        0%{transform:translateX(0rem);}
        50%{transform:translateX(2rem);}
        100%{transform:translateX(0rem);}
    }

    /* img 切換 */
    .img{
        width: 100%;
        min-width: 320px;
        height: 25rem;
        margin: auto;
        background-color: rgb(255, 255, 255);
        /* display: flex; */
        border-radius: 30px;;
        justify-content: center;
        padding: 10px;
        margin-top: -32px;
        z-index: 1;
        position: relative;
    }
    .imgBox{
        padding-top: 32px;
        width: 70%; 
        /* opacity: 0; */
        margin: auto;
        padding: 0px;
        margin-top: 0px;
        animation: scroll 2s cubic-bezier(0.66, 0, 0.2, 1) forwards;
       }

    .imgBox.second.active{
        opacity: 0;
        -webkit-opacity: 0;
        animation: topdown 1s cubic-bezier(0.66, 0, 0.2, 1) forwards;
    }
/* cubic-bezier(0.28, 0.11, 0.32, 1) */
    .imgBox.second,
    .imgBox.third,
    .imgBox.fourth,
    .imgBox.fifth{
        transform: translateY(500px);
        opacity: 0;
    }

    .imgBox.fifth{
        opacity: 0;
    }

    .imgBox.third.active,
    .imgBox.fourth.active,
    .imgBox.fifth.active{
        transform: translateY(500px);
        opacity: 0;
        animation: topdown 1s cubic-bezier(0.66, 0, 0.2, 1) forwards;
        -webkit-opacity: 0;
    }

    @keyframes topdown{
        0%{
            transform: translateY(500px);
            opacity: 0;
        }
        100%{
            opacity: 1;
            transform: translateY(0px);
            -webkit-opacity: 1;
        }
    }

@keyframes scroll{
    to{
       margin-top: 0px;
        opacity: 1;
    }
}

    .img a{
        color: #0071ef;
        font-size: 17px;
        font-weight: 500;
        text-align: center;
        display: block;
        margin-top: 20px;
    }
    .img h1 .span-line{
        height: 25px;
        width: 17px;
        border-top: 12px solid rgb(241,241,241);
        border-bottom: 12px solid rgb(241,241,241);
        background-color: #929292;
    }
    .img a:hover{
        text-decoration: underline;
    }
    .img .starbucks{
        margin-top: 10px;
        display: block;
        margin: auto;
    }
    .img h1{
        margin-top: 20px;
        font-size: 25px;
        line-height: 1.125;
        font-weight: 600;
        letter-spacing: .004em;
        justify-content:center;
        display: flex;
        margin-top: 30px;
        font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    }
    .img a i{
        font-size: 15px;
    }
    .starbucks{
        width: 400px;
        height: 400px;
    }

    .line{
        border-left: 1px solid #d6d6d6;
        height: 70%;
        margin-top: 10px;
    }

    .out{
        background-color: #5ea38c;
        border-radius: 980px;
        height: 35px;
        width: 4rem;
        padding: 5px;
        z-index: 3;
        position: relative;
        border: 2px solid #000;
        padding-bottom: 30px;
    }

    .out span{
        color: #fff;
        text-align: center;
        font-size: 17px;
        font-weight: 500;
    }

    .out.new{
        background-color: #06c;
    }
    .img.new{
        /* background-color: #212534; */
        background-color: rgb(0, 0, 0);
    }
    .img.new h1{
        color: #fff;
    }
    /* .img.new img{
        margin-top: 10%;
        width: 200px;
        margin-right: auto;
        margin-left: auto;
        display: block;
        height: 200px;
        animation-delay: 1s;
        opacity: 0;
    } */

    .img.chip img{
        width: 710px;
        height: 506px;
    }

    .gif{
        margin: auto;
        background: url(../image/light.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        height: 200px;
        width: 200px;
        margin-top: -200px;
        animation: 1s stop cubic-bezier(0.28, 0.11, 0.32, 1) forwards;
        animation-delay: 2.5s;
        opacity: 0;
    }

    .first{
        margin: auto;
        height: 300px;
        margin-top: 50px;
        width: 300px; 
        overflow: hidden;
    }

    @keyframes stop{
        100%{
            opacity: 1;
        }
    }

    @keyframes open {
        0%{
            opacity: 0;
            transform: scale(0);
        }   

        50%{
            opacity: 1;
            transform: scale(1);
        }
    }

    .loader-line{
        display: block;
        margin: auto;
    }

    /* mail */

    .evr .mail{
        background-color: rgb(241, 241, 241);
        border-radius: 20px 20px 20px 20px;
        padding: 40px 50px 50px 50px;
        width: 25rem;
        margin-top: -307px;
        margin-left: auto;
        margin-right: auto;
    }

    .evr .mail.moving{
        margin-left: auto;
        margin-right: auto;
        padding-left: 0px;
        background-color: rgba(0, 0, 0, 0);
        /* background-color:#a3a3a3; */
        animation: 0s ftt cubic-bezier(0.28, 0.11, 0.32, 1) forwards;
    }

    @keyframes ftt {
        0%{
            width: 50%;
            background-color: rgba(0, 0, 0, 0);
            margin-left: 30%;
        }

        100%{
            margin-left: 15%;
            background-color: rgba(0, 0, 0, 0);
            width: 70%;
            }
      }

    .evr .mail h3{
        font-size:35px;
        
        color: var(--footer-directory-title-color);
    }

    .evr .mail p.display,
    .evr .mail h3.display,
    .evr .mail .button.display{
        display: none;
    }

    .evr .mail .linetwo.display{
        display: none;
    }

    .evr .more.animation{
        opacity: 0;
        animation: 1.5s ft cubic-bezier(0.28, 0.11, 0.32, 1) forwards;
        animation-delay: .5s;
        margin-left: auto;
        margin-right: auto;
        z-index: -10;
        width: 0px;
        color: rgba(0, 0, 0, 0);
    }

    .evr .more .mailbox.animation{
        opacity: 0;
        animation: 1s ft cubic-bezier(0.28, 0.11, 0.32, 1) forwards;
        animation-delay: 1.5s;
    }

    .evr .more p.animation{
        opacity: 0;
        animation: 1s ft cubic-bezier(0.28, 0.11, 0.32, 1) forwards;
        animation-delay: 1.7s;
    }

    .evr .more .imlink.animation{
        opacity: 0;
        animation: 1s ft cubic-bezier(0.28, 0.11, 0.32, 1) forwards;
        animation-delay: 1.9s;
    }

    @keyframes ft{
        to{
            opacity: 1;
            width:1000px;
        }
    }

    .evr .mail p{
        font-size:17px;
        color: var(--footer-link-color);
        margin-bottom:20px;
        font-weight: bold;
    }

    .evr .mail .fa-circle-xmark{
        color: #858585;
        transform: translateY(-20px);
        cursor: pointer;
    }

    .evr .mail .fa-circle-plus{
        color: var(--apple-footer-text-color);
        margin-left: 100%;
        transform: translateY(-20px);
        cursor: pointer;
    }

    .evr .mail.black{
        background-color: #464646;
    }

    .evr .mail .bopbop.black{
        color: #d2d2d7;
        
    }
    .evr .mail .canyou.black{
        color: #d2d2d7;
    }

    .evr .mail .fa-circle-xmark.hight{
        display: none;
    }

    .evr .mail .fa-circle-plus.hight{
        display: none;
    }

    .evr .move .fa-circle-plus.sho{
        display: block;
    }

    .evr .mail .fa-circle-xmark.sho{
        display: block;
        animation: 2s fut cubic-bezier(0.28, 0.11, 0.32, 1) forwards;
        margin-left: 100%;
    }

    .evr .more.hight{
        display: none;
    }

    .evr .more{
        background-color: rgb(29, 29, 29);
        height: 340px;
        width: 80%;
        border-radius: 20px 20px 20px 20px;
        margin-top: -307px;
        padding: 15px 50px 50px 60px;
        z-index: 3;
    }

    .evr .more .line-202b{
        margin-top: 5px;
    }

    .evr .more h3{
        color: #a0a0a8;
    }

    .evr .more p{
        font-size: 17px;
        color: var(--footer-border-color);
    }

    .evr .more a{
        font-size: 17px;
        color: var(--apple-text-color);
        text-decoration: none;
        font-weight: 500;
    }

    .evr .more a:hover{
        text-decoration: underline;
    }

    .lay{
        display: none;
        z-index: -1;
    }

    .lay.show {
        display: block;
        position: fixed;
        background: rgba(0, 0, 0, 0.48);
        width: 100%;
        height: 100vh;
        left: 0;
        top: 0;
        z-index: 0;
    }    

    /* 導向 */

    a .bott{
        display: block;
        margin: auto;
        height: auto;
        max-width: 100%;
        width: 1000px;
        padding: 20px;
        border-radius: 200px;
        }
    

    /* 第三區 推薦精油  */

    .heading{
        text-align:center;
        font-size:30px;
        color: #42D1A2;
        padding:50px;
    }

    .heading span{
        color:#559781;
        font-size: 30px;
    }

    .single .box-container{
        display: flex;
        flex-wrap: wrap;
        gap:10px;
    }

    .single .box-container .box{

        flex: 1 1 30px;
        position: relative;
        overflow: hidden;
        box-shadow:1px solid black;
        border:1px solid #42D1A2;
        cursor:pointer;
        border-radius: 20px;
        height: 310px;
        width: 180px;
    }

    .single .box-container .box .image{

        height: 300px;
        width: 170px;
        object-fit:cover;
        position: absolute;
        top:0%;
        left:-100%;
        

    }

    .single .box-container .box .content{
        text-align: center;
        background-color: rgb(255, 255, 255);
        padding:10px;
        height: 310px;
        background-color: #37ad86;

    }

    .single .box-container .box .content img{
        width: 180px;
        height: 180px;
        margin:10px;
      
    }

    .single .box-container .box .content h3{
        font-size:20px;
        color:rgb(255, 255, 255);
    }

    .single .box-container .box .content p{
        font-size:16px;
        color:rgb(204, 204, 204);
    }

    .single .box-container .box:hover .image{

        left:30%;
        
    }

    
    .single .box-container .box:hover .content{
        
        transform: translateY(100%);
    }

    /* image推薦精油 */

    .like{
        overflow: hidden;
        border: 1px soild #000;
        cursor: pointer;
        height: 408px;
        width: 668px;
        margin: 20px;
    }

    .like img{
    height: 408px;
    width: 668px;
}

.like img:hover{
    transform: scale(1.2);
    transition: .3s;
}

.o{
    font-size: 30px;
    margin-left: 35rem;
    color: #377e66;
    transform: translateY(-19rem);
}

.h2{
    font-size: 20px;
    margin-left: 35rem;
    transform: translateY(-400px);
}

.singl{
    font-size: 30px;
    margin-left: 24.5rem;
    color: #377e66;
    transform: translateY(-350%);
}

.have{
    font-size: 20px;
    margin-left: 21rem;
    transform: translateY(-380px);
}

.love{
    overflow: hidden;
    border: 1px soild #000;
    cursor: pointer;
    height: 408px;
    width: 668px;
    transform: translateY(-450%);
    transform: translateX(670px);
}

.love img{
    height: 408px;
    width: 668px;
}

.love img:hover{transform: scale(1.2);

    transition: .3s;
}

.line img{
    height: 408px;
    width: 668px;
    position: absolute;
    top:140rem;
    right:0;
    bottom:0;
    left:0;
    margin:auto;
    transform: translateY(205%);
}

.line-we{
    margin: 15%;
    font-size: 25px;
}

 /* .all .mail .mailbox i{
    display: block;
    text-align: center;
    color: #354657 
    color: var(--footer-directory-title-color);
    font-size: 50px;
    background-color: #f5f5f5;
    padding: 5px 5px;
    width: 50%;
    margin: auto;
    border-radius: 20px;
    transition: all 0s ;
    box-shadow: -8px -8px 25px rgba(255,255,255,1), 8px 8px 25px rgba(0, 0, 0, 0.25),inset 3px 3px 10px rgba(0,0,0,0.15),inset -1px -1px 15px rgba(255,255,255,1);
    animation: move 2s cubic-bezier(0.28, 0.11, 0.32, 1) infinite;
}

.all .mail .mailbox i:hover{
    text-decoration: 2px underline;
} */

@keyframes move{
    0%{
        transform: scale(1);
    }

    50%{
        transform: scale(1.5);
    }

    100%{
        transform: scale(1)
    }
}

    /* 第四區 複方精油 */

    .menu .box-container{
        display:flex;
        flex-wrap: wrap;
        gap:10px;
    }

    .menu .box-container .box{
        flex:1 1 10px;
        padding:10px;
        box-shadow: 5px 5px 5px rgb(140, 140, 140);
        border:1px solid rgb(118, 118, 118);
        background: url(../image/background2.jpg) no-repeat;
        background-size: cover;
        border-radius: 20px;
        padding-bottom: 30px;
        height: 615px;
    }

    .menu .box-container .box img{
        
        object-fit: cover;
        width: 100%;
        border-radius: 20px;
        z-index: 1;
        height: auto;
    max-width: 100%;
    }

    .menu .box-container .box .price{
        font-weight: bold;
        font-size: 40px;
        color:rgb(255, 255, 255);
        background:#37ad86;
        padding:10px 60px 10px 60px;
        opacity: 0.8;
        position: absolute;
        border-radius: 20px;
    }

    .menu .box-container .box h3{
        color:rgb(255, 255, 255); 
        font-size: 30px;
        padding: 10px 40px 10px 40px;
        text-align: center;
        background: #37ad86;
background: linear-gradient(90deg, rgba(146,87,156,0.493) 0%, rgba(146,87,156,0.493) 0%, rgba(146,87,156,0.493) 100%, rgba(146, 87, 156, 0.493) 100%);
        border-radius: 20px;
    }

    .menu .box-container .stars {
        color:#377e66;
        font-size:20px;
        padding: 10px 10px 10px 10px;
        display:flex;
        justify-content: center;
        align-items: center;
    }

    .menu .box-container .box .btn2{
        font-size:30px;
        padding:10px;
        border-radius: 20px;
        color:rgb(156, 100, 161);
        display: flex;
        justify-content: center;
        align-items: center;
        border:5px solid rgb(156, 100, 161);

    }

    .menu .box-container .box .btn2:hover{
        background-color: rgb(129, 71, 134);
        color:rgb(255,255,255);
        box-shadow: inset 432px 0 0 0 rgb(151, 93, 156);
        transition: 1s all;
    }

    .menu .box-container .box .icons{
        display: flex;
        flex-flow: column;
        color:rgb(140, 140, 140);
        position: relative;
        top: -80%;
        left:-1300%;
        transform: translate(-50% -50%);
        transition: 1s;
        z-index:1;
        
    }

    .menu .box-container .box:hover .icons{
        left: 90%;
        opacity: 1;
    }

    .menu .box-container .box .icons a{
        padding: 10px;
        width: 47px;
        line-height: 10px;
        font-size: 20px;
        border: 2px solid rgb(255, 255, 255);
        border-radius: 10px;
        background-color: rgb(255, 255, 255);
        color: rgb(146, 87, 156);
        margin-top: 5px;
        opacity: 0.9;
    }

    .menu .box-container .box .icons a:hover{
        background-color: rgb(202, 144, 198);
        opacity: 1;
    }
    /* 第五區 圖片  */

    .gallery .box-container{
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }


    .gallery .box-container .box{
        flex:1 1 10px;
        height: 400px;
        width: 300px;
        /* background-color: #37ad86; */
        /* box-shadow: 5px 5px 5px rgb(140, 140, 140); */
        /* border: 1px solid #37ad86; */
        /* border-radius: 20px; */
        position: relative;
        /* overflow: hidden; */
        
    }

    .gallery .box-container .box img{
        height: 100%;
        z-index: 1;
        max-width: 100%;
        background-repeat: no-repeat;
    }

    .gallery .box-container .box img:hover{
        margin-top: -10px;
        transition: all .2s ease-in-out;
    }

    .gallery .box-container .box .content{
        position: absolute;
        top: -100%; 
        left: 0;
        height: 100%;
        width: 100%;
        background: #377e66;
        padding: 10px;
        padding-top: 20px;
        text-align: center;
    }
     
    .gallery .box-container .box:hover .content{
        top:0;
        opacity: 0.9;
    }

    .gallery .box-container .box h3{
        font-size: 40px;
        color: white;
        }
    .gallery .box-container .box p{
        font-size: 30px;
        color:#fff;
    }

    .gallery .box-container .box a{
        color:rgb(34, 34, 34);
        position: absolute;
        margin-left: 10px;
    }
        
    
    /* 第六區 評論  */
    /* 第七區 訂購 */
.image img{
    height: 500px;
    width: 700px;
    border-radius: 20px;
    object-fit: cover;
    flex: 1 1 30px;
    height: auto;
    max-width: 100%;
}

    .order .row{
    padding:10px;
    box-shadow: 5px 5px 5px rgb(140, 140, 140);
    background: white;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    border-radius: 20px;
}

.order .row form .inputbox input, .order .row form textarea{
    padding: 10px;
    margin: 10px;
    font-size: 20px;
    text-decoration-color: rgb(156, 100, 161);
    color: rgb(156, 100, 161);
    text-transform: none;
    border: 2px solid rgb(156, 100, 161);
    border-radius: 20px
}

.order .row form textarea{
    width: 100%;
    resize: none;
    height: 220px;
    margin: 5px;
}

.order .row form .btn{
    font-size:30px;
    padding: 10px;
    width: 100%;
    border-radius: 20px;
    color:rgb(185, 123, 181);
    /* 置中 */
    display: flex;
    justify-content: center;
    align-items: center;
    border:5px solid rgb(185, 123, 181);
}

.order .row form .btn:hover{
    background-color:rgb(185, 123, 181);
    color:white;
    box-shadow: inset 400px 0 0 0 rgb(185, 123, 181);
    transition: 1s all;
}

.order .row form .inputbox iframe{
    height: 820px;
    
}


    /* 第八區 footer */       
    
    /* 回到上層按鈕 */
    #scroll-up{
        position: fixed;
        top: -120px; 
        right: 20px;
        padding: 10px;
        font-size: 25px;
        background:#377e66;
        color:rgb(255, 255, 255);
        border-radius: 10px;
        opacity: 0.8;
        transition: 1s linear;
        display: none;
    }

    #scroll-up.active{
        top: 80%;
    }

    
    /* rwb手機版 */

   
    

    @media (max-width: 1441px){
        .line img{
            margin-top: -65rem;
        }
    }
            
@media (max-width:600px){

    .box-space{
        width: 100%;
          height: 250px;
          background-color: #eee;
          border-radius: 10px;
          padding: 11px 20px;
          margin-top: 60px;
          margin-left: auto;
          margin-right: auto;
          animation: short .3s ease forwards;
              box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.2);
        }
        
        @keyframes short{
        
          to{
              width: 100%;
            height: 50px;
        }
        }
        
        .box-space.long{
            width: 100%;
          height: 50px;
        animation: long .3s ease forwards;
        }
        
        @keyframes long{
          0%{
        height: 50px;
        width: 100%;
          }
        /*   85%{
        transform: translateX(0px);
          }
          90%{
        transform: translateX(7px)
          } */
          100%{
        /*     transform: translateX(0px); */
        height: 250px;
        width: 100%;
          }
        }
        .answer.show{
            margin-top: -50px;
            height: 0px;
          animation: o .2s ease forwards;
            animation-delay: .2s;
            opacity: 0;
          }
          
          @keyframes o{
            to{
              margin-top: 0px;
          height: 150px;
              opacity: 1;
            }
          }

        .home .col{
            width: 100%;
            padding: 0px;
            height: 300px;
            border-radius: 0;
        }

        .home .col img{
            margin: 0px;
        }

        /* 新年 */
        .newYear{
            display: block;
            overflow: hidden;
        }
    
        .newYear h1{
            font-size: 50px;
            text-align: center;
        }
    
        .newYear .newyear h2{
            text-align: center;
            font-size: 1.5rem;
            transform: translateY(200%);
        }
    
        .newYear .newyear img{
            height: 200px;
            width: 350px;
            border-radius: 20px;
            display: block;
            margin: auto;
        }

        .newYear .newyear img:hover{
            transform: scale(1.05);
            transition: .1s;
        }
        
            

/* image */
.all{
    display: block;
    justify-content: center;
    align-items: center;
    
}

.like{
    overflow: hidden;
    border: 1px soild #000;
    cursor: pointer;
    height: 180px;
    width: 320px;
    margin: auto;
}

.like img{
height: 180px;
width: 320px;
margin-left: 0px;
}

.like img:hover{
    transform: scale(1.1);
}
.o{
font-size: 15px;
color: transparent;
margin-left: 0px;
}

.h2{
font-size: 10px;
margin-left: 0px;
color: transparent;
}

.singl{
font-size: 15px;
margin-left: 0px;
color: transparent;
}

.have{
font-size: 10px;
margin-left: 0px;
color: transparent;
}

.love{
overflow: hidden;
border: 1px soild #000;
cursor: pointer;
height: 180px;
width: 320px;
margin: auto;
transform: translateY(-50px);
}

.love img{
    display: block;
height: 180px;
width: 320px

}



.love img:hover{
    transform: scale(1.1);
}

.line img{
    display: block;
    height: 180px;
    width: 320px;
    margin: auto;
    margin-top: -80rem;
}

.line-we{
    text-align: center;
    margin-top: -50px;
}
        /* 第三區 */

        .single .box-container .box{
            /* flex-direction: column; */
            flex:1 1 auto;
        }

        /* 第四區 */

        .menu .box-container .box{
             /* flex-direction: column;  */
            flex:1 1 auto;
        }        
        /* 第五區 */
        .gallery .box-container .box{
            display: block;
            height: 300px;
        }

        .gallery .box-container .box img{
            display: block;
            margin: auto;
        }

        /* 第六區 */
        .gallery .box-container .box{
            /* flex-direction: column; */
            flex:1 1 auto;
        }
        /* 第七區 */
        .order .inputbox .iframe{
            /* flex-direction: column; */
            flex:1 1 auto;
            max-width: 100%;
            width: auto;
        }
    }
/* image
.all{
    display: block;
    justify-content: center;
    align-items: center;
    
}

.like{
    overflow: hidden;
    border: 1px soild #000;
    cursor: pointer;
    height: 180px;
    width: 320px;
    display: block;
    margin: auto;
}

.like img{
height: 180px;
width: 320px;
margin: auto;
}

.like img:hover{
    transform: scale(1.1);
}
.o{
font-size: 15px;
color: transparent;
margin-left: 0px;
}

.h2{
font-size: 10px;
margin-left: 0px;
color: transparent;
}

.singl{
font-size: 15px;
margin-left: 0px;
color: transparent;
}

.have{
font-size: 10px;
margin-left: 0px;
color: transparent;
}

.love{
overflow: hidden;
border: 1px soild #000;
cursor: pointer;
height: 180px;
width: 320px;
}

.love img{
    display: block;
height: 180px;
width: 320px;

}

.love img:hover{
    transform: scale(1.1);
}

.line img{
    display: block;
    height: 180px;
    width: 320px;
    margin: auto;
    margin-top: -80rem;
}

.line-we{
    text-align: center;
    margin-top: -50px;
}
         第三區

        .single .box-container .box{
            flex-direction: column;
            flex:1 1 auto;
        }

        第四區

        .menu .box-container .box{
             flex-direction: column;  
            flex:1 1 auto;
        }       
         第五區 
        .gallery .box-container .box{
            /flex-direction: column; 
            flex:1 1 auto;
        }

         第六區 
        .gallery .box-container .box{
            /* flex-direction: column; 
            flex:1 1 auto;
        }
         第七區
        .order .inputbox .iframe{
            flex-direction: column; 
            flex:1 1 auto;
            max-width: 100%;
            width: auto;
        } */
    


    @media (max-width: 1115px){
        .love{
            margin-left: -20rem;
        }

        .singl{
            margin-top: 200px;
        }

        .have{
            margin-top: 250px;
        }

        .home .content{
            margin-top: 5rem;
            width: 15rem;
            }
        
        .home .circle{
            margin-top: -8rem;
        }

        .home #first{
            margin-left: 20rem;
            margin-top: -30rem;
        }

        .evr .more.animation{
            opacity: 0;
            margin-left: auto;
            margin-right: auto;
        }
        
            @keyframes fade-in {
                to {
                  opacity: 1;
                    top: 1.6rem;
                    width: 20rem;
                }
              }

              @keyframes ft{
                to{
                    opacity: 1;
                    width:100%;
                }
            }

            @keyframes ftt{
                0%{
                    margin-left: 50%;
                    background-color: rgba(0, 0, 0, 0);
                }

                100%{
                    width: 50%;
                    margin-left:50%;
                    background-color: rgba(0, 0, 0, 0);
                }
                
            }
        }
    

    @media (max-width: 1105px){
        .love{
            margin-left: -20rem;
        }

        .singl{
            margin-top: 7rem;
        }

        .have{
                margin-top: 11rem;
        }

        .o{
            margin-left: 32rem;
        }

        .h2{
            margin-left: 32rem;
        }

        .home .content{
            margin-top: 5rem;
        }

        .home img{
            display: flex;
        }

        .evr .more{
            margin-left: 10px;
            margin-right: 10px;
        }

        .imgBox{
            width: 80%;
        }

        .evr .more.animation{
            opacity: 0;
            margin-left: auto;
            margin-right: auto;
            z-index: -10;
            width: 0px;
        }
        
    }

    @media (max-width: 1016px){
        .o{
            display: block;
            margin-top: 20rem;
            margin-left: 0px;
            text-align: center; 
        }

        .all .mail .mailbox i{
            font-size: 30px;
        }

        .like{
            display: block;
            margin: auto;
        }

        .h2{
            text-align: center;
            margin-left: 0px;
        }

        .love{
            margin-top: -15rem;
            display: block;
            }

        .singl{
            margin-left: 0;
            text-align: center;
        }

        .have{
            margin-left: 0;
            text-align: center;
        }
    }

    
    @media (max-width: 941px){
        .home{ 
            height: 55rem;
        }
        .home #first{
            display: block;
            margin-right: auto;
            margin-left: auto;
            margin-top:1rem;
        }

        .home .circle{
            margin-top: -9rem;
        }

    }

    @media (max-width: 913px){
        .love{
            margin-left: -25rem;
        }

        .all .mail .mailbox i{
            font-size: 25px;;
        }
            
    }


        
    @media (max-width: 800px){
        .love{
            height: 100%;
            max-width: auto;
            margin-left: -30rem;
        }

        .like{
            margin-left: 0px;
        }

         .imgBox{
             width: 90%;
         }   
    }
    @media (max-width: 795px){
        .home{
            display: block;
            background-size: cover;
            height: 50rem;
        }

        .home .content{
            margin-top: -0rem; 
            margin-right:auto;
            margin-left: auto;
        }

        .home .triangle{
            margin-left: auto;
            margin-right: auto;
        }

        .home .circle{
            margin-top: 5rem;
            margin-left: auto;
            margin-right: auto;
        }
        
            
        

    }
    
    

@media (max-width: 657px){
        .ho .col{
            width: 100%;
            border-radius: 0px;;
        }

        .img{
            display: block;
        }

        .line{
            height: 1px;
            border-left:1px solid rgba(0, 0, 0, 0);
            border-top: 1px solid #d2d2d7;
    display: block;
    padding: 30px 0px 20px 00px;
}

        .img .starbucks{
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

        
    }
    @media(max-width: 600px){
        .love{
            margin-left:0px;
        }
        
        .evr .mail{
            width: 100%;
        }
        
            .imgBox{
                width: 95%;
            }
        }
    
@media(max-width: 695px){
   .evr .mail.moving{
       height: 10%;
       padding: 0px;
       padding-top: 35px;
     }


}
    
    @media (max-width: 599px){
        .love{
            display: block;
            margin: auto;
            margin-top: -400px;
            overflow: auto;
        }

        .love img:hover{
            transform: scale(1);
        }

        .like{
            display: block;
            margin: auto;
        }

        .like img:hover{
            transform: scale(1);
        }
        
    }
    

    @media(max-width: 555px){
        .content{
            height: 277px;
            width: 300px;
        }
        @keyframes fade-in {
            to {
              opacity: 1;
                top: 1.6rem;
                width: 300px;
            }
          }

            

            .evr .mail.moving{
                height: 200px;
            }
        }

         @media (max-width: 443px){
            .img .starbucks{
                width: 100%;
                height: auto;
           
           }
         }   

    @media(max-width: 400px){
        .all .mail .mailbox i{
            text-align: center;
        }

    }

    @media (max-width: 384px){
        .evr .mail.moving a{
            font-size: 0px;
        }

        .evr .mail.moving .fa-circle-xmark{
            transform: translateY(-5rem);
        }

        .evr .more{
            height: 400px;
        }

        .img span{
            display: none;
        }

       .img .starbucks{
            width: 100%;
            height: auto;
        }

    }

    @media (max-width: 312px){
        .evr .mail.moving .fa-circle-xmark{
            transform: translateY(-5rem);
            margin-left: 80%;
        }
    }
.shop{
        width: 100%;
        margin-top: -0px;
        height: 50rem;
        overflow: hidden;
        transform: translateY(-60px);
        display: fixed;
    }
    @media (max-width: 505px){
        .img.month img{
            width: auto;
            height: 10rem;
        }

        .first{
            width: 300px;
        }

        /* .img img{
            width: auto;
            height: 15rem;
        } */
    }

    .img.month img{
        width: auto;
        height: 10rem;
        margin-top: 50px;
    } 

    .backnew{
        margin-top: 24px;
        border-radius: 40px;;
        background-color: rgba(110, 49, 179, 0.4);
        box-shadow: 0px 0px 40px 40px rgba(110, 49, 179, 0.4);
    }

    ul.slides {
        position: relative;
        width: 100%;;
        height: 90vh;
        list-style: none;
        margin: auto;
        padding: 0;
        background-color: #eee;
        overflow: hidden;
      }
      
      li.slide {
        margin: 0;
        padding: 0;
        width: inherit;
        height: inherit;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: Helvetica;
        font-size: 120px;
        color: #fff;
        transition: 1s transform cubic-bezier(0.28, 0.11, 0.32, 1);
      }
      
      .slide:nth-of-type(1) {
        background-color: #F2E205;
      }
      
      .slide:nth-of-type(2) {
        background-color: #F25C05;
        left: 100%;
      }
      
      .slide:nth-of-type(3) {
        background-color: #495F8C;
        left: 200%;
      }
      
      .slide:nth-of-type(4) {
        background-color: #000;
        left: 300%;
      }
      
      input[type="radio"] {
        position: relative;
        z-index: 100;
        display: none;
      }
      
      .controls-visible {
        position: absolute;
        width: 100%;
        bottom: 12px;
        text-align: center;
      }
      
      .controls-visible label {
        display: inline-block;
        width: 10px;
        height: 10px;
        background-color: #fff;
        border-radius: 50%;
        margin: 0 3px;
        border: 2px solid #fff;
      }
      
      .slides input[type="radio"]:nth-of-type(1):checked ~ .controls-visible label:nth-of-type(1) {
        background-color: #333;
      }
      
      .slides input[type="radio"]:nth-of-type(2):checked ~ .controls-visible label:nth-of-type(2) {
        background-color: #333;
      }
      
      .slides input[type="radio"]:nth-of-type(3):checked ~ .controls-visible label:nth-of-type(3) {
        background-color: #333;
      }

      .slides input[type="radio"]:nth-of-type(4):checked ~ .controls-visible label:nth-of-type(4) {
        background-color: #333;
      }
      
      .slides input[type="radio"]:nth-of-type(1):checked ~ .slide {
        transform: translatex(0%);
      }
      
      .slides input[type="radio"]:nth-of-type(2):checked ~ .slide {
        transform: translatex(-100%);
      }
      
      .slides input[type="radio"]:nth-of-type(3):checked ~ .slide {
        transform: translatex(-200%);
      }

      .slides input[type="radio"]:nth-of-type(4):checked ~ .slide {
        transform: translatex(-300%);
      }
      
      
      /* Left/Right Button Classes Below */
      
      .navigator {
        position: absolute;
        top: 50%;
        transform: translatey(-50%);
        width: 100%;
        z-index: 100;
        padding: 0 20px;
        display: flex;
        justify-content: space-between;
        box-sizing: border-box;
        display: none;
      }
      
      .navigator i{
        font-size: 32px;
        color: #fff;
        border-radius: 50%;
        cursor: pointer;
        margin-left: 15px;
      }

      .navigator label .back{
          margin-left: -14px;
          height: 50px;
          width: 50px;
          border-radius: 50%;
          margin-top: -40px;
          transition: all 0s cubic-bezier(0.28, 0.11, 0.32, 1);
          background-color: rgba(51, 51, 51, 0.5);
      }
      
      .navigator label i:hover .back{
        background-color: rgba(51, 51, 51, 0.4)
    }

      .slides input[type="radio"]:nth-of-type(1):checked ~ .navigator:nth-of-type(1) {
        display: flex;
      }
      
      .slides input[type="radio"]:nth-of-type(2):checked ~ .navigator:nth-of-type(2) {
        display: flex;
      }
      
      .slides input[type="radio"]:nth-of-type(3):checked ~ .navigator:nth-of-type(3) {
        display: flex;
      }

      .slides input[type="radio"]:nth-of-type(4):checked ~ .navigator:nth-of-type(4) {
        display: flex;
      }

.pure-control-group canvas{
    display: none;
}

#myssse.fixed{
    position: fixed;
}

.sticky.fixed{
    position: sticky;
}

.bar.fixed{
    position: sticky;
}

.box-space{
    width: 500px;
      height: 150px;
      background-color: #eee;
      border-radius: 10px;
      padding: 11px 20px;
      margin-top: 60px;
      margin-left: auto;
      margin-right: auto;
      animation: short .3s ease forwards;
          box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.2);
    }
    
    @keyframes short{
    
      to{
        height: 50px;
    }
    }
    
    .box-space.long{
      height: 50px;
    animation: long .3s ease forwards;
    }
    
    @keyframes long{
      0%{
    height: 50px;
      }
    /*   85%{
    transform: translateX(0px);
      }
      90%{
    transform: translateX(7px)
      } */
      100%{
    /*     transform: translateX(0px); */
    height: 180px;
      }
    }
    
    .get-more{
       
    display: flex;
    justify-content: space-between;
     cursor: pointer;
      transition: 0s linear;
    }
    
    .get-more:hover h2,
    .get-more:hover .fa-angle-down{ 
    color: #424245;
    }
    
    .get-more h2{
        background: linear-gradient(80deg,#FD7F63,#E85CBA,#A546E9,#923EF2);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0,0,0,0);
      font-size: 20px;
      color: #6e6e73;
    }
    
     .get-more .fa-angle-down{ 
       margin-top: 7px;
     animation: uy .3s ease forwards;
       animation: y 7s ease forwards;
      color: #6e6e73;
      
    }
    
    @keyframes y{
      0%{
        transform: scale(1);
    }
      10%{
        transform: scale(0.7);
    }
      20%{
    transform: scale(1);
      }
      30%{
    transform: scale(0.7);
      }
      40%{
    transform: scale(1);
      }
      50%{
    transform: scale(0.7);
      }
      60%{
    transform: scale(1);
      }
      70%{
    transform: scale(0.7);
      }
      80%{
        transform: scale(1);
      }
      90%{
    transform: scale(0.7);
      }
      100%{
    transform: scaleY(1);
      }
    }
    
    @keyframes uy{
      0%{
        transform: scaleY(-1);
    }
      100%{
    transform: scaleY(1);
      }
    }
    
    .get-more .fa-angle-down.down{
      animation: uo .3s ease forwards;
      transform: scaleY(1);
    }
    
    @keyframes uo{
    /*   0%{
    transform: scaleY(1);
      } */
     to{
    transform: scaleY(-1);
      }
    }
    
    .answer{
      margin-top: 20px;
      font-size: 17px;
      font-weight: 500;
      display: flex;
      width: 100%;
      height: 150px;
     overflow: hidden;
    animation: u .3s ease forwards;
      color:#898989;
    }
    
    @keyframes u{
      to{
        margin-top: -50px;
    height: 0px;
      }
    }
    
    .over{
    overflow: hidden;
      height: 150px;
      margin-top: 20px;
      width: 100%;
    }
    
    .over.line{
    border-top: 1px solid #d2d2d7;
    border-left: 1px solid rgba(0,0,0,0);
    }
    
    .backlinear{
      padding-top: 40px;
      background: linear-gradient(210deg,#FD7F63,#E85CBA,#A546E9,#923EF2);
      height: 110vh;
      width: 100%;
      
    }
    
    
    .backlinear h2{
    display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
    margin: auto;
    }
    
    .backlinear h2 span{
    font-size: 35px;
      
    }
    
    .backlinear a{
      margin-top: 10px;
      display: block;
      text-align: center;
    color: #06c;
     text-decoration: none;
    font-size: 17px;
      font-weight: 600;
    }
    
    .backlinear a:nth-child(2):hover,
    .backlinear a:hover i{
        text-decoration: underline;
    }
    
    .answer.show{
      margin-top: -50px;
      height: 0px;
    animation: o .2s ease forwards;
      animation-delay: .2s;
      opacity: 0;
    }
    
    @keyframes o{
      to{
        margin-top: 20px;
    height: 150px;
        opacity: 1;
      }
    }

.hello,
.hello-stop{
    display: block;
    margin: auto;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.hello-stop{
    animation: hello 0s linear forwards;
    margin-top: -57%;
    opacity: 0;
    animation-delay: 4.3s;
}

@keyframes hello{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

.pangdafpsvg{
    background-image: url(../image/pangdafp.svg);
    background-position: center;
    width: 300px;
    height: 60px;
    background-size: cover;
    margin: auto;
    animation: logo 2s ease-in-out forwards;
    animation-delay: 1s;
    opacity: 0;
    transform: translateY(100px);
}

@keyframes logo{
        0%{
            opacity: 0;
        }
        50%{
            opacity: 1;
            transform: translateY(100px);
        }
        100%{
            opacity: 1;
            transform: translateY(0px);
        }
}

.sweet-image{
    background-image: url(../image/first-see.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 446px;
    height: 328px;
    margin: auto;
    animation: ufp 1s ease-in-out forwards;
    animation-delay: 2.5s;
    opacity: 0;
}

@keyframes ufp{
    0%{
        transform: translateY(20px);
        opacity: 0;
    }
    100%{
        transform: translateY(0px);
        opacity: 1;
    }
}

.every-day-information{
    height: 90vh;
    width: 100%;
    min-width: 320px;
    background-color: #000;
    padding-top: 20px;
    overflow: hidden;
}

.every-day-information .image-daily{
    background-image: url(../image/胖達日常.jpg);
    background-position: center;
    background-size: cover;
    width: 400px;
    height: 400px;
    margin: auto;
}

.every-day-information a{
    color: #0071ef;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    display: block;
}

.every-day-information a i{
    font-size: 17px;
}

.every-day-information a:hover{
    text-decoration: underline;
}

.two-way{
    height: 90vh;
    display: flex;
    overflow: hidden;
}

.first-way{
    width: 50%;
    height: 90vh;
    background-color: #198657;
    background-image: url(../image/尤加利原樣.jpg);
    background-position: center;
    background-size: cover;
}

.second-way{
    width: 50%;
    height: 100vh;
    background-color: #37ad86;
    background-image: url(../image/綠花白千層原樣.jpg);
    background-position: center;
    background-size: cover;
}

.first-way .essantial-oil{
    background-image: url(../image/檸檬尤加利精油.png);
    background-position: center;
    background-size: cover;
    width: 500px;
    height: 500px;
    margin: auto;
}

.second-way .essantial-oil{
    background-image: url(../image/綠花白千層精油.png);
    background-position: center;
    background-size: cover;
    width: 500px;
    height: 500px;
    margin: auto;
}

.first-way h2,
.second-way h2{
    color: #0071ef;
    font-weight: 500;
    font-size: 17px;
    text-align: center;
    width: 100px;
    padding: 5px;
    margin: auto;
    background-color: #fff;
    border-radius: 10px;
    transition: all .5s cubic-bezier(0.66, 0, 0.2, 1);
    transform: translateY(-80px);
}

.first-way h2:hover,
.second-way h2:hover{
    background-color: #0071ef;
    color: #fff;
}

.first-way h2 i,
.second-way h2 i{
    font-size: 17px;
}

.first-way h1,
.second-way h1{
    color: #1d1d1f;
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
    background-color: rgba(255, 255, 255, 0.275);
    width: 190px;
    padding: 5px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    transform: translateY(-80px);
}

.space{
    width: 10px;
    height: 10px;
    cursor: pointer;
}

.grane{
    animation: smove 1s cubic-bezier(0.66, 0, 0.2, 1) forwards;
    animation-delay: 5s;
    height: 100vh;
}

.daily{
    background-color: rgb(0, 0, 0);
    height: 100vh;
    /* animation: upo .5s linear forwards; */
    border-bottom: 1px solid #141414;
}

.animation{
    overflow: hidden;
    height: 100vh;
    width: 100%;
    animation: upo .2s linear forwards;
    animation-delay: 5.5s;
}

.width{
    min-width: 320px;
    width: 100%;
    max-width:  800px;
    margin: auto;
    padding: 10px;
}

.daily h1{
    font-size: 50px;
    color: #fff;
}

.daily span{
    color: #fff;
    font-size: 17px;
}

.daily a{
    color: #2297ff;
    font-size: 15px;
    font-size: 500;
}

.daily a:hover{
    text-decoration: underline;
}

.daily a i{
    font-size: 13px;
}

br{
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.excited{
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 500;
    background-color: #dc9770;
    border-radius: 5px;
    padding: 5px;
    padding-top: 5px;
    animation: sd 1s cubic-bezier(0.66, 0, 0.2, 1) forwards;
    animation-delay: 5.5s;
    background-image: linear-gradient(90deg, #80d0f2,#5c82ff,#c480ff, #dc9770 70%, rgb(29,29,29) 70%);
    background-position: center;
    overflow: hidden;
    height: 31px;
    width: 0;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

@keyframes sd {
    0%{
        width: 0px;
    }
    100%{
        width: 100%;
    }
}

.scary::after{
    content: ' ';
    border: 2px solid #2297ff;
    /* background-color: #2297ff; */
    border-radius: 10px;
    animation: light-destry 4s cubic-bezier(0.66, 0, 0.2, 1) forwards;
    animation-delay:6s;
}

@keyframes light-destry{
    0%{
        border: 2px solid #2297ff;
    }
    10%{
        border: 2px solid #000000;
    }
    20%{
        border: 2px solid #2297ff;
    }
    30%{
        border: 2px solid #000000;
    }
    40%{
        border: 2px solid #2297ff;
    }
    50%{
        border: 2px solid #000000;
    }
    60%{
        border: 2px solid #2297ff;
    }
    70%{
        border: 2px solid #000000;
    }
    80%{
        border: 2px solid #2297ff;
    }
    90%{
        border: 2px solid #000000;
    }
    100%{
        border: 2px solid #2297ff;
    }
}

@keyframes upo{
    0%{
        margin-top: 0;
    }
    100%{
        margin-top: -70px;
    }
}

@keyframes smove{
    0%{
        transform: translateX(0px);
    }
    100%{
        transform: translateX(-60rem);
        height: 0;
        overflow: hidden;
        opacity: 0;
    }
}

.ggg{
    display: none;
}

/* first show */

@media (max-width: 442px){
    .fff{
        display: none;
    }
    .ggg{
        display: block;
    }
}

/* two way block */

@media (max-width: 1031px){
    .first-way .essantial-oil,
    .second-way .essantial-oil{
        width: 400px;
        height: 400px;
        margin-bottom: 50px;
    }
}

@media (max-width: 949px){
    .two-way .first-way{
        overflow: hidden;
        width: 100%;
        height: 90vh;
        background-color: #198657;
        background-image: url(../image/尤加利原樣.jpg);
        background-size: cover;
        background-position: center;
        display: block;
    }
    .two-way .second-way{
        overflow: hidden;
        width: 100%;
        height: 90vh;
        background-color: #37ad86;
        background-image: url(../image/綠花白千層原樣.jpg);
        background-size: cover;
        background-position: center;
        display: block;
    }
    
}

@media (max-width: 799px){
    .first-way .essantial-oil,
    .second-way .essantial-oil{
        width: 300px;
        height: 400px;
    }
}

@media (max-width: 885px){
    .two-way{
        display: block;
        height: 180vh;
    }
    .space.none{
        display: none;
    }
}

@media (max-width: 649px){
    .first-way h1,
    .first-way h2,
    .second-way h1,
    .second-way h2{
        transform: translateY(-50px);
    }
}

@media (max-width: 543px){
    .two-way .first-way,
    .two-way .second-way{
        width: 100%;
        height: 90vh;
    }

    .first-way .essantial-oil,
    .second-way .essantial-oil{
        width: 400px;
        height: 400px;
    }
    
    .every-day-information .image-daily{
        width: 300px;
        height: 300px;
        margin-bottom: 100px;
    }
}

@media (max-width: 493px){
    .sweet-image{
        width: 334.5px;
        height: 246px;
    }
    .pangdafpsvg{
        width: 200px;
        height: 40px;
    }
}

@media (max-width: 415px){
    .first-way .essantial-oil,
    .second-way .essantial-oil{
        width: 300px;
        height: 400px;
    }
}

.bogo{
    width: 100%;
    overflow: hidden;
    height: 100vh;
    position: relative;
    margin: auto;
    margin-top: 0px;
}

.bogo .background{
    background-image: url(../image/bogo-background.svg);
    background-size: cover;
    width: 100%;
    height: 100vh;
}

.bogo h1{
    text-align: center;
    color: #fff;
    font-size: 100px;
}

.bogo span{
    color: #fff;
    display: block;
    text-align: center;
}

.bogo .text-word{
    margin: auto;
    height: 90vh;
    width: 100%;
    transform: translateY(31vh);
}

.bogo .text-word .ad{
    background-clip: text;
    -webkit-background-clip: text;
    color: rgba(0, 0, 0, 0);
    text-align: center;
    margin: auto;
    display: block;
    font-weight: 600;
    background-image: linear-gradient(180deg, #ffffff 0%, #F49370 100%);
    margin-top: 10px;
    width: 150px;
    /* font-size: 17px; */
    
}

.bogo .text-word .ad i{
    font-size: 17px;
    transition: all 0s linear;
}

.bogo .text-word .ad:hover{
    color: #0071ef;
}

.art-group{
    height: 100vh;
    width: 100%;
    /* background-image: url(../image/use.png); */
    background-size: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;
    }

.art{
    height: 100vh;
    width: 100%;
    /* margin: auto; */
    display: flex;
    transform: scale(0.9);
    /* float: right; */
    justify-content: center;
    border-radius: 20px;
    align-items: center;
    background-position: center;
    background-size: cover;
    /* background-image: conic-gradient(aqua, fuchsia, yellow, aqua); */
    background-image: url(../image/coming-soon-page-background.jpg);
    /* animation: boom 1s cubic-bezier(0.66,0,0.2,1) forwards; */
}


@keyframes boom{
    0%{
        margin: auto;
        border-radius: 50%;
        transform: translateY(-80px) scale(0.0000000000001);
        width: 10px;
        height: 10px;
    }
    100%{
        margin: auto;
        border-radius: 0;
        transform: scale(1) translateY(0);
        height: 90vh;
        width: 100%;
    }
}

.art .art-logo{
    display: none;
    background-image: url(../image/art-logo.jpg);
    height: 300px;
    width: 300px;
    background-size: cover;
    margin: auto;
}

.first-way.third-way{
    background-color: #000;
    background-image: url(../image/Frame\ 4.svg);
}

.first-way.third-way h3{
    color: #fff;
    width: 320px;
    margin: auto;
    margin-top: 50px;
    font-size: 30px;
    text-align: center;
}

.first-way.third-way h3 span{
    font-size: 40px;
    color: #dc9770;
}

.second-way.fourth-way h3{
    font-size: 30px;
    width: 300px;
    text-align: center;
    color: #fff;
    margin: auto;
    margin-top: 50px;
}

.fa{
    display: flex;
    justify-content: center;
    align-items: center;
}

.fa-logo{
    background-image: url(../image/pangdafp.ico);
    height: 30px;
    width: 30px;
    background-size: cover;
    margin-right: 5px;
}

.first-way.third-way h3 p,
.second-way.fourth-way p{
    font-size: 10px;
    -webkit-background-clip: text;
    background-clip: text;
    color: rgba(0, 0, 0, 0);
    margin-top: 5px;
    background-image: linear-gradient(187.71deg, #9c9c9c 5.96%, rgba(217, 217, 217, 0) 274.78%);;
}

.two-way .linksss{
    font-size: 17px;
    font-weight: 600;
    color: #0071ef;
    text-align: center;
    margin-top: 30px;
}

.two-way .linksss i{
    font-size: 17px;
}

.two-way .linksss:hover{
    text-decoration: underline;
}

.two-way .second-way.fourth-way{
    background-image: url(../image/Frame\ 1.jpg);
    background-position-y: 10px;
    background-color: #000;
}

.bogo-background{
    height: 100vh;
    width: 100%;
    background-color: #06083D;
}

.bogo-background-image{
    background-image: url(../image/bogo-background.svg);
    height: 350px;
    width: 350px;
    margin: auto;
    background-size: cover;
    background-position: center;
    transform: translateY(120px);
    position: relative;
    z-index: 3;
}

.bogo-background-hero{
    background-image: url(../image/bogo-background-hero.svg);
    height: 600px;
    width: 600px;
    background-size: cover;
    background-position: center;
    margin: auto;
    position: relative;
    z-index: 2;
    transform: translateY(-380px);
    animation: scalsss 1s cubic-bezier(0.66,0,0.2,1);
}

@keyframes scalsss{
    0%{
        transform: translateY(-380px) scale(0);
    }
    100%{
        transform: translateY(-380px) scale(1);
    }
}

@media (max-width: 616px){
    .bogo-background-hero{
        height: 548px;
        width: 548px;
        transform: translateY(-300px);
    }
    .bogo-background-image{
        height: 320px;
        width: 320px;
        transform: translateY(150px);
    }
    @keyframes scalsss{
        0%{
            transform: translateY(-300px) scale(0);
        }
        100%{
            transform: translateY(-300px) scale(1);
        }
    }
}

@media (max-width: 560px){
    .bogo-background-hero{
        height: 411px;
        width: 411px;
        transform: translateY(-200px);
    }
    .bogo-background-image{
        height: 240px;
        width: 240px;
        transform: translateY(150px);
    }
    @keyframes scalsss{
        0%{
            transform: translateY(-200px) scale(0);
        }
        100%{
            transform: translateY(-200px) scale(1);
        }
    }
}

@media (max-width: 421px){
    .bogo-background-hero{
        height: 328.8px;
        width: 328.8px;
        transform: translateY(-150px);
    }
    .bogo-background-image{
        height: 216px;
        width: 216px;
        transform: translateY(150px);
    }
    @keyframes scalsss{
        0%{
            transform: translateY(-150px) scale(0);
        }
        100%{
            transform: translateY(-150px) scale(1);
        }
    }
}

@media (max-width: 338px){
    .bogo-background{
        overflow: hidden;
    }
}

.drop-down{
    height: 100vh;
    width: 100%;
    backdrop-filter: blur(80px);
    margin-top: -20px;
    -webkit-backdrop-filter: blur(80px);
    text-align: center;
    position: fixed;
    z-index:999999999999999999999999999999999999999999999999999999999999999999999999;
    font-weight: 600;
    color: #fff;
}