@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  background-color: #223122;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

hr {
  width: 80%;
  outline: none;
  border: 2px solid #365535;
}

.line {
  min-height: 6px;
  background: #60e354;
  background: -webkit-gradient(linear, left top, right top, from(#59e354), to(#59f17a));
  background: linear-gradient(90deg, #71e354 0%, #39c934 100%);
}

.alt-footer {
  background-color: #294229;
  padding: 10px;
  padding-left: 10%;
  padding-right: 10%;
}

.alt-footer a {
  color: #fff;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, right top, from(#54e35b), to(#59f159));
  background-image: linear-gradient(90deg, #71e354 0%, #39c934 100%);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  font-size: 18px;
}

.alt-footer a:hover {
  background-size: 100% 2px;
}

#navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: transparent;
  margin-top: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  padding-left: 50px;
  padding-right: 50px;
}

#navbar h1 {
  display: inline-block;
  margin: 0;
  color: #fff;
  margin-right: 20px;
  font-size: 24px;
  font-weight: 500;
}

#navbar .button-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  float: right;
}

@media only screen and (max-width: 603px) {
  #navbar .button-list {
    float: none;
    margin-top: 10px;
  }
}

#navbar .button-list a {
  margin: 0 20px 0 0;
  font-size: 20px;
  font-weight: 400;
  -webkit-transition: 250ms;
  transition: 250ms;
  color: #fff;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, right top, from(#54e367), to(#59f193));
  background-image: linear-gradient(90deg, #71e354 0%, #39c934 100%);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 0% 3px;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
}

#navbar .button-list a:hover {
<<<<<<< Updated upstream
  background-size: 100% 3px;
=======
  color: #f8fafc;
  background: rgba(16, 185, 129, 0.1);
  transform: translateY(-2px);
}

#navbar .button-list a:hover::before {
  left: 0;
}

/* Crypto Navbar Widget */
.crypto-navbar {
  display: flex;
  gap: 1rem;
  align-items: center;
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 12px;
  padding: 0.5rem 1rem;
  flex-shrink: 0;
}

.crypto-item {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
}

.crypto-item:hover {
  transform: scale(1.05);
}

.crypto-symbol {
  font-size: 1rem;
  font-weight: 600;
  color: #34d399;
}

.crypto-price {
  color: #f8fafc;
  font-size: 0.8rem;
  font-weight: 600;
  min-width: 50px;
}

@media only screen and (max-width: 768px) {
  #navbar {
    flex-direction: column;
    gap: 1rem;
    margin: 0.5rem 1rem;
    padding: 1rem;
  }
  
  #navbar h1 {
    font-size: 24px;
    margin-right: 0;
    text-align: center;
  }
  
  .crypto-navbar {
    order: 2;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0.5rem;
  }
  
  .crypto-item {
    gap: 0.25rem;
  }
  
  .crypto-price {
    font-size: 0.7rem;
    min-width: 40px;
  }
  
  .crypto-symbol {
    font-size: 0.9rem;
  }
>>>>>>> Stashed changes
}

.center {
  margin: 0 auto;
  width: 90%;
  text-align: center;
}

.flex-container {
  margin: 75px 10px 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 603px) {
  .flex-container {
    margin-top: 10px;
  }
  
  .flex-container .profile {
    order: 1;
  }
  
  .flex-container .about {
    order: 2;
    padding: 1.5rem;
  }
  
  .flex-container .about h1 {
    font-size: 24px;
  }
  
  .flex-container .about p {
    font-size: 16px;
  }
}

.flex-container .profile {
  margin-top: 30px;
  margin-bottom: 10px;
  opacity: 0;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.flex-container .profile .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 156px;
  height: 156px;
  margin: auto;
  background-color: #ff3640;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  -webkit-box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
          box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
  -webkit-animation: morphing 10s ease-in-out infinite;
          animation: morphing 10s ease-in-out infinite;
  overflow: hidden;
}

.flex-container .profile .status:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.flex-container .profile .status .avatar-pic {
  width: 128px;
  border-radius: 50%;
  -webkit-animation: smooth-shake 10s ease-in-out infinite;
          animation: smooth-shake 10s ease-in-out infinite;
}

.flex-container .profile #details {
  margin-top: 10px;
}

.flex-container .profile #details #username {
  color: #fff;
  font-size: 26px;
  font-weight: 400;
}

.flex-container .profile #details #tag {
  background: -webkit-gradient(linear, left top, right top, from(#65e354), to(#59f166));
  background: linear-gradient(90deg, #71e354 0%, #39c934 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  font-weight: 500;
}

.flex-container .about {
  width: 80%;
  text-align: left;
}

.flex-container .about h1 {
  color: #fff;
  word-wrap: break-word;
  font-size: 28px;
  font-weight: 500;
}

.flex-container .about h1 span {
  background: -webkit-gradient(linear, left top, right top, from(#54e360), to(#59f172));
  background: linear-gradient(90deg, #71e354 0%, #39c934 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.flex-container .about p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  word-wrap: break-word;
}

.flex-container .about p a {
  color: #cbd6ec;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, right top, from(#54e373), to(#59f161));
  background-image: linear-gradient(90deg, #71e354 0%, #39c934 100%);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 30% 2px;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
}

.flex-container .about p a:hover {
  background-size: 100% 2px;
}

.flex-container .about .social a {
  margin: 0 15px 0 0;
  text-decoration: none;
}

.flex-container .about .social img {
  width: 24px;
  -webkit-transition: 250ms;
  transition: 250ms;
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(135deg) brightness(107%) contrast(101%);
          filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(135deg) brightness(107%) contrast(101%);
}

.flex-container .about .social img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.title {
  color: #fff;
  font-size: 42px;
  font-weight: 500;
  word-break: break-all;
}

#technologies {
  margin: 0 auto;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  margin-bottom: 20px;
}

#technologies .technology {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #3a5535;
  border-radius: 10px;
  margin: 5px;
  -webkit-box-shadow: 0px 10px 21px -12px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 21px -12px rgba(0, 0, 0, 0.75);
}

#technologies .technology:hover {
  -webkit-box-shadow: 0px 13px 24px -15px rgba(0, 0, 0, 0.88);
  box-shadow: 0px 13px 24px -15px rgba(0, 0, 0, 0.88);
}

#technologies .technology:hover > a {
  background-size: 100% 100%;
  padding-left: 36px;
  padding-right: 36px;
}

#technologies .technology:hover > img {
  opacity: 0;
  width: 0px;
  padding: 0px;
}

#technologies .technology img {
  background: -webkit-gradient(linear, left top, right top, from(#54e367), to(#6bf159));
  background: linear-gradient(90deg, #71e354 0%, #39c934 100%);
  margin: 0;
  padding: 10px;
  width: 32px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

#technologies .technology a {
  padding: 10px;
  display: inline;
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, right top, from(#59e354), to(#59f159));
  background-image: linear-gradient(90deg, #71e354 0%, #39c934 100%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0% 0%;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  border-radius: 10px;
}

<<<<<<< Updated upstream
=======
#projects {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
  padding: 0 1rem;
}

@media only screen and (max-width: 768px) {
  #projects {
    grid-template-columns: 1fr;
    padding: 0;
    gap: 1.5rem;
  }
  
  #projects .project-card {
    padding: 1.5rem;
  }
}

#projects .project-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 2rem;
  position: relative;
  overflow: hidden;
}

#projects .project-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
}

#projects .project-card:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  transform: translateY(-8px);
}

#projects .project-card .project-header {
  margin-bottom: 1.5rem;
}

#projects .project-card .project-header h3 {
  color: #f8fafc;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 0.75rem 0;
  background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.3;
}

#projects .project-card .project-header .project-type {
  color: #cbd5e1;
  font-size: 14px;
  font-weight: 500;
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.2);
  padding: 0.5rem 1rem;
  border-radius: 12px;
  display: inline-block;
  width: fit-content;
}

#projects .project-card .project-description {
  color: #cbd5e1;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

#projects .project-card .project-links {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

#projects .project-card .project-links .project-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #f8fafc;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.2);
  padding: 0.75rem 1.25rem;
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#projects .project-card .project-links .project-link:hover {
  background: rgba(16, 185, 129, 0.2);
  border-color: #10b981;
  transform: translateY(-2px);
}

#projects .project-card .project-links .project-link img {
  width: 16px;
  height: 16px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(135deg) brightness(107%) contrast(101%);
}

>>>>>>> Stashed changes
#repos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 5%;
  margin-left: 5%;
  margin-bottom: 20px;
}

#repos .repo {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  width: auto;
  margin: 10px;
  background-color: #29422c;
  border-radius: 15px;
  height: auto;
  -webkit-transition: 250ms;
  transition: 250ms;
  padding: 15px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-shadow: 0px 10px 21px -12px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 21px -12px rgba(0, 0, 0, 0.75);
}

#repos .repo:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0px 13px 24px -15px rgba(0, 0, 0, 0.88);
  box-shadow: 0px 13px 24px -15px rgba(0, 0, 0, 0.88);
}

#repos .repo .repo-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

#repos .repo .repo-title a {
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, right top, from(#54e354), to(#5ef159));
  background-image: linear-gradient(90deg, #71e354 0%, #39c934 100%);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 50% 3px;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
}

#repos .repo .repo-title a:hover {
  background-size: 100% 3px;
}

#repos .repo .repo-title img {
  margin-left: 5px;
  width: 18px;
  -webkit-filter: invert(91%) sepia(19%) saturate(5835%) hue-rotate(351deg) brightness(99%) contrast(95%);
          filter: invert(91%) sepia(19%) saturate(5835%) hue-rotate(351deg) brightness(99%) contrast(95%);
}

#repos .repo .repo-title p {
  display: inline;
  font-size: 20px;
  font-weight: 400;
  font-family: "Poppins", serif;
  color: #fff;
}

#repos .repo p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

@-webkit-keyframes morphing {
  0% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    -webkit-box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
            box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
  }
  25% {
    border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
  }
  50% {
    border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
    -webkit-box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
            box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
  }
  75% {
    border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
  }
}

@keyframes morphing {
  0% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    -webkit-box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
            box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
  }
  25% {
    border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
  }
  50% {
    border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
    -webkit-box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
            box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
  }
  75% {
    border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
  }
}

@-webkit-keyframes smooth-shake {
  0%,
  to {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes smooth-shake {
  0%,
  to {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

* {
  scrollbar-width: thin;
  scrollbar-color: #355535 #223123;
}

*::-webkit-scrollbar {
  width: 14px;
}

*::-webkit-scrollbar-track {
  background: #223122;
}

*::-webkit-scrollbar-thumb {
  background-color: #355538;
  border-radius: 10px;
  border: 3px solid #243122;
}

<<<<<<< Updated upstream
=======
*::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #047857 0%, #10b981 100%);
}

/* Hero Section */
.hero-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  position: relative;
  overflow: hidden;
  opacity: 1;
  animation: fadeIn 0.8s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  max-width: 1200px;
  width: 100%;
}

@media (max-width: 768px) {
  .hero-content {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }
  
  .hero-title {
    font-size: 2rem;
  }
  
  .hero-subtitle {
    font-size: 1.1rem;
  }
  
  .hero-description {
    font-size: 1rem;
  }
  
  .hero-visual {
    height: 300px;
  }
}

.hero-text {
  z-index: 2;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: #f8fafc;
}

.gradient-text {
  background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-subtitle {
  font-size: 1.5rem;
  color: #34d399;
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.hero-description {
  font-size: 1.1rem;
  color: #cbd5e1;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.hero-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .hero-buttons {
    justify-content: center;
    width: 100%;
  }
  
  .hero-buttons .btn {
    width: 100%;
    text-align: center;
  }
}

.btn {
  padding: 1rem 2rem;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  cursor: pointer;
  font-size: 1rem;
}

.btn-primary {
  background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
  color: white;
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 25px -5px rgba(16, 185, 129, 0.3);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  color: #f8fafc;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-3px);
}

/* Floating Cards */
.hero-visual {
  position: relative;
  height: 400px;
}

.floating-cards {
  position: relative;
  width: 100%;
  height: 100%;
}

.floating-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 1.5rem;
  text-align: center;
  animation: float 6s ease-in-out infinite;
}

.card-1 {
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.card-2 {
  top: 10%;
  right: 20%;
  animation-delay: 1.5s;
}

.card-3 {
  bottom: 30%;
  left: 20%;
  animation-delay: 3s;
}

.card-4 {
  bottom: 10%;
  right: 10%;
  animation-delay: 4.5s;
}

.card-icon {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.card-text {
  color: #f8fafc;
  font-weight: 500;
  font-size: 0.9rem;
}

/* Scroll Indicator */
.scroll-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
}

.scroll-arrow {
  width: 2px;
  height: 30px;
  background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
  position: relative;
  animation: scrollBounce 2s infinite;
}

.scroll-arrow::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -3px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #10b981;
  border-bottom: 2px solid #10b981;
  transform: rotate(45deg);
}

@keyframes scrollBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(10px); }
}

/* Skills Section */
#skills {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.skill-category {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 2rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.skill-category:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.skill-category h3 {
  color: #f8fafc;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  text-align: center;
  background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.skill-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 1rem;
}

.skill-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.skill-item:hover {
  background: rgba(16, 185, 129, 0.2);
  transform: translateY(-3px);
}

.skill-item:hover .skill-icon {
  transform: scale(1.2);
  text-shadow: 0 0 20px rgba(16, 185, 129, 0.6);
}

/* Skill Level Bars */
.skill-level {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 0.5rem;
}

.skill-bar {
  flex: 1;
  height: 6px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  overflow: hidden;
}

.skill-progress {
  height: 100%;
  background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
  border-radius: 3px;
  width: 0%;
  transition: width 2s ease-in-out;
}

.skill-percent {
  color: #34d399;
  font-size: 0.8rem;
  font-weight: 600;
  min-width: 35px;
}

/* Work Samples */
#work-samples {
  margin: 3rem 0;
}

.sample-category {
  margin-bottom: 3rem;
}

.sample-category h3 {
  color: #f8fafc;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
  text-align: center;
}

.sample-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.sample-item {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 1.5rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.sample-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.sample-preview {
  background: rgba(16, 185, 129, 0.1);
  border-radius: 12px;
  padding: 1rem;
  margin-bottom: 1rem;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chart-placeholder {
  display: flex;
  align-items: end;
  gap: 0.5rem;
  height: 100px;
}

.chart-bar {
  width: 20px;
  background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
  border-radius: 4px 4px 0 0;
  animation: growUp 1s ease-out;
}

.pie-chart {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: conic-gradient(
    #10b981 0deg 120deg,
    #34d399 120deg 240deg,
    #6ee7b7 240deg 360deg
  );
}

.sample-item h4 {
  color: #f8fafc;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.sample-item p {
  color: #cbd5e1;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.sample-tech {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.sample-tech span {
  background: rgba(16, 185, 129, 0.1);
  color: #34d399;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
}

/* Code Samples */
.code-samples {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 2rem;
}

.code-sample {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  overflow: hidden;
}

.code-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  background: rgba(16, 185, 129, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.code-lang {
  background: rgba(16, 185, 129, 0.2);
  color: #34d399;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
}

.code-title {
  color: #f8fafc;
  font-size: 0.9rem;
  font-weight: 500;
}

.code-content {
  padding: 1.5rem;
}

.code-content pre {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  padding: 1rem;
  overflow-x: auto;
  margin: 0;
}

.code-content code {
  color: #f8fafc;
  font-family: 'Courier New', monospace;
  font-size: 0.9rem;
  line-height: 1.5;
}

.code-link {
  display: block;
  padding: 1rem 1.5rem;
  color: #34d399;
  text-decoration: none;
  font-weight: 500;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.code-link:hover {
  background: rgba(16, 185, 129, 0.1);
  color: #6ee7b7;
}

/* Code Blocks */
.code-block {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  overflow: hidden;
  margin: 1rem 0;
}

.code-block .code-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  background: rgba(16, 185, 129, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.code-block .code-lang {
  background: rgba(16, 185, 129, 0.2);
  color: #34d399;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
}

.code-block .code-title {
  color: #f8fafc;
  font-size: 0.9rem;
  font-weight: 500;
}

.code-block pre {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0;
  padding: 1.5rem;
  overflow-x: auto;
  margin: 0;
}

.code-block code {
  color: #f8fafc;
  font-family: 'Courier New', monospace;
  font-size: 0.9rem;
  line-height: 1.5;
}

/* ML Visualization */
.ml-visualization {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.ml-chart {
  position: relative;
  width: 120px;
  height: 80px;
  background: rgba(16, 185, 129, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.prediction-line {
  position: absolute;
  top: 20px;
  left: 10px;
  right: 10px;
  height: 2px;
  background: linear-gradient(90deg, #10b981, #34d399);
  border-radius: 1px;
}

.actual-points {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 6px;
  height: 6px;
  background: #ef4444;
  border-radius: 50%;
  box-shadow: 
    20px 10px 0 #10b981,
    40px 20px 0 #34d399,
    60px 15px 0 #6ee7b7;
}

.skill-item img {
  width: 32px;
  height: 32px;
  margin-bottom: 0.5rem;
}

.skill-icon {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: #f8fafc;
  text-shadow: 0 0 10px rgba(16, 185, 129, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.skill-item span {
  color: #f8fafc;
  font-size: 0.9rem;
  font-weight: 500;
  text-align: center;
}

/* Stats Section */
#stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.stat-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.stat-number {
  font-size: 3rem;
  font-weight: 700;
  color: #10b981;
  margin-bottom: 0.5rem;
}

.stat-label {
  color: #cbd5e1;
  font-size: 1rem;
  font-weight: 500;
}

/* Contact Section */
#contact {
  margin: 3rem 0;
}

.contact-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

@media (max-width: 768px) {
  .contact-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.contact-info {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 2rem;
}

.contact-info h3 {
  color: #f8fafc;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.contact-info p {
  color: #cbd5e1;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.contact-methods {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-method {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.contact-method:hover {
  background: rgba(16, 185, 129, 0.2);
  transform: translateX(5px);
}

.contact-icon {
  font-size: 1.5rem;
}

.contact-details h4 {
  color: #f8fafc;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.contact-details p {
  color: #cbd5e1;
  font-size: 0.9rem;
  margin: 0;
}

.contact-form {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 2rem;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group label {
  display: block;
  color: #f8fafc;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  color: #f8fafc;
  font-size: 1rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-sizing: border-box;
}

.form-group select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23f8fafc' d='M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 3rem;
}

.form-group select option {
  background: #0f1419;
  color: #f8fafc;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #10b981;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #94a3b8;
}


/* Crypto Widget */
#crypto-widget {
  margin: 2rem 0;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 2rem;
}

.crypto-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

.crypto-header h3 {
  color: #f8fafc;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
}

.crypto-refresh {
  display: flex;
  align-items: center;
  gap: 1rem;
}

#last-update {
  color: #94a3b8;
  font-size: 0.9rem;
}

.refresh-btn {
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 8px;
  padding: 0.5rem;
  color: #34d399;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.refresh-btn:hover {
  background: rgba(16, 185, 129, 0.2);
  transform: rotate(180deg);
}

.crypto-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

.crypto-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.crypto-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.1);
}

.crypto-icon {
  font-size: 2rem;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(16, 185, 129, 0.1);
  border-radius: 12px;
}

.crypto-info {
  flex: 1;
}

.crypto-info h4 {
  color: #f8fafc;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.25rem 0;
}

.crypto-symbol {
  color: #94a3b8;
  font-size: 0.9rem;
  font-weight: 500;
}

.crypto-price {
  text-align: right;
}

.price {
  display: block;
  color: #f8fafc;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.change {
  font-size: 0.9rem;
  font-weight: 500;
}

.change.positive {
  color: #10b981;
}

.change.negative {
  color: #ef4444;
}

@keyframes growUp {
  from { height: 0; }
  to { height: var(--height); }
}


>>>>>>> Stashed changes
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  width: 300px;
  background-color: #1b241a;
  border-radius: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 5px;
}

.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.container input:checked ~ .checkmark {
  background: -webkit-gradient(linear, left top, right top, from(#54e373), to(#59f172));
  background: linear-gradient(90deg, #71e354 0%, #39c934 100%);
}

.container input:checked ~ .checkmark:after {
  display: block;
}

.checkmark {
  position: absolute;
  top: 3px;
  left: 3px;
  height: 19px;
  width: 19px;
  background-color: #2a3b29;
  border-radius: 8px;
  padding: 5px;
}

.checkmark:hover {
  background-color: #2c412c;
}

.checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.container .checkmark:after {
  left: 10px;
  top: 6px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#perm-title {
  margin-top: 50px;
  color: whitesmoke;
  font-size: 32px;
  font-weight: 400;
}

#perm-desc {
  color: #eee;
  font-size: 18px;
}

#perm-desc span {
  background: -webkit-gradient(linear, left top, right top, from(#60e354), to(#5ef159));
  background: linear-gradient(90deg, #71e354 0%, #39c934 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.desc span {
  background: -webkit-gradient(linear, left top, right top, from(#54e36c), to(#5ef159));
  background: linear-gradient(90deg, #71e354 0%, #39c934 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

#perm-list {
  width: 70%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.spotify-pic{
  border-radius: 10px;
  visibility: hidden;
}
.spotifyarea{
  display: -ms-flexbox;
  margin-top: 30px;
}

/* Project Technology Badges */
.project-technologies {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.tech-badge {
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.3);
  color: #34d399;
  font-size: 12px;
  font-weight: 500;
  padding: 0.375rem 0.75rem;
  border-radius: 8px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
}

.tech-badge:hover {
  background: rgba(16, 185, 129, 0.2);
  border-color: #10b981;
  transform: translateY(-1px);
}/*# sourceMappingURL=style.css.map */
