.prototype-cover {
    background: #081B2D url('../assets/images/car/bg.svg') no-repeat center;
	background-size: cover;
    background-position: 100% 100%;
	position: relative;
	z-index: 1;
    width: 100%;
}

.content-part {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: unset;
}

.content-part .content-title {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 70px;
    color: #FFF;
    line-height: 70px;
    font-weight: bold;
    font-family: 'Helvetica Neue';
    margin: 68px 0 48px;
    transition: all 1s ease;
    opacity: 0;
    transform: translateY(200px);
    padding: 0 20px;
    text-align: center;
}

.content-part .content-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    position: relative;
    height: 320px;
    padding-top: 40px;
    transition: all 1s ease;
    opacity: 0;
    transform: translateY(200px);
}

.content-part .content-title.show,
.content-part .content-info.show {
    opacity: 1;
    transform: translateY(0);
}

.content-part  .content-info .show,
.content-part  .content-info .hide {
    transition: all 1s ease .1s;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.content-part  .content-info .show {
    opacity: 1;
    transform: rotateZ(0);
}

.content-part  .content-info .hide {
    opacity: 0;
    transform: rotateZ(180deg);
    visibility: hidden;
}

.content-part  .content-desc,
.content-part  .content-name {
    color: #FFF;
    font-weight: bold;
    font-size: 60px;
    font-family: 'Gill Sans';
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}

.content-part  .content-name {
    margin-bottom: 8px;
}

.content-part  .content-desc {
    font-size: 24px;
    font-weight: normal;
    line-height: 36px;
    font-family: 'Microsoft Sans Serif';
}

.part-tese.show .gallery_container {
	opacity: 1;
	transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transition: all 1s .1s;
	-webkit-transition: all 1s .1s;
	-moz-transition: all 1s .1s;
	-o-transition: all 1s .1s;
}

.part-tese .gallery_container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
	opacity: 0;
	transform: translateY(200px);
	-ms-transform: translateY(200px);
	-webkit-transform: translateY(200px);
	-moz-transform: translateY(200px);
	-o-transform: translateY(200px);
    position: relative;
}

.part-tese .gallery_container .gallery_wrap {
	width: 720px;
	height: 424px;
}

.threeD_gallery_wrap {
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}

.front_side {
	z-index: 5;
	-webkit-transform: rotateY(0) translateX(0) translateZ(0);
	-moz-transform: rotateY(0) translateX(0) translateZ(0);
	-ms-transform: rotateY(0) translateX(0) translateZ(0);
	-o-transform: rotateY(0) translateX(0) translateZ(0);
	transform: rotateY(0) translateX(0) translateZ(0);
}

.threeD_gallery_item {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	transition: all 1.5s ease;
}

.part-tese .gallery_right_middle {
	z-index: 3;
	/* transform: rotateY(-60deg) translateX(100%) translateZ(-360px) scale(.6);
    -ms-transform: rotateY(-60deg) translateX(100%) translateZ(-360px) scale(.3);
	-webkit-transform: rotateY(-60deg) translateX(100%) translateZ(-360px) scale(.3);
	-moz-transform: rotateY(-60deg) translateX(100%) translateZ(-360px) scale(.3);
	-o-transform: rotateY(-60deg) translateX(100%) translateZ(-360px) scale(.3); */

    transform: rotateY(0deg) translateX(90%) translateZ(0px) scale(0.4) !important;
	-ms-transform: rotateY(0deg) translateX(90%) translateZ(0px) scale(0.4) !important;
	-webkit-transform: rotateY(0deg) translateX(90%) translateZ(0px) scale(0.4) !important;
	-moz-transform: rotateY(0deg) translateX(90%) translateZ(0px) scale(0.4) !important;
	-o-transform: rotateY(0deg) translateX(90%) translateZ(0px) scale(0.4) !important;
    opacity: 1;
}

.gallery_out {
	/* -webkit-transform: rotateY(0) translateX(0) translateZ(0) scale(0);
	-moz-transform: rotateY(0) translateX(0) translateZ(0) scale(0);
	-ms-transform: rotateY(0) translateX(0) translateZ(0) scale(0);
	-o-transform: rotateY(0) translateX(0) translateZ(0) scale(0);
	transform: rotateY(0) translateX(0) translateZ(0) scale(0); */

    transform: rotateY(0deg) translateX(150%) translateZ(0px) scale(0.1) !important;
    -moz-transform: rotateY(0deg) translateX(150%) translateZ(0px) scale(0.1) !important;
    -ms-transform: rotateY(0deg) translateX(150%) translateZ(0px) scale(0.1) !important;
    -o-transform: rotateY(0deg) translateX(150%) translateZ(0px) scale(0.1) !important;
    -webkit-transform: rotateY(0deg) translateX(150%) translateZ(0px) scale(0.1) !important;
	z-index: -1;
	opacity: 0 !important;
    transition-duration: 0s;
}

.part-tese .gallery_left_middle {
	z-index: 3;
	/* transform: rotateY(60deg) translateX(-100%) translateZ(-360px) scale(2);
    -ms-transform: rotateY(60deg) translateX(-100%) translateZ(-360px) scale(2);
	-webkit-transform: rotateY(60deg) translateX(-100%) translateZ(-360px) scale(2);
	-moz-transform: rotateY(60deg) translateX(-100%) translateZ(-360px) scale(2);
	-o-transform: rotateY(60deg) translateX(-100%) translateZ(-360px) scale(2); */

    transform: rotateY(60deg) translateX(-200%) translateZ(0) scale(1.5) !important;
	-ms-transform: rotateY(60deg) translateX(-200%) translateZ(0) scale(1.5) !important;
	-webkit-transform: rotateY(60deg) translateX(-200%) translateZ(0) scale(1.5) !important;
	-moz-transform: rotateY(60deg) translateX(-200%) translateZ(0) scale(1.5) !important;
	-o-transform: rotateY(60deg) translateX(-200%) translateZ(0) scale(1.5) !important;
    opacity: 0;
}

.part-tese .gallery_container .gallery_wrap img {
	width: 100%;
}

.gallery_container .gallery_item img.show {
	visibility: visible;
}

.gallery_container .gallery_item img {
	width: 100%;
	height: 100%;
	visibility: hidden;
}

.part-tese .gallery_container .gallery_wrap .line-b,.part-tese .gallery_container .gallery_wrap .line-l,.part-tese .gallery_container .gallery_wrap .line-r,.part-tese .gallery_container .gallery_wrap .line-t {
	position: absolute;
	background: #fff;
}

.gallery_container .prev,
.gallery_container .next,
.gallery_container .pc-next {
    position: absolute;
    top: 0;
    width: 88px;
    height: 100%;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #FFF;
    font-size: 16px;
    transition: all .5s ease;
    opacity: 0;
    text-decoration: none;
}

.gallery_container .pc-next {
    transform: translateY(200px);
}

.gallery_container .pc-next > span:first-child {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.gallery_container .pc-next > span:first-child:before {
    display: block;
    content: ' ';
    width: 18px;
    height: 18px;
    transform: rotate(45deg);
    transition: all .3s ease;
    margin-right: 9px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
}

.gallery_container:hover .pc-next {
    opacity: 1;
    transform: translateY(0);
}

.gallery_container .prev > span,
.gallery_container .next > span {
    transition: all .5s ease;
    opacity: 0;
    transform: translateY(20px);
}

.gallery_container .prev:before,
.gallery_container .next:before {
    display: block;
    content: ' ';
    width: 25px;
    height: 25px;
    transform: rotate(45deg);
    transition: all .3s ease;
    margin-bottom: 24px;
}

.gallery_container .prev:before {
    border-bottom: 2px solid #999;
    border-left: 2px solid #999;
}

.gallery_container .next:before {
    border-top: 2px solid #999;
    border-right: 2px solid #999;
}

.gallery_container .prev:hover:before,
.gallery_container .next:hover:before {
    border-color: #FFF;
}

.gallery_container .prev:hover > span,
.gallery_container .next:hover > span {
    opacity: 1;
    transform: translateY(0);
}

.prototype-car-features {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.prototype-car-features-video {
    display: none;
}

.prototype-car-features > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

.prototype-features {
    background-color: #001e3c;
    box-shadow: 0 0 10px #001e3c;
    width: 100%;
    overflow: hidden;
    transition: all 1s ease;
    transform: translateX(-100%);
    opacity: 0;
    display: none;
}

.prototype-features > div {
    transition: all 1s ease;
    transform: translateY(200px);
    opacity: 0;
}

.prototype-features.show {
    display: block;
    transition-delay: .2s;
    transform: translateX(0);
    opacity: 1;
}

.prototype-features > div.show {
    opacity: 1;
    transform: translateY(0);
}

.features-type {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 101px;
}

.features-mid {
    width: 500px;
    height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all 1s ease;
    transform: translateY(200px);
    opacity: 0;
}

.features-mid ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 40px;
    
}

.features-mid ul li img {
    width: 40px;
    height: 40px;
    margin-right: 32px;
}

.features-mid ul li span {
    font-size: 32px;
    color: #FFF;
    max-width: 316px;
}

.features-left,
.features-right {
    width: calc((100% - 500px) / 2);
}

.features-left {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transition: all 1s ease;
    transform: translateX(-200px);
    opacity: 0;
    position: relative;
}

.features-left > img {
    max-width: 50%;
    z-index: 10;
}

.features-left:after {
    display: block;
    content: ' ';
    height: 60%;
    max-height: 240px;
    position: absolute;
    bottom: -30%;
    left: 0;
    width: 100%;
    background: transparent linear-gradient(180deg, #0A326A 0%, #042755 100%) 0% 0% no-repeat padding-box;
    z-index: 1;
}

.features-demo {
    display: none;
}

.features-bottom {
    position: relative;
    left: calc((100% - 500px) / 2);
    overflow: hidden;
    width: calc(100% - ((100% - 500px) / 2));
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: all 1s ease;
    transform: translateY(200px);
    opacity: 0;
}

.features-bottom > img {
    width: 100%;
    max-width: 640px;
}

.features-right {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    top: -144px;
    transition: all 1s ease;
    transform: translateX(200px);
    opacity: 0;
    position: relative;
}

.features-right > a,
.features-right > img {
    width: 100%;
    height: 100%;
    max-height: 440px;
    overflow: hidden;
    z-index: 10;
}

.features-right > a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.features-right > a .play {
    background: url('../assets/images/play.svg') center no-repeat;
    background-size: cover;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 9;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    box-shadow: 0 0 5px rgb(0 0 0 / 80%);
    border-radius: 50%;
}

.features-right:after {
    display: block;
    content: ' ';
    height: 60%;
    max-height: 160px;
    position: absolute;
    bottom: -30%;
    right: 0;
    width: 100%;
    max-width: 75%;
    background: transparent linear-gradient(180deg, #113569 0%, #073C84 100%) 0% 0% no-repeat padding-box;
    z-index: 1;
}

.features-left.show,
.features-mid.show,
.features-right.show {
    opacity: 1;
    transform: translateX(0);
    padding-left: 20px;
}

.prototype-advantage {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #001e3c;
}

.prototype-advantage-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 2s ease;
    filter: blur(10px);
    background-color: rgb(0, 30, 60);
    z-index: 1;
}

.prototype-advantage-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prototype-advantage-info {
    width: 1200px;
    max-width: 90%;
    padding-bottom: 160px;
    padding-top: 160px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #FFF;
    position: relative;
    z-index: 10;
}

.advantage-title {
    font-size: 38px;
    line-height: 58px;
    margin-bottom: 40px;
    font-weight: bold;
}

.advantage-content {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 56px;
}

.advantage-types {
    display: flex;
    align-items: center;
    justify-content: center;
}

.advantage-title.show,
.advantage-types.show,
.advantage-content.show,
.features-bottom.show {
    opacity: 1;
    transform: translateY(0);
}

.advantage-types > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.advantage-types > ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #519FAD;
    list-style: none;
}

.advantage-types > ul li > img {
    display: none;
}

.advantage-types > ul li span {
    font-size: 30px;
    line-height: 45px;
    color: #FFF;
    font-weight: bold;
}

.advantage-types > ul li:after {
    background: url('../assets/images/car/deco.svg') no-repeat center;
    background-size: cover;
    background-position: 100% 100%;
    height: 64px;
    width: 24px;
    margin: 0 40px;
    display: block;
    content: '';
}

.advantage-types > ul li:last-child:after {
    display: none;
}

.animate-bounce-down {
    position: fixed;
    left: calc(50% - 50px);
    bottom: 20px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    -webkit-animation: bounce-down 1.5s linear infinite;
    animation: bounce-down 1.5s linear infinite;
    z-index: 20220329;
}

.animate-bounce-down span {
    font-size: 14px;
    color: #FFF;
}

.animate-bounce-down.hide {
    display: none;
}

@media only screen and (min-width: 1024px) and (max-width: 1919px) {
    .prototype-cover {
        background-position: 50% 100%;
    }

    .part-tese .gallery_container .gallery_wrap {
        width: 504px;
        height: 297px;
    }

    .part-tese .gallery_left_middle {
        transform: rotateY(60deg) translateX(-100%) translateZ(-252px) scale(.6);
    }

    .part-tese .gallery_right_middle {
        transform: rotateY(-60deg) translateX(100%) translateZ(-252px) scale(.6);
        -ms-transform: rotateY(-60deg) translateX(100%) translateZ(-252px) scale(.6);
        -webkit-transform: rotateY(-60deg) translateX(100%) translateZ(-252px) scale(.6);
        -moz-transform: rotateY(-60deg) translateX(100%) translateZ(-252px) scale(.6);
        -o-transform: rotateY(-60deg) translateX(100%) translateZ(-252px) scale(.6);
    }

    .content-part .content-title {
        font-size: 50px;
    }

    .content-part .content-name {
        font-size: 40px;
    }

    .content-part .content-desc {
        font-size: 18px;
    }

    .gallery_container .prev:before,
    .gallery_container .next:before {
        width: 18px;
        height: 18px;
    }

    .features-type {
        padding-top: 112px;
    }

    .content-part .content-info {
        height: 248px;
    }

    .rolling-cube {
        perspective: 400px;
        perspective-origin: 50% 50%;
    }

    .rolling-cube > div {
        transform-origin: 50% 0%;
        transform-style: preserve-3d;
        transition: 1s cubic-bezier(0.455, 0.030, 0.515, 0.955);
    }

    .features-mid {
        width: 314px;
        height: 260px;
    }

    .features-mid ul li {
        margin-bottom: 24px;
    }

    .features-mid ul li img {
        width: 32px;
        height: 32px;
    }

    .features-mid ul li span {
        font-size: 18px;
    }

    .features-right {
        top: -112px;
    }

    .features-left,
    .features-right {
        width: calc((100% - 314px) / 2)
    }

    .features-bottom {
        left: calc((100% - 314px) / 2);
        width: calc(100% - (100% - 314px) + 8%)
    }

    .prototype-advantage-info {
        width: 70%;
        max-width: 1200px;
    }

    .advantage-title {
        font-size: 30px;
    }

    .advantage-content {
        font-size: 16px;
    }

    .advantage-types > ul li span {
        font-size: 24px;
    }

    .advantage-types > ul li:after {
        height: 48px;
    }
}

/* @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .content-part .content-title {
        font-size: 50px;
        line-height: 78px;
        padding: 0 20px;
        text-align: center;
    }

    .content-part .content-name {
        font-size: 40px;
    }

    .content-part .content-desc {
        font-size: 18px;
    }

    .content-part .content-info {
        height: 220px;
    }

    .prototype-car-features {
        display: none;
    }

    .prototype-car-features-video {
        background-color: #001e3c;
        box-shadow: 0 0 10px #001e3c;
        width: 100%;
        height: 100%;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .prototype-car-features-video .features-video-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 1s ease;
        opacity: 0;
        transform: translateY(200px);
    }

    .prototype-car-features-video .features-video-wrapper.show {
        opacity: 1;
        transform: translateY(0);
    }

    .prototype-car-features-video .features-video-wrapper .hide {
        display: none;
    }

    .prototype-car-features-video .features-video-wrapper > div {
        transition: all 1s ease;
        opacity: 0;
    }

    .prototype-car-features-video .features-video-wrapper > div.show {
        opacity: 1;
        transform: translateX(0);
    }

    .prototype-car-features-video .dots {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .prototype-car-features-video .dot {
        width: 24px;
        height: 4px;
        display: block;
        background-color: #727272;
        margin-top: 16px;
        margin-right: 4px;
    }

    .prototype-car-features-video .dot.active {
        background-color: #FFF;
    }

    .prototype-car-features-video a {
        max-width: 60%;
        width: 1024px;
        height: auto;
    }

    .prototype-car-features-video a img {
        width: 100%;
    }

    .prototype-car-features-video > div ul {
        margin-top: 6px;
    }

    .prototype-car-features-video > div ul li {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-top: 26px;
        color: #FFF;
    }

    .prototype-car-features-video > div ul li img {
        width: 24px;
        height: 24px;
    }

    .prototype-car-features-video > div ul li span {
        font-size: 16px;
        margin-left: 16px;
    }

    .prototype-car-features-video .features-video-content {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        transition: all 1s ease;
        transform: translateY(200px);
        opacity: 0;
    }

    .prototype-car-features-video .features-video-content.show {
        transform: translateY(0);
        opacity: 1;
    }

    .prototype-car-features-video .features-video-content a {
        position: relative;
    }

    .prototype-car-features-video .features-video-content a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .prototype-car-features-video .features-video-content a .play {
        background: url('../assets/images/play.svg') center no-repeat;
        background-size: cover;
        display: block;
        width: 32px;
        height: 32px;
        position: absolute;
        z-index: 9;
        left: calc(50% - 16px);
        top: calc(50% - 16px);
        box-shadow: 0 0 5px rgb(0 0 0 / 80%);
        border-radius: 50%;
    }

    .prototype-advantage-info {
        padding: 60px 0;
    }

    .advantage-title {
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 24px;
    }

    .advantage-content {
        font-size: 16px;
        margin-bottom: 32px;
    }

    .advantage-types {
        flex-direction: column;
    }

    .advantage-types > ul {
        flex-direction: column;
    }

    .advantage-types > ul li span {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 24px;
    }

    .advantage-types > ul li:after {
        display: none;
    }

    .part-tese .gallery_right_middle {
        transform: rotateY(0deg) translateX(180%) translateZ(0px) scale(0.4) !important;
    }

    .gallery_container .prev,
    .gallery_container .next {
        display: flex;
        opacity: 1;
    }

    .gallery_container .pc-next {
        display: none;
    }
} */

@media only screen and (max-width: 1023px) {
    .content-part .content-title {
        font-size: 35px;
    }

    .content-part .content-title {
        margin-top: 106px;
        margin-bottom: 36px;
        padding: 0 20px;
        line-height: 36px;
        text-align: center;
    }

    .content-part .content-name {
        font-size: 28px;
    }

    .content-part .content-desc {
        font-size: 16px;
        line-height: 24px;
    }

    .content-part .content-info {
        margin-top: 16px;
        z-index: 10;
        height: 220px;
    }

    .part-tese.show .gallery_container {
        z-index: 20;
    }

    .gallery_container .prev span,
    .gallery_container .next span {
        display: none;
    }

    .gallery_container .prev:before,
    .gallery_container .next:before {
        width: 40px;
        height: 40px;
    }

    .features-type {
        padding-top: 0;
    }

    .features-mid {
        width: 100%;
        height: 100%;
    }

    .features-mid ul {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .features-mid ul li {
        width: 50%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-bottom: 24px;
    }

    .features-mid ul li img {
        width: 24px;
        height: 24px;
        margin-bottom: 8px;
        margin-right: 0;
    }

    .features-mid ul li span {
        font-size: 14px;
        line-height: 22px;
        text-align: center;
        padding: 0 12px;
    }

    .features-left,
    .features-right,
    .features-bottom {
        display: none;
    }

    .advantage-title {
        font-size: 28px;
        margin-bottom: 24px;
        line-height: 36px;
        text-align: center;
        width: 100%;
    }

    .advantage-content {
        font-size: 17px;
        line-height: 2;
        font-weight: bold;
        margin-bottom: 24px;
        text-align: justify;
    }

    .advantage-types > ul {
        align-items: flex-start;
        flex-direction: column;
    }

    .prototype-advantage-info {
        padding-top: 52px;
        padding-bottom: 52px;
        max-width: 80%;
        align-items: flex-start;
    }

    .advantage-types {
        width: 100%;
    }

    .advantage-types > ul li {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 12px;
    }

    .advantage-types > ul li img {
        display: flex;
    }

    .advantage-types > ul li span {
        font-size: 16px;
        line-height: 22px;
        margin-left: 20px;
        line-height: 45px;
    }

    .advantage-types > ul li:after {
        display: none;
    }

    .features-demo {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        width: 100%;
        height: auto;
        margin-top: 24px;
    }

    .features-demo img,
    .features-demo video {
        width: 100%;
    }

    .features-demo .features-demo-left {
        width: 40%;
        margin-top: 20%;
    }

    .features-demo .features-demo-right {
        width: 60%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .features-demo .features-demo-right > a,
    .features-demo .features-demo-right > img {
        width: 100%;
        height: 100%;
        max-height: 440px;
        overflow: hidden;
        z-index: 10;
        position: relative;
    }
    
    .features-demo .features-demo-right > a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .features-demo .features-demo-right > a .play {
        background: url('../assets/images/play.svg') center no-repeat;
        background-size: cover;
        display: block;
        width: 32px;
        height: 32px;
        position: absolute;
        z-index: 9;
        left: calc(50% - 16px);
        top: calc(50% - 16px);
        box-shadow: 0 0 5px rgb(0 0 0 / 80%);
        border-radius: 50%;
    }

    .part-tese .gallery_right_middle {
        transform: rotateY(0deg) translateX(180%) translateZ(0px) scale(0.4) !important;
    }

    .gallery_container .prev,
    .gallery_container .next {
        display: flex;
        opacity: 1;
    }

    .gallery_container .pc-next {
        display: none;
    }

    .te-cover,
    .te-transition {
        top: 0;
        height: 120px;
    }

    .content-part .content-info {
        justify-content: center;
        padding-top: 0;
        margin-top: 0;
    }
}

@media only screen and (max-width: 479px) {
    .gallery_out {
        transition-duration: 0;
        display: none;
    }

    .content-part .content-info {
        height: 140px;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 0 40px;
    }

    .gallery_container .prev,
    .gallery_container .next {
        display: none;
    }

    .gallery_container .pc-next {
        display: flex;
        opacity: 1;
        transform: translateY(0);
    }

    .animate-bounce-down {
        display: none;
    }

    .gallery_container .pc-next > span:first-child {
        width: 36px;
        height: 36px;
        margin-bottom: 0;
    }

    .gallery_container .pc-next > span:first-child:before {
        width: 12px;
        height: 12px;
        margin-right: 5px;
    }

    .gallery_container .pc-next > span:last-child {
        display: none;
    }

    .content-part .content-name,
    .content-part .content-desc {
        justify-content: flex-start;
        text-align: left;
    }

    .prototype-cover {
        background-position: center;
    }
}

/*******************************************************/
/*************** Bounce Down Effects *******************/
/*******************************************************/
@keyframes bounce-down {
    25% {
        transform: translateY(-10px);
    }
    50%, 100% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(10px);
    }
}

/*******************************************************/
/****************** Cube Effects ***********************/
/*******************************************************/
.te-wrapper {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
    height: 160px;
    position: relative;
}

.te-perspective{ 
	perspective: 1000;
}

.te-cover,
.te-transition {
	transform-style: preserve-3d;
	position: absolute;
	width: 400px;
	height: 160px;
	top: 0px;
	left: 0px;
}

@media only screen and (max-width: 767px) {
    .te-wrapper {
        width: 180px;
        height: 100px;
    }

    .te-cover,
    .te-transition {
        width: 100%;
        height: 100px;
    }
}

@media only screen and (max-width: 479px) {
    .te-wrapper {
        width: 220px;
    }
}

.te-cover.te-hide,
.te-transition,
.te-infos {
    display: none;
}

.te-transition.te-show {
    display: block;
}

.te-cube-face {
	position: absolute;
	width: 400px;
	height: 160px;
	display: block;
	overflow: hidden;
}

.te-back,
.te-front {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
}

.te-front {
    z-index: 2;
}

.te-back {
    z-index: 1;
}

/***************** Cube1 - down ********************/
.te-cube1 .te-cube-front {
	transform: translate3d(0, 0, 80px);
}

.te-cube1 .te-cube-top {
	transform: rotate3d(1, 0, 0, 90deg) translate3d(0, 0, 80px);
}

.te-cube1 .te-cube-bottom {
	transform: rotate3d(1, 0, 0, -90deg) translate3d(0, 0, 80px);
}

.te-cube1 .te-cube-right {
	transform: rotate3d(0, 1, 0, 90deg) translate3d(0, 0, 80px);
}

.te-cube1 .te-cube-left {
	transform: rotate3d(0, 1, 0, -90deg) translate3d(0, 0, 80px);
}

.te-cube1.te-show {
	animation: cube1 .6s ease-in-out;
}

@keyframes cube1{
	0% {
        transform: rotate3d(1, 0, 0, 0);
    }
	100% {
        transform: rotate3d(1, 0, 0, -90deg);
    }
}

/***************** Cube2 - up ********************/
.te-cube2 .te-cube-front {
	transform: translate3d(0, 0, 80px);
}

.te-cube2 .te-cube-bottom {
	transform: rotate3d(1, 0, 0, -90deg) translate3d(0, 0, 80px);
}

.te-cube2 .te-cube-top {
	transform: rotate3d(1, 0, 0, 90deg) translate3d(0, 0, 80px);
}

.te-cube2 .te-cube-right {
	transform: rotate3d(0, 1, 0, 90deg) translate3d(0, 0, 80px);
}

.te-cube2 .te-cube-left {
	transform: rotate3d(0, 1, 0, -90deg) translate3d(0, 0, 80px);
}

.te-cube2.te-show {
	animation: cube2 .6s ease-in-out;
}

@keyframes cube2 {
	0% {
        transform: rotate3d(1, 0, 0, 0);
    }
	100% {
        transform: rotate3d(1, 0, 0, 90deg);
    }
}