body {
    overflow-x: hidden;
    width: 100%;
    background: #121212;
}

.bg-service {
    background-image: url("../images/bg-service.png");
    background-size: cover;
    background-repeat: no-repeat;
    max-height: max-content;
    margin-top: 10rem;
}

.title-service {
    font-family: "Poppins Regular";
    font-style: normal;
    font-weight: 600;
    font-size: 80px;
    line-height: 120px;
    /* identical to box height */
    color: #ffffff;

    margin-top: 9rem;
}

.text-title {
    /* width: max-content; */
    max-width: 566px;
    height: 108px;
    font-family: "Poppins Regular";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;

    color: #ffffff;

    margin-bottom: 10rem;
}

.color-purple {
    position: absolute;
    width: 255px;
    height: 255px;
    left: 45%;
    top: 721px;
    border-radius: 50%;

    background: #b227eb;
    filter: blur(251px);
}

.line-2 {
    width: 435px;
    height: 182.28px;
    left: -10px;
    top: 1702px;
}

/* tab */

.tab-service {
    height: 750px;
    background: linear-gradient(152.97deg,
            rgba(255, 255, 255, 0.2) 0%,
            rgba(255, 255, 255, 0) 100%);
    backdrop-filter: blur(21px);
    -webkit-backdrop-filter: blur(21px);
    padding: 50px;
    margin-top: -7rem;
    margin-bottom: 3rem;
}

.tab-service-2 {
    margin-top: -3rem;
}

.nav-pills .nav-link {
    background: rgba(255, 255, 255, 0.07);
    border: 0;
    margin-right: 2rem;
    color: white;

    font-family: "Poppins Regular";
    /* font-size: 20px; */
    line-height: 36px;
    height: 60px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background: linear-gradient(109.66deg, #9053fa 0%, #0b1347 98.27%);

    font-family: "Poppins Regular";
    font-size: 20px;
    line-height: 36px;
    height: 60px;
}

.card-bisnis {
    background: linear-gradient(152.97deg,
            rgba(255, 255, 255, 0.2) 0%,
            rgba(255, 255, 255, 0) 100%);
    backdrop-filter: blur(21px);
    -webkit-backdrop-filter: blur(21px);
    border-radius: 16px;
    /* margin-top: 5rem; */
    width: 600px;
}

.card-bd {
    /* background-image: url("../images/bd-icon.svg");
    background-repeat: no-repeat; */
    overflow: hidden;
    padding: 0;
    /* width: 500px; */
    height: 416px;
}

.img-bd {
    height: 100%;
}

.card-3d {
    /* background-image: url("../images/vr-3d.svg");
    background-repeat: no-repeat; */
    overflow: hidden;
    width: 500px;
    height: 416px;
}

.card-web {
    /* background-image: url("../images/web-3.0.svg");
    background-repeat: no-repeat; */
    overflow: hidden;
    width: 500px;
    height: 416px;
    /* margin-left: 3rem; */
}

.card-hassle {
    overflow: hidden;
    width: 500px;
    height: 416px;
    /* margin-left: 5rem; */
}

.title-soc {
    font-family: "Switzer Black";
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    /* identical to box height */

    text-align: center;

    font: 600 80px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.25);
    margin-top: -1rem;
    margin-left: -1rem;
}

.title-sub-soc {
    font-family: "Poppins Regular";
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 69px;
    /* identical to box height */

    text-align: center;
    margin-top: -3.2rem;
    margin-left: -1rem;

    color: #ffffff;
}

.emerging {
    margin-left: -10rem;
}

.title-bd {
    width: 526px;
    height: 69px;

    font-family: "Poppins Regular";
    font-style: normal;
    font-weight: 600;
    font-size: 31px;
    line-height: 69px;

    color: #ffffff;
    margin-bottom: 2rem;
}

.title-hassle {
    width: 526px;

    font-family: "Poppins Regular";
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 69px;

    color: #ffffff;
    margin-bottom: 2rem;
}

.bd-desc {
    width: 566px;
    height: 288px;

    font-family: "Poppins Regular";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;

    color: #ffffff;
    text-align: justify;
}

.render-img {
    margin-left: 44rem;
    margin-top: -40rem;
}

.text-ready {
    font-family: "Zen Dots", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 108px;
    line-height: 130px;

    color: #ffffff;
    margin-top: -36rem;
    /* margin-left: 4rem; */
    /* margin-bottom: 20rem; */
}

.text-kuning {
    color: #f5cd11;
}

.btn-kuning {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px 30px;
    gap: 10px;

    position: relative;
    width: 210px;
    height: 70px;
    /* left: 70px;
    top: 2242px; */

    /* Secondary/2 */

    background: #f5cd11;
    border-radius: 144px;
    -webkit-border-radius: 144px;
    z-index: 10;
}

.text-btn-kuning {
    /* width: 150px; */
    height: 70px;
    font-family: "Poppins Regular";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 70px;
    text-align: center;
    color: #404040;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.circle-blue-2 {
    position: absolute;
    width: 300px;
    height: 300px;
    top: 80rem;
    left: 45%;
    background: radial-gradient(76.75% 76.75% at 70% 23.25%,
            #e3e74a 0%,
            #4485e6 100%);
    border-radius: 50%;
    z-index: -1;
    opacity: 0.9;
}

.circle-blue-3 {
    position: absolute;
    width: 300px;
    height: 300px;
    margin-top: -23rem;
    left: 45%;
    background: radial-gradient(76.75% 76.75% at 70% 23.25%,
            #e3e74a 0%,
            #4485e6 100%);
    border-radius: 50%;
    z-index: -1;
    opacity: 0.9;
}

@media (max-width: 1400px) {

    /* .card-bisnis {
        width: max-content;
    } */
    .card-bd {
        /* width: 420.6px; */
        height: 350px;
        background-size: cover;
    }

    .card-3d {
        width: 420.6px;
        height: 350px;
        background-size: cover;
    }

    .card-security {
        width: 420.6px;
        height: 350px;
        background-size: cover;
    }

    .card-web {
        width: 420.6px;
        height: 350px;
        background-size: cover;
    }

    .card-hassle {
        /* width: 420.6px; */
        height: 330px;
        background-size: cover;
    }

    .card-education {
        /* width: 420.6px; */
        height: 350px;
        background-size: cover;
    }

    .title-bd {
        width: 100%;
        height: max-content;
    }

    .bd-desc {
        width: 100%;
    }

    .title-soc {
        font-family: "Switzer Black";
        font-style: normal;
        font-weight: 600;
        font-size: 37px;
        /* identical to box height */

        text-align: center;

        font: 600 80px;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke: 1px rgba(255, 255, 255, 0.25);
        margin-top: -1rem;
        margin-left: -1rem;
    }

    .title-sub-soc {
        font-family: "Poppins Regular";
        font-style: normal;
        font-weight: 600;
        font-size: 33px;
        line-height: 69px;
        /* identical to box height */

        text-align: center;
        margin-top: -3.2rem;
        margin-left: -1rem;

        color: #ffffff;
    }
}

@media (max-width: 1200px) {
    .tab-service {
        height: max-content;
    }

    .card-hassle {
        width: 396.6px;
        height: 330px;
        background-size: cover;
    }

    .title-hassle {
        width: auto;
    }

    .render-img {
        margin-left: 50%;
    }
}

@media (max-width: 992px) {
    .title-soc {
        font-size: 26px;
    }

    .title-sub-soc {
        font-size: 23px;
        margin-top: -3.7rem;
    }

    .emerging {
        margin-left: -5rem;
    }

    .render-img {
        margin-left: 30%;
    }

    .img-trapesium {
        z-index: -1;
    }

    .text-ready {
        margin-top: -40rem;
    }
}

@media (max-width: 768px) {
    .title-soc {
        font-size: 26px;
    }

    .title-sub-soc {
        font-size: 23px;
        margin-top: -3.7rem;
    }

    .emerging {
        margin-left: -5rem;
    }

    .text-ready {
        font-size: 80px;
        line-height: 90px;
        margin-top: -27rem;
    }

    .render-img {
        display: none;
    }
}

@media (max-width: 576px) {
    .title-soc {
        font-size: 22px;
    }

    .title-sub-soc {
        font-size: 20px;
        margin-top: -3.7rem;
    }

    .emerging {
        margin-left: -5rem;
    }

    .bg-service {
        margin-top: 0;
    }

    .title-service {
        font-size: 70px;
        line-height: 100px;
    }

    .color-purple {
        width: 180px;
        height: 180px;
    }

    .circle-blue-2 {
        width: 150px;
        height: 150px;
    }

    .circle-blue-3 {
        width: 150px;
        height: 150px;
    }

    .card-con {
        width: 100%;
        height: max-content;
    }

    .img-bd {
        width: 100%;
        height: auto;
    }

    .bd-desc {
        height: auto;
    }

    .text-ready {
        font-size: 50px;
        line-height: 70px;
        margin-top: -27rem;
    }
}
