.full{
    min-height: 100vh;
}

#top-page{
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    padding-top: 100px;
    /*background: linear-gradient(228deg, #4897cc, #ff833c, #d23f3f, #3f49d2);*/
    /*background: url(./assets/dashboard/back-asli.png);*/
    background-size: cover;
    background-position: bottom center;
    
}

#layanan-publik{
    padding: 50px;
}


#card-layanan{
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    z-index: 12;
}

.card-layanan{
    z-index: 3;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    font-size: 1.2rem;
    border-radius: 9px;
    font-weight: 700;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    padding: 20px 0;
    width: 100%;
    max-width: 400px;
    text-align: center;   
    background: #ffffff;    
    /* background: whitesmoke; */
    /* box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px; */
    /* box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px; */
    box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
    /* box-shadow: rgba(3, 102, 214, 0.3) 0px 0px 0px 3px; */
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; */
    transition: all 0.3s ease-out;
    
}
.card-text{
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-out;
}
.card-text>span{
    margin-right: 15px;
}

.layer-card{
    top: calc(100% - 2px);
    left: 0;
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 100%;
    /* background: rgba(179, 255, 135, 0.567); */
    background: rgba(206, 178, 252, 0.48);
    /*background: transparent;*/
    transition:0.5s;
}

.card-layanan:hover{
    transform: translateY(-2px) scale(1.005) translateZ(0);
    position: relative;
}
.card-layanan:hover .layer-card{
    top: 0;
    z-index: 0;
}
.card-layanan:hover .card-text{
    color: #282ff4;
    z-index: 3;
}

#logo{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.logo-pwr{
    height: 210px;
    width: 560px;
}

#logo__text{
    --logo__text_color: #2b2b2b;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    font-size: 70px;
    color: var(--logo__text_color);
    /* -webkit-text-stroke: 4px var(--logo__text_color); */
    /* -webkit-text-fill-color: transparent; */

}

#card-icon{
    z-index: 12;
    margin: 0;
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 90vw;
    justify-content: center;
}


.social{
    display: flex;
    position: fixed;
    top: 40%;
    left: 0;
    transform: translateY(-50%);
    margin-left: -40px;
}

.social ul li{
    list-style: none;
}


.social ul li a{
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    color: #000;
    margin-left: -160px;
    transition: margin-left 500ms;
/*    border: 2px solid black;*/
    margin-bottom: 2px;
}

.social ul li a:hover{
    margin-left: 0;
    background: rgba(206, 178, 252, 0.58);
}

.social ul li a i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    font-size: 28px;
}

.medsos{
    background: white;
    border-radius: 10px;
}

/*Responsif*/

/* Media Queries untuk Tablet */
@media (max-width: 1024px) {

    .full{
    height: 100%;
    }

    #top-page {
        padding-top: 80px;
        gap: 20px;
    }

    #layanan-publik {
        padding: 40px;
    }

    .logo-pwr{
    height: 210px;
    width: 560px;
    }
}

/* Media Queries untuk Mobile */
@media (max-width: 768px) {
    .full{
    height: 100%;
    padding-bottom: 150px;
    }
    

    #top-page {
        padding-top: 40px;
        gap: 15px;
        background-position: center center; 
    }

    #layanan-publik {
        padding: 30px;
    }

    .logo-pwr{
    height: 140px;
    width: 420px;
    }
    
    #card-icon{
        padding: 0px 20px;
        gap: 10px;
        /*bottom: 100px;*/
    }

    #card-icon img{
        width: 40px;
        height: 40px;
        padding-bottom: 5px;
    }

    .social{
        top:  28%;
    }

    .social ul li a{
    padding: 5px;
    width: 130px;
    margin-left: -90px;
    }

    #card-layanan{
    width: 70%;
    gap: 10px;
    /*padding: 10px 5px;*/
    }

}

/* Media Queries untuk Layar Kecil (Kurang dari 480px) */
@media (max-width: 480px) {
    .full{
    height: 100%;
    padding-bottom: 150px;
    }

    #top-page {
        padding-top: 30px;
        gap: 10px;
        background-position: center top; /* Posisikan gambar latar di bagian atas untuk tampilan yang lebih baik */
    }

    #layanan-publik {
        padding: 20px;
    }
    
    .logo-pwr{
    height: 140px;
    width: 420px;
    }
    
}