@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,700&display=swap");
 
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    font-family: "Montserrat", sans-serif;
}
body {
    background-color: #585c68;
    font-size: 14px;
    line-height: 22px;
    color: #555555;
}
 



.photoprofil {
    width: 150px; 
    height: 150px; 
    border-radius: 50% ; 
    object-fit: cover;
     margin-top: 70px;       
    margin-left: 30px;
}
.photoprofil2 {
    width: 250px;
    height: 250px;
    margin-left: 460px;
    transform: translateY(300px);
    
}
.Nama {
    margin-left: 20px;
    color: whitesmoke;
     max-width: 300px;
     line-height: 1.2;
}


.Deskripsi {
    margin-left: 20px;
    color: whitesmoke;
    margin-top: 10px;
    max-width: 300px;
    font-size: small;
}

.Kontak {
    margin-left: 20px;
    color: whitesmoke;
    margin-top: 20px;
}
.Kontak2 {
    margin-left: 20px;
    color: whitesmoke;
    margin-top: 3px;
    font-size: medium;
    max-width: 300px;
}

.Hola {
    margin-top: -400px;
    margin-left: 700px;
    color: whitesmoke;
    font-size: 20px;
    max-width: 400px;
    text-align: center;
}

.Hola2 {
    transform: translateY(-500px) translateX(-200px);
    color: whitesmoke;
    font-size: 25px;
    text-align: center;
}

.Hola3 {
    transform: translateY(-500px) translateX(600px);
    color: whitesmoke;
    font-size: 30px;
    max-width: 400px;
    
}

.Hola4 {
    transform: translateY(-522px) translateX(1100px);
    color: whitesmoke;
    font-size: 30px;
    max-width: 400px;
}

.Hola5 {
    transform: translateY(-400px) translateX(700px);
    color: whitesmoke;
    max-width: 400px;
    font-size: 25px;
    text-align: center;

}

.Hola6 {
    transform: translateY(-490px) translateX(540px);
    font-size: large;
    max-width: 300px;
    text-align: center;
    color: whitesmoke;
}

.Hola7 {
    transform: translateY(-580px) translateX(1015px);
    font-size: large;
    max-width: 350px;
    text-align: center;
    color: whitesmoke;
}

.Pengalaman {
    margin-top: -400px;
    margin-left: 700px;
    color: whitesmoke;
    font-size: 20px;
    max-width: 400px;
    text-align: center;
    height: 100px;
}

.Shopee {
    color: gray;
    transform: translateY(-240px) translateX(715px);
}

.card {
    transform: translateX(400px) translateY(-450px);
}
.card-text {
    color: whitesmoke;
}

.card-title {
    color: whitesmoke;
}

.portfolio-section {
    display: flex;
    justify-content: center; /* Tengah horizontal */
    align-items: center;     /* Tengah vertikal */
    height: 200px;           /* Kasih tinggi spesifik dulu, jangan vh kalau vh bikin hilang */
 /* Buat ngetes posisi box-nya (bisa dihapus nanti) */
    width: 100%;             /* Biar selebar layar */
    margin-top: -200px;
}

.tombol-figma {
    display: inline-block;
    padding: 12px 24px;
    background-color: #1abc9c; /* Warna bebas */
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transform: translateY(-90px) translateX(8px);
}



.Pembatas {
    border: none;
    width : 3px;             /* Tebal garis */
    height: 100vh;          /* Tinggi garis */
    background-color: whitesmoke; /* Warna garis */
    margin-left: 350px;      /* Jarak kiri-kanan garis */
    position: fixed;
    top: 0;
    
}
/* Gaya untuk Box Utama */
.box-pilihan {
    background-color: #333; /* Warna box gelap */
    padding: 10px 0;
    width: 100%;
    border-radius: 8px; /* Biar sudutnya melengkung */
    position: fixed;
    top: 0;
    left: 0;
    border-radius: 0;
    z-index: 1000;
}

/* Menghilangkan bullet point dan membuat daftar berjejer ke samping */
.box-pilihan ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around; /* Jarak antar pilihan rata */
}

/* Gaya untuk setiap pilihan (link) */
.box-pilihan a {
    color: white;
    text-decoration: none; /* Hilangkan garis bawah */
    padding: 10px 20px;
    display: block;
    font-weight: bold;
}

/* Efek saat kursor diarahkan (hover) */
.box-pilihan a:hover {
    background-color: #555;
    border-radius: 5px;
}


