@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Press+Start+2P&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
html,body {
    background-color: #1D2128;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-family: "Oswald", sans-serif;
     text-rendering: optimizeLegibility; 

}
.wrapper {
    width: 1024px;
    margin: auto;
    padding: 20px 0px 20px 0px;
    height: auto;
  
}

#progress {
  position :fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 9999;
  transform-origin: 0 50%;
  animation : growProgress 2s linear;
  animation-timeline: scroll();
}

@keyframes growProgress {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
/*
* Menu
*/

nav {
    width: 100%;
    min-height: 100vh;
    height: auto;
    position: fixed;
    top: 0;
    z-index: 1000;

}

nav > .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

}


.menu {
    position: relative;
    left: 30%;
    width: 40%;
    list-style-type: none;
    margin: 10px;
    padding: 10px;
    justify-content: space-between;
    background: linear-gradient(315deg #000000 74%);
    box-sizing: border-box;
}

.button {
    display: inline-block;
    flex-wrap: wrap;
    width: 60px;
    height: 60px;
    background-color: #ffff;
    border-radius: 80px;
    line-height: 60px;
    text-align: center;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    
    
}

.menu > .button >.icon {
    font-size: 17px;
}
.menu > .button:hover {
    width: 100px;
    transition: 0.8s;
}
.menu > .button:nth-child(1):hover{
    color: #e56969;
}

.menu > .button:nth-child(2):hover {
    color: #f00d0d;
}
.menu > .button:nth-child(3):hover {
    color: #218DAE;
}
.menu > .button:nth-child(4):hover{
    color: #0D47A1;
}

.menu > .button:nth-child(5):hover {
    color: #fe2858;
}

.logo {
   display: grid;
   align-items: center;
   
}


.logo > img   {
    position: relative;
    right: 500px;
    height: 100px;
    transition: transform 0.1s ease-out; 
}



/*
* Hero
*/

header {

            
            min-height: 40vh;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 80px 40px;
            -webkit-font-smoothing: antialiased;
             -moz-osx-font-smoothing: grayscale;
          text-rendering: optimizeLegibility;
    
}
.portfolio-container {
            max-width: 2000px;
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            min-height: 70vh; /* Memberikan ruang tinggi agar teks bawah berada di kanan bawah */
            animation: slide-in-left 2.9s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        }
        @keyframes slide-in-left {
  0% {
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}


        /* Bagian Atas: Heading Utama */
        .hero-title {
            font-size: clamp(2.5rem, 5vw, 4.5rem); /* Responsive font-size */
            font-weight: 500;
            line-height: 1.15;
            letter-spacing: -0.03em;
            max-width: 900px;
            color: #FF6D1F;
            
            
        }

        /* Bagian Bawah: Daftar Spesialisasi (Kanan Bawah) */
        .services-wrapper {
            display: flex;
            justify-content: flex-end;
            margin-top: 60px;
        }

        .services-list {
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 12px;
            text-align: left;
        }

        .services-list li {
            font-size: clamp(1.8rem, 3.5vw, 2.8rem);
            font-weight: 400;
            line-height: 1.2;
            letter-spacing: -0.02em;
            color: #FF6D1F;
        }

        /* Styling garis miring / pembuka item */
        .slash {
            margin-right: 10px;
            font-weight: 300;
            color: #FF6D1F;
        }

       



/*
* secsion
*/

    /* Teks Vertikal Samping */
#tentangsaya {
    
    padding: 250px;
    -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
}

    .side-text {
      position: absolute;
      font-size: 1.1rem;
      color: #FF6D1F;
      letter-spacing: 5px;
    }

    .side-text.left {
      left: 30px;
      transform: rotate(-90deg);
      transform-origin: left center;
      
    }

    .side-text.right {
      right: 30px;
      transform: rotate(90deg);
      transform-origin: right center;
    }

    /* Kontainer Utama */
    .container {
      max-width: 900px;
      width: 100%;
      margin: 10px auto;
      text-align: center;
      
    }

    /* Judul Besar Outlined (Sobre mí) */
    .title-outline {
      font-family: 'Playfair Display', serif;
      font-size: 72px;
      font-weight: 900;
      color: #FF6D1F;
      margin-bottom: 40px;
      letter-spacing: -1px;
      animation: text-appear both;
      animation-timeline: view();
      animation-range: entry 20% cover 100vh;
    }
    @keyframes text-appear  {
      from {
        opacity: 0;
        transform: translateY(100px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
      
    }


    /* Tata Letak Konten (2 Kolom) */
    .content-grid {
      display: flex;
      gap: 40px;
      align-items: flex-start;
      text-align: left;
    }

    /* Foto Profil */
    .profile-img {
      width: 320px;
      height: 380px;
      object-fit: cover;
      flex-shrink: 0;
      outline-width: 1px;
  outline-offset: 0;
  outline-color: rgba(0, 130, 206, 0.75);
  outline-style: solid;
  animation: animateOutline 4s ease infinite;
    }

    /* Detail Teks */
    .profile-details {
      flex: 1;
      animation: text-appear both;
      animation-timeline: view();
      animation-range: entry 20% cover 100vh;
      
    }
    @keyframes animateOutline {
  0% {
    outline-width: 1px;
    outline-offset: 0;
    outline-color: rgba(0, 130, 206, 0);
  }

  10% {
    outline-color: rgba(0, 130, 206, 0.75);
  }

  /* The animation finishes at 50% */
  50% {
    outline-width: 7px;
    outline-offset: 4px;
    outline-color: rgba(0, 130, 206, 0);
  }

  100% {
    outline-width: 7px;
    outline-offset: 4px;
    outline-color: rgba(102, 102, 102, 0);
  }
}

    .name {
      font-size: 1.8rem;
      font-weight: 600;
      margin-bottom: 8px;
      color: #FF6D1F;
      font-family: "Playfair Display", serif;
      font-optical-sizing: auto;
      font-weight: weight;
      font-style: normal;
      
    }

    .tagline {
      font-style: italic;
      color: #FF6D1F;
      font-size: 0.95rem;
      line-height: 1.4;
      margin-bottom: 25px;
      font-family: "Playfair Display", serif;
      font-optical-sizing: auto;
      font-weight: weight;
      font-style: normal;
    }

    /* Teks Deskripsi dengan Garis Kiri */
    .description {
      border-left: 2px solid #FF6D1F;
      padding-left: 15px;
      font-size: 0.9rem;
      line-height: 1.5;
      color: #FF6D1F;
      margin-bottom: 30px;
      font-family: "Playfair Display", serif;
      font-optical-sizing: auto;
      font-weight: weight;
      font-style: normal;
    }




/*
* secsion 2
*/
#pengalaman {
    
    padding: 100px;
}
.container {
      max-width: 900px;
      width: 100%;
      margin: 10px auto;
      text-align: center;
    }

    /* Teks Vertikal di Kiri dan Kanan */
    .vertical-label {
      position: absolute;
      font-size: 1.1rem;
      color: #FF6D1F;
      letter-spacing: 5px;
    }

    .vertical-label.left {
     left: 30px;
      transform: rotate(-90deg);
      transform-origin: left center;
    }

    .vertical-label.right {
     right: 30px;
      transform: rotate(90deg);
      transform-origin: right center;
    }

    /* Judul Utama */
    .main-title {
      font-family: 'Playfair Display', serif;
      font-size: 72px;
      font-weight: 900;
      color: #FF6D1F;
      margin-bottom: 40px;
      letter-spacing: -1px;
      animation: text-appear both;
      animation-timeline: view();
      animation-range: entry 20% cover 100vh;
      
    }
    @keyframes text-appear  {
      from {
        opacity: 0;
        transform: translateY(100px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
      
    }
    

    /* Lay out Dua Kolom Utama (Kiri & Kanan) */
    .experience-grid {
      display: grid;
      grid-template-columns: 1fr max-content 2fr;
      gap: 35px;
      align-items: stretch;
    }

    /* Garis Pemisah Vertikal */
    .divider {
      width: 1px;
      background-color: #FF6D1F;
      opacity: 0.5;
      margin: 0 10px;
    }

    /* Judul Blok */
    .item-title {
      font-family: 'Playfair Display', serif;
      font-size: 18px;
      font-weight: 700;
      color: #FF6D1F;
      line-height: 1.25;
      margin-bottom: 4px;
    animation: text-appear both;
      animation-timeline: view();
      animation-range: entry 20% cover 100vh;
      
    }
    @keyframes text-appear  {
      from {
        opacity: 0;
        transform: translateY(100px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
      
    }

    /* Tanggal / Subtitle Italic */
    .item-date {
      font-family: 'Playfair Display', serif;
      font-style: italic;
      font-size: 14px;
      color: #FF6D1F;
      margin-bottom: 12px;
    }

    /* Daftar List (Item) */
    .item-list {
      list-style: none;
    }

    .item-list li {
      font-size: 13.5px;
      line-height: 1.4;
      color: #FF6D1F;
      margin-bottom: 3px;
    }

    /* Bullet point khusus menggunakan karakter '•' atau CSS pseudo-element */
    .item-list li::before {
      content: "• ";
      font-weight: bold;
    }

    /* Teks tebal di dalam list item (contoh: judul tugas) */
    .item-list li strong {
      font-weight: 700;
      color: #FF6D1F;
    }

    /* Grid Kolom Kanan (2 Kolom x 2 Baris) */
    .right-section {
      display: grid;
      grid-template-columns: 1fr 1fr;
      column-gap: 40px;
      row-gap: 35px;
    }

    /* Responsive untuk layar seluler / tablet */
    @media (max-width: 850px) {
      .container {
        padding: 20px;
      }
      .vertical-label {
        display: none; /* Sembunyikan label samping pada layar kecil */
      }
      .experience-grid {
        grid-template-columns: 1fr;
      }
      .divider {
        display: none;
      }
      .right-section {
        grid-template-columns: 1fr;
      }
      .main-title {
        font-size: 48px;
      }
    }

/*
*  skill
*/
.skill {
           
            color: #FF6D1F;
            min-height: 100vh;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 60px 40px;
            font-family: 'Playfair Display', serif;
}

  .portfolio-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            column-gap: 80px;
            row-gap: 70px;
            max-width: 1000px;
            width: 75%;
        }

        /* Heading Style */
        .section-title {
            font-size: 2.2rem;
            font-weight: 1000;
            letter-spacing: -0.5px;
            margin-bottom: 24px;
            text-transform: uppercase;
        }

        /* Content Text Style */
        .content-text {
            font-size: 1.05rem;
            font-weight: 500;
            line-height: 1.45;
            color: #FF6D1F;
        }

        /* Spasifikasi untuk item Education */
        .edu-item {
            margin-bottom: 20px;
        }

        .edu-item:last-child {
            margin-bottom: 0;
        }

        .edu-title {
            font-size: 1.05rem;
            font-weight: 500;
            line-height: 1.3;
        }

        .edu-sub {
            font-size: 1.05rem;
            font-weight: 500;
            line-height: 1.3;
        }

        /* Style Khusus Link Contact (opsional agar bisa di-klik) */
        .contact-link {
            color: #FF6D1F;
            text-decoration: none;
        }

        .contact-link:hover {
            text-decoration: underline;
        }

        

        /* Responsive Layar HP / Tablet */
        @media (max-width: 768px) {
            .portfolio-grid {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            .section-title {
                font-size: 1.8rem;
                margin-bottom: 16px;
            }

            .content-text, .edu-title, .edu-sub {
                font-size: 0.95rem;
            }
        }




.marquee {
  display: flex;
  width: 100%;
  background: #FE7F2D;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  
}

.marquee div {
  font-size: 3rem;
  font-family: verdana;
  padding-left: 100%;
  display: inline-block;
  animation: animate 10s linear infinite;
}

@keyframes animate {
  100% {
    transform: translate(-100%, 0);
  }
}

@media only screen and (max-width: 1024px){
  .wrapper {
    width: 90%;
  }
  
}
@media only screen and (max-width: 900px) {
  #tentangsaya {
    background-color: #1F150C;
    padding: 100px;
  }
  .profile-img {
      width: 80px;
      height: 200px;
      object-fit: cover;
      flex-shrink: 0;

  }
  .tagline {
      font-style: italic;
      color: #fff;
      font-size: 0.95rem;
      line-height: 1.4;
      margin-bottom: 25px;
      font-family: "Playfair Display", serif;
      font-optical-sizing: auto;
      font-weight: weight;
      font-style: normal;
    }

    /* Teks Deskripsi dengan Garis Kiri */
    .description {
      width: 75%;
      height: 200px;
      border-left: 1px solid #fff;
      padding-left: 5px;
      font-size: 0.7rem;
      line-height: 1.5;
      
    }
    .container button {
    width: 50%;
    height: 6vh;
    margin: 50px;
}
.main-title {
      font-family: 'Playfair Display', serif;
      font-size: 35px;
      font-weight: 900;
      color: #1e1e1e;
      margin-bottom: 40px;
      letter-spacing: -1px;
}

 @media (max-width: 768px) {
            .header {
                padding: 40px 24px;
            }

            .portfolio-container {
                min-height: auto;
                gap: 60px;
            }

            .services-wrapper {
                justify-content: flex-start; /* Pada layar kecil rata kiri agar rapi */
            }
            .name {
      font-size: 1.1rem;
      font-weight: 600;
      margin-bottom: 8px;
      color: #fff;
      font-family: "Playfair Display", serif;
      font-optical-sizing: auto;
      font-weight: weight;
      font-style: normal;
      
    }
        }
}