@import "https://cdnjs.cloudflare.com/ajax/libs/remixicon/4.6.0/remixicon.css";
* {
  pointer-events: none;
}
* a,
* button,
* canvas {
  pointer-events: auto !important;
}

.navbar {
  backdrop-filter: blur(100px);
  background-color: rgba(43, 48, 53, 0.6) !important;
}

body {
  background-image: url("../img/pvbg.png");
  background-position: center;
}

#snow-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.snowflake {
  position: absolute;
  color: rgba(255, 255, 255, 0.6);
  user-select: none;
  pointer-events: none;
  font-family: Arial, sans-serif;
  animation: fall linear infinite;
}

@keyframes fall {
  from {
    transform: translateY(-100vh) rotate(0deg);
  }
  to {
    transform: translateY(100vh) rotate(360deg);
  }
}
.navbar {
  z-index: 1000 !important;
}

main {
  position: relative;
  z-index: 2;
}

footer {
  position: relative;
  z-index: 2;
}

.skills-container {
  background: #212529;
  border-radius: 12px;
}

.skill-badge {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  border-radius: 0.375rem;
  margin-bottom: 5px;
  background: #111;
  color: #fff;
  font-size: 14px;
  gap: 6px;
}
.skill-badge i {
  font-size: 16px;
}

.stat-card {
  padding: 0.75rem;
  border: 0.5px solid rgba(255, 255, 255, 0.3);
  border-radius: 0.375rem;
}
.stat-card i {
  font-size: 2rem;
}
.stat-card .repo-icon {
  color: #007bff;
}
.stat-card .follower-icon {
  color: #dc3545;
}
.stat-card .star-icon {
  color: #ffc107;
}
.stat-card .solved-icon {
  color: #28a745;
}
.stat-card .gist-icon {
  color: #c507ff;
}
.stat-card h5 {
  margin-top: 0.5rem;
}
.stat-card p {
  font-size: 1.5rem;
  margin-bottom: 0;
}

.ideology-divider {
  width: 40px;
  height: 1px;
  background-color: #fff;
  margin: 1rem 0;
}

.ideology-image {
  overflow: hidden;
  height: 260px;
  border-radius: 50px;
}

.experience-timeline {
  border-left: 1px solid #fff;
  flex-direction: column;
  border-radius: 0 0 0 20px;
  padding: 0;
  gap: 3rem;
  padding-top: 2.5rem;
}

.timeline-item {
  display: flex;
}
.timeline-item .timeline-line {
  display: inline-block;
  min-width: 24px;
  height: 1px;
  background-color: #fff;
  margin-top: 11px;
}
.timeline-item .timeline-dot {
  font-size: 10px;
  margin-top: 3px;
  position: relative;
  right: 5px;
}
.timeline-item .timeline-content {
  padding-left: 0.25rem;
}
.timeline-item .timeline-content .timeline-title {
  font-size: 1.25rem;
  font-weight: bold;
}
.timeline-item .timeline-content .timeline-meta {
  color: #007bff;
}
.timeline-item .timeline-content p {
  margin-bottom: 0;
}

.organization-section {
  background-position: center;
  background-size: cover;
  padding: 1rem 0;
  border-radius: 0.375rem;
  margin: 1rem 0;
}
.organization-section .organization-content {
  padding: 1rem;
  border-radius: 0.375rem;
  max-width: 420px;
  backdrop-filter: blur(10px);
}
.organization-section .organization-content img {
  height: 25px;
  margin-bottom: 1rem;
}
.organization-section .organization-content p {
  margin-bottom: 1rem;
}

.gist-container {
  overflow: auto;
  height: 350px;
  border-radius: 1rem;
  padding: 0.5rem;
  backdrop-filter: blur(100px);
}
.gist-container * {
  pointer-events: auto !important;
}

.gist-card {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border: 0;
  margin-bottom: 1.5rem;
  height: 100px;
}
.gist-card .card-body {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.gist-card .card-body .card-title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.gist-card .card-body .card-text small {
  color: #6c757d;
}
.gist-card .card-body .btn {
  margin-top: auto;
}

.footer-section {
  background: black;
  padding: 1rem 0;
}
@media (min-width: 876px) {
  .footer-section {
    clip-path: polygon(15% 0%, 85% 0%, 100% 50%, 100% 100%, 0 100%, 0% 50%);
  }
  .footer-section .footer-content .row {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .footer-section .footer-content .row {
    gap: 10px;
  }
  .footer-section .footer-content .row .col {
    justify-content: center !important;
  }
}
.footer-section .footer-content p {
  margin-bottom: 0;
}
.footer-section .footer-content .contact-btn {
  padding: 0;
  border: 0;
}

#snow-container {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 9999;
}

.blob {
  position: absolute;
  top: -8vh;
  border-radius: 50%;
  pointer-events: none;
  will-change: transform, opacity, filter;
  background: radial-gradient(circle at 50% 40%, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 250, 0.65) 10%, rgba(250, 250, 245, 0.18) 30%, rgba(250, 250, 245, 0.06) 55%, rgba(250, 250, 245, 0) 100%);
  mix-blend-mode: screen;
  filter: blur(var(--blur, 6px));
  box-shadow: 0 0 calc(var(--blur, 6px) * 0.9) rgba(255, 255, 255, 0.45);
  opacity: var(--opa, 0.9);
  transform: translate3d(0, 0, 0);
}

.blob::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: var(--core-size, 4px);
  height: var(--core-size, 4px);
  border-radius: 50%;
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.95) 40%, rgba(255, 255, 255, 0.55) 70%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0 0 calc(var(--core-size, 4px) * 1.8) rgba(255, 255, 255, 0.6);
  filter: none;
  pointer-events: none;
}

.navbar-toggler {
  width: 50px !important;
  height: 50px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px !important;
}

.item-container > div {
  backdrop-filter: blur(100px);
}

@media (max-width: 992px) {
  .navbar-nav {
    padding-bottom: 10px;
  }
}

.f22-container {
  position: relative;
  height: 300px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  background: transparent;
}
#f22-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}

/*# sourceMappingURL=main.css.map */
