*{
    box-sizing: border-box;
    /* overflow-x: hidden; */
	margin: 0;
	padding: 0;
    font-family: 'Poppins', sans-serif;
    /* overflow-y: hidden; */
    scroll-behavior: smooth;
}

/* START NAVBAR */
nav{
    /* padding: 5px 0; */
    display: flex;
    flex-direction: row;
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    padding: 0 7%;
    z-index: 1000;
    max-width: 100vw;
    left: 0;
    top: 0;
    right: 0;
    height: 100px;
    background-color: white;
    overflow-y: hidden;
}

nav a{
    font-size: 16px;
    text-decoration: none;
    color: black;
}
nav .kanan img{
    aspect-ratio: 16/9;
    width: 200px;
    object-fit: cover;
}

nav .tengah{
    display: flex;
    gap: 24px;
    padding: 38px 0;
    justify-content: center;
    align-items: center;
}
nav .tengah div {
    transition: all 0.3s ease;
}

nav .tengah div:hover {
    transform: scale(1.1);
    border-bottom: 2px solid #048B9E;
}

nav .tengah i{
    font-size: 20px;
    align-items: center;
    justify-content: center;
}

nav .tengah .beranda{
    border-bottom: 2px solid #048B9E
}

nav .kiri{
    display: flex;
    padding: 38px 0;
}

nav .kiri .statistik button{
    /* border: 5px solid; */
    cursor: pointer;
    border-radius: 1000px;
    padding: 8px;
    background-color: white;
    border:none ;
    color: #f0f0f0;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}
nav .kiri .statistik button a{
    color: #048B9E;
}
nav .kiri .statistik button::after{
    content: '';
    position: absolute;
    height: 120%;
    width: 105%;
    border-radius: 1000px;
    background-image: linear-gradient(to bottom right, #85C1CC, #048b9e);
    z-index: -1;
}

nav .kiri .statistik button:hover{
    z-index: 0;
    box-shadow: 40px 0 100px #048B9E, -40 0 100px #007bff;
    transform: scale(1.1);
    border-bottom: 2px solid #048B9E;
}

nav .kiri .statistik button a:hover{
    color: white;
}

nav .beranda, .Konten, .About{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}


@media (max-width: 480px) {
    #sesi2::before{
        bottom: -593vh;    
    }
}
@media (max-width: 480px) {
    nav {
        display: flex;
        flex-direction: row;
        justify-content: center;
        border-bottom: 1px solid;
        align-items: center;
        overflow-x: hidden;
        gap: 25px;
    }
    nav .tengah {
        gap: 10px;
    }
    nav .kiri {
        display: flex;
        justify-content: space-between;
                /* width: 100%; */
    }
    nav .kiri .statistik button {
        padding: 10px 10px;
    }
    nav .kiri .statistik button a {
        font-size: 10px;
    }
    nav .kanan img {
        width: 80px;
        height: 80px;
    }
    nav .tengah i {
        font-size: 24px;
        /* margin-right: 10px; */
    }
    nav .tengah p {
        display: none;
    }
}


/* END NAVBAR */

.container{
    padding: 20px 5px;
}

/* START HERO - BERANDA */

.pertama{
    display: flex;
    justify-content: space-evenly;
    background: url(ASSET/Group\ 50-10.png) no-repeat;
    height: 100vh;
    background-size: cover;
}

.pertama::after, .pertama::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100px;
    background-size: cover;
}

.pertama::before{
    top: 78px;
    background: url(ASSET/Vector-hero-atas.png) no-repeat top;
    background-size: 1565px 100px;
}

.pertama::after{
    bottom: -20px;
    background: url(ASSET/Vector-hero-bawah.png) no-repeat bottom;
    background-size: 1565px 100px;
}

.pertama .teks-hero{
    margin: 230px 0 80px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.teks-hero h1{
    font-size: 64px;
    text-transform: uppercase;
}
.teks-hero h1 span{
    color: #000;
    border-bottom: 2px solid;
}

.teks-hero p{
    /* padding: 20px 0 0 0; */
    width: 100vh;
    font-size: 18px;
    text-align: justify;
}

.img-hero{
    margin: 160px 0px;
    overflow-y: hidden;
    border-radius: 15px 50px;
    border: 0.5px solid #048B9E;
    padding-bottom: 422px;
}

.img-hero img{
    height: 420px;
    width: 420px;
    margin:10px 0px ;
}

.statistik-hero{
    width: 140px;
    height: 38px;
    /* border: 8px #048b9e; */
    border-radius: 20px;
    background-color: #048B9E;
    display: flex;
    justify-content: space-evenly;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.statistik-hero a{
    text-decoration: none;
    color: white;
}

.statistik-hero i{
    color: white;
}

@media (max-width: 768px) {
    .pertama{
        display: flex;
        flex-direction:column-reverse ;
    }
    .teks-hero{
        gap: 20px;
    }
    .teks-hero h1{
        font-size: 20px;
    }

    .teks-hero p{
        font-size: 12px;
        text-align: justify;
        width: 40vh;
    }
    .img-hero{
        padding-bottom: 0px;
    }

    .img-hero img{
        /* aspect-ratio: 1/1;
        object-fit: cover; */
        height: 280px;
        width: 360px;
    }

    .pertama .teks-hero{
        display: flex;
        padding: 0 20px;
        margin-top: 160px;
    }

    .pertama .img-hero{
        /* margin-top: 240px; */
        margin-top: 90px;
        margin-bottom: -210px;
        align-self: center;
    }
    .pertama::after{
        bottom: -60px;
    }
}

@media (max-width: 480px) {
    .pertama{
        display: flex;
        flex-direction: column-reverse;
        /* height: 100vh; */
        gap: 10px;
        padding: 0 5px;
        margin-top: -20px;
    }

}

/* END HERO - BERANDA */

/* START SEC KEDUA - BERANDA */
.kedua{
    /* margin-top: -0px; */
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    background-color: white;
    background-image: linear-gradient(to bottom, white, #048B9E);
}

section .kedua{ 
    height: 170vh;
}

.kedua .teks{
    display: flex;
    justify-content: center;
}
.kedua .teks h1{
    font-size: 32px;
}
.iterasi{
    gap: 8px;
}
.iterasi1{
    display: flex;
    gap: 8px;
    justify-content: center;
}

.iterasi2{
    display: flex;
    gap: 8px;
    justify-content: center;
}

.iterasi3{
    display: flex;
    gap: 8px;
    justify-content: center;
}

.card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    padding: 3px; /* Menghilangkan padding antar elemen */
}

.card img {
    object-fit: cover;
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}


.card .overlay {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    border-image: linear-gradient(#0003,#000) 0 50%/0 0%;
    transition: all .6s;
    cursor: pointer;
    gap: 5px;
}
.card .overlay p{
    width: 30vh;
    text-align: center;
}
.card .overlay h1{
    text-align: center;
}
.card .overlay:hover{
    border-image-width: 0 50%;
}

.card:hover .overlay{
    opacity: 1;
}
.card h1{
    color: white;
}
.card p{
    color: white;
}
.overlay h1 p{
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

@media (max-width: 768px) {
    .kedua {
        padding-top: 50px;
    }
    .kedua .teks h1{
        font-size: 20px;
    }
    .card .overlay{
        padding: 5px;
        text-align: center;
    }
    .card .overlay h1{
        font-size: 15px;
    }
    .card .overlay p{
        font-size: 10px;
        width: 10vh;
    }
}

@media (max-width: 480px) {

}
/* END SEC KEDUA - BERANDA */

/* START SEC KETIGA - BERANDA */

section .ketiga{
    height: 100vh;
}

.ketiga{
    padding: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    background-color: #048B9E;
}

.ketiga h1{
    display: flex;
    justify-content: center;
    color: white;
}

.ketiga .img-p{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ketiga .img-p img{
    border-radius: 8px;
    width: 842px;
    height: 400px;
    justify-content: center;
    align-items: center;
    align-self: center;
}

.ketiga p{
    display: flex;
    text-align: justify;
    font-size: 18px;
    color: white;
    margin-top: 30px;
}

@media (max-width: 768px) {
    .ketiga h1{
        display: flex;
        text-align: center;
    }

    .ketiga .img-p img{
        width: 300px;
        height: 200px;
    }

    .ketiga p{
        font-size: 14px;
        width: 40vh;
        justify-content: center;
    }
    .ketiga{
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .ketiga img{
        width: 200px;
        height: 200px;
    }
}
/* END SEC KETIGA - BERANDA */

/* START SEC KEEMPAT - BERANDA */

section .keempat{
    height: 100vh;
}

.keempat{
    display: flex;
    flex-direction: column;
    padding: 80px 50px;
    background: url(ASSET/mwngapamemilihhhhh.png) no-repeat;
    height: 95vh;
}

.keempat h1{
    margin-top: 20px;
}

/* .keempat h1, .keempat .t{
    margin-bottom: 40px;
} */

/* .keempat::before,.keempat::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100px;
    background-size: cover;
}

.keempat::before{
    bottom: -275vh;
    background: url(ASSET/Vector-keempat-beranda.png) no-repeat bottom;
    background-size: 1561px 50px;
}

.keempat::after{
    bottom: -350vh;
    background: url(ASSET/Vector_section4-bawah.png) no-repeat top;
    background-size: 1561px 50px;
} */

.keempat h1{
    display: flex;
    justify-content: center;
}

.t{
    padding: 20px;
    display: flex;
    gap: 10px;
}

.t1{
    /* border: 3px solid ;*/
    border-radius: 10px; 
    background-color: rgba(255, 255, 255, 0.747);
    background-color: rgba(255, 255, 255, 0.689);
    padding: 5px 40px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100vh;
}

.t1 p{
    font-size: 20px;
    text-align: justify;
}

section .kelima{
    height: 100vh;
}
@media (max-width: 768px) {
    .keempat{
        padding: 75px 30px 0;
    }

    .keempat h1{
        margin-top: 10px;
        margin-bottom: 3px;
        font-size: 16px;
    }
    .keempat::before{
        bottom: -1185px;
        background-size: 415px 50px;
    }
    .keempat::after{
        bottom: -1565px;
        background-size: 500px 50px;
    }
    .t{
        display: flex;
        flex-direction: column;
        padding: 5px 0;
        justify-content: center;
        align-items: center;
    }
    .t1{
        width: 40vh;
        padding: 2px 10px 10px;
    }
    .t1 p{
        font-size: 11px;
    }
}

/* START SEC KELIMA - BERANDA */

.kelima{
    padding: 30px;
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

@media (max-width: 768px) {
    .kelima img{
        width: 200px;
        height: 200px;
    }
}
@media (max-width: 480px) {
    .kelima{
        margin-top: -12vh;
    }
}

/* END SEC KELIMA - BERANDA */

.footer{
    background-color: #048b9e;
    color: #fff;
    text-align: center;
    padding:20px;
}

/* ----------------------- HALAMAN ABOUT ---------------------------------------- */
/* .hero-about{
    height: 100vh;
    background-image:url(ASSET/about-hero.png) ;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
} */
.first{
    /* height: 20vh; */
    display: flex;
    /* align-items: end; */
    justify-content: center;
    padding: 120px 0 0 0;
}

    .first_hero{
        background: url(ASSET/Group\ 56.png) no-repeat center center;
        background-size: cover;
        color: #fff;
        justify-content: center;
        padding: 410px 20px;
        position: relative;
        /* height: 100%; */
    }
    .first_hero h1 {
        font-size: 36px;
        margin: 0;
    }
    .first_hero p {
        font-size: 18px;
        margin: 10px 0 0;
    }
    /* .first_hero::after,.first_hero::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        height: 100px;
        background-size: cover;
    } */
    /* .first_hero::before {
        bottom: -50px;
        background: url(ASSET/hero-tentang-kami.png) no-repeat bottom;
        background-size: 2000px 80px;
    }
    .first_hero::after {
        top: -8px;
        background: url(ASSET/Vector.svg) no-repeat top;
        background-size: 5000px 100px;
    } */

    /* #sesi2::after, #sesi2::before{
        content: "";
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        height: 100px;
        background-size: cover;
    } */

    /* #sesi2::after{
        top: 215vh;
        background: url(ASSET/hardware-about.png) no-repeat top;
        background-size: 2000px 100px;
    }
    #sesi2::before{
        bottom: -247vh;
        background: url(ASSET/hardware-about-bawah.png) no-repeat bottom;
        background-size: 2000px 100px;
    } */

    #sesi1{
        background-color: white;
    }
    #sesi1 h2{
        color: #036877;
    }

    #sesi2{
        background-color: #85C1CC;
    }
    #sesi2 h2{
        color: #cc0000;
    }
    #sesi2 p{
        color: black;
    }
    #sesi3{
        background-color: white;
    }
    #sesi3 h2{
        color: #036877;
    }
    .sections {
        padding: 60px 20px;
        text-align: center;
    }
    .sections h2 {
        font-size: 28px;
        color: #007bff;
        margin-bottom: 20px;
    }
    .sections p {
        font-size: 16px;
        color: #666;
        max-width: 800px;
        margin: 0 auto 40px;
    }
    .drac {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }
    .drag {
        background-color: whitesmoke;
        border-radius: 10px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        width: 200px;
        text-align: center;
    }
    .drag img {
        width: 100%;
        height: 150px;
        object-fit: cover;
    }
    .drag p {
        color: #000;
        margin: 10px 0;
        font-weight: 700;
    }
    @media (max-width: 768px) {
        .first h1{
            font-size: 25px;
        }
        .first_hero{
            background-size: 75vh 60vh;
            padding: 280px 10px;
        }
        #sesi2::after{
            top: 412vh;    
        }

        .first h1{
            margin-bottom: -20px;
            z-index:10;
        }
        .first_hero p{
            font-size: 16px;
        }
        .first_hero{
            height: 0%;
        }
    }
    
    @media (max-width: 480px) {
        #sesi2::before{
            bottom: -593vh;    
        }
    }
