/* main movie */
.main-movie {
    overflow: hidden;
    width: 96.124031%;
    margin: 0 auto;
    position: relative;
    padding-top: 56.25%;
}
.main-movie video {
    border-top-left-radius: 120px;
    border-bottom-right-radius: 120px;
    position: absolute;
    left: 0;
    top: 0;
}
.main-movie-img {
    width: 100%;
    background-image: url(../img/movie-img.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    padding-top: 44.35483%;
}
/* main-movie END */

/* about-section */
.about-section {
    padding-top: 216px;
}
section .section-img {
    width: 100%;
    display: block;
}
/* about-section END */

/* screenshot-section */
.screenshot-section {
    padding: 228px 0;
    background-color: #fbb922;
}
.screenshot-section .section-text {
    max-width: 1300px;
    /* min-width: 1300px; */
    margin: 0 auto;
    /* padding: 0 15.6770833%; */
}
.screenshot-section .section-text .section-title {
    font-size: min(87px, 4.5312vw);
    font-weight: 800;
    color: rgba(255, 255, 255, 0.4);
}
.screenshot-section .section-text .section-description {
    font-size: 43px;
    color: #f2f2f2;
    font-weight: 800;
    margin-top: 40px;
}
.screenshot-section .section-text .section-sub-description {
    font-size: 20px;
    color: #f2f2f2;
    font-family: "Roboto", sans-serif;
    margin-top: 5px;
    line-height: 1.5;
}

.screenshot-slide {
    margin-top: 80px;
}
.slide-wrapper {
    overflow: hidden;
}
.slide-wrapper .slide-img {
    width: 100%;
}
.slide-btn {
    width: 100%;
    max-width: 1300px;
    margin: 37px auto 0;
    text-align: right;
}
.slide-btn-wrapper {
    max-width: min(40.116279vw, 1035px);
}
.slide-btn .prev-btn,
.slide-btn .next-btn {
    width: 40px;
}
.slide-btn .next-btn {
    margin-left: 30px;
}
/* screenshot-section END */

/* economy-section */
.economy-section {
    padding: 159px 0 189px;
    background-color: #ededed;
}
.economy-section .section-text {
    /* max-width: 1300px; */
    min-width: 1300px;
    margin: 0 auto;
    width: 100%;
}
.economy-section .section-text .section-title {
    font-size: min(87px, 4.5312vw);
    font-weight: 800;
    color: #111;
}
.economy-section .section-text .section-description {
    font-size: 43px;
    color: #222;
    opacity: 0.7;
    font-weight: 800;
    margin-top: 30px;
    line-height: 1.21;
}
.economy-section .img-area {
    margin-top: 120px;
}
.economy-section .img-area img {
    width: 100%;
}
/* economy-section END */

/* road-map-section */
.road-map-section {
    padding: 260px 0 182px;
    background-color: #fbb935;
}
.road-map-section .section-text {
    /* max-width: 1300px; */
    min-width: 1300px;
    margin: 0 auto;
    width: 100%;
}
.road-map-section .section-text .section-title {
    font-size: min(80px, 4.16666666vw);
    font-weight: 800;
    color: rgba(255, 255, 255, 0.4);
}
.road-map-status {
    display: flex;
    align-items: center;
    gap: 117px;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-top: 73px;
    position: relative;
    z-index: 1;
}
.road-map-status::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 22.5px;
    width: 100vw;
    height: 5px;
    background-color: #fff;
    opacity: 0.2;
    z-index: -1;
}
.road-map-status .circle {
    margin: 0 auto 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
}
.road-map-status .road-map-item:first-child .circle {
    margin: 0;
    margin-bottom: 20px;
}
.road-map-status .circle.active {
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    border: 11px solid #ff006c;
}
.road-map-box {
    margin-top: 90px;
    display: flex;
    gap: 60px;
}
.road-map-box .box-title {
    font-size: min(1.356589147vw, 35px);
    color: #fff;
    margin-bottom: 14px;
}
.road-map-box .box-img {
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 13.5659vw;
    padding-top: 6.7829457364vw;
    margin-bottom: 24px;
}
.description-list {
    color: #fff;
    font-family: Roboto;
    font-size: min(0.8527131vw, 22px);
    font-weight: 500;
}
/* road-map-section END */

/* team-section */
.team-section {
    padding: 219px 0 230px;
    background-color: #f2f2f0;
}
.team-section .section-text .section-title {
    font-size: min(80px, 4.16666666vw);
    font-weight: 800;
    color: rgba(0, 0, 0, 0.2);
}
.team-members {
    margin-top: 89px;
}
.team-members .team-members-title {
    font-size: min(43px, 2.239583vw);
    color: #000;
    margin-bottom: 30px;
}
.team-members .members-wrapper {
    display: flex;
    gap: 52px;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    max-width: 1300px;
}
.team-members .members-wrapper .members-item {
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 22%;
    padding-top: 32.3846153%;
}
.team-advisors {
    margin-top: 180px;
}
.team-advisors .team-advisors-title {
    font-size: min(43px, 2.239583vw);
    color: #000;
    margin-bottom: 30px;
}
.team-advisors .advisors-wrapper {
    display: flex;
    gap: 62px;
    flex-wrap: wrap;
}
.team-advisors .advisors-wrapper .advisors-item {
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 47.6154%;
    padding-top: 70.2308%;
    border-radius: 20px;
}
.team-advisors .advisors-wrapper .advisors-item:hover {
    background-color: #fff;
    transition: all 0.25s;
}
/* team-section END */

/* coming-soon-section */
.coming-soon-section {
    width: 100%;
    padding: 190px 0 347px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(../img/coming-soon-bg.png);
    background-color: #000001;
}
.coming-soon-section .section-text .section-title {
    font-size: min(125px, 6.51041666vw);
    color: #fff;
    text-align: center;
    margin-bottom: 155px;
}
.coming-soon-section .coming-soon {
    display: flex;
    justify-content: space-between;
}
.coming-soon-section .coming-soon .coming-soon-card {
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 31.1538%;
    padding-top: 44.615384%;
}
.coming-soon-section .coming-soon .coming-soon-card:nth-child(1) {
    background-image: url(../img/coming-soon-card0.png);
}
.coming-soon-section .coming-soon .coming-soon-card:nth-child(2) {
    background-image: url(../img/coming-soon-card1.png);
}
.coming-soon-section .coming-soon .coming-soon-card:nth-child(3) {
    background-image: url(../img/coming-soon-card2.png);
}
/* coming-soon-section END */

/* partner-section */
.partner-section {
    min-width: 1300px;
}
.partner-section img {
    width: 100%;
}
/* partner-section */

/* contact-section */
.contact-section {
    min-width: 1300px;
}
.contact-section img {
    width: 100%;
}
/* contact-section END */

/* footer */
.footer {
    width: 100%;
}
.footer img {
    width: 100%;
}

@media screen and (max-width: 1300px) {
    .pc-none {
        display: block;
    }
    /* main-movie */
    .main-movie {
        width: 100%;
    }
    .main-movie video {
        border-radius: unset;
    }
    /* main-movie END */

    /* about-section */
    .about-section {
        background-color: #fff;
        padding: 64px 5.3333333% 0;
    }
    /* about-section END */

    /* screenshot-section */
    .screenshot-section .section-text .section-title {
        font-size: min(34px, 9.0666666vw);
    }
    .screenshot-section .section-text .section-description {
        margin-top: 15px;
        font-size: min(28px, 7.46666666vw);
    }
    .screenshot-section .section-text .section-sub-description {
        font-size: min(20px, 5.33333333vw);
    }
    .screenshot-section {
        padding: 60px 0 65px 5.3333333%;
    }
    .screenshot-slide {
        margin-top: 35px;
    }
    /* screenshot-section END */

    /* economy-section */
    .economy-section {
        background-color: #f8f8f8;
        padding: 80px 20px 78.5px 20px;
    }
    .economy-section .section-text .section-title {
        font-size: min(34px, 9.0666666vw);
    }
    .economy-section .section-text .section-description {
        margin-top: 15px;
        font-size: min(28px, 7.46666666vw);
    }
    .economy-section .section-text {
        min-width: unset;
        max-width: unset;
    }
    .economy-section .wrapper {
        max-width: unset;
    }
    .economy-section .img-area {
        margin-top: 40px;
    }
    /* economy-section END */

    /* road-map-section */
    .road-map-section {
        padding: 70px 0 0 5.33333%;
    }
    .road-map-section .wrapper {
        max-width: unset;
    }
    .road-map-section .section-text .section-title {
        font-size: min(34px, 9.0666666vw);
    }
    .road-map-box {
        margin-top: 50px;
        gap: unset;
        flex-wrap: wrap;
        padding-left: 8px;
    }
    .road-map-box .box-img {
        width: 100%;
        padding-top: 50.18181818%;
        margin-bottom: 15px;
    }
    .road-map-box .box-title {
        font-family: Roboto;
        font-size: 20px;
        font-weight: bold;
    }
    .description-list {
        font-size: min(5.3333333vw, 20px);
        margin-bottom: 50px;
        line-height: 1.5;
    }
    .road-map-box .road-map-item {
        width: 100%;
        /* width: min(100%, 275px); */
        position: relative;
        border-left: 7px solid #fcd585;
        padding-left: 18px;
        padding-right: 10.6666%;
    }
    .road-map-status {
        justify-content: flex-start;
        align-items: flex-start;
        gap: min(25px, 4.666666vw);
    }
    .road-map-status .road-map-item:first-child .circle {
        width: 20px;
        height: 20px;
        margin: 0 auto 20px;
    }
    .road-map-status {
        font-size: min(10px, 2.666666666vw);
    }
    .road-map-status .circle {
        width: 20px;
        height: 20px;
        background-color: #fcd585;
    }
    .road-map-status .circle.active {
        width: 20px;
        height: 20px;
        background-color: #fbb935;
        border: 5px solid #fff;
    }
    .road-map-status::after {
        height: 2px;
        opacity: 0.5;
        background-color: #fcd585;
        /* left: min(39px, 8.7vw); */
        top: 9.5px;
    }
    .control-bar:disabled {
        background-color: #c6c6c6;
        width: 230px;
        display: block;
        margin: 0 auto;
        color: #707070;
        height: 3px;
        margin-top: 30px;
    }
    input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none;
        background: #707070;
        cursor: pointer;
        border-radius: 50%;
        /* border: 1px solid #000000; */
        height: 3px;
        width: 100px;
        /* box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; */
        border-radius: unset;
    }
    .m-navigator {
        position: absolute;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background-color: #fcd585;
        top: -0.35px;
        left: -16px;
        z-index: 1111;
    }
    .m-navigator.active {
        background-color: #fff;
        border: 7px solid #fd4a55;
    }
    /* road-map-section END */

    /* team-section */
    .team-section {
        padding: 70px 5.3333% 120px;
        background-color: #f2f2f0;
    }
    .team-section .section-text .section-title {
        font-size: min(34px, 9.0666666vw);
    }
    .team-members {
        margin-top: 30px;
    }
    .team-members .team-members-title {
        font-size: min(8vw, 30px);
    }
    .team-section .wrapper {
        max-width: unset;
    }
    .team-members .members-wrapper {
        gap: unset;
        justify-content: space-between;
    }
    .team-members .members-wrapper .members-item {
        width: 46.2686567%;
        padding-top: 68.0597014%;
        margin-bottom: 50px;
    }
    .team-members .members-wrapper .members-item:last-child {
        margin-bottom: 0;
    }
    .team-advisors {
        margin-top: 100px;
    }
    .team-advisors .team-advisors-title {
        font-size: min(8vw, 30px);
    }
    .team-advisors .advisors-wrapper {
        gap: unset;
    }
    .team-advisors .advisors-wrapper .advisors-item {
        width: 100%;
        padding-top: 147.799179%;
        border-radius: 9px;
        margin-bottom: 30px;
    }
    .team-advisors .advisors-wrapper .advisors-item:last-child {
        margin-bottom: 0;
    }
    /* team-section END */

    /* coming-soon-section */
    .coming-soon-section {
        padding: 70px 5.3333% 86px;
    }
    .coming-soon-section .section-text .section-title {
        margin-bottom: 50px;
        font-size: min(34px, 9.0666666vw);
    }
    .coming-soon-section .wrapper {
        max-width: unset;
    }
    .coming-soon-section .coming-soon {
        flex-wrap: wrap;
    }
    .coming-soon-section .coming-soon .coming-soon-card {
        width: 100%;
        padding-top: 56.7164%;
        margin-bottom: 30px;
    }
    .coming-soon-section .coming-soon .coming-soon-card:nth-child(1) {
        background-image: url(../img/m-img/m-coming-soon-card0.png);
    }
    .coming-soon-section .coming-soon .coming-soon-card:nth-child(2) {
        background-image: url(../img/m-img/m-coming-soon-card1.png);
    }
    .coming-soon-section .coming-soon .coming-soon-card:nth-child(3) {
        background-image: url(../img/m-img/m-coming-soon-card2.png);
        margin-bottom: 0;
    }
    /* coming-soon-section END */

    /* partner-section */
    .partner-section {
        min-width: unset;
    }
    /* partner-section END */

    /* contact-section */
    .contact-section {
        min-width: unset;
    }
    /* contact-section END */

    /* footer */
    .footer {
        min-width: unset;
    }
    /* footer END */
}
