.index-0{
    text-align: center;
    height: 100vh;
    /*padding-top: 10%;*/
}
.index-0-content{
    margin-top: -10%;
}
.index-0-img{
    width: 20%;
    margin: 2% auto;
}
.index-0-wrap{
    width: 70%;
    margin: 1% auto;
}
.index-0-wrap a{
    color: #333;
}
.index-0-icon{
    /*padding: 15%;*/
}
.index-0-title{
    padding: 20px 0;
    font-weight: bold;
    font-size: 1.4rem;
    letter-spacing: 0.5px;

}

@-webkit-keyframes rotation{
    from {-webkit-transform: rotateY(0deg);transform: rotateY(0deg);}
    to {-webkit-transform: rotateY(360deg);transform: rotateY(360deg);}
}
@keyframes rotation{
    from {-webkit-transform: rotateY(0deg);transform: rotateY(0deg);}
    to {-webkit-transform: rotateY(360deg);transform: rotateY(360deg);}
}
.index-0-rotate :hover .an{
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    animation: rotation 2s linear infinite;
    -moz-animation: rotation 2s linear infinite;
    -webkit-animation: rotation 2s linear infinite;
    -o-animation: rotation 2s linear infinite;
}


/*--/ mouse --*/

.icon-scroll {
    position: absolute;
    bottom: 10%;
    left: 50%;
    width: 1em;
    height: 3.125em;
    transform: translateX(-50%) scale(2);
    z-index: 1;
}

.icon-arrows::after,
.icon-arrows::before {
    content: '';
}

.icon-arrows span,
.icon-arrows::after,
.icon-arrows::before {
    display: block;
    width: 0.315em;
    height: 0.315em;
    border-right: 1px solid #232323;
    border-bottom: 1px solid #232323;
    margin: 0 0 0.125em 0.315em;
    transform: rotate(45deg);
    animation: mouse-scroll 1s infinite;
    animation-direction: alternate;
}

.icon-arrows::before {
    margin-top: 0.315em;
    animation-delay: .1s;
}

.icon-scroll span {
    animation-delay: .2s;
}

.icon-arrows::after {
    animation-delay: .3s;
}

.icon-scroll .mouse {
    height: 1.375em;
    width: .875em;
    border: 1px solid #232323;
    border-radius: 2em;
    margin-left: 0.5px;
}

.icon-scroll .wheel {
    position: relative;
    display: block;
    /*height: 0.1875em;
    width: 0.1875em;*/
    height: 0.2em;
    width: 0.2em;
    margin: 0.1875em auto 0;
    background: #232323;
    animation: mouse-wheel 1.2s ease infinite;
    border-radius: 50%;
}

@keyframes mouse-wheel {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(.375em);
    }
}

@keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}
/*--// mouse --*/

.index-1,.index-2,.index-3,.index-4,.index-5,.index-6{
    height: 100vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}
.index-1{
    background-image: url(../img/index-1.png);   
}
.index-2{
    background-image: url(../img/index-2.png);   
}
.index-3{
    background-image: url(../img/index-3.png);   
}
.index-4{
    background-image: url(../img/index-4.png);   
}
.index-5{
    background-image: url(../img/index-5.png);   
}
.index-6{
    background-image: url(../img/index-6.png);   
}
.index-7{
    background: #000;   
}

.index-content{
    position: absolute;
    right: 12%;
    bottom: 10%;
    font-weight: bold;
    color: #000;
    width: 480px;
    letter-spacing: 2px;
    text-align: right;
    padding: 2%;
}
.index-content .hover{
    position: absolute;
    right: 2.5%;
    bottom: 8%;
}
.index-2 .index-content,
.index-3 .index-content,
.index-4 .index-content,
.index-2 .index-content .content-more a,
.index-3 .index-content .content-more a,
.index-4 .index-content .content-more a,
.index-2 .index-content .content-more-hover a,
.index-3 .index-content .content-more-hover a,
.index-4 .index-content .content-more-hover a {
    color: #fff;
}
.index-content:hover .content-title,
.index-content:hover .content-text,
.index-content:hover .content-more{
    opacity: 0;
}
.content-title{
    font-size: 7rem;
    border-bottom: 2px solid;
    margin: 3% 0;
    transition: opacity 0.7s ease-in-out;
}
.content-text{
    font-size: 4.5rem;
    margin: 5% 0;
    line-height: 6.5rem;
    transition: opacity 0.7s ease-in-out;
}
.content-more{
    letter-spacing: 1px;
    transition: opacity 0.7s ease-in-out;
}
.content-more a{
    color: #000;
}


.index-content:hover .content-title-hover,
.index-content:hover .content-text-hover,
.index-content:hover .content-more-hover{
    opacity: 1;
}
.content-title-hover{
    font-size: 7rem;
    border-bottom: 2px solid;
    margin: 3% 0;
    opacity: 0;
    transition: opacity 0.7s ease-in-out;
    /*display: none;*/
}
.content-text-hover{
    font-size: 4.5rem;
    margin: 5% 0;
    line-height: 6.5rem;
    opacity: 0;
    transition: opacity 0.7s ease-in-out;
    /*display: none;*/
}
.content-more-hover{
    letter-spacing: 1px;
    opacity: 0;
    transition: opacity 0.7s ease-in-out;
    /*display: none;*/
}
.content-more-hover a{
    color: #000;
}

/*contact*/
.index-5-bg{
    background-color: #000;
    /*width: 70%;*/
    width: 0%;
    max-width: 1000px;
    padding: 1%;
    margin: 0 auto;
    box-shadow: 15px 15px 20px #080808;
    color: #fff;
    transition: all 2s;
    height: 500px;
}
.index5-form-title{
    font-size: 2rem;
    font-weight: bold;
    padding: 1%;
    /*width: 90%;*/
    width: 90%;
    margin: 2% auto;
    text-align: center;
    border-bottom: 1px solid;
    transition: all 3s;
    /*display: none;*/
    opacity: 0;
}
.index-5-bg-submit{
    background-color: #000;
    /*width: 70%;*/
    width: 0%;
    max-width: 1000px;
    padding: 1%;
    margin: 0 auto;
    box-shadow: 15px 15px 20px #080808;
    color: #fff;
    transition: all 2s;
    height: 250px;
}
.index5-form-subtitle{
    text-align: center;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2;
}
.index5-form-content{
    /*width: 80%;*/
    width: 80%;
    margin: 2% auto;
    padding-top: 2%;
    transition: all 3s;
    display: none;
    opacity: 0;
}

/*quote*/
.index-6-bg{
    background-color: #fff;
    width: 70%;
    max-width: 900px;
    padding: 1%;
    margin: 0 auto;
    color: #000;
    height: 0;
    transition: all 2s;
}
.index6-form-title{
    font-size: 2rem;
    font-weight: bold;
    padding: 1% 0 0;
    width: 90%;
    margin: 2% auto 0;
    text-align: center;
    opacity: 0;
    transition: all 3s;
}
.index6-form-subtitle{
    font-size: 1.5rem;
    padding: 1% 0 2%;
    width: 90%;
    margin: 0% auto 2%;
    text-align: center;
    border-bottom: 1px solid;
    font-weight: 400;
    display: none;
    opacity: 0;
    transition: all 3s;
}
.index6-form-content{
    width: 75%;
    margin: 2% auto;
    /*padding-top: 2%;*/
    display: none;
    opacity: 0;
    transition: all 5s;
}
.index6-form-content .form-title{
    width: 20%;
    font-family: brandon-grotesque, 'microsoft jhenghei', Arial, sans-serif;
    font-size: 15px;
    color: #666666;
    float: left;
    position: relative;
    margin-top: 2%;
    font-weight: 400;
}
.index6-form-content .form-title p{
    color: #fb0303;
    float: left;
    position: relative;
    right: 5px;
}
.index6-form-content .form-input{
    width: 80%;
    float: left;
    position: relative;
    margin-top: 2%;
}
.index6-form-content .form-row{
    width: 80%;
    float: left;
    position: relative;
    margin-top: 2%;
    display: flex;
}
.index6-form-content .form-send-btn{
    width: 100%;
    background-color: #666666;
    font-family: brandon-grotesque, 'microsoft jhenghei', Arial, sans-serif;
    font-size: 20px;
    font-weight: bolder;
    color: #FFF;
    padding: 5px 20px;
    margin-bottom: 5px;
    letter-spacing: 2px;
    border: none;
    margin-top: 5%;
}
/*footer*/
.index-7 .index-content{
    color: #fff;
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.footer-follow{
    font-size: 4rem;
    letter-spacing: 5px;
    margin: 3% auto;
}
.footer-icon-wrap{}
.footer-icon-wrap a{
    margin: 1%;
}
.footer-icon-wrap img{
    max-width: 65px;
}
.footer-icon{}
.footer-icon img{}
.footer-copyright{}
.footer-copyright-text{
    margin: 2% auto;
    border-bottom: 1px solid;
    padding: 1% 4% 2%;
    width: max-content;
    line-height: 2;
}
.footer-other{}
.footer-other a{
    color: #fff;
}

@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 768px) {
    .index-0 {
        padding-top: 20%;
    }
    .index-0-wrap {
        width: 90%;
    }
    /*contact*/
.index-5-bg{
    background-color: #000;
    width: 70%;
    max-width: 1000px;
    padding: 1%;
    margin: 0 auto;
    box-shadow: 15px 15px 20px #080808;
    color: #fff;
    transition: all 2s;
    height: auto;
}
.index-5-bg-submit{
    height: auto;
}
.index5-form-title{
    font-size: 2rem;
    font-weight: bold;
    padding: 1%;
    /*width: 90%;*/
    width: 90%;
    margin: 2% auto;
    text-align: center;
    border-bottom: 1px solid;
    transition: all 3s;
    /*display: none;*/
    opacity: 1;
}
.index5-form-subtitle{
    font-size: 1.5rem;
}
.index5-form-content{
    /*width: 80%;*/
    width: 80%;
    margin: 2% auto;
    padding-top: 2%;
    transition: all 3s;
    display: block;
    opacity: 1;
}

/*quote*/
.index-6-bg{
    background-color: #fff;
    width: 70%;
    max-width: 900px;
    padding: 1%;
    margin: 0 auto;
    color: #000;
    height: auto;
    transition: all 2s;
}
.index6-form-title{
    font-size: 2rem;
    font-weight: bold;
    padding: 1% 0 0;
    width: 90%;
    margin: 2% auto 0;
    text-align: center;
    opacity: 1;
    transition: all 3s;
}
.index6-form-subtitle{
    font-size: 1.5rem;
    padding: 1% 0 2%;
    width: 90%;
    margin: 0% auto 2%;
    text-align: center;
    border-bottom: 1px solid;
    font-weight: 400;
    display: block;
    opacity: 1;
    transition: all 3s;
}
.index6-form-content{
    width: 75%;
    margin: 2% auto;
    /*padding-top: 2%;*/
    display: block;
    opacity: 1;
    transition: all 5s;
}
.index6-form-content .form-title {
    width: 100%;
}
.index6-form-content .form-row {
    width: 100%;
}
.index6-form-content .form-input {
    width: 100%;
}
}
@media only screen and (max-width: 480px) {
    .index-0 {
        padding-top: 40%;
    }
    .index-0-content {
        margin-top: -15%;
    }
    .index-0-img {
        width: 35%;
    }
    .index-0-wrap {
        width: 95%;
    }
    .index-content {
        position: absolute;
        right: 5%;
        bottom: 10%;
        font-weight: bold;
        color: #000;
        width: 80%;
        letter-spacing: 2px;
        text-align: right;
        padding: 2%;
    }
    .content-title {
        font-size: 5.5rem;
        border-bottom: 2px solid;
        margin: 3% 0;
    }
    .content-text {
        font-size: 3.5rem;
        margin: 5% 0;
        line-height: 5.5rem;
    }
    /*form*/
    .index-5-bg {
        width: 85%;
        margin-top: 20%;
    }
    .index-5-bg-submit {
        width: 85%;
        margin-top: 20%;
    }
    .index-6-bg {
        width: 95%;
        margin-top: 20%;
    }
    .index6-form-content {
        width: 95%;
    }
    .index6-form-subtitle {
        font-size: 1.3rem;
        width: 98%;
    }
    .index6-form-content .form-title {
        width: 100%;
    }
    .index6-form-content .form-row {
        width: 100%;
    }
    .index6-form-content .form-input {
        width: 100%;
    }
    /*footer*/
    .footer-follow {
        font-size: 3rem;
        letter-spacing: 4px;
    }
    .footer-icon-wrap img {
        width: 15%;
    }
    .footer-copyright-text {
        margin: 3% auto;
        padding: 2% 4% 2%;
        line-height: 1.8;
    }
}

@media (min-width: 1200px){
    .index-content {
        position: absolute;
        right: 2.5%;
        bottom: 8%;
        font-weight: bold;
        color: #000;
        width: 720px;
        letter-spacing: 2px;
        text-align: right;
        padding: 2%;
    }
    .content-title {
        font-size: 9rem;
        border-bottom: 2px solid;
        margin: 3% 0;
        letter-spacing: 8px;
    }
    .content-text {
        font-size: 6.5rem;
        margin: 4% 0;
        line-height: 8.5rem;
        letter-spacing: 4px;
    }
    .content-more {
        letter-spacing: 2px;
        font-size: 2rem;
    }

    .index-content-hover {
        position: absolute;
        right: 2.5%;
        bottom: 8%;
        font-weight: bold;
        color: #000;
        width: 720px;
        letter-spacing: 2px;
        text-align: right;
        padding: 2%;
    }
    .content-title-hover {
        font-size: 9rem;
        border-bottom: 2px solid;
        margin: 3% 0;
        letter-spacing: 8px;
    }
    .content-text-hover {
        font-size: 6.5rem;
        margin: 4% 0;
        line-height: 8.5rem;
        letter-spacing: 4px;
    }
    .content-more-hover {
        letter-spacing: 2px;
        font-size: 2rem;
    }
}


