body.pc {
    font-family: "Quicksand", Arial, Helvetica, "Microsoft JhengHei", sans-serif;
    font-weight: 400;
}

.pc_wrapper .bold {
    font-family: "Quicksand", Arial, Helvetica, "Microsoft JhengHei", sans-serif;
    font-weight: 700;
}
.pc_wrapper h1,
.pc_wrapper h2,
.pc_wrapper h3,
.pc_wrapper h4,
.pc_wrapper h5,
.pc_wrapper h6 {
    font-family: "Quicksand", Arial, Helvetica, "Microsoft JhengHei", sans-serif;
    font-weight: 500;
}
.pc_wrapper .btn {
    text-decoration: none;
    min-width: 240px;
    display: inline-block;
    box-sizing: border-box;
    padding: 15px 30px;
    font-weight: 500;
    line-height: 1.2;
    font-size: 21px;
    background: #D1A975;
    border-radius: 40px;
    color: #fff;
}
#fv-dots {
    z-index: 2;
}
/* .pc_section_1,
.pc_section_3 {
    background: #D1A874;
}

.pc_section_2 {
    background: #fff;
} */

/********** HEADER **********/
header {
    position: fixed;
    z-index: 3;
    top: 0;
    /* mix-blend-mode: difference; */
    width: 100%;
    transition: all .3s ease-in-out;
}
header .btn {
    text-decoration: none;
    min-width: 240px;
    display: inline-block;
    box-sizing: border-box;
    padding: 15px 30px;
    font-weight: 500;
    line-height: 1.2;
    font-size: 21px;
    background: #D1A975;
    border-radius: 40px;
    color: #fff;
}

header .btn_freeCard {
    opacity: 0;
    transition: all .3s ease-in-out;
}
header.browsing .btn_freeCard {
    opacity: 1;
}
.header_inner {
    padding: 35px 100px;
    height: 50px;
    box-sizing: content-box;
    display: flex;
    justify-content: space-between;
}
.header_inner .logo {
    display: block;
    /* height: 100%; */
    width: 144px;
    height: 50px;
    background: #fff;

    transition: all .1s ease-in-out;
    background: url(../images/pc_logo_1.svg) center / 100% auto;
    /* -webkit-mask-image: url(../images/logo_pc.png);
    mask-image: url(../images/logo_pc.png);
    -webkit-mask-size: 100% auto;
    mask-size: 100% auto;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;     */
}
header.browsing .header_inner .logo {
    /* background: #D1A975; */
    background: url(../images/pc_logo_2.svg) center / 100% auto;

}
header.browsing.bottom {
    background: #fff;
}
header.browsing.bottom .header_inner .logo {
    /* background: #fff; */
}
/********** ****** **********/
.pc_section {
    background: #fff;
    margin: 0 auto;
    height: 100vh;
}
.pc_section {
    display: flex;
    justify-content: center;
    align-items: center;
}
.pc_section .content {
    width: 100%;
    display: flex;
    align-items: center;
    max-width: 1920px;
    box-sizing: border-box;
    padding: 0 100px;
}
.pc_section .content .left,
.pc_section .content .right {
    width: 50%;
}
.pc_section .content .left {
    width: 100%;
}
.pc_section h2 {
    font-size: 50px;
    line-height: 1;
}
.pc_section h3 {
    font-size: 48px;
    line-height: 1.2;
}
.pc_section .pc_tagline {
    font-size: 36px;
    line-height: 1.4;
}
.pc_section .pc_feature {
    font-size: 24px;
    line-height: 2;
    font-weight: 500;
    color: #d1a874;
}
.pc_section .pc_features_list {
    padding-top: 30px;
    font-size: 21px;
    /* padding-left: 25px; */
}
.pc_section ul.pc_features_list {
    list-style: none;
}
.pc_section .pc_features_list li {
    line-height: 1.5;
    display: flex;
}

.pc_section ul.pc_features_list li::before {
    content:"·";
    display: inline-block;
    width: 25px;
    font-size:21px;
    /* vertical-align:middle; */
    line-height:31px;
}
.pc_wrapper img {
    width: 100%;
    display: block;
}
.pc_section .anim_wrap {
    height: 100vh;
    max-height: 500px;
    width: 100%;
    max-width: 500px;
    position: relative;
    margin: 0 auto;
}
/***** SECTION 1 *****/
.vid {

}
video {
    min-height: 100vh;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}
.pc_section_1 {
    background: #1C394B;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
}
.pc_section_1 .video_wrap::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: 1;
}
.pc_section_1 .video_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.pc_section_1 .video_wrap video {
    min-width: 100%;
    min-height: 100vh;
    /* z-index: -1; */
}

.pc_section_1 .content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
    display: block;
}
.pc_section_1 .btn_freeCard {
    margin-top: 67px;
}

/********** ****** **********/

/***** SECTION 2 *****/
.pc_section_2 {
    overflow: hidden;
}
.pc_section_2 h3 {
    padding-top: 30px;
}
.pc_section_2 .right {
    overflow: hidden;
    height: 100vh;
    display: flex;
    align-items: center;
}
.pc_section_2 .anim_wrap {
    height: 100vh;
    max-height: 500px;
    width: 100%;

    height: 0;
    padding-top: 100%;
    max-width: 500px;
    position: relative;
    margin: 0 auto;
}
.anim_wrap .anim {
    position: absolute;
    transition: all .3s ease-in-out;

    /* left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); */
}
.pc_section_2 .anim {
    opacity: 0;
    transform: translateX(-50%);
    width: 100%;
    left: 50%;
}
.pc_section_2.active .anim {
    opacity: 1;
    transition: all .6s ease-in-out;
}
.pc_section_2 .card {
    top: -80%;
    /* top: 0%; */
}

.pc_section_2 .phone {
    /* bottom: -50%; */
    top: 80%;
}

.pc_section_2.active .card {
    top: -45%;
}
.pc_section_2.active .phone {
    top: 45%;
}
/********** ****** **********/

/***** SECTION 3 *****/
.pc_section_3 .content .left {
    /* min-width: 572px; */
    /* width: 50%; */
    width: auto;
    flex-shrink: 0;
}
.pc_section_3 .content .right {
    margin-left: auto;
}
.pc_section_3 .anim_wrap {
    width: 70vh;
    display: flex;
    height: 70vh;
    max-height: 572px;
    max-width: 572px;
    border-radius: 99%;
    background: #FFFFFF;
    box-shadow: 7px 4px 30px 15px rgba(28, 57, 75, 0.05);
    position: relative;
    margin: 0 auto;
    /* display: none; */
}
.pc_section_3 #anim_3 {
    margin: auto;
    width: 80%;
}
.pc_section_3 .anim_wrap::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 99%;
    transform: translate(-50%, -50%);
    width: 77%;
    padding-top: 77%;
    background: #FFFFFF;
    box-shadow: 7px 4px 30px 15px rgba(28, 57, 75, 0.05);
}
/********** ****** **********/

/***** SECTION 4 *****/
.pc_section_4 .card {
    width: 300px;
    height: 100%;
    position: relative;
    margin: auto;
    transform-style: preserve-3d;
    animation: rotateCard 2s alternate-reverse 0s infinite linear forwards;
}
.pc_section_4 .card::before {
    content: '';
    width: 100%;
    height: 0;
    padding-top: 160%;
    background: url(../images/cymballe_logo.svg) center/ 70% auto no-repeat, #093e52;
    border-radius: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(15deg);
}

@keyframes rotateCard {
    0% {
        transform: rotateY(20deg);
    }
    100% {
        transform: rotateY(-20deg);
    }
}
/********** ****** **********/

/***** SECTION 5 *****/
.pc_section_5 .content .left {
    width: auto;
}
.pc_section_5 .right {
    height: 100vh;
    width: auto;
    min-width: 50%;
    flex-shrink: 0;
    margin-left: auto;
}
.pc_section_5 .anim_wrap {
    max-height: none;
    max-width: 950px;
    display: flex;
    margin: 0 0 0 auto;
}
.pc_section_5 .anim_wrap img {
    margin: auto 0 0 auto;
    /* width: 100%;
    height: auto; */
    height: 100vh;
    width: auto;
    max-height: 950px;
}
/* @media (min-width: 961px) {
    @media (max-height: 90vw) {
        .pc_section_5 .anim_wrap img {
            height: auto;
            width: 100%;
        }
    }
} */
/********** ****** **********/

/********** ****** **********/

.fullpage {
    height: 100vh;
    overflow: hidden;
}
footer.pc_section {
    background: #1C394B;
    overflow: auto;
    box-sizing: border-box;
    max-height: 100vh;
    /* padding: 150px 0 0; */
    padding: 200px 0 0;
    display: block;
}
footer.pc_section .contact {
    box-sizing: content-box;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-bottom: 100px;
    height: auto;
}
footer.pc_section .contact .inner {
    padding: 0;
}
.footer {
    position: static;
}


/* Tablet */
@media (max-width: 960px) {
    /* .pc_section .anim_wrap {
        height: auto;
    } */
    /* .pc_section:not(:first-child) {
        display: block;
    } */

    header.browsing {
        background-color: #fff;
    }
    header .btn {
        min-width: 0;
        font-size: 12px;
        padding: 12px 15px;
        text-align: center;
    }

    .pc_section .pc_feature {
        font-size: 15.6px;
    }
    .pc_section h3 {
        font-size: 33.8px;
    }
    .pc_section .pc_features_list {
        padding-top: 10px;
        font-size: 19.5px;
    }
    .pc_section {
        overflow: auto;
    }
    .pc_section .content {
        padding: 0;
        padding: 55px 35px 20px;
        height: auto;
        flex-direction: column;
        box-sizing: border-box;
    }
    .pc_section .left {
        /* padding-top: 35px; */
    }
    .pc_section .left,
    .pc_section .right {
        width: 100%;
        height: auto;
    }
    .pc_section .left {
        flex-shrink: 0;
    }
    .pc_section .right {
        height: 100%;
        /* overflow: hidden; */
    }
    /***** SECTION 2 *****/
    .pc_section_2 {
        overflow: auto;
    }
    .pc_section_2 h3 {
        padding-top: 10px;
    }
    .pc_section_2 .content .right {
        width: 100%;
        overflow: visible;
    }
    .pc_section_2 .anim_wrap {
        /* max-height: 260px;
        max-width: 260px; */
        padding: 0;
        height: calc(100vw - 70px);
        width: 50%;
        /* max-width: 200px; */
        /* max-height: 200px; */
        /* max-width: none; */
        /* max-height: none; */
        
        transform: rotate(-90deg) translateY(-10%);
    }
    .pc_section_2.active .card {
        top: -4%;
    }
    /********** ****** **********/
    
    /***** SECTION 3 *****/
    .pc_section_3 .anim_wrap {
        max-width: 260px;
        max-height: 260px;
    }
    .pc_section_3 .anim_wrap {
        margin-top: 50px;
    }
    .pc_section_3 .content .right {
        margin: 0 auto;
        width: 100%;
    }
    /********** ****** **********/
    /***** SECTION 4 *****/
    .pc_section_4 .card {
        width: 50%;
    }
    /********** ****** **********/
    /***** SECTION 5 *****/
    .pc_section_5 {
        position: relative;
    }
    .pc_section_5 .content {
        padding-bottom: 0;
    }
    .pc_section_5 .content .left {
        padding-bottom: calc(100vw - 70px);
    }
    .pc_section_5 .content .right {
        position: absolute;
        bottom: 0;
        flex-shrink: 0;
        width: 100%;
    }
    .pc_section_5 .anim_wrap {
        height: 100%;
    }
    .pc_section_5 .anim_wrap img {
        margin: auto 0 0 auto;
        height: auto;
        width: 100%;
        max-height: 950px;
    }
    /********** ****** **********/
    header.browsing {
        background: #fff;
    }

    .header_inner {
        padding: 10px;
        height: 35px;
    }
    .header_inner .logo {
        width: 101px;
        height: 35px;
    }

    footer.pc_section .contact .inner {
        padding: 0 35px;
    }

}




@media (min-width: 961px) {
    
    @media (min-height: 1068px) {
        footer.pc_section {
            display: flex;
            justify-content: center;
            align-items: center;
            padding-top: 120px;
        }
        footer.pc_section .contact {
            padding-bottom: 0;
        }
    }
}
@media (min-width: 1921px) {
    .pc_section .content {
        padding: 0 240px;
        max-width: none;
    }
}

@media (pointer: coarse) {
    /* .fullpage {
        height: 100vh;
        overflow: auto;
    } */
}