@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html {
    scroll-behavior: smooth;
}

*{
    margin:0;
}

header {
    padding-left: 165px;
    padding-right: 165px;
    position: sticky;
    top: 0;   
    padding-bottom: 10px;   
    padding-top: 20px;         
    z-index: 1000;              
    background: rgba(255, 255, 2255, 0.5); 
    backdrop-filter: blur(4px); 
}

header .navbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .navbar-mobile .menu-mobile a{
    display: none;
    padding-top: 15px;
}

header .name{
    color:#00AAAA;
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    transition: all 0.3s ease;
    transition-delay:0s;
}


header .name:hover{
    color:#000;
    transition-delay:0.1s;
    cursor: pointer;
}

header a {
    text-decoration: none;
    font-family: "Inter", sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: medium;
    margin: 0 15px;
    transition: all 0.3s ease;
    transition-delay:0s;
}

header a:hover {
    color:#00AAAA;
    transition-delay:0.1s;
}


header #downloadcv {
    border: 2px solid #00AAAA;    /* Border berwarna */
    border-radius: 5px; 
    padding: 10px 20px
}

.hamburger {
    width: 30px;
    height: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
}

nav#hamburger{
    display: none;
}

.hamburger span {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #333;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.hamburger.open span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
}

.hamburger.open span:nth-child(2) {
    opacity: 0;
}

.hamburger.open span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
}

section#dashboard{
    padding-top: 100px;
    padding-left: 165px;
    padding-right: 165px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

section#dashboard #right-dashboard img{
    width: 291px;
}


#dashboard .line1, .line2, .line3, .name {
    margin: 0; /* Menghilangkan margin default */
}


#left-dashboard p.line1{
    padding-bottom: 11px;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #00AAAA;
}

#left-dashboard h2.name{
    font-family: 'Inter', sans-serif;
    font-size: 58px;
    padding-bottom: 11px;
}

#left-dashboard p.line2{
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    padding-bottom: 29px;
}

#left-dashboard p.line3{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 29px;
}

#left-dashboard #button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 300px;
}

#left-dashboard #button .contact{
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #fff;
    padding: 16px 24px;
    background: #00AAAA;
    border-radius: 12px;
}


#left-dashboard #button #github{
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #000;
    padding: 16px 24px;
    border-radius: 12px;
}



section#about {
    padding-left: 165px;
    padding-right: 165px;
    padding-top: 200px;
}

section#about h2#text-about{
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    color: #00AAAA;
    padding-bottom: 32px;
}

#about p.line1{
    font-family: 'Roboto', sans-serif;
    line-height: 1.4;
    font-size: 16px;
    text-align: justify;
    padding-bottom: 32px;
}
#about p.line2{
    font-family: 'Roboto', sans-serif;
    line-height: 1.4;
    font-size: 16px;
    text-align: justify;
    padding-bottom: 32px;
}

section#expertise{
    margin-top: 150px;
    background-color: #014B61;
    padding: 100px 165px;
}

section#expertise h2#text-expertise{
    color: #00AAAA;
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: bold;
}

section#expertise h2#summary-expertise{
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    padding: 50px 0;
}

section#expertise ul li{
    list-style: none;
    padding-top: 10px;
    text-align: center;
}

section#expertise ul li p{
    color: #A0C8E9;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

section#expertise .icon-expertise ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    padding-top: 50px;
}

section#expertise .icon-expertise ul li img{
    width: 85px;
}




section#portfolio {
    padding: 80px 165px;
}

section#portfolio h2#text-portfolio{
    color: #00AAAA;
    padding-bottom: 52px;
    font-family: 'Robot', sans-serif;
    font-size: 40px;
}


section#portfolio .card-portfolio{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 100px;
    
}


section#portfolio .card-portfolio .card{
    width: 300px;
    box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}


section#portfolio .card-portfolio .card .img-container {
    position: relative; 
    display: inline-block; 
  }
  
section#portfolio .card-portfolio .card .img-container img {
    display: block;
    width: 300px;
}


section#portfolio .card-portfolio img{
    width: 300px;
    border-radius: 10px;
}



section#portfolio .card-portfolio .card .link {
    color: #fff;
    text-decoration: none;
    display: flex; 
    opacity: 0; 
    transform: translateY(5%);
    transition: transform 0.3s ease, opacity 0.3s ease, background 0.5s ease; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    z-index: 10; 
    pointer-events: none;

}

section#portfolio .card-portfolio .card .img-container:hover .link {
    opacity: 1; 
    transform: translateY(0);
    pointer-events: all; 

}

section#portfolio .card-portfolio .card .img-container .link .text{
    text-decoration: none;
    background: #014B61;
    padding: 10px 30px;
    font-family: 'Roboto', sans-serif;
    border-radius: 20px;
    font-size: 12px;
}

section#portfolio .card-portfolio .portfolio-title{
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 26px;
    padding-top: 8px;
    padding-bottom: 14px;
    text-align: center;

}

section#portfolio .card-portfolio p{
    padding:20px

}

section#portfolio .card-portfolio .portfolio-desc{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-align: justify ;
}

section#portfolio .download-porto{
    width: 100%;
    text-align: center;
    padding-top: 100px;
}

section#portfolio .download-porto a{
    text-decoration: none;
    color: #000;
    border: 2px solid #00AAAA; 
    padding: 20px 30px;
    border-radius: 10px;
    font-family: 'Robot', sans-serif;
    font-size: 14px;
    transition: all 0.3s ease;
    transition-delay:0s;
}

section#portfolio .download-porto a:hover{
    color: #00AAAA;  
    transition-delay:0.1s;
}


section#article {
    padding: 80px 165px;
}

section#article h2#text-article{
    color: #00AAAA;
    padding-bottom: 52px;
    font-family: 'Robot', sans-serif;
    font-size: 40px;
}


section#article .card-article{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px;
    
}


section#article .card-article .article{
    width: 300px;
    box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}


section#article .card-article .article .img-container {
    position: relative; 
    display: inline-block; 
  }
  
section#article .card-article .article .img-container img {
    display: block; 
    width: 300px; 
}


section#article .card-article img{
    width: 300px;
    border-radius: 10px;
}



section#article .card-article .article .link {
    color: #fff;
    text-decoration: none;
    display: flex; 
    opacity: 0; 
    transform: translateY(5%);
    transition: transform 0.3s ease, opacity 0.3s ease, background 0.5s ease; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    z-index: 10; 
    pointer-events: none;

}

section#article .card-article .article .img-container:hover .link {
    opacity: 1; 
    transform: translateY(0);
    pointer-events: all; 

}

section#article .card-article .article .img-container .link .text{
    text-decoration: none;
    background: #014B61;
    padding: 10px 30px;
    font-family: 'Roboto', sans-serif;
    border-radius: 20px;
    font-size: 12px;
}

section#article .card-article .portfolio-title{
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 20px;
    padding-top: 8px;
    padding-bottom: 14px;
    text-align: center;

}

section#article .card-article p{
    padding:20px

}

section#article .card-article .portfolio-desc{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-align: justify ;
}


section#contact{
    padding: 80px 165px;
}

section#contact #text-contact{
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    color: #00AAAA;
    padding-bottom: 20px;
}

section#contact h3{
    font-family: 'Inter', sans-serif;
    font-size: 30px;
    padding-bottom: 20px;
}

section#contact .description{
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    padding-bottom: 20px;
}


section#contact .contact-card .contact img{
    width: 56px;
}


section#contact .contact-card{
    display: flex ;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
}


section#contact .contact-card .contact a{
    width: 300px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-decoration: none;
    color: #000;
    font-family: 'Inter', sans-serif;
    box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 15px;
}

section#contact .contact-card .contact a .info p{
    padding-left: 20px;
    line-height: 1.8;
}

section#contact .contact-card .contact a .info p.desc{
    color: #92929D;
}


section#footer{
    padding: 80px 165px;
    background: #014B61;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: space-between;
}

section#footer  h3{
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    padding-bottom: 14px;
}

section#footer p{
    color: #A0C8E9;
    font-family: 'Robot', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.8;
}

@media (max-width:1200px) {
    header{
        padding: 10px 50px;
    }

    section#dashboard{
        padding: 10px 50px;

    }

    section#about{
        padding: 30px 50px;
    }

    section#expertise{
        padding: 30px 50px;
    }

    section#portfolio{
        padding: 100px 50px;
    }

    section#article{
        padding: 100px 50px;
    }

    section#contact{
        padding: 100px 50px;
    }

    section#footer{
        padding: 100px 50px;
    }
}


@media (max-width:1000px) {
    section#dashboard{
        justify-content: center;
    }

    section#about{
        padding-top: 100px;
    }
}


@media (max-width:1100px) {
    section#portfolio .card-portfolio {
        justify-content: center;
    }

    section#article .card-article {
        justify-content: center;
    }
}


@media (max-width:1130px) {
    section#contact .contact-card{
        justify-content: center;
    }
}


@media (max-width:960px) {
    header{
        justify-content: center;
    }
    header .navbar .menu{
        display: none;
    }
    
    header .navbar-mobile.show{
        padding-top: 10px;
    
    }
    header .navbar-mobile.show{
        width: 100%;
        z-index: 1000;
        display: block;
        position: relative;
        text-align: center;
    
    }


    header .navbar-mobile.show a{
        display: block;
        text-align: center;
    }
    header .navbar-mobile a#downloadcv{
        display: none;
    }
    header nav#hamburger{
        display: block;
    }
}

@media (max-width:910px) {
    section#expertise .icon-expertise ul{
        justify-content: center;
    }
}

@media (max-width:680px) {
    section#footer{
        display: block;
        text-align: center;
    }
    section#footer .right-footer{
        padding-top: 50px;
    }
}

@media (max-width:530px) {
    header nav#cv{
        display: none;
    }
    header{
        padding: 10px;
    }
}

@media (max-width:430px) {
    section#contact .contact-card .contact a{
        max-width: 250px;
    }
}

@media (max-width:440px) {
    section#contact .contact-card .contact a{
        display: block;
        text-align: center;
    }

    section#contact .contact-card .contact a .info p{
        padding-left: 0px;
    }
}

@media (max-width:450px) {
    header .navbar-mobile.navbar-mobile.show a#downloadcv{
        margin-top: 10px;
        display: block;
    }
    header .navbar #cv{
        display: none;
    }
}


@media (max-width:416px) {
    section#dashboard #left-dashboard .name{
        font-size: 40px;
    }
}
