@media only screen and (max-width: 800px) {

body {
    transition: color 0.5s, background-color 0.5s, background-image 0.5s;
    background-color: var(--background-color);
    overflow: hidden;
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* Menghilangkan highlight */
}

.update {
    opacity: 0; visibility: hidden; width: 0; height: 0;
}

/* * {
    overflow-x: hidden;
} */



/* Navbar */
.navbar.hide {
    opacity: 0%;
    transition: opacity 1s;
    transition-delay: 0.5s;
}

.navbar.hide:active {
    opacity: 1;
    transition: opacity 0.5s;
}

.navbar {
    position: fixed;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    top: 0;
    left: 0;
    right: 0;
    height: 22vw;
    z-index: 1;
    transition: opacity 0.5s;

    background-color: #55555580;
    backdrop-filter: blur(3px);
    border-bottom: #88888850 solid 0.1vw;
}

.navbar .leftbar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 4vw;
    margin-top: 3vw;
    width: 100%;
    transition: transform 0.1s, box-shadow 0.1s;
}

.navbar .leftbar .menu:active {
    transform: scale(1.1);
    transition: transform 0.1s, box-shadow 0.1s;
    box-shadow: var(--hover) 0 0 5vw;
}

.navbar .leftbar .menu {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-right: 1vw;
    margin-top: 1vw;
    color: var(--color);
    background-color: var(--border-color);
    padding: 2.7vw;
    width: 8vw;
    height: 8vw;
    border-radius: var(--phone-button-radius);
}

.navbar .leftbar .menu div {
    background-color: var(--color);
    width: 100%;
    height: 15%;
    border-radius: 100px;
}

.navbar .leftbar .theme {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-top: 1vw;
    color: var(--color);
    background-color: var(--border-color);
    padding: 2.7vw;
    width: 8vw;
    height: 8vw;
    border-radius: var(--phone-button-radius);
    transition: transform 0.1s, box-shadow 0.1s;
}

.navbar .leftbar .theme:active {
    transform: scale(1.1);
    transition: transform 0.1s, box-shadow 0.1s;
    box-shadow: var(--hover) 0 0 5vw;
}

.navbar .leftbar .theme div {
    background-color: var(--color);
    width: 100%;
    height: 100%;
    border-radius: 100%;
    box-shadow: white 0vw 0vw 10px;
}

.navbar .leftbar .theme div div {
    background-color: var(--border-color);
    box-shadow: 0 0;
    width: 70%;
    height: 70%;
    margin: 15%;
}

.navbar .leftbar .theme div div div {
    background-color: var(--color);
    width: 80%;
    height: 80%;
    border-radius: 100%;
    margin-left: 30%;
}

.navbar .leftbar .title {
    color: var(--color);
    background-color: var(--border-color);
    margin-top: 1vw;
    padding: 2.7vw;
    padding-top: 3.7vw;
    padding-bottom: 1.7vw;
    height: 8vw;
    border-radius: var(--phone-button-radius);
    text-align: center;
    font-size: 9vw;
    font-weight: bolder;
    transition: transform 0.1s, box-shadow 0.1s;
}

.navbar .leftbar .title:active {
    transform: scale(1.1);
    transition: transform 0.1s, box-shadow 0.1s;
    box-shadow: var(--hover) 0 0 5vw;
}

.navbar .rightbar {
    visibility: hidden;
    opacity: 0;
    width: 0;
}


/* Menu */
.menubar.hide {
    transform: translateX(-90vw);
    transition: transform 0.5s, opacity 0.5s;
}

.menubar.onsettings {
    opacity: 0;
    transform: translateX(110vw);
    transition: transform 0.5s, opacity 0.5s;
}

.menubar {
    display: flex;
    flex-direction: column;
    background-image: var(--content-color);
    position: fixed;
    width: 80%;
    height: 98%;
    margin-top: -0.1vw;
    padding: 0;
    border-radius: var(--phone-button-radius);
    box-shadow: var(--shadow-color);
    transform: translateX(0);
    transition: transform 0.5s,  opacity 0.5s;
    z-index: 2;

}

.menubar .title {
    display: flex;
    flex-direction: row;
}

.menubar .title .menu .d1 {
    margin-top: 0;
}

.menubar .title .menu .d2 {
    margin-top: -8vw;
}

.menubar .title h2 {
    color: var(--border-color);
    margin-top: 1.5vw;
    padding: 2.7vw;
    height: 2vw;
    text-align: center;
    font-size: 7vw;
    font-weight: bolder;
}

.menubar .title a {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-top: 1.1vw;
    margin-left: 1vw;
    margin-right: 1vw;
    color: var(--color);
    background-color: var(--border-color);
    padding: 2.7vw;
    width: 8vw;
    height: 8vw;
    border-radius: var(--phone-button-radius);
    transition: transform 0.1s, box-shadow 0.1s;
}

.menubar .title a:active {
    transform: scale(1.1);
    transition: transform 0.1s, box-shadow 0.1s;
    box-shadow: var(--hover) 0 0 5vw;
}

.menubar .title a div {
    background-color: var(--color);
    width: 100%;
    height: 15%;
    border-radius: 100px;
}

.settingsbar .style #style img {
    width: 10vw;
}


.menubar .button {
    display: flex;
    flex-direction: column;
    justify-content: start;
    overflow: auto;
    height: 82%;
    margin-top: 2vw;
    padding-left: 5vw;
    padding-right: 5vw;
}

.menubar .button a {
    color: var(--color);
    background-color: var(--border-color);
    margin-top: 3vw;
    padding: 2.7vw;
    border-radius: var(--phone-button-radius);
    text-align: left;
    font-size: 4vw;
    transition: transform 0.1s, box-shadow 0.1s;
}

.menubar .button a:active {
    transform: scale(1.1);
    transition: transform 0.1s, box-shadow 0.1s;
    box-shadow: var(--hover) 0 0 5vw;
}

.menubar .button2 {
    display: flex;
    flex-direction: column;
    justify-content: start;
    height: 10%;
    margin-left: 5vw;
    margin-right: 5.4vw;
    margin-top: 2vw;
    padding-top: 1.5vw;
    border-top: var(--border-color) solid 0.5vw;
}

.menubar .button2 a {
    color: var(--color);
    background-color: var(--border-color);
    margin-top: 1vw;
    padding: 2.7vw;
    border-radius: var(--phone-button-radius);
    text-align: center;
    font-size: 4vw;
    transition: transform 0.1s, box-shadow 0.1s;
    transition: transform 0.1s, box-shadow 0.1s;
}

.menubar .button2 a:active {
    transform: scale(1.1);
    transition: transform 0.1s, box-shadow 0.1s;
    box-shadow: var(--hover) 0 0 5vw;
}



/* Settings */
.settingsbar.hide {
    transform: translateX(-110vw);
    transition: transform 0.5s;
}

.settingsbar {
    display: flex;
    flex-direction: column;
    background-image: var(--content-color);
    position: fixed;
    width: 95%;
    height: 98%;
    margin-top: -0.1vw;
    padding: 0;
    border-radius: var(--phone-button-radius);
    box-shadow: var(--shadow-color);
    transform: translateX(0);
    transition: transform 0.5s;
    z-index: 2;
}

.settingsbar .title {
    display: flex;
    flex-direction: row;
}

.settingsbar .title .settings .s1 {
    margin-top: 0vw;
    margin-left: 1vw;
}

.settingsbar .title .settings .s2 {
    margin-top: -4vw;
    margin-left: 1vw;
}

.settingsbar .title h2 {
    color: var(--border-color);
    margin-top: 1.5vw;
    padding: 2.7vw;
    height: 2vw;
    text-align: left;
    font-size: 7vw;
    font-weight: bolder;
}

.settingsbar .title a {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-top: 1.1vw;
    margin-left: 1vw;
    margin-right: 1vw;
    color: var(--color);
    background-color: var(--border-color);
    padding: 2.7vw;
    width: 8vw;
    height: 8vw;
    border-radius: var(--phone-button-radius);
    transition: transform 0.1s, box-shadow 0.1s;
}

.settingsbar .title a:hover {
    transform: scale(1.05);
    transition: transform 0.1s, box-shadow 0.1s;
    box-shadow: var(--hover) 0 0 1vw;
}

.settingsbar .title a div {
    background-color: var(--color);
    width: 60%;
    height: 15%;
    border-radius: 100px;
}

.settingsbar .content {
    overflow: auto;
    margin: 2vw;
    height: 100%;
}

/* Style */
.settingsbar .style {
    display: flex;
    flex-direction: column;
    justify-content: start;
    height: auto;
}

.settingsbar .style .style {
    display: flex;
    height: auto;
    margin: 1.5vw;
    margin-top: 0;
    border: 0.8vw #00000000 solid;
    border-radius: var(--phone-sub-button-radius);
}

.settingsbar .style .style.selected {
    display: flex;
    height: auto;
    margin: 1.5vw;
    margin-top: 0;
    border: 0.8vw var(--border-color) solid;
    border-radius: var(--phone-sub-button-radius);
}

.settingsbar .style .style div {
    display: flex;
    flex-direction: row;
    width: 96%;
    height: auto;
    margin: 1vw;
    padding: 0.8vw;
    background-color: var(--border-color);
    border-radius: var(--phone-button-radius);
    z-index: -2;
}

.settingsbar .style .style div img {
    width: 25%;
    border-radius: var(--phone-button-radius);
    z-index: 1;
}

.settingsbar .style .style div h1 {
    font-size: 7vw;
    text-align: left;
    color: var(--color);
    border-radius: var(--phone-button-radius);
    margin-top: 6.5vw;
    margin-left: 6vw;
}

/* Theme */
.settingsbar .theme {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: -1.5vw;
    padding: 1.2vw;
}

.settingsbar .theme .theme {
    margin: 0.3vw;
    padding: 0;
    border: 0.8vw #00000000 solid;
    border-radius: var(--phone-sub-button-radius);
}

.settingsbar .theme .theme.selected {
    margin: 0.3vw;
    padding: 0;
    border: 0.8vw var(--border-color) solid;
    border-radius: var(--phone-sub-button-radius);
}

.settingsbar .theme .theme h1 {
    font-size: 4vw;
    text-align: center;
    margin: 1vw;
    padding: 2.7vw;
    width: 91.5%;
    color: var(--color);
    background-color: var(--border-color);
    border-radius: var(--phone-button-radius);
}

.settingsbar .button {
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 30vw;
    height: 82%;
    overflow: auto;
    margin-top: -0.5vw;
    padding-top: 0vw;
    padding-bottom: 1vw;
}

.settingsbar .button a {
    color: var(--color);
    background-color: var(--border-color);
    margin-top: 1vw;
    margin-left: 2vw;
    margin-right: 2vw;
    padding: 0.7vw;
    height: 2vw;
    border-radius: var(--button-radius);
    text-align: left;
    font-size: 1.5vw;
    transition: transform 0.1s, box-shadow 0.1s;
}

.settingsbar .button a:hover {
    transform: scale(1.05);
    transition: transform 0.1s, box-shadow 0.1s;
    box-shadow: var(--hover) 0 0 1vw;
}

.settingsbar .button2 {
    display: flex;
    flex-direction: column;
    justify-content: start;
    height: 10%;
    margin-left: 2vw;
    margin-right: 2.5vw;
    margin-top: 1vw;
    padding-top: 1vw;
    border-top: var(--border-color) solid 0.1vw;
}

.settingsbar .button2 a {
    color: var(--color);
    background-color: var(--border-color);
    padding: 0.7vw;
    border-radius: var(--button-radius);
    text-align: center;
    font-size: 1.5vw;
    transition: transform 0.1s, box-shadow 0.1s;
}

.settingsbar .button2 a:hover {
    transform: scale(1.05);
    transition: transform 0.1s, box-shadow 0.1s;
    box-shadow: var(--hover) 0 0 1vw;
}



/* Main New */
@keyframes main-new {
    from {
        width: 100%;
        height: 95vh;
    }
    to {
        width: 94%;
        height: 78vh;
        margin: 3vw;
        border-radius: var(--phone-content-radius);
    }
}

@keyframes scrolling {
    0% {opacity: 0;}
    10% {opacity: 1;}
    90% {margin-top: 0.5vw;}
    100% {opacity: 0;}
}

.main-new {
    margin: -2.2vw;
    margin-top: -5.8vw;
    margin-bottom: 5vw;
    position: relative;
    display: inline-block;
}

.main-new .imgnight {
    object-fit: cover;
    margin: 0;
    width: 100%;
    height: 95vh;
    animation: main-new forwards;
	animation-timeline: scroll();
	animation-range: 0vh 60vh;
    box-shadow: var(--shadow-color);
}

.main-new .imgday {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 95vh;
    object-fit: cover;
    animation: main-new forwards;
	animation-timeline: scroll();
	animation-range: 0vh 60vh;
    opacity: 0;
    transition: opacity 2s;
}

.main-new .div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    animation: main-new forwards;
	animation-timeline: scroll();
	animation-range: 0vh 60vh;
}

.main-new .scrolling {
    opacity: 50%;
    position: absolute;
    top: 15vh;
    display: flex;
    justify-content: center;
    animation: main-new forwards;
    animation-timeline: scroll();
    animation-range: 0vh 60vh;
}

.main-new .scrolling div {
    border: #FFF 3px solid;
    border-radius: 100px;
    width: 3vw;
    height: 6vw;
}

.main-new .scrolling div div {
    margin: 0.5vw;
    margin-top: 3vw;
    width: 0.6vw;
    height: 0.6vw;
    border-radius: 100px;
    background-color: #FFF;
    animation: scrolling 2s forwards infinite;
}

.main-new .div h1 {
    -webkit-text-stroke: var(--border-color) 0.5vw;
    color: var(--main-h1-color);
    text-align: center;
    font-size: 20vw;
    font-family: Antipasto;
    margin-bottom: 0.5vw;
    letter-spacing: 0;
}

.main-new h2 {
    opacity: 50%;
    position: absolute;
    top: 10vh;
    text-align: center;
    animation: main-new forwards;
    animation-timeline: scroll();
    animation-range: 0vh 60vh;
    color: #FFF;
    font-size: 3vw;
}

.main-new .div p {
    color: #ffffff;
    margin-top: -0.5vw;
    width: 65vw;
    text-align: center;
    font-size: 4vw;
}

/* Main */
.main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 1;
}

.main .profile_image {
    width: 90%;
    margin: 5vw;
    border-radius: var(--phone-content-radius);

    box-shadow: var(--shadow-color);
}

.main .intro {
    width: 90%;
    margin: 5vw;
    border-radius: var(--phone-content-radius);

    background-image: var(--content-color);
    box-shadow: var(--shadow-color);
}

.main .intro .txt {
    margin: 6vw;
    margin-top: 4vw;
    text-align: center;
}

.main .intro .txt h1 {
    margin: -0.8vw;
    font-size: 10vw;
}

.main .intro .txt h2 {
    font-size: 4vw;
}

.main .intro .txt h3 {
    font-size: 4vw;
    line-height: 6vw;
}

.main .intro .button {
    margin: 5vw;
    /* display: flex; */
    flex-direction: row;
    justify-content: space-between;
}

.main .intro .button a img {
    background-color: var(--border-color);
    color: var(--color);
    width: 8vw;
    padding: 2.7vw;
    margin: 2.3vw;
    border-radius: var(--phone-button-radius);
    transition: transform 0.1s, box-shadow 0.1s;
}

.main .intro .button a img:active {
    transform: scale(1.1);
    transition: transform 0.1s, box-shadow 0.1s;
    box-shadow: var(--hover) 0 0 5vw;
}

/* Data Pribadi */
.data {
    margin: 5vw;
    margin-top: 5;
    margin-bottom: 10vw;
    padding: 3vw;
    padding-right: 0;
    padding-top: 1vw;
    padding-bottom: 0;
    border-radius: var(--phone-content-radius);

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    background-image: var(--content-color);
    box-shadow: var(--shadow-color);
}

.data .title {
    display: flex;
    flex-direction: column;

}

.data .title h1 {
    margin-top: 2vw;
    font-size: 7vw;
    text-align: center;
    margin: 5vw;
}

.data .title p {
    margin: 2vw;
    margin-top: 0;
    font-size: 3vw;
}

.data .title a {
    font-size: 3.5vw;
    text-align: center;
    margin: 2vw;
    margin-right: 5vw;
    padding: 2.7vw;
    color: var(--color);
    background-color: var(--border-color);
    display: flex;
    border-radius: var(--phone-button-radius);
    transition: transform 0.1s, box-shadow 0.1s;
}

.data .title a:hover {
    transform: scale(1.05);
    transition: transform 0.1s, box-shadow 0.1s;
    box-shadow: var(--hover) 0 0 1vw;
}

.data .content {
    text-align: left;
    margin: 2vw;
    margin-top: 6vw;
    padding-bottom: 30vw;
    font-size: 3vw;
    line-height: 5vw;
}

.data .content .list {
    display: flex;
    flex-direction: column;
    list-style: none;
    font-size: 3.5vw;
    line-height: 5vw;
    margin: 0;
    margin-top: 0;
    padding: 0;
}

.data .content div {
    width: 4vw;
    height: 6vw;
    transform: translateY(3vw) translateX(2vw);
    scale: 5;
    opacity: 50%;
    background-color: var(--border-color);
}

.data .content div p {
    color: var(--color);
    text-align: center;
    font-size: 1vw;
    opacity: 100%;
    transform: translateY(1vw);
    line-height: 1vw;
}



/* Progres */
.progres {
    margin: 1vw;
    margin-bottom: 10vw;
    padding: 5vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
    border-radius: var(--phone-content-radius);

    background-color: var(--progres-background-color);
    box-shadow: var(--shadow-color);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.progres h1 {
    font-size: 4vw;
    text-align: center;
    color: var(--progres-color);
}

.persen{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.bg_strip {
    margin-top: 4vw;
    margin-right: 1.5vw;
    width: 80%;
    height: 2vw;
    background-color: var(--progres-strip);
    border-radius: 100px;
}

.bg_strip .strip {
    width: 30%;
    height: 2vw;
    border-radius: 100px;
    background-color: var(--progres-color);
    transition: transform 0.1s, box-shadow 0.1s;
}

.progres:active {
    transform: scale(1.1);
    transition: transform 0.1s, box-shadow 0.1s;
    box-shadow: var(--progres-background-color) 0 0 5vw;
}



/* Gallery */
.gallery {
    margin-bottom: 5vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.gallery .text {
    margin: 1vw;
    margin-bottom: 2vw;
    padding: 5vw;
    padding-top: 1vw;
    border-radius: var(--phone-content-radius);
    text-align: center;
    background-image: var(--content-color);
    box-shadow: var(--shadow-color);
}

.gallery .text h1 {
    font-size: 7vw;
}

.gallery .text h3 {
    font-size: 4vw;
    line-height: 6vw;
}

.gallery .text .link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 5vw;
}

.gallery .text .link a {
    text-align: Left;
    font-size: 3.5vw;
    width: 33vw;
    margin: 1vw;
    padding: 2.7vw;
    color: var(--color);
    background-color: var(--border-color);
    display: flex;
    border-radius: var(--phone-button-radius);
    transition: transform 0.1s, box-shadow 0.1s;
}

.gallery .text .link a:active {
    transform: scale(1.1);
    transition: transform 0.1s, box-shadow 0.1s;
    box-shadow: var(--hover) 0 0 5vw;
}

.gallery .img {
    width: 100%;
    padding-bottom: 5vw;
    margin-top: 0;
}

.gallery .img img {
    width: 47%;
    margin: 1vw;
    border-radius: var(--phone-content-radius);

    box-shadow: var(--shadow-color);
}



/* List */
.list {
    margin-right: 0;
    margin-bottom: 5vw;
    width: 102%;
    overflow-x: hidden;
}

#content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: var(--phone-content-radius);

    background-image: var(--content-color);
    box-shadow: var(--shadow-color);
    text-align: center;
    width: 90%;
    padding: 3vw;
    padding-top: 1vw;
    margin: 1vw;
    margin-bottom: 4vw;
}

#content h1 {
    font-size: 7vw
}

#content h3 {
    font-size: 4vw;
    line-height: 6vw;
    margin-bottom: 3vw;
}

#content a {
    text-align: center;
    font-size: 3.5vw;
    margin: 2vw;
    padding: 2.7vw;
    bottom: 0;
    color: var(--color);
    background-color: var(--border-color);
    border-radius: var(--phone-button-radius);
    transition: transform 0.1s, box-shadow 0.1s;
}

#content a:active {
    transform: scale(1.1);
    transition: transform 0.1s, box-shadow 0.1s;
    box-shadow: var(--hover) 0 0 5vw;
}




/* Store */
.store {
    margin-top: 0;
    display: flex;
    flex-direction: row;
}

.store img {
    visibility: hidden;
    width: 0;
}

.store .attribute {
    margin: 2vw;
    margin-bottom: 10vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: var(--phone-content-radius);

    background-color: var(--store-background-color);
    box-shadow: var(--shadow-color);
}

.store .attribute .text {
    text-align: center;
    padding: 3vw;
    padding-top: 1vw;
    color: var(--store-color);
}

.store .attribute .text h1 {
    font-size: 7vw
}

.store .attribute .text h3 {
    font-size: 4vw;
    line-height: 6vw;
}

.store .attribute a {
    text-align: center;
    font-size: 3.5vw;
    padding: 2.7vw;
    margin: 4.5vw;
    margin-top: -2vw;
    bottom: 0;
    color: var(--store-background-color);
    background-color: var(--store-color);
    border-radius: var(--phone-button-radius);
    transition: transform 0.1s, box-shadow 0.1s;
}

.store .attribute a:active {
    transform: scale(1.1);
    transition: transform 0.1s, box-shadow 0.1s;
    box-shadow: var(--hover) 0 0 5vw;
}



/* Channel */
.channel {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: var(--phone-content-radius);

    background-image: var(--content-color);
    box-shadow: var(--shadow-color);
    padding: 3vw;
    padding-top: 1vw;
    margin: 1vw;
    margin-bottom: 10vw;
}

.channel .text {
    text-align: center;
    padding-top: 1vw;
}

.channel .text h1 {
    font-size: 7vw
}

.channel .text h3 {
    font-size: 4vw;
    line-height: 6vw;
}

.channel .text .button {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    
}

.channel .text .button .Subscribe {
    border-radius: var(--phone-button-radius);
    color: var(--color);
    background-color: var(--channel);
    text-align: center;
    font-size: 3.5vw;
    padding: 2.7vw;
    margin-right: 3vw;
    width: 100%;
}

.channel .text .button .Kunjungi {
    border-radius: var(--phone-button-radius);
    color: var(--color);
    background-color: var(--border-color);
    text-align: center;
    font-size: 3vw;
    padding: 2.7vw;
    width: 100%;
}

.channel .text .button #button {
    transition: transform 0.1s, box-shadow 0.1s;
    margin: 2vw;
}

.channel .text .button #button:active {
    transform: scale(1.1);
    transition: transform 0.1s, box-shadow 0.1s;
    box-shadow: var(--hover) 0 0 5vw;
}

.channel iframe {
    width: 93vw;
    height: 52.2vw;
    margin: -3vw;
    margin-top: 3vw;
    border-radius: var(--phone-content-radius);
    border: 0.5vw solid var(--border-color);
}



/* Article */
body article {
    margin: 2vw;
    margin-top: 0;
    margin-bottom: 10vw;
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
    border-radius: var(--phone-content-radius);

    background-image: var(--content-color);
    box-shadow: var(--shadow-color);
    text-align: center;
}

body article h1 {
    font-size: 7vw;
    margin-bottom: 3vw;
}

body article h3 {
    font-size: 4vw;
    line-height: 6vw;
}

body article div div ul {
    text-align: left;
    display: flex;
    flex-direction: column;
    list-style: none;
    font-size: 3.5vw;
    line-height: 5vw;
    margin: 0;
    margin-top: 0;
    margin-bottom: 5vw;
    padding: 0;
}

body article img {
    border-radius: var(--phone-button-radius);
    border: 0.5vw solid var(--border-color);
    background-color: var(--border-color);
    width: 98%;
    height: 98%;
}

body article #article {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    margin: 3vw;
    margin-top: 0;
}

body article #article1 {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    text-align: center;
    margin: 3vw;
    margin-top: 0;
}



/* Proyek */
.project .title {
    display: flex;
    flex-direction: column;
    margin: 1vw;
    margin-bottom: 4vw;
    padding: 3vw;
    padding-top: 1vw;
    border-radius: var(--phone-content-radius);

    background-image: var(--content-color);
    box-shadow: var(--shadow-color);
    text-align: center;
}

.project .title h1 {
    font-size: 7vw;
}

.project .title h3 {
    font-size: 4vw;
    line-height: 6vw;
    margin-top: 0;
}

.project .title a {
    border-radius: var(--phone-button-radius);
    color: var(--color);
    background-color: var(--border-color);
    text-align: center;
    font-size: 3.5vw;
    padding: 2.7vw;
    margin: 2vw;
    transition: transform 0.1s, box-shadow 0.1s;
}

.project .title a:active {
    transform: scale(1.1);
    transition: transform 0.1s, box-shadow 0.1s;
    box-shadow: var(--hover) 0 0 5vw;
}

.project #row {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 1vw;
    margin-right: 0;
    padding-bottom: 3vw;
}

.project #row div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 99%;
    margin: 0;
    margin-bottom: 4vw;
    border-radius: var(--phone-content-radius);

    background-image: var(--content-color);
    box-shadow: var(--shadow-color);
    text-align: center;

    transition: transform 0.2s, padding 0.2s, margin 0.2s;
}

.project #row div.hover {
    transition: transform 0.2s, padding 0.2s, margin 0.2s;
}

.project #row div h1 {
    font-size: 7vw;
}

.project #row div img {
    margin: 5vw;
    margin-top: 0;
    border-radius: var(--phone-button-radius);
    border: 0.5vw solid var(--border-color);
}

.project #row div a {
    visibility: hidden;
    opacity: 0;
    transition: transform 0.2s, padding 0.2s, margin 0.2s;
}

.project #row div.hover a {
    visibility: visible;
    opacity: 1;
    border-radius: var(--phone-button-radius);
    color: var(--color);
    background-color: var(--border-color);
    text-align: center;
    font-size: 3.5vw;
    padding: 2.7vw;
    margin-left: 5vw;
    margin-right: 5vw;
    margin-bottom: 5vw;
    margin-top: 3vw;
    transition: transform 0.1s, box-shadow 0.1s, opacity 0.1s linear 0.2s, padding 0.2s, margin 0.2s;
}

.project #row div.hover a:active {
    transform: scale(1.05);
    transition: transform 0.1s, box-shadow 0.1s;
    box-shadow: var(--hover) 0 0 5vw;
}



/* Masukan dan Saran */
.suggestions {
    margin: 2vw;
    margin-top: 0;
    /* margin-top: 12vw; */
    margin-bottom: 0;
    padding: 3vw;
    padding-top: 1vw;
    border-radius: var(--phone-content-radius);

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    background-image: var(--content-color);
    box-shadow: var(--shadow-color);
}

.suggestions .text h1 {
    font-size: 7vw;
    text-align: center;
}

.suggestions .text h3 {
    font-size: 4vw;
    line-height: 6vw;
    margin-bottom: 3vw;
    text-align: center;
}

.suggestions .form {
    display: flex;
    flex-direction: column;
    margin-top: 2vw;
}

.suggestions .form input {
    background-color: var(--form-color);
    border: none;
    border-radius: var(--phone-button-radius);
    padding: 3vw;
    margin: 0.8vw;
    margin-top: 3vw;
    margin-right: 0;
    font-size: 3vw;
}

.suggestions .form input:focus {
    background-color: var(--form-color);
    border: none;
    border-color: var(--color);
    border-radius: var(--phone-button-radius);
    padding: 2.7vw;
    margin-top: 3vw;
    margin: 0.8vw;
    margin-right: 0;
    font-size: 3vw;
}

.suggestions .form textarea {
    background-color: var(--form-color);
    border: none;
    border-radius: var(--phone-button-radius);
    padding: 2.7vw;
    margin: 0.8vw;
    margin-top: 3vw;
    margin-right: 0;
    font-size: 3vw;
    resize: none;
}

.suggestions .form textarea:focus {
    background-color: var(--form-color);
    border: none;
    border-color: var(--color);
    border-radius: var(--phone-button-radius);
    padding: 2.7vw;
    margin: 0.8vw;
    margin-top: 3vw;
    margin-right: 0;
    font-size: 3vw;
    resize: none;
}

.suggestions .form a {
    border-radius: var(--phone-button-radius);
    border: none;
    color: var(--color);
    background-color: var(--border-color);
    text-align: center;
    font-size: 3.5vw;
    padding: 2.7vw;
    margin-top: 3vw;
    transition: transform 0.1s, box-shadow 0.1s;
}

.suggestions .form a:active {
    transform: scale(1.1);
    transition: transform 0.1s, box-shadow 0.1s;
    box-shadow: var(--hover) 0 0 5vw;
}



/* Fotter */
footer {
    background-color: var(--border-color);
    /* box-shadow: var(--shadow-color); */
    color: var(--background-color);
    text-shadow: 0 0 0px var(--border-color);
    margin: 2vw;
    margin-top: 10vw;
    padding: 4vw;
    padding-top: 0;
    padding-bottom: 3vw;
    border-radius: var(--phone-content-radius);
}

footer h1 {
    font-size: 6vw;
    text-align: left;
    margin-bottom: 0;
}

footer p {
    text-align: center;
    font-size: 3vw;
    line-height: 5vw;
}

.footer a {
    margin: 1vw;
    font-size: 1vw;
    color: var(--background-color);
}

.footer ul {
    display: grid;
    margin-right: 5vw;
}

.footer ul li {
    margin-left: 2vw;
    margin-bottom: 0.5vw;
}

.footer ul li a {
    margin: 0;
    font-size: 3vw;
}

.footer .link {
    margin-left: 1vw;
    display: flex;
    flex-direction: column;
}

footer .content a {
    font-size: 3vw;
    text-align: center;
    color: var(--background-color);
    margin-left: 1vw;
}

footer .title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

footer .title div {
    display: flex;
    flex-direction: column;
}

footer .title img {
    margin-top: 3vw;
    height: 8vw;
    width: auto;
}

footer .content {
    display: flex;
    flex-direction: column;
}

footer .content .button {
    margin-top: 1vw;
    margin-left: 0;
    /* display: flex; */
    flex-direction: row;
    justify-content: space-between;
}

footer .content .button a {
    margin-right: 1vw;
    background-color: var(--border-color);
    border-radius: var(--button-radius);
}

footer .content .button a img {
    width: 8vw;
    padding: 2.7vw;
    margin: 2.3vw;
    border-radius: var(--phone-button-radius);

    background-color: var(--background-color);
    color: var(--color);
    transition: transform 0.1s, box-shadow 0.1s;
}

footer .content .button a img:active {
    transform: scale(1.1);
    transition: transform 0.1s, box-shadow 0.1s;
    box-shadow: var(--hover) 0 0 5vw;
}

}