body{
    background-color: #0F172A;
    margin: 0;
}
.container{
    width: 95%;
    max-width: 95%;
    display: flex;
    justify-content: center;
    align-content: center;
    justify-self: center;
}
h1{
    font-size: 42px;
    font-family: 'rubik';
}
h2{
    font-size: 34px;
}
h3{
    font-size: 24px;
}
h5{
    font-size: 18px;
}

/* Navbar */
nav{
    backdrop-filter: blur(10px);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: sticky;
    background-color: #1e293bd3;
    top: 5px;
    z-index: 1000;
}
.navbar .container{
    padding: 20px;
    align-items: center;
}
.nav-logo{
    font-family: 'archivo black';
    color: white;
    margin-left: 5%;
    text-decoration: none;
    margin-right: auto;
}
.nav-logo .logo{
    width: 45px;
    filter: drop-shadow(0px 0px 10px #38BDF8);
}
.nav{
    text-align: center;
    align-content: center;
    justify-content: center;
    display: flex;
}
.nav-menu{
    color: #E5E7EB;
    text-decoration: none;
    padding: 10px;
    font-family: 'rubik';
    font-weight: 600;
    margin-left: 10px;
    margin-right: 10px;
    transition: all 0.5s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.nav-button{
    font-family: 'montserrat';
    margin-left: auto;
    margin-right: 5%;
    color: #0B132B;
    text-decoration: none;
    background-color: #E5E7EB;
    padding: 5px;
    border-radius: 20px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}
.nav-menu:hover{
    border-bottom: 1px solid #E5E7EB;
    color: #38BDF8;
}
.nav-button:hover{
    background-color: #9d9e9f;
    color: #21305d;
    border: 1px solid #E5E7EB;
}
.nav .nav-active{
    border-bottom: 1px solid #E5E7EB;
    color: #38BDF8;
}

/* Landing Section */
.landing{
    background: linear-gradient(to bottom, #0F172A, #0F172A, #0F172A, #0F172A, #0F172A, #0F172A, #0F172A, #0F172A, #0F172A, #0F172A, #0F172A, #0F172A, #0F172A, #0F172A, #1E293B);
    max-height: 100vh !important;
    height: 88vh;
}
.landing-core{
    color: #E5E7EB;
    justify-content: center;
    align-content: center;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.landing-core h1{
    animation: fadein 1.2s ease-in forwards;
    animation-range: entry 0% cover 40%;
    animation-timeline: view();
    justify-content: center;
    color: #E5E7EB;
    font-size: 50px; 
    margin-bottom: -60px;
    word-spacing: 2px;
    font-family: 'montserrat';
}
.name span{
    font-style: italic;
    font-family: 'rubik';
    color: #38BDF8;
    font-size: 58px;
}
.potition{
    font-size: 64px;
    font-style: italic;
}
.potition span{
    color: #38BDF8;
}
.landing-core img{
    animation: fadein 1.2s ease-in forwards;
    animation-range: entry 0% cover 40%;
    animation-timeline: view();
    width: 50%;
    filter: drop-shadow(0px -20px 20px #1E293B);
    height: fit-content;
    justify-content: center;
    justify-self: center;
    margin-bottom: -10%;
    -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
}

/* About Me Section */
.about{
    z-index: 10000;
    background-color: #1E293B;
    color: #38BDF8;
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 85vh;
    font-family: 'montserrat';
    text-align: center;
}
.about h3{
    font-size: 24px;
    margin-bottom: 0;
}
.about p{
    color: #E5E7EB;
}
.about h4{
    color: #E5E7EB;
    font-size: 16px;
    margin-top: 5px;
}
.about .container{
    flex-direction: column;
}
.about h1{
    font-family: 'rubik';
}
.about-me p{
    width: 70%;
    justify-self: center;
}
.item-pkl{
    animation: fadein 1.2s ease-in forwards;
    animation-range: entry 0% cover 40%;
    animation-timeline: view();
    text-align: left;
    background-color: #0F172A;
    padding: 20px;
    margin: 10px;
    width: 60%;
    justify-self: center;
    border-radius: 10px;
    box-shadow: 1px 1px 30px #0F172A;
    margin-bottom: 20px;
}
.gambar-pkl{
    display: flex;
    flex-direction: row;
    padding: 10px;
    border-radius: 10px;
    justify-content: center;
}
.gambar-pkl img{
    margin: 10px;
    width: 45%;
    filter: drop-shadow(0px 0px 10px #1E293B);
    border-radius: 10px;
}

/* Skills */
.skill{
    padding-top: 30px;
    padding-bottom: 30px;
}
.skill .container{
    flex-direction: column;
    color: #E5E7EB;
    width: 60%;
    font-family: 'montserrat';
}
.skill .icon-skill{
    width: 30px;
    fill: #E5E7EB;
}
.skill h2{
    display:flex;
    align-items:center;
    justify-self: center;
    gap:10px;
}
.skill-network{
    background-color: #1E293B;
    padding: 20px;
    margin: 10px;
    border-radius: 10px;
    box-shadow: -5px -5px 0px #38BDF8;
    text-align: center;
}
.skill-server{
    background-color: #1E293B;
    padding: 20px;
    margin: 10px;
    border-radius: 10px;
    box-shadow: -5px -5px 0px #38BDF8;
    text-align: center;
}
.skills{
    justify-content: center;
    display: flex;
    flex-direction: row;
    margin: 10px;
}
.skill-item{
    color: #E5E7EB;
    text-align: center;
    border-radius: 10px;
    margin: 10px;
    background-color: #0F172A;
    width: 25%;
    box-shadow: 3px 3px 0px #38BDF8;
    transition: 0.3s all ease-in;
}
.skill-item:hover{
    box-shadow: 3px -3px 0px #E5E7EB;
    color: #38BDF8;
}
.skill-item h5{
    margin-bottom: 0px;
}
.progress-field{
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    padding-bottom: 0;
}
.progress-field h4{
    color: #38BDF8;
    text-align: center;
    margin-left: 10px;
    transition: all 0.3s ease-in;
}
.progress{
    position: relative;
    font-weight: bold;
    background-color: #1E293B;
    color: #38BDF8;
    border-radius: 20px;
    overflow: hidden;
    height: 20px;
    width: 75%;
}
.progress-bar{
    background-color: #38BDF8;
    height: 100%;
    color: white;
    text-align: center;
    padding-right: 10px;
    line-height: 20px;
    font-weight: bold;
    width: 0;
    transition: width 2s ease-in-out,
                background-color 0.3s ease-in;
}
.skill-item:hover .progress-bar{
    background-color: #E5E7EB;
}
.skill-item:hover .progress-field h4{
    color: #E5E7EB;
}

/* Projects */
.project{
    background-color: #1E293B;
    color: #E5E7EB;
    min-height: 130vh;
    font-family: 'Rubik';
    text-align: center;
    padding: 10px;
    padding-top: 20px;
}
.project-field{
    padding: 10px;
    margin: 10px;
    display: flex;
    flex-direction: row;
}
.project .container{
    width: 80%;
}
.project-item{
    background-color: #0B132B;
    padding: 15px;
    padding-top: 0px;
    margin: 20px;
    margin-bottom: 40px;
    width: 500px;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    box-shadow: -5px 0px 0px #38BDF8;
    align-self: center;
    font-family: 'montserrat';
}
.project img{
    width: 60%;
    height: fit-content;
    object-fit: cover;
    align-self: center;
    margin: 10px;
    margin-top: 0px;
    border-radius: 10px;
    box-shadow: 5px -5px 0px #9d9e9f;
    transition: all 0.5s ease;
}
.project img:hover{
    box-shadow: -5px 5px 0px #393939;
}
.project-item a{
    background-color: #38BDF8;
    font-family: 'montserrat';
    width: 25%;
    padding: 10px;
    margin: 10px;
    margin-bottom: 0px;
    align-self: center;
    text-decoration: none;
    border-radius: 10px;
    color: #0F172A;
    font-weight: bold;
    transition: all 0.3s ease;
}
.project-item a:hover{
    background-color: #68cdf8;
    color: #243e8b;
    box-shadow: 0px 0px 10px #38BDF8;
}

/* Blog */
.blog{
    padding-top: 40px;
    padding-bottom: 60px;
}
.blog .container{
    flex-direction: column;
    width: 60%;
    color: #E5E7EB;
}
.blogs{
    justify-content: center;
    display: flex;
    background-color: #1E293B;
    padding: 20px;
    border-radius: 10px;
    align-self: center;
    box-shadow: -5px 5px 0px #38BDF8;
}
.blog-field{
    padding: 20px;
    padding-bottom: 40px;
}
.blog-item{
    background-color: #0F172A;
    color: #E5E7EB;
    padding: 0;
    margin: 15px;
    border-radius: 10px;
    padding-bottom: 10px;
    border: 1px solid transparent;
    transition: all ease 0.3s;
}
.blog-item img{
    width: 100%;
    height: 75%;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: all ease 0.3s;
}
.blog-item p{
    font-size: 18px;
    font-family: 'montserrat';
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}
.blog-item:hover{
    background-color: #21305d;
    color: #38BDF8;
    box-shadow: 0px 0px 10px #38BDF8;
    border: 1px solid #38BDF8;
}
.blog-item:hover img{
    opacity: 70%;
}

/* Contact */
.contact{
    padding-top: 40px;
    padding-bottom: 20px;
    padding-bottom: 60px;
    background-color: #1E293B;
    text-align: center;
    color: #E5E7EB;
    font-family: 'montserrat';
}
.contact a{
    text-decoration: none;
    color: #E5E7EB;
}
.contact h3{
    font-size: 18px;
    align-items: center;
    align-self: center;
}
.contact .container{
    flex-direction: column;
    width: 80%;
}
.contact-field{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.medsos{
    width: 40%;
    background-color: #0B132B;
    padding: 10px;
    border-radius: 20px;
    box-shadow: -5px 0px 0px #38BDF8;
}
.medsos-item{
    margin: 15px;
    border-radius: 10px;
    color: #E5E7EB;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    border: 1px solid transparent;
    background-color: #1E293B;
    transition: all 0.3s ease;
}
.medsos-item:hover{
    border: 1px solid #38BDF8;
    color: #38BDF8;
    box-shadow: 0px 0px 10px #38BDF8;
}
.medsos-item:hover .icon-contact path{
    fill: #38BDF8 !important;
}
.icon-contact{
    padding: 10px;
    width: 50px !important;
}
.icon-contact path{
    fill: #E5E7EB !important;
    transition: all 0.3s ease;
}
.contact-item{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.contact-item a{
    width: 90%;
    height: 50%;
    padding: 10px;
    background-color: #0B132B;
    display: flex;
    flex-direction: row;
    border-radius: 20px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    box-shadow: 5px 0px 0px #38BDF8;
}
.contact-item a:hover{
    color: #38BDF8;
    box-shadow: 5px -5px 0px #38BDF8;
    background-color: #1E293B;
    border: 1px solid #38BDF8;
}
.contact-item a:hover .icon-contact-item path{
    fill: #38BDF8;
}
.contact-item h3{
    font-size: 32px;
    margin-left: 10px;
}
.icon-contact-item{
    width: 80px;
    padding: 10px;
}
.icon-contact-item path{
    transition: all 0.3s ease;
    fill: #E5E7EB;
}

/* Footer */
.footer{
    padding: 20px;
    background-color: #050915;
    color: #9d9e9f;
    font-family: 'roboto';
}
.footer h5{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 10px;
}
.footer hr{
    border: none;
    height: 1px;
    background-color: #9d9e9f;
}
.footer svg{
    fill: #9d9e9f;
    width: 20px;
    height: auto;
    padding: 5px;
    padding-right: 10px;
}
.footer a:hover svg path{
    fill: #E5E7EB;
}
.footer svg path{
    transition: all 0.3s ease;
    fill: #9d9e9f;
}
.footer a{
    position: relative;
    align-items: center;
    display: flex;
    flex-direction: row;
    text-decoration: none;
    color: #9d9e9f;
    transition: all 0.3s ease;
}
.footer a:hover{
    color: #E5E7EB;
}
.footer .container{
    display: block;
}
.footer .footer-item{
    display: flex;
    justify-content: space-between;
}
.footer .description p{
    padding-top: 5px;
}
.footer-contact-item{
    display: flex;
    flex-direction: column;
    padding-top: 0;
    margin-top: 0;
}
.footer-medsos-item{
    display: flex;
    flex-direction: column;
}
.quick-link-item{
    padding-top: 5px;
    display: flex;
    flex-direction: column;
}
.quick-link-item a{
    padding: 5px;
}
.copyright{
    padding: 10px;
    text-align: center;
}