.sec1 {
    width: 100%;
    height: 100vh;
    position: relative;

}
.sec1 .fp-tableCell,.sec3 .fp-tableCell {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer {
    height: fit-content!important;
}
.footer .fp-tableCell {
    height: fit-content!important;
}
.sec1 .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.sec1 .bg img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: unset;
    max-height: unset;
}
.sec1 .title h1 {
    font-size: 50px;
    font-weight: 400;
    color: #000000;
    line-height: 1;
}
.sec1 .title {
    text-align: center;
    margin-bottom: 200px;
}
.sec1 .title p {
    font-size: 22px;
    font-weight: 300;
    color: #333333;
    margin: 15px 0 0;
}
.sec1 .main .flex {
    width: 1000px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
.sec1 .main .item {
    width: 25%;

}
.sec1 .main .item .img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border: 2px solid #00A5A9;
    border-radius: 50%;
    margin: 0 auto 12px;
}
.sec1 .main .item p {
    font-size: 22px;
    font-weight: 300;
    color: #666666;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
}
.sec1 .main .item:nth-child(1) {
    margin-bottom: 100px;
}
.sec1 .main .item .img img {
    transition: 0.6s;
}
.sec1 .main .item:hover .img img {
    transform: rotateY(180deg);
}
.sec2 .flex>div {
    width: 50%;
    height: 100%;
    position: relative;
}
.sec2 .flex>div .bg {
    width: 100%;
    height: 100%;
}
.sec2 .flex>div .bg img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: unset;
    max-height: unset;
}
.sec2 .flex .right .text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.sec2 .flex .right .text h1 {
    font-size: 50px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 200px;
    text-align: center;
}
.sec3 {
    position: relative;
}
.sec3 .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.sec3 .bg img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: unset;
    max-height: unset;
}
.sec3 .text {
    line-height: 1;
    text-align: center;
}
.sec3 .text h1 {
    font-size: 50px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 16px;
}
.sec3 .text p {
    font-size: 22px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 97px;
}
.sec3 .text .img {
    display: block;
    overflow: hidden;
    position: relative;
    width: fit-content;
    height: fit-content;
    margin: 0 auto;
}
.sec3 .text .img img{
    display: block;
    transition: 3s;
    width: fit-content;
    height: fit-content;
}
.sec3 .text .img:hover img {
    transform: scale(1.1);
}
.sec3 .text .img .play {
    width: 60px;
    height: 60px;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    transition: 0.4s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}
.sec3 .text .img .play:after {
    content: "";
    width: 17px;
    height: 20px;
    background: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: 0.4s;
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
.sec3 .text .img .play:hover {
    border: 2px solid #00A5A9;
}
.sec3 .text .img .play:hover:after {
    background: #00A5A9;
}
.section {
    overflow: hidden;
}
@media screen and (max-width: 1600px) {
    .sec1 .title h1,.sec2 .flex .right .text h1,.sec3 .text h1 {
        font-size: 36px;
    }
    .sec1 .title p {
        font-size: 20px;
    }
    .sec1 .main .item p,.sec3 .text p {
        font-size: 20px;
    }
    .sec1 .main .item .img {
        width: 90px;
        height: 90px;
    }
    .sec1 .main .item .img img {
        max-height: 50%;
    }
    .sec1 .title {
        margin-bottom: 130px;
    }
}
@media screen and (max-width: 1400px) {
    .sec1 .title {
        margin-bottom: 90px;
    }
    .sec1 .title h1,.sec2 .flex .right .text h1,.sec3 .text h1 {
        font-size: 28px;
    }
    .sec1 .title p {
        font-size: 16px;
    }
    .sec1 .main .item p,.sec3 .text p {
        font-size: 16px;
    }
    .sec1 .main .item .img {
        width: 70px;
        height: 70px;
    }
    .sec1 .main .item:nth-child(1) {
        margin-bottom: 50px;
    }
    .sec3 .text p {
        margin-bottom: 60px;
    }
    .sec2 .flex .right .text h1 {
        margin-bottom: 100px;
    }
}
@media screen and (max-width: 1024px) {
    .section,.section .fp-tableCell {
        height: unset!important;
    }
    .sec1 .fp-tableCell {
        padding: 120px 0 100px;
    }
    .sec3 .fp-tableCell {
        padding: 100px 0;
    }
    .sec1 .title h1,.sec2 .flex .right .text h1,.sec3 .text h1 {
        font-size: 24px;
    }
    .sec1 .title p {
        font-size: 14px;
    }
    .sec1 .main .item p,.sec3 .text p {
        font-size: 14px;
    }
    .sec1 .main .flex {
        width: 90%;
    }
    .sec1 .main {
        width: 100%;
    }
    .sec2 .flex .right .text h1 {
        margin-bottom: 60px;
    }
    .sec3 .text .img,.sec3 .text p {
        opacity: 1;
        transform: unset;
    }
}
@media screen and (max-width: 768px) {
    .sec1 .title h1,.sec2 .flex .right .text h1,.sec3 .text h1 {
        font-size: 20px;
    }
    .sec1 .main .item .img {
        width: 50px;
        height: 50px;
    }
    .sec1 .title {
        margin-bottom: 70px;
    }
    .sec1 .main .item:nth-child(1) {
        margin-bottom: 30px;
    }
    .sec1 .fp-tableCell {
        padding: 120px 0 60px;
    }
    .sec3 .text .img {
        width: 90%;
        margin: 0 auto;
    }
    .sec3 .text .img .play {
        width: 40px;
        height: 40px;
    }
    .sec3 .text .img .play:after {
        width: 12px;
        height: 12px;
    }
    .sec2 .flex .right .text h1 {
        margin-bottom: 20px;
    }
    .sec2 .flex>div {
        width: 100%;
    }
    .sec2 .flex {
        display: block;
    }
    .sec3 .text p {
        margin-bottom: 30px;
    }
    .sec3 .fp-tableCell {
        padding: 60px 0;
    }
}
