.card-slider {
    position: relative;
    transition: 1s ease-in-out all;
}

.card-slider_privatechat {
    position: relative;
    transition: 1s ease-in-out all;
}

.card-slider_webdev {
    position: relative;
    transition: 1s ease-in-out all;
}

body {
    /* background: black; */
    overflow-x: hidden;

}

h1 {
    font-size: 25px;
}

/* #body {
    background: black;
} */

.order-button {
    padding: 10px;
    background-color: rgb(76, 132, 74);
    color: whitesmoke;
    border-radius: 10px;
    cursor: pointer;
}

.button-checkoutproduct {
    width: 100px;
    height: 50px;
    border-radius: 10px;
    /* background: rgb(0, 0, 0); */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.kontent-masuk {
    z-index: 1;
    min-height: 140vh;
    height: auto;
    position: absolute;
    /* background-color:black; */
    width: 0%;
    margin-right: 200%;
    display: flex;

    flex-direction: column;
    /* background: rgb(105, 97, 97); */
    transition: 2s ease-in-out all;
    -webkit-transition: 2s ease-in-out all;
    -moz-transition: 2s ease-in-out all;
    -ms-transition: 2s ease-in-out all;
    opacity: 1;
    -o-transition: 2s ease-in-out all;

}

.tampil-kontent-masuk {
    opacity: 1;
    width: 100%;
    margin-right: 0%;

}

.displaynone {
    display: flex;

    opacity: 0;
    z-index: -10;
    transition: 2s ease-in-out all;
    -webkit-transition: 2s ease-in-out all;
    -moz-transition: 2s ease-in-out all;
    -ms-transition: 2s ease-in-out all;
    -o-transition: 2s ease-in-out all;
}

.displayaktif {

    transition: 2s ease-in-out all;
    -webkit-transition: 2s ease-in-out all;
    -moz-transition: 2s ease-in-out all;
    -ms-transition: 2s ease-in-out all;
    -o-transition: 2s ease-in-out all;
    display: flex;
    z-index: 100;

    /* opacity: 100; */
}

.fadeout {
    opacity: 0%;
    /* z-index: 10; */
    display: none;
}

.zIndex10 {
    z-index: 10;
}

.fadein {
    background: black;
    /*z-index: 10;
     */
    display: none;
    /*display: flex;
     */
    opacity: 100%;

}

*,
html {
    padding: 0;
    margin: 0;
    height: auto;
}



/* Body Register */
.container-register {
    height: auto;
}

/* SECTION 1 */

.container-register .section1 {
    /* min-height: 120vh; */
    /* background: aqua; */
}

#section1 {
    display: flex;
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 120vh;
    /* align-items: center; */
    /* background:linear-gradient(-50deg, #460108 ,  rgb(10, 10, 8), #33000c); */
    /* background: rgba(149, 57, 57, 0.245); */
    /* background: black; */
    background-size: 400%;
    background-position: 50% 100%;
    animation: buttonaddbot 5s ease infinite alternate backwards;
    -webkit-animation: buttonaddbot 5s ease infinite alternate backwards;
    transition: 2s ease-in-out all;
    -webkit-transition: 2s ease-in-out all;
    -moz-transition: 2s ease-in-out all;
    -ms-transition: 2s ease-in-out all;
    -o-transition: 2s ease-in-out all;
}

@keyframes buttonaddbot {
    0% {
        /* opacity: 0%; */
        background-position: 50% 100%;
        /* border-radius: 10px; */
    }

    50% {
        background-position: 65% 10%;
        /* border-radius: 15px; */

    }

    100% {
        /* opacity: 100%;   */

        background-position: 40% 100%;

        /* border-radius: 20px; */
    }

}

.section1-item1 {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: black;



    overflow: hidden;
}

.container-item1 {
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 50%;
    height: 100%;
    /* background: aliceblue; */
}

.section1-asset-gambar {
    width: 100%;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    position: fixed;
    z-index: 20;
    /* left: 10; */
    background-color: rgb(0, 0, 0);
    height: 100vh;


}

#background-asset {
    width: 100%;
    display: flex;
    /* position: fixed; */
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    height: 100vh;
    /* animation: welcome-parallax 5s ease-in-out infinite; */
    /* transition: 2s ease-in-out all; */



}

.kontainer-title-welcome {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.326);
    width: 45%;
    padding: 20px;
    backdrop-filter: blur(2px);
    border-radius: 20px;
    height: 50%;
    display: flex;
    flex-direction: column;
    top: 20%;
    align-items: center;

    /* animation: item1-welcome-parallax 5s ease-in infinite; */
}

.kontainer-title-welcome ul {
    display: flex;
    width: 80%;
    height: 100%;
    /* background: red; */
    justify-content: space-around;
    align-items: center;
    list-style: none;
    /* margin: 10px 0px; */

}

.kontainer-title-welcome ul li {
    color: rgb(211, 172, 121);
    font-weight: 800;
    border-bottom: 1px solid gainsboro;
    padding: 5px;
    cursor: pointer;
}

.kontainer-title-welcome p {
    text-align: center;
    color: gainsboro;
}

#gambar-title-welcome {
    width: 50%;
    height: 50%;
}

#title-selamat-datang {
    position: relative;
    top: 0%;
    width: 100%;
    text-align: center;
    color: aliceblue;
    width: 100%;
    /* background: red; */
    padding: 20px 0px;
}



.section1-item1-gambar {
    height: 60%;
    width: 100%;
    display: flex;
    justify-content: space-around;
    /*background: cadetblue;
    */
    /*background: red;
    */
    /*background: cadetblue     ;
    */
    background-blend-mode: color-burn;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    animation: "fadeout 3s both";
    -webkit-animation: "fadeout 3s both";

}

.gambar-section1 {
    top: 0px;
    width: 50%;
    height: 100%;
    /* z-index: 1; */
    position: relative;
    /*background: rgb(56, 184, 189);
  */
    animation: gambar-section1 2s alternate-reverse infinite;
    -webkit-animation: gambar-section1 2s alternate-reverse infinite;
}

@keyframes gambar-section1 {
    0% {
        bottom: 4%;
        top: 0%;
    }

    100% {
        top: 4%;
        bottom: 0%;
    }
}

.section1-item1-title {
    width: 50%;
    height: 40%;
    display: flex;
    justify-content: center;
    color: aliceblue;
    /* align-items: center; */
    /* background-color: aliceblue; */
}

/* @keyframes gambarPT {
    0%{

    }
    10%{

    }
} */
@keyframes fadein {
    0% {
        opacity: 100%;

        /* background: red; */
    }

    100% {
        display: none;

        opacity: 0%;
    }
}

@keyframes fadeout {
    0% {
        display: flex;
        opacity: 0%;
        background-position: 50% 100%;
        /* border-radius: 10px; */
    }

    50% {
        background-position: 65% 10%;
        /* border-radius: 15px; */

    }

    100% {
        display: flex;
        z-index: 5;
        opacity: 100%;

        background-position: 40% 100%;

        /* border-radius: 20px; */
    }

}

/* SECTION 1 */

/* SECTION 2 */
.kontiner-item-section2 {
    width: 100%;
    /* min-height: inherit; */
    display: flex;
    justify-content: end;
    align-items: end;
    height: 140vh;
    /* background: rgb(0, 0, 0); */


    color: whitesmoke;

    /* padding-top: 50px */
}

.super-kontainer-content-section2 {
    width: 100%;
    display: flex;
    position: relative;
    height: auto;

    /* background: url('/video/landingpage/section1.gif');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    background: rgb(24, 21, 77);
    background: linear-gradient(45deg, rgba(24, 21, 77, 1) 2%, rgba(0, 0, 0, 1) 39%, rgba(2, 0, 36, 0.8799894957983193) 95%, rgba(174, 16, 252, 0.6250875350140056) 100%);
}


.keterangansolid {
    width: 50%;

    height: 100%;
    display: flex;
    flex-direction: column;

    justify-content: end;
    /* margin-top: 5450%; */
    align-items: center;
    color: whitesmoke;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    bottom: 8%;



}

.keterangansolid img {
    margin-bottom: 40%;


}


.keterangansolid p {
    text-align: justify;
    /* From https://css.glass */
    padding: 40px;
    background: rgba(40, 39, 39, 0.378);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(143, 143, 143, 0.1);
    backdrop-filter: blur(14.7px);
    -webkit-backdrop-filter: blur(14.7px);
    border: 1px solid rgba(197, 193, 193, 0.394);
    color: rgba(213, 211, 211, 0.871);
    backdrop-filter: blur(40px);
}





@keyframes section2 {
    0% {
        opacity: 0%;
    }

    100% {
        opacity: 100%;
    }
}


.kontiner2-item-section2 {

    height: 140vh;
    display: flex;
    justify-content: right;
    align-items: end;
    overflow: hidden;
    width: 100%;
}

.content-kontiner2-item-section2 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    /* width: 80%; */
    align-items: center;
    width: 100%;
    /* background: gray; */
    list-style: none;
}

.li-content-kontiner2-item-section2 {
    width: 80%;
    background: red;
    height: auto;
    display: flex;
    justify-content: space-around;
    margin: 20px 00px;
    /* From https://css.glass */
    /* From https://css.glass */
    background: rgba(40, 39, 39, 0.378);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(143, 143, 143, 0.1);
    backdrop-filter: blur(14.7px);
    -webkit-backdrop-filter: blur(14.7px);
    border: 1px solid rgba(197, 193, 193, 0.394);
    color: rgba(213, 211, 211, 0.871);
    backdrop-filter: blur(40px);
    /* background-color: rgb(205, 205, 205); */
}

.card-ourproduct {
    display: flex;
    flex-direction: column;
    justify-content: center;

    align-items: center;
    /* background: green; */
    width: 50%;

}

.card-ourproduct h1 {
    color: tomato;

}

.deskripsi-ourproduct {

    padding: 10px;
}

.super2-kontainer-content-section2 {
    height: auto;

    min-height: 100vh;
    width: 100%;
    /* overflow: hidden; */
    /* background-color: aliceblue; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: rgb(1, 0, 19);
    background: linear-gradient(40deg, rgba(1, 0, 19, 1) 14%, rgba(3, 0, 43, 1) 46%, rgba(0, 0, 0, 1) 75%, rgba(0, 0, 0, 1) 88%, rgba(0, 0, 0, 1) 100%);
    backdrop-filter: blur(20px);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;


}

.blur-super2-kontainer-content-section2 {
    width: 100%;
    background-color: rgba(23, 22, 22, 0.273);
    backdrop-filter: blur(10px);
    min-height: 100vh;
    height: auto;

}

.content-kontiner-item-section2 {
    width: 100%;
    margin: 3%;
    height: auto;
    color: azure;
    display: flex;
    justify-content: center;
    /* background: black; */
}

.content2-kontiner-item-section2 {
    width: 100%;
    overflow-x: scroll;
    scrollbar-width: none;
    /* margin: 3%; */
    height: auto;
    scroll-behavior: smooth;
    scroll-snap-align: 20px;
    scroll-snap-stop: always;
    /* margin: 10px 20px; */

    display: flex;
    justify-content: center;
    justify-content: space-around;
    /* background: white; */
}

.content2-kontiner-item-section2 img {
    flex: 0 1 100%;
    height: 200px;
    margin-left: 10px;
    border-radius: 20px;

}

.content3-kontiner-item-section2 {
    width: 100%;
    /* margin: 3%; */
    height: auto;
    transition: 1s ease-in-out all;
    display: flex;
    justify-content: space-around;
    align-items: center;

    padding: 20px 0px;
}

.content4-kontiner-item-section2 {
    width: 100%;
    /* margin: 3%; */
    height: auto;
    transition: 1s ease-in-out all;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: rgba(43, 42, 42, 0.335);
    padding: 20px 10px;
    margin-top: 30px;
    border-radius: 20px;
    padding: 20px 0px;
}

.card-content3-kontiner-item-section2 {
    width: 20%;
    background: gray;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 10px;
    padding: 20px 10px;
    background: rgba(52, 52, 52, 0.043);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(106, 55, 55, 0.1);
    backdrop-filter: blur(14.7px);
    -webkit-backdrop-filter: blur(14.7px);
    border: 1px solid rgba(197, 193, 193, 0.394);
    color: rgba(213, 211, 211, 0.871);
    backdrop-filter: blur(40px);
}

.ul-card-content3-kontiner-item-section2 {
    list-style: none;
    width: 100%;
    /* background: rebeccapurple; */
    height: auto;
}

.banner-platinum-image {
    list-style: none;
    width: 100%;
    /* background: rebeccapurple; */
    height: auto;
}

.banner-promo-wablast {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bronze-ul-card-content3-kontiner-item-section2 {
    list-style: none;
    width: 100%;
    /* background: brown; */
    height: auto;
}

.silver-card-content3-kontiner-item-section2 {
    list-style: none;
    width: 100%;
    /* background: rebeccapurple; */
    height: auto;
}

.gold-card-content3-kontiner-item-section2 {
    list-style: none;
    width: 100%;
    /* background: rebeccapurple; */
    height: auto;
}

.li-ul-card-content3-kontiner-item-section2 {
    /* padding: 10px; */
    padding: 10px 0px;

}

.button-payment-blaster {
    width: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-top: 1px solid rgb(156, 156, 156);
    /* background-color: #000; */
    padding-top: 15px;
}

.card2-content3-kontiner-item-section2 {
    width: 20%;
    background: rgba(73, 54, 41, 0.862);
    border-radius: 10px;
    backdrop-filter: blur(40px);
    color: whitesmoke;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 1px 1px 2px 2px black;
    padding: 10px;
    /* min-height: 69vh; */
    height: 70vh;
    transition: 0.6s ease-in-out all;
    margin-top: 1%;
    padding: 20px 10px;
    background: rgba(40, 39, 39, 0.378);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(143, 143, 143, 0.1);
    backdrop-filter: blur(14.7px);
    -webkit-backdrop-filter: blur(14.7px);
    border: 1px solid rgba(197, 193, 193, 0.394);
    color: rgba(213, 211, 211, 0.871);
    backdrop-filter: blur(40px);
}



.card2-content3-kontiner-item-section2:hover {
    /* width: 22%; */
    box-shadow: 4px 0px 20px 4px rgba(255, 99, 71, 0.261);
    transition: 0.6s ease-in-out all;

    height: 72vh;
}

.content3-kontiner-item-section2 .card3-content3-kontiner-item-section2:hover {
    /* width: 22%; */
    box-shadow: 4px 0px 20px 4px rgba(255, 99, 71, 0.261);
    transition: 0.6s ease-in-out all;

    height: 72vh;
}

.content3-kontiner-item-section2 .card4-content3-kontiner-item-section2:hover {
    /* width: 22%; */
    box-shadow: 4px 0px 20px 4px rgba(255, 99, 71, 0.261);
    transition: 0.6s ease-in-out all;

    height: 72vh;
}

.platinum-paket .card5-content3-kontiner-item-section2:hover {
    /* width: 22%; */

    transition: 0.6s ease-in-out all;

    height: 72vh;
}

.card3-content3-kontiner-item-section2 {
    width: 20%;
    /* From https://css.glass */
    padding: 20px 10px;
    background: rgba(40, 39, 39, 0.378);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(143, 143, 143, 0.1);
    backdrop-filter: blur(14.7px);
    -webkit-backdrop-filter: blur(14.7px);
    border: 1px solid rgba(197, 193, 193, 0.394);
    color: rgba(213, 211, 211, 0.871);
    backdrop-filter: blur(40px);

    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    backdrop-filter: blur(40px);
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 10px;
    transition: 0.6s ease-in-out all;
    height: 70vh;
    margin-top: 1%;
}

.card4-content3-kontiner-item-section2 {
    width: 20%;
    background: rgba(115, 89, 5, 0.765);
    box-shadow: 1px 1px 2px 2px black;
    border-radius: 10px;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: 0.6s ease-in-out all;

    padding: 10px;
    height: 70vh;
    margin-top: 1%;

    padding: 20px 10px;
    background: rgba(40, 39, 39, 0.378);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(143, 143, 143, 0.1);
    backdrop-filter: blur(14.7px);
    -webkit-backdrop-filter: blur(14.7px);
    border: 1px solid rgba(197, 193, 193, 0.394);
    color: rgba(213, 211, 211, 0.871);
    backdrop-filter: blur(40px);
}

.card5-content3-kontiner-item-section2 {
    width: 20%;
    background: rgba(115, 89, 5, 0.765);
    box-shadow: 1px 1px 2px 2px black;
    border-radius: 10px;
    color: rgba(213, 211, 211, 0.871);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: 0.6s ease-in-out all;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    height: 15vh;
}

.platinum-paket {
    width: 100%;
    background: rgba(0, 0, 0, 0.13);
    box-shadow: 1px 0px 25px 2px rgba(135, 131, 70, 0.147);
    border-radius: 10px;
    color: whitesmoke;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    margin-top: 10%;
    -o-border-radius: 10px;
    transition: 0.6s ease-in-out all;


    height: auto;
}


.content3-kontiner-item-section2 .card5-content3-kontiner-item-section2:hover {
    /* width: 22%; */
    box-shadow: 1px 1px 2px 2px tomato;
    transition: 0.6s ease-in-out all;
    height: 30vh;
}


.super3-kontainer-content-section2 {
    width: 100%;
    min-height: 100vh;
    height: auto;
    /* background: rgba(0, 0, 0, 0.089);
     */
    background-color: black;
    /* background: red; */

}

.wrapper-super3-kontainer-content-section2 {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    min-height: inherit;
    height: inherit;
    /* background: rgb(81, 43, 43); */
    background: url('/img/landingpage/bg1.gif');
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 30%;
}

.content1-super3-kontainer-content-section2 {
    width: 100%;


    /* min-height: 100vh; */
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: rebeccapurple; */

}

.item-content1-super3-kontainer-content-section2 {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 20vh;
    align-items: end;
    /* background: rgba(0, 0, 0, 0.159); */
    color: azure;
}

.content2-super3-kontainer-content-section2 {
    width: 100%;
    display: flex;
    min-height: 85vh;
    height: auto;
    color: whitesmoke;
    /* background: rgba(0, 0, 0, 0.399); */

    /* background: rgba(0, 0, 0, 0.159); */
    /* background: rgba(0, 0, 0, 0.074); */

}

.item-content2-super3-kontainer-content-section2 {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}

.wrapper-item-content2-super3-kontainer-content-section2 {
    /* background: red; */
    width: 80%;
    padding: 20px 0px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    background-color: rgba(13, 10, 26, 0.389);
    border-radius: 20px;
    backdrop-filter: blur(4px);
    box-shadow: 1px 1px 2px 2px rgb(114, 114, 114);
    color: rgba(220, 220, 220, 0.721);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tanggal-deskripsi-item-content2-super3-kontainer-content-section2 {
    width: 80%;
    display: flex;
    justify-content: end;
    border-bottom: 1px solid black;
}

.deskripsi-item-content2-super3-kontainer-content-section2 {
    padding: 10px;
    width: 80%;
    justify-content: space-between;
    text-align: justify;
    display: flex;
}

.fitur-deskripsi-item-content2-super3-kontainer-content-section2 {
    /* background: red; */
    padding: 10px;
}

.fitur-deskripsi-item-content2-super3-kontainer-content-section2 h3 {
    /* background: red; */
    padding: 10px 0px;
}

.item2-content2-super3-kontainer-content-section2 {
    width: 50%;
    display: flex;
    align-items: center;

    justify-content: space-around;
    overflow-x: hidden;
    scrollbar-width: none;
    scroll-behavior: smooth;
}

.overview-item2-content2-super3-kontainer-content-section2 {
    margin: 10px;
    min-height: 53.5%;
    height: 53.5%;

    background: url('/video/landingpage/video2.gif');
    background-attachment: local;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    display: flex;
    justify-content: center;

    align-items: center;
}

.overview-item2-content2-super3-kontainer-content-section2 img {
    opacity: 5%;
}

.overview2-item2-content2-super3-kontainer-content-section2 {
    /* background: black; */
    margin: 10px;
    min-height: 53.5%;
    height: 53.5%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.overview3-item2-content2-super3-kontainer-content-section2 {

    height: 53.5%;
    background: url('/video/landingpage/video3.gif');
    /* background: red; */
    background-attachment: local;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    display: flex;
    justify-content: center;

    align-items: center;
}

.overview3-item2-content2-super3-kontainer-content-section2 img {
    opacity: 5%;
}

.super4-kontainer-content-section2 {
    width: 100%;
    min-height: 100vh;
    /* height: auto; */
    color: whitesmoke;
    background: rgb(0, 0, 0);
}

.content-super4-kontainer-content-section2 {
    width: 100%;
    justify-content: center;
    display: flex;
    height: 20vh;
    align-items: center;
}

.content-super4-kontainer-content-section2 h1 {
    border-bottom: 1px solid whitesmoke;
}

.content2-super4-kontainer-content-section2 {
    width: 100%;
    opacity: 0;
    justify-content: center;
    display: flex;
    height: 0vh;
    transition: 2s ease-in-out all;
    /* background-color: aliceblue; */
    align-items: center;
}

.item-content2-super4-kontainer-content-section2 {
    width: 50%;
    max-width: 50%;
    /* background: rebeccapurple; */
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* overflow-x: auto; */
    color: black;
    background: rgba(241, 240, 240, 0.475);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(143, 143, 143, 0.1);
    backdrop-filter: blur(14.7px);
    -webkit-backdrop-filter: blur(14.7px);
    border: 1px solid rgba(197, 193, 193, 0.394);
    color: rgba(213, 211, 211, 0.871);
    backdrop-filter: blur(40px);
    box-shadow: 1px 1px 2px 2px rgba(140, 140, 140, 0.329);
    border-radius: 20px;

}

.content-item-content2-super4-kontainer-content-section2 {
    overflow-x: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
    width: 100%;

    height: 40%;
    /* background-color: rgb(109, 165, 213); */
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
}

.card-content-item-content2-super4-kontainer-content-section2 {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: black; */
    /* background: gray; */
    margin: 0px 10px;
    border-bottom: 1px solid black;
}

.content-item-content2-super4-kontainer-content-section2 img {
    /* background: rebeccapurple; */
    border-radius: 20px;
    width: 200px;
    height: 200px;
}

.content2-item-content2-super4-kontainer-content-section2 {
    width: 100%;
    height: 60%;
    /* background-color: aliceblue; */
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;

}

.content2-item-content2-super4-kontainer-content-section2 ul {
    width: 90%;
    text-align: justify;
}

.content2-item-content2-super4-kontainer-content-section2 ul li {
    color: rgb(238, 238, 238);
    margin: 10px 0px;
}

.item2-content2-super4-kontainer-content-section2 {
    width: 50%;
    height: inherit;
    /* background: aqua; */

    flex-direction: column;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 30px 0px;
}

.content-item2-content2-super4-kontainer-content-section2 {

    width: 0%;
    padding: 10px;
    background: rgba(40, 39, 39, 0.378);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(143, 143, 143, 0.1);
    backdrop-filter: blur(14.7px);
    -webkit-backdrop-filter: blur(14.7px);
    border: 1px solid rgba(197, 193, 193, 0.394);
    color: rgba(213, 211, 211, 0.871);
    backdrop-filter: blur(40px);
    display: flex;
    opacity: 0;
    transition: 1s 1s ease-in-out all;

    border-radius: 10px;
    flex-direction: row;
    justify-content: space-around;
}

.ul-content-item2-content2-super4-kontainer-content-section2 {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    height: auto;
}

.ul-content-item2-content2-super4-kontainer-content-section2 li {
    width: 100%;
    /* background: peru; */
    display: flex;
    align-items: center;

}

.ul-content-item2-content2-super4-kontainer-content-section2 li h3 {
    padding-left: 5px;
}

.judul-content-item2-content2-super4-kontainer-content-section2 {
    width: 90%;
    display: flex;
    justify-content: start;
}

.judul2-content-item2-content2-super4-kontainer-content-section2 {
    width: 90%;
    display: flex;
    justify-content: start;
}

.judul3-content-item2-content2-super4-kontainer-content-section2 {
    width: 90%;
    display: flex;
    justify-content: start;
}



/* SECTION 2 */

/* Body Register */