* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Poppins, sans-serif;
    text-decoration: none;
    list-style: none;
    scroll-behavior: smooth;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px 12%;
    background-color: rgba(0, 0, 0, 0.818);
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
}

.logo {
    font-size: 25px;
    color: white;
    font-weight: 600;
    transition: 0.3s ease;
}

.logo:hover {
    color: orangered;
    text-shadow: 0 0 25px orangered,
        0 0 50px orangered;
    transform: scale(1.1);
}

span {
    color: orangered;
}


.navbar a {
    font-size: 18px;
    color: white;
    font-weight: 500;
    margin: 0 20px;
    border-bottom: 3px solid transparent;
    transition: 0.3s ease;
}

.navbar a:hover,
.navbar a.active {
    color: orangered;
    border-bottom: 3px solid orangered;
}

.contact {
    padding: 10px 28px;
    background-color: white;
    color: black;
    border: 2px solid transparent;
    border-radius: 8px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    transition: 0.3 ease;
}

.contact:hover {
    background-color: orangered;
    box-shadow: 0 0 25px orangered;
    color: white;
}

.home {
    width: 100%;
    min-height: 100vh;
    background: rgb(241, 241, 241);
    display: flex;
    align-items: center;
    gap: 7em;
    padding: 30px 12% 0;
}

.home-content {
    max-width: 800px;
}

.home-content h3 {
    font-size: 42px;
}

.home-content h1 {
    font-size: 62px;
    line-height: 1.2;
}

.home-content p {
    font-size: 18px;
    margin: 25px 0 30px;
}

.btn-box {
    width: 345px;
    display: flex;
    gap: 2em;
}

.btn-1 {
    padding: 15px 28px;
    background-color: black;
    color: white;
    border: 2px solid transparent;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s ease;
    cursor: pointer;
}

.btn-1:hover {
    background-color: white;
    color: black;
    border: 2px solid black;
}

.btn-2 {
    padding: 15px 28px;
    background-color: orangered;
    color: white;
    border: 2px solid black;
    border-radius: 8px;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    transition: 0.3s ease;
    cursor: pointer;
}

.btn-2:hover {
    background-color: white;
    color: orangered;
}

.img-box img {
    border-radius: 50%;
    width: 70%;
    height: 80%;
    box-shadow: 0 0 20px black,
        0 0 50px black;
}

::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-thumb {
    background-color: orangered;
}

::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.6);
    width: 50px;
}

.about {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12% 8%;
    gap: 10em;
    background-color: black;
}

.about-img img {
    position: relative;
    width: 80%;
    box-shadow: 0 0 25px orangered,
        0 0 50px orangered;
    border-radius: 50%;
}

.about-content h2 {
    text-align: left;
    color: white;
    font-size: 42px;
}

.about-content h3 {
    font-size: 62px;
    color: white;
}

.about-content p {
    color: white;
    font-size: 20px;
    margin: 2em 0 3em;
}

.Skills h2 {
    text-align: center;
    margin-top: 3em;
    margin-bottom: 5rem;
    font-size: 62px;
}

.Skills {
    background-color: black;
    color: white;
    padding: 30px 10% 0;
}

.skill-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    ;
    align-items: center;
    gap: 2.5rem;
}

.skill-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: orangered;
    height: 600px;
    border-radius: 3rem;
    border: 5px solid transparent;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.skill-box:hover {
    background-color: white;
    color: orangered;
    border: 5px solid white;
    transform: scale(1.03);
}

.skill-box .skill-info {
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 5rem 5rem;
}

.skill-info h4 {
    font-size: 20px;
    margin: 2rem 0;
    font-weight: 800;
}

.skill-info p {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7;
}

.skill-info i {
    font-size: 8rem;
}

/* .timeline-section{
    min-height: 100vh;
    padding: 100px 15px;
}

.timeline-section h2 {
    text-align: center;
    margin-top: 3em;
    margin-bottom: 5em;
    font-size: 36px;
}

.timeline-items{
    max-width: 1000px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.timelines-items::before{
    content: '';
    position: absolute;
    width: 5px;
    height: 100%;
    background-color: black;
    left: calc(50% - 1px);
}

.timeline-items {
    margin-bottom: 40px;
    width: 100%;
    position: relative;
} */

.proyek h2 {
    text-align: center;
    margin-top: 3em;
    margin-bottom: 5rem;
    font-size: 62px;
}
.proyek h3 {
    text-align: center;
    font-size: 20px;
}

.proyek p {
    font-size: 14px;
}

.proyek {
    background-color: black;
    color: orangered;
    padding: 30px 10% 0;
    padding-bottom: 100px;
}

.proyek-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    place-items: center;
    margin: 5rem 0;
    row-gap: 5rem;
    gap: 3em;
}

.proyek .heading span{
    color: white;
}

.proyek-kartu {
    height: 600px;
    max-height: 550px;
    background-color: white;
    backdrop-filter: blur(30px);
    border: 2px solid orangered;
    border-radius: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 2rem;
    padding: 5rem 2rem;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 0 5px orangered;
    transition: 0.4s ease;
}

.proyek-kartu:hover {
    box-shadow: 0 0 25px orangered,
        0 0 25px orangered;
    transform: scale(1.02);
}

.proyek-kartu img {
    max-width: 50vh;
    object-fit: cover;
}

.proyek-kartu h3 {
    font-size: 23px;
}

.contact-form h2 {
    text-align: center;
    margin-top: 3em;
    margin-bottom: 1em;
    font-size: 36px;
}

.contact-form {
    padding: 30px 10% 0;
}

.contact-form form {
    max-width: 50em;
    margin: 1rem auto;
    text-align: center;
    margin-bottom: 3em;
}

.contact-form form .input-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.contact-form form .input-box input,
.contact-form form textarea {
    width: 100%;
    padding: 1.5em;
    font-size: 18px;
    color: black;
    background-color: rgb(241, 241, 241);
    border-radius: .8rem;
    margin: 1rem 0;
    resize: none;
}

.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    padding: 40px 0;
    background-color: black;
}

.footer .social {
    text-align: center;
    padding-bottom: 25px;
    color: white;
}

.footer .social a {
    font-size: 24px;
    color: white;
    border: 2px orangered;
    width: 40px;
    height: 40px;
    line-height: 38px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin: 0 8px;
    box-shadow: inset 0 0 10px orangered, 0 0 10px orangered;
    transition: 0.3s ease;
}

.footer .social a:hover {
    transform: scale(1.2)translateY(-10px);
    color: orangered;
    border: 2px solid orangered;
}

.footer ul {
    margin-top: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0;
    text-align: center;
}

.footer ul li a {
    color: white;
    border-bottom: 3px solid transparent;
    transition: 0.3 ease;
}

.footer ul li a:hover {
    border-bottom: 3px solid orangered;
}

.footer ul li {
    display: inline-block;
    padding: 0 15px;
}

.footer .copyright {
    margin-top: 15px;
    text-align: center;
    font-size: 12px;
    color: white;
}

@media(max-width:895px){
    #menu-icon{
        display: block;
    }
    .navbar{
        position: absolute;
        top: 100%;
        right: 0;
        width: 50%;
        padding: 1rem 3%;
        background: rgba(0, 0, 0, 0.818);
        backdrop-filter: blur(10px);
        border-bottom-left-radius: 2rem;
    }
}