/* .intro container  */
.intro-wrapper {
    position: relative;
    overflow: hidden;
}

.intro-container .intro-box {
    height: 790px;
}

.intro-container .intro-box .box-wrapper {
    position: relative;
    padding-top: 110px;
}

.intro-container .intro-box .info-box {
    position: relative;
    z-index: 2;
}

.intro-container .intro-box .info-box .title h1 {
    color: #ffffff;
    font-size: 38px;
    line-height: 52px;
}

.intro-container .intro-box .info-box .info p {
    color: #ffffff;
    font-size: 24px;
    font-weight: 200;
}

.intro-container .intro-box .store-box {
    position: relative;
    z-index: 2;
    padding-top: 100px;
}

.intro-container .intro-box .store-box .title h1 {
    color: #ffffff;
    font-weight: 300;
    font-size: 20px;
}

.intro-container .intro-box .store-box .title h1 br {
    display: none;
}

.intro-container .intro-box .store-box .box {
    cursor: pointer;
}

.intro-container .intro-box .duo-box {
    position: absolute;
    top: 100px;
    right: 0;
}

.intro-container .intro-box .duo-box .img-box img {
    height: 600px;
}

.intro-wrapper .shadow-box {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1620px;
    background: linear-gradient(
        0deg,
        #0093e6 58.66%,
        rgba(0, 147, 230, 0) 71.71%
    );
}

.intro-wrapper .bg-wrapper {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/assets/images/cloud1.png");
    background-position: top;
    background-size: contain;
    background-repeat: repeat;
}

/* .feature container */
.feature-container {
    position: relative;
    z-index: 2;
}

.feature-container.elements-container {
    background: url("/assets/images/cloud2.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
}

.feature-container .feature-box .col-container .right-col {
    width: 660px;
}

.feature-container .feature-box .col-container .right-col .info-box h1 {
    color: #ffffff;
    font-size: 26px;
    margin-bottom: 12px;
}

.feature-container .feature-box .col-container .right-col .info-box p {
    color: #ffffff;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 20px;
}

.feature-container .feature-box .col-container .right-col .info-box ul {
    color: #ffffff;
    font-weight: 300;
    font-size: 18px;
    padding-left: 30px;
}

.feature-container .feature-box .col-container .left-col {
    width: 100%;
}

.feature-container .feature-box .col-container .left-col .title h1 {
    color: #ffffff;
    font-size: 34px;
}

.feature-container .feature-box .col-container .left-col .info p {
    color: #ffffff;
    font-weight: 300;
    font-size: 20px;
}

.feature-container .feature-box .col-container .left-col .btn-box a {
    font-size: 12px;
}

.feature-container .feature-box .col-container .left-col .img-box img {
    height: 350px;
}

.feature-container .feature-box .col-container .left-col .grid-box {
    width: 98%;
    height: 250px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.feature-container .feature-box .col-container .left-col .grid-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    -ms-border-radius: inherit;
    -o-border-radius: inherit;
}

.feature-container.elements-container .feature-box .col-container .left-col {
    width: 50%;
}

.feature-container.elements-container .feature-box .col-container .right-col {
    width: 50%;
}

/* work container  */
.work-wrapper {
    background: linear-gradient(118deg, #ff8249 17.86%, #ffbc10 110.6%);
    overflow: hidden;
}

.work-container {
    background: url("/assets/images/cloud3.png");
}

.work-container .work-box .title h1 {
    color: #ffffff;
    text-align: center;
    font-size: 34px;
}

.work-container .work-box .title p {
    color: #ffffff;
    font-size: 20px;
    text-align: center;
}

.work-container .work-box .box-wrapper {
    padding-top: 150px;
}

.work-container .work-box .box-wrapper .box {
    position: relative;
}

.work-container .work-box .box-wrapper .box .vector-box {
    position: absolute;
}

.work-container .work-box .box-wrapper .box .vector-box.vector1 {
    top: -74px;
    left: -164px;
}

.work-container .work-box .box-wrapper .box .vector-box.vector2 {
    top: -74px;
    right: -154px;
}

.work-container .work-box .box-wrapper .box .vector-box img {
    height: 64px;
}

.work-container .work-box .box-wrapper .box .img-box img {
    height: 100px;
}

.work-container .work-box .box-wrapper .box .info-box h1 {
    font-size: 26px;
    color: #ffffff;
    text-align: center;
}

.work-container .work-box .box-wrapper .box .info-box p {
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
}

/* .trust-container  */
.trust-container {
    background-color: #001d3d;
    border-radius: 20px 20px 0 0;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    -o-border-radius: 20px 20px 0 0;
}

.trust-container .trust-box .title h1 {
    color: #ffffff;
    text-align: center;
}

.trust-container .trust-box .box-wrapper {
    overflow: hidden;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.trust-container .trust-box .box-wrapper .box {
    position: relative;
    height: 360px;
}

.trust-container .trust-box .box-wrapper .box .info-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 66.62%,
        rgba(0, 0, 0, 0.81) 87.08%
    );
}

.trust-container .trust-box .box-wrapper .box .info-box .title h1 {
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    font-size: 22px;
}

.trust-container .trust-box .box-wrapper .box .info-box .title p {
    color: #ffffff;
    font-size: 12px;
    text-align: center;
}

.trust-container .trust-box .box-wrapper .box .img-box {
    height: 100%;
}

.trust-container .trust-box .box-wrapper .box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}

/* responsive  */
@media (max-width: 1370px) {
    .feature-container .feature-box .col-container .right-col .info-box p br {
        display: none;
    }
}

@media (max-width: 1300px) {
    .feature-container .feature-box .col-container .left-col .title h1 br {
        display: none;
    }
}

@media (max-width: 1100px) {
    .intro-container .intro-box {
        height: 700px;
    }
    .intro-container .intro-box .box-wrapper {
        padding-top: 70px;
    }
    .intro-container .intro-box .info-box {
        width: 600px;
    }
    .intro-container .intro-box .info-box .title h1 {
        font-size: 34px;
        line-height: 48px;
    }
    .intro-container .intro-box .info-box .info p {
        font-size: 24px;
    }
    .intro-container .intro-box .info-box .title h1 br {
        display: none;
    }
    .intro-container .intro-box .info-box .info p br {
        display: none;
    }
    .intro-container .intro-box .duo-box {
        top: 70px;
    }
    .intro-container .intro-box .store-box {
        padding-top: 70px;
    }
    .intro-container .intro-box .duo-box .img-box img {
        height: 540px;
    }
    .intro-wrapper .shadow-box {
        height: 1600px;
    }
    .feature-container .feature-box .col-container .left-col .title h1 {
        font-size: 32px;
    }
    .feature-container .feature-box .col-container .left-col .info p {
        font-size: 20px;
    }
}

@media (max-width: 1023px) {
    .intro-container .intro-box {
        height: auto;
    }
    .intro-container .intro-box .box-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .intro-container .intro-box .duo-box {
        position: relative;
        top: 0;
        padding-top: 40px;
    }
    .intro-container .intro-box .info-box .title h1 {
        text-align: center;
    }
    .intro-container .intro-box .info-box .info p {
        text-align: center;
    }
    .intro-container .intro-box .btn-box {
        justify-content: center;
    }
    .intro-container .intro-box .store-box .title h1 {
        text-align: center;
    }
    .intro-container .intro-box .store-box .title h1 br {
        display: block;
    }
    .intro-container .intro-box .store-box {
        padding-top: 40px;
    }
    .intro-container .intro-box .store-box .box {
        justify-content: center;
    }
    .intro-wrapper .shadow-box {
        height: 2260px;
    }
    .feature-container .feature-box {
        padding-top: 50px;
    }
    .feature-container .feature-box .col-container {
        flex-direction: column;
    }
    .feature-container .feature-box .col-container .left-col {
        width: 100%;
        padding-right: 0;
    }
    .feature-container.elements-container
        .feature-box
        .col-container
        .right-col {
        padding-left: 0;
    }
    .feature-container.elements-container
        .feature-box
        .col-container
        .left-col {
        width: 100%;
    }
    .feature-container .feature-box .col-container .left-col .title h1 {
        text-align: center;
        font-size: 30px;
    }
    .feature-container .feature-box .col-container .left-col .info p {
        text-align: center;
    }
    .feature-container .feature-box .col-container .left-col .btn-box {
        justify-content: center;
    }
    .feature-container .feature-box .col-container .left-col .img-box {
        display: flex;
        justify-content: center;
        align-items: center;
        justify-content: center;
    }
    .feature-container .feature-box .col-container .right-col .info-box h1 {
        font-size: 26px;
    }
    .feature-container .feature-box .col-container .right-col {
        width: 100%;
        padding-top: 50px;
        row-gap: 40px;
    }
    .feature-container.elements-container
        .feature-box
        .col-container
        .right-col {
        width: 100%;
    }
    .work-container .work-box .box-wrapper .box .vector-box img {
        height: 50px;
    }
    .work-container .work-box .box-wrapper .box .vector-box.vector1 {
        top: -66px;
        left: -142px;
    }
    .work-container .work-box .box-wrapper .box .vector-box.vector2 {
        top: -62px;
        right: -118px;
    }
    .trust-container .trust-box .box-wrapper {
        grid-template-columns: 1fr 1fr;
        justify-content: center;
        column-gap: 100px;
        row-gap: 40px;
    }
}

@media (max-width: 1000px) {
    .work-container .work-box .box-wrapper {
        padding-top: 50px;
        grid-template-columns: repeat(1, 1fr);
        row-gap: 50px;
    }
    .work-container .work-box .box-wrapper .box .vector-box {
        display: none;
    }
}

@media (max-width: 900px) {
    .intro-wrapper .shadow-box {
        height: 2330px;
    }
}

@media (max-width: 850px) {
    .trust-container .trust-box .box-wrapper {
        column-gap: 70px;
    }
}

@media (max-width: 767px) {
    .intro-wrapper .shadow-box {
        height: 2240px;
    }
    .intro-container .intro-box .box-wrapper {
        padding-top: 40px;
    }
    .intro-container .intro-box .info-box .title h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .intro-container .intro-box .info-box .info p {
        font-size: 22px;
    }
    .intro-container .intro-box .store-box .title h1 {
        font-size: 24px;
    }
    .intro-container .intro-box .store-box .box img {
        height: 50px;
    }
    .intro-container .intro-box .duo-box .img-box img {
        height: 500px;
    }
    .feature-container .feature-box .col-container .left-col .title h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .feature-container .feature-box .col-container .left-col .info p {
        font-size: 18px;
    }
    .feature-container .feature-box .col-container .left-col .img-box img {
        height: 300px;
    }
    .work-container .work-box .title h1 {
        font-size: 30px;
    }
    .work-container .work-box .title p {
        font-size: 18px;
    }
    .trust-container .trust-box .title h1 {
        font-size: 30px;
    }
    .trust-container .trust-box .box-wrapper {
        flex-direction: column;
    }
}

@media (max-width: 600px) {
    .intro-container .intro-box .info-box {
        width: 100%;
    }
    .trust-container .trust-box .box-wrapper .box {
        height: 300px;
    }
    .intro-wrapper .shadow-box {
        height: 2290px;
    }
    .trust-container .trust-box .box-wrapper .box .info-box .title h1 {
        font-size: 20px;
    }
}

@media (max-width: 550px) {
    .intro-wrapper .shadow-box {
        height: 2350px;
    }
    .feature-container .feature-box .col-container .left-col .info p br {
        display: none;
    }
}

@media (max-width: 500px) {
    .intro-wrapper .shadow-box {
        height: 2400px;
    }
    .feature-container .feature-box .col-container .left-col .grid-box {
        height: 200px;
    }
    .trust-container .trust-box .box-wrapper .box {
        height: 250px;
    }
}

@media (max-width: 450px) {
    .intro-container .intro-box .store-box .title h1 br {
        display: none;
    }
    .trust-container .trust-box .box-wrapper .box .info-box .title h1 {
        font-size: 18px;
    }
}

@media (max-width: 400px) {
    .intro-wrapper .shadow-box {
        height: 2500px;
    }
    .feature-container .feature-box .col-container .left-col .grid-box {
        height: 170px;
    }
    .trust-container .trust-box .box-wrapper {
        grid-template-columns: 1fr;
    }
    .trust-container .trust-box .box-wrapper .box {
        height: 350px;
    }
    .trust-container .trust-box .box-wrapper .box .info-box .title h1 {
        font-size: 20px;
    }
}
