html {
    scroll-behavior: smooth;
    height: 300px;
}

section {
    min-height: 100vh;
    padding-top: 100px;
}

body::-webkit-scrollbar {
    display: none;
}

/* Halaman BERANDA */
.beranda h1 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-top: 215px;
    margin-left: 130px;
    font-size: 40px;
}

.beranda h3 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 17px;
    margin-left: 130px;
}

.desk {
    margin-left: 130px;
}

.fufufafa {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.btn1 {
    /* position: absolute; */
    margin-left: 130px;
    padding: 10px 20px;
    background-color: black;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
}

.btn1:hover {
    border-radius: 15px;
    transition: border-radius 0.3s ease-in-out;
}

.btn2 {
    /* position: absolute; */
    padding: 10px 20px;
    background-color: white;
    color: black;
    border: 1px solid black;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
}

.btn2:hover {
    border-radius: 15px;
    transition: border-radius 0.3s ease-in-out;
}

.profile {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    margin-top: 150px;
    margin-left: 1000px;
}

.profile:hover {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    transition: box-shadow 0.3s ease-in-out;
}

/* Halaman TENTANG */
.container_perjalanan {
    height: auto;
    width: 600px;
    background-color: white;
    border: 1px solid silver;
    padding-left: 20px;
    padding-top: 20px;
    border-radius: 10px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-right: 20px;
    position: absolute;
    margin-left: 70px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.containerPortofolio {
    height: auto;
    width: auto;
    padding: 10px;
    background-color: white;
}

.proyek {
    gap: 115px;
    display: flex;
    justify-items: flex-start;
    align-items: center;
    height: auto;
    width: auto;
    padding: 10px;
    background-color: white;
}

.proyek img:hover {
    cursor: pointer;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    transition: border-radius 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    -webkit-transition: border-radius 0.3s ease-in-out;
    -moz-transition: border-radius 0.3s ease-in-out;
    -ms-transition: border-radius 0.3s ease-in-out;
    -o-transition: border-radius 0.3s ease-in-out;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.container_perjalanan h5 {
    font-size: 15px;
    font-weight: bold;
}

.container_perjalanan p {
    font-size: 13px;
    margin-top: 10px;
}

.container_informasipribadi {
    height: auto;
    width: 600px;
    background-color: white;
    border: 1px solid silver;
    padding-left: 20px;
    padding-top: 20px;
    border-radius: 10px;
    padding-bottom: 20px;
    padding-right: 20px;
    position: absolute;
    margin-top: 900px;
    margin-left: 850px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.bi-calendar {
    margin-top: 40px;
    cursor: pointer;
}

.bi-geo-alt {
    cursor: pointer;
    margin-top: 10px;
}

.bi-backpack {
    cursor: pointer;
    margin-top: 10px;
}

.bi-person-workspace {
    cursor: pointer;
    margin-top: 10px;
}

.container_informasipribadi p {
    color: silver;
}

.container_informasipribadi h5 {
    font-weight: bold;
    color: black;
}

.container_keahlian {
    display: flex;
    justify-content: flex-start;
    height: auto;
    width: auto;
    gap: 10px;
    background-color: white;
    padding-left: 20px;
    padding-top: 20px;
    border-radius: 10px;
    padding-bottom: 20px;
    padding-right: 20px;
    justify-content: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.container_keahlian button {
    background-color: #f0f0f0;
    color: black;
    margin-top: 5px;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.container_keahlian button:hover {
    border-radius: 15px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    transition: border-radius 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
}

.container_katakata {
    height: auto;
    width: 600px;
    background-color: white;
    border: 1px solid silver;
    padding-left: 20px;
    padding-top: 20px;
    border-radius: 10px;
    padding-bottom: 20px;
    padding-right: 20px;
    position: absolute;
    margin-top: 1330px;
    margin-left: 850px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.container_katakata p {
    font-size: 15px;
    font-style: italic;
    color: silver;
    text-align: center;
}

.container_katakata b {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}

/* halaman PROYEK */
.container_fafufa {
    position: absolute;
    margin-top: 2300px;
    margin-left: 350px;
    width: 800px;
    background-color: white;
    border: 1px solid silver;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.container_fafufa button {
    padding: 10px 20px;
    background-color: black;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 20px;
}

.kontak h1 {
    position: absolute;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-top: 2400px;
    margin-left: 600px;
    font-size: 40px;
}

.kontak h5 {
    position: absolute;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    margin-top: 2460px;
    margin-left: 430px;
}

.container_kontak {
    position: absolute;
    margin-top: 2550px;
    margin-left: 350px;
    width: 400px;
    background-color: white;
    border: 1px solid silver;
    padding: 20px;
    border-radius: 10px;
}

.bi-envelope-at {
    margin-top: 20px;
}

.container_wakturespons {
    position: absolute;
    margin-top: 2550px;
    margin-left: 760px;
    width: 390px;
    background-color: white;
    border: 1px solid silver;
    padding: 20px;
    border-radius: 10px;
    height: 520px;
}

.bi-google {
    margin-left: 120px;
    cursor: pointer;
}

.bi-instagram,
.bi-facebook,
.bi-whatsapp,
.bi-youtube,
.bi-github,
.bi-git {
    cursor: pointer;
}

/* Reset bawaan */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

/* ================= NAVBAR ================= */
nav {
    background: #333;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

nav .logo {
    font-size: 20px;
    font-weight: bold;
}

nav ul {
    display: flex;
    list-style: none;
    gap: 20px;
}

nav ul li a {
    color: white;
    text-decoration: none;
}

/* Hamburger (default: hidden) */
.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.menu-toggle span {
    height: 3px;
    width: 25px;
    background: white;
    margin: 4px 0;
}

/* ================= CONTENT ================= */
.container {
    padding: 20px;
}

.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.card {
    background: #f4f4f4;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* ================= FOOTER ================= */
footer {
    background: #333;
    color: white;
    text-align: center;
    padding: 15px;
    margin-top: 20px;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
    .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    nav ul {
        display: none;
        flex-direction: column;
        background: #444;
        position: absolute;
        top: 60px;
        right: 0;
        width: 200px;
        padding: 10px;
    }

    nav ul.showing {
        display: flex;
    }

    .menu-toggle {
        display: flex;
    }

    .grid {
        grid-template-columns: 1fr;
    }
}