:root {
  --brand-color5: #1e1e1e;
  --brand-color-1: #31ff64;
  --brand-color-2: #9747ff;
  --brand-color-3: #ff62ae;
  --white: #fff;
  --white-2: white;
  --black: black;
}

.section-1 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section-1.hero {
  aspect-ratio: auto;
  background-color: var(--brand-color5);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.hero-text {
  z-index: 2;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Ppneuemachina, sans-serif;
  font-size: 10vw;
  font-weight: 700;
  line-height: 90%;
  position: relative;
  overflow: visible;
}

.hero-text.green {
  color: var(--brand-color-1);
  font-family: Ppneuemachina, sans-serif;
  font-style: italic;
  font-weight: 700;
}

.navigation {
  z-index: 2147483647;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 58px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 1em;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.logo {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.body {
  background-color: #1e1e1e;
  margin-left: 0;
  overflow: visible;
}

.logo-image {
  height: 100%;
  display: block;
}

.logo-x {
  height: 100%;
}

.underscore {
  height: 30%;
}

.logo-first-x {
  height: 100%;
}

.scroll-wrapper {
  height: 200vh;
  display: block;
  position: relative;
}

.scroll-1 {
  z-index: 2;
  background-color: #1e1e1e;
  border-radius: 0 0% 1% 1%;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100vh;
  margin-top: 0;
  margin-left: 0;
  padding: 2em;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.contact-us {
  z-index: 1;
  background-color: #1e1e1e;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100vh;
  padding: 2em 1em;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.content-section {
  background-color: #1e1e1e;
  display: flex;
  position: relative;
  top: auto;
}

.column1 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-radius: 5%;
  flex-direction: column;
  flex: 1;
  padding: 1em;
  display: flex;
}

.column2 {
  flex: 1;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.photo {
  height: 800px;
}

.photo._1 {
  background-image: url('../images/pentameron-img-2_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 300%;
  border-radius: 5%;
  height: 100vh;
}

.photo._2 {
  background-image: url('../images/pcb-design.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5%;
  height: 100vh;
}

.photo._3 {
  background-image: url('../images/fotonaplo.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5%;
  height: 100vh;
}

.content-holder {
  height: 100%;
  position: relative;
}

.content {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.content._1 {
  z-index: 1;
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  background-color: #1e1e1e;
  flex-direction: column;
  align-items: flex-start;
  padding: 1em 3em;
  display: flex;
}

.content._2 {
  z-index: 5;
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  background-color: #1e1e1e;
  flex-direction: column;
  align-items: flex-start;
  padding: 1em 3em;
  display: flex;
}

.content._3 {
  z-index: 9;
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  background-color: #1e1e1e;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1em 3em;
  display: flex;
}

.section2-description-paragraph {
  color: #fff;
  width: 100%;
  margin-bottom: 0;
  font-family: Ppneuemachina, sans-serif;
  font-size: 15px;
  line-height: 176%;
}

.menu-button {
  z-index: 5;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: .3em 1em .1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-button-mask {
  background-color: #fff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.menu-button-text {
  z-index: 5;
  color: #fff;
  text-transform: uppercase;
  min-width: auto;
  height: auto;
  padding: .3em .5em .1em;
  font-family: Ppneuemachina, sans-serif;
  font-size: 1.2vw;
  line-height: 100%;
  position: relative;
}

.menu-button-text2 {
  z-index: 5;
  color: #fff;
  text-transform: uppercase;
  min-width: auto;
  padding: .3em .5em .1em;
  font-family: Ppneuemachina, sans-serif;
  font-size: 1.2vw;
  line-height: 100%;
  position: relative;
}

.section2-description-title-purple {
  color: var(--brand-color-2);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Ppneuemachina, sans-serif;
  font-size: 5vw;
  font-weight: 700;
  line-height: 100%;
}

.button {
  z-index: 3;
  border: 1px solid #fff;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding: .7em 1em .5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text {
  z-index: 3;
  color: #fff;
  text-transform: uppercase;
  min-width: auto;
  font-family: Ppneuemachina, sans-serif;
  font-size: 16px;
  line-height: 100%;
  position: relative;
}

.buttons-mask {
  z-index: 2;
  background-color: #fff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.contact-me-text {
  color: #fff;
  text-transform: uppercase;
  width: auto;
  font-family: Ppneuemachina, sans-serif;
  font-size: 13vw;
  font-style: normal;
  font-weight: 700;
  line-height: 84%;
}

.contact-me-text-together {
  color: var(--brand-color-3);
  text-transform: uppercase;
  width: 100%;
  font-family: Ppneuemachina, sans-serif;
  font-size: 16vw;
  font-style: italic;
  font-weight: 700;
  line-height: 100%;
}

.together {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
}

.contact-me-title-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 90vh;
  display: flex;
}

.footer-part {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 4fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 20vh;
  padding-bottom: 2em;
  line-height: 90px;
  display: grid;
}

.footer-text {
  color: #fff;
  text-transform: uppercase;
  font-family: Ppneuemachina, sans-serif;
  font-size: 16px;
  line-height: 100%;
}

.footer-text-span {
  text-transform: uppercase;
  font-weight: 700;
}

.footer-part1 {
  align-items: flex-end;
  display: flex;
}

.image {
  z-index: 1;
  opacity: 1;
  width: 70%;
  position: absolute;
  overflow: visible;
}

.white-outline-star {
  z-index: 1;
  width: 10%;
  position: absolute;
  top: auto;
  bottom: 46%;
  left: 13%;
  right: auto;
}

.pink-smiley {
  z-index: 3;
  width: 10%;
  position: absolute;
  top: 21%;
  bottom: auto;
  left: auto;
  right: 12%;
}

.container {
  clear: none;
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  background-color: #1e1e1e;
  justify-content: flex-start;
  width: 600vw;
  height: 100vh;
  padding-left: 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.panel {
  background-color: rgba(0, 0, 0, 0);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: 100vw;
  height: 100vh;
  display: flex;
}

.paneltitle {
  opacity: 1;
  color: var(--brand-color-1);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppneuemachina, sans-serif;
  font-size: 7vw;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  transform: translate(0, 200px);
}

.paneltitle.paneltitle-first {
  margin-left: 0%;
}

.desc-horizontal {
  overflow: hidden;
}

.footer {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: relative;
}

.smiley-icon {
  z-index: 2;
  width: 28vw;
  position: absolute;
  top: -98px;
}

.nav-overlay {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--brand-color-1);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.nav-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
}

.nav-item {
  padding-top: 2em;
  text-decoration: none;
}

.nav-link {
  aspect-ratio: auto;
  color: #000;
  text-transform: uppercase;
  font-family: Ppneuemachina, sans-serif;
  font-size: 9vw;
  font-weight: 700;
  line-height: 74px;
}

.nav-link:hover {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
}

.description-title {
  align-items: flex-end;
  height: 50%;
  display: flex;
}

.description-title-purple {
  color: #9747ff;
  font-family: Ppneuemachina, sans-serif;
  font-size: 9vw;
  font-weight: 700;
  line-height: 100%;
}

.description-text-2 {
  width: 60%;
  height: 50%;
}

.description-container-3 {
  width: 50vw;
  height: 100vh;
  position: relative;
}

.text-block-3 {
  color: #fff;
  margin-top: 2em;
  font-family: Ppneuemachina, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 200%;
}

.pink-smiley {
  width: 13vw;
}

.desc-img-4 {
  z-index: 3;
  width: 18vw;
  position: absolute;
  top: 16%;
  bottom: 0%;
  left: 88%;
  right: auto;
}

.description-smiley2 {
  z-index: 0;
  opacity: .67;
  width: 45vw;
  position: absolute;
  top: 21%;
  bottom: auto;
  left: auto;
  right: -89%;
}

.description-title-white {
  color: #fff;
  font-family: Ppneuemachina, sans-serif;
  font-size: 9vw;
  font-weight: 700;
  line-height: 100%;
}

.description-title-green {
  color: var(--brand-color-1);
  font-family: Ppneuemachina, sans-serif;
  font-size: 9vw;
  font-weight: 700;
  line-height: 100%;
}

.description-title-pink {
  color: var(--brand-color-3);
  font-family: Ppneuemachina, sans-serif;
  font-size: 9vw;
  font-weight: 700;
  line-height: 100%;
}

.desc-img2 {
  z-index: 0;
  opacity: 1;
  width: 22vw;
  position: absolute;
  top: 11%;
  bottom: auto;
  left: auto;
  right: 153%;
}

.desc-img-1 {
  z-index: 1;
  width: 12vw;
  position: absolute;
  top: 55%;
  bottom: 0%;
  left: -44%;
  right: auto;
}

.body-2 {
  background-color: #1e1e1e;
}

.works {
  width: 100%;
  height: auto;
  min-height: 100vh;
  position: relative;
}

.image-holder {
  width: 100%;
  height: 100vh;
  position: fixed;
}

.text-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  padding-top: 4em;
  display: flex;
  position: relative;
}

.image-holder-inner-wrap {
  width: 100%;
  height: 100vh;
  position: relative;
}

.link-holder-1 {
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  text-decoration: none;
  display: flex;
}

.works-title {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  padding-top: .1em;
  font-family: Ppneuemachina, sans-serif;
  font-size: 8vw;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.works-title:hover {
  color: #fff;
  border: 1px #000;
}

.works-x {
  width: 5vw;
}

.works-img-1 {
  background-image: url('../images/30.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.works-img-2 {
  background-image: url('../images/maticka-ezgif.com-jpg-to-webp-converter.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.link-holder-2 {
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  text-decoration: none;
  display: flex;
}

.works-img-3 {
  background-image: url('../images/rem.moments-ezgif.com-jpg-to-webp-converter.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.link-holder-3 {
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  text-decoration: none;
  display: flex;
}

.works-img-4 {
  background-image: url('../images/PCBledlighting-ezgif.com-jpg-to-webp-converter.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.link-holder-4 {
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  text-decoration: none;
  display: flex;
}

.works-img-5 {
  background-image: url('../images/everythingistype-ezgif.com-jpg-to-webp-converter.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.link-holder-5 {
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  white-space: nowrap;
  word-break: keep-all;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  text-decoration: none;
  display: flex;
}

.works-img-6 {
  background-image: url('../images/uvegtron-ezgif.com-jpg-to-webp-converter-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.link-holder-6 {
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  white-space: nowrap;
  word-break: keep-all;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  text-decoration: none;
  display: flex;
}

.works-img-7 {
  background-image: url('../images/pentameron-ezgif.com-jpg-to-webp-converter-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.link-holder-7 {
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  white-space: nowrap;
  word-break: keep-all;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  text-decoration: none;
  display: flex;
}

.div-block-2 {
  overflow: hidden;
}

.proba {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  display: flex;
}

.div-block-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-text-wrapper {
  overflow: hidden;
}

.image-5 {
  z-index: 1;
  width: 60vw;
  position: absolute;
  top: -22%;
  left: 88%;
  transform: rotate(180deg);
}

.desc-img-5 {
  z-index: 2;
  width: 35vw;
  position: absolute;
  top: 52%;
  left: 112%;
}

.image-8 {
  z-index: 1;
  width: 100vw;
  max-width: none;
  height: 100vh;
  position: absolute;
  top: -20%;
  left: 17%;
  transform: rotate(0);
}

.image-9 {
  z-index: 1;
  width: 56vw;
  max-width: none;
  height: auto;
  position: absolute;
  top: 15%;
  left: 69%;
  transform: rotate(0);
}

.desc-img-7 {
  z-index: 3;
  width: 12vw;
  position: absolute;
  top: 53%;
  left: 149%;
}

.desc-img-8 {
  z-index: 1;
  width: 17vw;
  max-width: none;
  height: auto;
  position: absolute;
  top: 37%;
  left: 86%;
  transform: rotate(0);
}

.desc-img-9 {
  z-index: 1;
  width: 20vw;
  max-width: none;
  height: auto;
  position: absolute;
  top: 30%;
  left: 100%;
  transform: rotate(0);
}

.desc-img-3 {
  z-index: 1;
  width: 20vw;
  position: absolute;
  top: 55%;
  bottom: 0%;
  left: -46%;
  right: auto;
}

.desc-img-6 {
  z-index: 3;
  width: 20vw;
  max-width: none;
  height: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 75%;
  right: auto;
  transform: rotate(0);
}

.projects-teaser-button {
  z-index: 11;
  pointer-events: auto;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 30em;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: .3em 1em .1em;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.buttons-teaser-mask {
  z-index: 10;
  background-color: #fff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 0;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-text-3 {
  z-index: 11;
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  min-width: auto;
  padding: .3em .5em .1em;
  font-family: Ppneuemachina, sans-serif;
  font-size: 1.2vw;
  font-style: normal;
  line-height: 100%;
  text-decoration: none;
  position: relative;
  overflow: visible;
}

.button-2 {
  z-index: 7;
  border: 1px solid #fff;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding: .7em 1em .5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.buttons-mask-2 {
  z-index: 6;
  background-color: #fff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.button-text-2 {
  z-index: 7;
  color: #fff;
  text-transform: uppercase;
  min-width: auto;
  font-family: Ppneuemachina, sans-serif;
  font-size: 16px;
  line-height: 100%;
  position: relative;
}

.desc-img-10 {
  z-index: 4;
  width: 13vw;
  position: absolute;
  top: 18.17px;
  left: 443.398px;
}

.marquee-container {
  z-index: 2;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.inner-marquee-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-text {
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: keep-all;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2vw;
  font-family: Ppneuemachina, sans-serif;
  font-size: 12vw;
  line-height: 100%;
  display: inline-block;
}

.image-10 {
  z-index: 2;
  width: 20vw;
  position: absolute;
}

.about-me-text {
  z-index: 2;
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Ppneuemachina, sans-serif;
  font-size: 11vw;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  position: static;
  top: 13%;
  bottom: auto;
  left: auto;
  right: auto;
}

.desc-video {
  z-index: 1;
  background-color: var(--brand-color-3);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/tumblr_njolig48VO1t04x43o1_400.gif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 1em;
  width: 70%;
  height: 100%;
  margin: 0;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.about-me-desc {
  z-index: 2;
  color: var(--white);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  width: 40vw;
  font-family: Ppneuemachina, sans-serif;
  font-size: 2vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.about-me-desc._2 {
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  word-break: normal;
  width: auto;
  height: auto;
  font-size: 3vw;
  text-decoration: none;
  overflow: visible;
}

.about-me-desc._2._3 {
  text-transform: none;
  font-size: 1.5vw;
  font-weight: 400;
  text-decoration: none;
}

.about-me-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  padding-top: 6em;
  padding-left: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 2em;
  right: auto;
}

.body-3 {
  background-color: #1e1e1e;
}

.works-section {
  flex-direction: column;
  width: 100%;
  padding-top: 6em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.text-block-4 {
  margin-top: 0;
}

.works-heading {
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 0;
  font-family: Ppneuemachina, sans-serif;
  font-size: 9vw;
  font-weight: 700;
  line-height: 100%;
  overflow: hidden;
}

.div-block-4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 2%;
  height: 70vh;
}

.works-main-img {
  background-image: url('../images/PCB-led-lighting.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  height: 70vh;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.works-main-img._1 {
  background-image: url('../images/7.webp');
  margin-top: 1em;
  padding-top: 0;
}

.overview {
  padding: 6em 1em;
  display: flex;
}

.works-overview-title {
  color: var(--brand-color-1);
  text-transform: uppercase;
  width: 50%;
  font-family: Ppneuemachina, sans-serif;
  font-size: 2vw;
  font-weight: 700;
  line-height: 100%;
}

.works-overview-desc {
  color: var(--white);
  text-transform: none;
  font-family: Ppneuemachina, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 200%;
}

.image-11 {
  aspect-ratio: auto;
  width: 130%;
  max-width: none;
  height: auto;
}

.div-block-5 {
  width: 100vw;
  padding-left: 2em;
  padding-right: 2em;
}

.works-img-container-1 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  padding-bottom: 2em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.portfolio-works-img-1 {
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50vh;
  display: flex;
  overflow: hidden;
}

.portfolio-works-img-1._1 {
  background-image: url('../images/14_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
}

.inner-works-img2 {
  width: 130%;
}

.portfolio-works-img-3 {
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50vh;
  display: flex;
  overflow: hidden;
}

.inner-works-img-3 {
  width: 130%;
}

.portfolio-works-img-4 {
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  display: flex;
  overflow: hidden;
}

.portfolio-works-img-4._1 {
  background-image: url('../images/28_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
}

.inner-works-img-4 {
  width: 130%;
}

.works-img-container-2, .works-img-container-3 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  padding-bottom: 2em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.portfolio-works-img-5 {
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  display: flex;
  overflow: hidden;
}

.portfolio-works-img-5._1 {
  background-image: url('../images/8.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
}

.inner-works-img-5 {
  width: 130%;
}

.outer-wrapper {
  width: auto;
  overflow: hidden;
}

.work-desc {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.back-to-projects {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 2em;
  padding-right: 1em;
  display: flex;
}

.body-4 {
  background-color: var(--brand-color5);
}

.portfolio-works-img-2 {
  background-image: url('../images/28.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50vh;
  display: flex;
  overflow: hidden;
}

.portfolio-works-img-2._1 {
  background-image: url('../images/22.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
}

.image-12 {
  z-index: -1;
  width: 60vw;
  max-width: none;
  position: absolute;
  top: 67%;
  bottom: auto;
  left: -15%;
  right: auto;
}

.works-emoji {
  z-index: 1;
  width: 10vw;
  position: absolute;
  top: 21%;
  left: 69%;
}

.works-heading-wrapper {
  overflow: hidden;
}

.link-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-part2 {
  align-items: flex-end;
  display: flex;
}

.form {
  background-color: var(--brand-color-2);
}

.field-label {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Ppneuemachina, sans-serif;
  font-size: 1vw;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.text-field {
  color: #623434;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff;
  background-color: rgba(0, 0, 0, 0);
  font-family: Ppneuemachina, sans-serif;
  font-size: 1vw;
  line-height: 100%;
}

.text-input {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 2px solid #fff;
  width: 90%;
  height: auto;
  margin-bottom: 0;
  padding: 1em 0;
  font-family: Ppneuemachina, sans-serif;
  font-size: 1vw;
  line-height: 100%;
}

.footer-form {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 3fr 3fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.name-form-block {
  width: 40%;
}

.form-block {
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  overflow: visible;
}

.form-2 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: none;
}

.submit-button {
  border-radius: 20px;
  width: 20%;
  line-height: 100%;
}

.proooba {
  background-color: #874e4e;
  width: 100vw;
  height: 100vh;
}

.image-13 {
  width: 17vw;
  position: absolute;
  top: 4%;
  bottom: auto;
  left: auto;
  right: 9%;
  transform: rotate(37deg);
}

.div-block-6 {
  width: 100%;
  padding-top: 3em;
  display: flex;
}

.div-block-7 {
  width: 50%;
  position: relative;
}

.section-2 {
  width: 0;
  height: 0;
}

.image-14 {
  height: 100%;
}

.logo-2 {
  height: 60%;
}

.description-mobile {
  display: none;
}

.description-smiley2-mobile {
  z-index: 0;
  opacity: .67;
  width: 45vw;
  position: absolute;
  top: 21%;
  bottom: auto;
  left: auto;
  right: -89%;
}

.desc-img-mobile {
  z-index: 1;
  width: 12vw;
  position: absolute;
  top: 55%;
  bottom: 0%;
  left: -44%;
  right: auto;
}

.description-container-3-mobile {
  width: 50vw;
  height: 100vh;
  position: relative;
}

.description-text-2-mobile {
  width: 60%;
  height: 50%;
}

.text-block-3-mobile {
  color: #fff;
  margin-top: 2em;
  font-family: Ppneuemachina, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 200%;
}

.desc-img-mobile-2, .desc-img-mobile-3, .desc-img-mobile-4, .desc-img-mobile-5, .desc-img-mobile-6 {
  z-index: 1;
  width: 12vw;
  position: absolute;
  top: 55%;
  bottom: 0%;
  left: -44%;
  right: auto;
}

.content-section-mobile {
  background-color: #1e1e1e;
  display: none;
  position: relative;
  top: auto;
}

.column1-mobile {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-radius: 5%;
  flex-direction: column;
  flex: 1;
  padding: 1em;
  display: flex;
}

.column2-mobile {
  flex: 1;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.photomobile {
  height: 800px;
}

.photomobile._1 {
  background-image: url('../images/pentameron-img-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 300%;
  border-radius: 2%;
  height: 100vh;
}

.photomobile._2 {
  background-image: url('../images/pcb-design.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5%;
  height: 100vh;
}

.photomobile._3 {
  background-image: url('../images/fotonaplo.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2%;
  height: 100vh;
}

.photomobile2 {
  height: 800px;
}

.photomobile2._1 {
  background-image: url('../images/pentameron-img-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 300%;
  border-radius: 2%;
  height: 100vh;
}

.photomobile2._2 {
  background-image: url('../images/pcb-design.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5%;
  height: 100vh;
}

.photomobile2._3 {
  background-image: url('../images/fotonaplo.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2%;
  height: 100vh;
}

.hero-text-wrapper-mobile {
  display: none;
  overflow: hidden;
}

.hero-text-wrapper-2 {
  overflow: hidden;
}

.contact-us-mobile {
  z-index: 1;
  background-color: #1e1e1e;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100vh;
  padding: 2em 1em;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.contact-me-title-container-mobile {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 90vh;
  display: flex;
}

.footer-part-mobile {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 4fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 20vh;
  line-height: 90px;
  display: grid;
}

.div-block-6-mobile {
  width: 100%;
  display: flex;
}

.together-mobile {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
}

.contact-me-text-mobile {
  color: #fff;
  text-transform: uppercase;
  width: auto;
  font-family: Ppneuemachina, sans-serif;
  font-size: 10vw;
  font-style: normal;
  font-weight: 700;
  line-height: 84%;
}

.image-13-mobile {
  width: 18vw;
  position: absolute;
  top: 21%;
  bottom: auto;
  left: 38%;
  right: auto;
  transform: rotate(37deg);
}

.contact-me-text-togethermobile {
  color: var(--brand-color-3);
  text-transform: uppercase;
  width: 100%;
  font-family: Ppneuemachina, sans-serif;
  font-size: 16vw;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.footer-form-mobile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 3fr 3fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.form-block-mobile {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.form-2-mobile {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.name-form-block-mobile, .name-form-block-copy {
  width: 40%;
}

.projects-teaser-button-mobile {
  z-index: 11;
  pointer-events: auto;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 2em;
  margin-bottom: 0;
  padding: .7em 1em .5em;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.name-form-block-mobile-2 {
  width: 40%;
}

.button-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  height: 65px;
  padding-top: 1em;
  padding-bottom: 1em;
  display: block;
  overflow: hidden;
}

.proba-mobile {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  display: none;
}

.link-block-mobile {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.marquee-containermobile {
  z-index: 2;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.image-10-mobile {
  z-index: 2;
  width: 20vw;
  position: absolute;
}

.inner-marquee-containermobile {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-text-mobile {
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: keep-all;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2vw;
  font-family: Ppneuemachina, sans-serif;
  font-size: 12vw;
  line-height: 100%;
  display: inline-block;
}

.proba-mini-mobile {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  display: none;
}

.link-block-mini-mobile {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.marquee-container-mini-mobile {
  z-index: 2;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.image-10-mini-mobile {
  z-index: 2;
  width: 20vw;
  position: absolute;
}

.inner-marquee-container-mini-mobile {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-text-mini-mobile {
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: keep-all;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2vw;
  font-family: Ppneuemachina, sans-serif;
  font-size: 12vw;
  line-height: 100%;
  display: inline-block;
}

.image-10-mobile-copy {
  z-index: 2;
  width: 20vw;
  position: absolute;
}

.works-img-8 {
  background-image: url('../images/rem.moments-ezgif.com-jpg-to-webp-converter.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.link-holder-8 {
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  white-space: nowrap;
  word-break: keep-all;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  text-decoration: none;
  display: flex;
}

.works-img-9 {
  background-image: url('../images/bathorylegenda-ezgif.com-jpg-to-webp-converter.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.link-holder-9 {
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  white-space: nowrap;
  word-break: keep-all;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  text-decoration: none;
  display: flex;
}

.works-img-10 {
  background-image: url('../images/depix-ezgif.com-jpg-to-webp-converter.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.link-holder-10 {
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  white-space: nowrap;
  word-break: keep-all;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  text-decoration: none;
  display: flex;
}

.works-img-11 {
  background-image: url('../images/brand-ezgif.com-jpg-to-webp-converter.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.link-holder-11 {
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  white-space: nowrap;
  word-break: keep-all;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  text-decoration: none;
  display: flex;
}

.works-img-12 {
  background-image: url('../images/magyarkartya.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.link-holder-12 {
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  white-space: nowrap;
  word-break: keep-all;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  text-decoration: none;
  display: flex;
}

.works-img-13 {
  background-image: url('../images/magyarkartya-ezgif.com-jpg-to-webp-converter.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.link-holder-13 {
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  white-space: nowrap;
  word-break: keep-all;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  text-decoration: none;
  display: flex;
}

.menu-star {
  z-index: -1;
  width: 70vw;
  position: absolute;
  top: 35%;
  left: 48%;
}

.menu-smiley {
  z-index: -1;
  width: 40vw;
  position: absolute;
  top: -17%;
  left: -11%;
}

.body-5, .body-6, .body-7, .body-8 {
  background-color: var(--brand-color5);
}

.works-main-img1 {
  background-image: url('../images/PCB-led-lighting.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  height: 70vh;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.works-main-img1._1 {
  background-image: url('../images/maticka-img-6.webp');
  margin-top: 1em;
  padding-top: 0;
}

.portfolio-works-img-4--work1 {
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  display: flex;
  overflow: hidden;
}

.portfolio-works-img-4--work1._1 {
  background-image: url('../images/maticka-img-4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
}

.portfolio-works-img-2-works-1 {
  background-image: url('../images/28.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50vh;
  display: flex;
  overflow: hidden;
}

.portfolio-works-img-2-works-1._1 {
  background-image: url('../images/maticka-img-5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
}

.portfolio-works-img-1-work-1 {
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50vh;
  display: flex;
  overflow: hidden;
}

.portfolio-works-img-1-work-1._1 {
  background-image: url('../images/maticka-img-7.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
}

.portfolio-works-img-5-works-1 {
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  display: flex;
  overflow: hidden;
}

.portfolio-works-img-5-works-1._1 {
  background-image: url('../images/maticka-img-3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
}

.works-main-img-work-2 {
  background-image: url('../images/PCB-led-lighting.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  height: 70vh;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.works-main-img-work-2._1 {
  background-image: url('../images/depix-img-5.webp');
  margin-top: 1em;
  padding-top: 0;
}

.portfolio-works-img-4-work-2 {
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  display: flex;
  overflow: hidden;
}

.portfolio-works-img-4-work-2._1 {
  background-image: url('../images/depix-img-3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
}

.portfolio-works-img-2-work2 {
  background-image: url('../images/28.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50vh;
  display: flex;
  overflow: hidden;
}

.portfolio-works-img-2-work2._1 {
  background-image: url('../images/depix-borito.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
}

.portfolio-works-img-1-work-2 {
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50vh;
  display: flex;
  overflow: hidden;
}

.portfolio-works-img-1-work-2._1 {
  background-image: url('../images/depix-img-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
}

.portfolio-works-img-5-work-2 {
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  display: flex;
  overflow: hidden;
}

.portfolio-works-img-5-work-2._1 {
  background-image: url('../images/depix-img-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
}

.works-main-img-work-3 {
  background-image: url('../images/PCB-led-lighting.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  height: 70vh;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.works-main-img-work-3._1 {
  background-image: url('../images/ev-typo-img-4.webp');
  margin-top: 1em;
  padding-top: 0;
}

.portfolio-works-img-4work-3 {
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  display: flex;
  overflow: hidden;
}

.portfolio-works-img-4work-3._1 {
  background-image: url('../images/ev-typo-img-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
}

.portfolio-works-img-2work-3 {
  background-image: url('../images/28.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50vh;
  display: flex;
  overflow: hidden;
}

.portfolio-works-img-2work-3._1 {
  background-image: url('../images/ev-typo-img-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
}

.portfolio-works-img-1-work-3 {
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50vh;
  display: flex;
  overflow: hidden;
}

.portfolio-works-img-1-work-3._1 {
  background-image: url('../images/ev-typo-img-5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
}

.portfolio-works-img-5-work-3 {
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  display: flex;
  overflow: hidden;
}

.portfolio-works-img-5-work-3._1 {
  background-image: url('../images/ev-typo-img-3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
}

.works-main-img--work-4 {
  background-image: url('../images/PCB-led-lighting.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  height: 70vh;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.works-main-img--work-4._1 {
  background-image: url('../images/pentameron-img-4.webp');
  margin-top: 1em;
  padding-top: 0;
}

.portfolio-works-img-4-work4 {
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  display: flex;
  overflow: hidden;
}

.portfolio-works-img-4-work4._1 {
  background-image: url('../images/pentameron-img-3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
}

.portfolio-works-img-2-work-4 {
  background-image: url('../images/28.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50vh;
  display: flex;
  overflow: hidden;
}

.portfolio-works-img-2-work-4._1 {
  background-image: url('../images/Untitled-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
}

.portfolio-works-img-1-work-4 {
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50vh;
  display: flex;
  overflow: hidden;
}

.portfolio-works-img-1-work-4._1 {
  background-image: url('../images/pentameron-img-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
}

.portfolio-works-img-5work-4 {
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  display: flex;
  overflow: hidden;
}

.portfolio-works-img-5work-4._1 {
  background-image: url('../images/pentameron-img-5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
}

.body-9 {
  background-color: var(--brand-color5);
}

.works-main-img-work-5 {
  background-image: url('../images/PCB-led-lighting.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  height: 70vh;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.works-main-img-work-5._1 {
  background-image: url('../images/kartya-img-2.webp');
  margin-top: 1em;
  padding-top: 0;
}

.portfolio-works-img-4-work-5 {
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  display: flex;
  overflow: hidden;
}

.portfolio-works-img-4-work-5._1 {
  background-image: url('../images/kartya-img-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
}

.portfolio-works-img-2-work-5 {
  background-image: url('../images/28.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50vh;
  display: flex;
  overflow: hidden;
}

.portfolio-works-img-2-work-5._1 {
  background-image: url('../images/kartya-img-5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
}

.portfolio-works-img-1-work-5 {
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50vh;
  display: flex;
  overflow: hidden;
}

.portfolio-works-img-1-work-5._1 {
  background-image: url('../images/kartya-img-3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
}

.portfolio-works-img-5-work-5 {
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  display: flex;
  overflow: hidden;
}

.portfolio-works-img-5-work-5._1 {
  background-image: url('../images/kartya-img-4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
}

.body-10 {
  background-color: var(--brand-color5);
}

.works-main-img-work-6 {
  background-image: url('../images/PCB-led-lighting.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  height: 70vh;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.works-main-img-work-6._1 {
  background-image: url('../images/bathory-img-2.webp');
  margin-top: 1em;
  padding-top: 0;
}

.portfolio-works-img-4-work-6 {
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  display: flex;
  overflow: hidden;
}

.portfolio-works-img-4-work-6._1 {
  background-image: url('../images/bathory-img-4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 140vh;
}

.portfolio-works-img-2-work-6 {
  background-image: url('../images/28.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50vh;
  display: flex;
  overflow: hidden;
}

.portfolio-works-img-2-work-6._1 {
  background-image: url('../images/bathory-img-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 90vh;
}

.portfolio-works-img-1-work-6 {
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50vh;
  display: flex;
  overflow: hidden;
}

.portfolio-works-img-1-work-6._1 {
  background-image: url('../images/bathory-img-5.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 90vh;
}

.portfolio-works-img-5-work-6 {
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  display: flex;
  overflow: hidden;
}

.portfolio-works-img-5-work-6._1 {
  background-image: url('../images/bathory-img-3.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 140vh;
}

.body-11 {
  background-color: var(--brand-color5);
}

.works-main-img-work-7 {
  background-image: url('../images/PCB-led-lighting.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  height: 70vh;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.works-main-img-work-7._1 {
  background-image: url('../images/boritokep.webp');
  margin-top: 1em;
  padding-top: 0;
}

.portfolio-works-img-4-work-7 {
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  display: flex;
  overflow: hidden;
}

.portfolio-works-img-4-work-7._1 {
  background-image: url('../images/insta_q.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
}

.portfolio-works-img-2-work-7 {
  background-image: url('../images/28.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50vh;
  display: flex;
  overflow: hidden;
}

.portfolio-works-img-2-work-7._1 {
  background-image: url('../images/insta_e.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
}

.portfolio-works-img-1-work-7 {
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50vh;
  display: flex;
  overflow: hidden;
}

.portfolio-works-img-1-work-7._1 {
  background-image: url('../images/insta_I.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
}

.portfolio-works-img-5-work-7 {
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  display: flex;
  overflow: hidden;
}

.portfolio-works-img-5-work-7._1 {
  background-image: url('../images/insta_d.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
}

.body-12 {
  background-color: var(--brand-color5);
}

.works-main-img-work-8 {
  background-image: url('../images/PCB-led-lighting.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  height: 70vh;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.works-main-img-work-8._1 {
  background-image: url('../images/self-brand-img-2.webp');
  margin-top: 1em;
  padding-top: 0;
}

.portfolio-works-img-4-work-9 {
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  display: flex;
  overflow: hidden;
}

.portfolio-works-img-4-work-9._1 {
  background-image: url('../images/self-brand-img-3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
}

.portfolio-works-img-2-work-9 {
  background-image: url('../images/28.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50vh;
  display: flex;
  overflow: hidden;
}

.portfolio-works-img-2-work-9._1 {
  background-image: url('../images/self-brand-img-5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
}

.portfolio-works-img-1-work-9 {
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50vh;
  display: flex;
  overflow: hidden;
}

.portfolio-works-img-1-work-9._1 {
  background-image: url('../images/self-brand-img-4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
}

.portfolio-works-img-5-work-9 {
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  display: flex;
  overflow: hidden;
}

.portfolio-works-img-5-work-9._1 {
  background-image: url('../images/smiley-pattern.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
}

.body-13 {
  background-color: var(--brand-color5);
}

.works-main-img-work-9 {
  background-image: url('../images/PCB-led-lighting.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  height: 70vh;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.works-main-img-work-9._1 {
  background-image: url('../images/rem-moments-img-4.webp');
  margin-top: 1em;
  padding-top: 0;
}

.portfolio-works-img-4-work-10 {
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  display: flex;
  overflow: hidden;
}

.portfolio-works-img-4-work-10._1 {
  background-image: url('../images/rem-moments-img-5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
}

.portfolio-works-img-2-work-10 {
  background-image: url('../images/28.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50vh;
  display: flex;
  overflow: hidden;
}

.portfolio-works-img-2-work-10._1 {
  background-image: url('../images/rem-moments-img-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
}

.portfolio-works-img-1-work-10 {
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50vh;
  display: flex;
  overflow: hidden;
}

.portfolio-works-img-1-work-10._1 {
  background-image: url('../images/rem-moments-img-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
}

.portfolio-works-img-5-work-10 {
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  display: flex;
  overflow: hidden;
}

.portfolio-works-img-5-work-10._1 {
  background-image: url('../images/rem-moments-img-3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
}

.body-14 {
  background-color: var(--brand-color5);
}

.works-main-img-work-11 {
  background-image: url('../images/PCB-led-lighting.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  height: 70vh;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.works-main-img-work-11._1 {
  background-image: url('../images/konyv-img-3.webp');
  margin-top: 1em;
  padding-top: 0;
}

.portfolio-works-img-4-work-11 {
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  display: flex;
  overflow: hidden;
}

.portfolio-works-img-4-work-11._1 {
  background-image: url('../images/konyv-img-5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
}

.portfolio-works-img-2-work-11 {
  background-image: url('../images/28.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50vh;
  display: flex;
  overflow: hidden;
}

.portfolio-works-img-2-work-11._1 {
  background-image: url('../images/konyv-img-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
}

.portfolio-works-img-1-work-11 {
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50vh;
  display: flex;
  overflow: hidden;
}

.portfolio-works-img-1-work-11._1 {
  background-image: url('../images/konyv-img-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
}

.portfolio-works-img-5-work-11 {
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  display: flex;
  overflow: hidden;
}

.portfolio-works-img-5-work-11._1 {
  background-image: url('../images/konyv-img-4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
}

.body-15 {
  background-color: var(--brand-color5);
}

.works-main-img-work-12 {
  background-image: url('../images/PCB-led-lighting.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  height: 70vh;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.works-main-img-work-12._1 {
  background-image: url('../images/PCB-led-lighting_1.webp');
  background-position: 0 0;
  background-size: cover;
  margin-top: 1em;
  padding-top: 0;
}

.works-main-img-work-12._1._2._3 {
  background-image: url('../images/artifex-kepernyokepek.jpg');
  background-position: 50%;
  background-size: cover;
}

.portfolio-works-img-4-work-12 {
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  display: flex;
  overflow: hidden;
}

.portfolio-works-img-4-work-12._1 {
  background-image: url('../images/pcb-led.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
}

.portfolio-works-img-4-work-12._1._2 {
  background-image: url('../images/artifex-hero.jpg');
}

.portfolio-works-img-2-work-12 {
  background-image: url('../images/28.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50vh;
  display: flex;
  overflow: hidden;
}

.portfolio-works-img-2-work-12._1 {
  background-image: url('../images/tea-lighting.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
}

.portfolio-works-img-2-work-12._1._2 {
  background-image: url('../images/mockup2.jpg');
}

.portfolio-works-img-1-work-12 {
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50vh;
  display: flex;
  overflow: hidden;
}

.portfolio-works-img-1-work-12._1 {
  background-image: url('../images/led-lighting.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
}

.portfolio-works-img-1-work-12._1._2 {
  background-image: url('../images/mockup1.jpg');
}

.portfolio-works-img-5-work-12 {
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  display: flex;
  overflow: hidden;
}

.portfolio-works-img-5-work-12._1 {
  background-image: url('../images/wire-lighting.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
}

.portfolio-works-img-5-work-12._1._2 {
  background-image: url('../images/szerkesztett3.jpg');
}

.body-16 {
  background-color: var(--brand-color5);
}

.video {
  background-image: url('../images/PCB-more.webp');
  background-position: 0 0;
  background-size: auto;
}

.link-holder-14 {
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  white-space: nowrap;
  word-break: keep-all;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  text-decoration: none;
  display: flex;
}

.works-img-14 {
  background-image: url('../images/weboldalra.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.div-block-8 {
  flex-flow: column;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .navigation {
    height: 65px;
    margin-top: 1em;
    margin-left: 2em;
    margin-right: 2em;
    padding: 1em 0 0;
  }

  .scroll-1 {
    display: flex;
  }

  .contact-us {
    padding-left: 2em;
    padding-right: 2em;
  }

  .content-section {
    margin-left: 2em;
    margin-right: 2em;
    left: 0;
    right: 0;
  }

  .column1 {
    padding-left: 0;
    padding-right: 0;
  }

  .section2-description-paragraph {
    font-size: 1vw;
    line-height: 200%;
  }

  .menu-button {
    border-radius: 30em;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .menu-button-mask {
    padding-left: 0;
    display: flex;
  }

  .menu-button-text, .menu-button-text2 {
    padding: .3em .5em .1em;
  }

  .contact-me-text {
    font-size: 11vw;
  }

  .nav-overlay {
    background-color: var(--brand-color-1);
    background-image: none;
    width: 100vw;
    display: none;
    overflow: hidden;
  }

  .nav-item {
    padding-top: 1em;
  }

  .nav-link {
    color: var(--brand-color5);
    font-size: 9vw;
    line-height: 60%;
  }

  .text-block-3 {
    font-size: 1vw;
  }

  .projects-teaser-button {
    border-radius: 30em;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .buttons-teaser-mask {
    width: 110%;
    height: 110%;
    margin-top: 0;
    padding: 0;
    top: auto;
    right: auto;
  }

  .button-text-3 {
    padding: .3em .5em .1em;
    font-size: 1.2vw;
  }

  .works-section, .overview, .works-img-container-1, .works-img-container-2, .works-img-container-3 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .back-to-projects {
    padding-right: 2em;
  }

  .field-label {
    font-style: normal;
    font-weight: 700;
  }

  .text-input {
    font-style: normal;
    font-weight: 400;
  }

  .logo-2 {
    padding-top: .3em;
  }

  .text-block-3-mobile {
    font-size: 1vw;
  }

  .content-section-mobile {
    margin-left: 2em;
    margin-right: 2em;
    display: none;
    left: 0;
    right: 0;
  }

  .column1-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-us-mobile {
    padding-left: 2em;
    padding-right: 2em;
  }

  .contact-me-text-mobile {
    font-size: 8vw;
  }

  .projects-teaser-button-mobile {
    border-radius: 30em;
    padding-top: .8em;
  }

  .button-wrapper {
    height: 65px;
    padding-bottom: 0;
    display: flex;
  }

  .proba-mobile, .proba-mini-mobile {
    display: none;
  }

  .menu-star {
    z-index: -1;
    width: 67vw;
    position: absolute;
    top: 21%;
    left: 51%;
  }

  .menu-smiley {
    z-index: -1;
    width: 40vw;
    position: absolute;
    top: -14%;
    left: -11%;
    transform: rotate(34deg);
  }
}

@media screen and (max-width: 991px) {
  .hero-text {
    font-size: 12vw;
  }

  .navigation {
    height: 60px;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .logo {
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo-image {
    display: none;
  }

  .scroll-1 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .photo._1, .photo._2, .photo._3 {
    border-radius: 1em;
  }

  .menu-button {
    border-radius: 30em;
  }

  .menu-button-text, .menu-button-text2 {
    font-size: 1.5vw;
  }

  .contact-me-text {
    font-size: 17vw;
  }

  .image {
    width: 100%;
  }

  .white-outline-star {
    width: 15vw;
    left: 7%;
  }

  .container {
    display: none;
  }

  .desc-horizontal {
    display: flex;
  }

  .nav-link {
    font-size: 13vw;
    line-height: 50%;
  }

  .nav-link:hover {
    color: #000;
    -webkit-text-stroke-width: 0px;
  }

  .description-title {
    height: 40%;
  }

  .pink-smiley {
    width: 16vw;
  }

  .proba {
    height: 60vh;
  }

  .button-text-3 {
    font-size: 1.5vw;
  }

  .desc-video {
    margin-right: 1em;
    padding-right: 0;
  }

  .about-me-wrapper {
    width: 100vw;
    padding-left: 1em;
    padding-right: 1em;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .field-label {
    font-size: 1.5vw;
  }

  .text-input {
    width: 80%;
  }

  .name-form-block {
    width: 40%;
  }

  .logo-2 {
    height: 50%;
  }

  .description-mobile {
    background-image: url('../images/line-background.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    height: auto;
    margin-bottom: 5em;
    margin-left: 1em;
    margin-right: 1em;
    display: flex;
  }

  .description-smiley2-mobile {
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .desc-img-mobile {
    width: 20vw;
    top: 33%;
    left: 64%;
  }

  .description-container-3-mobile {
    width: 100%;
    height: auto;
    margin-top: 5em;
    margin-bottom: 2.5em;
  }

  .desc-img-mobile-2 {
    z-index: -1;
    width: 20vw;
    left: -12%;
  }

  .desc-img-mobile-3 {
    width: 15vw;
    top: 33%;
    left: 90%;
  }

  .desc-img-mobile-4 {
    z-index: -1;
    width: 30vw;
    top: 9%;
    left: 73%;
  }

  .desc-img-mobile-5 {
    z-index: -1;
    width: 20vw;
    top: 20%;
    left: 42%;
  }

  .desc-img-mobile-6 {
    width: 15vw;
    top: 64%;
    left: 74%;
  }

  .contact-me-text-mobile {
    font-size: 17vw;
  }

  .name-form-block-mobile, .name-form-block-copy, .name-form-block-mobile-2 {
    width: 40%;
  }

  .button-wrapper {
    padding-bottom: 1em;
  }

  .proba-mobile, .proba-mini-mobile {
    height: 60vh;
  }

  .works-img-8, .works-img-9, .works-img-10, .works-img-11, .works-img-12, .works-img-13, .works-img-14 {
    background-image: url('../images/36daysoftype.jpg');
  }
}

@media screen and (max-width: 767px) {
  .hero-text {
    font-size: 15vw;
  }

  .navigation {
    height: 70px;
  }

  .logo {
    grid-column-gap: 1%;
    grid-row-gap: 1%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .scroll-1, .contact-us, .content-section {
    display: none;
  }

  .content._1 {
    padding-top: 2em;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .section2-description-paragraph {
    padding-bottom: 2em;
  }

  .menu-button-text, .menu-button-text2 {
    font-size: 3vw;
  }

  .section2-description-title-purple {
    padding-bottom: 2em;
  }

  .image {
    width: 140%;
    max-width: 200%;
  }

  .nav-overlay {
    display: none;
  }

  .nav-list {
    margin-bottom: 0;
    margin-left: 0;
  }

  .nav-item {
    padding-top: 1em;
  }

  .nav-link {
    padding-bottom: .1em;
    font-size: 14vw;
    line-height: 40%;
  }

  .pink-smiley {
    width: 19vw;
    top: 37%;
  }

  .works-title {
    color: var(--white);
  }

  .proba {
    height: 40vh;
    display: none;
  }

  .projects-teaser-button {
    border-radius: 30em;
    width: auto;
    height: 100%;
    margin-top: 4em;
  }

  .buttons-teaser-mask {
    display: none;
  }

  .button-text-3 {
    padding-top: .3em;
    font-size: 3vw;
  }

  .about-me-text {
    padding-bottom: .3em;
  }

  .desc-video {
    width: 100%;
    margin-left: 1em;
  }

  .about-me-desc {
    width: 70vw;
    font-size: 2.5vw;
    line-height: 200%;
  }

  .works-section {
    flex-direction: column;
  }

  .works-heading {
    font-size: 11vw;
  }

  .overview {
    flex-direction: column;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .works-overview-title {
    padding-top: 1em;
    font-size: 8vw;
  }

  .works-overview-desc {
    padding-top: 2em;
    padding-bottom: 2em;
    font-size: 14px;
  }

  .portfolio-works-img-1._1 {
    width: 100%;
    height: 80vh;
  }

  .works-img-container-2 {
    flex-direction: column;
  }

  .work-desc {
    width: 100%;
  }

  .portfolio-works-img-2._1 {
    width: 100%;
    height: 80vh;
  }

  .works-emoji {
    display: none;
  }

  .field-label {
    padding-bottom: .5em;
    font-size: 3vw;
  }

  .text-input {
    width: 100%;
    font-size: 3vw;
  }

  .logo-2 {
    height: 40%;
  }

  .desc-img-mobile {
    top: 124%;
  }

  .description-container-3-mobile {
    margin-top: 6em;
  }

  .description-text-2-mobile, .text-block-3-mobile {
    width: 100%;
  }

  .desc-img-mobile-3 {
    top: -4%;
  }

  .desc-img-mobile-4 {
    top: -37%;
  }

  .desc-img-mobile-6 {
    top: -18%;
  }

  .content-section-mobile {
    flex-direction: column;
    display: flex;
  }

  .photomobile._1 {
    background-image: none;
  }

  .photomobile._4 {
    opacity: 1;
    background-image: url('../images/pentameron-img-2.webp');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .photomobile2 {
    background-image: url('../images/pentameron-img-2.webp');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 100vh;
  }

  .photomobile2._1 {
    background-image: none;
  }

  .photomobile2._4 {
    opacity: 1;
    background-image: url('../images/pentameron-img-2.webp');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .photo-teaser-mobile {
    background-image: url('../images/pentameron-img-2.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: .5em;
    width: auto;
    height: 50vh;
  }

  .photo-teaser-mobile2 {
    background-image: url('../images/PCB-led-lighting.webp');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: .5em;
    width: auto;
    height: 50vh;
  }

  .photo-teaser-mobile3 {
    background-image: url('../images/14.webp');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: .5em;
    width: auto;
    height: 50vh;
  }

  .contact-us-mobile {
    justify-content: center;
    display: flex;
  }

  .contact-me-title-container-mobile {
    height: 30vh;
    overflow: visible;
  }

  .footer-part-mobile {
    height: 60vh;
  }

  .div-block-6-mobile {
    flex-direction: column;
    margin-top: 0;
    padding-top: 0;
  }

  .contact-me-text-mobile {
    font-size: 14vw;
  }

  .image-13-mobile {
    top: 22%;
    left: 78%;
  }

  .form-2-mobile {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
  }

  .name-form-block-mobile {
    width: 100%;
    padding-bottom: 3em;
  }

  .projects-teaser-button-mobile {
    border-radius: 30em;
    margin-top: 0;
    margin-bottom: 0;
  }

  .name-form-block-mobile-2 {
    width: 100%;
    padding-bottom: 1em;
  }

  .text-span-2 {
    color: var(--brand-color-3);
  }

  .button-wrapper {
    align-items: flex-end;
    height: 70px;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .proba-mobile {
    height: 50vh;
    display: flex;
  }

  .image-10-mobile {
    width: 29vw;
  }

  .marquee-text-mobile {
    font-size: 20vw;
  }

  .proba-mini-mobile {
    height: 50vh;
    display: none;
  }

  .image-10-mini-mobile {
    width: 29vw;
  }

  .marquee-text-mini-mobile {
    font-size: 20vw;
  }

  .image-10-mobile-copy {
    width: 29vw;
  }

  .menu-star {
    top: 55%;
  }

  .menu-smiley {
    top: -10%;
  }

  .portfolio-works-img-2-works-1._1, .portfolio-works-img-1-work-1._1, .portfolio-works-img-2-work2._1, .portfolio-works-img-1-work-2._1, .portfolio-works-img-2work-3._1, .portfolio-works-img-1-work-3._1, .portfolio-works-img-2-work-4._1, .portfolio-works-img-1-work-4._1, .portfolio-works-img-2-work-5._1, .portfolio-works-img-1-work-5._1, .portfolio-works-img-2-work-6._1, .portfolio-works-img-1-work-6._1, .portfolio-works-img-2-work-7._1, .portfolio-works-img-1-work-7._1, .portfolio-works-img-2-work-9._1, .portfolio-works-img-1-work-9._1, .portfolio-works-img-2-work-10._1, .portfolio-works-img-1-work-10._1, .portfolio-works-img-2-work-11._1, .portfolio-works-img-1-work-11._1, .portfolio-works-img-2-work-12._1, .portfolio-works-img-1-work-12._1 {
    width: 100%;
    height: 80vh;
  }
}

@media screen and (max-width: 479px) {
  .section-1.hero {
    overflow: hidden;
  }

  .hero-text {
    padding-bottom: .1em;
    font-size: 16vw;
  }

  .navigation {
    width: 100vw;
    height: 70px;
  }

  .logo {
    grid-column-gap: 1.7%;
    grid-row-gap: 1.7%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .scroll-wrapper {
    width: 100vw;
    overflow: visible;
  }

  .scroll-1 {
    display: flex;
    overflow: hidden;
  }

  .contact-us {
    width: 100vw;
  }

  .content-section {
    overflow: hidden;
  }

  .content._1 {
    padding-top: 0;
    padding-bottom: 3em;
  }

  .section2-description-paragraph {
    font-size: 13px;
  }

  .menu-button-text, .menu-button-text2 {
    font-size: 3.5vw;
  }

  .section2-description-title-purple {
    text-transform: none;
    padding-top: 1em;
    padding-bottom: .5em;
    font-size: 10vw;
  }

  .contact-me-title-container {
    height: 50vh;
  }

  .image {
    width: 160%;
    top: 3%;
    left: -30%;
  }

  .white-outline-star {
    width: 33vw;
    bottom: 22%;
    left: -2%;
  }

  .nav-overlay {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .nav-list {
    text-align: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
  }

  .nav-item {
    padding-top: .4em;
    font-size: 19px;
  }

  .nav-link {
    padding-bottom: .1em;
    font-size: 16vw;
    line-height: 33%;
  }

  .description-title-purple {
    font-size: 13vw;
  }

  .pink-smiley {
    width: 30vw;
    top: 12%;
    left: 76%;
    right: 0%;
  }

  .description-title-white, .description-title-green, .description-title-pink {
    font-size: 13vw;
  }

  .works-title {
    padding-top: .5em;
    font-size: 9vw;
  }

  .proba {
    height: 15vh;
    overflow: hidden;
  }

  .div-block-3 {
    justify-content: center;
    position: absolute;
    top: 17%;
  }

  .hero-text-wrapper {
    display: none;
  }

  .projects-teaser-button {
    border-radius: 30em;
    height: 100%;
    margin-top: 1em;
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-text-3 {
    padding-top: .3em;
    padding-bottom: .1em;
    font-size: 3.5vw;
  }

  .about-me-text {
    font-size: 14vw;
  }

  .about-me-desc {
    width: 80vw;
    padding-right: 0;
    font-size: 4vw;
  }

  .works-overview-desc {
    font-size: 13px;
  }

  .field-label {
    font-size: 4vw;
  }

  .text-input {
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 4vw;
    font-style: normal;
  }

  .desc-img-mobile {
    width: 31vw;
    top: -24%;
  }

  .description-container-3-mobile {
    margin-top: 6em;
  }

  .text-block-3-mobile {
    font-size: 13px;
  }

  .desc-img-mobile-2 {
    width: 58vw;
    top: -13%;
    left: -26%;
  }

  .desc-img-mobile-3 {
    width: 22vw;
    top: -3%;
  }

  .desc-img-mobile-4 {
    z-index: 2;
  }

  .desc-img-mobile-6 {
    width: 27vw;
    top: -18%;
  }

  .content-section-mobile {
    overflow: hidden;
  }

  .photo-teaser-mobile {
    border-radius: 2em;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hero-text-wrapper-mobile {
    display: flex;
  }

  .hero-text-wrapper-2 {
    display: none;
  }

  .text-span {
    color: var(--brand-color-1);
    white-space: nowrap;
    font-style: italic;
  }

  .contact-us-mobile {
    width: 100vw;
  }

  .contact-me-title-container-mobile {
    justify-content: flex-start;
    height: 30vh;
  }

  .footer-part-mobile {
    align-content: stretch;
    height: 70vh;
  }

  .div-block-6-mobile {
    padding-top: 5em;
  }

  .image-13-mobile {
    width: 30vw;
    top: 25%;
    left: 48%;
  }

  .footer-form-mobile {
    align-items: flex-start;
    margin-top: 0;
    padding-top: 0;
  }

  .form-block-mobile {
    padding-top: 2em;
  }

  .projects-teaser-button-mobile {
    border-radius: 30em;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: .3em;
    padding-bottom: .1em;
  }

  .button-wrapper {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .proba-mobile {
    height: 15vh;
    display: none;
    overflow: hidden;
  }

  .proba-mini-mobile {
    height: 50vh;
    display: flex;
    overflow: hidden;
  }

  .image-10-mini-mobile {
    width: 41vw;
  }

  .marquee-text-mini-mobile {
    font-size: 37vw;
  }

  .menu-star {
    width: 150vw;
    max-width: 150vw;
    top: 39%;
    left: 6%;
  }

  .menu-smiley {
    width: 60vw;
    top: -9%;
  }
}

#w-node-ad4748f4-a980-fc62-c6f4-72e5f685059a-6a9059cc {
  order: 0;
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_59c48d21-e585-d3d9-e16a-06ae4221ada9-6a9059cc, #w-node-_40759118-9e64-b1ec-f608-62918b0cdd15-2947efd9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d8fb6c3-b2bb-58d9-6d0b-a0fea60995e5-2947efd9 {
  order: 0;
}

#w-node-_55baa375-26d1-4c45-d2ce-337a864cd322-864cd314 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3bd1fb3a-10fa-b3ec-12f2-8925936f86de-864cd314 {
  order: 0;
}


@font-face {
  font-family: 'Ppneuemachina';
  src: url('../fonts/PPNeueMachina-PlainUltrabold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemachina';
  src: url('../fonts/PPNeueMachina-PlainUltraboldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemachina';
  src: url('../fonts/PPNeueMachina-PlainRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}