* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.home {
    background-color: #e8e8e4;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15rem;
}

.home-content {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    text-align: left;
    justify-content: center;
    margin-top: 100px;
}


.home-content h3 {
    margin-bottom: 2rem;
    margin-top: 1rem;
    font-size: 3.5rem;
    margin-left: 30px;
}

.home-content h2 {
    font-size: 2rem;
    font-weight: 700;
    /* margin-top: 1rem; */
    line-height: 1;
}

.home-image {
    border-radius: 50%;
    margin-top: 10px;
    margin-right: 30px;
}

.home-image img {
    margin-top: 20px;
    top: 3rem;
    width: 22vw;
    border-radius: 50%;
    box-shadow: 0 0 25px rgb(116, 254, 106);
    cursor: pointer;
    transition: 0.4s ease-in-out;
}

.home-image img:hover {
    box-shadow: 0 0 25px rgb(116, 254, 106),
        0 0 50px rgb(116, 254, 106),
        0 0 100px rgb(116, 254, 106);
}

.icon-item a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 4.5rem;
    height: 4.5rem;
    background: transparent;
    border: 2px solid rgb(116, 254, 106);
    font-size: 2.5rem;
    border-radius: 50%;
    color: rgb(116, 254, 106);
    margin: 3rem 1.5rem 3rem 0;
    transition: 0.3s ease-in-out;
}

.icon-item a:hover {
    color: white;
    transform: scale(1.3)translateY(-5px);
    box-shadow: 0 0 25px rgb(116, 254, 106);
    background-color: rgb(116, 254, 106);
}

.text-animation .text {
    color: rgb(116, 254, 106);
    font-size: 40px;
    font-weight: 600;
}

.text-animation .text.first-text {
    color: black;
}

.container-hm {
    margin-top: 100px;
    margin-bottom: 20px;
    padding: 50px 100px;
    width: 89%;
    background-color: white;
    display: flex;
    gap: 5rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
}


.heading {
    text-align: center;
    font-weight: bold;
}

.container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(235px, auto));
    align-items: center;
    gap: 1rem;
    text-align: center;
    margin-top: 30px;
}

.col {
    box-sizing: border-box;
    height: 320px;
    width: 600px;
    background-color: white;
    padding: 100px, 100px, 100px, 100px;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
}

.col img {
    margin-top: 20px;
    border-radius: 10px;
}

.col h4 a {
    text-decoration: none;
    color: #007bff;
}

.project {
    background-color: #e8e8e4;
}

.about {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10rem;
}

.about-content {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    margin-top: 10px;
}

.about-img {
    border-radius: 50%;
    margin-top: 10px;

}

.about-img img {
    margin-left: 20px;
    margin-top: 10px;
    top: 3rem;
    width: 25vw;
    border-radius: 50%;
    box-shadow: 0 0 25px rgb(116, 254, 106);
    cursor: pointer;
    transition: 0.4s ease-in-out;
}

.about-img img:hover {
    box-shadow: 0 0 25px rgb(116, 254, 106),
        0 0 50px rgb(116, 254, 106),
        0 0 100px rgb(116, 254, 106);
}

.text p {
    font-size: 25px;
    border-bottom: 2px solid rgb(116, 254, 106);
}

h2 {
    margin-top: 50px;
    text-align: center;
    font-weight: bold;
    color: rgb(116, 254, 106);
}

.container-box {
    border-radius: 12px;
    margin-top: 100px;
    padding: 30px 80px;
    background-color: white;
    display: flex;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
}


.skill .skill-container .item .child {
    background-color: #e8e8e4;
    padding: 20px 50px;
    border-radius: 10px;
}

.bhs {
    padding-top: 20px;
    margin-top: 50px;
    font-size: 18px;
    font-weight: 600;
    margin-left: 100px;
}

.skill-container {
    margin-top: 20px;
    display: flex;
    gap: 3rem;
    text-align: center;
    justify-content: center;
}

.item {
    padding: 20px;
    height: 120px;
    width: 250px;
    background-color: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.item h4 {
    margin-top: 10px;
}

.frame {
    margin-top: 20px;
    display: flex;
    gap: 3rem;
    text-align: center;
    justify-content: center;
}

.child {
    padding-top: 20px;
    width: 250px;
    height: 120px;
    background-color: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.child h4 {
    margin-top: 10px;
}


.frame-work {
    margin-top: 50px;
    font-size: 18px;
    font-weight: 600;
    margin-left: 100px;
}

.tools {
    margin-top: 20px;
    display: flex;
    gap: 3rem;
    text-align: center;
    justify-content: center;

}

.sertifikat {
    margin-top: 20px;
    justify-content: center;
    margin-bottom: 30px;
}

.certificate {
    display: flex;
    gap: 3rem;
    padding: 20px;
    /* height: 100px; */
    width: 90%;
    margin-top: 20px;
    margin-left: 60px;
    background-color: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.certificate img {
    margin-left: 30px;
    border-radius: 10px;
}

.certificate p {
    margin-top: 20px;
    font-weight: bold;
}

.certificate a {
    margin-top: 10px;
    font-size: 25px;
    margin-left: 200px;
    text-decoration: none;
}


.contact {
    font-family: Arial, sans-serif;
    background-color: #f0f4f8;
    margin: 0;
    padding: 0;
}

.container-contact {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px;
    padding-top: 150px;
}

.contact-container {
    padding: 20px;

}

h1 {
    font-size: 2em;
    color: #333;
}

.contact-form {
    width: 35rem;
    flex: 1;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
}

.contact-form input,
.contact-form textarea {
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 1em;
    background-color: #d8e6d3;
    /* Light green background */
}

.contact-form button {
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    background-color: #5cb85c;
    /* Darker green for the button */
    color: white;
    font-size: 1em;
    cursor: pointer;
}

.contact-form button:hover {
    background-color: #4cae4c;
}

.map {
    flex: 1;
}

.map iframe {
    /* width: 50%; */
    border-radius: 5px;
}

