* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

*::-webkit-scrollbar {
    width: 5px;
}

*::-webkit-scrollbar-track {
    background-color: #01e8fd3d;
}

*::-webkit-scrollbar-thumb {
    background-color: #01eafd;
    border-radius: 6px;
}

*::-webkit-scrollbar-thumb:hover {
    background-color: #50eaf8;
}

a {
    text-decoration: none;
    width: 100%;
    cursor: pointer;
}

body {
    background: #000000;
    color: white;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

section {
    background: #000;
    box-shadow: 0 0 10px #ffffff;
    width: 425px;
    height: 100vh;
    margin: auto;
    padding: 10px 5px;
    position: relative;
    overflow: hidden;
}

.grp_atas {
    width: 100%;
    gap: 5px;
    padding-bottom: 20px;
    border-bottom: 1px solid #1b1f25;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 2fr;
    justify-items: stretch;
    align-items: stretch;
}

.stt {
    width: 100%;
    height: 10px;
    background: #01eafd;
    border-radius: 0 0 0 6px;
}

.csl_profilee {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 2px solid #1b1f25;
    padding: 2px;
    border-radius: 10px 0 0 10px;
}

.csl_profilee img {
    width: 100%;
    height: 100%;
    border-radius: 6px 0 0 0;
}

.img_banner {
    width: 100%;
    border: 2px solid #1b1f25;
    padding: 2px;
    border-radius: 0 10px 10px 0;
}

.name_page {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding-left: 20px;
}

.name_page h1 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.name_page svg {
    width: 15px;
    stroke: #01eafd;
}

.button_grp {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    margin-top: 10px;
    gap: 10px;
    position: relative;
    z-index: 99;
}

.button_grp a {
    width: 80%;
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 6px;
    background: black;
    border: 1px solid #01e8fd;
    transition: all 0.3s ease;
}

.button_grp a:hover {
    border: 1px solid #ffffff;
    box-shadow: 0 0 5px #f5f5f5, inset 0 0 5px #ffffff;
    animation: none;
}

.button_grp a:hover>p {
    color: white;
}

.button_grp svg {
    width: 30px;
    stroke: #ffffff;
}

.button_grp p {
    width: 100%;
    font-size: 17px;
    text-align: center;
    color: #c5c5c5;
    letter-spacing: 1px;
    margin-right: 20px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.artikel {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
    background: black;
    border: 1px solid #1b1f25;
    margin: 15px auto;
    flex-direction: column;
    gap: 5px;
}

.artikel h2 {
    font-size: 19px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.artikel p {
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
    color: #c5c5c5;
}

footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer p {
    width: 100%;
    font-size: 10px;
    text-align: center;
    background: #000000;
    padding: 3px 0;
}

.line_cls {
    width: 150%;
    position: absolute;
    bottom: 15px;
    left: -153px;
    opacity: 0.5;
    /* display: none; */
}

.pst {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.pst img {
    width: 100%;
}

.shadd {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #000000, transparent);
    bottom: 0;
}

/* .login_cek {
    animation: kedips 1.5s linear infinite;
} */
@keyframes kedips {
    0% {
        border: 1px solid #1b1f25;
        box-shadow: 0 0 5px transparent, inset 0 0 5px transparent;
    }

    50% {
        border: 1px solid #ffffff;
        box-shadow: 0 0 5px #ffffff, inset 0 0 5px #ffffff;
    }

    100% {
        border: 1px solid #1b1f25;
        box-shadow: 0 0 5px transparent, inset 0 0 5px transparent;
    }
}

.line2 {
    width: 200px;
    position: absolute;
    top: 105px;
    left: -30px;
    z-index: 0;
    opacity: 0.3;
    display: none;
}

/* .button_media {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    margin-top: 90px;
    gap: 10px;
}

.button_youtube {
    width: 80%;
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 6px;
    background: black;
    border: 1px solid #1b1f25;
    transition: all 0.3s ease;
} */
.button_media {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 90px;
    gap: 10px;
    padding: 10%;
}

.button_media a {
    width: 80%;
    display: inline-block;
    /* Mengubah display menjadi inline-block */
    align-items: center;
    padding: 10px;
    border-radius: 6px;
    background: black;
    border: 1px solid #1b1f25;
    transition: all 0.3s ease;
}

.button_media a:hover {
    border: 1px solid #ffffff;
    box-shadow: 0 0 5px #f5f5f5, inset 0 0 5px #ffffff;
    animation: none;
}

.button_media a:hover>p {
    color: white;
}

.button_media svg {
    width: 30px;
    stroke: #ffffff;
}

.button_media p {
    width: 100%;
    font-size: 17px;
    text-align: center;
    color: #c5c5c5;
    letter-spacing: 1px;
    margin-right: 20px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.link_youtube {
    animation: kedips 1.5s linear infinite;
    display: inline;
    /* Menambahkan properti inline */
}

.yy_gambarprofile {
    width: 150px;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 2px 3px 3px rgba(var(--black-rgb), 0.4);
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}

.name_page {
    margin-top: 10px;
}

footer span {
    text-transform: uppercase;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    section {
        width: 100%;
        /* height: auto; */
    }
}