@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&family=Syne:wght@700;800&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

h1,
h2,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
}

h1 {
  font-size: 48px;
  font-weight: 700;
}

h2 {
  font-size: 24px;
  font-weight: 700;
}

h3 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-size: 18px;
}

h4 {
  font-size: 20px;
  font-weight: 700;
}

body {
  font-family: "Ubuntu", sans-serif;
  background: #151516;
  transition: background 0.3s;
}

* {
  color: White;
}

p {
  line-height: 175%;
}

html {
  --bg-shape: url(../images/bg-shape.png);
}

main {
  padding-left: 102px;
}
main > section {
  display: none;
}
main > section:not(#home) {
  padding-top: 64px;
}
main > section.active {
  display: block;
}
main > section header.has-bg {
  position: relative;
  display: inline-flex;
}
main > section header.has-bg img {
  position: absolute;
  top: 15px;
  left: -72px;
  z-index: -1;
}
main > section header.has-bg img[src="assets/images/h1-bg-light.png"] {
  display: none;
}
main > section header.custom {
  position: relative;
  text-align: center;
  margin-bottom: 42px;
}
main > section header.custom:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #1e1e20;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
main > section header.custom H2 {
  padding: 0 24px;
  display: inline-block;
  background: #151516;
}
main > section .meteor-shower {
  position: absolute;
  width: 100vh;
  height: 100vh;
  right: 0;
  top: 0;
  overflow: hidden;
  z-index: -1;
}
main > section .meteor-shower .meteor:nth-child(1) {
  position: absolute;
  background-image: url("../images/meteor.png");
  width: 60px;
  height: 49px;
  opacity: 0;
  top: 61vh;
  left: 13vw;
  animation: meteor 3918ms linear infinite;
  animation-delay: 3819ms;
}
main > section .meteor-shower .meteor:nth-child(2) {
  position: absolute;
  background-image: url("../images/meteor.png");
  width: 60px;
  height: 49px;
  opacity: 0;
  top: 22vh;
  left: 18vw;
  animation: meteor 7120ms linear infinite;
  animation-delay: 3070ms;
}
main > section .meteor-shower .meteor:nth-child(3) {
  position: absolute;
  background-image: url("../images/meteor.png");
  width: 60px;
  height: 49px;
  opacity: 0;
  top: 37vh;
  left: 92vw;
  animation: meteor 4292ms linear infinite;
  animation-delay: 2269ms;
}
main > section .meteor-shower .meteor:nth-child(4) {
  position: absolute;
  background-image: url("../images/meteor.png");
  width: 60px;
  height: 49px;
  opacity: 0;
  top: 4vh;
  left: 82vw;
  animation: meteor 6490ms linear infinite;
  animation-delay: 1816ms;
}
main > section .meteor-shower .meteor:nth-child(5) {
  position: absolute;
  background-image: url("../images/meteor.png");
  width: 60px;
  height: 49px;
  opacity: 0;
  top: 18vh;
  left: 81vw;
  animation: meteor 5630ms linear infinite;
  animation-delay: 3631ms;
}
main > section .meteor-shower .meteor:nth-child(6) {
  position: absolute;
  background-image: url("../images/meteor.png");
  width: 60px;
  height: 49px;
  opacity: 0;
  top: 68vh;
  left: 44vw;
  animation: meteor 4856ms linear infinite;
  animation-delay: 1928ms;
}
main > section .meteor-shower .meteor:nth-child(7) {
  position: absolute;
  background-image: url("../images/meteor.png");
  width: 60px;
  height: 49px;
  opacity: 0;
  top: 57vh;
  left: 95vw;
  animation: meteor 6252ms linear infinite;
  animation-delay: 1104ms;
}
main > section .meteor-shower .meteor:nth-child(8) {
  position: absolute;
  background-image: url("../images/meteor.png");
  width: 60px;
  height: 49px;
  opacity: 0;
  top: 48vh;
  left: 87vw;
  animation: meteor 7373ms linear infinite;
  animation-delay: 34ms;
}
main > section .meteor-shower .meteor:nth-child(9) {
  position: absolute;
  background-image: url("../images/meteor.png");
  width: 60px;
  height: 49px;
  opacity: 0;
  top: 40vh;
  left: 79vw;
  animation: meteor 7543ms linear infinite;
  animation-delay: 966ms;
}
main > section .meteor-shower .meteor:nth-child(10) {
  position: absolute;
  background-image: url("../images/meteor.png");
  width: 60px;
  height: 49px;
  opacity: 0;
  top: 86vh;
  left: 52vw;
  animation: meteor 4412ms linear infinite;
  animation-delay: 173ms;
}
main > section .meteor-shower .meteor:nth-child(11) {
  position: absolute;
  background-image: url("../images/meteor.png");
  width: 60px;
  height: 49px;
  opacity: 0;
  top: 81vh;
  left: 78vw;
  animation: meteor 7923ms linear infinite;
  animation-delay: 1636ms;
}
main > section .meteor-shower .meteor:nth-child(12) {
  position: absolute;
  background-image: url("../images/meteor.png");
  width: 60px;
  height: 49px;
  opacity: 0;
  top: 72vh;
  left: 98vw;
  animation: meteor 6778ms linear infinite;
  animation-delay: 3369ms;
}
main > section .meteor-shower .meteor:nth-child(13) {
  position: absolute;
  background-image: url("../images/meteor.png");
  width: 60px;
  height: 49px;
  opacity: 0;
  top: 78vh;
  left: 70vw;
  animation: meteor 3395ms linear infinite;
  animation-delay: 3795ms;
}
main > section .meteor-shower .meteor:nth-child(14) {
  position: absolute;
  background-image: url("../images/meteor.png");
  width: 60px;
  height: 49px;
  opacity: 0;
  top: 46vh;
  left: 91vw;
  animation: meteor 3511ms linear infinite;
  animation-delay: 3034ms;
}
main > section .meteor-shower .meteor:nth-child(15) {
  position: absolute;
  background-image: url("../images/meteor.png");
  width: 60px;
  height: 49px;
  opacity: 0;
  top: 32vh;
  left: 99vw;
  animation: meteor 3492ms linear infinite;
  animation-delay: 4849ms;
}

@keyframes meteor {
  0% {
    transform: translate(300px, -300px);
    opacity: 1;
  }
  20% {
    transform: translate(-300px, 300px);
    opacity: 0;
  }
}
.btn-custom-blue, .btn-custom-dark {
  display: inline-block;
  background: #262f48;
  padding: 10px 52px;
  text-decoration: none;
  color: #658df2;
  border-radius: 8px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: none;
}
.btn-custom-blue:before, .btn-custom-dark:before {
  content: "";
  position: absolute;
  width: 119px;
  height: 119px;
  background: #658df2;
  opacity: 0.3;
  border-radius: 50%;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s;
}
.btn-custom-blue:hover, .btn-custom-dark:hover {
  color: white;
}
.btn-custom-blue:hover:before, .btn-custom-dark:hover:before {
  transform: translate(-50%, -50%) scale(3);
}

.btn-custom-dark {
  background: #1e1e20;
}

#sidebar.blur {
  filter: blur(2px);
}
#sidebar {
  position: fixed;
  height: 100vh;
  padding-right: 39px;
  padding-left: 39px;
  display: flex;
  flex-direction: column;
  z-index: 10;
  overflow: visible;
  /* Depth + edge accent */
  background: linear-gradient(165deg, rgba(26, 26, 32, 0.97) 0%, rgba(16, 16, 22, 0.99) 45%, rgba(22, 22, 30, 0.96) 100%);
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: 6px 0 40px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
#sidebar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, #658df2 0%, rgba(101, 141, 242, 0.35) 22%, rgba(101, 141, 242, 0.08) 45%, transparent 55%, rgba(101, 141, 242, 0.12) 78%, rgba(101, 141, 242, 0.45) 100%);
  pointer-events: none;
  z-index: 1;
}
#sidebar .toggle-sidebar {
  position: absolute;
  font-size: 30px;
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, black, black);
  display: none;
  justify-content: center;
  align-items: center;
  right: -45px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-left: none;
  border-radius: 0 10px 10px 0;
  color: #e8e8f0;
  box-shadow: 4px 4px 18px rgba(0, 0, 0, 0.35);
  transition: color 0.2s ease, background 0.2s ease;
}
#sidebar .toggle-sidebar:hover {
  color: #658df2;
}
#sidebar .logo {
  height: 20%;
  padding-top: 62px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}
#sidebar .logo img {
  max-width: 52px;
  padding: 11px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25);
  transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), border-color 0.3s ease, box-shadow 0.3s ease;
}
#sidebar .logo img:hover {
  transform: scale(1.06);
  border-color: rgba(101, 141, 242, 0.45);
  box-shadow: 0 10px 32px rgba(101, 141, 242, 0.2);
}
#sidebar .logo::after {
  content: "";
  width: 32px;
  height: 2px;
  margin-top: 1.1rem;
  border-radius: 2px;
  background: linear-gradient(90deg, transparent, rgba(101, 141, 242, 0.85), transparent);
  opacity: 0.65;
}
#sidebar nav {
  height: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
#sidebar nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sidebar nav ul li {
  position: relative;
  margin-bottom: 10px;
}
#sidebar nav ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin: 0 auto;
  border-radius: 14px;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
#sidebar nav ul li a::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  background: #658df2;
  opacity: 0;
  transform: scale(0.88);
  transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 0;
}
#sidebar nav ul li a:hover {
  transform: translateY(-2px);
}
#sidebar nav ul li a:hover::before {
  opacity: 0.14;
  transform: scale(1);
}
#sidebar nav ul li a:hover i {
  color: #fff;
}
#sidebar nav ul li a:hover + span {
  opacity: 1;
  left: 56px;
}
#sidebar nav ul li a.active {
  box-shadow: 0 0 0 1px rgba(101, 141, 242, 0.4), 0 10px 28px rgba(101, 141, 242, 0.18);
}
#sidebar nav ul li a.active::before {
  opacity: 0.24;
  transform: scale(1);
}
#sidebar nav ul li a.active i {
  color: #fff;
}
#sidebar nav ul li a span {
  display: none;
}
#sidebar nav ul li a i {
  position: relative;
  z-index: 1;
  font-size: 19px;
  color: #b6b7ba;
  transition: color 0.25s ease, transform 0.25s ease;
}
#sidebar nav ul li > span {
  position: absolute;
  white-space: nowrap;
  left: 48px;
  top: 50%;
  transform: translateY(-50%);
  padding: 8px 14px;
  background: rgba(20, 20, 28, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #f0f0f5;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, left 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 20;
}
#sidebar .toggle-mode {
  height: 20%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 62px;
  position: relative;
  z-index: 2;
}
#sidebar .toggle-mode .outer {
  width: 26px;
  height: 38px;
  background: rgba(30, 30, 36, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  cursor: pointer;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
#sidebar .toggle-mode .outer:hover {
  border-color: rgba(101, 141, 242, 0.45);
  box-shadow: 0 0 20px rgba(101, 141, 242, 0.15);
}
#sidebar .toggle-mode .outer .inner {
  position: relative;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background: linear-gradient(145deg, rgb(129.2179640719, 161.8886227545, 244.3820359281), rgb(72.7820359281, 120.1113772455, 239.6179640719));
  margin-right: auto;
  margin-left: auto;
  margin-top: 17px;
  transition: all 0.3s;
  box-shadow: 0 2px 8px rgba(101, 141, 242, 0.35);
}
#sidebar .toggle-mode .outer .inner:before {
  content: "";
  width: 14px;
  height: 14px;
  background: rgba(22, 22, 28, 0.95);
  position: absolute;
  top: -4px;
  border-radius: 50%;
  left: 3px;
  transition: all 0.3s;
}

#home {
  background-image: var(--bg-shape);
  background-repeat: no-repeat;
  background-position: 40vh -24px;
}
#home .row {
  width: 100%;
}
#home .info img.person-circle {
  margin-bottom: 24px;
}
#home .info h1 {
  margin-bottom: 24px;
}
#home .info h1 span {
  color: #b6b7ba;
}
#home .info .field {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
#home .info .field h2 {
  color: #b6b7ba;
  margin: 0;
}
#home .info .field span {
  font-size: 24px;
}
#home .info p {
  max-width: 430px;
  margin-bottom: 74px;
}
#home .info .socials {
  margin-top: 191px;
}
#home .info .socials ul {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
#home .info .socials ul li {
  margin-right: 8px;
}
#home .info .socials ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 9px 11px;
  transition: all 0.3s;
  border-radius: 6px;
}
#home .info .socials ul li a:hover {
  background: #1e1e20;
}
#home .info .socials ul li a:hover span,
#home .info .socials ul li a:hover i {
  color: white;
}
#home .info .socials ul li a i {
  font-size: 18px;
  margin-right: 8px;
  color: #b6b7ba;
  transition: all 0.3s;
}
#home .info .socials ul li a span {
  color: #808185;
  transition: all 0.3s;
}
#home .image {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#home .image img {
  border-radius: 8px;
  max-width: 100%;
  transition: all 0.3s;
}

#my-atropos .atropos-shadow {
  box-shadow: 0 20px 20px 50px rgba(226, 225, 225, 0.2);
}

#about_me .hero .image img {
  border-radius: 8px;
  transition: all 0.3s;
  max-width: 100%;
}
#about_me .hero .image img:hover {
  filter: grayscale(100%);
}
#about_me .hero .info header {
  margin-top: 10px;
  margin-bottom: 42px;
}
#about_me .hero .info h2 {
  color: #b6b7ba;
  margin-bottom: 16px;
}
#about_me .hero .info p {
  max-width: 560px;
  line-height: 175%;
}
#about_me .hero .info .items {
  margin-top: 30px;
  margin-bottom: 48px;
}
#about_me .hero .info .items .item {
  margin-bottom: 16px;
}
#about_me .hero .info .items .item .value {
  margin-top: 0.5px;
  color: #b6b7ba;
  margin-left: 4px;
}
#about_me .hero .info .buttons {
  display: flex;
  flex-wrap: wrap;
}
#about_me .hero .info .buttons a:first-child {
  margin-right: 24px;
}
#about_me .rate {
  display: flex;
}
#about_me .rate span {
  width: 15px;
  height: 15px;
  display: flex;
}
#about_me .rate span:not(:last-child) {
  margin-right: 12px;
}
#about_me .rate span:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 4px;
  background: #1e1e20;
  transform: rotate(40deg);
}
#about_me .rate span:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 4px;
  background: #1e1e20;
  transform: rotate(50deg);
}
#about_me .rate span.fill:before, #about_me .rate span.fill:after {
  background: #658df2;
}
#about_me .languages-skills {
  margin-top: 126px;
}
#about_me .languages-skills .languages-key-skills .languages .items {
  margin-bottom: 43px;
}
#about_me .languages-skills .languages-key-skills .languages .items .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#about_me .languages-skills .languages-key-skills .languages .items .item:not(:last-child) {
  margin-bottom: 16px;
}
#about_me .languages-skills .languages-key-skills .languages .items .item .info h3 {
  margin-bottom: 4px;
}
#about_me .languages-skills .languages-key-skills .languages .items .item .info .level {
  color: #b6b7ba;
}
#about_me .languages-skills .languages-key-skills .languages .items .item .rate {
  margin-top: -20px;
}
#about_me .languages-skills .languages-key-skills .key-skills .items .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#about_me .languages-skills .languages-key-skills .key-skills .items .item:not(:last-child) {
  margin-bottom: 32px;
}
#about_me .languages-skills .web-skills .items {
  margin-left: -20px;
  margin-right: -20px;
}
#about_me .languages-skills .web-skills .items.row > [class*=col-] {
  display: flex;
}
#about_me .languages-skills .web-skills .items .item a {
  text-decoration: none;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  width: 100%;
  min-height: 100%;
  padding: 1.35rem 0.65rem 1.15rem;
  text-align: center;
  gap: 0.65rem;
}
#about_me .languages-skills .web-skills .items .item {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  min-height: 152px;
  text-align: center;
  background: #1e1e20;
  margin-bottom: 16px;
  border-radius: 8px;
  z-index: 1;
  overflow: hidden;
}
#about_me .languages-skills .web-skills .items .item:hover:before, #about_me .languages-skills .web-skills .items .item:hover:after {
  transform: translate(0, 0);
}
#about_me .languages-skills .web-skills .items .item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(10.8203592814, 44.1137724551, 128.1796407186);
  left: 0;
  top: 0;
  border-radius: 8px;
  z-index: -1;
  transform: translate(100%, -100%);
  transition: all 0.6s;
}
#about_me .languages-skills .web-skills .items .item:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(10.8203592814, 44.1137724551, 128.1796407186);
  left: 0;
  top: 0;
  border-radius: 8px;
  z-index: -1;
  transform: translate(-100%, 100%);
  transition: all 0.6s;
}
#about_me .languages-skills .web-skills .items .item img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  object-position: center;
  display: block;
  margin: 0;
  flex-shrink: 0;
}
#about_me .languages-skills .web-skills .items .item h3 {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.25;
}
#about_me .certificates {
  margin-top: 120px;
  margin-bottom: 200px;
}
#about_me .certificates .items .item img {
  width: 100%;
  transition: all 0.3s;
  padding-bottom: 20px;
}
#about_me .certificates .items .item img:hover {
  transform: scale(1.1);
}

#resume {
  background-image: var(--bg-shape);
  background-repeat: no-repeat;
  background-position: 40vh 375px;
  padding-bottom: 196px;
}
#resume header.has-bg {
  margin-bottom: 64px;
}
#resume .items .item {
  display: flex;
}
#resume .items .item.last .icon i,
#resume .items .item.last .box .title {
  color: #658df2;
}
#resume .items .item:hover .icon,
#resume .items .item:hover .icon:before {
  background-color: rgba(10.8203592814, 44.1137724551, 128.1796407186, 0.4);
}
#resume .items .item:hover .box {
  background: transparent;
}
#resume .items .item:hover .box:before {
  border-right-color: rgba(10.8203592814, 44.1137724551, 128.1796407186, 0.4);
}
#resume .items .item:hover .box:after {
  width: 100%;
}
#resume .items .item:not(:last-child) {
  margin-bottom: 42px;
}
#resume .items .item .icon {
  position: relative;
  background: rgba(255, 255, 255, 0.0509803922);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 46px;
  margin-top: 23px;
  transition: all 0.3s;
}
#resume .items .item .icon i {
  transform: scale(1.5);
}
#resume .items .item .icon.endd:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 126px;
  background: #1e1e20;
  top: 70px;
}
#resume .items .item .icon:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 126px;
  background: #1e1e20;
  top: 70px;
}
#resume .items .item .box {
  position: relative;
  padding: 32px;
  background: rgba(30, 30, 32, 0.75);
  border-radius: 8px;
  text-align: left;
  width: 440px;
  z-index: 1;
  flex-grow: 1;
  transition: all 0.3s;
}
#resume .items .item .box:before {
  content: "";
  position: absolute;
  border-right: 9px solid rgba(30, 30, 32, 0.75);
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  left: -9px;
  top: 36px;
  transition: all 0.3s;
}
#resume .items .item .box::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 8px;
  background: rgba(10.8203592814, 44.1137724551, 128.1796407186, 0.4);
  z-index: -1;
  transition: all 0.3s;
}
#resume .items .item .box .year {
  display: inline-flex;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 16px;
}
#resume .items .item .box .title {
  margin-bottom: 16px;
}
#resume .items .item .box p {
  font-size: 18px;
  font-weight: 400;
  color: #b6b7ba;
}
#resume .Education {
  padding-right: 34px;
}
#resume .Experince {
  padding-left: 34px;
}

#work.blur {
  filter: blur(2px);
}
#work .container-fluid {
  padding-bottom: 16px;
  padding-left: clamp(10px, 2.5vw, 28px);
  padding-right: clamp(10px, 2.5vw, 28px);
}
#work .filters {
  text-align: center;
  margin-top: 81px;
  margin-bottom: 55px;
}
#work .filters button {
  background: transparent;
  color: #808185;
  border: none;
  padding: 8px 16px;
  margin-right: 8px;
  margin-left: 8px;
  margin-bottom: 16px;
}
#work .filters button.active {
  color: #fff;
  background: #1e1e20;
  border-radius: 8px;
}
#work .work-items {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}
#work .work-items .item {
  margin-bottom: 24px;
  /* Room for hover lift + shadow (Shuffle item columns) */
  padding-top: clamp(2px, 5vw, 5px);
}
#work {
  /* ── Project tiles (glass cards, accent per project) ── */
}
#work .project-card {
  --project-accent: #658df2;
  position: relative;
  height: 100%;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  padding: 1.65rem 1.75rem 1.5rem;
  border-radius: 20px;
  text-align: left;
  color: #c8cad8;
  background: rgba(12, 12, 22, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 4px 28px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(22px) saturate(1.2);
  -webkit-backdrop-filter: blur(22px) saturate(1.2);
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.35s cubic-bezier(0.23, 1, 0.32, 1), border-color 0.35s ease;
}
#work .project-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.35s ease;
  background: linear-gradient(135deg, color-mix(in srgb, var(--project-accent) 22%, transparent) 0%, transparent 55%);
}
#work .project-card:hover {
  transform: translateY(-5px);
  border-color: color-mix(in srgb, var(--project-accent) 45%, transparent);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.38);
}
#work .project-card:hover::before {
  opacity: 1;
}
#work .project-card:hover .project-card__cta {
  gap: 10px;
}
#work .project-card__ctas {
  position: relative;
  z-index: 1;
  margin-top: auto;
  align-self: flex-start;
  width: fit-content;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
}
#work .project-card__ctas .project-card__cta {
  margin-top: 0;
}
#work .project-card__glow {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--project-accent) 18%, transparent) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
#work .project-card__thumb {
  position: relative;
  z-index: 1;
  margin: -0.35rem -0.5rem 1rem;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16/9;
  max-height: 140px;
  /* Opaque frame so photography reads crisp on translucent cards */
  background: #0a0a10;
  isolation: isolate;
}
#work .project-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 1;
}
#work .project-card__title {
  position: relative;
  z-index: 1;
  font-family: "Syne", sans-serif;
  font-weight: 800;
  font-size: clamp(1.15rem, 2.8vw, 1.45rem);
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: #f4f4f8;
  margin: 0 0 0.85rem;
}
#work .project-card__desc {
  position: relative;
  z-index: 1;
  flex: 1;
  font-size: 13px;
  line-height: 1.65;
  color: #a4a6b8;
  margin: 0 0 1rem;
}
#work .project-card__tags {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 1.15rem;
  padding: 0;
  list-style: none;
}
#work .project-card__tag {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 4px 10px;
  border-radius: 999px;
  color: var(--project-accent);
  border: 1px solid color-mix(in srgb, var(--project-accent) 42%, transparent);
  background: color-mix(in srgb, var(--project-accent) 12%, rgba(8, 8, 16, 0.35));
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
#work .project-card__cta {
  position: relative;
  z-index: 1;
  margin-top: auto;
  align-self: flex-start;
  width: fit-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 8px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  background: color-mix(in srgb, var(--project-accent) 32%, rgba(8, 8, 16, 0.55));
  border: 1px solid color-mix(in srgb, var(--project-accent) 55%, transparent);
  transition: gap 0.25s ease, color 0.2s ease, background 0.25s ease, border-color 0.25s ease;
}
#work .project-card__cta:hover {
  color: #fff;
  background: color-mix(in srgb, var(--project-accent) 45%, rgba(8, 8, 16, 0.45));
  border-color: color-mix(in srgb, var(--project-accent) 70%, transparent);
}
#work .project-card__cta:focus-visible {
  outline: 2px solid var(--project-accent);
  outline-offset: 3px;
}
#work .project-card__cta--secondary {
  padding: 8px 14px;
  border-radius: 8px;
  border: 1px solid color-mix(in srgb, var(--project-accent) 42%, transparent);
  background: color-mix(in srgb, var(--project-accent) 10%, rgba(8, 8, 16, 0.4));
  color: #e8eaef;
}
#work .project-card__cta--secondary:hover {
  color: #fff;
  border-color: color-mix(in srgb, var(--project-accent) 65%, transparent);
  background: color-mix(in srgb, var(--project-accent) 18%, rgba(8, 8, 16, 0.35));
}
#work .project-card__cta--secondary:focus-visible {
  outline: 2px solid var(--project-accent);
  outline-offset: 3px;
}
#work .project-card--photo {
  min-height: 320px;
}

#contact {
  background-image: var(--bg-shape);
  background-repeat: no-repeat;
  background-position: 60vh 574px;
  min-height: 100vh;
}
#contact .contact-container {
  margin-top: 88px;
  margin-bottom: 4rem;
}
#contact .contact-kicker {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #658df2;
  margin: 0 0 0.85rem;
  opacity: 0.95;
}
#contact .contact-title {
  font-family: "Syne", sans-serif;
  font-weight: 800;
  font-size: clamp(1.65rem, 3.5vw, 2.15rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #f4f4f8;
  margin: 0 0 0.65rem;
}
#contact .contact-lead {
  font-size: 15px;
  line-height: 1.65;
  color: #b6b7ba;
  margin: 0 0 1.75rem;
  max-width: 28rem;
}
#contact .contact-form-panel {
  height: 100%;
  padding: 2rem 1.75rem 2.25rem;
  border-radius: 20px;
  background: rgba(18, 18, 28, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(18px) saturate(1.1);
  -webkit-backdrop-filter: blur(18px) saturate(1.1);
}
#contact .contact-aside {
  height: 100%;
  display: flex;
  flex-direction: column;
}
#contact .contact-aside .contact-lead {
  margin-bottom: 1.5rem;
}
#contact .container .form {
  padding-right: clamp(0px, 3vw, 48px);
}
#contact .container .form .form-item {
  position: relative;
  margin-bottom: 28px;
}
#contact .container .form .form-item.focus label {
  top: -2px;
  font-size: 11px;
  color: #658df2;
  opacity: 1;
}
#contact .container .form .form-item.focus:after {
  width: 100%;
}
#contact .container .form .form-item:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.12);
  bottom: 0;
  left: 0;
}
#contact .container .form .form-item:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  background: linear-gradient(90deg, #658df2, rgb(157.4359281437, 182.777245509, 246.7640718563));
  bottom: 0;
  left: 0;
  transition: width 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}
#contact .container .form .form-item label {
  position: absolute;
  top: 16px;
  left: 0;
  color: #808185;
  transition: all 0.3s ease;
  pointer-events: none;
}
#contact .container .form .form-item input,
#contact .container .form .form-item textarea {
  width: 100%;
  background: transparent;
  outline: none;
  border: none;
  padding: 18px 0 14px;
  color: #fff;
  font-size: 15px;
}
#contact .container .form .form-item textarea {
  resize: vertical;
  min-height: 160px;
  max-height: 320px;
}
#contact .container .contact-form-actions {
  margin-top: 0.5rem;
  display: flex;
  justify-content: flex-end;
}
#contact .container .contact-send {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px 14px 32px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.03em;
  border: 1px solid rgba(101, 141, 242, 0.35);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
#contact .container .contact-send i {
  font-size: 18px;
  transition: transform 0.25s ease;
}
#contact .container .contact-send:hover i {
  transform: translate(3px, -3px);
}
#contact .container .info {
  padding-left: clamp(0px, 3vw, 48px);
}
#contact .container .info .item {
  display: flex;
  margin-bottom: 14px;
  align-items: center;
  padding: 1.15rem 1.25rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
#contact .container .info .item:last-of-type {
  margin-bottom: 0;
}
#contact .container .info .item:hover {
  transform: translateY(-3px);
  border-color: rgba(101, 141, 242, 0.45);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}
#contact .container .info .item:hover i {
  background: linear-gradient(135deg, #658df2, rgb(63.3760479042, 113.148502994, 238.8239520958));
  color: #fff;
  box-shadow: 0 6px 20px rgba(101, 141, 242, 0.35);
}
#contact .container .info .item i {
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  align-items: center;
  border-radius: 12px;
  width: 50px;
  height: 50px;
  background: rgba(101, 141, 242, 0.12);
  color: #658df2;
  font-size: 22px;
  margin-right: 18px;
  transition: all 0.3s ease;
}
#contact .container .info .item .text {
  min-width: 0;
}
#contact .container .info .item .text .title {
  display: block;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #b6b7ba;
  margin-bottom: 4px;
}
#contact .container .info .item .text a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: color 0.2s ease;
}
#contact .container .info .item .text a:hover {
  color: #658df2;
}
#contact .container .info .item .text p {
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
#contact .contact-quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
  padding-top: 1.75rem;
}
#contact .contact-quick-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  color: #e8e8f0;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.25s ease;
}
#contact .contact-quick-links a i {
  font-size: 18px;
  color: #658df2;
}
#contact .contact-quick-links a:hover {
  border-color: rgba(101, 141, 242, 0.5);
  color: #fff;
  background: rgba(101, 141, 242, 0.1);
  transform: translateY(-2px);
}

@media (max-width: 991px) {
  main > section {
    padding-right: 32px;
    padding-left: 32px;
  }
  #home .info {
    padding-top: 80px;
  }
  #home .info .socials {
    margin-top: 120px;
  }
  #home .info .socials ul {
    justify-content: space-between;
  }
  #home .image {
    justify-content: flex-start;
    height: unset;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  #contact .container .info {
    margin-top: 80px;
  }
}
@media (min-width: 992px) {
  #about_me .hero .info {
    padding-left: 60px;
  }
}
@media (max-width: 767px) {
  #sidebar {
    background: linear-gradient(165deg, black 0%, black 100%);
    padding-right: 60px;
    transform: translateX(-100%);
    transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  }
  #sidebar.open {
    transform: translateX(0%);
  }
  #sidebar .toggle-sidebar {
    display: flex;
  }
  #sidebar .logo {
    text-align: left;
  }
  #sidebar nav ul li a {
    display: flex;
    align-items: center;
    text-decoration: none;
  }
  #sidebar nav ul li a span {
    display: block;
    padding-left: 8px;
  }
  #sidebar nav ul li > span {
    display: none;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 20px;
  }
  main {
    padding-left: 0;
  }
  main > section header.has-bg img {
    left: -13px;
    top: -1px;
  }
  #home {
    background-image: unset;
  }
  #home .info {
    padding-top: 80px;
  }
  #home .info .socials {
    margin-top: 120px;
  }
  #home .info .socials ul {
    justify-content: space-between;
  }
  #about_me .hero .info .buttons {
    flex-direction: column;
  }
  #about_me .hero .info .buttons a {
    width: 100%;
    text-align: center;
  }
  #about_me .hero .info .buttons .btn-custom-dark {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  #resume .items .item {
    position: relative;
  }
  #resume .items .item .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    left: -23px;
    margin-top: 0;
    background: rgba(30, 30, 32, 0.75);
  }
  #resume .items .item .icon:before {
    display: none;
  }
  #resume .items .item .box:before {
    display: none;
  }
  #resume .Education,
  #resume .Experience {
    padding-left: 12px;
    padding-right: 12px;
  }
  #contact .container .info .item {
    flex-direction: column;
    text-align: center;
    margin-bottom: 32px;
  }
  #contact .container .info i {
    margin-right: 0;
    margin-bottom: 8px;
  }
}
@media (min-width: 1400px) {
  #about_me .languages-skills .languages-key-skills {
    padding-right: 100px;
  }
}
@media (max-width: 1199px) {
  #resume .Experience {
    margin-top: 100px;
  }
  #contact .container .form {
    padding-right: 12px;
  }
  #contact .container .info {
    padding-left: 12px;
  }
}
html[theme=light] {
  --bg-shape: url(../images/bg-shape-light.png);
}
html[theme=light] body {
  background: #fff;
}
html[theme=light] * {
  color: #0D0D0D;
}
html[theme=light] .btn-custom-blue, html[theme=light] .btn-custom-dark {
  background: #E9EFFF;
  color: #658df2;
}
html[theme=light] .btn-custom-dark {
  background: #f4f4f8;
  color: #0D0D0D;
}
html[theme=light] main > section header.has-bg img[src="assets/images/h1-bg.png"] {
  display: none;
}
html[theme=light] main > section header.has-bg img[src="assets/images/h1-bg-light.png"] {
  display: block;
}
html[theme=light] main > section header.custom:before {
  background: #f4f4f8;
}
html[theme=light] main > section header.custom H2 {
  background: #fff;
}
html[theme=light] #sidebar {
  background: linear-gradient(165deg, #f8f9fc 0%, #eef0f6 45%, #f4f5f9 100%);
  border-right-color: rgba(0, 0, 0, 0.07);
  box-shadow: 6px 0 36px rgba(0, 0, 0, 0.06);
}
html[theme=light] #sidebar .logo img {
  filter: invert(100%);
  background: rgba(0, 0, 0, 0.04);
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
html[theme=light] #sidebar .logo::after {
  opacity: 0.5;
}
html[theme=light] #sidebar nav ul li a.active {
  box-shadow: 0 0 0 1px rgba(101, 141, 242, 0.25), 0 8px 22px rgba(101, 141, 242, 0.12);
}
html[theme=light] #sidebar nav ul li a:hover i {
  color: #0D0D0D;
}
html[theme=light] #sidebar nav ul li a i {
  color: #83848e;
}
html[theme=light] #sidebar nav ul li > span {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: #0D0D0D;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}
html[theme=light] #sidebar .toggle-mode .outer {
  background: #f4f4f8;
  border-color: rgba(0, 0, 0, 0.08);
}
html[theme=light] #sidebar .toggle-mode .outer .inner {
  margin-top: 5px;
}
html[theme=light] #sidebar .toggle-mode .outer .inner:before {
  background: #f4f4f8;
  opacity: 0;
}
html[theme=light] #home .info h1 span {
  color: #83848e;
}
html[theme=light] #home .info .field h2 {
  color: #83848e;
}
html[theme=light] #home .info .socials ul li a:hover {
  background: #f4f4f8;
}
html[theme=light] #home .info .socials ul li a:hover i, html[theme=light] #home .info .socials ul li a:hover span {
  color: #0D0D0D;
}
html[theme=light] #home .info .socials ul li a i, html[theme=light] #home .info .socials ul li a span {
  color: #83848e;
}
html[theme=light] #about_me .rate span:not(.fill):after, html[theme=light] #about_me .rate span:not(.fill):before {
  background: #83848e;
}
html[theme=light] #about_me .hero .info h2 {
  color: #83848e;
}
html[theme=light] #about_me .hero .info p {
  color: #0D0D0D;
}
html[theme=light] #about_me .hero .info .items .item .value {
  color: #83848e;
}
html[theme=light] #about_me .languages-skills .web-skills .items .item {
  background: #f4f4f8;
}
html[theme=light] #about_me .languages-skills .web-skills .items .item:after, html[theme=light] #about_me .languages-skills .web-skills .items .item:before {
  background: rgb(195.0598802395, 210.628742515, 249.9401197605);
}
html[theme=light] #about_me .languages-skills .languages-key-skills .languages .items .item .info .level {
  color: #83848e;
}
html[theme=light] #resume .items .item:hover .icon {
  background: rgb(218.5748502994, 228.0359281437, 251.9251497006);
}
html[theme=light] #resume .items .item:hover .icon:before {
  background: rgb(218.5748502994, 228.0359281437, 251.9251497006);
}
html[theme=light] #resume .items .item:hover .box:before {
  border-right-color: rgb(218.5748502994, 228.0359281437, 251.9251497006);
}
html[theme=light] #resume .items .item:hover .box:after {
  background: rgb(218.5748502994, 228.0359281437, 251.9251497006);
}
html[theme=light] #resume .items .item .icon {
  background: #f4f4f8;
}
html[theme=light] #resume .items .item .icon:before {
  background: rgb(212.8333333333, 212.8333333333, 228.1666666667);
}
html[theme=light] #resume .items .item .box {
  background: rgba(244, 244, 248, 0.8);
}
html[theme=light] #resume .items .item .box:before {
  border-right-color: rgba(244, 244, 248, 0.8);
}
html[theme=light] #resume .items .item .box p {
  color: #83848e;
}
html[theme=light] #work .filters button.active {
  background: #f4f4f8;
}
html[theme=light] #work .filters button.active h4 {
  color: #0D0D0D;
}
html[theme=light] #work .filters button h4 {
  color: #83848e;
}
html[theme=light] #work .project-card {
  background: rgba(28, 28, 34, 0.22);
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(22px) saturate(1.15);
  -webkit-backdrop-filter: blur(22px) saturate(1.15);
  color: #a4a6b8;
}
html[theme=light] #work .project-card .project-card__title {
  color: #f4f4f8;
}
html[theme=light] #work .project-card .project-card__desc {
  color: #9ca0b5;
}
html[theme=light] #contact .contact-title {
  color: #0D0D0D;
}
html[theme=light] #contact .contact-lead {
  color: #83848e;
}
html[theme=light] #contact .contact-form-panel {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}
html[theme=light] #contact .container .form .form-item:before {
  background-color: rgba(0, 0, 0, 0.1);
}
html[theme=light] #contact .container .form .form-item:after {
  background: linear-gradient(90deg, #658df2, rgb(138.6239520958, 168.851497006, 245.1760479042));
}
html[theme=light] #contact .container .form .form-item label {
  color: #83848e;
}
html[theme=light] #contact .container .form .form-item.focus label {
  color: #658df2;
}
html[theme=light] #contact .container .form .form-item input,
html[theme=light] #contact .container .form .form-item textarea {
  color: #0D0D0D;
}
html[theme=light] #contact .container .info .item {
  background: rgba(255, 255, 255, 0.65);
  border-color: rgba(0, 0, 0, 0.08);
}
html[theme=light] #contact .container .info .item:hover i {
  color: #fff;
}
html[theme=light] #contact .container .info .item i {
  background: rgba(101, 141, 242, 0.12);
  color: #658df2;
}
html[theme=light] #contact .container .info .item .text .title {
  color: #83848e;
}
html[theme=light] #contact .container .info .item .text a {
  color: #0D0D0D;
}
html[theme=light] #contact .container .info .item .text a:hover {
  color: #658df2;
}
html[theme=light] #contact .container .info .item .text p {
  color: #0D0D0D;
}
html[theme=light] #contact .contact-quick-links a {
  background: rgba(0, 0, 0, 0.04);
  border-color: rgba(0, 0, 0, 0.1);
  color: #0D0D0D;
}
html[theme=light] #contact .contact-quick-links a i {
  color: #658df2;
}
html[theme=light] #contact .contact-quick-links a:hover {
  background: rgba(101, 141, 242, 0.08);
  color: #0D0D0D;
}

@media (max-width: 767px) {
  html[theme=light] #sidebar {
    background: rgb(218.5748502994, 228.0359281437, 251.9251497006);
  }
  html[theme=light] #sidebar .toggle-sidebar {
    background: rgb(218.5748502994, 228.0359281437, 251.9251497006);
  }
}

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