@charset "utf-8";

body {
    margin: 0;
    padding: 0;
    font-family: "微軟正黑體", Helvetica, Arial, sans-serif;
}

body,
html {
    width: 100%;
    height: 100%;
    /* background: #000; */
    overflow: hidden;
}

.logo-s{
    display: none;
}

.canvas {
    z-index: 9 !important;
    position: fixed;
}

.section {
    padding: 75px 0;
    overflow: hidden;
    z-index: 10;

}

#fullpage {
    background: url(../img/bg.jpg);
    background-attachment: fixed;
    background-size: cover;
}

.fixed-top{
    z-index: 20;
}

img {
    max-width: 100%;
    height: auto;
}

a:hover,
a:focus,
a:active,
a:visited {
    text-decoration: none;
}

.scroll-down {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 8;
    bottom: 50px;
    display: inline-block;
  }
  
  .mouse {
    margin: 0 auto;
    display: block;
    border-radius: 50px;
    border: 4px solid #fff;
    height: 61px;
    width: 34px;
    position: relative;
    opacity: .7;
  }
  
  .mouse:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5.5px 0 5.5px;
    border-color: #ffffff transparent transparent transparent;
    line-height: 0px;
    _border-color: #ffffff #000000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    left: 50%;
    bottom: -20px;
    margin-left: -6px;
  }
  
  .mouse:hover {
    opacity: 1;
  }
  
  .move {
    position: absolute;
    background-color: #fff;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    animation: move 2s linear infinite;
  }
  
  @keyframes move {
    0% {
      transform: translate(-50%, 10px);
      opacity: 0;
    }
  
    50% {
      transform: translate(-50%, 30px);
      opacity: 1;
    }
  
    100% {
      transform: translate(-50%, 50px);
      opacity: 0;
    }
  }
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    height: 12px;
    width: 12px;
    background: #fff;
    border: solid 1px #9c9c9c;
}

#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
    background: #ccdf63;
    margin: -2px 0 0 -2px;
}
.bg{
    display: none;
}

.flower{
    width: 100%;
    height: auto;
}
/* nav */
.navbar{
    background-color: black;
}
.navbar-dark .navbar-nav .nav-link {
    vertical-align: middle;
    line-height: 30px;
    color: rgb(171 196 104);
}

.navbar-dark .navbar-nav .nav-link:hover {
      color: rgb(255 255 255 / 87%);
  }

#particles-js {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.light-bg{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1;
}

.light1{
    position: absolute;
    background: url(../img/light.png);
    width: 1920px;
    height: 975px;
    z-index: 0;
    left: 614px;
    top: -251px;
    animation:effect-light1 1s 3s cubic-bezier(0.4, 0, 0.2, 1) .2s infinite;
    mix-blend-mode: soft-light; 
    opacity: 0.2;
    z-index: 1;
}

.light2{
    position: absolute;
    background: url(../img/light.png);
    width: 1920px;
    height: 975px;
    left: 317px;
    top: 0;
    z-index: 0;
    animation:effect-light1 3s cubic-bezier(0.4, 0, 0.2, 1) .2s infinite;
    mix-blend-mode: hard-light; 
    z-index: 2;
}


.logo{
    background: url(../img/logo.png) center 0 no-repeat;
    width: 137px;
    height: 79px;
    position: absolute;
    top: 10%;
    right: 28%;
    z-index: 10000;
    cursor: pointer;
}

.logo:hover{
    filter: brightness(1.3);
}

.logo a{
display: inline-block;
width: 100%;
height: 100%;
cursor: pointer;
pointer-events: auto;
}

.side {
    background: url(../img/sidebar-btn.png) center 0 no-repeat;
    width: 151px;
    height: 361px;
    position: fixed;
    bottom:0;
    right: 0;
    z-index: 100;
    cursor: pointer;
    -webkit-animation:box 1s infinite ; 
}

.side:hover{
    background: url(../img/sidebar-btn-hover.png) center center no-repeat;
    width: 151px;
    height: 361px;
    cursor: pointer;
}

.side a{
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    pointer-events: auto;
}

@-webkit-keyframes box{
    0%{
      bottom:10px;
    }
    20%{
      border-radius:2px;  /*從 20% 的地方才開始變形*/
    }
    50%{
        bottom:40px; 
      border-bottom-right-radius:25px;
    }
    80%{
      border-radius:2px;  /*到 80% 的地方恢復原狀*/
    }
    100%{
        bottom:10px;
    }
  }

#s0 .left{
    position: absolute;
    z-index: 1;
}

#s0 .text{
    background: url(../img/text01.png);
    width: 609px;
    height: 396px;
    position: relative;
    margin-top: 160px;
    margin-left: 50px;
}



#s0 .btn-all{
    position: relative;
    top: 390px;
    width: 429px;
    height: 80px;
    text-align: center;
    margin: auto;
}

#s0 .btn-reg{
    background: url(../img/btn-login.png);
    width: 220px;
    height: 80px;
    position: absolute;
    cursor: pointer;
}

#s0 .btn-reg:hover{
    background: url(../img/btn-login-hover.png);
}

#s0 .btn-download{
    background: url(../img/btn-download.png);
    width: 220px;
    height: 80px;
    position: absolute;
    left: 230px;
    cursor: pointer;
}

#s0 .btn-download:hover{
    background: url(../img/btn-download-hover.png);
}

.btn-reg a,.btn-download a {
    display: inline-block;
    width: 100%;
    height: 100%;
}


#s0 .right{
    position: absolute;
}

#s0 .char{
    position:absolute ;
    background: url(../img/char01.png);
    width: 417px;
    height: 787px;
    margin-top: 100px;
    margin-left: 650px;
    z-index: 1;
}


#s1 .bottom{
    margin-top: 50px;
}

#s1 .bottom .row{
    margin: auto;
    width: 87%;
}

#s2 .bottom{
    margin-top: 50px;
}

#s2 .bottom .row{
    margin: auto;
    width: 87%;
}

#s1 .lucky-btn{
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    pointer-events: auto;
}

#s3 .bottom{
    position:relative;
    background: url(../img/object02.png);
 width: 713px;
 height: 450px;
 margin: auto;
 margin-top: 50px;
}

#s3 .bottom .object1{
    position: absolute;
    left: 0;
    margin-left: -200px;
    margin-top: -80px;
}

#s3 .bottom .object2-text{
    width: 100%;
    position: absolute;
    bottom: 0;
    margin-bottom:-100px;
}
#s3 .bottom .object3{
    position: absolute;
    right: 0;
    margin-right: -200px;
    margin-top: -80px;
}


#s4 .bottom{
    width: 100%;
    position: absolute;
    left: 0;
  margin: auto;
  margin-top: 50px;
}

#s4 .bottom-s{
    display: none;
}

#s4 .bottom .row{
    margin: auto;
    width: 70%;
}


#s4 .bottom .row .col-2:nth-child(even){
   top: 50px;
}

#s4 .img1{
    width: 100%;
    height: 100%;
    position: absolute !important;
    left: 90px !important;
}
#s4 .img2{
    width: 100%;
    height: 100%;
    left: 330px !important;
}
#s4 .img3{
    width: 100%;
    height: 100%;
    left: 550px !important;
}
#s4 .img4{
    width: 100%;
    height: 100%;
    left: 780px !important;
}
#s4 .img5{
    width: 100%;
    height: 100%;
    left: 1010px !important;
}

#scene div a {
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    pointer-events: auto;
}

#scene div a:hover {
  filter: brightness(1.2);
}

#s0 .muice{
    /* background: url(../img/muice-btn-off.png); */
    position:absolute;
    margin-left: 225px;
    margin-top: 30px;
    cursor: pointer;
}
/* audio play */
.jp-play {
    position: absolute;
    z-index: 5;
    display: block;
    text-indent: -99999em;
    background: url(../img/muice-btn-off.png) center center no-repeat;
    border: none;
    top: 0;
    left: 0;
    width: 102px;
    height: 102px;
  }
  
  .jp-play:focus {
    outline: none;
  }
  
  .jp-play:hover {
    background: url(../img/muice-btn-on.png) center center no-repeat;
  }
  
  .jp-state-playing .jp-play {
    background: url(../img/muice-btn-on.png) center center no-repeat;
  }
  
  .jp-state-playing .jp-play:hover {
    background: url(../img/muice-btn-off.png) center center no-repeat;
  }
  
  /* audio play */

  @keyframes effect-light1{
    0%{
      opacity: 0.3;
    }
  
    50%{
    opacity: 0.8;
    }
    100%{
      opacity: 0.3;
    }
  }

  footer {
    background-color: #fff;
}

  /* media */

@media (max-width:1023px) {
    .logo-s{
        display: block;
        position: fixed;
        top: 0;
        z-index: 999;
        right: 0;
    }
    .logo-s a{
        display: inline-block;
      height: 100%;
    }
    .canvas {
        display: none;
    }
    .scroll-down{
        display: none;
      }
#scene{
    display: none;
}
    .section {
        overflow:auto;
    }
    .bg{
        display: block;
        background: url(../img/bg.jpg);
        position: fixed;
        height: 100vh;
        width: 100%;
    }
    #fullpage {
        background: unset ;
    }

    .canvas{
        display: none;
    }
    .section{
        height: auto !important;
    }


    .logo{
       display: none;
    }

    .side {
        width: 35%;
        max-width: 35%;
        background: url(../img/sidebar-btn.png) center 0 no-repeat;
        background-size: contain;
        height: 260px;
        position: fixed;
        top: unset;
        bottom: 0;
        z-index: 100;
        cursor: pointer;
    }


    .side:hover {
        width: 35%;
        max-width: 35%;
        background-size: contain;
        height: 260px;
    }

    #s0 {
        z-index: 5;
    }
    #s0 .left{
        position: relative;
        margin: auto;
    }
    
    #s0 .text {
        background: url(../img/text01.png);
        width: 100%;
        height: 224px;
        background-size: contain;
        background-repeat: no-repeat;
        position: relative;
       margin: 0;
    }
    
  .light1{
        position: absolute;
        background: url(../img/light.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 295px;
        animation:effect-light1 1s 3s cubic-bezier(0.4, 0, 0.2, 1) .2s infinite;
        mix-blend-mode: soft-light; 
        opacity: 0.8;
    }
    
    .light2{
        position: relative;
        background: url(../img/light.png);
        background-size: contain;
        width: 100%;
        height: 453px;
        z-index: 0;
        animation:effect-light1 3s cubic-bezier(0.4, 0, 0.2, 1) .2s infinite;
        mix-blend-mode: hard-light; 
    }

   .light{
        display:none;
    }
    
    /* audio play */

  
    .jp-play {
        position: absolute;
        z-index: 5;
        display: block;
        text-indent: -99999em;
        background: url(../img/muice-btn-off.png) center center no-repeat;
        background-size: contain;
        border: none;
        top: -33px;
        left: -103px;
        width: 65px;
        height: 65px;
    }
    
  
  .jp-play:hover {
    background: url(../img/muice-btn-on.png) center center no-repeat;
    background-size: contain;
    top: -33px;
    left: -103px;
    width: 65px;
    height: 65px;
  }
  
  .jp-state-playing .jp-play {
    background: url(../img/muice-btn-on.png) center center no-repeat;
    background-size: contain;
    top: -33px;
    left: -103px;
    width: 65px;
    height: 65px;
  }
  
  .jp-state-playing .jp-play:hover {
    background: url(../img/muice-btn-off.png) center center no-repeat;
    background-size: contain;
    top: -33px;
    left: -103px;
    width: 65px;
    height: 65px;
  }
  
  /* audio play */
    #s0 .btn-all {
        position: relative;
        top: 390px;
        width: 50%;
        height: 80px;
        left: 0;
        text-align: center;
        margin: 0;
    }
    
    
    #s0 .btn-reg{
        background: url(../img/btn-login.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 55px;
        position: relative;
        left: unset;
        cursor: pointer;
    }
    
    #s0 .btn-reg:hover{
        background: url(../img/btn-login-hover.png);
    }
    
    #s0 .btn-download {
        background: url(../img/btn-download.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 55px;
        position: relative;
        left: unset;
        cursor: pointer;
    }
    
    #s0 .btn-download:hover{
        background: url(../img/btn-download-hover.png);
    }
    
    
    #s0 .right{
        position: relative;
        
    }
    #s0 .char {
        position: relative;
        background: url(../img/char01.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position-x: right;
        width: 100%;
        height: 383px;
        margin: 0;
        z-index: 1;
        float: right;
    }
    #s3 .bottom {
        position: relative;
        background: url(../img/object02.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
        height: auto;
        margin: 0;
    }
    
    #s3 .bottom .object1{
        position: relative;
        left: 0;
        margin: 0;
        width: 100%;
    }
    
    #s3 .bottom .object2-text{
        width: 100%;
        position: relative;
        bottom: 0;
        margin-bottom:-100px;
    }
    #s3 .bottom .object3{
        position: relative;
        right: 0;
        margin: 0;
        width: 100%;
    }
    #s3 .object1 img{
        width: 35%;
        float: left;
    }
    
 #s3 .object3 img {
      display: none;
    }

    #s4 .bottom {
        width: 100%;
        position: relative;
        left: 0;
        margin: auto;
        margin-top: 50px;
    }
    #s4 .bottom-s{
        display: block;
    }
}