/*hero*/
.hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.hero .video-block {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.hero .video-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 56.05%, #000000 94.97%);
    z-index: 0;
}

.hero .video-block video {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    z-index: -1;
}

.hero .container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero .text-block h1 {
    font-family: 'Play', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 96px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.hero .text-block p {
    max-width: 890px;
    width: 100%;
    font-weight: 300;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    text-transform: uppercase;
    color: #ACAFB9;
    margin: 0 auto;
}
/*endsection*/

/*metaverse-center*/
.metaverse-center {
    margin-bottom: 100px;
}

.metaverse-center .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.metaverse-center .text-block {
    max-width: 443px;
}

.metaverse-center .text-block h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 10px;
}

.metaverse-center .text-block p {
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    opacity: 0.8;
    margin-bottom: 30px;
}

.metaverse-center .text-block .learn-more {
    max-width: 274px;
}

.metaverse-center .illustration {
    max-width: 767px;
    width: 100%;
}

.metaverse-center .illustration img {
    display: flex;
    width: 100%;
}

.metaverse-center .list {
    display: flex;
    justify-content: space-between;
}

.metaverse-center .list .item {
    max-width: 160px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
}

.metaverse-center .item i {
    display: flex;
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

.metaverse-center .item i.icon-scalable {
    background-image: url('../assets/img/freeroam/icons/icon-scalable.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.metaverse-center .item i.icon-minimal {
    background-image: url('../assets/img/freeroam/icons/icon-minimal.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

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

.metaverse-center .item i.icon-tracking {
    background-image: url('../assets/img/freeroam/icons/icon-tracking.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.metaverse-center .item i.icon-mocap {
    background-image: url('../assets/img/freeroam/icons/icon-mocap.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.metaverse-center .item i.icon-vast {
    background-image: url('../assets/img/freeroam/icons/icon-vast.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

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

.metaverse-center .item p {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
}
/*endsection*/

/*features-section*/
.features-section {
    position: relative;
    margin-bottom: 100px;
}

.features-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1440px;
    height: 1240px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(182, 202, 251, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
    z-index: -1;
}

.features-section .top {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.features-section .top .illustration,
.features-section .bottom .illustration  {
    max-width: 605px;
    width: 100%;
}

.features-section .top .illustration img,
.features-section .bottom .illustration img {
    display: flex;
    width: 100%;
}

.features-section .top .text-block {
    max-width: 525px;
    width: 100%;
    margin-left: 70px;
}

.features-section h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 20px;
}

.features-section p {
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    opacity: 0.8;
}

.features-section .top h2 {
    margin-bottom: 40px;
}

.features-section .top .list {
    display: flex;
    justify-content: space-between;
}

.features-section .top .item {
    max-width: 155px;
    width: 100%;
}
.features-section .top .item i {
    display: flex;
    width: 52px;
    height: 52px;
    margin-bottom: 10px;
}

.features-section .top .item i.icon-positioning {
    background-image: url('../assets/img/freeroam/icons/icon-positioning.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.features-section .top .item i.icon-latency {
    background-image: url('../assets/img/freeroam/icons/icon-latency.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.features-section .top .item i.icon-vr {
    background-image: url('../assets/img/freeroam/icons/icon-vr.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.features-section .top .item span {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF;
    opacity: 0.8;
}

.features-section .center {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.features-section .center .text-block {
    max-width: 363px;
    width: 100%;
}

.features-section .center .illustration {
    max-width: 394px;
    width: 100%;
}

.features-section .center .illustration img {
    width: 100%;
}

.features-section .center .text-block.text-right h2,
.features-section .center .text-block.text-right p {
    text-align: right;
}

.features-section .bottom {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.features-section .bottom .text-block {
    max-width: 525px;
    width: 100%;
    margin-right: 70px;
}
/*endsection*/

/*section-future*/
.section-future {
    margin-bottom: 100px;
}

.section-future .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section-future .item {
    position: relative;
    max-width: 605px;
    width: 100%;
    padding: 292px 40px 40px;
}

.section-future .item.full-width {
    max-width: 100%;
    width: 100%;
    height: 500px;
    display: flex;
    align-items: flex-end;
    padding-top: 0;
    margin-bottom: 30px;
}

.section-future .item.item-adventure::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 302px;
    height: 280px;
    background-image: url('../assets/img/freeroam/arm-truck.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.section-future .item.item-race::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 302px;
    height: 280px;
    background-image: url('../assets/img/freeroam/kart.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.section-future .item .text-block {
    max-width: 222px;
    width: 100%;
}

.section-future .item.full-width .text-block {
    max-width: 602px;
    width: 100%;
}

.section-future .item .text-block p {
    font-family: 'Play', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 10px;
}

.section-future .item .text-block span {
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #ACAFB9;
}

.section-future .item.full-width img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 20px;
    z-index: -1;
}

.section-future .item .illustration {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    z-index: -1;
}

.section-future .item .illustration img {
    display: flex;
    width: 100%;
}
/*endsection*/

/*flexible-spatial*/
.flexible-spatial {
    position: relative;
    margin-bottom: 130px;
}

.flexible-spatial::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1140px;
    height: 1145px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(182, 202, 251, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
}

.flexible-spatial h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
}

.flexible-spatial .illustration {
    width: 100%;
}

.flexible-spatial .illustration img {
    display: flex;
    width: 100%;
}
/*endsection*/

/*management-software*/
.management-software {
    margin-bottom: 100px;
}

.management-software h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 20px;
}

.management-software p {
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    opacity: 0.8;
    margin-bottom: 50px;
}

.management-software .illustration {
    width: 100%;
}

.management-software .illustration img {
    display: flex;
    width: 100%;
}
/*endsection*/

@media (-webkit-min-device-pixel-ratio: 2) {
    /*section-future*/
    .section-future .item.item-adventure::before {
        background-image: url('../assets/img/freeroam/arm-truck-2x.png');
        background-repeat: no-repeat;
        background-size: contain;
    }

    .section-future .item.item-race::before {
        background-image: url('../assets/img/freeroam/kart-2x.png');
        background-repeat: no-repeat;
        background-size: contain;
    }
    /*endsection*/
}

@media (max-width: 480px) {
    /*hero*/
    .hero {
        margin-bottom: 30px;
    }

    .hero .text-block h1 {
        font-size: 48px;
        line-height: 120%;
    }

    .hero .text-block p {
        font-size: 16px;
        line-height: 150%;
    }
    /*endsection*/

    /*metaverse-center*/
    .metaverse-center {
        margin-bottom: 80px;
    }

    .metaverse-center .top {
        flex-direction: column-reverse;
    }

    .metaverse-center .text-block {
        max-width: 100%;
    }

    .metaverse-center .illustration {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .metaverse-center .text-block h2 {
        font-size: 32px;
        line-height: 100%;
        margin-bottom: 10px;
    }

    .metaverse-center .text-block .learn-more {
        margin: 0 auto;
    }

    .metaverse-center .list {
        flex-wrap: wrap;
    }

    .metaverse-center .list .item {
        max-width: 100%;
        width: 47%;
        margin-bottom: 20px;
    }

    .metaverse-center .item i {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }

    .metaverse-center .item p {
        font-size: 14px;
        line-height: 120%;
    }
    /*endsection*/

    /*features-section*/
    .features-section::before {
        content: unset;
    }

    .features-section .top {
        flex-direction: column;
        margin-bottom: 80px;
    }

    .features-section .top .illustration {
        max-width: 334px;
        margin-bottom: 30px;
    }

    .features-section .top .text-block {
        margin-left: 0;
    }

    .features-section .top h2 {
        margin-bottom: 30px;
    }

    .features-section h2 {
        font-size: 32px;
        line-height: 100%;
    }

    .features-section .top .item {
        max-width: 100%;
        width: 30%;
    }

    .features-section .top .item span {
        font-size: 14px;
        line-height: 24px;
    }

    .features-section .top .item i {
        width: 40px;
        height: 40px;
    }

    .features-section .center {
        flex-direction: column;
        margin-bottom: 80px;
    }

    .features-section .center .illustration {
        max-width: 372px;
        margin: 30px 0;
    }

    .features-section .center .text-block {
        max-width: 100%;
    }

    .features-section .center .text-block.text-right h2,
    .features-section .center .text-block.text-right p {
        text-align: left;
    }

    .features-section .bottom {
        flex-direction: column-reverse;
    }

    .features-section .bottom .illustration {
        max-width: 410px;
        margin-bottom: 30px;
    }

    .features-section .bottom .text-block {
        max-width: 100%;
        margin-right: 0;
    }
    /*endsection*/

    /*section-future*/
    .section-future {
        margin-bottom: 70px;
    }

    .section-future .item.full-width {
        height: 373px;
        overflow: hidden;
        border-radius: 20px;
    }

    .section-future .item .illustration {
        width: 100%;
        height: 200px;
        overflow: hidden;
        border-radius: 20px;
    }

    .section-future .item img {
        width: 440px;
        height: 200px;
    }

    .section-future .item.full-width img {
        width: 440px;
        height: 373px;
    }

    .section-future .item {
        max-width: 100%;
        padding: 100px 20px 40px 20px;
        margin-bottom: 30px;
    }

    .section-future .item .text-block p {
        font-size: 24px;
        line-height: 29px;
    }

    .section-future .item .text-block span {
        font-size: 14px;
        line-height: 17px;
    }

    .section-future .item.item-adventure::before,
    .section-future .item.item-race::before {
        content: unset;
    }
    /*endsection*/

    /*flexible-spatial*/
    .flexible-spatial {
        margin-bottom: 100px;
    }

    .flexible-spatial::before {
        content: unset;
    }

    .flexible-spatial h2 {
        font-size: 32px;
        line-height: 39px;
        margin-bottom: 30px;
    }
    /*endsection*/

    /*management-software*/
    .management-software h2 {
        font-weight: 800;
        font-size: 32px;
        line-height: 39px;
    }

    .management-software p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    /*endsection*/
}
