*,
html,
body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
body {
  /* background-color: rgb(34, 40, 49); */
  background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);

  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  /* font-family: "Work Sans", sans-serif; */
  font-weight: 600;
}
/* ~~~~~~~~~~~~~~~~~~~~~~ */
/* 
*/
/* ~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~ */
/* bagian header */
/* ~~~~~~~~~~~~~~~~~~~~~~ */
header {
  z-index: 100;
  position: fixed;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}
.header-judul {
  display: flex;
  justify-content: start;
  align-items: start;
  width: 50%;
  height: 100%;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
.header-judul p {
  cursor: pointer;
  padding-top: 20px;
  padding-left: 30px;
  font-size: 21px;
  color: rgb(255, 255, 255);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.header-judul p span {
  color: rgb(255, 255, 255);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.header-judul p span a {
  text-decoration: none;

  color: rgb(255, 255, 255);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.header-judul p:hover {
  color: rgb(72, 207, 203);
}

.header-navbar {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 30%;
  height: 100%;
  padding: 20px;
}
.tombol-nav {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(245, 245, 245);
  border: 1px solid rgb(245, 245, 245);
  width: 40px;
  height: 40px;
  color: rgba(0, 0, 0, 0.268);
  border-radius: 100% 100% 100% 50%;
  -webkit-border-radius: 100% 100% 100% 50%;
  -moz-border-radius: 100% 100% 100% 50%;
  -ms-border-radius: 100% 100% 100% 50%;
  -o-border-radius: 100% 100% 100% 50%;
}
.header-navbar p {
  font-size: 25px;
  padding-bottom: 2px;
}
.tombol-nav:hover {
  transition: all 0.1s;
  cursor: pointer;
  display: flex;
  color: bla;
  justify-content: center;
  align-items: center;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
  width: 42px;
  height: 42px;
  color: black;
  box-shadow: 0 0 5px rgb(255, 255, 255);
  border-radius: 100% 100% 100% 50%;
  -webkit-border-radius: 100% 100% 100% 50%;
  -moz-border-radius: 100% 100% 100% 50%;
  -ms-border-radius: 100% 100% 100% 50%;
  -o-border-radius: 100% 100% 100% 50%;
  animation: upAnimasiNavbar 1s ease-in-out infinite;
  -webkit-animation: upAnimasiNavbar 1s ease-in-out infinite;
}

@keyframes upAnimasiNavbar {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  50% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
  }
  100% {
    transform: translateY(0);
  }
}
.navbar {
  display: none;
  z-index: 100;
  position: fixed;
  right: 0;
  top: 0;
  width: 250px;
  height: 60%;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);

  justify-content: center;
  align-items: center;
  border-radius: 0 0 0 5px;
  /* animasi geser */
  transform: translateX(100%); /* di luar kanan */
  transition: transform 0.4s ease;
}

.navbar.show {
  transform: translateX(0); /* muncul */
}

.navbar.hide {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
}

nav {
  position: relative;
  width: 90%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tombolX-nav {
  cursor: pointer;
  position: absolute;
  top: 5%;
  right: 0%;
  font-size: 25px;
  color: #48cfcf;
}
.tombolX-nav:hover {
  transition: all 0.2s;
  font-size: 30px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
nav ul {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}
nav ul li {
  margin-top: 10px;
  list-style-type: none;
}
nav ul li a {
  font-size: 40px;
  color: white;
  text-decoration: none;
}
nav ul li a:hover {
  border-left: 1px solid rgb(72, 207, 203);
}
/* ~~~~~~~~~~~~~~~~~~~~~~ */
/* bagian halaman content */
/* ~~~~~~~~~~~~~~~~~~~~~~ */

main {
  max-width: 100%;
  min-height: 100vh;
}

/* ~~~~~~~~~~~~~~~~~~~~~~ */
/* bagian halaman content home */
/* ~~~~~~~~~~~~~~~~~~~~~~ */
.btn-download {
  z-index: 222;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-weight: 500;
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 50px;
  padding: 10px;
  height: 23px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);

  display: flex;
  border: 1px solid rgb(245, 245, 245);
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.down2 {
  margin-bottom: 1px;
  width: 25px;
  height: 100%;
}
.btn-download:hover {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.btn-download:hover .down2 {
  transition: background-color 0.3s ease;
  animation: bounceArrow 1s infinite;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  filter: drop-shadow(0 0 1px rgb(0, 250, 242));
  -webkit-filter: drop-shadow(0 0 1px rgb(0, 250, 242));
}

@keyframes bounceArrow {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
  }
}
.text-cv {
  font-size: 18px;
  color: rgb(245, 245, 245);
}
#home {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-baground {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ~~~~~~~~~~~~~~~~~~~~~~ */
/* bagian aksesoris home */
/* ~~~~~~~~~~~~~~~~~~~~~~ */

.home-text-baground {
  position: absolute;
  opacity: 0;
  transform: translateY(1%);
  transition: opacity 3s, transform 0.9s;
  z-index: 0;
  top: 8%;
  font-size: 200px;
  text-align: center;
  font-family: "Share Tech", sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 1.1;
  /* color: rgba(148, 137, 121, 0.295); */
  color: rgba(148, 137, 121, 0.8);
  -webkit-transition: opacity 3s, transform 0.9s;
  -moz-transition: opacity 3s, transform 0.9s;
  -ms-transition: opacity 3s, transform 0.9s;
  -o-transition: opacity 3s, transform 0.9s;
  -webkit-transform: translateY(1%);
  -moz-transform: translateY(1%);
  -ms-transform: translateY(1%);
  -o-transform: translateY(1%);
  animation: upAnimasiHome 4s ease-in-out infinite;
  -webkit-animation: upAnimasiHome 4s ease-in-out infinite;
}

@keyframes upAnimasiHome {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~ */
/* batas aksesoris home */
/* ~~~~~~~~~~~~~~~~~~~~~~ */
.home-content-profil {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Share Tech", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.home-text1 {
  opacity: 0;
  transform: translateX(-2%);
  transition: opacity 7s, transform 1s;
  z-index: 5;
  position: absolute;
  bottom: 20%;
  left: 20%;
  font-size: 130px;
  font-style: italic;
  color: rgb(245, 245, 245);
  -webkit-transform: translateX(-2%);
  -moz-transform: translateX(-2%);
  -ms-transform: translateX(-2%);
  -o-transform: translateX(-2%);
  -webkit-transition: opacity 7s, transform 1s;
  -moz-transition: opacity 7s, transform 1s;
  -ms-transition: opacity 7s, transform 1s;
  -o-transition: opacity 7s, transform 1s;
}

.home-text2 {
  opacity: 0;
  transform: translateX(2%);
  transition: opacity 7s, transform 1s;
  z-index: 7;
  position: absolute;
  bottom: 0;
  right: 20%;
  font-size: 130px;
  font-style: italic;
  color: rgb(245, 245, 245);
  -webkit-transform: translateX(2%);
  -moz-transform: translateX(2%);
  -ms-transform: translateX(2%);
  -o-transform: translateX(2%);
  -webkit-transition: opacity 7s, transform 1s;
  -moz-transition: opacity 7s, transform 1s;
  -ms-transition: opacity 7s, transform 1s;
  -o-transition: opacity 7s, transform 1s;
}
.home-foto-profil {
  z-index: 6;
  min-width: 40%;
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
}
.home-foto-profil img {
  width: 100%;
  height: 90%;
  filter: drop-shadow(0 0 5px rgba(238, 233, 233, 0.142));
  -webkit-filter: drop-shadow(0 0 5px rgba(238, 233, 233, 0.142));
}
.home-foto-profil :hover {
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.333));
  -webkit-filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.333));
}

/* ~~~~~~~~~~~~~~~~~~~~~~ */
/* bagian halaman content tentang */
/* ~~~~~~~~~~~~~~~~~~~~~~ */

#tentang {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#tentang h1 {
  position: absolute;
  left: 10%;
  top: 10%;
  font-size: 50px;
  background: linear-gradient(90deg, #ff512f, #dd2476);
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.tentang-container {
  display: flex;
  margin-top: 20px;
  align-items: end;
  justify-content: center;
  width: 100%;
  min-height: 100%;
}
.tentang-text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 80%;
  height: 80%;
  flex-direction: column;
}
.tentang-text1 {
  opacity: 0;
  text-align: justify;
  hyphens: auto;
  transition: opacity 0.9s ease-in-out;
  line-height: 1.9;
  color: rgb(245, 245, 245);
  -webkit-transition: opacity 0.9s ease-in-out;
  -moz-transition: opacity 0.9s ease-in-out;
  -ms-transition: opacity 0.9s ease-in-out;
  -o-transition: opacity 0.9s ease-in-out;
}

/* ~~~~~~~~~~~~~~~~~~~~~~ */
/* halaman bagian slide */
/* ~~~~~~~~~~~~~~~~~~~~~~ */
#prestasi {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#prestasi h1 {
  position: absolute;
  left: 10%;
  top: 10%;
  font-size: 50px;
  background: linear-gradient(90deg, #ff512f, #dd2476);
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.prestasi-slide {
  margin-top: 100px;
  position: relative;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(148, 137, 121, 0.5);
  width: 100%;
  max-width: 600px;
  height: 450px;
  overflow: hidden;
  perspective: 1200px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.prestasi-slide-container {
  display: flex;
  height: 100%;
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
}
.slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}
.slide img {
  width: 100%;
  height: 100%;
}
.tombol-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.513);
  border: none;
  color: rgb(245, 245, 245);
  font-size: 30px;
  padding: 10px 16px;
  cursor: pointer;
  z-index: 10;
  backdrop-filter: blur(4px);
  transition: background 0.3s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.tombol-btn:hover {
  background: rgba(0, 0, 0, 0.345);
}

.kiri-btn {
  left: 10px;
}

.kanan-btn {
  right: 10px;
}

.dots-slide {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  box-shadow: 0 0 3px black;
  background: rgb(255, 255, 255);
  cursor: pointer;
  transition: background 0.3s;
}

.dot.active {
  background: rgb(0, 0, 0);
}

.pause-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.698);
  border: none;
  color: rgb(245, 245, 245);
  font-size: 18px;
  padding: 6px 14px;
  border-radius: 8px;
  cursor: pointer;
  z-index: 10;
  backdrop-filter: blur(5px);
  transition: background 0.3s;
}

.pause-btn:hover {
  background: rgba(0, 0, 0, 0.537);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px) translateZ(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0) translateZ(60px);
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~ */
/*  */
/* ~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~ */
/* bagian halaman skill */
/* ~~~~~~~~~~~~~~~~~~~~~~ */
#skill {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.baground-skill-efek {
  z-index: 0;
  position: absolute;
  width: 100px;
  border-radius: 100%;
  filter: blur(90px);
  height: 100px;
  background-color: rgb(248, 248, 248);
  -webkit-filter: blur(90px);
}
.skill-container {
  opacity: 0;
  transform: translateY(3%);
  transition: opacity 3s, transform 2s;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform: translateY(3%);
  -moz-transform: translateY(3%);
  -ms-transform: translateY(3%);
  -o-transform: translateY(3%);
  -webkit-transition: opacity 3s, transform 2s;
  -moz-transition: opacity 3s, transform 2s;
  -ms-transition: opacity 3s, transform 2s;
  -o-transition: opacity 3s, transform 2s;
}
.content-skill-center {
  z-index: 1;
  position: relative;
  width: 30%;
  height: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-skill {
  background: rgba(255, 255, 255, 0.05);
  /*transparantipis*/
  backdrop-filter: blur(10px);
  /*efekkacaburam*/
  border: 1px solid rgba(255, 255, 255, 0.1);
  /*borderlembut*/
  z-index: 2;
  position: absolute;
  font-size: 40px;
  color: #f5f5f5;
  font-weight: 900;
  padding: 20px;
  border-radius: 20px;
  top: 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  animation: upDown 4s ease-in-out infinite;
  -webkit-animation: upDown 4s ease-in-out infinite; /* bentuk blob kayak otak */
  border-radius: 55% 45% 60% 40% / 50% 60% 40% 50%;
  animation: morph 6s ease-in-out infinite, upDown 4s ease-in-out infinite;
}

@keyframes morph {
  0%,
  100% {
    border-radius: 55% 45% 60% 40% / 50% 60% 40% 50%;
  }
  50% {
    border-radius: 45% 55% 40% 60% / 60% 50% 60% 40%;
  }
}

@keyframes upDown {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}

canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.skill {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  width: 100px;
  height: 100px;
  transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
}
.skill img {
  width: 100%;
  height: 100%;
}
.skill:hover {
  transform: scale(1.1);
}
.konten-skill-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateX(70deg);
  z-index: 1;
  font-size: 30px;
  padding: 30px;
  filter: blur(1px);
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.896);
  -webkit-transform: translate(-50%, -50%) rotateX(70deg);
  -moz-transform: translate(-50%, -50%) rotateX(70deg);
  -ms-transform: translate(-50%, -50%) rotateX(70deg);
  -o-transform: translate(-50%, -50%) rotateX(70deg);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-filter: blur(1px);
}
.konten-skill {
  width: 200px;
  height: 200px;
  border: 10px dashed rgb(72, 207, 203);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  position: absolute;
  transform: rotateX(70deg) rotateZ(0deg);
  animation: spin 10s linear infinite;
  box-shadow: 0 0 15px rgba(72, 207, 203, 0.3);
  -webkit-animation: spin 10s linear infinite;
  -webkit-transform: rotateX(70deg) rotateZ(0deg);
  -moz-transform: rotateX(70deg) rotateZ(0deg);
  -ms-transform: rotateX(70deg) rotateZ(0deg);
  -o-transform: rotateX(70deg) rotateZ(0deg);
}

@keyframes spin {
  0% {
    transform: rotateX(70deg) rotateZ(0deg);
    -webkit-transform: rotateX(70deg) rotateZ(0deg);
    -moz-transform: rotateX(70deg) rotateZ(0deg);
    -ms-transform: rotateX(70deg) rotateZ(0deg);
    -o-transform: rotateX(70deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(70deg) rotateZ(360deg);
    -webkit-transform: rotateX(70deg) rotateZ(360deg);
    -moz-transform: rotateX(70deg) rotateZ(360deg);
    -ms-transform: rotateX(70deg) rotateZ(360deg);
    -o-transform: rotateX(70deg) rotateZ(360deg);
  }
}
.konten-skill:hover {
  cursor: pointer;
  background: rgba(72, 207, 203, 0.08);
  border-color: rgb(72, 207, 203);
  box-shadow: 0 0 20px rgba(72, 207, 203, 0.7), 0 0 40px rgba(72, 207, 203, 0.5),
    0 0 80px rgba(72, 207, 203, 0.3);
  transform: scale(1.15) rotateX(70deg) rotateZ(30deg);
  animation: spin-hover 0.5s linear infinite;
  -webkit-animation: spin-hover 0.5s linear infinite;
}
@keyframes spin-hover {
  0% {
    transform: rotateX(70deg) rotateZ(0deg);
    -webkit-transform: rotateX(70deg) rotateZ(0deg);
    -moz-transform: rotateX(70deg) rotateZ(0deg);
    -ms-transform: rotateX(70deg) rotateZ(0deg);
    -o-transform: rotateX(70deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(70deg) rotateZ(360deg);
    -webkit-transform: rotateX(70deg) rotateZ(360deg);
    -moz-transform: rotateX(70deg) rotateZ(360deg);
    -ms-transform: rotateX(70deg) rotateZ(360deg);
    -o-transform: rotateX(70deg) rotateZ(360deg);
  }
}
/*  */
.kontent-skill-dot {
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  position: absolute;
  top: 0;
  box-shadow: 0 0 20px white;
}

.html {
  top: 20%;
  left: 3%;
}
.css {
  top: 40%;
  left: 3%;
}
.javascript {
  top: 60%;
  left: 3%;
}
.php {
  top: 80%;
  left: 3%;
}
.mysql {
  top: 20%;
  right: 3%;
}
.reactjs {
  top: 40%;
  right: 3%;
}
.laravel {
  top: 60%;
  right: 3%;
}
.codeigniter {
  top: 80%;
  right: 3%;
}

/* ~~~~~~~~~~~~~~~~~~~~~~ */
/* bagian halaman project */
/* ~~~~~~~~~~~~~~~~~~~~~~ */
#project {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#project h1 {
  position: absolute;
  left: 10%;
  top: 3%;
  font-size: 50px;
  background: linear-gradient(90deg, #ff512f, #dd2476);
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.project-container {
  margin-top: 170px;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
.project {
  opacity: 0;
  transform: translateY(3%);
  transition: opacity 1s, transform 1s;
  margin: 15px;
  width: 380px;
  height: 550px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-transform: translateY(3%);
  -moz-transform: translateY(3%);
  -ms-transform: translateY(3%);
  -o-transform: translateY(3%);
}

.project:hover {
  border: none;
  transition: all 0.3s ease;
  transform: translateY(0);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.left-project {
  position: relative;
  width: 100%;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.left-project h2 {
  position: absolute;
  top: 5%;
  color: #2a9d8f;
  left: 5%;
}
.left-project img {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
  height: 200px;
}
.right-project {
  position: relative;
  width: 100%;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-deskripsi {
  margin-top: 1px;
  width: 90%;
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.project-deskripsi .text-deskripsiProject {
  text-align: justify;
  color: rgb(255, 255, 255);
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  height: 60%;
}
.project-deskripsi .project-dibuat {
  margin-top: 1px;
  width: 100%;
  height: 40%;
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  justify-content: center;
  color: rgb(223, 208, 184);
}
.project-deskripsi .project-dibuat li {
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  color: #ffffff;

  background: rgba(255, 255, 255, 0.08);
  list-style-type: none;
  margin: 5px;
  padding: 5px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.project-deskripsi p strong {
  color: white;
}
.project-link-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 0 0 10px 0;
  background-color: white;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 0 0 10px 0;
  -moz-border-radius: 0 0 10px 0;
  -ms-border-radius: 0 0 10px 0;
  -o-border-radius: 0 0 10px 0;
}
.project-link-icon img {
  cursor: pointer;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
/* ~~~~~~~~~~~~~~~~~~~~~~ */
/*  */
/* ~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~ */
/* halaman bagian kontak */
/* ~~~~~~~~~~~~~~~~~~~~~~ */
#kontak {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  /*background: rgba(255, 255, 255, 0.05);
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.1);
 */
  background-color: rgba(0, 0, 0, 0.124);
}
.left-kontak {
  z-index: 0;
  position: relative;
  width: 50%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aksesoris-kartu1 {
  z-index: 1;
  position: absolute;
  width: 15px;
  height: 400px;
  border-left: 3px solid rgb(148, 137, 121);
  border-right: 3px solid rgb(148, 137, 121);
  left: 45%;
  top: 0;
  transform: skewX(15deg);
  /*miringkekanan*/
  background-color: rgb(245, 245, 245);
  -webkit-transform: skewX(15deg);
  -moz-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  -o-transform: skewX(15deg);
}
.aksesoris-kartu2 {
  z-index: 1;
  position: absolute;
  width: 15px;
  height: 400px;
  right: 45%;
  top: 0;
  border-left: 3px solid rgb(148, 137, 121);
  border-right: 3px solid rgb(148, 137, 121);
  transform: skewX(-15deg);
  /*miringkekanan*/
  background-color: rgb(245, 245, 245);
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
}
.left-kontak-container {
  position: relative;
  z-index: 2;
  margin-top: 100px;
  border: 5px solid rgba(255, 255, 255, 0.394);
  border-radius: 20px;
  width: 250px;
  height: 400px;
  overflow: hidden;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  animation: upAnimasiKartu 2s ease-in-out infinite;
  -webkit-animation: upAnimasiKartu 2s ease-in-out infinite;
}
.left-kontak-container img {
  width: 100%;
  height: 100%;
}
.hover-kartu {
  position: absolute;
  width: 100%;
  height: 100%;
}
.hover-kartu:hover {
  background-color: rgba(0, 0, 0, 0.078);
}
/* Garis atas */
.left-kontak-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: white;
  animation: slideRight 2s linear infinite;
}

/* Garis kanan */
.left-kontak-container::after {
  content: "";
  position: absolute;
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: white;
  animation: slideDown 2s linear infinite 0.5s;
  -webkit-animation: slideDown 2s linear infinite 0.5s;
}

.bottom {
  position: absolute;
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: rgb(0, 212, 215);
  animation: slideLeft 2s linear infinite 1s;
}

.left {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: white;
  animation: slideUp 2s linear infinite 1.5s;
}

@keyframes slideRight {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes slideDown {
  0% {
    top: -100%;
  }
  100% {
    top: 100%;
  }
}

@keyframes slideLeft {
  0% {
    right: -100%;
  }
  100% {
    right: 100%;
  }
}

@keyframes slideUp {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 100%;
  }
}
@keyframes upAnimasiKartu {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.right-kontak {
  position: relative;
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-container {
  width: 90%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: start;
}
form {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 5px;
}
form p {
  width: 100%;
  height: 20px;
  margin: 5px;
  color: #ff4c4c;
}

input {
  margin-top: 10px;
  outline: none;
  font-size: 20px;
  width: 100%;
  padding-bottom: 20px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  border-bottom: 1px solid rgb(223, 208, 184);
  color: #f5f5f5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
input:focus {
  border-bottom: 1px solid #ffd700;
}
.inputpesan {
  outline: none;
  margin-top: 20px;
  font-size: 20px;
  width: 100%;
  border-radius: 10px;
  padding-bottom: 60px;
  overflow-y: auto;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  border-bottom: 1px solid rgb(223, 208, 184);
  color: #f5f5f5;
  resize: none;
}
.inputpesan:focus {
  border-bottom: 1px solid #ffd700;
}
input::placeholder {
  color: rgba(245, 245, 245, 0.4); /* placeholder lembut */
}
textarea::placeholder {
  color: rgba(245, 245, 245, 0.4); /* placeholder lembut */
}
.buttonkontak {
  cursor: pointer;
  margin-top: 20px;
  width: 80px;
  height: 50px;
  font-size: 20px;
  border-radius: 10px;
  color: #0f2027;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
  background: linear-gradient(90deg, #ffd700, #c0a060);
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.buttonkontak:hover {
  animation: upAnimasiKirim 1s ease-in-out infinite;
  -webkit-animation: upAnimasiKirim 1s ease-in-out infinite;
}

@keyframes upAnimasiKirim {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
/* Popup box */
.swal2-popup-custom {
  border-radius: 15px;
  box-shadow: 0 0 30px rgba(42, 157, 143, 0.5);
  backdrop-filter: blur(10px);
}

/* Judul */
.swal2-title-custom {
  color: #2a9d8f !important;
  text-shadow: 0 0 8px rgba(42, 157, 143, 0.6);
}

/* Timer progress bar */
.swal2-timerbar-custom {
  background: linear-gradient(90deg, #2a9d8f, #38ef7d) !important;
}

/* ~~~~~~~~~~~~~~~~~~~~~~ */
/*  */
/* ~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~ */
/* batas bawah  */
/* ~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~ */
/*  */
/* ~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~ */
/*  */
/* ~~~~~~~~~~~~~~~~~~~~~~ */

footer {
  position: relative;
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #ffdee9, #b5fffc);
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.link-github {
  position: absolute;
  right: 5%;
  height: 20%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.link-github a img {
  border-radius: 100%;
  width: 60px;
  height: 60px;
}
.footer-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 20px;
  height: 100%;
  color: #f5f5f5;
}
/* Ukuran */
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

/* Track (latar belakang scrollbar) */
::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(8px);
  border-radius: 10px;
  margin: 2px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

/* Thumb (bagian geser) */
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #00f5d4, #00bbf9, #2a9d8f);
  border-radius: 10px;
  border: 2px solid rgba(15, 32, 39, 0.8);
  box-shadow: 0 0 10px rgba(0, 245, 212, 0.6);
  transition: all 0.3s ease-in-out;
}

/* Hover efek glow */
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #2a9d8f, #00bbf9, #00f5d4);
  box-shadow: 0 0 20px rgba(0, 245, 212, 0.8), 0 0 40px rgba(0, 187, 249, 0.5);
  transform: scale(1.1);
}

/* ~~~~~~~~~~~~~~~~~~~~~~ */
/*  */
/* ~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~ */
/* atur animasi .show */
/* ~~~~~~~~~~~~~~~~~~~~~~ */
.show {
  opacity: 1;
  transform: translateX(0) translateY(0);
}
/* ~~~~~~~~~~~~~~~~~~~~~~ */
/*  */
/* ~~~~~~~~~~~~~~~~~~~~~~ */
