/*hero*/
.hero {
    height: 812px;
    background-color: #C0C0C0;
}

.hero .container {
    display: flex;
    justify-content: flex-end;
    height: 100%;
}

.hero .text-block {
    display: flex;
    flex-direction: column;
    max-width: 605px;
    width: 100%;
    padding-top: 247px;
}

.hero .text-block i {
    display: flex;
    width: 338px;
    height: 60px;
    background-image: url('../assets/img/imetastar/icons/page-logo.svg');
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 20px;
}

.hero .text-block h1 {
    font-family: 'Play', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    display: flex;
    align-items: center;
    color: #000000;
    margin-bottom: 20px;
}

.hero .text-block p {
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    color: #000000;
    opacity: 0.7;
    margin-bottom: 40px;
}

.hero .text-block a {
    max-width: 181px;
    width: 100%;
    height: 52px;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 10px;
}

.hero .illustration {
    position: absolute;
    left: -100px;
    bottom: 0;
    width: 820px;
    height: 758px;
    z-index: -1;
}

.hero .illustration img {
    width: 100%;
    display: flex;
}
/*endsection*/

/*motion-capture*/
.motion-capture {
    position: relative;
    background-color: #000000;
    margin-bottom: 100px;
}

.motion-capture::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url('../assets/img/imetastar/bg-motion-capture.jpg');
    background-repeat: no-repeat;
    background-size: 1920px 1148px;
    background-position: top center;
    z-index: 0;
}

.motion-capture .top {
    max-width: 605px;
    width: 100%;
    padding-top: 200px;
    margin-bottom: 112px;
}

.motion-capture .top h2 {
    font-weight: 500;
    font-size: 56px;
    line-height: 120%;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.motion-capture .top p.desc {
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    opacity: 0.7;
    margin-bottom: 60px;
}

.motion-capture .top .list {
    display: flex;
    justify-content: space-between;
}

.motion-capture .list .item {
    max-width: 188px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.motion-capture .list .item img {
    display: flex;
    height: 100px;
    margin-bottom: 30px;
}

.motion-capture .list .item p {
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 10px;
}

.motion-capture .list .item span {
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: #ACAFB9;
}

.motion-capture .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.motion-capture .bottom .illustration {
    max-width: 605px;
    width: 100%;
}

.motion-capture .bottom .illustration img {
    width: 100%;
    display: flex;
}

.motion-capture .bottom .text-block {
    max-width: 565px;
    width: 100%;
}

.motion-capture .bottom h3 {
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 10px;
}

.motion-capture .bottom p {
    max-width: 450px;
    width: 100%;
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    color: #FFFFFF;
    opacity: 0.8;
}
/*endsection*/

/*title-left*/
.title-left {
    margin-bottom: 100px;
}

.title-left h2 {
    font-weight: 500;
    font-size: 64px;
    line-height: 120%;
}
/*endsection*/

/*asset-column*/
.asset-column h3 {
    text-transform: initial;
    margin-bottom: 20px;
}

.asset-column p.desc {
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    color: #ACAFB9;
    margin-bottom: 40px;
}

.asset-column .item i.icon-precise {
    background-image: url('../assets/img/imetastar/icons/icon-precise.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.asset-column .item i.icon-interference {
    background-image: url('../assets/img/imetastar/icons/icon-interference.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.asset-column .item i.icon-recording {
    background-image: url('../assets/img/imetastar/icons/icon-recording.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.asset-column .item i.icon-export {
    background-image: url('../assets/img/imetastar/icons/icon-export.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.asset-column .item i.icon-fast {
    background-image: url('../assets/img/imetastar/icons/icon-fast.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.asset-column .item i.icon-easy {
    background-image: url('../assets/img/imetastar/icons/icon-easy.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.asset-column .item i.icon-friendly {
    background-image: url('../assets/img/imetastar/icons/icon-friendly.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.asset-column .item i.icon-size {
    background-image: url('../assets/img/imetastar/icons/icon-size.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.asset-column .item i.icon-robust {
    background-image: url('../assets/img/imetastar/icons/icon-robust.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.asset-column .item i.icon-high {
    background-image: url('../assets/img/imetastar/icons/icon-high.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.asset-column .item i.icon-platform {
    background-image: url('../assets/img/imetastar/icons/icon-platform.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.asset-column .item i.icon-supported {
    background-image: url('../assets/img/imetastar/icons/icon-supported.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.asset-column .item i.icon-camera {
    background-image: url('../assets/img/imetastar/icons/icon-camera.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.asset-column .item i.icon-marking {
    background-image: url('../assets/img/imetastar/icons/icon-marking.svg');
    background-repeat: no-repeat;
    background-size: contain;
}
/*endsection*/

/*gif-list*/
.gif-list {
    margin-top: 227px;
    margin-bottom: 100px;
}
/*endsection*/

/*use-case*/
.use-case {
    margin: 150px 0;
}

.use-case h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 40px;
}
/*endsection*/

@media (-webkit-min-device-pixel-ratio: 2) {
    /*motion-capture*/
    .motion-capture::before {
        background-image: url('../assets/img/imetastar/bg-motion-capture-2x.jpg');
        background-repeat: no-repeat;
        background-size: 1920px 1148px;
        background-position: top center;
    }
    /*endsection*/
}

@media (max-width: 480px) {
    /*hero*/
    .hero {
        height: auto;
    }

    .hero .container {
        flex-direction: column-reverse;
        padding: 0;
    }

    .hero .illustration {
        position: relative;
        left: unset;
        bottom: unset;
        width: 100%;
        height: auto;
    }

    .hero .text-block {
        max-width: 100%;
        align-items: center;
        padding: 134px 20px 40px 20px;
    }

    .hero .text-block i {
        width: 228px;
        height: 40px;
        margin-bottom: 10px;
    }

    .hero .text-block h1 {
        font-size: 32px;
        line-height: 110%;
        text-align: center;
        margin-bottom: 10px;
    }

    .hero .text-block p {
        font-size: 18px;
        line-height: 140%;
        text-align: center;
        margin-bottom: 30px;
    }
    /*endsection*/

    /*motion-capture*/
    .motion-capture::before {
        background-image: url('../assets/img/imetastar/bg-motion-capture-mobile-2x.jpg');
        background-repeat: no-repeat;
        background-size: 480px 1148px;
        background-position: top center;
    }

    .motion-capture .top {
        max-width: 100%;
        padding-top: 920px;
        margin-bottom: 70px;
    }

    .motion-capture .top h2 {
        font-size: 32px;
        line-height: 120%;
        text-align: center;
    }

    .motion-capture .top h2 br {
        display: none;
    }

    .motion-capture .top p.desc {
        font-size: 20px;
        line-height: 120%;
        text-align: center;
    }

    .motion-capture .list .item {
        max-width: 32.3%;
    }

    .motion-capture .list .item img {
        height: 70px;
        margin-bottom: 20px;
    }

    .motion-capture .list .item p {
        font-size: 18px;
        line-height: 120%;
        text-align: center;
        margin-bottom: 10px;
    }

    .motion-capture .list .item span {
        font-size: 12px;
        text-align: center;
    }

    .motion-capture .bottom {
        flex-direction: column;
    }

    .motion-capture .bottom .illustration {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .motion-capture .bottom .text-block {
        max-width: 100%;
    }

    .motion-capture .bottom h3 {
        font-size: 26px;
        line-height: 120%;
        text-align: center;
        margin-bottom: 20px;
    }

    .motion-capture .bottom p {
        max-width: 100%;
        text-align: center;
    }
    /*endsection*/

    /*title-left*/
    .title-left {
        margin-bottom: 50px;
    }

    .title-left h2 {
        font-size: 32px;
        line-height: 120%;
    }
    /*endsection*/

    /*gif-list*/
    .gif-list {
        margin: 100px 0;
    }
    /*endsection*/

    /*use-case*/
    .use-case {
        margin: 100px 0;
    }

    .use-case h2 {
        font-size: 32px;
        line-height: 39px;
    }
    /*endsection*/
}
