@font-face {
  font-family: "TuskerGrotesk-2600Semibold";
  src: url("../fonts/TuskerGrotesk-2600Semibold.otf");
  src: url("../fonts/TuskerGrotesk-2600Semibold.ttf");
}
:root {
  --primary-color: #0F172A;
  --text-color: #090a0e;
  --accent-color: #131316;
  --accent2: #1d2d50;
}

.disabled {
  pointer-events: none;
  opacity: 0.2;
}

/*Dark theme trigger */
.theme-toggler label.darkmode-toggle {
  width: 70px;
  height: 32px;
  cursor: pointer;
  position: relative;
  right: 10%;
  top: 0;
  display: block;
  background: white;
  border-radius: 200px;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: inset 0px 5px 15px rgba(0, 0, 0, 0.4), inset 0px -5px 15px rgba(225, 255, 255, 0.4);
}
.theme-toggler label.darkmode-toggle .bx-sun {
  padding-left: 0.55rem;
  z-index: 2;
  color: white;
}
.theme-toggler label.darkmode-toggle .bx-moon {
  padding-right: 0.45rem;
  z-index: 2;
}
.theme-toggler label.darkmode-toggle::after {
  content: "";
  width: 27px;
  height: 27px;
  display: flex;
  justify-self: center;
  align-self: center;
  position: absolute;
  transition: 0.4s ease;
  top: 2px;
  left: 3px;
  background: linear-gradient(180deg, #00abfb, #852688);
  border-radius: 100px;
  box-sizing: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.theme-toggler label.darkmode-toggle:active::after {
  width: 38px;
}
.theme-toggler input.darktoggle {
  position: absolute;
  width: 0;
  right: 0;
  top: 0;
  height: 0rem;
  visibility: hidden;
  transition: all 0.4s ease;
}
.theme-toggler input.darktoggle:checked + label {
  background: #242424;
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.342);
}
.theme-toggler input.darktoggle:checked + label::after {
  left: 95%;
  transition: 0.4s ease;
  transform: translateX(-100%);
  background: linear-gradient(180deg, #4d4b4b, #040911);
}
.theme-toggler input.darktoggle:checked + .darkmode-toggle .bx-moon {
  color: #00abfb;
}

.btn {
  padding: 0.6rem 1rem !important;
  min-width: 5rem !important;
  border: 1px solid var(--primary-color);
  text-decoration: none;
  color: var(--primary-color);
  border-radius: 5px;
  text-align: center;
}

html {
  padding: 0rem;
  padding-bottom: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: rgba(218, 221, 225, 0.5215686275);
}

body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: rgb(245, 236, 178);
  background: linear-gradient(154deg, rgb(245, 236, 178) 0%, rgb(168, 254, 255) 34%, rgb(158, 232, 244) 50%, rgb(200, 188, 255) 73%, rgb(242, 204, 141) 100%);
  display: flex;
  align-items: center;
  justify-content: baseline;
  flex-direction: column;
  font-family: "Space Grotesk";
  position: relative;
  box-sizing: border-box;
}
body .preloader {
  background-color: #040911;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
}
body .preloader .content {
  position: relative;
  top: 35%;
  left: 0%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transform: translate(0%, -35%);
}
body .preloader .content img {
  width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 800px;
  transform-style: preserve-3d;
  animation: skew 2s;
}
@keyframes skew {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(-360deg);
  }
}
body .preloader .content .ml1 {
  position: relative;
  font-weight: 200;
  font-size: 1.5em;
  margin-top: 0.2rem;
}
body .preloader .content .ml1 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .preloader .content .ml1 .letter {
  transform-origin: 50% 100%;
  color: var(--primary-color);
  background: linear-gradient(180deg, #00abfb, #852688);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  justify-content: center;
  display: inline-block;
  line-height: 1em;
}
body .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: rgba(255, 255, 255, 0.733);
  top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.059);
  border: none;
  box-sizing: border-box;
  z-index: 9999;
}
body .navbar .nav-logo {
  width: 15%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .navbar .nav-logo img {
  width: 2.5rem;
}
body .navbar .nav-logo h3 {
  background: linear-gradient(190deg, #00eafb, #852688);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  margin-left: 0.3rem;
  font-size: 1.4em;
}
body .navbar .nav-content {
  display: flex !important;
  width: 70%;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 3rem;
  box-sizing: border-box;
}
body .navbar .nav-content li {
  list-style: none;
  transition: all 0.4s ease;
  display: flex;
}
body .navbar .nav-content li a {
  text-decoration: none;
  color: var(--text-color);
  transition: all 0.4s ease;
  font-size: 0.95em;
}
body .navbar .nav-content li a:hover {
  color: var(--primary-color);
  background: linear-gradient(180deg, #00abfb, #852688);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
body .navbar .nav-content li a span {
  color: var(--primary-color);
}
body .navbar .nav-content li a.active {
  color: var(--primary-color);
}
body .navbar .nav-content .extra {
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
body .navbar .nav-content .extra a.btn {
  padding: 0.6rem 1rem;
  border: 2px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to left, #00abfb, #852688);
  text-decoration: none;
  background: linear-gradient(180deg, #00abfb, #852688);
  -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 .navbar .nav-content .extra a.btn:hover {
  background: var(--primary-color);
  color: white;
  -webkit-background-clip: text;
          background-clip: text;
}
body .navbar .nav-content .extra .nav-trigger {
  display: none;
}
body .navbar .theme-toggler {
  width: 5%;
}
body .sidebar {
  display: none;
}
body .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: rgba(255, 255, 255, 0.71);
}
body .main .socials {
  width: 8%;
  position: static !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
body .main .socials .vl {
  height: 6rem;
  border-left: 1px solid var(--text-color);
}
body .main .socials a {
  text-decoration: none;
  color: var(--text-color);
  transition: all 0.4s ease;
}
body .main .socials a i.bx {
  font-size: 1.5em;
}
body .main .socials a:hover {
  transform: translateY(-15%);
  color: var(--primary-color);
  background: linear-gradient(190deg, #00eafb, #852688);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
body .main .socials a.active {
  color: var(--primary-color);
}
body .main .content {
  width: 90% !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: 1em;
}
body .main .content::-webkit-scrollbar {
  width: 0.5rem;
  background: transparent;
  height: 1rem;
}
body .main .content::-webkit-scrollbar-thumb {
  height: 2rem;
  border-radius: 20px 20px;
  margin: 20rem;
  background-color: var(--text-color);
}
body .main .content::-webkit-scrollbar-track {
  width: 2%;
  padding: 4rem;
}
body .main .content::-webkit-scrollbar-track-piece {
  width: 20px;
}
body .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 .main .content .email .vl {
  height: 6rem;
  border-left: 1px solid var(--text-color);
}
body .main .content .email a {
  writing-mode: vertical-lr;
  font-size: 1em;
  color: var(--text-color);
  text-decoration: none;
  font-family: monospace;
  letter-spacing: 0.1rem;
}
body .main .content .email a:hover {
  color: var(--primary-color);
  background: linear-gradient(90deg, #00eafb, #852688);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
body .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: 4rem;
}
body .main .content .home-section .main_content {
  width: 100%;
  min-height: 90vh;
  height: 100% !important;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
  transform-origin: 0 0;
  padding: 2% 0;
  box-sizing: border-box;
}
body .main .content .home-section .main_content h4 {
  color: var(--primary-color);
  word-spacing: 0.3rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  box-sizing: border-box;
  transform-origin: 0 0;
}
body .main .content .home-section .main_content h1 {
  font-size: 4em;
  font-family: "Zen Dots";
  transform-origin: 0 0;
  color: var(--accent-color);
  margin: 0;
  line-height: 1.3em;
  font-weight: bold;
  box-sizing: border-box;
}
body .main .content .home-section .main_content span {
  font-size: 4em;
  color: var(--text-color);
  font-weight: bold;
  font-family: "Kdam Thmor Pro", sans-serif;
  box-sizing: border-box;
}
body .main .content .home-section .main_content p {
  width: 50%;
  color: var(--text-color);
  line-height: 2em;
  box-sizing: border-box;
}
body .main .content .home-section .main_content .action {
  margin-top: 0%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
body .main .content .home-section .main_content .action small {
  color: var(--text-color);
  padding: 1rem;
}
body .main .content .home-section .main_content .action .btn {
  padding: 1rem 1.4rem;
  background: linear-gradient(190deg, #00eafb, #852688);
  -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, #00abfb, #852688);
}
body .main .content .about-section {
  width: 100%;
  height: 100vh !important;
  justify-self: center;
  padding: 0 4rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  box-sizing: border-box;
  margin-bottom: 4rem;
  position: relative;
}
body .main .content .about-section.hidden {
  opacity: 0;
  transition: all 2s ease;
  filter: blur(5px);
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
body .main .content .about-section.show {
  opacity: 1 !important;
  transition: all 2s ease;
  filter: blur(0);
  position: relative;
}
body .main .content .about-section .main_content {
  width: 50%;
  height: 80vh;
}
body .main .content .about-section .main_content.hidden {
  transition: all 2s ease;
  transform: translateX(-100%);
}
body .main .content .about-section .main_content.show {
  transform: translateX(0%);
}
body .main .content .about-section .main_content h4 {
  width: 100%;
  height: 10vh;
  font-size: 1.2em;
  color: var(--primary-color);
  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 .main .content .about-section .main_content h4 span {
  width: 100%;
  height: 100%;
  margin: 0;
  color: var(--accent-color);
  font-size: 1.5em;
  padding-left: 1rem;
  font-weight: bold;
  display: flex;
  text-align: center;
  align-items: center;
}
body .main .content .about-section .main_content h4 hr {
  width: 50%;
  height: 1px;
  display: flex;
  align-self: center;
  border: none;
  background: rgba(136, 146, 176, 0.2039215686);
  margin-left: 1rem;
}
body .main .content .about-section .main_content p {
  color: var(--text-color);
  line-height: 1.5em;
}
body .main .content .about-section .main_content p a {
  text-decoration: none;
  color: var(--primary-color);
}
body .main .content .about-section .main_content span {
  font-size: 1.1em;
  color: var(--text-color);
  line-height: 2em;
  margin-bottom: 5%;
}
body .main .content .about-section .main_content .technologies {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto;
  font-size: 0.9em;
  letter-spacing: 0.03cm;
  color: var(--text-color);
  margin-top: 5%;
}
body .main .content .about-section .main_content .technologies li {
  list-style: none;
  line-height: 2em;
}
body .main .content .about-section .main_content .technologies li i.bx {
  color: var(--primary-color);
  padding-right: 0.5rem;
}
body .main .content .about-section .me {
  width: 40%;
  height: 65%;
  position: relative;
  display: flex;
  justify-content: center;
}
body .main .content .about-section .me.hidden {
  transition: all 1s ease;
  filter: blur(5px);
  transform: scale(0.9) translateY(100%);
}
body .main .content .about-section .me.show {
  animation-duration: 2s;
  transform-origin: 0% 0%;
  animation: 1.5s shake 1s ease;
  filter: blur(0);
  transform: scale(1) translateY(0%);
}
@keyframes shake {
  0% {
    transform: rotate(-5deg);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  75% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0);
  }
}
body .main .content .about-section .me .img {
  width: 65%;
  height: 55%;
  border: 2px solid var(--primary-color);
  border-radius: 5px;
  transition: all 1s ease;
}
body .main .content .about-section .me .img img#abbey2 {
  display: none;
}
body .main .content .about-section .me .img:hover {
  transform: scale(0.98);
  transition: all 4s ease;
}
body .main .content .about-section .me .img:hover #abbey1 {
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  display: none;
}
body .main .content .about-section .me .img:hover #abbey2 {
  display: flex;
}
body .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: cover;
     object-fit: cover;
  border-radius: 5px;
  z-index: 1;
  background: #00abfb;
  background-blend-mode: color;
  transition: 0.4s all ease;
  -o-object-position: bottom;
     object-position: bottom;
}
body .main .content .experience-section {
  width: 100%;
  height: 100vh !important;
  justify-self: center;
  padding: 0 3rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  box-sizing: border-box;
  margin-bottom: 2rem;
}
body .main .content .experience-section.hidden {
  opacity: 0;
  transition: all 2s ease;
  filter: blur(5px);
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  transform: translateX(100%);
}
body .main .content .experience-section.show {
  opacity: 1 !important;
  transition: all 2s ease;
  transform: translateX(0);
  filter: blur(0);
  position: relative;
}
body .main .content .experience-section .main_content {
  width: 92.5%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
body .main .content .experience-section .main_content h4 {
  width: 100%;
  height: 10vh;
  font-size: 1.2em;
  font-family: "Zen Dots";
  color: var(--primary-color);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: safe;
  margin: 0;
  padding: 0;
  font-weight: 400;
  box-sizing: border-box;
}
body .main .content .experience-section .main_content h4 span {
  width: 90%;
  height: 100%;
  margin: 0;
  color: var(--accent-color);
  font-size: 1.5em;
  padding-left: 1rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
body .main .content .experience-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 .main .content .experience-section .main_content .workplaces {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 1rem;
  align-items: center;
  margin-top: 2rem;
  flex-direction: row;
}
body .main .content .experience-section .main_content .workplaces .action-buttons {
  width: 25%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
body .main .content .experience-section .main_content .workplaces .action-buttons li {
  width: 100%;
  list-style: none;
  color: var(--text-color);
  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;
  cursor: pointer;
}
body .main .content .experience-section .main_content .workplaces .action-buttons li:hover {
  background: rgba(204, 214, 246, 0.0666666667);
}
body .main .content .experience-section .main_content .workplaces .action-buttons li.active {
  background: rgba(204, 214, 246, 0.0666666667);
  color: var(--primary-color);
  border-bottom: none;
  border-left: 2px solid var(--primary-color) !important;
}
body .main .content .experience-section .main_content .workplaces .work-details {
  width: 75%;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 1rem;
}
body .main .content .experience-section .main_content .workplaces .work-details h4.position {
  color: var(--accent-color);
  text-align: start !important;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  text-wrap: nowrap;
  padding: 0 !important;
}
body .main .content .experience-section .main_content .workplaces .work-details h4.position a {
  text-decoration: none;
  color: var(--primary-color);
  margin-left: 1rem;
}
body .main .content .experience-section .main_content .workplaces .work-details h4.position a:hover {
  color: var(--primary-color);
  background: linear-gradient(190deg, #00eafb, #852688);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
body .main .content .experience-section .main_content .workplaces .work-details small {
  line-height: 2em;
  color: var(--text-color);
}
body .main .content .experience-section .main_content .workplaces .work-details ul.responsibilities {
  width: 100%;
  box-sizing: border-box;
  padding: 0;
}
body .main .content .experience-section .main_content .workplaces .work-details ul.responsibilities li {
  list-style: none;
  box-sizing: border-box;
  color: var(--text-color);
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1rem 0;
}
body .main .content .experience-section .main_content .workplaces .work-details ul.responsibilities li i.bx {
  width: 5%;
  color: var(--primary-color);
}
body .main .content .experience-section .main_content .workplaces .work-details ul.responsibilities li p {
  width: 90%;
  margin: 0;
  line-height: 1.3em;
  font-weight: 300;
  letter-spacing: 0.02cm;
}
body .main .content .experience-section .main_content .workplaces .work-details.active {
  display: flex;
}
body .main .content .work-section {
  width: 100%;
  height: -moz-fit-content !important;
  height: fit-content !important;
  justify-self: center;
  padding: 0 3rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin-bottom: 2rem;
}
body .main .content .work-section.hidden {
  opacity: 0;
  transition: all 1s ease;
  filter: blur(5px);
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
body .main .content .work-section.show {
  opacity: 1 !important;
  transition: all 1s ease;
  filter: blur(0);
  position: relative;
}
body .main .content .work-section .main_content {
  width: 92.5%;
  min-height: 100vh;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
body .main .content .work-section .main_content h4 {
  width: 100%;
  height: 10vh;
  font-size: 1.2em;
  color: var(--primary-color);
  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 .main .content .work-section .main_content h4 span {
  width: 90%;
  height: 100%;
  margin: 0;
  color: var(--accent-color);
  font-size: 1.5em;
  padding-left: 1rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
body .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;
}
body .main .content .work-section .main_content .project {
  width: 100%;
  height: 60vh;
  display: flex;
  padding: 1rem 0.8rem;
  border-radius: 10px;
  box-sizing: border-box;
  margin-top: 1rem;
  margin-bottom: 2rem;
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.068);
}
body .main .content .work-section .main_content .project.hidden {
  opacity: 0;
  transition: all 1s ease;
  filter: blur(5px);
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  transform: translateY(100%);
}
body .main .content .work-section .main_content .project.show {
  opacity: 1 !important;
  transition: all 1s ease;
  transform: translateY(0);
  filter: blur(0);
  position: relative;
}
body .main .content .work-section .main_content .project .project-img {
  width: 60%;
  height: 100%;
  box-sizing: border-box;
}
body .main .content .work-section .main_content .project .project-img a {
  width: 100%;
  text-decoration: none;
  transition: all 0.4s ease;
  height: 100%;
}
body .main .content .work-section .main_content .project .project-img a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
body .main .content .work-section .main_content .project .project-img a #project2 {
  display: none;
}
body .main .content .work-section .main_content .project .project-img a:hover {
  transition: all 0.4s ease;
}
body .main .content .work-section .main_content .project .project-img a:hover #project1 {
  display: none;
}
body .main .content .work-section .main_content .project .project-img a:hover #project2 {
  display: flex;
}
body .main .content .work-section .main_content .project .project-details {
  width: 40%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
body .main .content .work-section .main_content .project .project-details h5 {
  color: var(--primary-color);
  font-weight: 400;
  font-size: 1em;
  margin: 0;
  line-height: 1.5em;
  font-family: "Zen Dots";
  height: 10%;
  box-sizing: border-box;
}
body .main .content .work-section .main_content .project .project-details span {
  height: -moz-fit-content;
  height: fit-content;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.5em;
  margin: 0;
  box-sizing: border-box;
}
body .main .content .work-section .main_content .project .project-details span a {
  color: var(--accent-color);
  text-decoration: none;
}
body .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: 0;
  height: 40%;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.123);
}
body .main .content .work-section .main_content .project .project-details .extra {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-end;
  margin: 0;
  z-index: 2;
  box-sizing: border-box;
  height: 20%;
  justify-content: space-around;
}
body .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 .main .content .work-section .main_content .project .project-details .extra span.technologies li {
  list-style: none;
  font-size: 1em !important;
}
body .main .content .work-section .main_content .project .project-details .extra .more {
  display: flex;
  gap: 20px;
  margin: 0;
  box-sizing: border-box;
}
body .main .content .work-section .main_content .project .project-details .extra .more a {
  text-decoration: none;
}
body .main .content .work-section .main_content .project .project-details .extra .more a i.bx {
  color: var(--accent-color);
  font-size: 2em;
}
body .main .content .work-section .main_content .project .project-details .extra .more a:hover {
  color: var(--primary-color);
  background: linear-gradient(190deg, #00eafb, #852688);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
body .main .content .work-section .main_content .project_2 {
  width: 100%;
  height: 60vh;
  margin-bottom: 2rem;
  display: flex;
  border-radius: 10px;
  padding: 1rem 0.8rem;
  box-sizing: border-box;
  margin-top: 1rem;
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.068);
}
body .main .content .work-section .main_content .project_2.hidden {
  opacity: 0;
  transition: all 1s ease;
  filter: blur(5px);
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  transform: translateY(100%);
}
body .main .content .work-section .main_content .project_2.show {
  opacity: 1 !important;
  transition: all 1s ease;
  transform: translateY(0);
  filter: blur(0);
  position: relative;
}
body .main .content .work-section .main_content .project_2 .project-img {
  width: 60%;
  height: 100%;
  box-sizing: border-box;
}
body .main .content .work-section .main_content .project_2 .project-img a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: all 0.4s ease;
}
body .main .content .work-section .main_content .project_2 .project-img a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
body .main .content .work-section .main_content .project_2 .project-img a #project2 {
  display: none;
}
body .main .content .work-section .main_content .project_2 .project-img a:hover {
  transition: all 0.4s ease;
}
body .main .content .work-section .main_content .project_2 .project-img a:hover #project1 {
  display: none;
}
body .main .content .work-section .main_content .project_2 .project-img a:hover #project2 {
  display: flex;
}
body .main .content .work-section .main_content .project_2 .project-details {
  width: 40%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
}
body .main .content .work-section .main_content .project_2 .project-details h5 {
  color: var(--primary-color);
  font-weight: 400;
  font-size: 0.9em;
  margin: 0;
  line-height: 1.5em;
  font-family: "Zen Dots";
  height: 10%;
}
body .main .content .work-section .main_content .project_2 .project-details span {
  font-size: 1.5em;
  font-weight: bold;
  height: -moz-fit-content;
  height: fit-content;
  box-sizing: border-box;
  line-height: 1.5em;
}
body .main .content .work-section .main_content .project_2 .project-details span a {
  color: var(--accent-color);
  text-decoration: none;
}
body .main .content .work-section .main_content .project_2 .project-details .details {
  width: 120%;
  height: 40%;
  padding: 1rem;
  text-align: start;
  background: var(--accent2);
  color: white;
  font-size: 0.9em;
  line-height: 1.5em;
  word-spacing: 0.05cm;
  z-index: 200;
  border-radius: 5px;
  margin-top: 5%;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.123);
}
body .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%;
  height: 20%;
  box-sizing: border-box;
  justify-content: space-around;
}
body .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 .main .content .work-section .main_content .project_2 .project-details .extra span.technologies li {
  list-style: none;
  font-size: 1em !important;
  letter-spacing: 0.03cm;
}
body .main .content .work-section .main_content .project_2 .project-details .extra .more {
  display: flex;
  gap: 20px;
  margin-top: 5%;
}
body .main .content .work-section .main_content .project_2 .project-details .extra .more a {
  text-decoration: none;
}
body .main .content .work-section .main_content .project_2 .project-details .extra .more a i.bx {
  color: var(--accent-color);
  font-size: 2em;
}
body .main .content .work-section .main_content .project_2 .project-details .extra .more a:hover {
  color: var(--primary-color);
  background: linear-gradient(190deg, #00eafb, #852688);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
body .main .content .other-projects {
  width: 100%;
  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;
  padding-bottom: 2rem;
  margin-bottom: 4rem;
}
body .main .content .other-projects.hidden {
  opacity: 0;
  transition: all 0.5s ease;
  filter: blur(5px);
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  transform: translateX(-100%);
}
body .main .content .other-projects.show {
  opacity: 1 !important;
  transition: all 1s ease;
  transform: translateX(0);
  filter: blur(0);
  position: relative;
}
body .main .content .other-projects h3 {
  color: var(--accent-color);
  font-size: 1.6em;
  margin: 0;
  line-height: 2em;
  font-family: "Zen Dots";
}
body .main .content .other-projects small a {
  text-decoration: none;
  color: var(--primary-color);
}
body .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 .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 .main .content .other-projects .project-list .project-card:nth-child(2) {
  transition-delay: 200ms;
}
body .main .content .other-projects .project-list .project-card:nth-child(3) {
  transition-delay: 500ms;
}
body .main .content .other-projects .project-list .project-card:nth-child(4) {
  transition-delay: 800ms;
}
body .main .content .other-projects .project-list .project-card:nth-child(5) {
  transition-delay: 1100ms;
}
body .main .content .other-projects .project-list .project-card:nth-child(6) {
  transition-delay: 1400ms;
}
body .main .content .other-projects .project-list .project-card.hidden {
  opacity: 0;
  transition: all 1s ease;
  filter: blur(5px);
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  transform: translateX(-100%);
}
body .main .content .other-projects .project-list .project-card.show {
  opacity: 1 !important;
  transition: all 1s ease;
  transform: translateX(0);
  filter: blur(0);
  position: relative;
}
body .main .content .other-projects .project-list .project-card:hover {
  transform: translateY(-3%);
}
body .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 .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, #852688);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
body .main .content .other-projects .project-list .project-card .header .link {
  text-decoration: none;
}
body .main .content .other-projects .project-list .project-card .header .link i.bx {
  font-size: 2em !important;
}
body .main .content .other-projects .project-list .project-card .project-content {
  width: 100%;
  height: 65% !important;
  box-sizing: border-box;
  margin-top: 1rem;
}
body .main .content .other-projects .project-list .project-card .project-content h6 {
  transform: translateY(-15%);
  color: var(--primary-color);
  background: linear-gradient(90deg, #00eafb, #852688);
  -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 .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 .main .content .other-projects .project-list .project-card .extra {
  width: 100%;
  height: 20%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-family: "Space Grotesk";
}
body .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 .main .content .other-projects .project-action {
  margin-top: 2%;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  box-sizing: border-box;
}
body .main .content .other-projects .project-action .btn {
  font-size: 1em;
  min-width: 5rem;
  padding: 1rem 1.4rem;
  background: linear-gradient(190deg, #00eafb, #852688);
  -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, #00abfb, #852688);
}
body .main .content .contact-section {
  width: 100%;
  height: 100% !important;
  padding: 18%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  justify-content: center;
}
body .main .content .contact-section.hidden {
  opacity: 0;
  transition: all 0.5s ease;
  filter: blur(5px);
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  transform: scale(0.7);
}
body .main .content .contact-section.show {
  opacity: 1 !important;
  transition: all 1s ease;
  transform: scale(1);
  filter: blur(0);
  position: relative;
}
body .main .content .contact-section h6 {
  color: var(--primary-color);
  font-weight: 400;
  font-size: 1em;
  margin: 0;
  line-height: 2em;
}
body .main .content .contact-section h1 {
  font-size: 4em;
  font-family: "Zen Dots";
  color: var(--accent-color);
  margin: 0;
}
body .main .content .contact-section p {
  color: var(--text-color);
  text-align: center;
  margin-bottom: 5%;
}
body .main .content .contact-section a.btn {
  font-size: 1em;
  margin-top: 5%;
  background: linear-gradient(190deg, #00eafb, #852688);
  -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, #00abfb, #852688);
}
body .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 .main .content footer.footer .content {
  width: 100%;
  display: flex;
  height: 100%;
  box-sizing: border-box;
}
body .main .content footer.footer .content span {
  text-align: center;
  color: var(--primary-color);
  font-size: 0.9em;
  font-weight: 300;
  word-spacing: 0.2rem;
}
body .main .content footer.footer .content span b {
  color: var(--primary-color);
}
body .main .content footer.footer .content small {
  text-align: center;
  margin-top: 0.5rem;
  color: var(--primary-color);
  font-weight: bold;
}

/* Mobile Version */
@media only screen and (max-width: 1024px) {
  body {
    width: 100%;
    height: 100vh;
    padding: 0;
    margin: 0;
    background: white;
    background: linear-gradient(154deg, rgb(245, 236, 178) 0%, rgb(168, 254, 255) 34%, rgb(158, 232, 244) 50%, rgb(200, 188, 255) 73%, rgb(242, 204, 141) 100%);
    overflow: hidden;
    scroll-behavior: smooth;
    font-family: "Space Grotesk";
    position: relative;
    overflow: visible;
  }
  body .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 .navbar .theme-toggler {
    box-sizing: border-box;
    position: absolute;
  }
  body .navbar .nav-logo {
    width: 20%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body .navbar .nav-logo img {
    width: 2.4em;
  }
  body .navbar .nav-logo h3 {
    color: var(--primary-color);
    display: none;
    margin-left: 0.3rem;
    font-size: 0.9em;
  }
  body .navbar .nav-content {
    display: flex;
    width: 40%;
    height: 100%;
    align-items: center;
    justify-content: start !important;
    padding: 0;
  }
  body .navbar .nav-content li {
    list-style: none;
    transition: all 0.4s ease;
    display: none;
  }
  body .navbar .nav-content li a {
    text-decoration: none;
    color: var(--text-color);
    transition: all 0.4s ease;
    font-size: 0.95em;
  }
  body .navbar .nav-content li a:hover {
    color: var(--primary-color);
  }
  body .navbar .nav-content li a span {
    color: var(--primary-color);
  }
  body .navbar .nav-content li a.active {
    color: var(--primary-color);
  }
  body .navbar .nav-content .extra {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: flex-end !important;
  }
  body .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 .navbar .nav-content .extra a.btn:hover {
    background: rgba(204, 214, 246, 0.0745098039);
  }
  body .navbar .nav-content .extra .nav-trigger {
    width: 4rem;
    box-sizing: border-box;
    padding: 1rem;
    height: 4rem;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  body .navbar .nav-content .extra .nav-trigger.active span {
    border-radius: 5px;
    width: 60%;
    height: 10%;
    background: var(--primary-color);
    display: flex;
    align-self: flex-end;
    margin: 0.2rem;
    transition: 0.4s ease;
  }
  body .navbar .nav-content .extra .nav-trigger.active span:nth-child(1) {
    width: 110%;
    transform: rotate(41deg) translate(25%, 80%);
  }
  body .navbar .nav-content .extra .nav-trigger.active span:nth-child(2) {
    width: 75%;
    transform: rotate(-40deg) translate(30%, -50%);
  }
  body .navbar .nav-content .extra .nav-trigger.active span:nth-child(3) {
    width: 50%;
    transform: rotate(-41deg) translate(-25%, -365%);
  }
  body .navbar .nav-content .extra .nav-trigger span {
    border-radius: 5px;
    width: 60%;
    height: 10%;
    background: var(--primary-color);
    display: flex;
    align-self: flex-end;
    margin: 0.2rem;
    transition: 0.4s ease;
    position: relative;
  }
  body .navbar .nav-content .extra .nav-trigger span:nth-child(1) {
    width: 100%;
  }
  body .navbar .nav-content .extra .nav-trigger span:nth-child(2) {
    width: 75%;
  }
  body .navbar .nav-content .extra .nav-trigger span:nth-child(3) {
    width: 45%;
  }
  body .sidebar {
    position: fixed;
    height: calc(100% - 8vh);
    width: 60%;
    bottom: 0;
    right: -60%;
    background: rgb(236, 235, 235);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transition: all 0.5s ease;
    z-index: 999;
  }
  body .sidebar.active {
    right: 0;
  }
  body .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 .sidebar .nav_list .btn {
    background: linear-gradient(190deg, #00eafb, #852688);
    -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, #00abfb, #852688);
  }
  body .sidebar .nav_list li {
    list-style: none;
    transition: all 0.4s ease;
  }
  body .sidebar .nav_list li a {
    text-decoration: none;
    color: var(--accent-color);
    transition: all 0.4s ease;
    font-size: 0.95em;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  body .sidebar .nav_list li a:hover {
    color: var(--primary-color);
  }
  body .sidebar .nav_list li a span {
    color: var(--primary-color);
  }
  body .sidebar .nav_list li a.active {
    color: var(--primary-color);
  }
  body .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 .sidebar .socials a {
    text-decoration: none;
    color: var(--text-color);
    transition: all 0.4s ease;
  }
  body .sidebar .socials a i.bx {
    font-size: 1.6em;
  }
  body .sidebar .socials a:hover {
    transform: translateY(-15%);
    color: var(--primary-color);
  }
  body .sidebar .socials a.active {
    color: var(--primary-color);
  }
  body .main {
    width: 100%;
    height: 90vh;
    display: flex;
    box-sizing: border-box;
    justify-content: space-evenly;
  }
  body .main .socials {
    width: 8%;
    position: static !important;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
  }
  body .main .socials .vl {
    height: 6rem;
    border-left: 1px solid var(--text-color);
  }
  body .main .socials a {
    text-decoration: none;
    color: var(--text-color);
    transition: all 0.4s ease;
  }
  body .main .socials a i.bx {
    font-size: 1.5em;
  }
  body .main .socials a:hover {
    transform: translateY(-15%);
    color: var(--primary-color);
  }
  body .main .socials a.active {
    color: var(--primary-color);
  }
  body .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 .main .content::-webkit-scrollbar {
    width: 0.5rem;
    background: transparent;
    height: 1rem;
  }
  body .main .content::-webkit-scrollbar-thumb {
    height: 2rem;
    border-radius: 20px 20px;
    margin: 20rem;
    background-color: var(--text-color);
  }
  body .main .content::-webkit-scrollbar-track {
    width: 2%;
    padding: 4rem;
  }
  body .main .content::-webkit-scrollbar-track-piece {
    width: 20px;
  }
  body .main .content .email {
    display: none;
  }
  body .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 .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 .main .content .home-section .main_content h4 {
    color: var(--primary-color);
    word-spacing: 0.3rem;
    line-height: 2rem;
    font-weight: 400;
    letter-spacing: 0.1rem;
  }
  body .main .content .home-section .main_content h1 {
    font-size: 2.7em;
    font-family: "Zen Dots";
    color: var(--accent-color);
    margin: 0;
    line-height: 1.5em;
    font-weight: bold;
  }
  body .main .content .home-section .main_content span {
    font-size: 2em;
    margin-top: 5%;
    line-height: 1.3em;
    color: var(--text-color);
    font-weight: bold;
    font-family: "Kdam Thmor Pro", sans-serif;
  }
  body .main .content .home-section .main_content p {
    width: 100%;
    color: var(--text-color);
    line-height: 1.5em;
    font-size: 0.9em;
    margin-bottom: 0;
  }
  body .main .content .home-section .main_content .action {
    margin-top: 0%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }
  body .main .content .home-section .main_content .action small {
    color: var(--text-color);
    padding: 1rem 0;
  }
  body .main .content .home-section .main_content .action .btn {
    font-size: 0.9em;
    padding: 1rem 1.4rem;
  }
  body .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 .main .content .about-section .main_content {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    box-sizing: border-box;
    margin: 2rem 0;
  }
  body .main .content .about-section .main_content h4 {
    width: 100%;
    height: 10%;
    font-size: 1em;
    color: var(--primary-color);
    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 .main .content .about-section .main_content h4 span {
    width: 100%;
    height: 100%;
    margin: 0;
    color: var(--accent-color);
    font-size: 1.3em;
    padding-left: 1rem;
    font-weight: bold;
    display: flex;
    text-align: center;
    align-items: center;
  }
  body .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 .main .content .about-section .main_content p {
    color: var(--text-color);
    line-height: 1.5em;
  }
  body .main .content .about-section .main_content p a {
    text-decoration: none;
    color: var(--primary-color);
  }
  body .main .content .about-section .main_content span {
    font-size: 1em;
    color: var(--text-color);
    line-height: 1em;
    margin-bottom: 5%;
  }
  body .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: var(--text-color);
  }
  body .main .content .about-section .main_content .technologies li {
    list-style: none;
    line-height: 2em;
  }
  body .main .content .about-section .main_content .technologies li i.bx {
    color: var(--primary-color);
    padding-right: 0.5rem;
  }
  body .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 .main .content .about-section .me .img {
    width: 70%;
    height: 60%;
    border: 2px solid var(--primary-color);
    border-radius: 5px;
    transition: all 1s ease;
  }
  body .main .content .about-section .me .img img#abbey2 {
    display: none;
  }
  body .main .content .about-section .me .img:hover {
    transform: scale(0.98);
    transition: 0.4s ease;
  }
  body .main .content .about-section .me .img:hover #abbey1 {
    display: none;
  }
  body .main .content .about-section .me .img:hover #abbey2 {
    display: flex;
  }
  body .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: #00abfb;
    background-blend-mode: color;
    transition: all ease;
  }
  body .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 .main .content .experience-section.hidden {
    opacity: 0;
    transition: all 2s ease;
    filter: blur(5px);
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    transform: translateX(100%);
  }
  body .main .content .experience-section.show {
    opacity: 1 !important;
    transition: all 2s ease;
    transform: translateX(0);
    filter: blur(0);
    position: relative;
  }
  body .main .content .experience-section .main_content {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }
  body .main .content .experience-section .main_content h4 {
    width: 100%;
    height: 10%;
    font-size: 1em;
    font-family: "Zen Dots";
    color: var(--primary-color);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    font-weight: 400;
    box-sizing: border-box;
  }
  body .main .content .experience-section .main_content h4 span {
    width: 100%;
    height: 100%;
    margin: 0;
    color: var(--accent-color);
    font-size: 1.3em;
    padding-left: 1rem;
    font-weight: bold;
    display: flex;
    align-items: center;
  }
  body .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 .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 .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 .main .content .experience-section .main_content .workplaces .action-buttons li {
    width: -moz-fit-content;
    width: fit-content;
    list-style: none;
    color: var(--text-color);
    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 .main .content .experience-section .main_content .workplaces .action-buttons li:hover {
    background: rgba(204, 214, 246, 0.0666666667);
  }
  body .main .content .experience-section .main_content .workplaces .action-buttons li.active {
    background: rgba(204, 214, 246, 0.0666666667);
    color: var(--primary-color);
    border-left: none !important;
    border-bottom: 2px solid var(--primary-color);
  }
  body .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 .main .content .experience-section .main_content .workplaces .work-details h4.position {
    color: var(--accent-color);
    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;
    text-wrap: wrap;
    box-sizing: border-box;
    align-items: center;
  }
  body .main .content .experience-section .main_content .workplaces .work-details h4.position a {
    text-decoration: none;
    background: linear-gradient(190deg, #00eafb, #852688);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: 1rem;
  }
  body .main .content .experience-section .main_content .workplaces .work-details small {
    line-height: 2em;
    color: var(--text-color);
  }
  body .main .content .experience-section .main_content .workplaces .work-details ul.responsibilities {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
  }
  body .main .content .experience-section .main_content .workplaces .work-details ul.responsibilities li {
    list-style: none;
    box-sizing: border-box;
    color: var(--text-color);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.8em;
  }
  body .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, #852688);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body .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 .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 .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 .main .content .work-section .main_content h4 {
    width: 100%;
    height: 10%;
    font-size: 1em;
    color: var(--primary-color);
    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 .main .content .work-section .main_content h4 span {
    width: 100%;
    height: 100%;
    margin: 0;
    color: var(--accent-color);
    font-size: 1.3em;
    padding-left: 1rem;
    font-weight: bold;
    display: flex;
    align-items: center;
  }
  body .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 .main .content .work-section .main_content .project {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    padding: 1rem 0;
    box-sizing: border-box;
    margin-top: 5%;
    margin-bottom: 5%;
  }
  body .main .content .work-section .main_content .project .project-img {
    width: 60%;
    height: 40%;
    padding: 0;
    z-index: 200;
    left: 0;
  }
  body .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 .main .content .work-section .main_content .project .project-img a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body .main .content .work-section .main_content .project .project-img a #project2 {
    display: none;
  }
  body .main .content .work-section .main_content .project .project-img a:hover {
    transition: all 0.4s ease;
  }
  body .main .content .work-section .main_content .project .project-img a:hover #project1 {
    display: none;
  }
  body .main .content .work-section .main_content .project .project-img a:hover #project2 {
    display: flex;
  }
  body .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 .main .content .work-section .main_content .project .project-details h5 {
    color: var(--primary-color);
    font-weight: 400;
    font-size: 0.8em;
    margin: 0;
    margin-top: 0%;
    line-height: 1.5em;
    font-family: "Zen Dots";
  }
  body .main .content .work-section .main_content .project .project-details span {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.5em;
  }
  body .main .content .work-section .main_content .project .project-details span a {
    color: var(--accent-color);
    text-decoration: none;
  }
  body .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 .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 .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 .main .content .work-section .main_content .project .project-details .extra span.technologies li {
    list-style: none;
    font-size: 0.9em !important;
  }
  body .main .content .work-section .main_content .project .project-details .extra .more {
    display: flex;
    gap: 20px;
    margin-top: 5%;
  }
  body .main .content .work-section .main_content .project .project-details .extra .more a {
    text-decoration: none;
  }
  body .main .content .work-section .main_content .project .project-details .extra .more a i.bx {
    background: linear-gradient(190deg, #00eafb, #852688);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.5em;
  }
  body .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;
    box-sizing: border-box;
    margin-top: 5%;
  }
  body .main .content .work-section .main_content .project_2 .project-img {
    width: 70%;
    height: 30%;
    padding: 0;
    z-index: 100;
    left: 0;
  }
  body .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 .main .content .work-section .main_content .project_2 .project-img a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body .main .content .work-section .main_content .project_2 .project-img a #project2 {
    display: none;
  }
  body .main .content .work-section .main_content .project_2 .project-img a:hover {
    transition: all 0.4s ease;
  }
  body .main .content .work-section .main_content .project_2 .project-img a:hover #project1 {
    display: none;
  }
  body .main .content .work-section .main_content .project_2 .project-img a:hover #project2 {
    display: flex;
  }
  body .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 .main .content .work-section .main_content .project_2 .project-details h5 {
    color: var(--primary-color);
    font-weight: 400;
    font-size: 0.8em;
    margin: 0;
    margin-top: 5%;
    line-height: 1.5em;
    font-family: "Zen Dots";
  }
  body .main .content .work-section .main_content .project_2 .project-details span {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.5em;
  }
  body .main .content .work-section .main_content .project_2 .project-details span a {
    color: var(--accent-color);
    text-decoration: none;
  }
  body .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;
    margin-top: 5%;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.123);
  }
  body .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 .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 .main .content .work-section .main_content .project_2 .project-details .extra span.technologies li {
    list-style: none;
    font-size: 0.9em !important;
  }
  body .main .content .work-section .main_content .project_2 .project-details .extra .more {
    display: flex;
    gap: 20px;
    margin-top: 5%;
  }
  body .main .content .work-section .main_content .project_2 .project-details .extra .more a {
    text-decoration: none;
  }
  body .main .content .work-section .main_content .project_2 .project-details .extra .more a i.bx {
    background: linear-gradient(190deg, #00eafb, #852688);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.5em;
  }
  body .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 .main .content .other-projects h3 {
    color: var(--accent-color);
    font-size: 1.3em;
    margin: 0;
    line-height: 1em;
    font-family: "Zen Dots";
    text-align: center;
  }
  body .main .content .other-projects small {
    margin-top: 1rem;
  }
  body .main .content .other-projects small a {
    text-decoration: none;
    color: var(--primary-color);
  }
  body .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 .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 .main .content .other-projects .project-list .project-card:hover {
    transform: translateY(-3%);
  }
  body .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 .main .content .other-projects .project-list .project-card .header i.bx {
    font-size: 2.5em !important;
    font-weight: 200;
    color: var(--primary-color);
  }
  body .main .content .other-projects .project-list .project-card .header .link {
    text-decoration: none;
  }
  body .main .content .other-projects .project-list .project-card .header .link i.bx {
    font-size: 1.4em !important;
    color: var(--text-color);
  }
  body .main .content .other-projects .project-list .project-card .project-content {
    width: 100%;
    height: 65% !important;
    box-sizing: border-box;
    margin-top: 1rem;
  }
  body .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 .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 .main .content .other-projects .project-list .project-card .extra {
    width: 100%;
    height: 20%;
    display: flex;
    gap: 20px;
    font-family: "Space Grotesk";
  }
  body .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 .main .content .other-projects .project-action {
    margin-top: 4%;
    margin-bottom: 5%;
  }
  body .main .content .other-projects .project-action .btn {
    font-size: 1em;
    min-width: 5rem;
    padding: 1rem 1.4rem;
  }
  body .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 .main .content .contact-section h6 {
    color: var(--primary-color);
    font-weight: 400;
    font-size: 1em;
    margin: 0;
    line-height: 2em;
  }
  body .main .content .contact-section h1 {
    font-size: 2em;
    font-family: "Zen Dots";
    color: var(--accent-color);
    margin: 0;
  }
  body .main .content .contact-section p {
    color: var(--text-color);
    font-size: 0.9em;
    text-align: center;
    margin-bottom: 5%;
  }
  body .main .content .contact-section a.btn {
    font-size: 1em;
    margin-top: 5%;
  }
  body .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 .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 .main .content footer.footer .content span {
    text-align: center;
    color: var(--primary-color);
    background: linear-gradient(190deg, #00eafb, #852688);
    -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 .main .content footer.footer .content small {
    text-align: center;
    margin-top: 0.5rem;
    background: linear-gradient(190deg, #00eafb, #852688);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}/*# sourceMappingURL=themes.css.map */