body {
    position: relative;
    background-color: #fff;
    overflow-x: hidden;
    height: auto;
}

img {
    max-width: 100%;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 50;
}

p,
span {
    letter-spacing: 5px;
    font-size: 18px;
}

header div.logo {}

header div.logo img {}

header button.register-button {
    background-color: #6e55d1;
    border-radius: 30px 0 0 30px;
    padding: 10px;
    color: #fff;
    font-weight: 800;
    display: flex;
    align-items: center;
    width: 250px;
    height: 80px;
}

button.register-button img {
    width: 70px;
    margin-right: 20px;
}

button.register-button span {
    font-size: 20px;
    display: block;
}

header button.register-button img.button-icon {}

main {}

/*============================
#key-visual
============================*/
.key-visual {
    position: relative;
    overflow: hidden;
}

.key-visual_copy {
    position: absolute;
    width: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 13%;
    z-index: 50;
}

.key-visual_copy img {
    width: 100%;
}

.key-visual_phone {
    position: absolute;
    max-width: inherit;
    width: 118%;
    left: 42%;
    transform: translateX(-50%);
    top: 18%;
    z-index: 40;
}

.key-visual_phone img {
    width: 100%;
}


.keyv_space-effe {
    position: absolute;
    width: 97%;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 8.5%;
    z-index: 50;
    animation-name: floatspace;
    animation-duration: 15s;
    animation-timing-function: ease-in-out;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    animation-play-state: running;
}

@keyframes floatspace {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(5deg);
    }
}

main section#key-visual.key-visual img.button-icon {}

/*============================
#key-description
============================*/
.key-description {
    margin-bottom: 250px;
    position: relative;
    top: 2px;
    z-index: -1;
}

main section#key-description.key-description img {}

.key-desc_bgl,
.key-desc_bgr {
    width: 100%;
    position: absolute;

}

.key-desc_bgl {
    left: -5%;
    width: 40%;
    height: 70vw;
    top: -42%;
    background-image: url(../img/keydescr.png);
    background-size: cover;

}

.key-desc_bgr {
    right: -8%;
    width: 37%;
    top: -44%;
    height: 60vw;
    background-image: url(../img/keydescl.png);
    background-size: cover;

}

.key-desc_txt {
    width: 70%;
    margin: 0 auto;
}

/*============================
#service_platform
============================*/
main section#service_platform.service_platform {
    position: relative;
    aspect-ratio: 16/9;
    margin-bottom: 100px;
}

.key-pf_head {
    position: absolute;
    left: 65%;
    transform: translateX(-50%);
    width: 60%;
}

.key-pf_text {
    position: absolute;
    width: 40%;
    right: 0;
}

.key-pf_mock {
    position: absolute;
    top: 13%;
    left: 6%;
    width: 40%;
}

.key-pf_mob {
    position: absolute;
    right: 0;
    width: 10%;
    bottom: 0;
}


.key-pf_mob img {
    width: 100%;
}

.key-pf_text {
    position: absolute;
    width: 30%;
    right: 7%;
    top: 35%;
}

main section#service_platform.service_platform img {}

/*============================
#service_visualart
============================*/
main section#service_visualart.service_visualart {
    margin-bottom: 180px;
    position: relative;
    padding-bottom: 60px;
}



.visualart-container {
    width: 80%;
    margin: 0 auto;
    background: #6E55D1;
    color: #fff;
    border-radius: 70px;

}

.visualart-inner {
    padding: 3%;
}

.visualart-image {
    aspect-ratio: 16/9;
    width: 100%;
    background: #959596;
    margin: 0 auto;
    border-radius: 58px;
    margin-bottom: 50px;

}

.visualart-head {
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.visualart-head span {
    font-size: 22px;
    padding-left: 20px;

}

.visualart-head img {
    width: 5%;
}

.visual-art_mob {
    position: absolute;
    width: 16%;
    left: 0%;
    bottom: -24.5%;
    z-index: 60;
}




/*============================
#service_flow
============================*/
.service_flow {
    background: #6E55D1;
    height: 100vh;
}




/*GSAP*/
.side-scroll {
    height: 100vh;
    width: 100%;
}

.side-scroll-container {
    position: relative;
    align-items: center;
    display: flex;
    height: 120vh;
    flex-direction: column;
    margin-inline: auto;
    overflow: hidden;
    width: 100%;
}

.horizontal {
    width: 270vw;
    height: 120vh;
    list-style: none;
    color: #fff;
    display: flex;
    align-items: center;
    position: relative;
    top: 7vw;
    padding-right: 15vw;
}

.horizontal img {
    width: 100%;
}


.side-scroll-list {
    display: flex;
    align-self: flex-start;
    padding: 0;
    margin: 0;
    width: 300vw;
    background-image: linear-gradient(90deg, rgba(27, 12, 41, 1), rgba(111, 86, 210, 1) 67%, rgba(146, 121, 245, 1));
}




/*GSAP*/




.horizontalScroll::before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 130vh;
    background-image: url(../img/vaafter.svg);
    top: -13vw;
    background-repeat: no-repeat;
    z-index: 60;
    background-size: contain;
}





.dl-button {
    position: absolute;
    z-index: 60;
    bottom: 3vh;
    width: 30%;
    left: 5%;
}



.horizontalScroll::after {
    content: "";
    width: 100%;
    height: 200px;
    background-image: linear-gradient(90deg, rgba(27, 12, 41, 1), rgba(111, 86, 210, 1) 67%, rgba(146, 121, 245, 1));
}


/*============================
#.service_badge
============================*/
.service_badge {
    height: auto;
}

.service-badge_head {
    width: 60%;
    margin-bottom: 100px;
    padding-top: 200px;
}

.service-badge_desc {
    width: 70%;
}

.service_badge_container {
    position: relative;
    z-index: 80;

}

.service_badge_inner {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 150px;

}

.service-badge_sidetext {
    position: absolute;
    top: 100px;
    right: 5%;
    width: 2%;
}

.service-badge_sidetext img {
    width: 100%;
}

.ervice-badge_ul {
    display: flex;
    list-style: none;
    justify-content: space-between;
    margin-bottom: 50px;
    width: 120%;
    position: relative;
    left: -10%;
}

.ervice-badge_ul>li {
    width: 15%;
}

.ervice-badge_ul>li>img {
    width: 100%;
}

.service-badge_lasttext {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 100px;

}

.service-badge_arrow {
    position: absolute;
    right: 0;
    bottom: 0;
}




/*============================
#.voice
============================*/

.voice_inner {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 150px;
    padding-top: 400px;
    position: relative;
    margin-top: 140px;
}

.voice::before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 130vh;
    background-image: url(../img/Intersect.svg);
    top: -2px;
    background-repeat: no-repeat;
    z-index: 60;
    background-size: contain;
    height: 20vw;
}

.voice {
    background-color: rgba(110, 85, 209, 1);
    position: relative;
    border-radius: 0 0 70px 70px;

}

.voice_head {
    width: 60%;
}

.voice_desc {
    width: 60%;
    margin-left: auto;
    margin-top: 120px;
    margin-bottom: 200px;
}


.voice_usersvoice-sidetext {
    position: absolute;
    top: 100px;
    right: 5%;
    width: 2%;
}

.voice_usersvoice-sidetext img {
    width: 100%;
}

.voiceflex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
}

.voice-card {
    width: 40%;
}

.vcard2, .vcard3, .vcard4 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.vcard2 {
    transform: rotate(10deg);
}

.vcard3 {
    transform: rotate(-13deg);
}

.vcard4 {
    transform: rotate(0deg);
}

.usersvoice-head {
    width: 50%;
}

.usersvoice-head img:first-child {
    width: 40%;
    margin-bottom: 20px;
}

.voice-arrow {
    position: absolute;
    bottom: 35vw;
    z-index: 20;
    left: 50%;
    transform: translateX(-50%);
    width: 30%;
}


.ctoa-down {
    position: relative;
}

.ctoa-down-bg {
    width: 100%;
}



.cta-down-head {
    position: absolute;
    left: 50%;
    width: 25%;
    top: 20%;
    transform: translate(-50%, -50%);
}

.cta-button {
    position: absolute;
    left: 50%;
    top: 65%;
    transform: translate(-50%, -50%);
    width: 40%;
}

.cta-text {
    color: #fff;
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 38px;
    /* width: 100%; */
    margin: 0 auto;
    display: inline-block;
    font-weight: 700;
}