@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
@import url("https://fonts.googleapis.com/css2?family=Kaisei+HarunoUmi&display=swap");
body,
html {
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  box-shadow: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

.marquee-font {
  font-family: "Space Mono", monospace;
  font-style: italic;
  font-weight: 600;
  letter-spacing: -2px;
}

.has-scroll-smooth {
  position: fixed;
  inset: 0;
}

body {
  background-color: #121212;
  margin: 0;
}

main {
  z-index: 97 !important;
  position: relative;
}

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

ol,
ul {
  margin-left: 15px;
}

img {
  height: auto;
}

h1,
h2,
a,
span {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 200;
  font-style: normal;
}

h1 {
  color: #DFDFDF;
}

h2 {
  color: #DFDFDF;
  font-weight: 100;
  margin-left: 30px;
}

p {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.stop-scroll {
  overflow: hidden;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.spacer {
  width: 100%;
  height: 100px;
}

.divider {
  width: 100%;
  height: 2px;
  background: #DFDFDF;
}

.divider-light {
  width: 100%;
  height: 0.5px;
  background: #DFDFDF;
  opacity: 0.2;
}

.divider-menu {
  background: #121212;
  height: 1px;
  width: 100%;
}

.border-text {
  color: #121212 !important;
  -webkit-text-fill-color: #121212;
  -webkit-text-stroke: 1px #DFDFDF;
  -webkit-font-smoothing: antialiased;
}

#cursor {
  pointer-events: none;
  width: 3rem;
  height: 3rem;
  border: solid 1px #DFDFDF;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.35s ease width, 0.35s ease height, 0.35s ease border, 0.35s ease background;
  transform: translate(-50%, -50%);
  z-index: 99 !important;
}

#cursor.button {
  width: 5rem;
  height: 5rem;
  margin: -15px;
  background: #DFDFDF;
  mix-blend-mode: difference;
}

#cursor.button-two {
  color: #121212;
  width: 5rem;
  height: 5rem;
  margin: -15px;
  background: #DFDFDF;
  mix-blend-mode: difference;
}

#cursor.button-two::after {
  content: "explore what I do ⤵";
  display: block;
  font-size: 20px;
  color: #DFDFDF;
  width: 200px;
  margin-left: 5.2rem;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.wrapper-load {
  position: fixed;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  background: #DFDFDF;
  z-index: 99 !important;
}
.wrapper-load img {
  width: 15%;
}

.loader {
  width: 20%;
  background-color: #DFDFDF;
  border: 0.1px solid #121212;
  position: relative;
  height: 10px !important;
}

.loader::before {
  content: "";
  position: absolute;
  background: #121212;
  top: 0;
  left: 0;
  width: 0%;
  height: 10px !important;
  animation: moving 1s ease-in-out infinite;
}
@keyframes moving {
  50% {
    height: 10px !important;
    width: 100%;
  }
  100% {
    height: 10px !important;
    width: 0;
    right: 0;
    left: unset;
  }
}
.watch {
  pointer-events: none;
  opacity: 0;
  transition: all 0.8s ease-in-out;
}

.in-page {
  pointer-events: auto;
  opacity: 1;
  animation: clip 1s ease-in-out;
  -webkit-animation: clip 1s ease-in-out;
}

@keyframes clip {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
  }
  100% {
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
.in-page-horizontal {
  pointer-events: auto;
  transform: translateX(0);
  opacity: 1;
  animation: clip-horizontal 1s ease-in-out;
  -webkit-animation: clip-horizontal 1s ease-in-out;
}

@keyframes clip-horizontal {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    transform: translateX(100px);
    -webkit-transform: translateX(100px);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}
.font-poppins {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 200 !important;
  font-style: normal !important;
  letter-spacing: 2px;
}

.hover-link {
  margin: 0 auto;
  border: none;
  background: none;
  color: #DFDFDF;
  border: solid 1px #DFDFDF;
  padding: 1rem 2rem;
  font-size: 1.2em;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  position: relative;
  cursor: pointer;
  border-radius: 50px;
}

.hover-link > span {
  overflow: hidden;
  display: block;
  position: relative;
  pointer-events: none;
}

.hover-link > span > span {
  display: inline-block;
}
.hover-link > span > span b {
  font-weight: 200 !important;
}

.hover-link > span > span:nth-of-type(1) {
  transition: 0.4s ease all;
}

.hover-link > span > span:nth-of-type(2) {
  transition: 0.4s ease all;
  transition-delay: 0.07s;
}

.hover-link > span > span > span {
  content: attr(data-text);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(200%);
}

.hover-link:hover > span > span,
.hover-link:focus > span > span {
  transform: translateY(-200%);
}

.circle-fixed {
  position: absolute;
  bottom: -100px;
  right: 0;
  border-radius: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 97 !important;
}
.circle-fixed #text,
.circle-fixed #text-hero {
  position: relative;
  width: 260px;
  height: 160px;
  animation: effect 8s linear infinite;
}
.circle-fixed #text img,
.circle-fixed #text-hero img {
  position: absolute;
  width: 100%;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.circle-fixed span {
  position: absolute;
  Left: 50%;
  display: block;
  transform-origin: 0 150px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 200;
  font-style: normal;
  text-transform: uppercase;
  color: #DFDFDF;
  font-weight: 200;
  font-size: 20px;
}

#text:hover img {
  opacity: 1;
}

@keyframes effect {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.marquee-section {
  position: relative;
  height: 88px;
  width: 100%;
  z-index: 97 !important;
}

.marquee-section,
.marquee-section * {
  overflow: hidden;
}

.marquee-auto {
  white-space: nowrap;
  color: #DFDFDF;
  letter-spacing: 2px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 200;
  padding: 5px 20px 45px 25px;
  font-size: 50px;
  z-index: 97 !important;
  animation: move-left-to-right linear 20s infinite;
  -webkit-animation: move-left-to-right linear 20s infinite;
}
.marquee-auto b {
  font-weight: 200 !important;
}

.marquee-div {
  position: absolute;
}

/* use this one to move from left to right direction */
@keyframes move-left-to-right {
  from {
    text-indent: 0px;
    -webkit-text-indent: 0px;
  }
  to {
    text-indent: -1000px;
    -webkit-text-indent: -1000px;
  }
}
/* use this one to move from right to left direction */
.menu-open span,
.menu-close span {
  font-size: 40px;
}

.menu-open,
.menu-close {
  top: 0;
  right: 0;
  padding: 20px;
  cursor: pointer;
}

.menu-open {
  color: #DFDFDF;
  z-index: 98 !important;
  position: fixed !important;
  mix-blend-mode: difference;
}

.menu-close {
  color: #121212;
  position: absolute;
  z-index: 99 !important;
}

.nav-container {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -110%;
  width: 100% !important;
  height: 100vh;
  background: #DFDFDF;
  z-index: 99 !important;
}
.nav-container p {
  color: #121212;
}

.menu__item {
  position: relative;
  width: 100%;
}
.menu__item p {
  font-size: 14px;
  color: #DFDFDF;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 200;
}

.menu__item-link {
  display: inline-block;
  cursor: pointer;
  position: relative;
  transition: opacity 0.4s;
  text-decoration: none;
  color: #121212;
}

.menu__item-link::before {
  all: initial;
  counter-increment: menu;
  position: absolute;
  bottom: 60%;
  left: 0;
  pointer-events: none;
}

.menu__item-link:hover {
  transition-duration: 0.1s;
  opacity: 0;
}

.menu {
  width: 96%;
  margin: 0px auto;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  height: 100vh;
  --offset: 20vw;
  --move-initial: calc(-25% + var(--offset));
  --move-final: calc(-50% + var(--offset));
  font-size: 1vw;
  justify-content: space-evenly;
}
.menu p {
  padding-bottom: 20px;
  width: 100%;
  text-align: right;
  font-size: 1vw;
}
.menu p a {
  color: #121212;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 200;
}

.marquee {
  width: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  color: #DFDFDF;
  pointer-events: none;
}

.marquee__inner {
  width: 100% !important;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  position: relative;
  opacity: 0;
  transition: all 0.1s;
  transform: translateX(60px);
}

.menu__item-link:hover ~ .marquee .marquee__inner {
  opacity: 1;
  transform: translateX(0px);
  transition-duration: 0.4s;
  z-index: 99;
}

.menu__item-link,
.marquee span {
  white-space: nowrap;
  font-size: 7vw;
  line-height: 1.15;
}

.marquee span {
  font-family: "Space Mono", monospace !important;
  font-style: italic !important;
  font-style: normal;
  font-weight: 200;
}

.accordition-container {
  padding: 1px;
}

.acc {
  padding: 10px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordition-header::after {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 200;
  content: "+" !important;
  font-weight: 100 !important;
}

.acc-class-change::after {
  font-family: "Bricolage Grotesque", sans-serif;
  content: "–" !important;
  font-weight: 100 !important;
}

.accordition-header {
  cursor: pointer;
  color: #DFDFDF;
  font-size: 4vw;
  font-weight: 200;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.accordition-body {
  width: 65%;
  color: #DFDFDF;
  font-size: 20px;
  display: none;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-weight: 200;
}

.header {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.offset-header {
  font-style: normal;
  font-weight: 200;
  display: flex;
  justify-content: center;
  align-items: center;
}

span.offset-header {
  overflow: hidden;
}

span.offset-header > span {
  animation-name: slideUp;
  animation-duration: 5s;
  display: block;
}

.offset-header-odd > span {
  text-align: left;
  animation-delay: 2.5s;
  animation-fill-mode: both;
  font-weight: 400 !important;
  font-size: 7vw;
  line-height: 7.5vw;
  margin-bottom: 45px;
  max-width: 60%;
}

.offset-header-even > span {
  margin-top: 45px;
  text-align: right;
  animation-delay: 2.7s;
  animation-fill-mode: both;
  font-weight: 400 !important;
  font-size: 7vw;
  line-height: 6.5vw;
  max-width: 70%;
}

@keyframes slideUp {
  0%, 50% {
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  60%, 100% {
    transform: translateY(0);
    opacity: 1;
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
.hero-header .marquee-section {
  animation-name: slideUp;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  display: block;
  animation-delay: 3.5s;
}

.hero {
  min-height: 100vh;
  height: 100vh;
  position: relative;
  align-items: center;
}
.hero .heading {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 97 !important;
}
.hero .heading p {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 6vw;
  margin: 0;
  z-index: -10;
  color: #DFDFDF;
}

.diagonal-section__diagonal_2 {
  position: absolute;
  bottom: -110px;
  right: 15px;
  width: 100%;
  height: 15%;
  color: #DFDFDF;
  font-size: 2vw;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-weight: 200;
  letter-spacing: 2px;
  text-transform: uppercase;
  mix-blend-mode: difference;
  z-index: 98 !important;
}

.diagonal-section__diagonal_2 {
  text-align: right;
}

.diagonal-section__diagonal_2 a span {
  font-size: 50px;
  border-radius: 50%;
  color: #DFDFDF;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.diagonal-section__diagonal_2 a span:hover {
  margin-top: 20px;
}

.about {
  min-height: 100vh;
  position: relative;
}
.about .long-text {
  color: #DFDFDF;
  font-size: 3vw;
  line-height: 3.5vw;
  font-weight: 200;
}
.about li {
  line-height: auto;
}

.section-3-col {
  width: 100%;
  display: flex;
  color: #DFDFDF;
  gap: 40px;
  justify-content: space-between;
}
.section-3-col h1 {
  font-size: 1.8vw;
}
.section-3-col p {
  font-size: 16px;
}
.section-3-col a,
.section-3-col i {
  font-family: "Bricolage Grotesque", sans-serif;
  color: #DFDFDF;
  font-weight: 200;
  text-transform: uppercase;
  font-size: 10px;
}
.section-3-col .second-col,
.section-3-col .first-col,
.section-3-col .third-col {
  width: 32%;
}

.wrapper {
  width: 100%;
  height: 100%;
}

.container-space {
  width: 96%;
  margin: 0px auto;
}

.section-header-container {
  color: #DFDFDF;
  justify-content: flex-start;
}
.section-header-container .section-title {
  margin-bottom: 10px;
  margin-left: 2%;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.projects {
  position: relative;
}
.projects .project-container {
  position: relative;
}
.projects .project-container .menu__item {
  position: relative;
  padding: 1.6vw 0 0 0;
  margin: 4px;
}
.projects .project-container .menu__item-link {
  display: inline-block;
  cursor: pointer;
  position: relative;
  transition: opacity 0.4s;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 200;
  font-style: normal;
  color: #DFDFDF;
  z-index: 0;
  display: flex;
}
.projects .project-container .menu__item-link::before {
  all: initial;
  counter-increment: menu;
  position: absolute;
  bottom: 60%;
  left: 0;
  pointer-events: none;
}
.projects .project-container .menu__item-link:hover {
  transition-duration: 0.1s;
  opacity: 0;
}
.projects .project-container .menu__item-img {
  pointer-events: none;
  position: absolute;
  height: 40vh;
  max-height: 400px;
  opacity: 0;
  left: 110%;
  top: 50%;
  transform: translate3d(calc(-100% - 6vw), -30%, 0) translate3d(0, 20px, 0);
  z-index: 98;
}
.projects .project-container .menu__item-link:hover + .menu__item-img {
  opacity: 1;
  transform: translate3d(calc(-100% - 6vw), -30%, 0) rotate3d(0, 0, 1, 4deg);
  transition: all 0.4s;
}
.projects .project-container .menu-about {
  padding: 0vh 0 0 0vh;
  --offset: 20vw;
  --move-initial: calc(-25% + var(--offset));
  --move-final: calc(-50% + var(--offset));
  font-size: 8vw;
}
.projects .project-container .marquee {
  width: -moz-fit-content;
  width: fit-content;
  display: -ms-flexbox;
  position: absolute;
  width: 100% !important;
  top: 0;
  left: 0;
  overflow: hidden;
  color: #DFDFDF;
  pointer-events: none;
  mix-blend-mode: difference;
  z-index: 99;
}
.projects .project-container .marquee__inner {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  position: relative;
  width: 100% !important;
  animation: marquee 5s linear infinite;
  animation-play-state: paused;
  opacity: 0;
  transition: opacity 0.1s;
  padding: 2vw 0;
}
.projects .project-container .menu__item-link:hover ~ .marquee .marquee__inner {
  animation-play-state: running;
  opacity: 1;
  transition-duration: 0.4s;
}
.projects .project-container .menu__item-link,
.projects .project-container .marquee span {
  white-space: nowrap;
  font-size: 4.4vw;
  padding: 1.6vw 1vw;
  font-weight: 200;
}
.projects .project-container .marquee span {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-weight: 200;
}
@keyframes marquee {
  0% {
    transform: translate3d(var(--move-initial), 0, 0);
  }
  100% {
    transform: translate3d(var(--move-final), 0, 0);
  }
}

.contacts p {
  color: #DFDFDF;
  font-size: 3vw;
  line-height: 4vw;
  font-weight: 200;
}

.socials {
  padding: 20px 0;
}

.socials .socials-container {
  display: flex;
  justify-content: space-between;
}

.socials .socials-container a {
  cursor: pointer;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 4vw;
  color: #DFDFDF;
  font-weight: 200;
}

@media (max-width: 900px) {
  .wrapper-load img {
    width: 25%;
  }
  .spacer {
    height: 30px;
  }
  .spacer-big {
    height: 100px;
  }
  .header {
    display: flex;
    gap: 10px;
    flex-direction: column;
  }
  .header .title-name {
    margin-top: 50px;
  }
  .header h1 {
    font-size: 10.5vw;
    line-height: auto;
  }
  .hero .heading p {
    font-size: 12vw;
  }
  .accordition-body {
    width: 100%;
    font-size: 20px;
    line-height: 24px;
  }
  .accordition-header {
    font-size: 5.4vw;
  }
  .header-3,
  .header-4 {
    padding-left: 0px;
    font-size: 10vw;
  }
  .header-3,
  .header-3 .letter,
  .header-4,
  .header-4 .letter {
    text-align: center;
  }
  #cursor {
    display: none;
  }
  .circle {
    position: absolute;
    transform-style: preserve-3d;
    animation: animate 8s linear infinite;
    --deg: calc(360deg / var(--numchs));
    left: 45%;
    right: 45%;
    bottom: 25%;
  }
  .circle .char {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 2.8em;
    transform: rotateY(calc(var(--char-index) * var(--deg))) translateZ(130px);
  }
  .circle-fixed {
    bottom: 67px;
    right: 35px;
  }
  .circle-fixed #text {
    width: 160px;
    height: 160px;
  }
  .circle-fixed span {
    Left: 50%;
    display: block;
    transform-origin: 0 80px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 13px;
  }
  .about p {
    font-size: 20px;
  }
  .about .long-text {
    font-size: 5vw;
    line-height: 5vw;
  }
  .section-3-col {
    flex-direction: column;
    gap: 10px;
  }
  .section-3-col .second-col,
  .section-3-col .first-col,
  .section-3-col .third-col {
    width: 100%;
    padding-bottom: 10px;
  }
  .section-3-col .second-col,
  .section-3-col .first-col {
    border-bottom: solid 1px #DFDFDF;
  }
  .section-3-col h1 {
    font-size: 15px;
  }
  .section-3-col strong {
    font-size: 15px;
  }
  .section-3-col p {
    font-size: 13px;
  }
  .section-3-col a,
  .section-3-col i {
    color: #DFDFDF;
    font-weight: 200;
  }
  .marquee-section {
    height: 83px;
  }
  .marquee-auto {
    font-size: 30px;
    padding-top: 8px;
    padding-bottom: 14px;
  }
  .contacts p {
    font-size: 18px;
    line-height: 22px;
  }
  .loader {
    width: 40%;
    height: 35%;
  }
  .projects .project-container .menu__item-link,
  .projects .project-container .marquee span {
    font-size: 5.8vw;
  }
  .projects .project-container .menu__item-img {
    max-height: 200px !important;
  }
  .menu {
    font-size: 10vw;
    gap: 0px;
    justify-content: space-evenly;
  }
  .menu p {
    font-size: 15px;
    padding-bottom: 0px;
  }
  .menu .menu__item a {
    font-size: 11vw;
  }
  .offset-header-odd > span {
    margin-left: 0px;
    font-size: 11vw;
    margin-bottom: 15px;
    line-height: 11vw;
    max-width: 65%;
  }
  .offset-header-odd {
    display: flex;
    flex-direction: column;
  }
  .img-hero img {
    width: 30vw !important;
  }
  .offset-header-even > span {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 11vw;
    line-height: 11vw;
    max-width: 80%;
  }
  .diagonal-section__diagonal_2 {
    bottom: 0px;
  }
  .marquee__inner {
    padding: 4vw 0 !important;
  }
}
body.theme-light {
  background-color: #DFDFDF;
  color: #121212;
}
body.theme-light .nav-container {
  background-color: #DFDFDF;
}
body.theme-light p,
body.theme-light h1, body.theme-light h2, body.theme-light h3, body.theme-light h4, body.theme-light a, body.theme-light span, body.theme-light i,
body.theme-light .menu__item-link,
body.theme-light .section-header-container,
body.theme-light .accordition-header,
body.theme-light .accordition-body,
body.theme-light .marquee-auto {
  color: #121212 !important;
  transition: color 0.3s ease-in-out;
}
body.theme-light .divider,
body.theme-light .divider-light, body.theme-light .divider-menu {
  background: #121212 !important;
  transition: background 0.3s ease-in-out;
}
body.theme-light .hover-link {
  border: solid 1px #121212;
  transition: border 0.3s ease-in-out;
}
body.theme-light #cursor {
  border: solid 1px #121212;
}
body.theme-light #cursor.button {
  background: #121212;
}
body.theme-light #cursor.button-two {
  color: #DFDFDF;
  background: #121212;
}
body.theme-light #cursor.button-two::after {
  content: "explore what I do ⤵";
  color: #121212;
}
body.theme-light ::marker {
  color: #121212;
}
@media (max-width: 900px) {
  body.theme-light .second-col,
  body.theme-light .first-col {
    border-bottom: solid 1px #121212;
  }
}

body.theme-dark {
  background-color: #121212;
  color: #DFDFDF;
}
body.theme-dark .nav-container {
  background-color: #121212;
}
body.theme-dark p,
body.theme-dark h1, body.theme-dark h2, body.theme-dark h3, body.theme-dark h4, body.theme-dark a, body.theme-dark span, body.theme-dark i,
body.theme-dark .menu__item-link,
body.theme-dark .section-header-container,
body.theme-dark .accordition-header,
body.theme-dark .accordition-body,
body.theme-dark .marquee-auto {
  color: #DFDFDF !important;
  transition: color 0.3s ease-in-out;
}
body.theme-dark .divider,
body.theme-dark .divider-light, body.theme-dark .divider-menu {
  background: #DFDFDF !important;
  transition: background 0.3s ease-in-out;
}
body.theme-dark .hover-link {
  border: solid 1px #DFDFDF;
  transition: border 0.3s ease-in-out;
}
body.theme-dark #cursor {
  border: solid 1px #DFDFDF;
}
body.theme-dark #cursor.button {
  background: #DFDFDF;
}
body.theme-dark #cursor.button-two {
  color: #121212;
  background: #DFDFDF;
}
body.theme-dark #cursor.button-two::after {
  content: "explore what I do ⤵";
  color: #DFDFDF;
}
body.theme-dark ::marker {
  color: #DFDFDF;
}
@media (max-width: 900px) {
  body.theme-dark .second-col,
  body.theme-dark .first-col {
    border-bottom: solid 1px #DFDFDF;
  }
}

body.theme-green {
  background-color: #052732;
  color: #06D6A0;
}
body.theme-green .nav-container {
  background-color: #052732;
}
body.theme-green p,
body.theme-green h1, body.theme-green h2, body.theme-green h3, body.theme-green h4, body.theme-green a, body.theme-green span, body.theme-green i,
body.theme-green .menu__item-link,
body.theme-green .section-header-container,
body.theme-green .accordition-header,
body.theme-green .accordition-body,
body.theme-green .marquee-auto {
  color: #06D6A0 !important;
  transition: color 0.3s ease-in-out;
}
body.theme-green .divider,
body.theme-green .divider-light, body.theme-green .divider-menu {
  background: #06D6A0 !important;
  transition: background 0.3s ease-in-out;
}
body.theme-green .hover-link {
  border: solid 1px #06D6A0;
  transition: border 0.3s ease-in-out;
}
body.theme-green #cursor {
  border: solid 1px #06D6A0;
}
body.theme-green #cursor.button {
  background: #06D6A0;
}
body.theme-green #cursor.button-two {
  color: #052732;
  background: #06D6A0;
}
body.theme-green #cursor.button-two::after {
  content: "explore what I do ⤵";
  color: #06D6A0;
}
body.theme-green ::marker {
  color: #06D6A0;
}
@media (max-width: 900px) {
  body.theme-green .second-col,
  body.theme-green .first-col {
    border-bottom: solid 1px #06D6A0;
  }
}

nav.theme-light {
  background-color: #DFDFDF;
  color: #121212;
}
nav.theme-light .nav-container {
  background-color: #DFDFDF;
}
nav.theme-light p,
nav.theme-light h1, nav.theme-light h2, nav.theme-light h3, nav.theme-light h4, nav.theme-light a, nav.theme-light span, nav.theme-light i,
nav.theme-light .menu__item-link,
nav.theme-light .section-header-container,
nav.theme-light .accordition-header,
nav.theme-light .accordition-body,
nav.theme-light .marquee-auto {
  color: #121212 !important;
  transition: color 0.3s ease-in-out;
}
nav.theme-light .divider,
nav.theme-light .divider-light, nav.theme-light .divider-menu {
  background: #121212 !important;
  transition: background 0.3s ease-in-out;
}
nav.theme-light .hover-link {
  border: solid 1px #121212;
  transition: border 0.3s ease-in-out;
}
nav.theme-light #cursor {
  border: solid 1px #121212;
}
nav.theme-light #cursor.button {
  background: #121212;
}
nav.theme-light #cursor.button-two {
  color: #DFDFDF;
  background: #121212;
}
nav.theme-light #cursor.button-two::after {
  content: "explore what I do ⤵";
  color: #121212;
}
nav.theme-light ::marker {
  color: #121212;
}
@media (max-width: 900px) {
  nav.theme-light .second-col,
  nav.theme-light .first-col {
    border-bottom: solid 1px #121212;
  }
}

nav.theme-dark {
  background-color: #121212;
  color: #DFDFDF;
}
nav.theme-dark .nav-container {
  background-color: #121212;
}
nav.theme-dark p,
nav.theme-dark h1, nav.theme-dark h2, nav.theme-dark h3, nav.theme-dark h4, nav.theme-dark a, nav.theme-dark span, nav.theme-dark i,
nav.theme-dark .menu__item-link,
nav.theme-dark .section-header-container,
nav.theme-dark .accordition-header,
nav.theme-dark .accordition-body,
nav.theme-dark .marquee-auto {
  color: #DFDFDF !important;
  transition: color 0.3s ease-in-out;
}
nav.theme-dark .divider,
nav.theme-dark .divider-light, nav.theme-dark .divider-menu {
  background: #DFDFDF !important;
  transition: background 0.3s ease-in-out;
}
nav.theme-dark .hover-link {
  border: solid 1px #DFDFDF;
  transition: border 0.3s ease-in-out;
}
nav.theme-dark #cursor {
  border: solid 1px #DFDFDF;
}
nav.theme-dark #cursor.button {
  background: #DFDFDF;
}
nav.theme-dark #cursor.button-two {
  color: #121212;
  background: #DFDFDF;
}
nav.theme-dark #cursor.button-two::after {
  content: "explore what I do ⤵";
  color: #DFDFDF;
}
nav.theme-dark ::marker {
  color: #DFDFDF;
}
@media (max-width: 900px) {
  nav.theme-dark .second-col,
  nav.theme-dark .first-col {
    border-bottom: solid 1px #DFDFDF;
  }
}

nav.theme-blue {
  background-color: #052732;
  color: #06D6A0;
}
nav.theme-blue .nav-container {
  background-color: #052732;
}
nav.theme-blue p,
nav.theme-blue h1, nav.theme-blue h2, nav.theme-blue h3, nav.theme-blue h4, nav.theme-blue a, nav.theme-blue span, nav.theme-blue i,
nav.theme-blue .menu__item-link,
nav.theme-blue .section-header-container,
nav.theme-blue .accordition-header,
nav.theme-blue .accordition-body,
nav.theme-blue .marquee-auto {
  color: #06D6A0 !important;
  transition: color 0.3s ease-in-out;
}
nav.theme-blue .divider,
nav.theme-blue .divider-light, nav.theme-blue .divider-menu {
  background: #06D6A0 !important;
  transition: background 0.3s ease-in-out;
}
nav.theme-blue .hover-link {
  border: solid 1px #06D6A0;
  transition: border 0.3s ease-in-out;
}
nav.theme-blue #cursor {
  border: solid 1px #06D6A0;
}
nav.theme-blue #cursor.button {
  background: #06D6A0;
}
nav.theme-blue #cursor.button-two {
  color: #052732;
  background: #06D6A0;
}
nav.theme-blue #cursor.button-two::after {
  content: "explore what I do ⤵";
  color: #06D6A0;
}
nav.theme-blue ::marker {
  color: #06D6A0;
}
@media (max-width: 900px) {
  nav.theme-blue .second-col,
  nav.theme-blue .first-col {
    border-bottom: solid 1px #06D6A0;
  }
}

.theme-options {
  padding: 10px;
  list-style: none;
  display: flex;
  flex-direction: row;
  margin: 0;
  gap: 10px;
}
.theme-options li {
  padding: 10px;
  cursor: pointer;
  transition: background 0.2s ease;
}
.theme-options li:hover {
  background: #121212;
  color: #DFDFDF;
}

body.theme-dark .theme-selector {
  background: #121212;
  color: #DFDFDF;
  border-color: #DFDFDF;
}
body.theme-dark .theme-selector li:hover {
  background: #DFDFDF;
  color: #121212;
}

body.theme-green .theme-selector {
  background: #052732;
  color: #06D6A0;
  border-color: #06D6A0;
}
body.theme-green .theme-selector li:hover {
  background: #06D6A0;
  color: #052732;
}

.circle-color-container {
  width: 100%;
  position: relative;
  height: 100%;
}

.circle-color {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
}

.circle-color-1 {
  margin-left: 15px !important;
}

.circle-color-2 {
  margin-top: -30px;
}/*# sourceMappingURL=style.css.map */