/*Banner*/
.banner {
    width: 100%;
    height: 100vh;
    background: url("../assets/img/gates01_new/banner.png") no-repeat, linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%),
        linear-gradient(0deg, #000000, #000000);
    background-size: inherit;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.banner .title {
    font-family: Play;
    font-size: 128px;
    font-weight: 700;
    line-height: 148px;
    text-align: center;

}

.banner .desc {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0.1em;
    text-align: center;

}

.gate_system {
    padding-bottom: 60px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.gate_system:first-child {
    padding-top: 60px;
}

.gate_system_left,
.gate_system_right {
    width: 605px;
    height: auto;
    overflow: hidden;
}

.gate_system_left img {
    width: 100%;
    object-fit: cover;
}

.gate_system_right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 35px;
}

.gate_system_right .title {
    font-family: Montserrat;
    font-size: 48px;
    font-weight: 500;
    line-height: 58px;
    letter-spacing: 0em;
    text-align: left;
}

.gate_system_right .title span {
    color: #ACAFB9;
    text-decoration: line-through;
    font-weight: 500;
}

.gate_system_right .subtitle {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: left;
    margin: 30px 0 70px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gate_system_right .list {
    display: flex;
    flex-wrap: wrap;
}

.gate_system_right .list .item {
    display: flex;
    align-items: center;
    width: 50%;
    margin-bottom: 40px;
    box-sizing: border-box;
    padding-left: 25px;
}

.gate_system_right .item i {
    display: flex;
    width: 52px;
    height: 52px;
    margin-right: 15px;
}

.gate_system_right .item p {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}

/*endsection*/
/*  */
.gate_more {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 60px;
}

.gate_more_left {
    width: 100%;
}

.gate_more_left img {
    width: 100%;
    object-fit: cover;
}

.gate_more_right {
    display: flex;
    flex-direction: column;
    max-width: 605px;
    align-items: center;
    width: 100%;
}

.gate_more_right .title {
    font-family: Montserrat;
    font-size: 52px;
    font-weight: 500;
    line-height: 58px;
    letter-spacing: 0em;
    text-align: center;


}

.gate_more_right .subtitle {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: center;
    margin: 30px 0;
}

.gate_more_right .subtitle span {
    font-weight: 700;
}

.gate_more_right span {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;

}

.gate_more_right img {
    max-width: 462px;
    object-fit: cover;
    margin: 45px 0 65px 0;
}

.gate_head {
    width: 100%;
    overflow: hidden;
}

.gate_head video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gate_smaller {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
    background: radial-gradient(50% 50%, rgba(182, 202, 251, .3) 0%, rgba(0, 0, 0, 0.15) 100%);
}

.gate_smaller .cover {
    width: 100%;
}

.gate_smaller .cover img {
    width: 100%;
    object-fit: cover;
}

.gate_smaller .title {
    font-family: Montserrat;
    font-size: 96px;
    font-weight: 500;
    line-height: 125px;
    letter-spacing: 0em;
    text-align: center;
    max-width: 790px;
    margin-bottom: 60px;
}

.gate_sound {
    padding: 60px 0;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.gate_sound .title {
    font-family: Montserrat;
    font-size: 64px;
    font-weight: 500;
    line-height: 83px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 60px;
}

.gate_sound_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
}

.gate_sound_list .item:nth-child(3) {
    margin-top: -99px
}

.gate_sound_list .item {
    width: 605px;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    background: linear-gradient(180deg, rgba(172, 175, 185, 0.3) 0%, rgba(172, 175, 185, 0.1) 100%);
    
}

.gate_sound_list .item .cover {
    width: 100%;
}

.gate_sound_list .item .cover img {
    width: 100%;
    object-fit: cover;
}

.gate_sound_list .item .info {
    /* background: rgba(172, 175, 185, 0.1); */
    padding: 50px 40px;
    width: 100%;
    box-sizing: border-box;
}

.gate_sound_list .item .info span {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(172, 175, 185, 1);
}

.gate_sound_list .item .info div {
    font-family: Montserrat;
    font-size: 48px;
    font-weight: 500;
    line-height: 58px;
    letter-spacing: 0em;
    text-align: left;
    margin: 25px 0;
}

.gate_sound_list .item .info p {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: left;
}

.gate_joy {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;

}

.gate_joy .title {
    font-family: Montserrat;
    font-size: 64px;
    font-weight: 500;
    line-height: 83px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 20px;
}

.gate_joy_item {
    position: relative;
    width: 100%;
}

.gate_joy_item .rigth {
    left: 40px;
}

.gate_joy_item .info {
    position: absolute;
    right: 40px;
    bottom: 40px;
    max-width: 565px;
}

.gate_joy_item .info div {
    font-family: Montserrat;
    font-size: 48px;
    font-weight: 500;
    line-height: 58px;
    letter-spacing: 0em;
    text-align: left;
    margin: 30px 0;
}

.gate_joy_item .info span {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: left;

}

.gate_pro {
    width: 100%;
    height: 812px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: url('../assets/img/gates01_new/pro.png') no-repeat;
    background-size: 100% 100%;
    font-family: Montserrat;
    font-size: 64px;
    font-weight: 500;
    line-height: 96px;
    letter-spacing: 0em;
    text-align: center;
}

.gate_pro span {
    font-weight: 700;
}

@media (max-width: 480px) {
    .banner {
        background: url("../assets/img/gates01_new/mobile/banner.png") no-repeat, linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%),
            linear-gradient(0deg, #000000, #000000);
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 100vh;
        margin-top: 0;
    }

    .banner .title {
        font-size: 48px;
        line-height: 100px;
    }

    .banner .desc {
        font-size: 16px;
    }

    .gate_more {
        flex-direction: column;
    }

    .gate_more_right .title {
        font-size: 32px;
    }

    .gate_more_right .subtitle {
        font-size: 20px;
    }

    .gate_more_right span {
        font-size: 14px;
    }

    .gate_more_right img {
        width: 100%;
    }

    a.learn-more {
        width: 100% !important;
        max-width: none;
    }

    .gate_system {
        flex-direction: column;
        padding-bottom: 30px;
    }

    .gate_system:first-child {
        padding-top: 30px;
    }

    .gate_system_left {
        width: 100%;
        margin-bottom: 50px;
    }

    .gate_system_left img {
        width: 100%;
    }

    .gate_system_right {
        width: 100%;
        padding: 0;

    }

    .gate_system_right .title {
        font-size: 30px;
        line-height: 38px;
    }

    .gate_system_right .subtitle {
        font-size: 18px;
        line-height: 28px;
        margin: 40px 0 50px 0;
        text-align: left;
        width: 100%;
    }

    .gate_system_right .list .item {
        padding-left: 0;
        margin-bottom: 30px
    }

    .gate_system_right .item i {
        width: 32px;
        height: 32px;
    }

    .gate_system_right .item p {
        font-size: 14px;
    }

    .gate_smaller .title {
        font-size: 48px;
        line-height: 62.4px;
    }

    .gate_sound .title {
        font-size: 48px;
        line-height: 62px;
    }

    .gate_sound_list .item .cover img {
        width: 100%;
        object-fit: cover;
    }


    .gate_sound_list .item .info span {
        font-size: 20px;
    }

    .gate_sound_list .item .info div {
        font-size: 30px;
        line-height: 38px;
    }

    .gate_sound_list .item .info p {
        font-size: 16px;
        line-height: 28px;
    }

    .gate_sound_list .item:nth-child(3) {
        margin-top: 0;
    }

    .gate_sound_list .item .info {
        padding: 30px
    }

    .gate_joy {
        padding: 0;
    }

    .gate_joy .title {
        font-size: 40px;
        line-height: 50px;
    }


    .gate_joy_item img {
        width: 100%;
        object-fit: cover;
    }

    .gate_joy_item .info {
        left: 20px;
        bottom: 20px;
        right: 0;
    }

    .gate_joy_item .info div {
        font-size: 24px;
        line-height: 29px;
        margin: 10px 0;
    }

    .gate_joy_item .rigth img {
        max-width: 129px;
    }

    .gate_joy_item .info span {
        font-size: 18px;
        line-height: 28px;
    }

    .gate_pro {
        width: 100%;
        height: 840px;
        background: url('../assets/img/gates01_new/mobile/pro.png') no-repeat;
        background-size: 100% 100%;
        font-size: 40px;
        line-height: 60px;
    }
}