/* xl - DESKTOP STYLES */
.container-root {
  background: linear-gradient(90deg, #1e8796, #2d2d2e, #1e8796);
  background-size: 400% 400%;
  animation: Gradient 15s ease infinite;
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0px;
}
.container-cube {
  position: absolute;
  left: 0;
  top: 0;
}
.cube {
  position: absolute;
  top: 80vh;
  left: 45vw;
  width: 10px;
  height: 10px;
  border: solid 1px #D7D4E4;
  transform-origin: top left;
  transform: scale(0) rotate(0deg) translate(-50%, -50%);
  animation: cube 12s ease-in forwards infinite;
}
.cube:nth-child(2n) {
  border-color: #FFF;
}
.cube:nth-child(2) {
  animation-delay: 2s;
  left: 25vw;
  top: 40vh;
}
.cube:nth-child(3) {
  animation-delay: 4s;
  left: 75vw;
  top: 50vh;
}
.cube:nth-child(4) {
  animation-delay: 6s;
  left: 90vw;
  top: 10vh;
}
.cube:nth-child(5) {
  animation-delay: 8s;
  left: 10vw;
  top: 85vh;
}
.cube:nth-child(6) {
  animation-delay: 10s;
  left: 50vw;
  top: 10vh;
}
.main-name {
  position: relative;
}
.main-name::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 2px;
  background-color: #962D1E;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
}
@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes cube {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }
  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}
p {
  margin-top: 5px;
  margin-bottom: 7px;
}
.p-span, .p-span span {
  line-height: 1.6;
  margin-bottom: 10px;
  display: block;
}
.container-content {
  height: auto;
  position: relative;
}
@media (min-width: 1024px) {
  .container-content {
    height: 470px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
@media (min-width: 1024px) {
  .container-content {
    width: 900px;
  }
}
.container-content::before {
  position: sticky;
  content: "";
  top: -12px;
  left: 0px;
  width: 100%;
  background: white;
  display: block;
  min-height: 10px;
  z-index: 100;
}
.container-content::after {
  position: sticky;
  content: "";
  bottom: -12px;
  left: 0px;
  width: 100%;
  background: white;
  display: block;
  min-height: 10px;
  z-index: 100;
}
.button-cv .elementor-button-icon {
  font-size: 11px;
}
.button-hire .elementor-button-icon {
  font-size: 16px;
}
.elementor-icon {
  cursor: pointer;
}
.elementor-icon:hover svg {
  fill: #962D1E !important;
}
@media (min-width: 1500px) {
  .container-profile {
    width: 400px;
  }
  .container-nav {
    width: 70px;
  }
}
::-webkit-scrollbar {
  width: 5px;
}
/* track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* handle */
::-webkit-scrollbar-thumb {
  background: #1e8796;
}
/* handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #1e8796;
}
.icon-about, .icon-resume, .icon-case, .icon-mail {
  position: relative;
}
.icon-about:hover svg, .icon-resume:hover svg, .icon-case:hover svg, .icon-mail:hover svg {
  fill: #962D1E;
}
.icon-about:hover::before {
  content: "About";
  font-family: "Roboto";
  position: absolute;
  left: -27px;
  top: 25px;
  background-color: #962D1E;
  color: white;
  padding: 5px 12px;
  z-index: 1;
  font-size: 18px;
}
@media (min-width: 768px) {
  .icon-about:hover::before {
    left: 80%;
    top: -10px;
    padding: 9px 15px;
  }
}
.icon-resume:hover::before {
  content: "Resume";
  font-family: "Roboto";
  position: absolute;
  left: -27px;
  top: 25px;
  background-color: #962D1E;
  color: white;
  padding: 5px 12px;
  z-index: 1;
  font-size: 18px;
}
@media (min-width: 768px) {
  .icon-resume:hover::before {
    left: 80%;
    top: -10px;
    padding: 9px 15px;
  }
}
.icon-case:hover::before {
  content: "Works";
  font-family: "Roboto";
  position: absolute;
  left: -27px;
  top: 25px;
  background-color: #962D1E;
  color: white;
  padding: 5px 12px;
  z-index: 1;
  font-size: 18px;
}
@media (min-width: 768px) {
  .icon-case:hover::before {
    left: 80%;
    top: -10px;
    padding: 9px 15px;
  }
}
.icon-mail:hover::before {
  content: "Mail";
  font-family: "Roboto";
  position: absolute;
  left: -27px;
  top: 25px;
  background-color: #962D1E;
  color: white;
  padding: 5px 12px;
  z-index: 1;
  font-size: 18px;
}
@media (min-width: 768px) {
  .icon-mail:hover::before {
    left: 80%;
    top: -10px;
    padding: 9px 15px;
  }
}
.icon-social-mail:hover svg, .icon-social-linkedin:hover svg {
  fill: #962D1E;
}
.h-content {
  width: fit-content !important;
}
.swiper-slide {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-slide img {
  filter: contrast(0.1);
  width: 170px;
}
.swiper-slide img[alt="logo"], .swiper-slide img[alt="logo-gojago-black"], .swiper-slide img[alt="logo-vedic-path-2"], .swiper-slide img[alt="logo2-e1743024006806"] {
  width: 120px;
}
.experience-item {
  position: relative;
}
.experience-item::before {
  content: "";
  height: 10px;
  width: 10px;
  background: #962D1E;
  border-radius: 100%;
  position: absolute;
  left: -6px;
}
.elementor-icon-box-title {
  margin-top: 0;
}
p a {
  color: #962D1E;
}
.typing {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  border-right: 2px solid black;
  /* cursor */
  animation: typing 4s steps(40, end) infinite, blink 0.7s step-end infinite;
  max-width: 195px !important;
}
@keyframes typing {
  0% {
    width: 0;
  }
  /* mulai kosong */
  40% {
    width: 100%;
  }
  /* ketik sampai selesai */
  70% {
    width: 100%;
  }
  /* jeda */
  100% {
    width: 0;
  }
  /* hapus untuk loop */
}
@keyframes blink {
  50% {
    border-color: transparent;
  }
}
.container-wrapper {
  overflow-y: auto;
}
@media (min-width: 1024px) {
  .container-wrapper {
    overflow-y: hidden;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F600-scss-desktop.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BACAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMF%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAD9KA%3BACmLA%3BAAAA%3BAAAA%3BADnLA%3BACwLA%3BAAAA%3BAAAA%3BADxLA%3BAC6LA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAACE%3BAAAA%3BAAAA%3BAADF%3BAAEE%3BAAAA%3BAAAA%3BAAFF%3BAAGE%3BAAAA%3BAAAA%3BAAHF%3BAAIE%3BAAAA%3BAAAA%3BAAJF%3BAAAA%3BAAOA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */