/* Dark theme */
:root {
  --primary-color: #00d8fb;
  --text-color: #8892b0;
  --accent-color: rgba(255, 255, 255, 0.71);
  --bg-color: #040911;
}

body.dark {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: #040911;
  display: flex;
  align-items: center;
  justify-content: baseline;
  flex-direction: column;
  font-family: "Space Grotesk";
  position: relative;
  box-sizing: border-box;
}
body.dark .navbar {
  width: 100%;
  height: 10%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  letter-spacing: 0.02cm;
  position: sticky;
  background-color: transparent;
  top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.059);
  box-sizing: border-box;
  z-index: 9999;
}
body.dark .navbar .nav-logo {
  width: 15%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.dark .navbar .nav-logo img {
  width: 2.5rem;
}
body.dark .navbar .nav-logo h3 {
  background: linear-gradient(190deg, #00eafb, #4B184D);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  margin-left: 0.3rem;
  font-size: 1.4em;
}
body.dark .navbar .nav-content li a {
  background: linear-gradient(190deg, #00d8fb, #00d8fb, #4b184d);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.4s ease;
  font-size: 0.95em;
}
body.dark .navbar .nav-content li a:hover {
  color: var(--primary-color);
  background: linear-gradient(190deg, #00d8fb, #4B184D);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
body.dark .navbar .nav-content .extra a.btn {
  padding: 0.6rem 1rem;
  border: 2px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to left, #00d8fb, #4B184D);
  text-decoration: none;
  background: linear-gradient(180deg, #00d8fb, #4B184D);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 5px;
  font-family: "Space Grotesk";
  display: flex;
  align-items: center;
  justify-content: center;
}
body.dark .navbar .nav-content .extra a.btn:hover {
  background: linear-gradient(180deg, #00d8fb, #4B184D);
  color: white;
  -webkit-background-clip: text;
          background-clip: text;
}
body.dark .main {
  width: 100%;
  height: 90%;
  display: flex;
  position: absolute;
  align-items: end;
  justify-content: space-evenly;
  margin-top: auto;
  bottom: 0;
  box-sizing: border-box;
  background-color: var(--bg-color);
}
body.dark .main .socials a {
  text-decoration: none;
  color: var(--primary-color);
  background: linear-gradient(190deg, #00eafb, #4B184D);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.4s ease;
}
body.dark .main .socials a i.bx {
  font-size: 1.5em;
}
body.dark .main .socials a:hover {
  transform: translateY(-15%);
  color: var(--primary-color);
  background: linear-gradient(190deg, rgba(0, 234, 251, 0.5607843137), #4B184D);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
body.dark .main .content .email {
  width: 8%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  justify-self: flex-end;
  position: absolute;
  height: 88vh;
  right: 0;
  z-index: 999;
}
body.dark .main .content .email .vl {
  height: 6rem;
  border-left: 1px solid var(--text-color);
}
body.dark .main .content .email a {
  writing-mode: vertical-lr;
  font-size: 1em;
  color: var(--primary-color);
  background: linear-gradient(-90deg, #00eafb, #4B184D);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
  font-family: monospace;
  letter-spacing: 0.1rem;
}
body.dark .main .content .email a:hover {
  color: var(--primary-color);
  background: linear-gradient(90deg, #00eafb, #4B184D);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
body.dark .main .content .home-section {
  width: 100%;
  height: 88vh !important;
  justify-self: center;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: space-around;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 2rem;
}
body.dark .main .content .home-section .main_content {
  width: 100%;
  height: 100% !important;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
  padding: 2% 0;
  box-sizing: border-box;
}
body.dark .main .content .home-section .main_content h4 {
  color: white;
}
body.dark .main .content .home-section .main_content h1 {
  color: rgba(255, 255, 255, 0.71);
}
body.dark .main .content .home-section .main_content span {
  font-size: 4em;
  color: white;
}
body.dark .main .content .home-section .main_content p {
  width: 50%;
  color: rgba(255, 255, 255, 0.575);
  line-height: 2em;
  box-sizing: border-box;
}
body.dark .main .content .about-section .main_content h4 {
  color: rgb(255, 255, 255);
}
body.dark .main .content .about-section .main_content h4 span {
  width: 100%;
  height: 100%;
  margin: 0;
  color: rgb(255, 255, 255);
  font-size: 1.5em;
  padding-left: 1rem;
  font-weight: bold;
  display: flex;
  text-align: center;
  align-items: center;
}
body.dark .main .content .about-section .main_content p {
  color: rgba(255, 255, 255, 0.71);
  line-height: 1.5em;
}
body.dark .main .content .about-section .main_content p a {
  text-decoration: none;
  color: #00d8fb;
}
body.dark .main .content .about-section .main_content span {
  font-size: 1.1em;
  color: rgba(255, 255, 255, 0.575);
  line-height: 2em;
  margin-bottom: 5%;
}
body.dark .main .content .about-section .main_content .technologies {
  color: rgba(255, 255, 255, 0.71);
  margin-top: 5%;
}
body.dark .main .content .about-section .main_content .technologies li {
  list-style: none;
  line-height: 2em;
}
body.dark .main .content .about-section .main_content .technologies li i.bx {
  color: #00d8fb;
  padding-right: 0.5rem;
}
body.dark .main .content .experience-section .main_content h4 {
  color: white;
}
body.dark .main .content .experience-section .main_content h4 span {
  width: 90%;
  height: 100%;
  margin: 0;
  color: white;
  font-size: 1.5em;
  padding-left: 1rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
body.dark .main .content .experience-section .main_content .workplaces .action-buttons li {
  width: 100%;
  list-style: none;
  color: white;
  text-align: start;
  padding: 0.8rem 1rem;
  font-size: 0.9em;
  font-weight: 300;
  box-sizing: border-box;
  letter-spacing: 0.02cm;
  border-bottom: none;
  border-left: 2px solid rgba(136, 146, 176, 0.3960784314) !important;
  white-space: nowrap;
}
body.dark .main .content .experience-section .main_content .workplaces .action-buttons li:hover {
  background: rgba(204, 214, 246, 0.0666666667);
}
body.dark .main .content .experience-section .main_content .workplaces .action-buttons li.active {
  background: rgba(204, 214, 246, 0.0666666667);
  color: #00d8fb;
  border-bottom: none;
  border-left: 2px solid #00d8fb !important;
}
body.dark .main .content .experience-section .main_content .workplaces .work-details h4.position {
  color: rgba(255, 255, 255, 0.71);
}
body.dark .main .content .experience-section .main_content .workplaces .work-details h4.position a {
  text-decoration: none;
  color: #00d8fb;
  background: linear-gradient(190deg, #00eafb, #4B184D);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 1rem;
}
body.dark .main .content .experience-section .main_content .workplaces .work-details h4.position a:hover {
  color: #00d8fb;
  background: linear-gradient(190deg, #00eafb, #00eafb);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
body.dark .main .content .experience-section .main_content .workplaces .work-details small {
  line-height: 2em;
  color: rgba(255, 255, 255, 0.71);
}
body.dark .main .content .experience-section .main_content .workplaces .work-details ul.responsibilities {
  width: 100%;
  box-sizing: border-box;
  padding: 0;
}
body.dark .main .content .experience-section .main_content .workplaces .work-details ul.responsibilities li {
  list-style: none;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.71);
  width: 100%;
  display: flex;
  align-items: center;
}
body.dark .main .content .experience-section .main_content .workplaces .work-details ul.responsibilities li i.bx {
  width: 5%;
  color: #00d8fb;
}
body.dark .main .content .work-section .main_content h4 {
  width: 100%;
  height: 10vh;
  font-size: 1.2em;
  color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: safe;
  margin: 0;
  font-family: "Zen Dots";
  padding: 0;
  font-weight: 400;
  box-sizing: border-box;
  white-space: nowrap;
}
body.dark .main .content .work-section .main_content h4 span {
  width: 90%;
  height: 100%;
  margin: 0;
  color: white;
  font-size: 1.5em;
  padding-left: 1rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
body.dark .main .content .work-section .main_content .project {
  box-shadow: 0px 0px 5px 3px rgba(0, 217, 251, 0.0745098039);
}
body.dark .main .content .work-section .main_content .project .project-details h5 {
  color: rgba(255, 255, 255, 0.71);
}
body.dark .main .content .work-section .main_content .project .project-details span {
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.5em;
}
body.dark .main .content .work-section .main_content .project .project-details span a {
  color: white;
  text-decoration: none;
}
body.dark .main .content .work-section .main_content .project .project-details .details {
  width: 120%;
  padding: 1rem;
  text-align: end;
  background: #1d2d50;
  color: white;
  font-size: 0.9em;
  line-height: 1.5em;
  word-spacing: 0.05cm;
  z-index: 200;
  border-radius: 5px;
  margin-top: 5%;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.123);
}
body.dark .main .content .work-section .main_content .project .project-details .extra {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-end;
  margin-top: 5%;
  z-index: 2;
}
body.dark .main .content .work-section .main_content .project .project-details .extra span.technologies {
  width: 100%;
  display: flex;
  font-size: 14px;
  align-items: center;
  gap: 20px;
  justify-content: flex-end;
  color: rgba(255, 255, 255, 0.71);
  font-weight: 300;
}
body.dark .main .content .work-section .main_content .project .project-details .extra span.technologies li {
  list-style: none;
  font-size: 1em !important;
}
body.dark .main .content .work-section .main_content .project .project-details .extra .more {
  display: flex;
  gap: 20px;
  margin-top: 5%;
}
body.dark .main .content .work-section .main_content .project .project-details .extra .more a {
  text-decoration: none;
}
body.dark .main .content .work-section .main_content .project .project-details .extra .more a i.bx {
  color: #00d8fb;
  background: linear-gradient(190deg, #00eafb, #4B184D);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2em;
}
body.dark .main .content .work-section .main_content .project .project-details .extra .more a:hover {
  color: var(--primary-color);
  background: linear-gradient(190deg, #00eafb, #00eafb);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
body.dark .main .content .work-section .main_content .project_2 {
  box-shadow: 0px 0px 5px 3px rgba(0, 217, 251, 0.0745098039);
}
body.dark .main .content .work-section .main_content .project_2 .project-details {
  width: 40%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body.dark .main .content .work-section .main_content .project_2 .project-details h5 {
  color: rgba(255, 255, 255, 0.71);
}
body.dark .main .content .work-section .main_content .project_2 .project-details span {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5em;
}
body.dark .main .content .work-section .main_content .project_2 .project-details span a {
  color: white;
  text-decoration: none;
}
body.dark .main .content .work-section .main_content .project_2 .project-details .details {
  color: white;
}
body.dark .main .content .work-section .main_content .project_2 .project-details .extra span.technologies {
  color: rgba(255, 255, 255, 0.71);
}
body.dark .main .content .work-section .main_content .project_2 .project-details .extra span.technologies f li {
  list-style: none;
  font-size: 1em !important;
  letter-spacing: 0.03cm;
}
body.dark .main .content .work-section .main_content .project_2 .project-details .extra .more {
  display: flex;
  gap: 20px;
  margin-top: 5%;
}
body.dark .main .content .work-section .main_content .project_2 .project-details .extra .more a {
  text-decoration: none;
}
body.dark .main .content .work-section .main_content .project_2 .project-details .extra .more a i.bx {
  color: #00d8fb;
  background: linear-gradient(190deg, #00eafb, #4B184D);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2em;
}
body.dark .main .content .work-section .main_content .project_2 .project-details .extra .more a:hover {
  color: var(--primary-color);
  background: linear-gradient(190deg, #00eafb, #00eafb);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
body.dark .main .content .other-projects h3 {
  color: white;
  font-size: 1.6em;
  margin: 0;
  line-height: 2em;
  font-family: "Zen Dots";
}
body.dark .main .content .other-projects small a {
  text-decoration: none;
  color: #00d8fb;
}
body.dark .main .content .other-projects .project-list {
  box-sizing: border-box;
  width: 90%;
  height: 100% !important;
  display: flex;
  gap: 15px;
  margin-top: 5%;
  flex-wrap: wrap;
  margin-bottom: 5%;
  font-family: "Space Grotesk";
  box-sizing: border-box;
}
body.dark .main .content .other-projects .project-list .project-card {
  background: var(--accent2);
  width: 31.25% !important;
  height: 300px;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  cursor: default;
  transition: all 0.4s ease;
}
body.dark .main .content .other-projects .project-list .project-card:hover {
  transform: translateY(-3%);
}
body.dark .main .content .other-projects .project-list .project-card .header {
  width: 100% !important;
  display: flex;
  flex-direction: row !important;
  height: 20% !important;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 1rem;
}
body.dark .main .content .other-projects .project-list .project-card .header i.bx {
  font-size: 2.5em !important;
  font-weight: 200;
  transform: translateY(-15%);
  color: var(--primary-color);
  background: linear-gradient(180deg, #00eafb, #4B184D);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
body.dark .main .content .other-projects .project-list .project-card .header .link {
  text-decoration: none;
}
body.dark .main .content .other-projects .project-list .project-card .header .link i.bx {
  font-size: 2em !important;
}
body.dark .main .content .other-projects .project-list .project-card .project-content {
  width: 100%;
  height: 65% !important;
  box-sizing: border-box;
  margin-top: 1rem;
}
body.dark .main .content .other-projects .project-list .project-card .project-content h6 {
  transform: translateY(-15%);
  color: var(--primary-color);
  background: linear-gradient(90deg, #00eafb, #4B184D);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  font-size: 1.3em;
  margin: 0;
  box-sizing: border-box;
}
body.dark .main .content .other-projects .project-list .project-card .project-content p {
  color: rgba(255, 255, 255, 0.575);
  font-size: 0.9em;
  font-family: "Poppins";
  line-height: 1.4em;
  font-weight: 300;
}
body.dark .main .content .other-projects .project-list .project-card .extra {
  width: 100%;
  height: 20%;
  display: flex;
  gap: 20px;
  font-family: "Space Grotesk";
}
body.dark .main .content .other-projects .project-list .project-card .extra li {
  list-style: none;
  color: rgba(255, 255, 255, 0.575);
  font-weight: 200;
  font-size: 0.9em;
}
body.dark .main .content .other-projects .project-action {
  margin-top: 2%;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  box-sizing: border-box;
}
body.dark .main .content .other-projects .project-action .btn {
  font-size: 1em;
  min-width: 5rem;
  padding: 1rem 1.4rem;
  background: linear-gradient(190deg, #00eafb, #4B184D);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 2px solid;
  border-image-slice: 1;
  box-sizing: border-box;
  border-image-source: linear-gradient(to left, #00d8fb, #4B184D);
}
body.dark .main .content .contact-section h6 {
  color: white;
  font-weight: 400;
  font-size: 1em;
  margin: 0;
  line-height: 2em;
}
body.dark .main .content .contact-section h1 {
  font-size: 4em;
  font-family: "Zen Dots";
  color: rgba(255, 255, 255, 0.71);
  margin: 0;
}
body.dark .main .content .contact-section p {
  color: rgba(255, 255, 255, 0.71);
  text-align: center;
  margin-bottom: 5%;
}
body.dark .main .content .contact-section a.btn {
  font-size: 1em;
  margin-top: 5%;
  background: linear-gradient(190deg, #00eafb, #4B184D);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 2px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to left, #00d8fb, #4B184D);
}
body.dark .main .content footer.footer {
  width: 100%;
  height: 15vh;
  padding: 0.5rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
body.dark .main .content footer.footer .content {
  width: 100%;
  display: flex;
  height: 100%;
  box-sizing: border-box;
}
body.dark .main .content footer.footer .content span {
  text-align: center;
  color: #00d8fb;
  font-size: 0.9em;
  font-weight: 300;
  word-spacing: 0.2rem;
}
body.dark .main .content footer.footer .content span b {
  color: #00d8fb;
}
body.dark .main .content footer.footer .content small {
  text-align: center;
  margin-top: 0.5rem;
  color: #00d8fb;
  font-weight: bold;
}

@media only screen and (max-width: 1024px) {
  body.dark {
    width: 100%;
    height: 100vh;
    padding: 0;
    margin: 0;
    background: #040911;
    overflow: hidden;
    scroll-behavior: smooth;
    font-family: "Space Grotesk";
    position: relative;
    overflow: visible;
  }
  body.dark .navbar {
    width: 100%;
    height: 10vh;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    letter-spacing: 0.02cm;
    border-bottom: 1px solid rgba(0, 0, 0, 0.059);
    box-sizing: border-box;
  }
  body.dark .navbar .theme-toggler {
    box-sizing: border-box;
    position: absolute;
  }
  body.dark .navbar .nav-logo {
    width: 20%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body.dark .navbar .nav-logo img {
    width: 2.4em;
  }
  body.dark .navbar .nav-logo h3 {
    color: var(--primary-color);
    display: none;
    margin-left: 0.3rem;
    font-size: 0.9em;
  }
  body.dark .navbar .nav-content {
    display: flex;
    width: 40%;
    height: 100%;
    align-items: center;
    justify-content: start !important;
    padding: 0;
  }
  body.dark .navbar .nav-content li {
    list-style: none;
    transition: all 0.4s ease;
    display: none;
  }
  body.dark .navbar .nav-content li a {
    text-decoration: none;
    color: var(--text-color);
    transition: all 0.4s ease;
    font-size: 0.95em;
  }
  body.dark .navbar .nav-content li a:hover {
    color: var(--primary-color);
  }
  body.dark .navbar .nav-content li a span {
    color: var(--primary-color);
  }
  body.dark .navbar .nav-content li a.active {
    color: var(--primary-color);
  }
  body.dark .navbar .nav-content .extra {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: flex-end !important;
  }
  body.dark .navbar .nav-content .extra a.btn {
    display: none;
    padding: 0.6rem 1rem;
    border: 1px solid var(--primary-color);
    text-decoration: none;
    color: var(--primary-color);
    border-radius: 5px;
    font-family: "Space Grotesk";
  }
  body.dark .navbar .nav-content .extra a.btn:hover {
    background: rgba(204, 214, 246, 0.0745098039);
  }
  body.dark .navbar .nav-content .extra .nav-trigger.active span {
    border-radius: 5px;
    width: 60%;
    height: 10%;
    background: linear-gradient(180deg, #00eafb, #4B184D);
    display: flex;
    align-self: flex-end;
    margin: 0.2rem;
    transition: 0.4s ease;
  }
  body.dark .navbar .nav-content .extra .nav-trigger.active span:nth-child(1) {
    width: 110%;
    transform: rotate(41deg) translate(25%, 80%);
  }
  body.dark .navbar .nav-content .extra .nav-trigger.active span:nth-child(2) {
    width: 75%;
    transform: rotate(-40deg) translate(30%, -50%);
  }
  body.dark .navbar .nav-content .extra .nav-trigger.active span:nth-child(3) {
    width: 50%;
    transform: rotate(-41deg) translate(-25%, -365%);
  }
  body.dark .navbar .nav-content .extra .nav-trigger span {
    border-radius: 5px;
    width: 60%;
    height: 10%;
    background: linear-gradient(190deg, #00eafb, #4B184D);
  }
  body.dark .sidebar {
    position: fixed;
    height: calc(100% - 8vh);
    width: 60%;
    bottom: 0;
    right: -60%;
    background: linear-gradient(0deg, #4B184D, #040911, #040911, #040911, #040911);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transition: all 0.5s ease;
    z-index: 999;
  }
  body.dark .sidebar.active {
    right: 0;
  }
  body.dark .sidebar .nav_list {
    width: -moz-fit-content;
    width: fit-content;
    height: 70%;
    align-items: center;
    justify-content: space-around;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
  body.dark .sidebar .nav_list .btn {
    background: linear-gradient(190deg, #00eafb, #4B184D);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 2px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #00d8fb, #4B184D);
  }
  body.dark .sidebar .nav_list li {
    list-style: none;
    transition: all 0.4s ease;
  }
  body.dark .sidebar .nav_list li a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.71);
    transition: all 0.4s ease;
    font-size: 0.95em;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  body.dark .sidebar .nav_list li a:hover {
    color: var(--primary-color);
  }
  body.dark .sidebar .nav_list li a span {
    background: linear-gradient(190deg, #00eafb, #4B184D);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body.dark .sidebar .nav_list li a.active {
    color: var(--primary-color);
  }
  body.dark .sidebar .socials {
    width: 100%;
    position: relative !important;
    margin-top: 20%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
  }
  body.dark .sidebar .socials a {
    text-decoration: none;
    background: linear-gradient(190deg, #00eafb, #4B184D);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.4s ease;
  }
  body.dark .sidebar .socials a i.bx {
    font-size: 1.6em;
  }
  body.dark .sidebar .socials a:hover {
    transform: translateY(-15%);
    color: var(--primary-color);
  }
  body.dark .sidebar .socials a.active {
    color: var(--primary-color);
  }
  body.dark .main {
    width: 100%;
    height: 90vh;
    display: flex;
    box-sizing: border-box;
    justify-content: space-evenly;
  }
  body.dark .main .socials {
    width: 8%;
    position: static !important;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
  }
  body.dark .main .socials .vl {
    height: 6rem;
    border-left: 1px solid var(--text-color);
  }
  body.dark .main .socials a {
    text-decoration: none;
    color: var(--text-color);
    transition: all 0.4s ease;
  }
  body.dark .main .socials a i.bx {
    font-size: 1.5em;
  }
  body.dark .main .socials a:hover {
    transform: translateY(-15%);
    color: var(--primary-color);
  }
  body.dark .main .socials a.active {
    color: var(--primary-color);
  }
  body.dark .main .content {
    width: 95% !important;
    height: 100%;
    display: flex;
    justify-content: space-between;
    overflow-y: scroll !important;
    flex-direction: column;
    scroll-behavior: smooth;
    overflow-x: hidden;
    font-family: "Space Grotesk";
    letter-spacing: 0.03cm;
    font-size: 0.9em;
    box-sizing: border-box;
  }
  body.dark .main .content::-webkit-scrollbar {
    width: 0.5rem;
    background: transparent;
    height: 1rem;
  }
  body.dark .main .content::-webkit-scrollbar-thumb {
    height: 2rem;
    border-radius: 20px 20px;
    margin: 20rem;
    background-color: var(--text-color);
  }
  body.dark .main .content::-webkit-scrollbar-track {
    width: 2%;
    padding: 4rem;
  }
  body.dark .main .content::-webkit-scrollbar-track-piece {
    width: 20px;
  }
  body.dark .main .content .email {
    display: none;
  }
  body.dark .main .content .home-section {
    width: 100%;
    height: 100% !important;
    justify-self: center;
    box-sizing: border-box;
    padding: 0 0.5rem;
    display: flex;
    min-height: 90vh;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    margin-bottom: 1rem;
    box-sizing: border-box;
  }
  body.dark .main .content .home-section .main_content {
    width: 100%;
    height: 100% !important;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around !important;
    padding: 1% 0;
    box-sizing: border-box;
  }
  body.dark .main .content .home-section .main_content h4 {
    color: white;
    word-spacing: 0.3rem;
    line-height: 2rem;
    font-weight: 400;
    letter-spacing: 0.1rem;
  }
  body.dark .main .content .home-section .main_content h1 {
    font-size: 2.7em;
    font-family: "Zen Dots";
    color: rgba(255, 255, 255, 0.71);
    margin: 0;
    line-height: 1.5em;
    font-weight: bold;
  }
  body.dark .main .content .home-section .main_content span {
    font-size: 2em;
    margin-top: 5%;
    line-height: 1.3em;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-family: "Kdam Thmor Pro", sans-serif;
  }
  body.dark .main .content .home-section .main_content p {
    width: 100%;
    color: rgba(255, 255, 255, 0.575);
    line-height: 1.5em;
    font-size: 0.9em;
    margin-bottom: 0;
  }
  body.dark .main .content .home-section .main_content .action {
    margin-top: 0%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }
  body.dark .main .content .home-section .main_content .action small {
    color: rgba(255, 255, 255, 0.71);
    padding: 1rem 0;
  }
  body.dark .main .content .home-section .main_content .action .btn {
    font-size: 0.9em;
    padding: 1rem 1.4rem;
  }
  body.dark .main .content .about-section {
    width: 100%;
    min-height: -moz-fit-content !important;
    min-height: fit-content !important;
    justify-self: center;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    box-sizing: border-box;
    margin-bottom: 2rem;
  }
  body.dark .main .content .about-section .main_content {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    box-sizing: border-box;
    margin: 2rem 0;
  }
  body.dark .main .content .about-section .main_content h4 {
    width: 100%;
    height: 10%;
    font-size: 1em;
    color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    font-weight: 400;
    box-sizing: border-box;
    text-align: center;
    line-height: 0;
    font-family: "Zen Dots";
  }
  body.dark .main .content .about-section .main_content h4 span {
    width: 100%;
    height: 100%;
    margin: 0;
    color: white;
    font-size: 1.3em;
    padding-left: 1rem;
    font-weight: bold;
    display: flex;
    text-align: center;
    align-items: center;
  }
  body.dark .main .content .about-section .main_content h4 hr {
    width: 40%;
    height: 1px;
    display: flex;
    align-self: center;
    border: none;
    background: rgba(136, 146, 176, 0.2039215686);
    margin-left: 1rem;
  }
  body.dark .main .content .about-section .main_content p {
    color: rgba(255, 255, 255, 0.71);
    line-height: 1.5em;
  }
  body.dark .main .content .about-section .main_content p a {
    text-decoration: none;
    color: #00d8fb;
  }
  body.dark .main .content .about-section .main_content span {
    font-size: 1em;
    color: rgba(255, 255, 255, 0.71);
    line-height: 1em;
    margin-bottom: 5%;
  }
  body.dark .main .content .about-section .main_content .technologies {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    display: grid;
    grid-template-columns: auto auto;
    font-size: 0.8em;
    letter-spacing: 0.03cm;
    color: rgba(255, 255, 255, 0.71);
  }
  body.dark .main .content .about-section .main_content .technologies li {
    list-style: none;
    line-height: 2em;
  }
  body.dark .main .content .about-section .main_content .technologies li i.bx {
    background: linear-gradient(190deg, #00eafb, #4B184D);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-right: 0.5rem;
  }
  body.dark .main .content .about-section .me {
    width: 100%;
    height: 60%;
    min-height: -moz-fit-content;
    min-height: fit-content;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 1.5rem;
  }
  body.dark .main .content .about-section .me .img {
    width: 70%;
    height: 60%;
    border: 2px solid var(--primary-color);
    border-radius: 5px;
    transition: all 1s ease;
  }
  body.dark .main .content .about-section .me .img img#abbey2 {
    display: none;
  }
  body.dark .main .content .about-section .me .img:hover {
    transform: scale(0.98);
    transition: 0.4s ease;
  }
  body.dark .main .content .about-section .me .img:hover #abbey1 {
    display: none;
  }
  body.dark .main .content .about-section .me .img:hover #abbey2 {
    display: flex;
  }
  body.dark .main .content .about-section .me .img img {
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: -8%;
    margin-bottom: 10%;
    margin-left: -8%;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 5px;
    z-index: 1;
    background: #00d8fb;
    background-blend-mode: color;
    transition: all ease;
  }
  body.dark .main .content .experience-section {
    width: 100%;
    min-height: 70vh !important;
    justify-self: center;
    height: 100%;
    padding: 0 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    box-sizing: border-box;
    margin-bottom: 2rem;
  }
  body.dark .main .content .experience-section .main_content {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }
  body.dark .main .content .experience-section .main_content h4 {
    width: 100%;
    height: 10%;
    font-size: 1em;
    font-family: "Zen Dots";
    color: white;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    font-weight: 400;
    box-sizing: border-box;
  }
  body.dark .main .content .experience-section .main_content h4 span {
    width: 100%;
    height: 100%;
    margin: 0;
    color: white;
    font-size: 1.3em;
    padding-left: 1rem;
    font-weight: bold;
    display: flex;
    align-items: center;
  }
  body.dark .main .content .experience-section .main_content h4 hr {
    width: 15%;
    height: 1px;
    display: flex;
    align-self: center;
    border: none;
    background: rgba(136, 146, 176, 0.2039215686);
    margin-left: 1rem;
    display: flex;
  }
  body.dark .main .content .experience-section .main_content .workplaces {
    display: flex;
    width: 100%;
    padding: 1rem;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 2rem;
    box-sizing: border-box;
  }
  body.dark .main .content .experience-section .main_content .workplaces .action-buttons {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    gap: 5px;
  }
  body.dark .main .content .experience-section .main_content .workplaces .action-buttons li {
    width: -moz-fit-content;
    width: fit-content;
    list-style: none;
    color: rgba(255, 255, 255, 0.71);
    text-align: start;
    padding: 0.8rem 1rem;
    font-size: 0.9em;
    font-weight: 300;
    box-sizing: border-box;
    letter-spacing: 0.02cm;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 2px solid rgba(136, 146, 176, 0.3960784314);
    white-space: nowrap;
    margin-bottom: 2rem;
  }
  body.dark .main .content .experience-section .main_content .workplaces .action-buttons li:hover {
    background: rgba(204, 214, 246, 0.0666666667);
  }
  body.dark .main .content .experience-section .main_content .workplaces .action-buttons li.active {
    background: rgba(204, 214, 246, 0.0666666667);
    background: linear-gradient(190deg, #00eafb, #4B184D);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
    border-left: none !important;
    border-bottom: 2px solid #00d8fb;
  }
  body.dark .main .content .experience-section .main_content .workplaces .work-details {
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 0rem;
    box-sizing: border-box;
  }
  body.dark .main .content .experience-section .main_content .workplaces .work-details h4.position {
    color: rgba(255, 255, 255, 0.71);
    text-align: start !important;
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0.2rem 0 !important;
    box-sizing: border-box;
    align-items: center;
  }
  body.dark .main .content .experience-section .main_content .workplaces .work-details h4.position a {
    text-decoration: none;
    background: linear-gradient(190deg, #00eafb, #4B184D);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: 1rem;
  }
  body.dark .main .content .experience-section .main_content .workplaces .work-details small {
    line-height: 2em;
    color: rgba(255, 255, 255, 0.71);
  }
  body.dark .main .content .experience-section .main_content .workplaces .work-details ul.responsibilities {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
  }
  body.dark .main .content .experience-section .main_content .workplaces .work-details ul.responsibilities li {
    list-style: none;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0.71);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.8em;
  }
  body.dark .main .content .experience-section .main_content .workplaces .work-details ul.responsibilities li i.bx {
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--primary-color);
    font-size: 1rem;
    background: linear-gradient(190deg, #00eafb, #4B184D);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body.dark .main .content .experience-section .main_content .workplaces .work-details ul.responsibilities li p {
    width: 85%;
    margin-bottom: 0;
    line-height: 1.3em;
    font-weight: 300;
    letter-spacing: 0.03cm;
  }
  body.dark .main .content .work-section {
    width: 100%;
    height: -moz-fit-content !important;
    height: fit-content !important;
    justify-self: center;
    padding: 0 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: safe;
    box-sizing: border-box;
    margin-top: 10%;
    margin-bottom: 2rem;
    box-sizing: border-box;
  }
  body.dark .main .content .work-section .main_content {
    width: 100%;
    min-height: 100vh;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  body.dark .main .content .work-section .main_content h4 {
    width: 100%;
    height: 10%;
    font-size: 1em;
    color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    white-space: pre-wrap;
    justify-content: start;
    position: relative;
    margin: 0;
    font-family: "Zen Dots";
    padding: 0;
    font-weight: 400;
    box-sizing: border-box;
  }
  body.dark .main .content .work-section .main_content h4 span {
    width: 100%;
    height: 100%;
    margin: 0;
    color: white;
    font-size: 1.3em;
    padding-left: 1rem;
    font-weight: bold;
    display: flex;
    align-items: center;
  }
  body.dark .main .content .work-section .main_content h4 hr {
    width: 30%;
    height: 1px;
    display: flex;
    align-self: center;
    border: none;
    background: rgba(136, 146, 176, 0.2039215686);
    margin-left: 1rem;
    display: flex;
  }
  body.dark .main .content .work-section .main_content .project {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    padding: 1rem 0.5rem;
    box-sizing: border-box;
    margin-top: 5%;
    margin-bottom: 5%;
  }
  body.dark .main .content .work-section .main_content .project .project-img {
    width: 60%;
    height: 40%;
    padding: 0;
    z-index: 200;
    left: 0;
  }
  body.dark .main .content .work-section .main_content .project .project-img a {
    width: 100%;
    height: 100%;
    text-decoration: none;
    transition: all 0.4s ease;
    padding: 0;
  }
  body.dark .main .content .work-section .main_content .project .project-img a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body.dark .main .content .work-section .main_content .project .project-img a #project2 {
    display: none;
  }
  body.dark .main .content .work-section .main_content .project .project-img a:hover {
    transition: all 0.4s ease;
  }
  body.dark .main .content .work-section .main_content .project .project-img a:hover #project1 {
    display: none;
  }
  body.dark .main .content .work-section .main_content .project .project-img a:hover #project2 {
    display: flex;
  }
  body.dark .main .content .work-section .main_content .project .project-details {
    width: 60%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: -moz-fit-content;
    height: fit-content;
  }
  body.dark .main .content .work-section .main_content .project .project-details h5 {
    color: rgba(255, 255, 255, 0.71);
    font-weight: 400;
    font-size: 0.8em;
    margin: 0;
    margin-top: 0%;
    line-height: 1.5em;
    font-family: "Zen Dots";
  }
  body.dark .main .content .work-section .main_content .project .project-details span {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.5em;
  }
  body.dark .main .content .work-section .main_content .project .project-details span a {
    color: white;
    text-decoration: none;
  }
  body.dark .main .content .work-section .main_content .project .project-details .details {
    width: 120%;
    padding: 1rem;
    text-align: end;
    background: #1d2d50;
    color: white;
    font-size: 0.8em;
    line-height: 1.5em;
    word-spacing: 0.05cm;
    z-index: 200;
    border-radius: 5px;
    margin-top: 5%;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.123);
  }
  body.dark .main .content .work-section .main_content .project .project-details .extra {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-end;
    margin-top: 5%;
  }
  body.dark .main .content .work-section .main_content .project .project-details .extra span.technologies {
    width: 100%;
    display: flex;
    font-size: 14px;
    align-items: center;
    gap: 20px;
    justify-content: flex-end;
    color: var(--text-color);
    font-weight: 300;
  }
  body.dark .main .content .work-section .main_content .project .project-details .extra span.technologies li {
    list-style: none;
    font-size: 0.9em !important;
  }
  body.dark .main .content .work-section .main_content .project .project-details .extra .more {
    display: flex;
    gap: 20px;
    margin-top: 5%;
  }
  body.dark .main .content .work-section .main_content .project .project-details .extra .more a {
    text-decoration: none;
  }
  body.dark .main .content .work-section .main_content .project .project-details .extra .more a i.bx {
    background: linear-gradient(190deg, #00eafb, #4B184D);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.5em;
  }
  body.dark .main .content .work-section .main_content .project_2 {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 5%;
    display: flex;
    padding: 1rem 0.5rem;
    box-sizing: border-box;
    margin-top: 5%;
  }
  body.dark .main .content .work-section .main_content .project_2 .project-img {
    width: 70%;
    height: 30%;
    padding: 0;
    z-index: 100;
    left: 0;
  }
  body.dark .main .content .work-section .main_content .project_2 .project-img a {
    width: 100%;
    height: 100%;
    text-decoration: none;
    transition: all 0.4s ease;
    padding: 0;
  }
  body.dark .main .content .work-section .main_content .project_2 .project-img a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body.dark .main .content .work-section .main_content .project_2 .project-img a #project2 {
    display: none;
  }
  body.dark .main .content .work-section .main_content .project_2 .project-img a:hover {
    transition: all 0.4s ease;
  }
  body.dark .main .content .work-section .main_content .project_2 .project-img a:hover #project1 {
    display: none;
  }
  body.dark .main .content .work-section .main_content .project_2 .project-img a:hover #project2 {
    display: flex;
  }
  body.dark .main .content .work-section .main_content .project_2 .project-details {
    width: 60%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: -moz-fit-content;
    height: fit-content;
  }
  body.dark .main .content .work-section .main_content .project_2 .project-details h5 {
    color: rgba(255, 255, 255, 0.71);
    font-weight: 400;
    font-size: 0.8em;
    margin: 0;
    margin-top: 5%;
    line-height: 1.5em;
    font-family: "Zen Dots";
  }
  body.dark .main .content .work-section .main_content .project_2 .project-details span {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.5em;
  }
  body.dark .main .content .work-section .main_content .project_2 .project-details span a {
    color: white;
    text-decoration: none;
  }
  body.dark .main .content .work-section .main_content .project_2 .project-details .details {
    width: 120%;
    padding: 1rem;
    text-align: start;
    background: #1d2d50;
    color: white;
    font-size: 0.8em;
    line-height: 1.5em;
    word-spacing: 0.05cm;
    z-index: 200;
    border-radius: 5px;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 5%;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.123);
  }
  body.dark .main .content .work-section .main_content .project_2 .project-details .extra {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    margin-top: 5%;
  }
  body.dark .main .content .work-section .main_content .project_2 .project-details .extra span.technologies {
    width: 100%;
    display: flex;
    font-size: 14px;
    align-items: center;
    gap: 20px;
    justify-content: flex-start;
    color: var(--text-color);
    font-weight: 300;
  }
  body.dark .main .content .work-section .main_content .project_2 .project-details .extra span.technologies li {
    list-style: none;
    font-size: 0.9em !important;
  }
  body.dark .main .content .work-section .main_content .project_2 .project-details .extra .more {
    display: flex;
    gap: 20px;
    margin-top: 5%;
  }
  body.dark .main .content .work-section .main_content .project_2 .project-details .extra .more a {
    text-decoration: none;
  }
  body.dark .main .content .work-section .main_content .project_2 .project-details .extra .more a i.bx {
    background: linear-gradient(190deg, #00eafb, #4B184D);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.5em;
  }
  body.dark .main .content .other-projects {
    width: 100%;
    min-height: -moz-fit-content;
    min-height: fit-content;
    height: -moz-max-content !important;
    height: max-content !important;
    justify-self: center;
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: safe;
    box-sizing: border-box;
    margin-top: 10%;
    margin-bottom: 4rem;
  }
  body.dark .main .content .other-projects h3 {
    color: white;
    font-size: 1.3em;
    margin: 0;
    line-height: 1em;
    font-family: "Zen Dots";
    text-align: center;
  }
  body.dark .main .content .other-projects small {
    margin-top: 1rem;
  }
  body.dark .main .content .other-projects small a {
    text-decoration: none;
    color: #00d8fb;
  }
  body.dark .main .content .other-projects .project-list {
    box-sizing: border-box;
    width: 95%;
    height: 100% !important;
    display: flex;
    gap: 15px;
    margin-top: 5%;
    flex-wrap: wrap;
    margin-bottom: 5%;
    font-family: "Space Grotesk";
  }
  body.dark .main .content .other-projects .project-list .project-card {
    background: var(--accent2);
    width: 100% !important;
    height: 300px;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    cursor: default;
    transition: all 0.4s ease;
  }
  body.dark .main .content .other-projects .project-list .project-card:hover {
    transform: translateY(-3%);
  }
  body.dark .main .content .other-projects .project-list .project-card .header {
    width: 100% !important;
    display: flex;
    flex-direction: row !important;
    height: 20% !important;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    margin-bottom: 1rem;
  }
  body.dark .main .content .other-projects .project-list .project-card .header i.bx {
    font-size: 2.5em !important;
    font-weight: 200;
    color: var(--primary-color);
  }
  body.dark .main .content .other-projects .project-list .project-card .header .link {
    text-decoration: none;
  }
  body.dark .main .content .other-projects .project-list .project-card .header .link i.bx {
    font-size: 1.4em !important;
    color: var(--text-color);
  }
  body.dark .main .content .other-projects .project-list .project-card .project-content {
    width: 100%;
    height: 65% !important;
    box-sizing: border-box;
    margin-top: 1rem;
  }
  body.dark .main .content .other-projects .project-list .project-card .project-content h6 {
    color: var(--primary-color);
    width: 100%;
    font-size: 1.2em;
    margin: 0;
    box-sizing: border-box;
  }
  body.dark .main .content .other-projects .project-list .project-card .project-content p {
    color: rgba(255, 255, 255, 0.575);
    font-size: 0.9em;
    font-family: "Poppins";
    line-height: 1.4em;
    font-weight: 300;
  }
  body.dark .main .content .other-projects .project-list .project-card .extra {
    width: 100%;
    height: 20%;
    display: flex;
    gap: 20px;
    font-family: "Space Grotesk";
  }
  body.dark .main .content .other-projects .project-list .project-card .extra li {
    list-style: none;
    color: rgba(255, 255, 255, 0.575);
    font-weight: 200;
    font-size: 0.9em;
  }
  body.dark .main .content .other-projects .project-action {
    margin-top: 4%;
    margin-bottom: 5%;
  }
  body.dark .main .content .other-projects .project-action .btn {
    font-size: 1em;
    min-width: 5rem;
    padding: 1rem 1.4rem;
  }
  body.dark .main .content .contact-section {
    width: 100%;
    min-height: 60vh;
    height: 100% !important;
    padding: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    justify-content: center;
  }
  body.dark .main .content .contact-section h6 {
    color: white;
    font-weight: 400;
    font-size: 1em;
    margin: 0;
    line-height: 2em;
  }
  body.dark .main .content .contact-section h1 {
    font-size: 2em;
    font-family: "Zen Dots";
    color: rgba(255, 255, 255, 0.71);
    margin: 0;
  }
  body.dark .main .content .contact-section p {
    color: rgba(255, 255, 255, 0.71);
    font-size: 0.9em;
    text-align: center;
    margin-bottom: 5%;
  }
  body.dark .main .content .contact-section a.btn {
    font-size: 1em;
    margin-top: 5%;
  }
  body.dark .main .content footer.footer {
    width: 100%;
    min-height: 10vh;
    height: 100%;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
  }
  body.dark .main .content footer.footer .content {
    width: 100%;
    min-height: -moz-fit-content;
    min-height: fit-content;
    display: flex;
    justify-content: center;
    transform: translateX(-5%);
    border: none;
    box-sizing: border-box;
  }
  body.dark .main .content footer.footer .content span {
    text-align: center;
    color: var(--primary-color);
    background: linear-gradient(190deg, #00eafb, #4B184D);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 0.9em;
    font-weight: 300;
    word-spacing: 0.2rem;
    margin: 0;
  }
  body.dark .main .content footer.footer .content small {
    text-align: center;
    margin-top: 0.5rem;
    background: linear-gradient(190deg, #00eafb, #4B184D);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}/*# sourceMappingURL=dark.css.map */