*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: Helvetica;
}

body{
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    /* background-color: #ededed; */
    background-color: #FFF;
    /* overflow: hidden; */
}

.shadow{
    width: 100%;
    height: 1px;
    box-shadow: 4px 4px 20px 4px rgba(0,0,0,0.3);
}

.slide-container{
    max-width: 1120px;
    width: 100%;
}

.slide-content{
    margin: 0 40px;
    overflow: hidden;
    border-radius: 25px;
}

.card{
    width: 320px;
    border-radius: 25px;
    background-color: #fff;
    
}

.image-content,
.card-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
}

.image-content{
    position: relative;
    row-gap: 5px;
    /* padding: 25px 0; */
}

.overla{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #06c;
    /* /* background-image: linear-gradient(45deg, rgb(0, 114, 213), rgb(222, 0, 159));  */
    border-radius: 25px 25px 25px 25px;
}

/* .overla::before,
.overla::after{
    content: '';
    position: absolute;
    right: 0;
    bottom: -40px;
    height: 40px;
    width: 40px;
    background-color: #06c;
}

.overla::after{
    border-radius: 0 25px 0 0;
    background-color: #fff;
} */

.card-image{
    position: relative;
    height: 100%;
    width: 100%; 
    border-radius: 20px;
    background-color: #fff;
    padding: 3px;
}

.card-image .card-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    border: 4px solid #d2d2d7;
}

.name{
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.description{
    margin-top: 20px;
    font-size: 14px;
    color: #707070;
    text-align: center;
}

.nav-container{
    animation: uptodown 1s cubic-bezier(0.86, 0, 0.07, 1) forwards; 
} 
/* cubic-bezier(1,-0.12, 0.57, 1) */
@keyframes uptodown{
    0%{
        margin-left: -150%;
    }
    100%{
        margin-left: 0;
    }
}

.butto{
   border: none;
   font-size: 10px;
   color: #fff; 
   padding: 8px 16px;
   background-color: #06c;
   border-radius: 6px;
   margin: 14px;
   cursor: pointer;
   transition: all .3s ease;
   background-image: linear-gradient(0deg, #06c, rgb(15, 109, 203));
}

.button:hover{
    background-color: rgb(25, 119, 212);
}

.swiper-navBtn{
    color: rgb(41, 124, 206);
}

.swiper-navBtn:hover{
color: #06c;
}

.swiper-navBtn::before,
.swiper-navBtn::after{
    font-size: 40px;
}

.swiper-button-next{
    right: 0;
}

.swiper-button-prev{
    left: 0;
}

.swiper-pagination-bullet{
    background-color: rgb(25, 119, 212);
    /* background-image: linear-gradient(45deg, rgb(0, 114, 213), rgb(222, 0, 159)); */
    opacity: 1;
    
}

.swiper-pagination-bullet-active{
    /* background-image: linear-gradient(45deg, rgb(0, 114, 213), rgb(222, 0, 159)); */
    
    background-color: #06c;
}

@media screen and (max-width: 768px){
    .slide-content{
        margin: 0 10px;
    }

    .swiper-navBtn{
        display: none;
    }
}


.sticky{
    position: sticky;
      display: flex;
      padding-left: 10px;
    background-color: rgb(255, 255, 255)  ;
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
    top: 0px;
      height: 44px;
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      z-index: 110;
        justify-content: space-between;
      animation: lineshow .5 ease forwards;
      animation-delay: .5s;
       margin-top: 44px;
       transition: 1s all cubic-bezier(0.66, 0, 0.2, 1);
      
}
    
    .icon{
    cursor: pointer;
    transform: rotate(0deg);
    transition: all .2s cubic-bezier(0.66, 0, 0.2, 1);
    transform-origin: center;
    }
    
    .icon .fa-angle-down{
    margin-top: 13px;
    font-size: 17px;
    color: #484848;
    }
    
    .icon.down .fa-angle-down{
    margin-top: -13px;
    }
    
    
    .icon.dowm{
        transform: rotate(-180deg); 
    }
    
    .sticky .text{
      display: block;
    padding-top: 7px;
      margin-left: 10px;
      float: left;
    }
    
    .sticky .text a{
    color: #000;
      text-decoration: none;
      font-family: Helvetica;
      font-size: 18px;
      font-weight: 500;
    }
    
    .sticky li{
      list-style: none;
      height: 30px;
      margin-top: 5px;
      margin-right: 5px;
        display: inline-block;
        text-align: center;
        background: #0071e3;
        color: #fff;
        border-radius: 980px;
        font-size: 12px;
        line-height: 1.33337;
        font-weight: 400;
        letter-spacing: -.01em;
        min-width: 23px;
        padding-left: 11px;
        padding-right: 11px;
        padding-top: 6px;
        padding-bottom: 0px;
    }
    
    .sticky li:hover{
    background-color: #1c7ddf
      ;
    }
    
    .sticky li a{
      text-align: center;
    font-size: 17px; 
      text-decoration: none;
      color: #fff;
      font-weight: 500;
      transition: all .1s;
    }
    
    .bar{
    
       width: 100%;
    height: 40vh;
    position: fixed;
    top: 44px;
    left: 0;
    background-color: rgba(255,255,255,0.98);
    transform-origin: 50% 0;
    opacity: 1;
    z-index: 100;
    border-bottom: 1px solid #d2d2d7;
    transition: all .5s cubic-bezier(0.86, 0, 0.07, 1);
    transition-delay: 1s;
    transform: scaleY(0);
    }
    
    .bar.showw{
      position: fixed;
      background-color: rgba(255, 255, 255, 0.98);
      margin-left: 0px;
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      z-index: 100;
      transform:scaleY(1);
      opacity: 1;
      overflow: hidden;
      /* transition: transform .5s cubic-bezier(0.72,-0.47,1,1); */
      /* transition: all 1s cubic-bezier(0.86, 0, 0.07, 1); */
      transition: all .5s cubic-bezier(0.6,-0.25, 0.74, 0.05);
    }
/* cubic-bezier(0.23, 1, 0.32, 1) */
    .bar.top{
        top: 88px;
    }

    .bar.down{
        top: 44px;
    }
    /* cubic-bezier(0.23, 1, 0.32, 1) */
/* cubic-bezier(1,-1.11, 0.15, 2.5) */
/* cubic-bezier(0.28, 0.11, 0.32, 1) */
    
    
    .sticky.showw{
      border-bottom: 1px solid rgba(0,0,0,0);
      /* margin-top: 0; */
    }
    
    
    
    .bar li{
        
        /* margin-top: 30px; */
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 10px;
        width: 80%;
        border-bottom: 1px solid rgba(221, 221, 221, 0);
        list-style: none;
        text-decoration: none;
        cursor: pointer;
        opacity: 0;
        /* margin-top: -200px; */
        transform: translateY(-20px);
        transition: all 1s cubic-bezier(0.66, 0, 0.2, 1);
        transition-delay: .5s;
      }
  
      .bar.showw li{
        margin-top: 30px;
        opacity: 1;
        transform: translateY(0px);
        /* transition-delay: .5s; */
        border-bottom: 1px solid #ddd;
      }
    
    .bar li:hover span{
    color: #0071e3;
    }
    
    .bar li span{
      color: #595959;
      font-weight: 500;
      cursor: pointer;
        text-decoration: none;
        font-size: 15px;
        opacity: 0;
    }

    .bar.showw li span{
        opacity: 1;
    }

    .map{
        margin-top: 200px;
    }

   /* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC&display=swap'); */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: 'Noto Sans TC', sans-serif; */
    font-family: Helvetica;
}

:root{
    --apple-text-color: #06c;
    --apple-footer-text-color: #75757B;
    --pangdafp-logo-color: #06c;
    --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;
}

body{
    flex-direction: column;
}

#progress{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    position: fixed;
    z-index: 1000000000000000;
    bottom: 25px;
    right: 25px;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.2); */
    display: grid;
    place-items: center;
  }
  #progress-value{
    display: block;
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    background-color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-weight: 600;
    font-size: 20px;
    color: #727272;
  }

footer{
    
    background-color: #f5f5f7;
    position: relative;
    width: 100%;
    height: auto;
    padding: 50px 100px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 1;
}

footer.black{
    background-color: #c9c9c9;
}

footer .con{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-direction: row;
}

.map{
    margin-top: 50px;
}

.map.black{
    background-color: #c9c9c9;
}

.map img{
    position: relative;
    width: 30px;
    height: 30px;
    top: 7px;
    opacity: 0.6;
    transition: 0s all cubic-bezier(0.28, 0.11, 0.32, 1);
    
    }

    .map img:hover{
        opacity: 2;
    }

.map{
    width: 100%;
    height:50px;
    background-color: var(--footer-background);
    padding: 10px 50px;
    }

.map span{
        color: var(--footer-link-color);
        margin-right: 7px;
        top: 7px;
        font-size: 17px;
        font-weight: 500;
    }

    .map a span:hover{
        text-decoration: underline;
    }

.items{
    width: 8px;
    height: 36px;
    background-size: 8px 36px;
    background-repeat: no-repeat;
    margin-right: 11px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px;
    height: 18px;
    background-image: url(https://www.apple.com/ac/globalfooter/7/zh_TW/assets/ac-footer/breadcrumbs/separator/icon_large.svg);
    background-position-y: 100%;
    margin-left: 10px;
}

footer .con .sec{
    margin-right: 30px;
}

footer .con .sec.aboutus{
    width: 40%;
}

footer .con h2{
    position: relative;
    color: var(--footer-text-color);
    font-weight: 500;
    margin-bottom: 15px;
}

footer .con h2:before{
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #06c;
}

footer p{
    color: rgb(49, 49, 49);
    font-weight: 300;
    font-size: 17px;
}

.sci{
    margin-top: 20px;
    display: flex;
}

.sci li {
    list-style: none;
}

.sci li a{
    display: inline-block;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background-color: rgb(241, 241, 241);
    border-radius: 4px;
    margin-right: 10px;
    font-size: 25px;
    color: #06c;
}

.sci li a:hover{
    color: #fff;
    background-color: #06c;
}

.sci li a .fa{
    color: #fff;
    font-size: 20px;
}

.quicklinks{
    position: relative;
    width: 25%;
}

.quicklinks ul li{
    list-style: none;
}

.quicklinks ul li a{
    color: rgb(49, 49, 49);
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 17px;
    display: inline-block;
}

.quicklinks ul li a:hover{
    text-decoration: underline;
    color: var(--footer-directory-title-color-hover);
}

.contact{
    width: calc(35% - 60px);
    margin-right: 0 !important;
}

.contact .info{
    position: relative;
}

.contact .info li{
    display: flex;
    margin-bottom: 16px;
}

.contact .info li .contact-span{
    color: #06c;
    font-size: 17px;
    margin-right: 10px;
}

.contact .info li span{
    color: var(--apple-footer-text-color);
    font-size: 17px;
}

.contact .info li a{
    color: var(--apple-footer-text-color);
    text-decoration: none;
    font-size: 17px;
}

.contact .info li a:hover{
    text-decoration: underline;
}

.copyrightText{
    width: 100%;
    padding: 8px 100px;
    
    text-align: center;
    background-color: rgb(238, 238, 238);
    color: var(--apple-footer-text-color);
}

.copyrightText p{
    font-size: 15px;
    font-weight: 400;
}

.copyrightText p a{
    color: var(--footer-link-color);
    font-size: 15px;
    font-weight: 400;
      border-right: 1px solid var(--footer-border-color);
      margin-right: 7px;
      padding-right: 10px;
      display: inline-block;
      margin-top: 5px;
      white-space: nowrap;
    text-decoration: none;
}

.copyrightText p a:hover{
    text-decoration: underline;
}

@media (max-width: 991px){
    footer{
        padding: 40px;
    }
    footer .con{
        flex-direction: column;
    }

    footer .con .sec{
        margin-right: 0;
        margin-bottom: 40px;
    }

    footer .con .sec.aboutus,
    .quicklinks,
    .contact{
        width: 100%;
    }

    .copyrightText{
        padding: 8px 40px !important;
    }

    .copyrightText p a{
        font-size: 15px;
    }
}

*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    overflow-y: scroll;
}

body.black{
    background-color: #00000063;
}

:root{
    --apple-text-color: #06c;
    --apple-footer-text-color: #75757B;
    --pangdafp-logo-color: #72c7ab;
}

/* Desktop Nav */



.nav-container {
    /* background: #dddddd; */
    /* background: #000000ce; */
    position: relative;
    height: 44px;
    z-index: 100000000000000000000000000000000000000000000;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    transition: all 1s cubic-bezier(0.66, 0, 0.2, 1);
}

.nav-container nav {
    width: 1000px;
    margin: 0 auto;
    padding: 0 8px;
    height: 100%;
}

nav .desktop-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    
    z-index: 100;
}

.nav-container.active{
    background-color: rgb(255, 255, 255);
}

nav .desktop-nav li a {
    /* color: #fff; */
    color: #06c;
    text-decoration: none;
    font-size: 14px;
    opacity: 0.8;
    transition: opacity 400ms;
    font-weight: 500;
}


nav .desktop-nav li a:hover {
    opacity: 1;
}

.link-logo {
    background: url('../../image/pangdafp.png');
    display: block;
    background-size: 30px;
    background-position: center;
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
}

.link-search {
    background: url('../../image/searchd.svg');
    display: block;
    background-position: center;
    background-size: 18px;
    height: 44px;
    width: 20px;
    background-repeat: no-repeat;
}

.quick-links span{
    display: none;
}



.link-close {
    background: url('../../image/closs.svg');
    display: block;
    background-position: center;
    background-size: 13px;
    background-repeat: no-repeat;
    height: 40px;
    width: 20px;
}

/* Search Container */

.search-container.hide {
    opacity: 0;
    pointer-events: none;
}

.search-container {
    width: 60%;
    margin: 0 auto;
    padding: 0 42px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
}

.search-container .link-search {
    position: absolute;
    left: 12px;
    opacity: 0.5;
}

.search-container .link-close {
    position: absolute;
    top: 0;
    right: 12px;
    opacity: 0.5;
    cursor: pointer;
    transition: all 400ms;
}

.search-container .link-close:hover {
    opacity: 0.7;
}

.search-container form {
    width: 100%;
    margin: 0 auto;
}

.search-container form input {
    width: 100%;
    height: 44px;
    border: 0;
    outline: none;
    background: rgba(237, 237, 237, 0);
    color: #06c;
    font-family: "Inter", sans-serif;
    font-size: 17px;
    margin-left: 10px;
}

/* Overlay */

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

/* Quick Links */

.search-container .quick-links {
    background: rgb(246, 246, 246);
    position: absolute;
    left: 0;
    right: 0;
    padding: 16px 8px;
    border-radius: 0 0 16px 16px;
}

.search-container .quick-links h2 {
    text-transform: uppercase;
    font-size: 12px;
    color: #000;
    margin: 0 32px;
    margin-top: 10px;
    padding-bottom: 10px;
}

.search-container .quick-links ul {
    list-style: none;
    margin-top: -24px;
    overflow: hidden;
    
}

.search-container .quick-links ul li a {
    display: inline-block;
    width: 100%;
    padding: 8px 50px;
    font-size: 14px;
    color: #1d1d1f;
    text-decoration: none;
    background-color: rgb(246,246,246);
    font-weight: 400;
    transition: all 0s ease-in-out;
    /* transition: all 1s cubic-bezier(0.86, 0, 0.07, 1); */
}

.search-container .quick-links ul li a:hover {
    background: #f5f5f5;
    color: #2997ff;
}

/* Desktop Nav Animation */

.desktop-nav li {
    transition: all 250ms ease;
}

.desktop-nav.hide li {
    opacity: 0;
    transform: scale(0.8);
    pointer-events: none;
}

.desktop-nav li .fa-sun{
    color:rgb(255, 196, 0);
    cursor: pointer;
}

.desktop-nav li .fa-moon{
    color:rgb(43, 103, 160);
    cursor: pointer;
}

.desktop-nav li .fa-sun.hight{
    opacity: 0;
    animation: .3s frt cubic-bezier(0.28, 0.11, 0.32, 1) forwards;
    animation-delay: .3s;
    display: none;
}

@keyframes frt{
    to{
        display: none;
        opacity: 0;
        transform: rotate(360deg);
    }
}

.desktop-nav li .fa-moon.hight{
    opacity: 0;
    display: none;
    animation: .3s frt cubic-bezier(0.28, 0.11, 0.32, 1) forwards;
    animation-delay: .3s;
}

.desktop-nav li .fa-moon.sho{
    opacity: 0;
    animation: .3s fr cubic-bezier(0.28, 0.11, 0.32, 1) forwards;
    animation-delay: .3s;
}

@keyframes fr{
    to{
        opacity: 1;
        transform: rotate(-360deg);
    }
}

.desktop-nav li .fa-sun.sho{
    opacity: 0;
    animation: .3s fr cubic-bezier(0.28, 0.11, 0.32, 1) forwards; 
    animation-delay: .3s;
}

.nav-container .mobile-nav li .fa-sun{
    color:rgb(255, 196, 0);
    margin-top: 13px;
    font-size: 17px;
    cursor: pointer;
}

.nav-container .mobile-nav li .fa-moon{
    color:rgb(43, 103, 160);
    margin-top: 13px;
    font-size: 17px;
    cursor: pointer;
}

.nav-container .mobile-nav li .fa-sun.hight{
    opacity: 0;
    animation: .3s frt cubic-bezier(0.28, 0.11, 0.32, 1) forwards;
    animation-delay: .3s;
    display: none;
}

@keyframes frt{
    to{
        display: none;
        opacity: 0;
        transform: rotate(360deg);
    }
}

.nav-container .mobile-nav li .fa-moon.hight{
    opacity: 0;
    display: none;
    animation: .3s frt cubic-bezier(0.28, 0.11, 0.32, 1) forwards;
    animation-delay: .3s;
}

.nav-container .mobile-nav li .fa-moon.sho{
    opacity: 0;
    animation: .3s fr cubic-bezier(0.28, 0.11, 0.32, 1) forwards;
    animation-delay: .3s;
}

@keyframes fr{
    to{
        opacity: 1;
        transform: rotate(-360deg);
    }
}

.nav-container .mobile-nav li .fa-sun.sho{
    opacity: 0;
    animation: .3s fr cubic-bezier(0.28, 0.11, 0.32, 1) forwards; 
    animation-delay: .3s;
}


/* Overlay Animation */

.overlay {
    transition: all 400ms ease;
}

/* Navigation Menu Items Transition Delay */

.desktop-nav li:nth-of-type(1),
.desktop-nav.hide li:nth-of-type(10) {
    transition-delay: 0ms;
}

.desktop-nav li:nth-of-type(2),
.desktop-nav.hide li:nth-of-type(9) {
    transition-delay: 30ms;
}

.desktop-nav li:nth-of-type(3),
.desktop-nav.hide li:nth-of-type(8) {
    transition-delay: 60ms;
}

.desktop-nav li:nth-of-type(4),
.desktop-nav.hide li:nth-of-type(7) {
    transition-delay: 90ms;
}

.desktop-nav li:nth-of-type(5),
.desktop-nav.hide li:nth-of-type(6) {
    transition-delay: 120ms;
}

.desktop-nav li:nth-of-type(6),
.desktop-nav.hide li:nth-of-type(5) {
    transition-delay: 150ms;
}

.desktop-nav li:nth-of-type(7),
.desktop-nav.hide li:nth-of-type(4) {
    transition-delay: 180ms;
}

.desktop-nav li:nth-of-type(8),
.desktop-nav.hide li:nth-of-type(3) {
    transition-delay: 210ms;
}

.desktop-nav li:nth-of-type(9),
.desktop-nav.hide li:nth-of-type(2) {
    transition-delay: 240ms;
}

.desktop-nav li:nth-of-type(10),
.desktop-nav.hide li:nth-of-type(1) {
    transition-delay: 270ms;
}

/* Search Container Animation */

.search-container form,
.search-container .link-search {
    opacity: 1;
    transform: translateX(0);
    transition: all 400ms ease;
    transition-delay: 300ms;
}

.search-container.hide form,
.search-container.hide .link-search {
    opacity: 0;
    transform: translateX(50px);
}

.search-container .link-search {
    opacity: 0.6;
}

.search-container.hide .link-close {
    opacity: 0;
}

.search-container .link-close {
    opacity: 0.5;
    transition: all 400ms ease;
    transition-delay: 400ms;
}

.search-container.hide .quick-links h2 {
    opacity: 0;
    transform: translateX(50px);
}

.search-container .quick-links h2 {
    opacity: 1;
    transform: translateX(0);
    transition: all 400ms ease;
    transition-delay: 100ms;
}

.search-container.hide .quick-links ul li {
    transform: translateX(60px);
    opacity: 0;
}

.search-container .quick-links ul li {
    opacity: 1;
    transform: translateX(0);
    transition: all 400ms ease;
}

.search-container .quick-links ul li:nth-of-type(1) {
    transition-delay: 120ms;
} 

.search-container .quick-links ul li:nth-of-type(2) {
    transition-delay: 140ms;
} 

.search-container .quick-links ul li:nth-of-type(3) {
    transition-delay: 160ms;
} 

.search-container .quick-links ul li:nth-of-type(4) {
    transition-delay: 180ms;
} 

.search-container .quick-links ul li:nth-of-type(5) {
    transition-delay: 200ms;
} 

.search-container .quick-links ul li:nth-of-type(6) {
    transition-delay: 220ms;
} 

.search-container .quick-links ul li:nth-of-type(7) {
    transition-delay: 240ms;
} 

.search-container .quick-links ul li:nth-of-type(8) {
    transition-delay: 260ms;
} 

.search-container .quick-links ul li:nth-of-type(9) {
    transition-delay: 280ms;
} 

.search-container .quick-links ul li:nth-of-type(10) {
    transition-delay: 300ms;
}

.search-container .quick-links ul li:nth-of-type(11) {
    transition-delay: 320ms;
} 

.search-container .quick-links ul li:nth-of-type(12) {
    transition-delay: 340ms;
} 

.search-container .quick-links ul li:nth-of-type(13) {
    transition-delay: 360ms;
} 

.search-container .quick-links ul li:nth-of-type(14) {
    transition-delay: 380ms;
} 

.search-container .quick-links ul li:nth-of-type(15) {
    transition-delay: 400ms;
}

.search-container .quick-links ul li:nth-of-type(16) {
    transition-delay: 420ms;
}

.search-container .quick-links ul li:nth-of-type(17) {
    transition-delay: 440ms;
} 

.search-container .quick-links ul li:nth-of-type(18) {
    transition-delay: 460ms;
} 

.search-container .quick-links ul li:nth-of-type(19) {
    transition-delay: 480ms;
} 

.search-container .quick-links ul li:nth-of-type(20) {
    transition-delay: 500ms;
}


/* Hidden Items */

.mobile-nav,
.mobile-search-container {
    display: none;
}


#preloader{
    background-color: #DFE1E7;
    background-size: 15%;
    height: 100vh;
    width: 100%;
    margin-top: -30px;
    position: fixed;
    z-index: 200;
}

#preloader img{
    background-repeat: no-repeat;
    margin: auto;
    display: block;
    height: 100vh;
}



#preloader section{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    animation: animateBg 5s linear infinite;
}

@keyframes animateBg{
    0%{
        filter: hue-rotate(0deg);
    }
    100%{
        filter: hue-rotate(360deg);
    }
}

#preloader section .loader{
    position: relative;
    width: 120px;
    height: 120px;
}

#preloader section .loader span{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(calc(18deg * var(--i)));
}

#preloader section .loader span::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #00ff0a;
    box-shadow: 
                0 0 10px #00ff0a,
                0 0 20px #00ff0a,
                0 0 40px #00ff0a,
                0 0 60px #00ff0a,
                0 0 80px #00ff0a,
                0 0 100px #00ff0a;
    animation: animate 2s linear infinite;
    animation-delay: calc(0.1s * var(--i));
}

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

    80%{
        transform: scale(0);
    }
    100%{
        transform: scale(0)
    }
}

/* Media Queries */

@media (max-width: 1100px) {
    .nav-container nav {
        width: 100%;
        padding: 0 32px;
    }
}

@media (max-width: 768px) {

    nav{
        background-color: rgba(255, 255, 255, 0.8);
    }

    .search-container{
        display: none;
    }

    .nav-container .desktop-nav {
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 0vh;
        background: rgb(255, 255, 255);
        justify-content: start;
        overflow: hidden;
        margin-top: 40px;
        z-index: -1;
        transition: all 1000ms ease;
    }

    .nav-container .desktop-nav .fa-moon,
    .nav-container .desktop-nav .fa-sun{
        display: none;
    }

    .nav-container.active .desktop-nav {
        height: 100vh;
    }

    .nav-container .desktop-nav li {
        width: 100%;
        padding: 0 32px;
    }

    .nav-container .desktop-nav li:first-child {
        margin-top: 120px;
    }

    .nav-container .desktop-nav .link-logo,
    .nav-container .desktop-nav .link-search,
    .nav-container .desktop-nav .link-bag {
        display: none;
    }

    .nav-container .desktop-nav li a {
        padding: 16px 0;
        display: inline-block;
        border-bottom: 1px solid #d6d6d6;
        width: 100%;
        font-size: 17px;
        transform: translateY(-80px);
        opacity: 0;
        transition: all 700ms ease;
        color:rgb(0, 0, 0);
        font-weight: 500;
    }


    .nav-container.active .desktop-nav li a {
        transform: translateY(0);
        opacity: 1;
    }

    /* Mobile Nav */

    nav .mobile-nav {
        display: flex;
        width: 100%;
        justify-content: space-between;
        list-style: none;
    }

    nav .menu-icon-container {
        width: 20px;
        height: 44px;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    nav .menu-icon {
        position: relative;
        width: 48px;
    }

    nav .menu-icon .line-1,
    nav .menu-icon .line-2 {
        position: absolute;
        height: 1px;
        width: 18px;
        border-radius: 980px;;
        background: #06c;
        transition-property: transform, top;
        transition-delay: 0ms, 160ms;
        transition-duration: 200ms;
    }

    nav .menu-icon .line-1 {
        top: -4px;
    }

    nav .menu-icon .line-2 {
        top: 4px;
    }

    .nav-container.active nav .menu-icon-container .menu-icon .line-1 {
        top: 0;
        transform: rotateZ(45deg);
        transition-property: top, transform;
        transition-delay: 0ms, 160ms;
        transition-duration: 200ms;
    }

    .nav-container.active nav .menu-icon-container .menu-icon .line-2 {
        top: 0;
        transform: rotateZ(-45deg);
        transition-property: top, transform;
        transition-delay: 0ms, 160ms;
        transition-duration: 200ms;
    }

    /* Bag Icon Animation */

    .nav-container.active .mobile-nav .link-bag {
        transform: translateY(8px);
        opacity: 0;
        pointer-events: none;
    }

    .nav-container .mobile-nav .link-bag {
        transition: all 1000ms ease;
    }



    /* Search Box */

    .mobile-search-container input{
        width: 100%;
        padding: 12px 36px;
        font-family: "Inter", sans-serif;
        font-size: 17px;
        background: #e6e6e6;
        border: 0;
        color: rgb(44, 44, 44);
        border-radius: 8px;
        outline: none;
        z-index: 200;
        margin-left: 4px;
    }

    .link-search{
        margin-top: 0px;
    }

    .mobile-search-container {
        position: relative;
        padding: 0 16px;
        margin-top: -30px;
        border-bottom: 1px solid #616161;
        display: flex;
        padding-bottom: 16px;
        align-items: center;
        transform: rotateX(90deg);
        opacity: 0;
        transition: all 600ms ease;
    }

    .nav-container.active .mobile-search-container {
        transform: rotateX(0deg);
        margin-top: 10px;
        opacity: 1;
    }

    .mobile-search-container .link-search {
        position: absolute;
        left: 24px;
        opacity: .5;
        background-size: 15px;
    }

    /* Nav Move Up */

    .nav-container nav.move-up {
        margin-top: -40px;
    }

    /* Cancel Button */

    .mobile-search-container .cancel-btn {
        color: #06c;
        font-size: 17px;
        font-weight: 500;
        cursor: pointer;
        width: 0px;
        overflow: hidden;
        z-index: 100;
        transition: all 400ms ease;
    }

    .mobile-search-container .search-bar.active + .cancel-btn {
        padding: 0 16px;
        width: 74px;
    }

    .mobile-search-container .search-bar {
        flex: 1;
    }

    /* Desktop Nav Move Down */

    nav .desktop-nav.move-down li:first-child {
        margin-top: 150px;
    }

    nav .desktop-nav.move-down li {
        opacity: 0;
        pointer-events: none;
    }

    nav.move-down{
        background-color: rgb(255, 255, 255);
    }
    
    /* Quick Links */

    .mobile-search-container .search-bar.active ~ .quick-links {
        top: 80px;
        opacity: 1;
        pointer-events: auto;
        transition-delay: 40ms;
    }

    .mobile-search-container .quick-links {
        position: absolute;
        left: 0;
        right: 0;
        padding: 0 32px;
        opacity: 0;
        pointer-events: none;
        top: 10px;
        transition: all 400ms ease;
    }

    .mobile-search-container .quick-links ul {
        list-style: none;
        margin-top: -30px;
    }

    .mobile-search-container .quick-links h2 {
        color: #86868b;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 400;
    }

    .mobile-search-container .quick-links ul li a {
        padding: 16px 0;
        display: inline-block;
        text-decoration: none;
        color: rgb(0, 0, 0);
        font-size: 14px;
        font-weight: 400;
        border-bottom: 1px solid #d6d6d6;
        width: 100%;
        background-color: rgb(255, 255, 255);
    }

    .mobile-search-container .quick-links ul li a:hover {
        color: #2997ff;
    }

    /* Nav Animation */

    .nav-container nav {
        transition: all 400ms ease;
    }

    /* link logo */
    .link-logo{
        margin-top: 7px;
    }

}

@media (max-width: 770px){
    .nav-container{
        background: #ffffffaf;
        -webkit-backdrop-filter: saturate(180%) blur(20px);
        backdrop-filter: saturate(180%) blur(20px);
    }
}


input,
div,
span,
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.card{
    animation: mo1e 40s ease-out forwards;
}

@keyframes mo1e{
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(107%);
    }
}

  body.fixed{
      position: fixed;
  }

  @media (max-width: 956px){
      .card{
          animation: none;
      }
  } 

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

  .learn-black{
      transition: all 1s cubic-bezier(0.66, 0, 0.2, 1);
      opacity: 0;
      background-color: rgba(0, 0, 0, 0);
      height: 500px;
      min-width: 320px;
      max-width: 800px;
      width: 100%;
      border-radius: 25px;
      margin-left: auto;
      margin-right: auto;
      padding-top: 200px;
      transition-delay: 1s;
  }

  .whole-park.active .learn-black span{
    transition-delay: .66s;
    opacity: 1;
    transform: translateY(0);
  }

  .learn-black span{
      color: #fff;
      font-size: 17px;
      font-weight: 500;
      display: block;
      text-align: center;
      opacity: 0;
    transform: translateY(-20px);
    transition: all .66s cubic-bezier(0.66,0,0.2,1);
  }

  .learn-black span a{
    font-size: 17px;
    font-weight: 500;
    color: #0071e3;
  }

  .learn-black span a:hover{
      text-decoration: underline;
  }

  .whole-park.active .learn-black{
      opacity: 1;
      background-color: #000;
      position: relative;
      z-index: 20;
      transition-delay: 0s;
  }

.learn{
    margin-top: -500px;
    background-color: #fff;
    min-width: 320px;
    max-width: 800px;
    width: 100%;
    height: 500px;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    display: flex;
    justify-content: space-around;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.116);
}

.learn-img{
    background-image: url(../../image/文章.png);
    background-size: cover;
    height: 320px;
    width: 320px;
    margin-top: 60px;
}

.learnmore{
    font-weight: 500;
    margin-top: 200px;
}

.learnmore span{
    font-size: 17px;
}

.learnmore span .brr{
    display: none;
}

.learnplus{
    display: block;
    float: right;
    margin-top: -50px;
    margin-right: 20px;
    z-index: 30;
    position: relative;
}

.learnplus .fa-circle-plus{
    font-size: 30px;
    color: rgb(180, 180, 180);
    transition: all .66s cubic-bezier(0.66, 0, 0.2, 1);
    cursor: pointer;
}

.learnplus .fa-circle-plus:hover{
    color: rgb(81, 81, 81)
}

.whole-park.active .fa-circle-plus{
    transform: rotate(45deg);
    color: rgb(81, 81, 81);
}

.whole-park.active .fa-circle-plus:hover{
    color: rgb(180, 180, 180);
}

@media (max-width: 543px){
    .learn-img{
        width: 300px;
        height: 300px;
    }
}

@media (max-width: 533px){
    .learn-img{
        width: 200px;
        height: 200px;
        margin-top: 130px;
    }
}

@media (max-width: 445px){
    .learnmore span  .brr{
        display: block;
    }
}

@media (max-width: 376px){
    .learn-img{
        width: 150px;
        height: 150px;
        margin-top: 170px;
    }
}

.fa-arrow{
    background-image: url(../../image/up-right-arrow.svg);
    background-size: cover;
    width: 17px;
    height: 17px;
    margin-top: 2px;
}

.oil-gallery{
    margin-top: 60px;
    display: flex;
    justify-content: space-around;
}

.oil-img{
    transition: all 1s ease;
}

.single-oil{
    padding: 10px;
}

.single-oil:hover{
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.single-oil:hover .oil-img{
    transform: translateY(-5px);
    transform: scale(1.05);
}

.oil-img.f{
    background-image: url(../../image/乳香精油.jpg);
    width: 150px;
    height: 150px;
    background-size: cover;
    margin: auto;
}

.oil-img.lv{
    background-image: url(../../image/薰衣草精油.jpg);
    width: 150px;
    height: 150px;
    background-size: cover;
    margin: auto;
}

.oil-img.l{
    background-image: url(../../image/檸檬精油.jpg);
    width: 150px;
    height: 150px;
    background-size: cover;
    margin: auto;
}

.oil-img.wo{
    background-image: url(../../image/野橘精油.jpg);
    width: 150px;
    height: 150px;
    background-size: cover;
    margin: auto;
}

.oil-img.g{
    background-image: url(../../image/天竺葵精油.jpg);
    width: 150px;
    height: 150px;
    background-size: cover;
    margin: auto;
}

.oil-name span{
    color: #484848;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1.589595px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.oil-link a{
    color: #06c;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}

.oil-link a:hover{
    text-decoration: underline;
}

@media(max-width: 861px){
    .single-oil.f{
        display: none;
    }
    .single-oil.g{
        display: none;
    }
    .oil-img{
        opacity: 1;
    }
    .single-oil:hover{
        box-shadow: 0 0 0 0 rgba(0,0,0,0);
    }
    .single-oil:hover .oil-img{
        transform: scale(1);
    }
}

@media(max-width: 458px){
    .oil-gallery{
        display: block;
    }
    .single-oil{
        margin-top: 30px;
        border-bottom: 1px solid #d2d2d7;
        width: 300px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 30px;
    }
}

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

.overveiw{
    background-color: rgba(0,0,0,0);
    transition: all 1s cubic-bezier(0.66, 0, 0.2, 1);
    transition-delay: .5s;    
}

.card-wrapper.stop .card{
    animation: none;
}