* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  max-width: 100%;
}


body {
  height: 100vh;
  font-family: 'Inter', sans-serif;
  /* background-color: rgb(0, 0, 0); */
   background: url('img/Screenshot 2026-04-11 172914.png') center/cover no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;

}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(217, 255, 3, 0.075);
  z-index: -1;
}

@media (max-width: 768px) {
  .hero-content {
    flex-direction: column;
    padding:20px;
  }

  .left{
    max-width: 100%;
  }

  .left h1 {
    font-size: 40px;
    margin-top: 100px;
  }

  .right{
    max-width: 100%;
  }

  .right p {
    font-size: 16px;
    margin-top: 20px;
  }
}


.logo {
  color: rgb(255, 0, 0);
  /* position: absolute; */
  top: 20px;
  left: 20px;
  display: inline-block;
  padding: 10px 15px;
  font-weight: 900;
  font-size: 11px;
  line-height: 1;
}


/* NAVBAR */
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  height: 70px;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;

  /* glass effect */
   background: transparent;

  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  border-bottom: 1px solid rgb(255, 255, 255);

  z-index: 1000;
}

/* kiri */
.nav-left {
  display: flex;
  gap: 20px;
  align-items: center;
}

.name {
  font-weight: bold;
  color: white;
}

.role {
  color: rgb(241, 241, 241);
  font-weight: bold;
  font-size: 16px;
}

/* kanan */
.nav-right a {
  margin-left: 20px;
  text-decoration: none;
  color: white;
  font-size: 15px;
  transition: 0.3s;
  font-weight: bold;
}

.nav-right a:hover {
  opacity: 0.6;
}


/* background biar kelihatan efek blur */
/* HERO */
.hero {
  position: relative;
  height: auto;
  background: none;
  color: white;
  line-height: 0.9;
}


.hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;

  background: linear-gradient(
    to bottom,
    transparent,
    rgba(0,0,0,0.8),
    black
  );

  pointer-events: none;
}

/* overlay biar teks kebaca */
.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
}

/* container */
.hero-content {
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  justify-content: space-between;
  padding: 80px;
}

/* kiri */
.left .small {
  font-size: 20px;
  opacity: 0.7;
  color: beige;
}



.left h1 {
  letter-spacing: -2px;
  font-size: 80px;
  line-height: 0.9;
  margin-top: 100px ;
  align-items: center;
  font-weight: 900;
  color: beige;
}

.left h1 span {
  font-size: 60px;
}

/* kanan */
.right {
  max-width: 500px;
}

.right p {
  margin-top: 100px ;
  opacity: 0.9;
  font-size: 25px;
  line-height: 1.6;
  font-weight: bold;
  color: beige;
}

/* button */
.btn {
  display: inline-block;
  margin-top: 30px;
  padding: 15px 30px;
  border: 1px solid white;
  border-radius: 30px;
  text-decoration: none;
  color: white;
  transition: 0.3s;
}

.btn:hover {
  background: white;
  color: black;
}

/* marque */

marquee{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    font-family: Arial, sans-serif;
    background-color: rgb(230, 0, 0);
    color: bisque;
    height: 50px;
    font-size: 17PX;
    font-weight: bold;
    text-align: center;
    align-items: center;
    justify-content: center;
}
 
/* about */

#about-unique {
  background: black;
  color: white;
  padding: 150px 10%;
}

.about-unique::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;

  background: linear-gradient(
    to top,
    transparent,
    rgba(0,0,0,0.8),
    black
  );

  pointer-events: none;
}

/* WRAPPER */
.about-wrapper {
  display: flex;
  gap: 80px;
}

/* STICKY TEXT */
.about-sticky {
  position: sticky;
  top: 150px;
  height: fit-content;
  max-width: 400px;
}

.about-sticky h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 20px;
}

.about-sticky p {
  font-size: 15px;
  color: #ddd;
  font-weight: bold;
}

/* CONTAINER */
/* CONTAINER */
.about-image {
  position: relative;
  width: 350px;
  height: 450px;
}

/* IMAGE */
.about-image img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}

/* BACKGROUND GRID HALUS */
.image-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}

/* GRID TEXTURE */
.image-bg::before {
  content: "";
  position: absolute;
  inset: 0;

  background-image: 
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);

  background-size: 40px 40px;
}

/* LIGHT SWEEP */
.image-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;

  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.04),
    transparent
  );

  animation: sweep 6s linear infinite;
}

/* ANIMASI HALUS */
@keyframes sweep {
  0% {
    left: -100%;
  }
  100% {
    left: 150%;
  }
}

/* work */

#work {
  padding: 120px 10%;
  background: black;
  color: white;
  position: relative;
}

/* HEADER */
.work-header {
  position: relative;
  margin-bottom: 80px;
}

.work-header .bg-text {
  font-size: 120px;
  font-weight: 900;
  color: transparent;
   -webkit-text-stroke: 3px rgba(255, 0, 0, 0.644);
}

.work-header .fg-text {
  position: absolute;
  bottom: 10px;
  left: 5px;
  font-size: 16px;
}

/* LIST */
.work-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* ITEM */
.work-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding-bottom: 10px;
  cursor: pointer;
}

.work-item h3 {
  font-size: 28px;
  font-weight: 700;
  transition: 0.3s;
}

.work-item span {
  opacity: 0.5;
}

/* HOVER */
.work-item:hover h3 {
  transform: translateX(10px);
}

/* PREVIEW IMAGE */
.work-preview {
  position: fixed;
  top: 50%;
  left: 60%;
  width: 300px;
  height: 200px;
  background-size: cover;
  background-position: center;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
}

/* skills */

.skills {
  height: 150vh;
  background: black;
  padding: 100px 10%;
  text-align: center;
  color: white;
  position: relative;
  z-index: 3;
  background: black;
}

.skills-header {
  position: relative;
  margin-bottom: 80px;
}

/* TEXT BESAR DI BELAKANG */
.bg-text {
  font-size: 120px;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 3px rgba(255, 0, 0, 0.644);
  line-height: 1;
}

/* TEXT DEPAN */
.fg-text {
  position: absolute;
  bottom: 10px;
  left: 5px;
  font-size: 16px;
  letter-spacing: 2px;
  color: white;
}

.skill-container {
  position: relative;
  max-width: 1000px;
  margin: auto;
}

/* ITEM BESAR */
.skill-item {
  font-size: 80px;
  font-weight: 900;
  color: white;
  line-height: 0.9;
  position: relative;
  margin-bottom: -30px; /* overlap antar text */
  transition: 0.4s ease;
}

.skill-item::before {
  content: "SKILL";
  font-size: 10px;
  opacity: 0.4;
  display: block;
}

/* layering (biar beda depth) */
.skill-item:nth-child(1) { opacity: 1; }
.skill-item:nth-child(2) { opacity: 0.8; }
.skill-item:nth-child(3) { opacity: 0.6; }
.skill-item:nth-child(4) { opacity: 0.4; }

/* hover effect */
.skill-item:hover {
  transform: translateX(20px);
  opacity: 1 !important;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .skill-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  .skill-container {
    grid-template-columns: 1fr;
  }
}
  
.card i {
  font-size: 40px;
  margin-bottom: 15px;
  color: beige;
}

/* contact me */

/* .herobgt {
  position: relative;
  height: 200vh;
  background: url('img/Screenshot\ 2026-04-11\ 172914.png') center/cover no-repeat;
  display: flex;
  align-items: last baseline;
} */

.herobgt {
  position: relative;
  height: 200vh; /* tambah ruang scroll */
  margin-top: 150px;
  position: relative;
}

.herobgt::after {
  content: "";
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  height: 200px;

  background: linear-gradient(
    to top,
    transparent,
    rgba(0,0,0,0.8),
    black
  );

  pointer-events: none;
}

/* GRADIENT TRANSISI */
.skills {
  position: relative; /* WAJIB */
}

/* GRADIENT TRANSISI */
.skills-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;

  background: linear-gradient(
    to bottom,
    transparent,
    rgba(0,0,0,0.7),
    black
  );

  pointer-events: none;
}

/* CONTAINER */
.moving-text {
  position: absolute;
  top: -200px; /* naik ke area gradasi */
  left: 0;
  width: 100%;
  overflow: hidden;

  z-index: 2;
  pointer-events: none;
}

/* TEXT */
.moving-text span {
  display: block;
  font-size: 100px;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 2px rgb(255, 255, 255);
  white-space: nowrap;

  animation: slideText 20s linear infinite;
}

/* delay layer kedua */
.moving-text span:nth-child(2) {
  position: absolute;
  top: 0;
  left: 100%;
}

/* ANIMASI */
@keyframes slideText {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.moving-text span {
  opacity: 0.5;
  filter: blur(0.3px);
}

/* BACKGROUND DIAM */
.herobgt::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background: url('img/Screenshot 2026-04-11 172914.png') center/cover no-repeat;

  z-index: -2; /* lebih aman */
}

/* CONTENT */
.contentbgt {
  /* position: relative;
  z-index: 2;
  padding-top: 200px;
  color: white; */
   position: relative;
  z-index: 2;
  color: white;
  max-width: 1200px;

  top: 340px; 
  padding-left: 50px;
}

/* GRADIENT TRANSISI */
.scroll-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;

  background: linear-gradient(
    to bottom,
    transparent,
    rgba(0, 0, 0, 0.8),
    black
  );

  pointer-events: none;
}

.overlaybgt {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  z-index: -1;
}

.contentbgt {
  position: relative;
  z-index: 2;
  padding-top: 200px;
  padding-left: 50px;
  color: white;
  max-width: 1200px;
}

.h1 {
  font-family: fantasy;
  text-shadow: 0 30px 60px rgba(0,0,0,0.6);
  font-size: 100px;
  line-height: 0.9;
  font-weight: 700;
  /* margin-bottom: 500px; */
}

.decor-line {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.decor-line span {
  display: block;
  width: 60px;
  height: 1px;
  background: white;
}

.decor-line p {
  font-size: 12px;
  letter-spacing: 2px;
  opacity: 0.7;
}

.subtitlebgt {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
}

.tagsbgt {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  max-width: 800px;
  margin-bottom: 40px;
}

.tagsbgt span {
  padding: 10px 21px;
  border: 2px solid beige;
  border-radius: 20px;
  font-size: 15px;
  font-weight: bold;
  backdrop-filter: blur(5px);
}

.cta {
  display: flex;
  align-items: center;
  gap: 15px;
}

.cta p {
  font-size: 18px;
  font-weight: bolder;
}

.cta a {
  padding: 10px 21px;
  background: white;
  color: black;
  border-radius: 20px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

.cta a:hover {
  background: #ddd;
}

/* footer */
/* .footer {
  bottom: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  font-size: 10px;
}

.footer div p {
  margin: 5px 0;
  color: beige;
  opacity: 0.8;
  font-size: 10px;
} */

/* FOOTER */
/* FOOTER */
.footer-min {
  background: black; 
  color: white;
  padding: 10px 50px;
  border-top: 1PX SOLID beige;
}

/* WRAPPER */
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* NAME */
.footer-name {
  font-size: 12px;
  letter-spacing: 2px;
}

/* LINKS */
#footer-links {
  display: flex;
  gap: 20px;
}

#footer-links a {
  font-size: 12px;
  text-decoration: none;
  color: white;
}

#footer-links a:hover {
  opacity: 1;
}

#footer-links a:hover {
  transform: translateY(-2px);
}

/* FOOTER BASE */
.footer-center {
  display: flex;
  gap: 15px;
}

.footer-center a {
  font-size: 12px;
  color: white;
  text-decoration: none;
  transition: 0.3s;
}

/* HAMBURGER */
.menu-toggle {
  display: none;
  font-size: 24px;
  color: white;
  cursor: pointer;
}

/* MOBILE */
@media (max-width: 768px) {

  .menu-toggle {
    display: block;
  }

  .nav-right {
    position: absolute;
    top: 70px;
    right: 0;
    width: 100%;
    background: black;
    display: flex;
    flex-direction: column;
    align-items: center;

    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
  }

  .nav-right a {
    margin: 15px 0;
    font-size: 18px;
  }

  .nav-right.active {
    max-height: 300px;
  }

  /* sembunyikan text kiri biar ga sempit */
  .nav-left {
    display: none;
  }
}
