body{
    font-family: 'Archivo Black';
    
    
    background-color: var(--primary-bg-color);
    color: var(--dark-text-color);
    --brand-color: #F63C59;
    
    --primary-bg-color: #fbfbfd;
    --secondary-bg-color: #f5f5f5;
    --tertiary-bg-color: #3C3C43;
    
    --mid-color: #c5c5c5;
    
    --light-text-color: #FFFFFF;s
    --dark-text-color: #1B1B1E;
}

body.dark {
    --primary-bg-color: #1B1B1E;
    --secondary-bg-color: #3C3C43;
    --tertiary-bg-color: #f4f0f5;
    --mid-color: #6D676E;
    
    --light-text-color: #1B1B1E;
    --dark-text-color: #FFFFFF;
}

.page-content{
    background-color: var(--primary-bg-color);
    position: relative;
}

.page-content:after,
.page-content:before {
    background-color: var(--primary-bg-color);
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
    width: calc(50% - 600px);
}

.nav-container, .navbar{
    align-items: center;
    display: flex;
    justify-content: center;
}

.nav-container{
    margin: 0;
}

.navbar{
    position: fixed;
    top: 3vh;
    z-index: 999;
    font-family: math;
}

.nav-background{
    background: var(--secondary-bg-color);
    border-radius: 40px;
    box-shadow: 2px 2px 5px var(--secondary-bg-color);
    height: 40px;
    padding-left: 0;
    padding-right: 0;
    width: 380px;
}
.nav-list{
    align-items: center;
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin-left: -16px;
    margin-right: 20px;
    margin-top: 11px;
}
.nav-item a {
    color: var(--dark-text-color);
    text-decoration: none;
}

.nav-item.active a {
    color: var(--brand-color);
    text-decoration: none;
    text-shadow: 3px 3px 6px var(--brand-color);
}

.nav-item a:hover {
    color: var(--brand-color);
    text-decoration: none;
    text-shadow: 3px 3px 6px var(--brand-color);
}

ul{
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.dark-mode{
    width: 20px;
    height: 20px;
    overflow: hidden;
    border-radius: 50%;
    /*align-items: end;*/
    display: flex;
    justify-content: end;
    padding: 10px;
    filter: drop-shadow(2px 2px 5px var(--secondary-bg-color));
}

.dark-mode i{
    margin: 0;
}

.language{
    padding: 5px;
    margin: 0;
    align-items: center;
    display: flex;
    justify-content: center;
}



.fa-sun {
    color: orange;
    text-shadow: 2px 2px 5px orange;
}

.fa-moon {
    color: lightblue;
    text-shadow: 2px 2px 5px lightblue;
}

.content-wrapper{
    margin: 0 auto;
    max-width: 1000px;
}

.homepage-logo-container{
    align-items: center;
    display: flex;
    justify-content: left;
    padding-top: 130px;
}

.homepage-logo-relative {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    z-index: 999;
    display: flex;
    position: relative;
    top: auto;
    border: none;
    border-radius: 50%;
    box-shadow: 5px 5px 8px var(--secondary-bg-color);
}

.homepage-logo-fixed {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    z-index: 999;
    display: flex;
    position: fixed;
    top: 3vh;
    border: none;
    border-radius: 50%;
    box-shadow: 5px 5px 8px var(--secondary-bg-color);
}

.logo {
    /*width: 100%;*/
    /*height: auto;*/
    object-fit: cover;
    display: block;
    margin: 0;
    padding: 0;
}

.description{
    word-wrap: break-word;
    text-align: justify;
    text-justify: inter-word;
    /*padding-right: 0px;*/
    line-height: 28px;
    font-family: "Heebo",sans-serif;;
}
.title-main-blog{
    font-family: 'Archivo Black';
}
.title-second-blog{
    font-family: 'Archivo Light';
    font-weight: lighter;
    color: grey;
}

.title-point{
    font-family: "Archivo Black";
    margin-top: 40px;
}

.desc-point{
    margin-top: -10px;
    word-wrap: break-word;
    text-align: justify;
    text-justify: inter-word;
    line-height: 28px;
    font-family: "Heebo", sans-serif;
}

.table{
    width: 100%;
    height: auto;
}

.thead{
    height: 100px;
    font-weight: lighter;
    font-family: 'Archivo Light';
    font-size: 24px;
}
.thead tr th{
    border-bottom: 1px solid;
}

.tbody{
    height: auto;
    font-weight: lighter;
    font-family: system-ui;
    margin: 10px;
}
.tbody tr td{
    border-bottom: 1px solid;
}
.skills{
    align-items: center;
    display: flex;
    justify-content: start;
    font-size: 12px;
}

.btn{
    width: auto;
    height: 30px;
    border-radius:  25px;
    margin: 10px;
    padding: 0;
    align-items: center;
    display: flex;
    justify-content: center;
    text-decoration: none;
    font-size: 12px;
    padding: 1px 20px;
}

.btn-css{
    background-color: #33BEFF;
    color: var(--light-text-color);
}

.btn-css:hover{
    color: var(--light-text-color);
    box-shadow: 2px 2px 5px #31E9FF;
}

.btn-js{
    background-color: #ecb920;
    color: var(--light-text-color);
}

.btn-js:hover{
    color: var(--light-text-color);
    box-shadow: 2px 2px 5px #FFCA31;
}

.btn-php{
    background-color: #826ea2;
    color: var(--light-text-color);
}
.btn-php:hover{
    color: var(--light-text-color);
    box-shadow: 2px 2px 5px #AB31FF;
}

.btn-node{
    background-color: #2ECC71;
    color: var(--light-text-color);
}
.btn-node:hover{
    color: var(--light-text-color);
    box-shadow: 2px 2px 5px #40FA8F;
}
.btn-three{
    background-color: var(--secondary-bg-color);
    border: 1px solid;
}
.btn-three:hover{
    border: 1px solid;
    box-shadow: 2px 2px 5px #fff;
}
.btn-projek{
    background-color: #1C8C2C;
    color: #FFFFFF;
    text-decoration: none;
}
.btn-more{
    background-color: var(--secondary-bg-color);
    border: 1px solid;
    color: var(--tertiary-bg-color);
    text-decoration: none;
}
.footer-card{
    align-items: end;
    display: flex;
    justify-content: end;
}

.shadow{
    box-shadow: 5px 5px 8px var(--secondary-bg-color);
}

.mobile {
    display: none;
}

#eng {
    display: none;
}
.flag{
    align-items: center;
    display: flex;
    justify-content: center;
    border: 1px solid lightgrey;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}
#inspired-eng {
    display: none;
}
#recent-project-eng{
    display: none;
}
.eng {
    display: none;
}
.title{
    font-size: 3em;
}
.col-100{
    display: flex;
    width:100%;
    height: auto;
    align-items: center;
}
.col-90{
    width: 90%;
    height: auto;
    align-items: center;
}
.col-80{
    width: 80%;
    height: auto;
    align-items: center;
}
.col-70 {
    width: 70%;
    height: auto;
    align-items: center;
}
.col-60 {
    width: 60%;
    height: auto;
    align-items: center;
}
.col-50 {
    width: 50%;
    height: auto;
    align-items: center;
}
.col-40 {
    width: 40%;
    height: auto;
    align-items: center;
}
.col-30 {
    width: 30%;
    height: auto;
    align-items: center;
}
.col-25 {
    width: 25%;
    height: auto;
    align-items: center;
}
.col-20 {
    width: 20%;
    height: auto;
    align-items: center;
}
.col-10 {
    width: 10%;
    height: auto;
    align-items: center;
}


.row {
    display: flex; /* Menggunakan flexbox untuk mengatur layout kolom */
    align-items: center;
}

.hightlight{
    color: var(--brand-color);
    font-weight: bold;
}
.photo-blog {
    width: 100%;
    height: 200px;
    overflow: hidden;
    object-fit: cover;
    display: flex;
    border-radius: 10px;
    margin: 10px;
    padding: 0;
    background-color: transparent;
    box-shadow: 5px 5px 8px var(--secondary-bg-color);
}
.photo {
    width: 90%;
    height: 200px;
    overflow: hidden;
    object-fit: cover;
    display: flex;
    border-radius: 10px;
    margin: 10px;
    padding: 0;
    background-color: transparent;
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    box-shadow: 5px 5px 8px var(--secondary-bg-color);
    transition: 0.3s;
}
.photo:hover {
    height: 400px;
}


.made-with{
    align-items: center;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.project{
    padding: 15px;
}

.slideshow{
    padding: 5px;
    width: 100%;
    height: auto;
    display: flex;
    background-color: var(--secondary-bg-color);
    border-radius: 24px;
    position: relative;
    box-shadow: 5px 5px 8px var(--secondary-bg-color);
}

.slideshow-image{
    width: 100%;
    border-radius: 24px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.slideshow-fade{
    display: none;
    animation-name: fade;
    animation-duration: 1.5s;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: var(--brand-color);
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
  background-color: var(--secondary-bg-color);
}
.shortcut-slideshow{
    align-items: center;
    display: flex;
    justify-content: center;
}

.active-slide {
  background-color: #717171;
}
@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.card{
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: var(--secondary-bg-color);
    padding: 10px;
    border-radius: 10px;
    box-shadow: 5px 5px 8px var(--mid-color);
    outline: 1px solid var(--mid-color);
}

.image-card{
    max-width: 350px;
    min-width: 50px;
    height: 120px;
    position: relative;
    opacity: 0;
	animation: change-img-anim 30s infinite;
	align-items: center;
    display: flex;
    justify-content: center;
    margin: 20px;
}
.image-card-blog{
    max-width: 350px;
    min-width: 50px;
    height: 120px;
    position: relative;
	align-items: center;
    display: flex;
    justify-content: center;
    margin: 20px;
}

.image-blog{
    width: 100%;
    min-height: 250px;
    height:auto;
    object-fit: cover;
    mix-blend-mode: normal;
}

.image{
    position: absolute;
	width: 100%;
	opacity: 0;
	animation: change-img-anim 30s infinite;
	box-shadow: 5px 5px 8px var(--secondary-bg-color);
}

.image:nth-of-type(1) {
	animation-delay: 0s;
}
.image:nth-of-type(2) {
	animation-delay: 10s;
}
.image:nth-of-type(3) {
	animation-delay: 20s;
}

@keyframes change-img-anim {
	0%{ opacity: 0;}
	10%{ opacity: 1;}
	90%{ opacity: 1;}
	100%{ opacity: 0;}
}

.page-footer{
    position: block;
    padding: 30px;
    border-top: 1px solid var(--mid-color);
}
/*.page-footer:before{*/
/*    border-top: 2px solid var(--mid-color);*/
/*    content: "";*/
/*    left: 0;*/
/*    position: absolute;*/
/*    right: 0;*/
/*}*/

.footer-copyright{
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 10px;
    padding: 10px;
    text-align: justify;
}

.inspired{
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: justify;
}

.contact{
    padding-top: 50px;
    padding-bottom: 50px;
    outline: 2px solid var(--mid-color);
    width: 35%;
    border-radius: 10px;
    margin-bottom: 50px;
    margin-top: 50px;
    /*box-shadow: 5px 5px 10px var(--mid-color);*/
}

.contact-span{
    margin: 20px;
    align-items: start;
    display: flex;
    justify-content: start;
    color: var(--dark-text-color);
    text-decoration: none;
    padding: 10px;
    border-radius: 10px;
    width: min(250px, 350px);
}

.contact-span:hover{
    color: var(--brand-color);
    box-shadow: 2px 2px 5px #AB31FF;
}

.link{
    text-decoration: none;
    color: var(--dark-text-color);
}

.reveal {
    position: relative;
    transform: translateX(-150px);
    opacity: 0;
    transition: 1s all ease;
}
.reveal1 {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
}

.reveal.active, .reveal1.active{
    transform: translateX(0);
    opacity: 1;
}
@media(max-width: 800px){
    .contact{
        width:80%;
    }
    .contact-span{
        width: min(250px, 350px);
    }
}
@media(max-width: 600px) {
    .thead tr th{
        width: 200px;
        word-wrap: break-word;
    }
    .tbody tr td{
        font-size: 13px;
    }
    .navbar {
        font-size:80%;
        margin-left: 30%;
        margin-right: 20%;
        width: 80%
    }

    .nav-background {
        height: 40px;
        width: 80%;
        font-size: 11px;
    }

    .nav-item {
        font-weight: 700
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: flex;
    }
    .navbar-background{
        height: 40px;
        width: 80%;
    }
    .btn{
        width: auto;
        margin: 2px;
        padding: 1px 20px;
    }
    
    .contact{
        width: 100%;
    }
    .contact-span{
        width: min(250px, 350px);
    }
    .description{
        padding-right: 10px;
    }
    #eng{
        display: none;
    }
    .inspired{
        display: block;
        text-align: justify;
        word-wrap: break-word;
    }
    .slideshow{
        align-items: center;
        display: flex;
        justify-content: center;
        width: auto;
    }
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev, .next {
      font-size: 11px;
    }
    .tbody tr td{
        font-size: 10px;
        word-break: break-word;
        font-weight: bold;
    }
    .thead tr th{
        width: 150px;
        font-size: 14px;
        word-wrap: break-word;
    }
}