.elementor-kit-689{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-image:url("https://aeonalyx.me/wp-content/uploads/2025/05/bg.webp");background-size:cover;}.elementor-kit-689 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(min-width:1025px){.elementor-kit-689{background-attachment:fixed;}}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.right {
  opacity: 1;
  transform: translateX(20px);
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}

.right.active {
  opacity: 1;
  transform: translateX(0);
  transition-delay: .3s;
}

.left {
  opacity: 1;
  transform: translateX(-20px);
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}

.left.active {
  opacity: 1;
  transform: translateX(0);
}

.typing {
  font-size: 70px;
  font-weight: bold;
  color: #61ce70;
  white-space: nowrap;
  overflow: hidden;
  border-right: 2px solid #fff;
  animation: blink 1s step-end infinite;
}

.typing1 {
  font-size: 31px;
  font-weight: bold;
  color: #61ce70;
  white-space: nowrap;
  overflow: hidden;
  border-right: 2px solid #fff;
  animation: blink 1s step-end infinite;
}

@keyframes blink {
  0%, 100% { border-color: transparent; }
  50% { border-color: #fff; }
}

.pop-up {
  opacity: 1;
  transform: scale(0.9);
}

.pop-up.active {
  animation: bouncePop 0.6s ease forwards;
}

@keyframes bouncePop {
  0% {
    opacity: 1;
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  70% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}


.pop-up-once {
  opacity: 0;
  transform: scale(1);
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.pop-up-once.active {
  opacity: 1;
  transform: scale(1);
}

.heartbeat {
  display: inline-block;
  animation: slowPulse 1s ease-in-out infinite;
}

@keyframes slowPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
}

.heartbeatf {
  display: inline-block;
  animation: slowPulse 0.5s ease-in-out infinite;
}

@keyframes slowPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
}

.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 9999;
  padding: 12px 16px;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.scroll-to-top {
  opacity: 0;
  visibility: hidden;
}
.scroll-to-top.show {
  opacity: .8;
  visibility: visible;
}

.contact-now-btn {
  position: fixed;
  top: 80px;
  right: 5px;
  z-index: 99999;
  background-color: #e63946;
  color: #fff;
  padding: 5px 5px;
  border-radius: 50px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  transition: background-color 0.3s ease, transform 0.3s ease;
  opacity: .5;
  pointer-events: auto;
}

.contact-now-btn:hover {
  background-color: #d62828;
  transform: scale(1.05);
  opacity: 1;
}

.project-section {
  display: none;
  opacity: 0;
  transform: scale(0.98);
  transition: opacity 0.5s ease;
}

.project-section.active {
  display: block;
  opacity: 1;
  transform: scale(1);
}

.project-filter {
  text-align: center;
  margin-bottom: 30px;
  cursor: pointer;
}

/*Profile animations*/
.profile-pic {
  z-index: 1;
}

.phone-shake {
  display: inline-block;
  animation: phoneShake 3s infinite;
}

@keyframes phoneShake {
  0%, 94%, 100% { transform: rotate(5deg) translateX(0); }
  2% { transform: rotate(0deg) translateX(-6px); }
  4% { transform: rotate(0deg) translateX(6px); }
  6% { transform: rotate(0deg) translateX(-5px); }
  8% { transform: rotate(0deg) translateX(5px); }
  10% { transform: rotate(0deg) translateX(-4px); }
  12% { transform: rotate(0deg) translateX(4px); }
  14% { transform: rotate(0deg) translateX(-2px); }
  16% { transform: rotate(0deg) translateX(2px); }
  18% { transform: rotate(0deg) translateX(0); }
}


.burst-icon {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 2;
  cursor: none;
}

.burst-icon.active-burst {
  opacity: 1;
}/* End custom CSS */