.app-skills-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 6vh 0;
  max-width: 100vw;
  min-height: 100svh;
  overflow: hidden;
}
@media (min-width: 0) {
  .app-skills-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10vw;
    min-height: 100svh;
  }
}
@media (min-width: 480px) {
  .app-skills-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10vw;
    min-height: 100svh;
  }
}
@media (min-width: 720px) {
  .app-skills-container {
    display: flex;
    flex-direction: row;
    min-height: 100svh;
    gap: 5vw;
    justify-content: space-between;
    min-height: 100svh;
  }
}
@media (min-width: 960px) {
  .app-skills-container {
    display: flex;
    flex-direction: row;
    min-height: 100svh;
    padding: 6vh 0;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .app-skills-container {
    display: flex;
    flex-direction: row;
    min-height: 100svh;
    padding: 10vh 0;
    justify-content: space-between;
  }
}

.funcional-creativity {
  width: 45vw;
  margin-left: 4vw;
}
@media (min-width: 0) {
  .funcional-creativity {
    width: 90vw;
    margin-left: 1vw;
    margin-bottom: 2vw;
  }
}
@media (min-width: 480px) {
  .funcional-creativity {
    width: 90vw;
    margin-left: 1vw;
    margin-bottom: 2vw;
  }
}
@media (min-width: 720px) {
  .funcional-creativity {
    width: 45vw;
    margin-left: 4vw;
  }
}
@media (min-width: 960px) {
  .funcional-creativity {
    width: 45vw;
    margin-left: 4vw;
  }
}
@media (min-width: 1200px) {
  .funcional-creativity {
    width: 45vw;
    margin-left: 4vw;
  }
}

.app-stm-clr1 {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: clamp(3.3em, 8vw, 250px);
  line-height: clamp(0.7em, 7.5vw, 240px);
  color: var(--clr_v1_2);
  font-weight: 600;
}
@media (min-width: 0) {
  .app-stm-clr1 {
    font-size: clamp(2em, 15vw, 250px);
    line-height: clamp(0.8em, 11vw, 240px);
  }
}
@media (min-width: 480px) {
  .app-stm-clr1 {
    font-size: clamp(2em, 15vw, 250px);
    line-height: clamp(0.8em, 11vw, 240px);
  }
}
@media (min-width: 720px) {
  .app-stm-clr1 {
    font-size: clamp(3.3em, 8vw, 250px);
    line-height: clamp(0.7em, 7.5vw, 240px);
  }
}
@media (min-width: 960px) {
  .app-stm-clr1 {
    font-size: clamp(3.3em, 8vw, 250px);
    line-height: clamp(0.7em, 7.5vw, 240px);
  }
}
@media (min-width: 1200px) {
  .app-stm-clr1 {
    font-size: clamp(3.3em, 8vw, 250px);
    line-height: clamp(0.7em, 7.5vw, 240px);
  }
}

.app-stm-clr2 {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: clamp(3.3em, 8vw, 250px);
  line-height: clamp(0.7em, 7.5vw, 240px);
  font-weight: 800;
  padding-bottom: clamp(0.01em, 2vw, 40px);
  text-size-adjust: auto;
  color: var(--clr_v1_1);
  font-style: italic;
}
@media (min-width: 0) {
  .app-stm-clr2 {
    font-size: clamp(2em, 15vw, 250px);
    line-height: clamp(1em, 11vw, 240px);
  }
}
@media (min-width: 480px) {
  .app-stm-clr2 {
    font-size: clamp(2em, 15vw, 250px);
    line-height: clamp(1em, 11vw, 240px);
  }
}
@media (min-width: 720px) {
  .app-stm-clr2 {
    font-size: clamp(3.3em, 8vw, 250px);
    line-height: clamp(0.7em, 7.5vw, 240px);
  }
}
@media (min-width: 960px) {
  .app-stm-clr2 {
    font-size: clamp(3.3em, 8vw, 250px);
    line-height: clamp(0.7em, 7.5vw, 240px);
  }
}
@media (min-width: 1200px) {
  .app-stm-clr2 {
    font-size: clamp(3.3em, 8vw, 250px);
    line-height: clamp(0.7em, 7.5vw, 240px);
  }
}

.app-skills-right-content {
  top: 0;
  bottom: 0;
  right: 0;
  width: 45vw;
  float: right;
  padding: 25px clamp(10px, 3vw, 50px);
  background-color: var(--clr_v1_2);
  border-radius: 0 0 0 clamp(20px, 3vw, 80px);
}
@media (min-width: 0) {
  .app-skills-right-content {
    width: 100vw;
    border-radius: 0;
  }
}
@media (min-width: 480px) {
  .app-skills-right-content {
    width: 100vw;
    border-radius: 0;
  }
}
@media (min-width: 720px) {
  .app-skills-right-content {
    width: 50vw;
    border-radius: 0 0 0 clamp(20px, 3vw, 80px);
  }
}
@media (min-width: 960px) {
  .app-skills-right-content {
    width: 45vw;
    border-radius: 0 0 0 clamp(20px, 3vw, 80px);
    top: 0;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .app-skills-right-content {
    width: 45vw;
    border-radius: 0 0 0 clamp(20px, 3vw, 80px);
    top: 0;
    bottom: 0;
    right: 0;
  }
}

.app-skills-logos-container {
  display: flex;
  width: 35vw;
  height: max-content;
  padding: 0 0 10px 0;
  row-gap: 0.5vh;
  column-gap: clamp(5px, 2vw, 60px);
  flex-wrap: wrap;
  z-index: 1;
}
@media (min-width: 0) {
  .app-skills-logos-container {
    width: 90vw;
    row-gap: 0.5vh;
    column-gap: clamp(10px, 2vw, 60px);
  }
}
@media (min-width: 480px) {
  .app-skills-logos-container {
    width: 90vw;
    row-gap: 0.5vh;
    column-gap: clamp(10px, 2vw, 60px);
  }
}
@media (min-width: 720px) {
  .app-skills-logos-container {
    width: 40vw;
    row-gap: 0.5vh;
    column-gap: clamp(5px, 1vw, 60px);
  }
}
@media (min-width: 960px) {
  .app-skills-logos-container {
    width: 40vw;
    row-gap: 0.5vh;
    column-gap: clamp(5px, 1vw, 60px);
  }
}
@media (min-width: 1200px) {
  .app-skills-logos-container {
    width: 40vw;
    row-gap: 0.5vh;
    column-gap: clamp(5px, 2vw, 60px);
  }
}

.app-skills-text-container {
  width: 40vw;
}
@media (min-width: 0) {
  .app-skills-text-container {
    width: 90vw;
  }
}
@media (min-width: 480px) {
  .app-skills-text-container {
    width: 90vw;
  }
}
@media (min-width: 720px) {
  .app-skills-text-container {
    width: 40vw;
  }
}
@media (min-width: 960px) {
  .app-skills-text-container {
    width: 40vw;
  }
}
@media (min-width: 1200px) {
  .app-skills-text-container {
    width: 40vw;
  }
}

.app-skills-title {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: clamp(1.6rem, 1.3vw, 2.2rem);
  line-height: clamp(1rem, 1.6vw, 2.2rem);
  padding-bottom: 2vh;
  color: var(--clr_v1_3);
}

.app-skills-text-content {
  width: 40vw;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: clamp(0.8rem, 0.9vw, 2rem);
  line-height: clamp(1.2rem, 1.4vw, 3rem);
  font-weight: 400;
  color: var(--clr_v1_3);
  width: 90vw;
}
@media (min-width: 0) {
  .app-skills-text-content {
    width: 90vw;
  }
}
@media (min-width: 480px) {
  .app-skills-text-content {
    width: 90vw;
  }
}
@media (min-width: 720px) {
  .app-skills-text-content {
    width: 40vw;
  }
}
@media (min-width: 960px) {
  .app-skills-text-content {
    width: 40vw;
  }
}
@media (min-width: 1200px) {
  .app-skills-text-content {
    width: 40vw;
  }
}

.circle-container {
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  width: 70px;
  max-height: 140px;
}
@media (min-width: 0) {
  .circle-container {
    width: 50px;
    max-height: 80px;
  }
}
@media (min-width: 480px) {
  .circle-container {
    width: 55px;
    max-height: 90px;
  }
}
@media (min-width: 720px) {
  .circle-container {
    width: 60px;
    max-height: 100px;
  }
}
@media (min-width: 960px) {
  .circle-container {
    width: 65px;
    max-height: 110px;
  }
}
@media (min-width: 1200px) {
  .circle-container {
    width: 70px;
    max-height: 120px;
  }
}

.outer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: var(--clr_v1_3);
}
@media (min-width: 0) {
  .outer {
    width: 45px;
    height: 45px;
  }
}
@media (min-width: 480px) {
  .outer {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 720px) {
  .outer {
    width: 55px;
    height: 55px;
  }
}
@media (min-width: 960px) {
  .outer {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1200px) {
  .outer {
    width: 65px;
    height: 65px;
  }
}

.inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  background-color: var(--clr_v1_2);
  border-radius: 50%;
  rotate: 45deg;
}
@media (min-width: 0) {
  .inner {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 480px) {
  .inner {
    width: 35px;
    height: 35px;
  }
}
@media (min-width: 720px) {
  .inner {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 960px) {
  .inner {
    width: 45px;
    height: 45px;
  }
}
@media (min-width: 1200px) {
  .inner {
    width: 50px;
    height: 50px;
  }
}

.trad-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border-top: 3px solid var(--clr_v1_1);
  border-right: 3px solid var(--clr_v1_1);
  border-bottom: 3px solid var(--clr_v1_1);
  border-left: 3px solid var(--clr_v1_1);
  rotate: -45deg;
}
@media (min-width: 0) {
  .trad-circle {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 480px) {
  .trad-circle {
    width: 45px;
    height: 45px;
  }
}
@media (min-width: 720px) {
  .trad-circle {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 960px) {
  .trad-circle {
    width: 55px;
    height: 55px;
  }
}
@media (min-width: 1200px) {
  .trad-circle {
    width: 60px;
    height: 60px;
  }
}

.trad-circle1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border-top: 3px solid var(--clr_v1_3);
  border-right: 3px solid var(--clr_v1_1);
  border-bottom: 3px solid var(--clr_v1_1);
  border-left: 3px solid var(--clr_v1_1);
  rotate: -45deg;
}
@media (min-width: 0) {
  .trad-circle1 {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 480px) {
  .trad-circle1 {
    width: 45px;
    height: 45px;
  }
}
@media (min-width: 720px) {
  .trad-circle1 {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 960px) {
  .trad-circle1 {
    width: 55px;
    height: 55px;
  }
}
@media (min-width: 1200px) {
  .trad-circle1 {
    width: 60px;
    height: 60px;
  }
}

.app-name {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: clamp(11px, 0.9vw, 24px);
  line-height: 1.2em;
  height: 55px;
  color: var(--clr_v1_3);
}
@media (min-width: 0) {
  .app-name {
    height: 35px;
  }
}
@media (min-width: 480px) {
  .app-name {
    height: 40px;
  }
}
@media (min-width: 720px) {
  .app-name {
    height: 40px;
  }
}
@media (min-width: 960px) {
  .app-name {
    height: 45px;
  }
}
@media (min-width: 1200px) {
  .app-name {
    height: 55px;
  }
}

.icon-img {
  width: 45px;
}
@media (min-width: 0) {
  .icon-img {
    width: 28px;
  }
}
@media (min-width: 480px) {
  .icon-img {
    width: 26px;
  }
}
@media (min-width: 720px) {
  .icon-img {
    width: 35px;
  }
}
@media (min-width: 960px) {
  .icon-img {
    width: 35px;
  }
}
@media (min-width: 1200px) {
  .icon-img {
    width: 40px;
  }
}

.icon-img > svg {
  color: var(--clr_v1_3);
}

p {
  margin: 0;
}

.grid-container {
  display: grid;
  width: 95%;
  grid-template-columns: 45% 55%;
  gap: 10px;
  align-items: start;
  margin-bottom: 1vw;
}
@media (min-width: 0) {
  .grid-container {
    width: 100%;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 480px) {
  .grid-container {
    width: 100%;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 720px) {
  .grid-container {
    width: 100%;
    grid-template-columns: 45% 55%;
  }
}
@media (min-width: 960px) {
  .grid-container {
    width: 95%;
    grid-template-columns: 45% 55%;
  }
}
@media (min-width: 1200px) {
  .grid-container {
    width: 95%;
    grid-template-columns: 45% 55%;
  }
}

.grid-container1 {
  display: grid;
  width: 95%;
  grid-template-columns: 45% 55%;
  gap: 10px;
  align-items: start;
}
@media (min-width: 0) {
  .grid-container1 {
    width: 100%;
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }
}
@media (min-width: 480px) {
  .grid-container1 {
    width: 100%;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 720px) {
  .grid-container1 {
    width: 100%;
    grid-template-columns: 45% 55%;
  }
}
@media (min-width: 960px) {
  .grid-container1 {
    width: 95%;
    grid-template-columns: 45% 55%;
  }
}
@media (min-width: 1200px) {
  .grid-container1 {
    width: 95%;
    grid-template-columns: 45% 55%;
  }
}

@media only screen and (max-width: 720px) {
  .grid-test1 {
    order: 2;
  }
  .grid-item2 {
    order: 1;
  }
  .grid-test3 {
    order: 2;
  }
  .grid-item4 {
    order: 1;
  }
}
.grid-item1 {
  display: grid;
  justify-items: center;
}

.grid-item2 {
  display: grid;
  justify-items: start;
}
@media (min-width: 0) {
  .grid-item2 {
    justify-items: center;
  }
}
@media (min-width: 480px) {
  .grid-item2 {
    justify-items: center;
  }
}
@media (min-width: 720px) {
  .grid-item2 {
    justify-items: start;
  }
}
@media (min-width: 960px) {
  .grid-item2 {
    justify-items: start;
  }
}
@media (min-width: 1200px) {
  .grid-item2 {
    justify-items: start;
  }
}

.grid-item3, .grid-item4 {
  display: grid;
  justify-items: center;
}

.exp-container {
  display: flex;
  flex-direction: column;
}

.exp-main-content {
  display: flex;
  flex-direction: row;
  max-width: 100vw;
  justify-content: space-around;
}

.specs-container {
  width: 35vw;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-right: 1vw;
}
@media (min-width: 0) {
  .specs-container {
    width: 95vw;
  }
}
@media (min-width: 480px) {
  .specs-container {
    width: 95vw;
  }
}
@media (min-width: 720px) {
  .specs-container {
    width: 35vw;
  }
}
@media (min-width: 960px) {
  .specs-container {
    width: 35vw;
  }
}
@media (min-width: 1200px) {
  .specs-container {
    width: 35vw;
  }
}

.specs-list-col {
  width: max-content;
  margin-right: 20px;
}

.specs-list {
  list-style-type: none;
}

.specs-title {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: clamp(0.8rem, 1.2vw, 1.5rem);
  font-weight: 600;
  color: var(--clr_v1_3);
  background-color: var(--clr_v1_1);
  padding: 5px 15px 5px 10px;
  margin: 20px 0;
  width: max-content;
}

.specs-item {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: clamp(0.8rem, 1.2vw, 1.5rem);
  line-height: clamp(1.4rem, 2vw, 2.6rem);
  font-weight: 500;
  color: var(--clr_v1_1);
  white-space: nowrap;
}

.exp-statement-container {
  display: flex;
  justify-content: center;
  max-width: 50vw;
}

.exp-statement2 {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: clamp(3.3em, 9vw, 250px);
  line-height: clamp(0.7em, 8vw, 240px);
  font-weight: 800;
  padding-bottom: clamp(0.01em, 2vw, 40px);
  text-size-adjust: auto;
  color: var(--clr_v1_1);
  font-style: italic;
}
@media (min-width: 0) {
  .exp-statement2 {
    font-size: clamp(3.3em, 16vw, 250px);
    line-height: clamp(0.7em, 14vw, 240px);
  }
}
@media (min-width: 480px) {
  .exp-statement2 {
    font-size: clamp(3.3em, 16vw, 250px);
    line-height: clamp(0.7em, 14vw, 240px);
  }
}
@media (min-width: 720px) {
  .exp-statement2 {
    font-size: clamp(3.3em, 9vw, 250px);
    line-height: clamp(0.7em, 8vw, 240px);
  }
}
@media (min-width: 960px) {
  .exp-statement2 {
    font-size: clamp(3.3em, 9vw, 250px);
    line-height: clamp(0.7em, 8vw, 240px);
  }
}
@media (min-width: 1200px) {
  .exp-statement2 {
    font-size: clamp(3.3em, 9vw, 250px);
    line-height: clamp(0.7em, 8vw, 240px);
  }
}

.exp-statement1 {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: clamp(3.3em, 9vw, 250px);
  line-height: clamp(0.7em, 8vw, 240px);
  color: var(--clr_v1_2);
  font-weight: 600;
}
@media (min-width: 0) {
  .exp-statement1 {
    font-size: clamp(3.3em, 16vw, 250px);
    line-height: clamp(0.7em, 14vw, 240px);
  }
}
@media (min-width: 480px) {
  .exp-statement1 {
    font-size: clamp(3.3em, 16vw, 250px);
    line-height: clamp(0.7em, 14vw, 240px);
  }
}
@media (min-width: 720px) {
  .exp-statement1 {
    font-size: clamp(3.3em, 9vw, 250px);
    line-height: clamp(0.7em, 8vw, 240px);
  }
}
@media (min-width: 960px) {
  .exp-statement1 {
    font-size: clamp(3.3em, 9vw, 250px);
    line-height: clamp(0.7em, 8vw, 240px);
  }
}
@media (min-width: 1200px) {
  .exp-statement1 {
    font-size: clamp(3.3em, 9vw, 250px);
    line-height: clamp(0.7em, 8vw, 240px);
  }
}

.map-exp-container {
  display: flex;
  justify-content: space-around;
}

.map {
  max-width: 600px;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.map > svg {
  width: 35vw;
  margin: 0;
}
@media (min-width: 0) {
  .map > svg {
    width: 95vw;
  }
}
@media (min-width: 480px) {
  .map > svg {
    width: 95vw;
  }
}
@media (min-width: 720px) {
  .map > svg {
    width: 35vw;
  }
}
@media (min-width: 960px) {
  .map > svg {
    width: 35vw;
  }
}
@media (min-width: 1200px) {
  .map > svg {
    width: 35vw;
  }
}

svg > #Layer_1 {
  color: var(--clr_v1_2);
}

svg > #Layer_2 {
  color: var(--clr_v1_1);
}

.map-desc {
  font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--clr_v1_1);
}

.pro-experties {
  min-height: max-content;
  margin-bottom: 200px;
}
@media (min-width: 0) {
  .pro-experties {
    margin-bottom: 0;
  }
}
@media (min-width: 480px) {
  .pro-experties {
    margin-bottom: 0;
  }
}
@media (min-width: 720px) {
  .pro-experties {
    margin-bottom: 200px;
  }
}
@media (min-width: 960px) {
  .pro-experties {
    margin-bottom: 200px;
  }
}
@media (min-width: 1200px) {
  .pro-experties {
    margin-bottom: 200px;
  }
}

.pro-exp {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: clamp(1.2rem, 1.6vw, 2.2rem);
  line-height: clamp(1rem, 1.6vw, 2.2rem);
  padding-top: 2vh;
  color: var(--clr_v1_1);
  width: 50vw;
}

.pro-exp-list-item {
  border-bottom: 1px solid;
  width: 35vw;
  padding-top: 1vh;
  color: var(--clr_v1_1);
}
@media (min-width: 0) {
  .pro-exp-list-item {
    width: 85vw;
  }
}
@media (min-width: 480px) {
  .pro-exp-list-item {
    width: 85vw;
  }
}
@media (min-width: 720px) {
  .pro-exp-list-item {
    width: 45vw;
  }
}
@media (min-width: 960px) {
  .pro-exp-list-item {
    width: 45vw;
  }
}
@media (min-width: 1200px) {
  .pro-exp-list-item {
    width: 35vw;
  }
}

.exp-lead1 {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 1vw, 21px);
  line-height: clamp(16px, 1.3vw, 24rem);
  padding-bottom: 10px;
}

.exp-lead2, .exp-lead3, .exp-lead4 {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 1vw, 21px);
  line-height: clamp(16px, 1.3vw, 24rem);
  padding: 10px 0;
}

.exp-list1 {
  padding: 7px 0 7px 20px;
  color: var(--clr_v1_2);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s, overflow 0s;
}

.exp-lead1, :hover ~ .exp-list1, .exp-list1:hover,
.exp-lead2, :hover ~ .exp-list1, .exp-list1:hover,
.exp-lead3, :hover ~ .exp-list1, .exp-list1:hover,
.exp-lead4, :hover ~ .exp-list1, .exp-list1:hover {
  max-height: 100em;
  overflow: hidden;
  transition: max-height 2.5s, overflow 0.5s 0.5s;
}

.pro-exp-list-item:hover .exp-lead1,
.pro-exp-list-item:hover .exp-lead2,
.pro-exp-list-item:hover .exp-lead3,
.pro-exp-list-item:hover .exp-lead4 {
  color: white;
  background-color: var(--clr_v1_1);
  padding: 5px 5px;
  border-radius: 3px;
  max-width: max-content;
}

.exp-item {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: clamp(12px, 0.85vw, 21px);
  line-height: clamp(16px, 1.15vw, 24rem);
  font-weight: 400;
  padding: 5px 0;
  color: var(--clr_v1_2);
}

.lang-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 100vw;
  min-height: 100svh;
  overflow: hidden;
  gap: 5vh;
}
@media (min-width: 0) {
  .lang-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 0 80px 0;
    gap: 10vh;
  }
}
@media (min-width: 480px) {
  .lang-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 0 80px 0;
    gap: 10vh;
  }
}
@media (min-width: 720px) {
  .lang-container {
    display: flex;
    flex-direction: column;
    margin: 0;
    justify-content: center;
    gap: 5vh;
  }
}
@media (min-width: 960px) {
  .lang-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5vh;
  }
}
@media (min-width: 1200px) {
  .lang-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5vh;
  }
}

.lang-main-content {
  max-width: 85vw;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0 3vw;
}
@media (min-width: 0) {
  .lang-main-content {
    display: flex;
    flex-direction: column;
    min-width: 100vw;
    margin-top: 30px;
  }
}
@media (min-width: 480px) {
  .lang-main-content {
    display: flex;
    flex-direction: column;
    min-width: 100vw;
    margin-top: 30px;
  }
}
@media (min-width: 720px) {
  .lang-main-content {
    display: flex;
    flex-direction: column;
    min-width: 100vw;
    margin: 0;
  }
}
@media (min-width: 960px) {
  .lang-main-content {
    display: flex;
    flex-direction: column;
    min-width: 100vw;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .lang-main-content {
    display: flex;
    flex-direction: column;
    min-width: 100vw;
    margin: 0;
  }
}

.lang-main-content > p {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.lang-statement {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: clamp(16px, 8.5vw, 250px);
  line-height: clamp(16px, 8vw, 240px);
  color: var(--clr_v1_2);
  font-weight: 600;
}

.lang-statement-last {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: clamp(16px, 8.5vw, 250px);
  line-height: clamp(16px, 8vw, 240px);
  color: var(--clr_v1_2);
  font-weight: 600;
  float: right;
}

.lang-statement1 {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: clamp(16px, 9vw, 250px);
  line-height: clamp(16px, 8vw, 240px);
  font-weight: 800;
  padding-bottom: clamp(0.01em, 2vw, 40px);
  text-size-adjust: auto;
  color: var(--clr_v1_1);
  font-style: italic;
}

.lang-content-container {
  display: flex;
  justify-content: space-between;
  margin: 2vh 0;
  gap: 3vw;
}

.lang-list-container {
  max-width: 33vw;
}

.lang-list {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
  width: 30vw;
  max-height: 250px;
  max-width: max-content;
  padding-top: 15px;
}
@media (min-width: 0) {
  .lang-list {
    max-height: 200px;
  }
}
@media (min-width: 480px) {
  .lang-list {
    max-height: 200px;
    justify-content: space-between;
  }
}
@media (min-width: 720px) {
  .lang-list {
    max-height: 150px;
    width: 10vw;
    justify-content: space-around;
  }
}
@media (min-width: 960px) {
  .lang-list {
    max-height: 150px;
    width: 20vw;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .lang-list {
    max-height: 180px;
    width: 30vw;
    justify-content: space-between;
  }
}

.languages {
  display: flex;
  align-items: center;
  width: 250px;
  padding-bottom: 25px;
}
@media (min-width: 0) {
  .languages {
    padding-bottom: 10px;
    width: 150px;
  }
}
@media (min-width: 480px) {
  .languages {
    max-height: 200px;
    width: 150px;
  }
}
@media (min-width: 720px) {
  .languages {
    max-height: 200px;
    width: 150px;
  }
}
@media (min-width: 960px) {
  .languages {
    max-height: 200px;
    width: 200px;
  }
}
@media (min-width: 1200px) {
  .languages {
    max-height: 200px;
    width: 250px;
  }
}

.lang-icon {
  padding: 3px;
  width: 25px;
  height: 25px;
  background-color: var(--clr_v1_1);
  border-radius: 50%;
  color: var(--clr_v1_lang);
}
@media (min-width: 0) {
  .lang-icon {
    padding: 3px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
  }
}
@media (min-width: 480px) {
  .lang-icon {
    padding: 3px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
  }
}
@media (min-width: 720px) {
  .lang-icon {
    padding: 3px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
}
@media (min-width: 960px) {
  .lang-icon {
    padding: 3px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
}
@media (min-width: 1200px) {
  .lang-icon {
    padding: 3px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
  }
}

.lang-title {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: clamp(1.6rem, 1.3vw, 2.2rem);
  line-height: clamp(1rem, 1.6vw, 2.2rem);
  padding-bottom: 2vh;
  color: var(--clr_v1_2);
  white-space: nowrap;
}

.lang-name {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: clamp(1.2rem, 1.1vw, 1.4rem);
  font-weight: 600;
  padding-left: 15px;
  color: var(--clr_v1_2);
}

.lang-icon-text {
  display: flex;
  flex-direction: row;
  width: 85vw;
  justify-content: space-between;
  margin-top: clamp(15px, 2vw, 70px);
}
@media (min-width: 0) {
  .lang-icon-text {
    flex-direction: column;
    padding-bottom: 10px;
    width: 85vw;
  }
}
@media (min-width: 480px) {
  .lang-icon-text {
    flex-direction: row;
    max-height: 200px;
    width: 85vw;
  }
}
@media (min-width: 720px) {
  .lang-icon-text {
    flex-direction: row;
    max-height: 200px;
    width: 85vw;
  }
}
@media (min-width: 960px) {
  .lang-icon-text {
    flex-direction: row;
    max-height: 200px;
    width: 85vw;
  }
}
@media (min-width: 1200px) {
  .lang-icon-text {
    flex-direction: row;
    max-height: 200px;
    width: 85vw;
    justify-content: space-around;
  }
}

.lang-text-content {
  display: flex;
  align-items: center;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: clamp(0.8rem, 0.9vw, 2rem);
  line-height: clamp(1.2rem, 1.4vw, 3rem);
  font-weight: 400;
  color: var(--clr_v1_2);
  max-width: 40vw;
}
@media (min-width: 0) {
  .lang-text-content {
    max-width: 80vw;
  }
}
@media (min-width: 480px) {
  .lang-text-content {
    max-width: 40vw;
  }
}
@media (min-width: 720px) {
  .lang-text-content {
    max-width: 40vw;
  }
}
@media (min-width: 960px) {
  .lang-text-content {
    max-width: 40vw;
  }
}
@media (min-width: 1200px) {
  .lang-text-content {
    max-width: 40vw;
  }
}

:root {
  --clr_v1_1:#e07c00;
  --clr_v1_2:#4c3041;
  --clr_v1_3: #f2f2f2;
  --clr_v1_skills:#1f83ff;
  --clr_v1_white:#1f83ff;
  --clr_v1_lang:#f2f2f2;
}

.color-picker > fieldset {
  border: 0;
  width: 40px;
  height: 220px;
  background: var(--clr_v1_3);
  padding: 0.5rem 0.5rem;
  border-radius: 1rem 0 0 1rem;
  border-top: 1px solid var(--clr_v1_1);
  border-bottom: 1px solid var(--clr_v1_1);
  border-left: 1px solid var(--clr_v1_1);
}

.color-picker input[type=radio] {
  appearance: none;
  width: 1rem;
  height: 1rem;
  margin-top: 5px;
  border: 2px solid var(--clr_v1_1, currentColor);
  border-radius: 50%;
}

.color-picker input[type=radio]:checked {
  background-color: var(--radio-color);
}

.color-picker input[type=radio]#dark {
  --radio-color: #232323;
}

.color-picker input[type=radio]#dark1 {
  --radio-color: #232323;
}

.dark {
  --clr_v1_1:#e07c00;
  --clr_v1_2:#4c3041;
  --clr_v1_3: #f2f2f2;
  --clr_v1_skills:#1f83ff;
  --clr_v1_white:#1f83ff;
  --clr_v1_lang:#f2f2f2;
}

.dark1 {
  --clr_v1_1:#f1f0f0;
  --clr_v1_2:#9eacaa;
  --clr_v1_3: #003b4d;
  --clr_v1_skills:#0e0f0f;
  --clr_v1_white: #615355;
  --clr_v1_lang:#003b4d;
}

:root:has(#dark:checked) {
  --clr_v1_1:#e07c00;
  --clr_v1_2:#4c3041;
  --clr_v1_3: #f2f2f2;
  --clr_v1_skills:#e07c00;
  --clr_v1_white:#e07c00;
  --clr_v1_lang:#f2f2f2;
}

:root:has(#dark1:checked) {
  --clr_v1_1:#f1f0f0;
  --clr_v1_2:#9eacaa;
  --clr_v1_3: #003b4d;
  --clr_v1_skills:#0e0f0f;
  --clr_v1_white: #615355;
  --clr_v1_lang:#003b4d;
}

.color-picker {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  top: 30vh;
  right: 0;
  z-index: 999995;
  background: var(--clr_v1_3);
  padding: 0.5rem 0.5rem;
  border-radius: 1rem 0 0 1rem;
  border-top: 1px solid var(--clr_v1_1);
  border-bottom: 1px solid var(--clr_v1_1);
  border-left: 1px solid var(--clr_v1_1);
  width: 40px;
  height: 180px;
}

.clr-txt {
  rotate: -90deg;
  white-space: nowrap;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 500;
  padding-left: 5px;
  color: var(--clr_v1_1);
}

.navigator {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  background: var(--clr_v1_3);
  border-radius: 25px;
  display: flex;
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 999998;
}
@media (min-width: 0) {
  .navigator {
    font-size: 1.1rem;
  }
}
@media (min-width: 480px) {
  .navigator {
    font-size: 1.1rem;
  }
}
@media (min-width: 720px) {
  .navigator {
    font-size: 1.1rem;
  }
}
@media (min-width: 960px) {
  .navigator {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .navigator {
    font-size: 1.4rem;
  }
}

.nav {
  background: var(--clr_v1_3);
  border-radius: 25px;
}

.nav-content {
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  filter: invert(100%);
}

.skills {
  position: fixed;
  left: 0;
  font-size: 3.8rem;
  line-height: 1.8em;
  font-weight: 600;
  color: var(--clr_v1_white);
}
@media (min-width: 0) {
  .skills {
    font-size: 2.7rem;
  }
}
@media (min-width: 480px) {
  .skills {
    font-size: 2.7rem;
  }
}
@media (min-width: 720px) {
  .skills {
    font-size: 2.7rem;
  }
}
@media (min-width: 960px) {
  .skills {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .skills {
    font-size: 3.8rem;
  }
}

.skills-btn {
  text-decoration: none;
  border-radius: 25px;
  height: 45px;
  max-width: 45px;
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  overflow: hidden;
  transition: max-width 0.5s;
  background: var(--clr_v1_white);
  color: var(--clr_v1_skills);
  mix-blend-mode: difference;
}
@media (min-width: 0) {
  .skills-btn {
    height: 30px;
    max-width: 30px;
  }
}
@media (min-width: 480px) {
  .skills-btn {
    height: 30px;
    max-width: 30px;
  }
}
@media (min-width: 720px) {
  .skills-btn {
    height: 30px;
    max-width: 30px;
  }
}
@media (min-width: 960px) {
  .skills-btn {
    height: 35px;
    max-width: 35px;
  }
}
@media (min-width: 1200px) {
  .skills-btn {
    height: 45px;
    max-width: 45px;
  }
}

.skills-btn:hover {
  max-width: 300px;
  /* Invert on hover and prevent mousemove flickering bug Chrome */
  mix-blend-mode: normal;
  background: var(--clr_v1_1);
  color: var(--clr_v1_3);
  filter: invert(100%);
}

.text {
  transition: opacity 0.5s;
  opacity: 0;
  padding: 0 1.5rem;
  font-weight: 600;
}
@media (min-width: 0) {
  .text {
    padding: 0 0.5rem;
  }
}
@media (min-width: 480px) {
  .text {
    padding: 0 0.8rem;
  }
}
@media (min-width: 720px) {
  .text {
    padding: 0 1rem;
  }
}
@media (min-width: 960px) {
  .text {
    padding: 0 1.2rem;
  }
}
@media (min-width: 1200px) {
  .text {
    padding: 0 1.5rem;
  }
}

.skills-btn:hover .text {
  opacity: 1;
}

.contact a {
  position: fixed;
  display: flex;
  max-width: 300px;
  max-height: 100px;
  right: 1vw;
  bottom: 10px;
  z-index: 999997;
  align-items: center;
  cursor: pointer;
}

.work-btn {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  position: fixed;
  color: var(--clr_v1_1);
  top: 20px;
  right: 20px;
  font-size: clamp(20px, 1.8vw, 36px);
  font-weight: 600;
  background: transparent;
  cursor: pointer;
  border: none;
  z-index: 999999;
}

.face-container {
  display: flex;
  align-items: center;
  position: relative;
  width: 200px;
  gap: 1vw;
  height: 90px;
  /*   background:green; */
}
@media (min-width: 0) {
  .face-container {
    width: 130px;
    height: 50px;
  }
}
@media (min-width: 480px) {
  .face-container {
    width: 140px;
    height: 60px;
  }
}
@media (min-width: 720px) {
  .face-container {
    width: 150px;
    height: 70px;
  }
}
@media (min-width: 960px) {
  .face-container {
    width: 180px;
    height: 80px;
  }
}
@media (min-width: 1200px) {
  .face-container {
    width: 200px;
    height: 90px;
  }
}

/* 
 * Position both images in same place
*/
.hover-switch > svg {
  position: absolute;
  bottom: 1vw;
  right: 10px;
  max-height: 90px;
  color: var(--clr_v1_1);
}
@media (min-width: 0) {
  .hover-switch > svg {
    max-height: 50px;
  }
}
@media (min-width: 480px) {
  .hover-switch > svg {
    max-height: 60px;
  }
}
@media (min-width: 720px) {
  .hover-switch > svg {
    max-height: 70px;
  }
}
@media (min-width: 960px) {
  .hover-switch > svg {
    max-height: 80px;
  }
}
@media (min-width: 1200px) {
  .hover-switch > svg {
    max-height: 90px;
  }
}

/* 
 * Show the last image by default
*/
.face-container > svg:last-of-type {
  opacity: 1;
}

/* 
 * Hide the last image on hover
*/
.face-container:hover > svg:last-of-type {
  opacity: 0;
}

.face-container:active > svg:last-of-type {
  opacity: 0;
}

a {
  text-decoration: none;
}

.say-hi {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  color: var(--clr_v1_1);
  font-weight: 600;
  position: absolute;
  bottom: 50%;
  left: 10px;
}
@media (min-width: 0) {
  .say-hi {
    font-size: 1rem;
  }
}
@media (min-width: 480px) {
  .say-hi {
    font-size: 1rem;
  }
}
@media (min-width: 720px) {
  .say-hi {
    font-size: 1.1rem;
  }
}
@media (min-width: 960px) {
  .say-hi {
    font-size: 1.3rem;
  }
}
@media (min-width: 1200px) {
  .say-hi {
    font-size: 1.5rem;
  }
}

:root {
  --clr_v1_1:#e07c00;
  --clr_v1_2:#4c3041;
  --clr_v1_3: #f2f2f2;
  --clr_v1_skills:#1f83ff;
  --clr_v1_white:#1f83ff;
  --clr_v1_lang:#f2f2f2;
}

.color-picker > fieldset {
  border: 0;
  width: 40px;
  height: 220px;
  background: var(--clr_v1_3);
  padding: 0.5rem 0.5rem;
  border-radius: 1rem 0 0 1rem;
  border-top: 1px solid var(--clr_v1_1);
  border-bottom: 1px solid var(--clr_v1_1);
  border-left: 1px solid var(--clr_v1_1);
}

.color-picker input[type=radio] {
  appearance: none;
  width: 1rem;
  height: 1rem;
  margin-top: 5px;
  border: 2px solid var(--clr_v1_1, currentColor);
  border-radius: 50%;
}

.color-picker input[type=radio]:checked {
  background-color: var(--radio-color);
}

.color-picker input[type=radio]#dark {
  --radio-color: #232323;
}

.color-picker input[type=radio]#dark1 {
  --radio-color: #232323;
}

.dark {
  --clr_v1_1:#e07c00;
  --clr_v1_2:#4c3041;
  --clr_v1_3: #f2f2f2;
  --clr_v1_skills:#1f83ff;
  --clr_v1_white:#1f83ff;
  --clr_v1_lang:#f2f2f2;
}

.dark1 {
  --clr_v1_1:#f1f0f0;
  --clr_v1_2:#9eacaa;
  --clr_v1_3: #003b4d;
  --clr_v1_skills:#0e0f0f;
  --clr_v1_white: #615355;
  --clr_v1_lang:#003b4d;
}

:root:has(#dark:checked) {
  --clr_v1_1:#e07c00;
  --clr_v1_2:#4c3041;
  --clr_v1_3: #f2f2f2;
  --clr_v1_skills:#e07c00;
  --clr_v1_white:#e07c00;
  --clr_v1_lang:#f2f2f2;
}

:root:has(#dark1:checked) {
  --clr_v1_1:#f1f0f0;
  --clr_v1_2:#9eacaa;
  --clr_v1_3: #003b4d;
  --clr_v1_skills:#0e0f0f;
  --clr_v1_white: #615355;
  --clr_v1_lang:#003b4d;
}

.color-picker {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  top: 30vh;
  right: 0;
  z-index: 999995;
  background: var(--clr_v1_3);
  padding: 0.5rem 0.5rem;
  border-radius: 1rem 0 0 1rem;
  border-top: 1px solid var(--clr_v1_1);
  border-bottom: 1px solid var(--clr_v1_1);
  border-left: 1px solid var(--clr_v1_1);
  width: 40px;
  height: 180px;
}

.clr-txt {
  rotate: -90deg;
  white-space: nowrap;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 500;
  padding-left: 5px;
  color: var(--clr_v1_1);
}

.contact-statement {
  display: flex;
  justify-content: center;
  margin: 0;
}
@media (min-width: 0) {
  .contact-statement {
    margin-top: 50px;
  }
}
@media (min-width: 480px) {
  .contact-statement {
    margin-top: 50px;
  }
}
@media (min-width: 720px) {
  .contact-statement {
    margin: 0;
  }
}
@media (min-width: 960px) {
  .contact-statement {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .contact-statement {
    margin: 0;
  }
}

.get-in-touch {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: clamp(3em, 14vw, 260px);
  margin-right: clamp(25px, 5vw, 100px);
  color: var(--clr_v1_1);
}

.fadeInUp {
  animation: fadeInUp 1.5s ease backwards;
}

@keyframes fadeInUp {
  0% {
    transform: translate(0px, 100px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0);
    opacity: 1;
  }
}
.touch {
  color: var(--clr_v1_2);
}

/* PERSONAL INFO */
.contact-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5vw;
}
@media (min-width: 0) {
  .contact-container {
    display: flex;
    flex-direction: column;
    gap: 2vw;
  }
}
@media (min-width: 480px) {
  .contact-container {
    display: flex;
    flex-direction: column;
    gap: 2vw;
  }
}
@media (min-width: 720px) {
  .contact-container {
    display: flex;
    flex-direction: column;
    gap: 5vw;
  }
}
@media (min-width: 960px) {
  .contact-container {
    display: flex;
    flex-direction: row;
    gap: 5vw;
  }
}
@media (min-width: 1200px) {
  .contact-container {
    display: flex;
    flex-direction: row;
    gap: 5vw;
  }
}

.contact-mail-number {
  display: flex;
  gap: 1vw;
  margin-top: 1vw;
}

.info-container {
  display: flex;
  flex-direction: column;
  max-height: 350px;
}
@media (min-width: 0) {
  .info-container {
    display: flex;
    flex-direction: column;
    gap: 1vw;
  }
}
@media (min-width: 480px) {
  .info-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 2vw;
  }
}
@media (min-width: 720px) {
  .info-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 2vw;
  }
}
@media (min-width: 960px) {
  .info-container {
    display: flex;
    flex-direction: column;
    gap: 2vw;
  }
}
@media (min-width: 1200px) {
  .info-container {
    display: flex;
    flex-direction: column;
    gap: 1vw;
  }
}

.me-img {
  width: clamp(200px, 10vw, 400px);
}

.name-title {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  max-height: 200px;
}

.location {
  margin-top: 15px;
}
@media (min-width: 0) {
  .location {
    margin-top: 5px;
  }
}
@media (min-width: 480px) {
  .location {
    margin-top: 5px;
  }
}
@media (min-width: 720px) {
  .location {
    margin-top: 15px;
  }
}
@media (min-width: 960px) {
  .location {
    margin-top: 15px;
  }
}
@media (min-width: 1200px) {
  .location {
    margin-top: 15px;
  }
}

.name-location {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  color: var(--clr_v1_1);
  font-weight: 300;
  font-size: clamp(2rem, 1.8vw, 2.4rem);
}

.pers-info {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: var(--clr_v1_2);
  font-size: clamp(1rem, 1vw, 1.6rem);
  line-height: clamp(1.3rem, 1.3vw, 2rem);
}

/* CONTACT DETAILS */
.contact-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30vw;
  margin-top: 20px;
}

.cnt-icon {
  color: var(--clr_v1_1);
  margin-right: 20px;
  font-size: clamp(16px, 1.2vw, 36px);
}

.es-phone {
  color: var(--clr_v1_1);
  margin-right: 10px;
  font-size: clamp(16px, 1.2vw, 36px);
}

.contact-numbers {
  display: flex;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 1.2vw, 36px);
}

.contact-data-numbers {
  display: flex;
  flex-direction: column;
}

.contact-data-icon {
  display: flex;
  flex-direction: column;
}

.contact-data-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: clamp(350px, 20vw, 500px);
}
@media (min-width: 0) {
  .contact-data-container {
    width: clamp(150px, 65vw, 500px);
    align-items: center;
  }
}
@media (min-width: 480px) {
  .contact-data-container {
    width: clamp(150px, 10vw, 500px);
    align-items: center;
  }
}
@media (min-width: 720px) {
  .contact-data-container {
    width: clamp(150px, 10vw, 500px);
    align-items: center;
  }
}
@media (min-width: 960px) {
  .contact-data-container {
    width: clamp(350px, 20vw, 500px);
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .contact-data-container {
    width: clamp(350px, 20vw, 500px);
    align-items: center;
  }
}

.contact-data-container a {
  text-decoration: none;
  color: var(--clr_v1_2);
}

.contact-data {
  display: flex;
  flex-direction: column;
  height: 50px;
}
@media (min-width: 0) {
  .contact-data {
    height: 25px;
  }
}
@media (min-width: 480px) {
  .contact-data {
    height: 25px;
  }
}
@media (min-width: 720px) {
  .contact-data {
    height: 35px;
  }
}
@media (min-width: 960px) {
  .contact-data {
    height: 35px;
  }
}
@media (min-width: 1200px) {
  .contact-data {
    height: 50px;
  }
}

.soc-icon-list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-height: max-content;
}

.soc-icon {
  color: var(--clr_v1_1);
}

.fa-linkedin {
  color: var(--clr_v1_1);
  line-height: 0;
  font-size: 45px;
}

.calendly-btn {
  display: flex;
  justify-content: center;
  margin: clamp(10px, 0.8vw, 50px) auto clamp(20px, 0.8vw, 50px) auto;
  padding: 7px 0;
  border-radius: 8px;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: clamp(16px, 1.2vw, 36px);
  color: rgb(255, 255, 255);
  background-color: var(--clr_v1_1);
  width: clamp(150px, 7vw, 300px);
}

:root {
  --clr_v1_1:#e07c00;
  --clr_v1_2:#4c3041;
  --clr_v1_3: #f2f2f2;
  --clr_v1_skills:#1f83ff;
  --clr_v1_white:#1f83ff;
  --clr_v1_lang:#f2f2f2;
}

.color-picker > fieldset {
  border: 0;
  width: 40px;
  height: 220px;
  background: var(--clr_v1_3);
  padding: 0.5rem 0.5rem;
  border-radius: 1rem 0 0 1rem;
  border-top: 1px solid var(--clr_v1_1);
  border-bottom: 1px solid var(--clr_v1_1);
  border-left: 1px solid var(--clr_v1_1);
}

.color-picker input[type=radio] {
  appearance: none;
  width: 1rem;
  height: 1rem;
  margin-top: 5px;
  border: 2px solid var(--clr_v1_1, currentColor);
  border-radius: 50%;
}

.color-picker input[type=radio]:checked {
  background-color: var(--radio-color);
}

.color-picker input[type=radio]#dark {
  --radio-color: #232323;
}

.color-picker input[type=radio]#dark1 {
  --radio-color: #232323;
}

.dark {
  --clr_v1_1:#e07c00;
  --clr_v1_2:#4c3041;
  --clr_v1_3: #f2f2f2;
  --clr_v1_skills:#1f83ff;
  --clr_v1_white:#1f83ff;
  --clr_v1_lang:#f2f2f2;
}

.dark1 {
  --clr_v1_1:#f1f0f0;
  --clr_v1_2:#9eacaa;
  --clr_v1_3: #003b4d;
  --clr_v1_skills:#0e0f0f;
  --clr_v1_white: #615355;
  --clr_v1_lang:#003b4d;
}

:root:has(#dark:checked) {
  --clr_v1_1:#e07c00;
  --clr_v1_2:#4c3041;
  --clr_v1_3: #f2f2f2;
  --clr_v1_skills:#e07c00;
  --clr_v1_white:#e07c00;
  --clr_v1_lang:#f2f2f2;
}

:root:has(#dark1:checked) {
  --clr_v1_1:#f1f0f0;
  --clr_v1_2:#9eacaa;
  --clr_v1_3: #003b4d;
  --clr_v1_skills:#0e0f0f;
  --clr_v1_white: #615355;
  --clr_v1_lang:#003b4d;
}

.color-picker {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  top: 30vh;
  right: 0;
  z-index: 999995;
  background: var(--clr_v1_3);
  padding: 0.5rem 0.5rem;
  border-radius: 1rem 0 0 1rem;
  border-top: 1px solid var(--clr_v1_1);
  border-bottom: 1px solid var(--clr_v1_1);
  border-left: 1px solid var(--clr_v1_1);
  width: 40px;
  height: 180px;
}

.clr-txt {
  rotate: -90deg;
  white-space: nowrap;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 500;
  padding-left: 5px;
  color: var(--clr_v1_1);
}

:root {
  --clr_v1_1:#e07c00;
  --clr_v1_2:#4c3041;
  --clr_v1_3: #f2f2f2;
  --clr_v1_skills:#1f83ff;
  --clr_v1_white:#1f83ff;
  --clr_v1_lang:#f2f2f2;
}

.color-picker > fieldset {
  border: 0;
  width: 40px;
  height: 220px;
  background: var(--clr_v1_3);
  padding: 0.5rem 0.5rem;
  border-radius: 1rem 0 0 1rem;
  border-top: 1px solid var(--clr_v1_1);
  border-bottom: 1px solid var(--clr_v1_1);
  border-left: 1px solid var(--clr_v1_1);
}

.color-picker input[type=radio] {
  appearance: none;
  width: 1rem;
  height: 1rem;
  margin-top: 5px;
  border: 2px solid var(--clr_v1_1, currentColor);
  border-radius: 50%;
}

.color-picker input[type=radio]:checked {
  background-color: var(--radio-color);
}

.color-picker input[type=radio]#dark {
  --radio-color: #232323;
}

.color-picker input[type=radio]#dark1 {
  --radio-color: #232323;
}

.dark {
  --clr_v1_1:#e07c00;
  --clr_v1_2:#4c3041;
  --clr_v1_3: #f2f2f2;
  --clr_v1_skills:#1f83ff;
  --clr_v1_white:#1f83ff;
  --clr_v1_lang:#f2f2f2;
}

.dark1 {
  --clr_v1_1:#f1f0f0;
  --clr_v1_2:#9eacaa;
  --clr_v1_3: #003b4d;
  --clr_v1_skills:#0e0f0f;
  --clr_v1_white: #615355;
  --clr_v1_lang:#003b4d;
}

:root:has(#dark:checked) {
  --clr_v1_1:#e07c00;
  --clr_v1_2:#4c3041;
  --clr_v1_3: #f2f2f2;
  --clr_v1_skills:#e07c00;
  --clr_v1_white:#e07c00;
  --clr_v1_lang:#f2f2f2;
}

:root:has(#dark1:checked) {
  --clr_v1_1:#f1f0f0;
  --clr_v1_2:#9eacaa;
  --clr_v1_3: #003b4d;
  --clr_v1_skills:#0e0f0f;
  --clr_v1_white: #615355;
  --clr_v1_lang:#003b4d;
}

.color-picker {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  top: 30vh;
  right: 0;
  z-index: 999995;
  background: var(--clr_v1_3);
  padding: 0.5rem 0.5rem;
  border-radius: 1rem 0 0 1rem;
  border-top: 1px solid var(--clr_v1_1);
  border-bottom: 1px solid var(--clr_v1_1);
  border-left: 1px solid var(--clr_v1_1);
  width: 40px;
  height: 180px;
}

.clr-txt {
  rotate: -90deg;
  white-space: nowrap;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 500;
  padding-left: 5px;
  color: var(--clr_v1_1);
}

.navigator {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  background: var(--clr_v1_3);
  border-radius: 25px;
  display: flex;
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 999998;
}
@media (min-width: 0) {
  .navigator {
    font-size: 1.1rem;
  }
}
@media (min-width: 480px) {
  .navigator {
    font-size: 1.1rem;
  }
}
@media (min-width: 720px) {
  .navigator {
    font-size: 1.1rem;
  }
}
@media (min-width: 960px) {
  .navigator {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .navigator {
    font-size: 1.4rem;
  }
}

.nav {
  background: var(--clr_v1_3);
  border-radius: 25px;
}

.nav-content {
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  filter: invert(100%);
}

.skills {
  position: fixed;
  left: 0;
  font-size: 3.8rem;
  line-height: 1.8em;
  font-weight: 600;
  color: var(--clr_v1_white);
}
@media (min-width: 0) {
  .skills {
    font-size: 2.7rem;
  }
}
@media (min-width: 480px) {
  .skills {
    font-size: 2.7rem;
  }
}
@media (min-width: 720px) {
  .skills {
    font-size: 2.7rem;
  }
}
@media (min-width: 960px) {
  .skills {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .skills {
    font-size: 3.8rem;
  }
}

.skills-btn {
  text-decoration: none;
  border-radius: 25px;
  height: 45px;
  max-width: 45px;
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  overflow: hidden;
  transition: max-width 0.5s;
  background: var(--clr_v1_white);
  color: var(--clr_v1_skills);
  mix-blend-mode: difference;
}
@media (min-width: 0) {
  .skills-btn {
    height: 30px;
    max-width: 30px;
  }
}
@media (min-width: 480px) {
  .skills-btn {
    height: 30px;
    max-width: 30px;
  }
}
@media (min-width: 720px) {
  .skills-btn {
    height: 30px;
    max-width: 30px;
  }
}
@media (min-width: 960px) {
  .skills-btn {
    height: 35px;
    max-width: 35px;
  }
}
@media (min-width: 1200px) {
  .skills-btn {
    height: 45px;
    max-width: 45px;
  }
}

.skills-btn:hover {
  max-width: 300px;
  /* Invert on hover and prevent mousemove flickering bug Chrome */
  mix-blend-mode: normal;
  background: var(--clr_v1_1);
  color: var(--clr_v1_3);
  filter: invert(100%);
}

.text {
  transition: opacity 0.5s;
  opacity: 0;
  padding: 0 1.5rem;
  font-weight: 600;
}
@media (min-width: 0) {
  .text {
    padding: 0 0.5rem;
  }
}
@media (min-width: 480px) {
  .text {
    padding: 0 0.8rem;
  }
}
@media (min-width: 720px) {
  .text {
    padding: 0 1rem;
  }
}
@media (min-width: 960px) {
  .text {
    padding: 0 1.2rem;
  }
}
@media (min-width: 1200px) {
  .text {
    padding: 0 1.5rem;
  }
}

.skills-btn:hover .text {
  opacity: 1;
}

.contact a {
  position: fixed;
  display: flex;
  max-width: 300px;
  max-height: 100px;
  right: 1vw;
  bottom: 10px;
  z-index: 999997;
  align-items: center;
  cursor: pointer;
}

.work-btn {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  position: fixed;
  color: var(--clr_v1_1);
  top: 20px;
  right: 20px;
  font-size: clamp(20px, 1.8vw, 36px);
  font-weight: 600;
  background: transparent;
  cursor: pointer;
  border: none;
  z-index: 999999;
}

.face-container {
  display: flex;
  align-items: center;
  position: relative;
  width: 200px;
  gap: 1vw;
  height: 90px;
  /*   background:green; */
}
@media (min-width: 0) {
  .face-container {
    width: 130px;
    height: 50px;
  }
}
@media (min-width: 480px) {
  .face-container {
    width: 140px;
    height: 60px;
  }
}
@media (min-width: 720px) {
  .face-container {
    width: 150px;
    height: 70px;
  }
}
@media (min-width: 960px) {
  .face-container {
    width: 180px;
    height: 80px;
  }
}
@media (min-width: 1200px) {
  .face-container {
    width: 200px;
    height: 90px;
  }
}

/* 
 * Position both images in same place
*/
.hover-switch > svg {
  position: absolute;
  bottom: 1vw;
  right: 10px;
  max-height: 90px;
  color: var(--clr_v1_1);
}
@media (min-width: 0) {
  .hover-switch > svg {
    max-height: 50px;
  }
}
@media (min-width: 480px) {
  .hover-switch > svg {
    max-height: 60px;
  }
}
@media (min-width: 720px) {
  .hover-switch > svg {
    max-height: 70px;
  }
}
@media (min-width: 960px) {
  .hover-switch > svg {
    max-height: 80px;
  }
}
@media (min-width: 1200px) {
  .hover-switch > svg {
    max-height: 90px;
  }
}

/* 
 * Show the last image by default
*/
.face-container > svg:last-of-type {
  opacity: 1;
}

/* 
 * Hide the last image on hover
*/
.face-container:hover > svg:last-of-type {
  opacity: 0;
}

.face-container:active > svg:last-of-type {
  opacity: 0;
}

a {
  text-decoration: none;
}

.say-hi {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  color: var(--clr_v1_1);
  font-weight: 600;
  position: absolute;
  bottom: 50%;
  left: 10px;
}
@media (min-width: 0) {
  .say-hi {
    font-size: 1rem;
  }
}
@media (min-width: 480px) {
  .say-hi {
    font-size: 1rem;
  }
}
@media (min-width: 720px) {
  .say-hi {
    font-size: 1.1rem;
  }
}
@media (min-width: 960px) {
  .say-hi {
    font-size: 1.3rem;
  }
}
@media (min-width: 1200px) {
  .say-hi {
    font-size: 1.5rem;
  }
}

.portfolio_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: 100vh;
  max-width: 100vw;
  width: 100%;
  margin: 0;
}

.portfolio_container > img {
  max-width: 100vw;
  width: 100%;
  margin: 0;
}

.arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: clamp(12px, 2vw, 32px);
  border-radius: 50%;
  width: clamp(25px, 3vw, 70px);
  height: clamp(25px, 3vw, 70px);
  padding: 5px;
  align-self: center;
}

.r-arrow {
  position: fixed;
  top: 50%;
  bottom: 50%;
  right: 1.5vw;
}

.l-arrow {
  position: fixed;
  top: 50%;
  bottom: 50%;
  left: 1.5vw;
}

:root {
  --clr_v1_1:#e07c00;
  --clr_v1_2:#4c3041;
  --clr_v1_3: #f2f2f2;
  --clr_v1_skills:#1f83ff;
  --clr_v1_white:#1f83ff;
  --clr_v1_lang:#f2f2f2;
}

.color-picker > fieldset {
  border: 0;
  width: 40px;
  height: 220px;
  background: var(--clr_v1_3);
  padding: 0.5rem 0.5rem;
  border-radius: 1rem 0 0 1rem;
  border-top: 1px solid var(--clr_v1_1);
  border-bottom: 1px solid var(--clr_v1_1);
  border-left: 1px solid var(--clr_v1_1);
}

.color-picker input[type=radio] {
  appearance: none;
  width: 1rem;
  height: 1rem;
  margin-top: 5px;
  border: 2px solid var(--clr_v1_1, currentColor);
  border-radius: 50%;
}

.color-picker input[type=radio]:checked {
  background-color: var(--radio-color);
}

.color-picker input[type=radio]#dark {
  --radio-color: #232323;
}

.color-picker input[type=radio]#dark1 {
  --radio-color: #232323;
}

.dark {
  --clr_v1_1:#e07c00;
  --clr_v1_2:#4c3041;
  --clr_v1_3: #f2f2f2;
  --clr_v1_skills:#1f83ff;
  --clr_v1_white:#1f83ff;
  --clr_v1_lang:#f2f2f2;
}

.dark1 {
  --clr_v1_1:#f1f0f0;
  --clr_v1_2:#9eacaa;
  --clr_v1_3: #003b4d;
  --clr_v1_skills:#0e0f0f;
  --clr_v1_white: #615355;
  --clr_v1_lang:#003b4d;
}

:root:has(#dark:checked) {
  --clr_v1_1:#e07c00;
  --clr_v1_2:#4c3041;
  --clr_v1_3: #f2f2f2;
  --clr_v1_skills:#e07c00;
  --clr_v1_white:#e07c00;
  --clr_v1_lang:#f2f2f2;
}

:root:has(#dark1:checked) {
  --clr_v1_1:#f1f0f0;
  --clr_v1_2:#9eacaa;
  --clr_v1_3: #003b4d;
  --clr_v1_skills:#0e0f0f;
  --clr_v1_white: #615355;
  --clr_v1_lang:#003b4d;
}

.color-picker {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  top: 30vh;
  right: 0;
  z-index: 999995;
  background: var(--clr_v1_3);
  padding: 0.5rem 0.5rem;
  border-radius: 1rem 0 0 1rem;
  border-top: 1px solid var(--clr_v1_1);
  border-bottom: 1px solid var(--clr_v1_1);
  border-left: 1px solid var(--clr_v1_1);
  width: 40px;
  height: 180px;
}

.clr-txt {
  rotate: -90deg;
  white-space: nowrap;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 500;
  padding-left: 5px;
  color: var(--clr_v1_1);
}

.navigator {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  background: var(--clr_v1_3);
  border-radius: 25px;
  display: flex;
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 999998;
}
@media (min-width: 0) {
  .navigator {
    font-size: 1.1rem;
  }
}
@media (min-width: 480px) {
  .navigator {
    font-size: 1.1rem;
  }
}
@media (min-width: 720px) {
  .navigator {
    font-size: 1.1rem;
  }
}
@media (min-width: 960px) {
  .navigator {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .navigator {
    font-size: 1.4rem;
  }
}

.nav {
  background: var(--clr_v1_3);
  border-radius: 25px;
}

.nav-content {
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  filter: invert(100%);
}

.skills {
  position: fixed;
  left: 0;
  font-size: 3.8rem;
  line-height: 1.8em;
  font-weight: 600;
  color: var(--clr_v1_white);
}
@media (min-width: 0) {
  .skills {
    font-size: 2.7rem;
  }
}
@media (min-width: 480px) {
  .skills {
    font-size: 2.7rem;
  }
}
@media (min-width: 720px) {
  .skills {
    font-size: 2.7rem;
  }
}
@media (min-width: 960px) {
  .skills {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .skills {
    font-size: 3.8rem;
  }
}

.skills-btn {
  text-decoration: none;
  border-radius: 25px;
  height: 45px;
  max-width: 45px;
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  overflow: hidden;
  transition: max-width 0.5s;
  background: var(--clr_v1_white);
  color: var(--clr_v1_skills);
  mix-blend-mode: difference;
}
@media (min-width: 0) {
  .skills-btn {
    height: 30px;
    max-width: 30px;
  }
}
@media (min-width: 480px) {
  .skills-btn {
    height: 30px;
    max-width: 30px;
  }
}
@media (min-width: 720px) {
  .skills-btn {
    height: 30px;
    max-width: 30px;
  }
}
@media (min-width: 960px) {
  .skills-btn {
    height: 35px;
    max-width: 35px;
  }
}
@media (min-width: 1200px) {
  .skills-btn {
    height: 45px;
    max-width: 45px;
  }
}

.skills-btn:hover {
  max-width: 300px;
  /* Invert on hover and prevent mousemove flickering bug Chrome */
  mix-blend-mode: normal;
  background: var(--clr_v1_1);
  color: var(--clr_v1_3);
  filter: invert(100%);
}

.text {
  transition: opacity 0.5s;
  opacity: 0;
  padding: 0 1.5rem;
  font-weight: 600;
}
@media (min-width: 0) {
  .text {
    padding: 0 0.5rem;
  }
}
@media (min-width: 480px) {
  .text {
    padding: 0 0.8rem;
  }
}
@media (min-width: 720px) {
  .text {
    padding: 0 1rem;
  }
}
@media (min-width: 960px) {
  .text {
    padding: 0 1.2rem;
  }
}
@media (min-width: 1200px) {
  .text {
    padding: 0 1.5rem;
  }
}

.skills-btn:hover .text {
  opacity: 1;
}

.contact a {
  position: fixed;
  display: flex;
  max-width: 300px;
  max-height: 100px;
  right: 1vw;
  bottom: 10px;
  z-index: 999997;
  align-items: center;
  cursor: pointer;
}

.work-btn {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  position: fixed;
  color: var(--clr_v1_1);
  top: 20px;
  right: 20px;
  font-size: clamp(20px, 1.8vw, 36px);
  font-weight: 600;
  background: transparent;
  cursor: pointer;
  border: none;
  z-index: 999999;
}

.face-container {
  display: flex;
  align-items: center;
  position: relative;
  width: 200px;
  gap: 1vw;
  height: 90px;
  /*   background:green; */
}
@media (min-width: 0) {
  .face-container {
    width: 130px;
    height: 50px;
  }
}
@media (min-width: 480px) {
  .face-container {
    width: 140px;
    height: 60px;
  }
}
@media (min-width: 720px) {
  .face-container {
    width: 150px;
    height: 70px;
  }
}
@media (min-width: 960px) {
  .face-container {
    width: 180px;
    height: 80px;
  }
}
@media (min-width: 1200px) {
  .face-container {
    width: 200px;
    height: 90px;
  }
}

/* 
 * Position both images in same place
*/
.hover-switch > svg {
  position: absolute;
  bottom: 1vw;
  right: 10px;
  max-height: 90px;
  color: var(--clr_v1_1);
}
@media (min-width: 0) {
  .hover-switch > svg {
    max-height: 50px;
  }
}
@media (min-width: 480px) {
  .hover-switch > svg {
    max-height: 60px;
  }
}
@media (min-width: 720px) {
  .hover-switch > svg {
    max-height: 70px;
  }
}
@media (min-width: 960px) {
  .hover-switch > svg {
    max-height: 80px;
  }
}
@media (min-width: 1200px) {
  .hover-switch > svg {
    max-height: 90px;
  }
}

/* 
 * Show the last image by default
*/
.face-container > svg:last-of-type {
  opacity: 1;
}

/* 
 * Hide the last image on hover
*/
.face-container:hover > svg:last-of-type {
  opacity: 0;
}

.face-container:active > svg:last-of-type {
  opacity: 0;
}

a {
  text-decoration: none;
}

.say-hi {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  color: var(--clr_v1_1);
  font-weight: 600;
  position: absolute;
  bottom: 50%;
  left: 10px;
}
@media (min-width: 0) {
  .say-hi {
    font-size: 1rem;
  }
}
@media (min-width: 480px) {
  .say-hi {
    font-size: 1rem;
  }
}
@media (min-width: 720px) {
  .say-hi {
    font-size: 1.1rem;
  }
}
@media (min-width: 960px) {
  .say-hi {
    font-size: 1.3rem;
  }
}
@media (min-width: 1200px) {
  .say-hi {
    font-size: 1.5rem;
  }
}

.portfolio_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: 100vh;
  max-width: 100vw;
  width: 100%;
  margin: 0;
}

.portfolio_container > img {
  max-width: 100vw;
  width: 100%;
  margin: 0;
}

.arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: clamp(12px, 2vw, 32px);
  border-radius: 50%;
  width: clamp(25px, 3vw, 70px);
  height: clamp(25px, 3vw, 70px);
  padding: 5px;
  align-self: center;
}

.r-arrow {
  position: fixed;
  top: 50%;
  bottom: 50%;
  right: 1.5vw;
}

.l-arrow {
  position: fixed;
  top: 50%;
  bottom: 50%;
  left: 1.5vw;
}

:root {
  --clr_v1_1:#e07c00;
  --clr_v1_2:#4c3041;
  --clr_v1_3: #f2f2f2;
  --clr_v1_skills:#1f83ff;
  --clr_v1_white:#1f83ff;
  --clr_v1_lang:#f2f2f2;
}

.color-picker > fieldset {
  border: 0;
  width: 40px;
  height: 220px;
  background: var(--clr_v1_3);
  padding: 0.5rem 0.5rem;
  border-radius: 1rem 0 0 1rem;
  border-top: 1px solid var(--clr_v1_1);
  border-bottom: 1px solid var(--clr_v1_1);
  border-left: 1px solid var(--clr_v1_1);
}

.color-picker input[type=radio] {
  appearance: none;
  width: 1rem;
  height: 1rem;
  margin-top: 5px;
  border: 2px solid var(--clr_v1_1, currentColor);
  border-radius: 50%;
}

.color-picker input[type=radio]:checked {
  background-color: var(--radio-color);
}

.color-picker input[type=radio]#dark {
  --radio-color: #232323;
}

.color-picker input[type=radio]#dark1 {
  --radio-color: #232323;
}

.dark {
  --clr_v1_1:#e07c00;
  --clr_v1_2:#4c3041;
  --clr_v1_3: #f2f2f2;
  --clr_v1_skills:#1f83ff;
  --clr_v1_white:#1f83ff;
  --clr_v1_lang:#f2f2f2;
}

.dark1 {
  --clr_v1_1:#f1f0f0;
  --clr_v1_2:#9eacaa;
  --clr_v1_3: #003b4d;
  --clr_v1_skills:#0e0f0f;
  --clr_v1_white: #615355;
  --clr_v1_lang:#003b4d;
}

:root:has(#dark:checked) {
  --clr_v1_1:#e07c00;
  --clr_v1_2:#4c3041;
  --clr_v1_3: #f2f2f2;
  --clr_v1_skills:#e07c00;
  --clr_v1_white:#e07c00;
  --clr_v1_lang:#f2f2f2;
}

:root:has(#dark1:checked) {
  --clr_v1_1:#f1f0f0;
  --clr_v1_2:#9eacaa;
  --clr_v1_3: #003b4d;
  --clr_v1_skills:#0e0f0f;
  --clr_v1_white: #615355;
  --clr_v1_lang:#003b4d;
}

.color-picker {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  top: 30vh;
  right: 0;
  z-index: 999995;
  background: var(--clr_v1_3);
  padding: 0.5rem 0.5rem;
  border-radius: 1rem 0 0 1rem;
  border-top: 1px solid var(--clr_v1_1);
  border-bottom: 1px solid var(--clr_v1_1);
  border-left: 1px solid var(--clr_v1_1);
  width: 40px;
  height: 180px;
}

.clr-txt {
  rotate: -90deg;
  white-space: nowrap;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 500;
  padding-left: 5px;
  color: var(--clr_v1_1);
}

.navigator {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  background: var(--clr_v1_3);
  border-radius: 25px;
  display: flex;
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 999998;
}
@media (min-width: 0) {
  .navigator {
    font-size: 1.1rem;
  }
}
@media (min-width: 480px) {
  .navigator {
    font-size: 1.1rem;
  }
}
@media (min-width: 720px) {
  .navigator {
    font-size: 1.1rem;
  }
}
@media (min-width: 960px) {
  .navigator {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .navigator {
    font-size: 1.4rem;
  }
}

.nav {
  background: var(--clr_v1_3);
  border-radius: 25px;
}

.nav-content {
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  filter: invert(100%);
}

.skills {
  position: fixed;
  left: 0;
  font-size: 3.8rem;
  line-height: 1.8em;
  font-weight: 600;
  color: var(--clr_v1_white);
}
@media (min-width: 0) {
  .skills {
    font-size: 2.7rem;
  }
}
@media (min-width: 480px) {
  .skills {
    font-size: 2.7rem;
  }
}
@media (min-width: 720px) {
  .skills {
    font-size: 2.7rem;
  }
}
@media (min-width: 960px) {
  .skills {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .skills {
    font-size: 3.8rem;
  }
}

.skills-btn {
  text-decoration: none;
  border-radius: 25px;
  height: 45px;
  max-width: 45px;
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  overflow: hidden;
  transition: max-width 0.5s;
  background: var(--clr_v1_white);
  color: var(--clr_v1_skills);
  mix-blend-mode: difference;
}
@media (min-width: 0) {
  .skills-btn {
    height: 30px;
    max-width: 30px;
  }
}
@media (min-width: 480px) {
  .skills-btn {
    height: 30px;
    max-width: 30px;
  }
}
@media (min-width: 720px) {
  .skills-btn {
    height: 30px;
    max-width: 30px;
  }
}
@media (min-width: 960px) {
  .skills-btn {
    height: 35px;
    max-width: 35px;
  }
}
@media (min-width: 1200px) {
  .skills-btn {
    height: 45px;
    max-width: 45px;
  }
}

.skills-btn:hover {
  max-width: 300px;
  /* Invert on hover and prevent mousemove flickering bug Chrome */
  mix-blend-mode: normal;
  background: var(--clr_v1_1);
  color: var(--clr_v1_3);
  filter: invert(100%);
}

.text {
  transition: opacity 0.5s;
  opacity: 0;
  padding: 0 1.5rem;
  font-weight: 600;
}
@media (min-width: 0) {
  .text {
    padding: 0 0.5rem;
  }
}
@media (min-width: 480px) {
  .text {
    padding: 0 0.8rem;
  }
}
@media (min-width: 720px) {
  .text {
    padding: 0 1rem;
  }
}
@media (min-width: 960px) {
  .text {
    padding: 0 1.2rem;
  }
}
@media (min-width: 1200px) {
  .text {
    padding: 0 1.5rem;
  }
}

.skills-btn:hover .text {
  opacity: 1;
}

.contact a {
  position: fixed;
  display: flex;
  max-width: 300px;
  max-height: 100px;
  right: 1vw;
  bottom: 10px;
  z-index: 999997;
  align-items: center;
  cursor: pointer;
}

.work-btn {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  position: fixed;
  color: var(--clr_v1_1);
  top: 20px;
  right: 20px;
  font-size: clamp(20px, 1.8vw, 36px);
  font-weight: 600;
  background: transparent;
  cursor: pointer;
  border: none;
  z-index: 999999;
}

.face-container {
  display: flex;
  align-items: center;
  position: relative;
  width: 200px;
  gap: 1vw;
  height: 90px;
  /*   background:green; */
}
@media (min-width: 0) {
  .face-container {
    width: 130px;
    height: 50px;
  }
}
@media (min-width: 480px) {
  .face-container {
    width: 140px;
    height: 60px;
  }
}
@media (min-width: 720px) {
  .face-container {
    width: 150px;
    height: 70px;
  }
}
@media (min-width: 960px) {
  .face-container {
    width: 180px;
    height: 80px;
  }
}
@media (min-width: 1200px) {
  .face-container {
    width: 200px;
    height: 90px;
  }
}

/* 
 * Position both images in same place
*/
.hover-switch > svg {
  position: absolute;
  bottom: 1vw;
  right: 10px;
  max-height: 90px;
  color: var(--clr_v1_1);
}
@media (min-width: 0) {
  .hover-switch > svg {
    max-height: 50px;
  }
}
@media (min-width: 480px) {
  .hover-switch > svg {
    max-height: 60px;
  }
}
@media (min-width: 720px) {
  .hover-switch > svg {
    max-height: 70px;
  }
}
@media (min-width: 960px) {
  .hover-switch > svg {
    max-height: 80px;
  }
}
@media (min-width: 1200px) {
  .hover-switch > svg {
    max-height: 90px;
  }
}

/* 
 * Show the last image by default
*/
.face-container > svg:last-of-type {
  opacity: 1;
}

/* 
 * Hide the last image on hover
*/
.face-container:hover > svg:last-of-type {
  opacity: 0;
}

.face-container:active > svg:last-of-type {
  opacity: 0;
}

a {
  text-decoration: none;
}

.say-hi {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  color: var(--clr_v1_1);
  font-weight: 600;
  position: absolute;
  bottom: 50%;
  left: 10px;
}
@media (min-width: 0) {
  .say-hi {
    font-size: 1rem;
  }
}
@media (min-width: 480px) {
  .say-hi {
    font-size: 1rem;
  }
}
@media (min-width: 720px) {
  .say-hi {
    font-size: 1.1rem;
  }
}
@media (min-width: 960px) {
  .say-hi {
    font-size: 1.3rem;
  }
}
@media (min-width: 1200px) {
  .say-hi {
    font-size: 1.5rem;
  }
}

:root {
  --clr_v1_1:#e07c00;
  --clr_v1_2:#4c3041;
  --clr_v1_3: #f2f2f2;
  --clr_v1_skills:#1f83ff;
  --clr_v1_white:#1f83ff;
  --clr_v1_lang:#f2f2f2;
}

.color-picker > fieldset {
  border: 0;
  width: 40px;
  height: 220px;
  background: var(--clr_v1_3);
  padding: 0.5rem 0.5rem;
  border-radius: 1rem 0 0 1rem;
  border-top: 1px solid var(--clr_v1_1);
  border-bottom: 1px solid var(--clr_v1_1);
  border-left: 1px solid var(--clr_v1_1);
}

.color-picker input[type=radio] {
  appearance: none;
  width: 1rem;
  height: 1rem;
  margin-top: 5px;
  border: 2px solid var(--clr_v1_1, currentColor);
  border-radius: 50%;
}

.color-picker input[type=radio]:checked {
  background-color: var(--radio-color);
}

.color-picker input[type=radio]#dark {
  --radio-color: #232323;
}

.color-picker input[type=radio]#dark1 {
  --radio-color: #232323;
}

.dark {
  --clr_v1_1:#e07c00;
  --clr_v1_2:#4c3041;
  --clr_v1_3: #f2f2f2;
  --clr_v1_skills:#1f83ff;
  --clr_v1_white:#1f83ff;
  --clr_v1_lang:#f2f2f2;
}

.dark1 {
  --clr_v1_1:#f1f0f0;
  --clr_v1_2:#9eacaa;
  --clr_v1_3: #003b4d;
  --clr_v1_skills:#0e0f0f;
  --clr_v1_white: #615355;
  --clr_v1_lang:#003b4d;
}

:root:has(#dark:checked) {
  --clr_v1_1:#e07c00;
  --clr_v1_2:#4c3041;
  --clr_v1_3: #f2f2f2;
  --clr_v1_skills:#e07c00;
  --clr_v1_white:#e07c00;
  --clr_v1_lang:#f2f2f2;
}

:root:has(#dark1:checked) {
  --clr_v1_1:#f1f0f0;
  --clr_v1_2:#9eacaa;
  --clr_v1_3: #003b4d;
  --clr_v1_skills:#0e0f0f;
  --clr_v1_white: #615355;
  --clr_v1_lang:#003b4d;
}

.color-picker {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  top: 30vh;
  right: 0;
  z-index: 999995;
  background: var(--clr_v1_3);
  padding: 0.5rem 0.5rem;
  border-radius: 1rem 0 0 1rem;
  border-top: 1px solid var(--clr_v1_1);
  border-bottom: 1px solid var(--clr_v1_1);
  border-left: 1px solid var(--clr_v1_1);
  width: 40px;
  height: 180px;
}

.clr-txt {
  rotate: -90deg;
  white-space: nowrap;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 500;
  padding-left: 5px;
  color: var(--clr_v1_1);
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  background: var(--clr_v1_3);
  block-size: 100%;
}

a {
  text-decoration: none;
}

.top-bar {
  min-height: 20px;
}

.project-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100vw;
  min-height: 100vh;
  margin: clamp(45px, 3vw, 150px) 0 clamp(80px, 4vw, 150px) 0;
  padding-bottom: 5px;
  overflow: hidden;
  gap: clamp(50px, 3vw, 200px);
}
@media (min-width: 0) {
  .project-container {
    gap: clamp(20px, 3vw, 200px);
  }
}
@media (min-width: 480px) {
  .project-container {
    gap: clamp(20px, 3vw, 200px);
  }
}
@media (min-width: 720px) {
  .project-container {
    gap: clamp(50px, 3vw, 200px);
  }
}
@media (min-width: 960px) {
  .project-container {
    gap: clamp(50px, 3vw, 200px);
  }
}
@media (min-width: 1200px) {
  .project-container {
    gap: clamp(50px, 3vw, 200px);
  }
}

.projects {
  display: flex;
  justify-content: space-between;
  max-width: 80vw;
  max-height: 40vh;
  padding: 0;
  gap: clamp(5px, 3vw, 200px);
}
@media (min-width: 0) {
  .projects {
    display: flex;
    flex-direction: column;
    max-height: max-content;
    justify-content: space-between;
  }
}
@media (min-width: 480px) {
  .projects {
    display: flex;
    flex-direction: column;
    max-height: max-content;
    justify-content: space-between;
  }
}
@media (min-width: 720px) {
  .projects {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-height: max-content;
  }
}
@media (min-width: 960px) {
  .projects {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-height: max-content;
  }
}
@media (min-width: 1200px) {
  .projects {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-height: max-content;
  }
}

.reverse-col {
  display: flex;
}
@media (min-width: 0) {
  .reverse-col {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (min-width: 480px) {
  .reverse-col {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (min-width: 720px) {
  .reverse-col {
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 960px) {
  .reverse-col {
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .reverse-col {
    display: flex;
    flex-direction: row;
  }
}

.project-tbmn > img {
  width: 45vw;
  max-height: max-content;
}
@media (min-width: 0) {
  .project-tbmn > img {
    width: 80vw;
  }
}
@media (min-width: 480px) {
  .project-tbmn > img {
    width: 80vw;
  }
}
@media (min-width: 720px) {
  .project-tbmn > img {
    width: 45vw;
  }
}
@media (min-width: 960px) {
  .project-tbmn > img {
    width: 45vw;
  }
}
@media (min-width: 1200px) {
  .project-tbmn > img {
    width: 45vw;
  }
}

.project-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 25vw;
  max-height: max-content;
}
@media (min-width: 0) {
  .project-text {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-height: 3vw;
    width: 80vw;
  }
}
@media (min-width: 480px) {
  .project-text {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-height: 3vw;
    width: 80vw;
  }
}
@media (min-width: 720px) {
  .project-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-height: max-content;
    width: 25vw;
  }
}
@media (min-width: 960px) {
  .project-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-height: max-content;
    width: 25vw;
  }
}
@media (min-width: 1200px) {
  .project-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-height: max-content;
    width: 25vw;
  }
}

.project-text-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.project-title {
  display: flex;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: clamp(1rem, 4vw, 11rem);
  line-height: clamp(0.7rem, 6vw, 9rem);
  font-weight: 300;
  color: var(--clr_v1_2);
  margin: 0;
}
@media (min-width: 0) {
  .project-title {
    font-size: clamp(1rem, 4vw, 11rem);
    line-height: clamp(0.7rem, 4vw, 9rem);
  }
}
@media (min-width: 480px) {
  .project-title {
    font-size: clamp(1rem, 4vw, 11rem);
    line-height: clamp(0.7rem, 4vw, 9rem);
  }
}
@media (min-width: 720px) {
  .project-title {
    font-size: clamp(0.7rem, 5vw, 11rem);
    line-height: clamp(0.7rem, 4vw, 9rem);
  }
}
@media (min-width: 960px) {
  .project-title {
    font-size: clamp(0.7rem, 5vw, 11rem);
    line-height: clamp(0.7rem, 4vw, 9rem);
  }
}
@media (min-width: 1200px) {
  .project-title {
    font-size: clamp(0.7rem, 4vw, 11rem);
    line-height: clamp(0.7rem, 4vw, 9rem);
  }
}

.project-scop {
  color: var(--clr_v1_1);
  border: 1px solid var(--clr_v1_1);
  border-radius: 20px;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: clamp(10px, 0.8vw, 3rem);
  font-weight: 700;
  padding: 2px clamp(2px, 1vw, 15px);
  white-space: nowrap;
}

.work-desc {
  display: flex;
  align-items: center;
  max-height: max-content;
  margin-bottom: 5px;
  gap: clamp(5px, 1vw, 15px);
}
@media (min-width: 0) {
  .work-desc {
    margin-bottom: 0;
  }
}
@media (min-width: 480px) {
  .work-desc {
    margin-bottom: 0;
  }
}
@media (min-width: 720px) {
  .work-desc {
    margin-bottom: 5px;
  }
}
@media (min-width: 960px) {
  .work-desc {
    margin-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  .work-desc {
    margin-bottom: 5px;
  }
}

.websites_title-portfolio, .var-logos-title {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: clamp(2rem, 4vw, 11rem);
  line-height: clamp(0.7rem, 6vw, 9rem);
  font-weight: 300;
  color: var(--clr_v1_2);
  margin: clamp(40px, 4vw, 150px) auto;
}

.logos {
  display: flex;
  justify-content: center;
  max-width: 80vw;
  margin-inline: auto;
  margin-bottom: 10vw;
  text-align: center;
}

.var-logos-container {
  display: flex;
  justify-content: center;
  width: max-content;
  height: max-content;
  row-gap: 20px;
  column-gap: 20px;
  flex-wrap: wrap;
}

.var-logos {
  position: relative;
  width: clamp(350px, 20vw, 600px);
  height: clamp(350px, 20vw, 600px);
}

.var-logos img {
  width: clamp(350px, 20vw, 600px);
  transition: opacity 600ms ease-in-out;
}

.logo-img {
  position: absolute;
  top: 0;
  left: 0;
}

.var-logos > img:last-of-type {
  opacity: 1;
}

/* 
 * Hide the last image on hover
*/
.var-logos:hover > img:last-of-type {
  opacity: 0;
}

.var-logos:active > img:last-of-type {
  opacity: 0;
}

.dsg-adds-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  margin: 0;
  max-width: 100vw;
  min-height: 100svh;
  overflow: hidden;
}
@media (min-width: 0) {
  .dsg-adds-container {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    margin: 4vh 0 80px 0;
    row-gap: 10vh;
    min-height: 100svh;
  }
}
@media (min-width: 480px) {
  .dsg-adds-container {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    margin: 4vh 0 80px 0;
    row-gap: 10vh;
    min-height: 100svh;
  }
}
@media (min-width: 720px) {
  .dsg-adds-container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 0;
    min-height: 100svh;
  }
}
@media (min-width: 960px) {
  .dsg-adds-container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 0;
    min-height: 100svh;
  }
}
@media (min-width: 1200px) {
  .dsg-adds-container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 0;
    min-height: 100svh;
  }
}

.dsg-adds {
  min-width: 60vw;
  display: flex;
  flex-direction: column;
  margin: 0;
}
@media (min-width: 0) {
  .dsg-adds {
    display: flex;
    flex-direction: column;
    min-width: 90vw;
    margin-top: 30px;
  }
}
@media (min-width: 480px) {
  .dsg-adds {
    display: flex;
    flex-direction: column;
    min-width: 90vw;
    margin-top: 30px;
  }
}
@media (min-width: 720px) {
  .dsg-adds {
    display: flex;
    flex-direction: column;
    min-width: 50vw;
    margin: 0;
  }
}
@media (min-width: 960px) {
  .dsg-adds {
    display: flex;
    flex-direction: column;
    min-width: 50vw;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .dsg-adds {
    display: flex;
    flex-direction: column;
    min-width: 60vw;
    margin: 0;
  }
}

.dsg-adds-clr1 {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: clamp(2em, 8vw, 250px);
  line-height: clamp(0.9em, 7.5vw, 240px);
  color: var(--clr_v1_2);
  font-weight: 600;
  white-space: nowrap;
}
@media (min-width: 0) {
  .dsg-adds-clr1 {
    font-size: clamp(2em, 12vw, 250px);
    line-height: clamp(1em, 10vw, 240px);
  }
}
@media (min-width: 480px) {
  .dsg-adds-clr1 {
    font-size: clamp(2em, 12vw, 250px);
    line-height: clamp(1em, 10vw, 240px);
  }
}
@media (min-width: 720px) {
  .dsg-adds-clr1 {
    font-size: clamp(2em, 8vw, 250px);
    line-height: clamp(0.9em, 7.5vw, 240px);
  }
}
@media (min-width: 960px) {
  .dsg-adds-clr1 {
    font-size: clamp(2em, 8vw, 250px);
    line-height: clamp(0.9em, 7.5vw, 240px);
  }
}
@media (min-width: 1200px) {
  .dsg-adds-clr1 {
    font-size: clamp(2em, 8vw, 250px);
    line-height: clamp(0.9em, 7.5vw, 240px);
  }
}

.dsg-adds-clr2 {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: clamp(2em, 8vw, 250px);
  line-height: clamp(0.9em, 7.5vw, 240px);
  font-weight: 800;
  padding-bottom: clamp(0.01em, 2vw, 40px);
  text-size-adjust: auto;
  color: var(--clr_v1_1);
  font-style: italic;
}
@media (min-width: 0) {
  .dsg-adds-clr2 {
    font-size: clamp(2em, 12vw, 250px);
    line-height: clamp(1em, 10vw, 240px);
  }
}
@media (min-width: 480px) {
  .dsg-adds-clr2 {
    font-size: clamp(2em, 12vw, 250px);
    line-height: clamp(1em, 10vw, 240px);
  }
}
@media (min-width: 720px) {
  .dsg-adds-clr2 {
    font-size: clamp(2em, 8vw, 250px);
    line-height: clamp(0.9em, 7.5vw, 240px);
  }
}
@media (min-width: 960px) {
  .dsg-adds-clr2 {
    font-size: clamp(2em, 8vw, 250px);
    line-height: clamp(0.9em, 7.5vw, 240px);
  }
}
@media (min-width: 1200px) {
  .dsg-adds-clr2 {
    font-size: clamp(2em, 8vw, 250px);
    line-height: clamp(0.9em, 7.5vw, 240px);
  }
}

.dsg-adds-txt {
  width: 22vw;
}
@media (min-width: 0) {
  .dsg-adds-txt {
    width: 90vw;
  }
}
@media (min-width: 480px) {
  .dsg-adds-txt {
    width: 90vw;
  }
}
@media (min-width: 720px) {
  .dsg-adds-txt {
    width: 30vw;
  }
}
@media (min-width: 960px) {
  .dsg-adds-txt {
    width: 22vw;
  }
}
@media (min-width: 1200px) {
  .dsg-adds-txt {
    width: 22vw;
  }
}

.portf_link {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: clamp(0.7rem, 1.1vw, 2rem);
  line-height: clamp(1.1rem, 1.6vw, 3rem);
  font-style: italic;
  font-weight: 800;
  color: var(--clr_v1_1);
}
@media (min-width: 0) {
  .portf_link {
    font-size: clamp(0.9rem, 1.5vw, 2rem);
    line-height: clamp(1.4rem, 1.6vw, 3rem);
  }
}
@media (min-width: 480px) {
  .portf_link {
    font-size: clamp(0.9rem, 1.5vw, 2rem);
    line-height: clamp(1.4rem, 1.6vw, 3rem);
  }
}
@media (min-width: 720px) {
  .portf_link {
    font-size: clamp(0.9rem, 1.5vw, 2rem);
    line-height: clamp(1.4rem, 1.6vw, 3rem);
  }
}
@media (min-width: 960px) {
  .portf_link {
    font-size: clamp(0.7rem, 1.1vw, 2rem);
    line-height: clamp(1.1rem, 1.6vw, 3rem);
  }
}
@media (min-width: 1200px) {
  .portf_link {
    font-size: clamp(0.7rem, 1.1vw, 2rem);
    line-height: clamp(1.1rem, 1.6vw, 3rem);
  }
}

.intro-txt {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: clamp(0.7rem, 1.1vw, 2rem);
  line-height: clamp(1.1rem, 1.6vw, 3rem);
  font-weight: 400;
  color: var(--clr_v1_1);
}
@media (min-width: 0) {
  .intro-txt {
    font-size: clamp(0.9rem, 1.5vw, 2rem);
    line-height: clamp(1.4rem, 1.6vw, 3rem);
  }
}
@media (min-width: 480px) {
  .intro-txt {
    font-size: clamp(0.9rem, 1.5vw, 2rem);
    line-height: clamp(1.4rem, 1.6vw, 3rem);
  }
}
@media (min-width: 720px) {
  .intro-txt {
    font-size: clamp(0.9rem, 1.5vw, 2rem);
    line-height: clamp(1.4rem, 1.6vw, 3rem);
  }
}
@media (min-width: 960px) {
  .intro-txt {
    font-size: clamp(0.7rem, 1.1vw, 2rem);
    line-height: clamp(1.1rem, 1.6vw, 3rem);
  }
}
@media (min-width: 1200px) {
  .intro-txt {
    font-size: clamp(0.7rem, 1.1vw, 2rem);
    line-height: clamp(1.1rem, 1.6vw, 3rem);
  }
}

.portfolio-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  margin: 0;
  max-width: 100vw;
  min-height: 100svh;
  overflow: hidden;
}
@media (min-width: 0) {
  .portfolio-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 4vh 0 80px 0;
    gap: 10vh;
    min-height: 100svh;
  }
}
@media (min-width: 480px) {
  .portfolio-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 4vh 0 80px 0;
    gap: 10vh;
    min-height: 100svh;
  }
}
@media (min-width: 720px) {
  .portfolio-container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 0;
    min-height: 100svh;
  }
}
@media (min-width: 960px) {
  .portfolio-container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 0;
    min-height: 100svh;
  }
}
@media (min-width: 1200px) {
  .portfolio-container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 0;
    min-height: 100svh;
  }
}

.portfolio-stm {
  min-width: 50vw;
  display: flex;
  flex-direction: column;
  margin: 0;
}
@media (min-width: 0) {
  .portfolio-stm {
    display: flex;
    flex-direction: column;
    min-width: 90vw;
    margin-top: 30px;
  }
}
@media (min-width: 480px) {
  .portfolio-stm {
    display: flex;
    flex-direction: column;
    min-width: 90vw;
    margin-top: 30px;
  }
}
@media (min-width: 720px) {
  .portfolio-stm {
    display: flex;
    flex-direction: column;
    min-width: 50vw;
    margin: 0;
  }
}
@media (min-width: 960px) {
  .portfolio-stm {
    display: flex;
    flex-direction: column;
    min-width: 50vw;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .portfolio-stm {
    display: flex;
    flex-direction: column;
    min-width: 50vw;
    margin: 0;
  }
}

.portfolio-items {
  width: 40vw;
}
@media (min-width: 0) {
  .portfolio-items {
    width: 90vw;
  }
}
@media (min-width: 480px) {
  .portfolio-items {
    width: 90vw;
  }
}
@media (min-width: 720px) {
  .portfolio-items {
    width: 40vw;
  }
}
@media (min-width: 960px) {
  .portfolio-items {
    width: 40vw;
  }
}
@media (min-width: 1200px) {
  .portfolio-items {
    width: 40vw;
  }
}

.project-name {
  display: flex;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: clamp(1.6rem, 4vw, 11rem);
  line-height: clamp(1.8rem, 6vw, 9rem);
  font-weight: 300;
  color: var(--clr_v1_2);
  margin: 0;
}

.border {
  border-top: 1px solid var(--clr_v1_2);
}

.border1 {
  border-top: 1px solid var(--clr_v1_2);
  border-bottom: 1px solid var(--clr_v1_2);
}

.project-name > a {
  color: var(--clr_v1_2);
}

.single-image {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  font-size: 22px;
}

.single-image:nth-child(2),
.single-image:nth-child(4) {
  align-self: flex-end;
}

.cursor {
  top: -100px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  transition: all 0.1s linear, top 0ms linear, left 0ms ease-in-out;
  z-index: 15;
}

.cursor-image-show {
  width: 400px;
  height: 400px;
  top: auto;
  left: auto;
  border-radius: 0;
  transform: translate(-40%, -50%);
  background-size: cover;
  transition: all 0.2s linear, top 0ms linear, left 0ms ease-in-out;
  border: none;
  mix-blend-mode: normal;
  background-size: 100;
}

.portfolio-more {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: clamp(0.7rem, 1.1vw, 2rem);
  line-height: clamp(1.1rem, 1.6vw, 3rem);
  font-style: italic;
  font-weight: 800;
  color: var(--clr_v1_1);
}
@media (min-width: 0) {
  .portfolio-more {
    font-size: clamp(0.9rem, 1.5vw, 2rem);
    line-height: clamp(1.4rem, 1.6vw, 3rem);
  }
}
@media (min-width: 480px) {
  .portfolio-more {
    font-size: clamp(0.9rem, 1.5vw, 2rem);
    line-height: clamp(1.4rem, 1.6vw, 3rem);
  }
}
@media (min-width: 720px) {
  .portfolio-more {
    font-size: clamp(0.9rem, 1.5vw, 2rem);
    line-height: clamp(1.4rem, 1.6vw, 3rem);
  }
}
@media (min-width: 960px) {
  .portfolio-more {
    font-size: clamp(0.7rem, 1.1vw, 2rem);
    line-height: clamp(1.1rem, 1.6vw, 3rem);
  }
}
@media (min-width: 1200px) {
  .portfolio-more {
    font-size: clamp(0.7rem, 1.1vw, 2rem);
    line-height: clamp(1.1rem, 1.6vw, 3rem);
  }
}

.websites_container {
  min-height: 40vh;
  max-height: 100vh;
  max-width: 100vw;
  text-align: center;
}

.websites_title {
  margin: clamp(40px, 4vw, 150px) auto;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: clamp(1.6rem, 4vw, 11rem);
  line-height: clamp(1.8rem, 6vw, 9rem);
  font-weight: 600;
  color: var(--clr_v1_1);
}

.websites-thumbn-container {
  display: flex;
  justify-content: center;
  max-width: 100vw;
  width: 100%;
  gap: 4vw;
  margin: 1vh auto;
  flex-wrap: wrap;
}

.web-thumbn {
  max-height: clamp(230px, 23vw, 900px);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.web-img {
  max-height: clamp(230px, 23vw, 900px);
}

.web-thumbn-txt {
  position: absolute;
  bottom: clamp(20px, 1vw, 50px);
  left: clamp(20px, 1vw, 50px);
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: clamp(1.6rem, 2vw, 11rem);
  font-weight: 600;
  color: rgb(255, 255, 255);
}

.overlay {
  position: absolute; /* Sit on top of the page content */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-color: var(--clr_v1_2); /* Black background with opacity */
  cursor: pointer; /* Add a pointer on hover */
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}

.web-thumbn:hover .overlay {
  opacity: 0.5;
}

h1 {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: clamp(26px, 3.3vw, 70px);
  line-height: clamp(28px, 3.5vw, 72px);
}

h2 {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: clamp(21px, 2.6vw, 45px);
  line-height: clamp(23px, 2.8vw, 47px);
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  background: var(--clr_v1_3);
}

a {
  text-decoration: none;
}

.text-content-title {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: clamp(1.6rem, 1.3vw, 2.2rem);
  line-height: clamp(1rem, 1.6vw, 2.2rem);
  padding-bottom: 2vh;
  color: var(--clr_v1_1);
}

.text-content {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: clamp(0.8rem, 0.9vw, 2rem);
  line-height: clamp(1.2rem, 1.4vw, 3rem);
  font-weight: 400;
  color: var(--clr_v1_1);
}

/*----------------------------------------------------------------------*//*# sourceMappingURL=style.css.map */