*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: "Poppins", sans-serif;
}

:root{
    --color-hitam: #1a1a1a;
    --color-putih: #ffffff;
    --color-ungu: #7776b9;
    --text-color: #ffffff;
    --text-color-opacity: rgba(255, 255, 255, 0.454);
}

.container{
    width: 80%;
    margin-inline: auto;
}

.navbar{
    width: 100%;
    padding: 25 px 0 25px 0;
    position: absolute;
    z-index: 9999;
}

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

.navbar .navbar-box .logo{
    background-color: var(--color-putih);
    width: 35px;
    height: 35px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    display: grid;
    place-items: center;
}

.navbar .navbar-box .logo p{
    font-weight: bold;
}

.navbar .navbar-box .menu{
    display: flex;
    gap: 40px;
}

.navbar .navbar-box .menu li{
    list-style-type: none;
}

.navbar .navbar-box .menu li a{
    color: var(--text-color-opacity);
    text-decoration: none;
    font-size: 14px;
}

.navbar .navbar-box .social{
    display: flex;
    gap: 15px;
}

.navbar .navbar-box .social a{
    color: var(--text-color-opacity);
    text-decoration: none;
}

.navbar .navbar-box .menu li a:hover,
.navbar .navbar-box .social a:hover{
    color: var(--text-color);
}

.hamburger{
    padding: 0;
    margin-left: 20px;
    height: 24px;
    display: none;
}

.hamburger .hamburger-box{
    width: 30px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: white;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: white;
}

.header{
    width: 100%;
    min-height: 100vh;
    background-color: #1a1a1a;
    opacity: 1;
    background-image: linear-gradient(#1b1b1b 4px, transparent 4px), linear-gradient(to right, #1b1b1b 4px, #1a1a1a 4px);
    background-size: 80px 80px;
    padding-top: 150px;
    padding-bottom: 100px;
}

.header .header-box {
    text-align: center;
}

.header .header-box img {
    width: 200px;
    margin-bottom: 20px;
    --animate-delay: 3s;
    border-radius: 70%;
    -webkit-border-radius: 70%;
    -moz-border-radius: 70%;
    -ms-border-radius: 70%;
    -o-border-radius: 70%;
}

.header .header-box h1 {
    color: var(--text-color);
    font-weight: 600;
    font-size: 50px;
    margin-bottom: 30px;
    line-height: 1.3;
    --animate-delay: 4.2s;
}

.header .header-box p {
    width: 60%;
    margin-inline: auto;
    color: var(--text-color-opacity);
    line-height: 2;
    font-size: 14px;
    margin-bottom: 50px;
    --animate-delay: 4.7s;
}

.header .header-box a {
    padding: 15px 25px 15px 25px;
    background-color: var(--color-putih);
    text-decoration: none;
    color: var(--color-hitam);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    font-weight: 500;
    border: none;
    --animate-delay: 5.2s;
}

.header .header-box a:hover {
    background-color: var(--color-ungu);
    color: white;
}

.header .header-box h2 {
    color: var(--text-color);
    font-weight: 500;
    margin-bottom: 40px;
    --animate-delay: 3.7s;
}

.header-info {
    display: flex;
    gap: 30px;
    align-items: center;
    position: absolute;
    --animate-delay: 5.2s;
}

.header-info div {
    background-color: #3f4451;
    padding: 10px 15px 10px 15px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    font-size: 14px;
    color: var(--text-color);
}

.header-info i {
    font-size: 24px;
    color: var(--text-color-opacity);
    transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
}

.header-info.info1 {
    top: 300px;
    left: 250px;
}

.header-info.info2 {
    top: 300px;
    right: 250px;
}

.header-info.info2 i {
    transform: rotate(-95deg);
    -webkit-transform: rotate(-95deg);
    -moz-transform: rotate(-95deg);
    -ms-transform: rotate(-95deg);
    -o-transform: rotate(-95deg);
}

.header-info.info3 {
    top: 600px;
    right: 100px;
}

.header-info.info3 i {
    transform: rotate(-95deg);
    -webkit-transform: rotate(-95deg);
    -moz-transform: rotate(-95deg);
    -ms-transform: rotate(-95deg);
    -o-transform: rotate(-95deg);
}

.header-info.info4 {
    top: 600px;
    left: 100px;
}

.about {
    width: 100%;
    min-height: 100vh;
    padding: 150px 0 150px 0;
}

.about .title {
    margin-bottom: 100px;
    text-align: center;
}

.about .title h1 {
    font-size: 40px;
}

.about .title p {
    color: rgba(0, 0, 0, 0.5);
}

.about .about-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-content: center;
}

.about .about-box .box:nth-child(1) img {
    width: 100%;
    border-radius: 60%;
    -webkit-border-radius: 60%;
    -moz-border-radius: 60%;
    -ms-border-radius: 60%;
    -o-border-radius: 60%;
}

.about .about-box .box:nth-child(2) {
    padding-left: 80px;
}

.about .about-box .box:nth-child(2) h1 {
    margin-bottom: 5px;
}

.about .about-box .box .ability {
    margin-bottom: 20px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
}

.about .about-box .box .desc {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 30px;
}

.about .about-box .box a {
    padding: 15px 25px 15px 25px;
    text-decoration: none;
    background-color: var(--color-ungu);
    color: white;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.about .about-box .box a:hover {
    background-color: #6c5bc2;
}

.about .about-box .box .desc span {
    font-weight: 600;
}

.skills {
    padding: 100px 0 150px 0;
    background-color: var(--color-hitam);
}

.skills .title {
    text-align: center;
    margin-bottom: 100px;
}

.skills .title h1 {
    font-size: 40px;
    color: var(--text-color);
}

.skills .title p {
    color: var(--text-color-opacity);
}

.skills .skills-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.skills .skills-box .box {
    background-color: var(--color-putih);
    padding: 30px 40px 30px 40px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.skills .skills-box .box:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

.skills .skills-box .box h3 {
    color: var(--color-hitam);
    margin-bottom: 20px;
    text-align: center;
}

.skills .skills-box .box .front-skills {
    display: flex;
    flex-wrap: wrap;
    gap: 100px;
    justify-content: center;
}

.skills .skills-box .box .front-skills div {
    padding: 10px 20px 10px 20px;
    background-color: aqua;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.skills .skills-box .box .back-skills {
    display: flex;
    flex-wrap: wrap;
    gap: 100px;
    justify-content: center;
}

.skills .skills-box .box .back-skills div {
    padding: 10px 20px 10px 20px;
    background-color: fuchsia;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.skills .skills-box .box .network-skills {
    display: flex;
    flex-wrap: wrap;
    gap: 100px;
    justify-content: center;
}

.skills .skills-box .box .network-skills div {
    padding: 10px 20px 10px 20px;
    background-color: yellow;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}


.skills .skills-box .box .design-skills {
    display: flex;
    flex-wrap: wrap;
    gap: 100px;
    justify-content: center;
}

.skills .skills-box .box .design-skills div {
    padding: 10px 20px 10px 20px;
    background-color: greenyellow;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.projects {
    padding: 150px 0 150px 0;
}

.projects .title {
    text-align: center;
    margin-bottom: 150px;
}

.projects .title h1 {
    font-size: 40px;
}

.projects .title p {
    color: rgba(0, 0, 0, 0.5);
}

.projects .big-projects {
    margin-bottom: 150px;
}

.projects .big-projects h1 {
    text-align: center;
    margin-bottom: 20px;
}

.projects .big-projects .big-projects-box {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 50px;
    justify-content: center;
}

.projects .big-projects .big-projects-box .box {
    width: 320px;
}

.projects .big-projects .big-projects-box .box img {
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
}

.projects .big-projects .big-projects-box .box h1 {
    margin-bottom: 5px;
}

.projects .big-projects .big-projects-box .box p {
    margin-bottom: 10px;
    font-size: 14px;
}

.projects .big-projects .big-projects-box .box .tools {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

.projects .big-projects .big-projects-box .box .tools button {
    width: 100px;
    height: 30px;
    background-color: transparent;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border: 1px solid black;
}

.projects .big-projects .big-projects-box .box .detail-projects {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.projects .big-projects .big-projects-box .box .detail-projects a{
    text-decoration: none;
    padding: 5px 20px 5px 20px;
    color: var(--text-color);
}

.projects .big-projects .big-projects-box .box .detail-projects a:nth-child(1) {
    background-color: #6c5bc2;
}

.projects .big-projects .big-projects-box .box .detail-projects a:nth-child(2) {
    background-color: green;
}

.projects .big-projects .big-projects-box .box .detail-projects a:hover{
    opacity: 80%;
}

.projects .front-projects {
    margin-bottom: 150px;
}

.projects .front-projects h1 {
    text-align: center;
    margin-bottom: 20px;
}

.projects .front-projects .front-projects-box {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 50px;
    justify-content: center;
}

.projects .front-projects .front-projects-box .box {
    width: 320px;
}

.projects .front-projects .front-projects-box .box img {
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
}

.projects .front-projects .front-projects-box .box h1 {
    margin-bottom: 5px;
}

.projects .front-projects .front-projects-box .box p {
    margin-bottom: 10px;
    font-size: 14px;
}

.projects .front-projects .front-projects-box .box .tools {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

.projects .front-projects .front-projects-box .box .tools button {
    width: 100px;
    height: 30px;
    background-color: transparent;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border: 1px solid black;
}

.projects .front-projects .front-projects-box .box .detail-projects {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.projects .front-projects .front-projects-box .box .detail-projects a{
    text-decoration: none;
    padding: 5px 20px 5px 20px;
    color: var(--text-color);
}

.projects .front-projects .front-projects-box .box .detail-projects a:nth-child(1) {
    background-color: #6c5bc2;
}

.projects .front-projects .front-projects-box .box .detail-projects a:nth-child(2) {
    background-color: green;
}

.projects .front-projects .front-projects-box .box .detail-projects a:hover{
    opacity: 80%;
}

.projects .ui-ux-design {
    margin-bottom: 100px;
}

.projects .ui-ux-design h1 {
    text-align: center;
    margin-bottom: 20px;
}

.projects .ui-ux-design .ui-ux-design-box {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 30px;
    justify-content: center;
}

.projects .ui-ux-design .ui-ux-design-box .box {
    width: 320px;
}

.projects .ui-ux-design .ui-ux-design-box .box img {
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
}

.projects .ui-ux-design .ui-ux-design-box .box h1 {
    margin-bottom: 5px;
}

.projects .ui-ux-design .ui-ux-design-box .box p {
    margin-bottom: 10px;
    font-size: 14px;
}

.projects .ui-ux-design .ui-ux-design-box .box .tools {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

.projects .ui-ux-design .ui-ux-design-box .box .tools button {
    width: 100px;
    height: 30px;
    background-color: transparent;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border: 1px solid black;
}

.projects .ui-ux-design .dribbble {
    text-align: center;
    margin-top: 50px;
}

.projects .ui-ux-design .dribbble a {
    text-decoration: none;
    padding: 10px 20px 10px 20px;
    background-color: chartreuse;
    color: var(--text-color);
}

.projects .ui-ux-design .dribbble a:hover {
    opacity: 80%;
}

.projects .ui-ux-design .dribbble a i {
    margin-left: 5px;
}

.resume{
    padding: 150px 0 150px 0;
    background-color: var(--color-hitam);
}

.resume .resume-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 100px;
}

.resume .resume-box .box img {
    width: 100%;
}

.resume .resume-box .box h1 {
    color: var(--text-color);
    margin-bottom: 10x;
    font-size: 40px;
}

.resume .resume-box .box p {
    color: var(--text-color-opacity);
    margin-bottom: 40px;
}

.resume .resume-box .box a {
    text-decoration: none;
    color: var(--text-color);
    padding: 15px 30px 15px 30px;
    background-color: var(--color-ungu);
}

.resume .resume-box .box a:hover {
    opacity: 80%;
}

.footer {
    padding: 100px 0 100px 0;
    background-color: var(--color-hitam);
    margin-top: -10px;
}

.footer .footer-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
}

.footer .footer-box .box:nth-child(1) {
    width: 500px;
    color: var(--text-color);
}

.footer .footer-box .box:nth-child(1) h2 {
    margin-bottom: 20px;
}

.footer .footer-box .box:nth-child(1) p {
    color: var(--text-color-opacity);
    font-size: 14px;
}

.footer .footer-box .box:nth-child(2) {
    width: 100px;
    display: flex;
    flex-direction: column;
}

.footer .footer-box .box:nth-child(2) h3 {
    color: var(--text-color);
    margin-bottom: 20px;
}

.footer .footer-box .box:nth-child(2) a {
    text-decoration: none;
    color: var(--text-color-opacity);
    margin-bottom: 5px;
}

.footer .footer-box .box:nth-child(2) a:hover {
    color: var(--text-color);
} 

.footer .footer-box .box:nth-child(3) {
    width: 150px;
    display: flex;
    flex-direction: column;
}

.footer .footer-box .box:nth-child(3) h3 {
    color: var(--text-color);
    margin-bottom: 20px;
}

.footer .footer-box .box:nth-child(3) a {
    text-decoration: none;
    color: var(--text-color-opacity);
    margin-bottom: 5px;
}

.footer .footer-box .box:nth-child(3) a:hover {
    color: var(--text-color);
} 

.loader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
}

.loader img {
    width: 50px;
    height: 50px;
}

.loader.loader-active {
    display: none;
}

@media screen and (max-width: 1200px) {
    .header .header-box img {
        width: 150px;
        height: 150px;
    } 

    .header .header-box h2 {
        font-size: 20px;
    }

    .header .header-box h1 {
        font-size: 40px;
    }

    .header .header-box p {
        font-size: 12px;
    }

    .header-info {
        gap: 20px;
    }

    .header-info.info1 {
        left: 200px;
    }

    .header-info.info2 {
        right: 200px;
    }

    .header-info.info3 {
        top: 700px;
    }

    .header-info.info4 {
        top: 700px;
    }
}

@media screen and (max-width: 992px) {
    .header .header-box p {
        width: 75%;
    }

    .header-info.info1 {
        left: 100px;
    }

    .header-info.info2 {
        right: 100px;
    }

    .header-info.info3 {
        right: 50px;
    }

    .header-info.info4 {
        left: 50px;
    }

    .about .about-box {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, 1fr);
        gap: 100px;
    }

    .about .about-box .box:nth-child(1) img {
        width: 500px;
        margin-inline: auto;
        display: block;
    }

    .about .about-box .box:nth-child(2) {
        text-align: center;
        padding: 0;
    }

    .resume .resume-box .box p {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .navbar .navbar-box .menu {
        position: absolute;
        flex-direction: column;
        top: 100px;
        gap: 0;
        background-color: var(--color-putih);
        width: 80%;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
        transform-origin: top;
        transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        opacity: 0;
}

.navbar .navbar-box .menu.menu-active {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    opacity: 1;
}

.navbar .navbar-box .menu li{
    text-align: center;
    padding: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.navbar .navbar-box .menu li:hover {
    background-color: var(--color-ungu);
}

.navbar .navbar-box .menu li a{
    color: var(--color-hitam);
    font-weight: bold;
}

.navbar .navbar-box .social {
    margin-left: auto;
}

.hamburger {
        display: block;
    }

    .header-info {
        display: none;
    }

    .header .header-box h1 {
        font-size: 30px;
    }

    .header .header-box p {
        width: 85%;
    }

    .about .about-box .box:nth-child(1) img {
        width: 400px;
    }

    .skills .skills-box .box .front-skills div,
    .skills .skills-box .box .back-skills div,
    .skills .skills-box .box .design-skills div {
        font-size: 12px;
    }

    .resume .resume-box {
        grid-template-columns: 1fr;
    }

    .resume .resume-box .box img {
        width: 300px;
        margin-inline: auto;
        display: block;
    }

    .resume .resume-box .box:nth-child(2) {
        text-align: center;
    }
}

@media screen and (max-width: 475px) {
    .header .header-box h2 {
        font-size: 16px;
    }

    .header .header-box h1 {
        font-size: 24px;
        line-height: 1.5;
    }

    .header .header-box p {
        width: 100%;
        font-size: 10px;
    }

    .about .title {
        margin-bottom: 50px;
    }

    .about .title h1 {
        font-size: 35px;
    }

    .about .about-box {
        gap: 30px;
    }

    .about .about-box .box:nth-child(1) img {
        width: 300px;
    }

    .about .about-box .box h1 {
        font-size: 28px;
    }

    .about .about-box .box .skills,
    .about .about-box .box .desc {
        font-size: 12px;
    }

    .skills .title h1 {
        font-size: 35px;
    }

    .projects .big-projects .big-projects-box .box img {
        height: 220px;
    }

    .projects .front-projects .front-projects-box .box img {
        height: 220px;
    }

    .projects .ui-ux-design .ui-ux-design-box .box img {
        height: 220px;
    }

    .resume .resume-box .box img {
        width: 250px;
    }

    .resume .resume-box .box p {
        font-size: 12px;
    }
}

@media screen and (max-width: 375px) {
    .header .header-box h1 {
        font-size: 20px;
    }

    .about .title {
        margin-bottom: 20px;
    }

    .about .title h1 {
        font-size: 30px;
    }

    .skills .title h1 {
        font-size: 30px;
    }
}