@font-face {
  font-family: Bouncy;
  src: url(../fonts/Bouncy-PERSONAL_USE_ONLY.otf);
}
@font-face {
  font-family: Avenir;
  src: url(../fonts/Avenir\ Light.ttf);
}
@font-face {
  font-family: Creepster;
  src: url(../fonts/Creepster-Regular.ttf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow: hidden;
  cursor: url(../images/cursor/rsz_neon_energy_cursor--sweezycursors.png), auto;
}

#bg_main {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}

.video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 20, 20, 0.79);
  z-index: -1;
  pointer-events: none;
}

.border {
  position: fixed;
  top: 50vh;
  left: 50vw;
  transform: translate(-50%, -50%);
  background-color: rgba(45, 45, 45, 0.045);
  border: 2px solid rgba(79, 79, 79, 0.23);
  width: 92%;
  height: 84%;
  z-index: 500;
}
@media (max-width: 768px) {
  .border {
    height: 75%;
  }
}
.border h1 {
  padding-top: 2%;
  font-size: clamp(20px, 3vw, 36px) !important;
}
.border h1,
.border h1 + p {
  width: 25ch;
  color: #f2f2f2;
  padding-left: 2%;
  line-height: 1.2;
  font-size: clamp(10px, 1.1vw, 18px);
}
.border .links-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 35%;
  padding-top: 10%;
  padding-left: 3%;
}
.border .links-group .link {
  height: 32px;
  align-items: center;
  padding-left: 22px;
  cursor: pointer;
  transition: 1.15s all;
}
.border .links-group .link:hover {
  background-color: rgba(95, 95, 95, 0.125);
}
.border .links-group .link p {
  height: 100%;
  color: #c7bcbc;
  font-size: 22px;
  align-content: center;
  transition: 0.35s all;
}
.border .links-group .link p:hover {
  color: #f2f2f2;
}
.border .messages {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 45%;
  color: #d9d9d9;
  height: 90%;
  border-left: 1px solid;
  padding-left: 15px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.4) transparent;
}
.border .messages::-webkit-scrollbar {
  width: 8px;
}
.border .messages::-webkit-scrollbar-track {
  background: transparent;
}
.border .messages::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(180, 180, 180, 0.4));
  border-radius: 10px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.6);
}
.border .messages::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.6));
}
.border .messages .message {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.border .messages .message.active {
  display: flex;
  flex-direction: column;
}
.border .messages .message.fade-in {
  opacity: 1;
}
.border .messages .contact-list {
  list-style: none;
  margin-top: 15px;
  padding: 0;
}
.border .messages .contact-list .line {
  width: 100%;
  height: 1px;
  background: white;
  margin: 10px;
}
.border .messages .contact-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
  font-size: 16px;
  padding: 6px 0;
  transition: 0.3s all;
}
.border .messages .contact-list li a {
  color: #f2f2f2;
  text-decoration: none;
  transition: 0.3s all;
}
.border .messages .contact-list li a:hover {
  color: #b3a8a8;
}
.border .messages .contact-list li a:hover svg {
  fill: #b3a8a8;
  transform: scale(1.15);
}
.border .messages .contact-list li svg {
  fill: #f2f2f2;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transition: 0.3s;
}
li:hover .border .messages .contact-list li svg {
  fill: #b3a8a8;
}
.border .messages .contact {
  height: 70%;
}
.border .messages .contact ul,
.border .messages .contact h2,
.border .messages .contact li {
  width: 95%;
}
.border .messages .contact ul {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.border .messages .contact ul li:nth-last-child(2) {
  margin-top: auto;
}
.border .faq {
  flex-direction: column;
  line-height: 1.6;
  gap: 20px;
}
.border .faq .faq-item {
  margin-bottom: 20px;
  width: 68%;
}
.border .faq .line {
  width: 100%;
  height: 1px;
  background: white;
  margin: 10px;
}
.border .faq .education,
.border .faq .certifications {
  width: 100%;
}
.border .faq .education h3,
.border .faq .certifications h3 {
  margin-bottom: 25px;
}
.border .faq .education p,
.border .faq .certifications p {
  width: 100%;
}
.border .faq .certifications p a {
  color: #f2f2f2;
  text-decoration: underline;
  transition: 0.3s all;
}
.border .faq .certifications p a:hover {
  color: #b3a8a8;
}
.border .main {
  align-content: end;
}
.border .main .opinion {
  width: 100%;
}
.border .main .opinion p {
  max-width: 65ch;
  width: 100%;
}
.border .main .message:nth-child(1) p {
  width: 100%;
}
.border .main .message:nth-child(2) .icon {
  width: 22px;
  height: 22px;
  fill: white;
  opacity: 0.7;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.border .main .message:nth-child(2) .icon.css:hover {
  fill: #663399;
}
.border .main .message:nth-child(2) .icon.html:hover {
  fill: #e34f26;
}
.border .main .message:nth-child(2) .icon.sass:hover {
  fill: #cc6699;
}
.border .main .message:nth-child(2) .icon.js:hover {
  fill: #f7df1e;
}
.border .main .message:nth-child(2) .icon.angular:hover {
  fill: #dd0031;
}
.border .main .message:nth-child(2) .icon.tailwind:hover {
  fill: #06B6D4;
}
.border .main .message:nth-child(2) .icon.react:hover {
  fill: #61dafb;
}
.border .main .message:nth-child(2) .icon:hover {
  opacity: 0.9;
  transform: scale(1.15);
}
.border .main .message:nth-child(1),
.border .main .message:nth-child(3),
.border .main .message:nth-child(4) {
  align-items: flex-end;
}
.border .main p {
  max-width: 38ch;
  width: 100%;
  margin-bottom: 5px;
  padding: 5px;
  line-height: 1;
  letter-spacing: 1.5px;
}
.border .projects {
  height: 100%;
}
.border .projects .timeline {
  position: relative;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.border .projects .timeline::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 0;
  width: 2px;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
}
.border .projects .timeline-item.text-only {
  font-style: italic;
  opacity: 0.75;
}
.border .projects .timeline-item.text-only .title {
  letter-spacing: 0.5px;
}
.border .projects .timeline-item {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  transition: 0.3s ease;
}
.border .projects .timeline-item::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
}
.border .projects .timeline-item .date {
  font-size: 13px;
  opacity: 0.6;
}
.border .projects .timeline-item .title {
  font-size: 16px;
}
.border .projects .timeline-item:hover {
  transform: scale(1.03);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(4px);
  border-radius: 6px;
}
.border .projects .timeline-item.text-only {
  cursor: default;
  opacity: 0.7;
}
.border .projects .timeline-item.text-only:hover {
  transform: none;
  background: none;
  backdrop-filter: none;
}
.border .projects {
  /* MODAL */
}
.border .projects .modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.border .projects .modal-overlay.active {
  display: flex;
}
.border .projects .modal-box {
  background: rgba(40, 40, 40, 0.85);
  backdrop-filter: blur(6px);
  padding: 25px;
  border-radius: 12px;
  width: 380px;
  animation: zoomIn 0.3s ease;
}
.border .projects .close-btn {
  background: none;
  border: none;
  color: white;
  font-size: 18px;
  float: right;
  cursor: pointer;
}
.border .projects .modal-links a {
  display: inline-block;
  margin-top: 12px;
  margin-right: 10px;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 6px 12px;
  border-radius: 6px;
  text-decoration: none;
}
.border .projects .modal-links a:hover {
  background: rgba(255, 255, 255, 0.1);
}
@keyframes zoomIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.moon {
  position: relative;
  z-index: 499;
  cursor: url(../images/cursor/rsz_neon_energy_pointer--sweezycursors.png), pointer;
  top: -110px;
  left: 65vw;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 240, 230, 0.9) 4%, rgba(245, 225, 205, 0.85) 100%);
  box-shadow: 0 0 105px 2px rgba(220, 185, 170, 0.7), 0 0 50px 4px rgba(200, 180, 160, 0.8), 0 0 145px 2px rgba(220, 190, 170, 0.7);
  animation: moon-light 5s infinite;
}
@media (max-width: 1000px) {
  .moon {
    width: 150px;
    height: 150px;
    top: -65px;
  }
}
@media (max-width: 450px) {
  .moon {
    left: 55vw;
  }
}

.crat {
  position: absolute;
  top: 150px;
  left: 50px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 3px solid rgba(194, 168, 140, 0.475);
  box-shadow: inset 5px 10px 25px 4px rgba(199, 177, 171, 0.9), inset -3px -3px 15px rgba(255, 245, 235, 0.5);
}
@media (max-width: 1000px) {
  .crat {
    top: 95px;
    left: 15px;
    width: 15px;
    height: 15px;
  }
}

.crat2 {
  position: absolute;
  top: 115px;
  left: 32px;
  width: 10px;
  height: 10px;
}

.crat3 {
  position: absolute;
  top: 130px;
  left: 170px;
  width: 20px;
  height: 20px;
}
@media (max-width: 1000px) {
  .crat3 {
    top: 60px;
    left: 40px;
  }
}

.crat4 {
  position: absolute;
  top: 100px;
  left: 115px;
  width: 25px;
  height: 25px;
}
@media (max-width: 1000px) {
  .crat4 {
    left: 70px;
    top: 95px;
  }
}

.crat5 {
  top: 185px;
  left: 70px;
  width: 10px;
  height: 10px;
}
@media (max-width: 1000px) {
  .crat5 {
    top: 135px;
  }
}

.crat6 {
  top: 180px;
  left: 115px;
  width: 22px;
  height: 22px;
}
@media (max-width: 1000px) {
  .crat6 {
    top: 50px;
  }
}

.crat7 {
  top: 130px;
  left: 135px;
  width: 6px;
  height: 6px;
}
@media (max-width: 1000px) {
  .crat7 {
    top: 110px;
    left: 100px;
  }
}

.crat8 {
  top: 134px;
  left: 147px;
  width: 1px;
  height: 1px;
  border: 2px solid rgba(194, 168, 140, 0.475);
}
@media (max-width: 1000px) {
  .crat8 {
    top: 110px;
    left: 50px;
  }
}

.rain {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 97vh;
  overflow: hidden;
  clip-path: polygon(0% 0%, 0% 100%, 4% 100%, 4% 8%, 96% 8%, 96% 95%, 4% 95%, 4% 100%, 100% 100%, 100% 0%);
}

.drop {
  position: absolute;
  z-index: 5;
  background: rgba(255, 255, 255, 0.7);
  opacity: 0.5;
  width: 2px;
  bottom: 100%;
  animation: fall linear forwards;
}

.splat {
  width: 15px;
  height: 10px;
  border-top: 2px dotted rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  opacity: 1;
  transform: scale(0);
  position: absolute;
  animation: splat 0.5s linear forwards;
}

@keyframes animate {
  0% {
    max-width: 0%;
  }
  20% {
    max-width: 20%;
  }
  90% {
    max-width: 50%;
  }
  93% {
    max-width: 80%;
  }
  100% {
    max-width: 100%;
  }
}
@keyframes glow {
  0% {
    scale: 1;
  }
  10% {
    font-size: 50px;
    opacity: 1;
  }
  50% {
    transform: scale(3);
  }
  100% {
    opacity: 1;
    transform: scale(5);
  }
}
@keyframes appear {
  0% {
    font-size: 1px;
    opacity: 0;
  }
  75% {
    font-size: 7px;
    opacity: 0.5;
  }
  100% {
    font-size: 12px;
    opacity: 1;
  }
}
@keyframes showtxt {
  0% {
    transform: translateX(-100%);
    width: 100%;
  }
  40% {
    width: 0%;
    opacity: 0.6;
  }
  100% {
    width: 0%;
    opacity: 0.3;
  }
}
@keyframes showtxt2 {
  0% {
    transform: translate(-70%, -50%);
    width: 100vw;
    height: 300px;
  }
  100% {
    opacity: 0.3;
    transform: translate(-70%, -50%);
    width: 100vw;
    height: 300px;
  }
}
@keyframes moon-light {
  50% {
    box-shadow: 0px 0px 100px 5px rgba(223, 201, 189, 0.6705882353), 0 0 55px 7px rgba(114, 101, 111, 0.862745098), 0px 0px 150px 5px rgba(128, 90, 85, 0.862745098);
  }
}
@keyframes animateCloud {
  0% {
    filter: drop-shadow(8px 8px 0 rgba(0, 0, 0, 0.0666666667)) drop-shadow(0 0 0 rgb(187, 208, 255)) brightness(1);
  }
  35% {
    filter: drop-shadow(8px 8px 0 rgba(0, 0, 0, 0.0666666667)) drop-shadow(0 0 20px rgba(255, 255, 255, 0.3333333333)) brightness(10);
  }
  39% {
    filter: drop-shadow(8px 8px 0 rgba(0, 0, 0, 0.0666666667)) drop-shadow(0 0 0 rgb(187, 208, 255)) brightness(1);
  }
  45% {
    filter: drop-shadow(8px 8px 0 rgba(0, 0, 0, 0.0666666667)) drop-shadow(0 0 50px rgba(255, 255, 255, 0.3333333333)) brightness(10);
  }
  60% {
    filter: drop-shadow(8px 8px 0 rgba(0, 0, 0, 0.0666666667)) drop-shadow(0 0 0 rgb(187, 208, 255)) brightness(1);
  }
}
@keyframes drops {
  0% {
    transform: translateY(0) scaleY(1);
  }
  70% {
    transform: translateY(360px) scaleY(1);
  }
  80% {
    transform: translateY(360px) scaleY(0.2);
  }
  100% {
    transform: translateY(360px) scaleY(0.15) scaleX(15);
  }
}
@keyframes splat {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  80% {
    opacity: 1;
    transform: scale(0);
  }
  90% {
    opacity: 0.5;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}
@keyframes fall {
  to {
    transform: translateY(97vh);
  }
}
.loading-container {
  width: 100%;
  height: 100%;
  background-color: rgb(18, 15, 5);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  z-index: 1000;
  opacity: 1;
  transition: opacity 1s ease;
}
.loading-container .light {
  width: 100%;
  height: 50px;
  position: absolute;
  top: 20%;
  right: 20%;
  rotate: -35deg;
  background: radial-gradient(ellipse, rgba(255, 240, 200, 0.7) 0%, rgba(255, 230, 180, 0.4) 30%, rgba(255, 210, 140, 0.2) 60%, transparent 90%);
  transform: translateX(-50%) scale(1.8);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2), inset 0 2px 5px rgba(255, 255, 255, 0.5), inset 0 -10px 20px rgba(255, 240, 200, 0.5), 0 0 80px rgba(255, 240, 200, 0.8);
}
@media (max-width: 1450px) {
  .loading-container .light {
    top: 0;
  }
}
@media (max-width: 1012px) {
  .loading-container .light {
    right: 0;
  }
}
.loading-container .bot {
  top: 80%;
  right: -50%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2), inset 0 2px 5px rgba(255, 255, 255, 0.5), inset 0 -10px 20px rgba(255, 240, 200, 0.5), 0 0 20px rgba(255, 240, 200, 0.8);
}
@media (max-width: 1279px) {
  .loading-container .bot {
    display: none;
  }
}
.loading-container .footer_loadingScreen {
  position: absolute;
  text-align: center;
  bottom: 50px;
  left: 50vw;
  max-width: 600px;
  width: 80%;
  flex-wrap: nowrap;
  transform: translateX(-50%);
  font-family: Avenir;
  letter-spacing: 0.05em;
  font-size: 18px;
  color: #f2f2f2;
}
@media (max-width: 750px) {
  .loading-container .footer_loadingScreen {
    max-width: 350px;
  }
}
@media (max-width: 425px) {
  .loading-container .footer_loadingScreen {
    max-width: 250px;
  }
}
.loading-container .footer_loadingScreen .hide {
  background-color: rgb(18, 15, 5);
  position: absolute;
  height: 25px;
  width: 0;
  animation: showtxt 7s ease-in;
}
@media (max-width: 750px) {
  .loading-container .footer_loadingScreen .hide {
    animation: showtxt2 7s ease-in;
  }
}
.loading-container .header-txt {
  width: 350px;
  position: absolute;
  top: 100px;
  left: 50vw;
  transform: translateX(-50%);
  font-family: Avenir;
  letter-spacing: 0.05em;
  font-size: 24px;
  color: #f2f2f2;
  opacity: 0.9;
}
@media (max-width: 500px) {
  .loading-container .header-txt {
    font-size: 20px;
    transform: translateX(-40%);
  }
}
.loading-container .x {
  position: relative;
  transform: translate(0, 165px);
  color: white;
  opacity: 0;
  animation: glow 2s forwards;
  animation-delay: 3.5s;
  font-family: Creepster;
  letter-spacing: 0.05em;
  font-size: 20px;
  color: white;
}
@media (max-width: 500px) {
  .loading-container .x {
    font-size: 16px;
  }
}
.loading-container .x::after {
  content: "eLa";
  font-family: Creepster;
  letter-spacing: 0.05em;
  font-size: 12px;
  color: white;
  animation: appear 2s forwards;
  animation-delay: 6s;
  text-decoration: underline;
  opacity: 0;
}
.loading-container .progress-bar-main-container {
  width: 100%;
  max-width: 30vw;
  min-width: 250px;
  background-color: rgb(18, 15, 7);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 1s ease;
}
.loading-container .progress-bar-main-container .bar {
  width: 100%;
  max-width: 80%;
  height: 30px;
  padding: 4px;
  border: 2px solid white;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  box-shadow: 0 0 30px rgba(59, 59, 59, 0.9);
}
.loading-container .progress-bar-main-container .bar h2 {
  margin-top: 3px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-family: Bouncy;
  letter-spacing: 0.05em;
  font-size: 18px;
  color: #7d7d7d;
}
.loading-container .progress-bar-main-container .bar .mainBar {
  width: 100%;
  max-width: 0;
  height: 20px;
  background-color: white;
  border-radius: 10px;
  animation: animate 3s forwards;
  animation-delay: 2.33s;
}
.loading-container .cloud {
  position: relative;
  top: 135px;
  left: 0;
  scale: 0.35;
  width: 320px;
  height: 100px;
  border-radius: 100px;
  filter: drop-shadow(8px 8px 0 rgba(0, 0, 0, 0.3333333333));
  animation: animateCloud 3.5s steps(1) infinite;
}
@media (max-height: 740px) {
  .loading-container .cloud {
    scale: 0.2;
  }
}
.loading-container .cloud::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 40px;
  width: 110px;
  height: 110px;
  border-radius: 100%;
  background: #484f59;
  box-shadow: 90px -10px 0 30px #484f59;
}
.loading-container .cloud::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #484f59;
  border-radius: 100px;
  z-index: 1000;
}
.loading-container .cloud .drop {
  position: absolute;
  top: 0;
  width: 2px;
  height: 10px;
  transform-origin: bottom;
  background: #05a2eb;
  animation: drops 2s linear infinite;
}
.loading-container .hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s ease;
}/*# sourceMappingURL=style.css.map */