.preload{
  transform: translateY(50px);
  transition: all 1s cubic-bezier(0.87, 0.0, 0.15, 1);
}

.preloaded{
  transform: translateY(0px);
}

*{
  user-select: none;
}

.pointer-all{
  pointer-events: all!important;
}

.percantage {
  position: relative;
}

.percentage-inner {
  position: absolute;
  bottom: -100%;
}

.loader-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8000;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}

.loader {
  top: 0;
  position: relative;
  background-color: black;
  z-index: 8000;
  width: 100%;
  height: 100%;
  transition: all 1.5s cubic-bezier(0.87, 0.0, 0.15, 1);
  
  /* Mask compatibility for modern and WebKit-based browsers */
  mask: 
    linear-gradient(black, black) content-box, 
    linear-gradient(black, black);
  mask-composite: exclude;

  -webkit-mask: 
    linear-gradient(black, black) content-box, 
    linear-gradient(black, black);
  -webkit-mask-composite: xor;
  
  padding: 100%; /* The size of the square hole */
}

.loader-on {
  /* Same mask settings as .loader */
  mask: 
    linear-gradient(black, black) content-box, 
    linear-gradient(black, black);
  mask-composite: exclude;

  -webkit-mask: 
    linear-gradient(black, black) content-box, 
    linear-gradient(black, black);
  -webkit-mask-composite: xor;
  
  padding: 0%; /* The size of the square hole */
}

.percentage {
  pointer-events: none;
  z-index: 20000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
}

.percantage-wrapper {
  padding: 50px;
  height: 100%;
  width: 100%;
  position: relative;
}

.percentage-content {
  overflow: hidden;
  transform: translateY(-50%);
  position: relative;
  top: 50%;
}

.percent {
  transform: translateY(100%);
  font-family: Lobenv, sans-serif;
  font-variation-settings: 
    'wght' 450, /* Adjusts weight */
    'slnt' 0;
  font-size: 20vw;
  color: var(--text);
  bottom: 0;
  line-height: 1;
  margin: 0;
  padding: 0;
}


:root {
  --bg: #eee;
  --text: #c2c2c2;
}

body{
  background-color: black;
}

.pointer-none{
  pointer-events: none!important;
}

/* Turn on custom 8px wide scrollbar */
::-webkit-scrollbar {
  width: 0px; /* 1px wider than Lion. */
  /* This is more usable for users trying to click it. */
  background-color: rgba(0,0,0,1);
}
/* hover effect for both scrollbar area, and scrollbar 'thumb' */
::-webkit-scrollbar:hover {
  background-color: rgba(0, 0, 0,1);
}

/* The scrollbar 'thumb' ...that marque oval shape in a scrollbar */
::-webkit-scrollbar-thumb:vertical {
  /* This is the EXACT color of Mac OS scrollbars. 
     Yes, I pulled out digital color meter */
  background: rgba(173, 173, 173, 1);
}
::-webkit-scrollbar-thumb:vertical:active {
  background: rgba(245, 245, 245, 1); /* Some darker color when you click it */
}

.p-0{
  padding-bottom: 0;
  margin-bottom: 0;
}
body {
  cursor: none;
  overflow-x: hidden;
}

#canvasContainer {
  position: relative;
  width: 100vw;
  height: 100vh;
}
#underlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}



.transitionfader{
  pointer-events: none;
  transition: opacity 0.5s ease;
  opacity: 0;
  top: 0;
  position: fixed;
  min-width: 100vw;
  min-height: 100vh;
  background-color: black;
  z-index: 200;
}

button, a {
  cursor: none;
}

.canvasContainer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  pointer-events: none;
}

#custom-cursor {
  position: fixed;
  width: 50px; 
  height: 50px;
  pointer-events: none;
  background-image: url('cursor.webp'); 
  background-size: cover;
  z-index: 29000; 
  display: none; 
} 

 .pointer {
  background-image: url('pointer.webp')!important; 
}


.grainn{
  z-index: 2000;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  pointer-events: none;
}

.hero-spacer{
  height: 100vh;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}



img {
  display: inline-block;
}


.hero-re{
  height: 100%;
  width: 100%;
  position: relative;
}

.hero-section {
  background: linear-gradient(10deg, #000000, #000000, #001f38);
  background-size: 600% 600%;

  -webkit-animation: AnimationName 12s ease infinite;
  -moz-animation: AnimationName 12s ease infinite;
  animation: AnimationName 12s ease infinite;
}

@-webkit-keyframes AnimationName {
  0%{background-position:0% 59%}
  50%{background-position:100% 42%}
  100%{background-position:0% 59%}
}
@-moz-keyframes AnimationName {
  0%{background-position:0% 59%}
  50%{background-position:100% 42%}
  100%{background-position:0% 59%}
}
@keyframes AnimationName {
  0%{background-position:0% 59%}
  50%{background-position:100% 42%}
  100%{background-position:0% 59%}
}

.hero-section {
  /* background-color: rgb(6, 6, 6); */
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 0;
  font-family: Lobenv, sans-serif;
  font-variation-settings:
  'wght' 450,  /* Adjusts weight */
  'slnt' 0;
  display: flex;
  position: fixed;
  top: 0;
  inset: 0% 0% auto;
}

.hero-img {
  z-index: -1;
  object-fit: cover;
  flex: none;
  height: 100%;
  display: block;
}

.mask{
  mask-repeat: no-repeat;
  mask-position: 0%;
  mask-image: url(eclipse.svg);
  mask-size: 60vw;
}

.hidden-opacity {
  opacity: 0;
}
.word {
  opacity: 0;
  filter: brightness(0);
  transform: translateY(10px);
  transition: transform .5s;
}



.word2 {
  filter: blur(100px);
  opacity: 0;
  filter: brightness(100);
  transform: translateY(10px);
  transition: transform .5s;
}
.header {
  pointer-events: none;
  width: 100%;
  z-index: 400;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  mix-blend-mode: difference;
  flex-flow: row;
  flex: 0 auto;
  order: 1;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  height: 35px;
  padding-right: 50px;
  padding-left: 50px;
  display: flex;
  position: fixed;
  top: 49%;
}

.header-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.header-left {
  z-index: 8500;
  width: 40px;
  align-items: center;
  display: flex;
}

.logo {
  z-index: 8500;
  pointer-events: auto;
  opacity: 1;
  mix-blend-mode: difference;
  flex: 0 auto;
  width: 40px;
  height: 100%;
}

.logo-holder {
  z-index: 8500;

  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  mix-blend-mode: normal;
  height: 55px;
}

.path {
  color: var(--text);
  mix-blend-mode: difference;
  width: 100%;
  height: 100%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text500 {
  color: var(--text);
  mix-blend-mode: normal;
  font-family: Lobenv, sans-serif;
  font-variation-settings:
  'wght' 450,  /* Adjusts weight */
  'slnt' 0;
}

.multimedia-text{
  color: #060505;
}

.hero-img-holder {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  top: 0;
}



.works-section {
  margin-top: 20vh;
  position: relative;
  padding-top: 25px;
  z-index: 9;
  background-color: #060505;
  height: 100%;
}

.selected-works-title{
  gap: 30px;
  height: 100%;
  width: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.selected-works-title p{
  font-family: Lobenv;
  font-variation-settings:
  'wght' 550,  /* Adjusts weight */
  'slnt' 0!important;
  color: var(--text);
  font-size: 7vw;
  line-height: 100%;

}

#selected{
  width: 100%!important;
}

#selected .line{
  width: 100%!important;
  gap: 50px;
  display: flex!important;
  justify-content: flex-end!important;
}

.selected-works-title .word{
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  opacity: 1;
  filter: blur(0px);
  transform: translateY(0);
  transition: transform .5s;
}



.footer-spacer{
  position: absolute;
  bottom: -100vh;
  opacity: 0;
  height: 100vh;
}
.hero-bottom {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-end;
  height: 100px;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.gradient{
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  /* background: -moz-linear-gradient(180deg, rgba(203,203,203,0) 0%, rgba(203,203,203,0) 50%, rgba(203,203,203,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(203,203,203,0) 0%, rgba(203,203,203,0) 50%, rgba(203,203,203,1) 100%);
  background: linear-gradient(180deg, rgba(203,203,203,0) 0%, rgba(203,203,203,0) 50%, rgba(203,203,203,1) 100%); */
  background: linear-gradient(180deg, rgba(28,28,28,0) 33%, rgba(13,71,126,0.6181066176470589) 64%, rgba(0,152,207,0.9318321078431373) 84%, rgba(216,244,255,1) 100%)
}

.gradient-top{
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  /* background: -moz-linear-gradient(180deg, rgba(203,203,203,0) 0%, rgba(203,203,203,0) 50%, rgba(203,203,203,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(203,203,203,0) 0%, rgba(203,203,203,0) 50%, rgba(203,203,203,1) 100%);
  background: linear-gradient(180deg, rgba(203,203,203,0) 0%, rgba(203,203,203,0) 50%, rgba(203,203,203,1) 100%); */
  background: linear-gradient(180deg, rgba(255,255,255,0) 71%, rgba(235,245,255,0.5984987745098039) 90%, rgba(249,253,255,1) 100%);

}

.hero-bottom-left {
  z-index: -2;
  justify-content: center;
  display: flex;
  align-items: center;
  position: absolute;
  top: 3%;
  width: 100%;
  display: flex;
}

.bukvic-loris {
  object-fit: cover;
  width: 98%;
}


.hero-bottom-right {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100px;
  display: flex;
}

.hero-scroll {
  text-align: right;
  margin-bottom: 0;
  font-family: Lobenv, sans-serif;
  font-variation-settings:
  'wght' 450,  /* Adjusts weight */
  'slnt' 0;
}

.intro-text {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  color: var(--text);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-bottom: 140px;
  font-family: Lobenv, sans-serif;
  font-variation-settings:
  'wght' 450,  /* Adjusts weight */
  'slnt' 0;
  font-size: 36px;
  line-height: 90%;
  display: flex;
}

.intro-text-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  flex-direction: column-reverse;
}

.intro-p {
  text-align: center;
  font-family: Lobenv, sans-serif;
  font-variation-settings:
  'wght' 450,  /* Adjusts weight */
  'slnt' 0;
  font-size: 53px;
  font-weight: 500;
  line-height: 100%;
}

.nametag-fix{
  z-index: 99;
  pointer-events: none;
  top: 0;
  position: fixed;
  width: 100%;
  height: 100vh;
}

.nametag-re{
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h-flex{
  display: flex;
}

.nametag-container{
  position: absolute;
}

.nametag{
  scale: 1;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.nametag-p{
  text-align: center;
  line-break: unset;
  hyphens: none;
  border-radius: 500px;
  padding: 30px 40px 30px 40px;
  line-height: 100%;
  background-color: #ffffff;
  z-index: 99999;
  font-size: 37px;
  color: white;
  font-size: Lobenv;
}


.intro-p.arrow {
  font-size: 78px;
  line-height: 100%;
}


.work-gallery {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  padding: 0;
}

.work-label {
  opacity: 0;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 10px;
  display: flex;
}

.paragraph-0 {
  color: var(--text);
  margin-bottom: 0;
  font-family: Lobenv, sans-serif;
  font-variation-settings:
  'wght' 450,  /* Adjusts weight */
  'slnt' 0;
  font-size: 16px;
}

.footer {
  opacity: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  bottom: 0;
  background-image: linear-gradient(#060606, #1c1c1c);
  height: 100vh;
}

.scene {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.work-container {
  position: relative;
  aspect-ratio: 1;
}

.lets-talk {
  box-sizing: border-box;
  color: var(--text);
  text-align: center;
  object-fit: fill;
  flex: 0 auto;
  margin-bottom: 0;
  font-family: Lobenv, sans-serif;
  font-variation-settings:
  'wght' 650,  /* Adjusts weight */
  'slnt' 0;
  font-size: 160px;
  font-weight: 600;
  line-height: 100%;
  position: relative;
  bottom: -59px;
}

.lets-talk.paragraph-0 {
  word-break: normal;
  font-style: normal;
  line-height: 80%;
  text-decoration: none;
  bottom: 0;
}

.talk-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: -31px;
}

.lets-talk-container {
  position: relative;
}

.gradient2{
  pointer-events: none;
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: rgb(28,28,28);
  background: -moz-linear-gradient(180deg, rgba(28,28,28,0) 0%, rgba(28,28,28,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(28,28,28,0) 0%, rgba(28,28,28,1) 100%);
  background: linear-gradient(180deg, rgba(28,28,28,0) 0%, rgba(28,28,28,1) 100%);
}
  .button {
  background-color: var(--bg);
  color: #000;
  border-radius: 120px;
  padding: 40px 50px;
  font-family: Lobenv, sans-serif;
  font-variation-settings:
  'wght' 450,  /* Adjusts weight */
  'slnt' 0;
  font-size: 24px;
  font-weight: 500;
  display: block;
  position: absolute;
  inset: -50% auto auto 50%;
  transform: translate(-50%)translate(0);
}

.footer-links {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: absolute;
  top: 35%;
}

.hero-bottom-above {
  mix-blend-mode: difference;
  padding: 26px 50px;
  display: none;
  position: absolute;
  inset: auto 0% 19%;
}

.imgthumb {
  cursor: none;
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.project-banner {
  z-index: 10;
  width: 100vw;
  height: 50vh;
  position: fixed;
  top: 0;
}

.project-banner-img {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 50vh;
  position: fixed;
  top: 0;
}

.projects-content {
  z-index: 19;
  background-color: #000;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.project-content-left {
  align-self: stretch;
  width: 40%;
  padding-top: 70px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.project-content-right {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 70%;
  height: 100%;
  padding: 301px 0 0;
  display: flex;
}

.project-title {
  color: var(--text);
  margin-bottom: 0;
  font-family: Lobenv, sans-serif;
  font-variation-settings:
  'wght' 450,  /* Adjusts weight */
  'slnt' 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 90%;
  position: static;
}

.div-block-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  aspect-ratio: auto;
  display: flex;
  position: static;
  top: 41px;
}

.project-subtitle {
  font-family: Lobenv, sans-serif;
  font-variation-settings:
  'wght' 450,  /* Adjusts weight */
  'slnt' 0;
  font-size: 16px;
  font-weight: 600;
}

.sticky-left {
  z-index: 20;
  margin-bottom: 80px;
  position: sticky;
  top: 156px;
}

.title {
  margin-bottom: 100px;
}

.description {
  margin-bottom: 85px;
  font-family: Lobenv, sans-serif;
  font-variation-settings:
  'wght' 450,  /* Adjusts weight */
  'slnt' 0;
}

.project-description {
  color: var(--text);
  font-size: 16px;
  line-height: 110%;
}

.section {
  height: 50vh;
}

.project-link {
  color: var(--text);
  margin-bottom: 0;
  font-family: Lobenv, sans-serif;
  font-variation-settings:
  'wght' 450,  /* Adjusts weight */
  'slnt' 0;
  font-size: 16px;
  font-weight: 700;
}

.button-outer {
  z-index: 20;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 120px;
  display: flex;
  position: absolute;
  inset: -58% auto auto 50%;
  transform: translate(-50%);
}

.button-inner {
  background-color: var(--bg);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  transform: translate(0);
}

.button-inner:hover, .button-inner:active {
  color: #000;
}

.button-text {
  color: #000;
  text-align: center;
  font-family: Lobenv, sans-serif;
  font-variation-settings:
  'wght' 450,  /* Adjusts weight */
  'slnt' 0;
  font-size: 26px;
  font-weight: 500;
  text-decoration: none;
}

.project-img-right {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.project-img-right-inner {
  width: 100%;
  height: 100%;
}


.about-left {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100%;
  display: flex;
}

.about {
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.about-right {
  background-color: #bababa;
  width: 40%;
  height: 100%;
}

.text-container {
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 100px;
  padding-left: 50px;
  display: flex;
}

.about-text {
  color: var(--text);
  width: 400px;
  max-width: 400px;
  font-family: Lobenv, sans-serif;
  font-variation-settings:
  'wght' 450,  /* Adjusts weight */
  'slnt' 0;
  font-weight: 400;
}

.skill-list-container {
  width: 50%;
  height: 100%;
}

.skill-list {
  color: var(--text);
  height: 100%;
  font-family: Lobenv, sans-serif;
  list-style-type: none;
}

.skills-header {
  margin-bottom: 11px;
  font-weight: 700;
}

.about-button-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 75px;
  padding-left: 50px;
  display: flex;
}

.about-button-contact {
  border: 1px solid #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 100%;
  display: flex;
  position: relative;
}

.text-block {
  color: var(--text);
  text-align: center;
  font-family: Lobenv, sans-serif;
  font-variation-settings:
  'wght' 450,  /* Adjusts weight */
  'slnt' 0;
}

@media screen and (max-width: 1100px) {
  .talk-container{
    bottom: -19px;
  }

  .button-outer{
    inset: -118% auto auto 50%;
  }
  
  .percantage-wrapper{
    padding: 20px;
  }

  .header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .works-section {
    padding-top: 20px;
  }

  .hero-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .work-gallery {
    grid-column-gap: 10px;
  }

  .lets-talk.paragraph-0 {
    font-size: 110px;
  }

  .button {
    padding: 30px;
  }

  .footer-links {
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-content-left {
    width: 40%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-content-right {
    width: 60%;
  }

  .project-link {
    margin-bottom: 30px;
  }

  .about-left {
    flex-flow: column;
    width: 55%;
  }

  .about-right {
    width: 45%;
  }

  .text-container, .about-button-container {
    padding-left: 20px;
  }
}

@media screen and (max-width: 1040px) {

 

  .intro-text {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    margin-top: 20px;
    margin-bottom: 130px;
  }

  

  .intro-text-right {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column-reverse;
    align-content: center;
}

  .button {
    top: -30%;
  }

  .footer-links {
    z-index: 2;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    top: 6%;
  }

  .projects-content {
    flex-flow: column;
  }

  .project-content-left {
    width: 100%;
    padding-bottom: 0;
  }

  .project-content-right {
    width: 100%;
    padding-top: 0;
  }

  .project-link {
    margin-bottom: 30px;
  }

  .about-left {
    order: 1;
    width: 100%;
    height: 60%;
  }

  .about {
    flex-flow: column;
  }

  .about-right {
    order: -1;
    align-self: auto;
    width: 100%;
    height: 70%;
    margin-bottom: 2px;
  }

  .text-container {
    margin-top: 30px;
  }

  .about-button-container {
    margin-bottom: 29px;
  }
}



@media screen and (max-width: 479px) {

  .percantage-wrapper{
    padding: 10px;
  }

  .selected-works-title p{
    margin-top: 10px!important;
  }

  .hero-img-holder{
    transform: translateY(50px);
  }

  .hero-bottom-left{
    z-index: 20;
    margin-top: -10px;
  }

  .nametag{
    display: none;
    scale: 0.7;
  }

  .selected-works-title{
    overflow-x: hidden;
  }

  .header {
    padding-left: 10px;
    padding-right: 10px;
    top: 49%;
  }

  
  .header-left {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
  }

  .text500 {
    display: block;
  }

  .text500.multimedia-text {
    display: block;
  }

  .text500.multimedia-text.visible {
    display: block;
  }

  .works-section {
    padding: 0;
  }

  .hero-bottom {
    padding-left: 10px;
    padding-right: 10px;
  }

  .intro-text {
    margin-top: 0;
    padding: 20px 10px;
  }

  .intro-p {
    font-size: 24px;
    line-height: 85%;
  }

  .intro-p.arrow {
    font-size: 38px;
  }

  .hero-bottom-above {
    padding-left: 10px;
    display: block;
  }

  .img-thumb {
    width: 100%;
    height: 100%;
  }

  .project-content-left {
    padding-left: 10px;
    padding-right: 10px;
  }

  .project-link {
    margin-bottom: 27px;
  }

  .about-left {
    flex-flow: column;
    flex: 0 auto;
    order: 2;
    align-self: auto;
    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
  }

  .about {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 120vh;
    margin-bottom: 0;
  }

  .about-right {
    order: 1;
    height: 100%;
    margin-bottom: 0;
  }

  .text-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    flex: 0 auto;
    order: -1;
    height: 100%;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
  }

  .about-text {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .skill-list {
    margin-bottom: 0;
    padding-left: 0;
  }

  .about-button-container {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 170px;
    height: 170px;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-right: 10px;
    position: absolute;
    inset: auto 0% 0% auto;
    transform: translate(0);
  }

  .about-button-contact {
    height: 75px;
  }
}

#w-node-_71434c4d-dceb-0888-0c62-b249fb3d8037-5f862c01 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}


@media screen and (max-width: 1040px) {
  .scene canvas{
    transform: translateY(45px);
  }
}
@media screen and (max-width: 767px) {


  
  .work-gallery {
    grid-column-gap: 10px;
    grid-row-gap: 40px;
    padding: 0;
  }

  .work-label{
    height: 100%;
    opacity: 1;
  }
  #w-node-_71434c4d-dceb-0888-0c62-b249fb3d8037-5f862c01 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 606px) {
  .button-outer {
    inset: -60% auto auto 50%;
}

.scene canvas{
  transform: translateY(20px)!important;
}
}

@media screen and (min-width: 2500px)  {
  .header,.hero-bottom,.footer-links{
    padding-right: 20vw;
    padding-left: 20vw;
  }

  .about-left{
    width: 50%;
    padding-left: 20vw;
  }
  
}


@font-face {
  font-family: 'Lobenv';
  src: url('../fonts/LobenVariableunkernedVF.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

.link-wrapper{
  pointer-events: auto;
  position: relative;
  overflow: hidden;
}


.link-wrapper-footer{
  pointer-events: none;
}

.pointer-auto{
  pointer-events: auto;
}

.link-wrapper .word{
transform: translateY(0);
opacity: 1;
filter: brightness(1);
}


.link1{
  opacity: 1;
  font-variation-settings:
  'wght' 450,
  'slnt' 0;
}

.link2{
  position: absolute;
  top: -100%;
  font-variation-settings:
  'wght' 450, 
  'slnt' 0;
}

