body{
    font-family: 'Roboto', sans-serif;
    text-shadow: 0 0 10px #00d2ff;
    color: #fff;
    font-size: 32px;
}
p{
    font-size: 18px;
    line-height: 26px;
    text-shadow: 0 0 10px #00d2ff;
}
h1{
    font-size: 40px;
    line-height: 40px;
    font-weight: bolder;
    text-shadow: 0 0 60px #002fff;
}
h3{
    font-size: 22px;
    line-height: 36px;
}
h4{
    font-size: 28px;
    line-height: 36px;
}
.center {
    margin: auto;
    padding: 2%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
img.gif
{
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    /*bottom:0;*/
    margin: 0 auto;
    /*transform: translateY(20%);*/
}

/****************************連結按鈕起****************************/
button.link
{
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    bottom:0;
    width: 240px;
    padding: 40px;
    margin: 0 auto;
    border: 0;
    cursor: pointer;
    border-radius: 25px;
    transform: translateY(-20%);
    box-shadow: 0 10px 20px -5px #94a6af;
    overflow: hidden;
}
button.link:before, button.link:after
{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
button.link:before
{
    transform: scale(1);
    background-image: url('../assets/AR/veryyabutton.png');
    background-size: cover;
    transition: 0.3s ease transform;
    z-index: 1;
}
button.link:after
{
    background-color: #000;
    opacity: 0.16;
    z-index: 2;
}
button.link div
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
}
button.link div:before, button.link div:after
{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    color: #fff;
    font-size: 30px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    padding: 25px 0;
    transition: 0.3s ease all;
}
button.link div:before
{
    content: "VR傳送門";
    letter-spacing: 0;
    opacity: 1;
    transform: scale(1);
}
button.link div:after
{
    content: "GO !";
    letter-spacing: -10px;
    transform: scale(0);
    opacity: 0;
}

button.link:hover:before
{
    transform: scale(1.3);
}
button.link:hover div:before
{
    letter-spacing: 3px;
    opacity: 0;
    transform: scale(4);
}
button.link:hover div:after
{
    letter-spacing: 0;
    opacity: 1;
    transform: scale(1);
}
/****************************連結按鈕訖****************************/


/****************************目錄按鈕起****************************/
button.menu
{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 30px;
    padding: 30px;
    margin: 0 auto;
    border: 0;
    cursor: pointer;
    border-radius: 10px;
    transform: translateX(-30%) translateY(30%);
    background-image: url('../assets/AR/veryyalogo.png');
    background-size: cover;
    overflow: hidden;
}
/*目錄彈跳視窗*/
.popup-box {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top:0;
    background-color: rgba(0,0,0,0.5);
    z-index: 500;
    visibility: hidden;
    opacity:0;
    transition: all 0.5s ease-in-out;
}
.popup-box.open{
    visibility: visible;
    opacity:1;
}
.popup-box .popup-content {
    background-color: #ffffff;
    width: 600px;
    position: absolute;
    background: linear-gradient(18deg, #e37682, #a58fe9);
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    border-radius: 8px;
}
.popup-box .popup-header{
    padding: 30px 40px 15px 15px;
    border-bottom: 2px solid #ffffff;
}
.popup-box .tour-frame {
    display: flex;
    border-bottom: 2px solid #ffffff;
}
.popup-box .tour-wrapper {
    margin: auto;
    display: flex;
    text-align: initial;
    width: 150px;
    height: 150px;
    cursor: pointer;
}
.popup-box .tour {
    position: relative;
    width: 46%;
    height: 80%;
    margin: auto;
    color: white;
    background: linear-gradient(-180deg, white, #fda3b2);
    display: flex;
    align-content: center;
    justify-content: center;
    transition: 0.5s;
}
.popup-box .tour img {
    z-index: 1;
    margin: auto;
    height: 50px;
    color: transparent;
    background: linear-gradient(45deg, #a58fe9, #e37682);
    background-clip: text;
    -webkit-background-clip: text;
}
.popup-box .tour:before,
.popup-box .tour:after {
    position: absolute;
    content: "";
    background: inherit;
    height: 100%;
    width: 100%;
    border-radius: 0;
    transition: 0.5s;
    transform-origin: center;
}
.popup-box .tour:before {
    transform: rotateZ(60deg);
}
.popup-box .tour:after {
    transform: rotateZ(-60deg);
}
.popup-box .tour:hover {
    border-radius: 60px;
    transition: 0.5s;
}
.popup-box .tour:hover:before {
    border-radius: 60px;
    transition: 0.5s;
}
.popup-box .tour:hover:after {
    border-radius: 60px;
    transition: 0.5s;
}
.popup-box .popup-header .popup-close-icon{
    position: absolute;
    height: 30px;
    width: 30px;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    line-height: 30px;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.popup-box .popup-body{
    padding: 15px;
    max-height: 300px;
    overflow-y: auto;
}
.popup-box .popup-body .wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.popup-box .cta {
    display: flex;
    padding: 10px 45px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    color: white;
    background: #6225E6;
    transition: 1s;
    box-shadow: 6px 6px 0 black;
    transform: skewX(-10deg);
}
.popup-box .cta:focus {
    outline: none;
}
.popup-box .cta:hover {
    transition: 0.5s;
    box-shadow: 10px 10px 0 #FBC638;
}
.popup-box .cta span:nth-child(2) {
    transition: 0.5s;
    margin-right: 0;
}
.popup-box .cta:hover  span:nth-child(2) {
    transition: 0.5s;
    margin-right: 45px;
}
.popup-box .cta span {
    transform: skewX(10deg);
    margin: auto;
}
.popup-box span:nth-child(2) {
    width: 20px;
    margin-left: 30px;
    position: relative;
    top: 12%;
}
/**************SVG****************/
.popup-box .popup-body path.one {
    transition: 0.4s;
    transform: translateX(-60%);
}

.popup-box .popup-body path.two {
    transition: 0.5s;
    transform: translateX(-30%);
}

.popup-box .popup-body .cta:hover path.three {
    animation: color_anim 1s infinite 0.2s;
}

.popup-box .popup-body .cta:hover path.one {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.6s;
}

.popup-box .popup-body .cta:hover path.two {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.4s;
}

.popup-box .popup-body .popup-box .popup-footer {
    padding: 15px;
    border-top: 1px solid #dddddd;
    text-align: right;
}
.popup-box .popup-body .popup-box .popup-footer .btn{
    padding: 8px 15px;
    border:1px solid #555555;
    color:#555555;
    font-size: 16px;
    background-color: transparent;
    cursor: pointer;
    border-radius: 4px;
}
.popup-box .popup-body .popup-box .popup-footer .btn:focus{
    outline: none;
}
@keyframes color_anim {
    0% {
        fill: white;
    }
    50% {
        fill: #FBC638;
    }
    100% {
        fill: white;
    }
}
@media(max-width: 767px){
    .popup-box .popup-content{
        width: calc(100% - 30px);
    }
}
/****************************目錄按鈕訖****************************/


/*提示掃描外框*/
.block {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    margin: 10% auto;
    transform: translateY(-75%);
    bottom: 0;
    width: 300px;
    height: 300px;
    background-color: transparent;
 }
.glow::before, .glow::after {
    clip-path: polygon(0% 0%, 0% 100%, 2% 100%, 2% 2%, 98% 2%, 98% 98%, 0% 98%, 0% 100%, 100% 100%, 100% 0%);
    content: '';
    position: absolute;
    left: -2px;
    top: -2px;
    background: linear-gradient(45deg, #e6fb04, #ff6600, #00ff66, #00ffff,
    #ff00ff, #ff0099, #6e0dd0, #ff3300, #099fff);
    background-size: 400%;
    width: calc(100% + 5px);
    height: calc(100% + 5px);
    z-index: -1;
    animation: animateglow 20s linear infinite;
}

@keyframes animateglow {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 400% 0;
    }
    100% {
        background-position: 0 0;
    }
}
.glow::after {
    filter: blur(40px);
    opacity: 0.5;
}

h2 {
    position: absolute;
    font-size: 3em;
    text-transform: uppercase;
    width: 100%;
    margin: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    -webkit-box-reflect: below 1px linear-gradient(transparent, rgba(0, 0, 0, 0.3));
    line-height: 0.75em;
    outline: none;
    animation: animateh2 5s linear infinite;
}
@keyframes animateh2 {
    0%, 18%, 50.1%, 55%{
        color: #0e3742;
        text-shadow: none;
    }
    18.1%, 50%, 55.1%, 100% {
        color: #fff;
        text-shadow: 0 0 10px #03bcf4, 0 0 20px #03bcf4, 0 0 40px #03bcf4, 0 0 80px #03bcf4, 0 0 160px #03bcf4;
    }
}
