:root {
  --black: #000;
  --lavander: #7588ff;
  --white: #fff;
  --plusbutton: #0006;
  --blacktransparenthover: #000000b3;
  --fog: #efeff0;
  --lightlavander: #d2d7ff;
  --whitetransparent: #ffffff40;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

a {
  text-decoration: underline;
}

.hero-section {
  height: 80vh;
  position: relative;
}

.footer {
  background-color: var(--black);
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 36px;
  padding-bottom: 36px;
  display: flex;
}

.hero-container {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  padding-top: 100px;
  transition: all .3s;
  display: flex;
}

.hero-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 48px;
  line-height: 56px;
}

.text-span {
  color: var(--black);
  font-family: Sora, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.text-span-2 {
  color: var(--lavander);
  font-family: Sora, sans-serif;
  font-weight: 700;
  position: static;
}

.paragraph {
  color: var(--white);
  margin: 13px 40px;
  font-family: Sora, sans-serif;
}

.main-button {
  background-color: var(--black);
  color: #fff;
  border: 1.5px #000;
  border-radius: 8px;
  margin-top: 46px;
  font-family: Sora, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
}

.main-button:hover {
  background-color: var(--lavander);
  transform: scale(1.02);
}

.main-button.form {
  text-align: center;
  margin-top: 0;
  padding: 13px 40px;
}

.main-button.form.secondary {
  color: var(--black);
  background-color: #fff;
  border-style: solid;
  border-width: 2px;
}

.main-button.form.secondary:hover {
  border-color: var(--lavander);
  color: var(--lavander);
}

.container {
  flex-flow: column;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
}

.horizontal-section {
  width: 100%;
  position: relative;
}

.sticky-container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  min-height: 100vh;
  display: flex;
}

.sticky_top {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 8px;
  display: flex;
}

.list {
  width: 100%;
  min-width: 0%;
  display: flex;
}

.horizontal-item {
  aspect-ratio: 4 / 5;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 34%;
  padding-right: 16px;
  display: flex;
}

.horizontal-item.portfoliosite {
  width: 100%;
}

.heading-2 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 10px;
  display: block;
  position: static;
}

.heading-2.c-aligned {
  text-align: center;
}

.item {
  color: #000;
  background-image: url('../images/NiiaAppPost_1.avif');
  background-position: 0 0;
  background-size: cover;
  border-radius: 16px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.item:hover {
  transform: scale(1.017);
}

.item._2 {
  background-image: url('../images/dcud_1.avif');
}

.item._3 {
  background-image: url('../images/flomipost_1.avif');
}

.item._4 {
  background-image: url('../images/hitecsupportPost_1.avif');
}

.item._5 {
  background-image: url('../images/solipartypost_1.avif');
}

.item._6 {
  background-image: url('../images/Cover4-5_1.avif');
  background-position: 0 0;
  background-size: cover;
}

.sticky {
  width: 100%;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.horizontal-trigger {
  position: absolute;
  inset: 0% 0% auto;
}

.plusbutton {
  aspect-ratio: 1;
  background-color: var(--plusbutton);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 50px;
  margin: 8px;
  padding-left: 16px;
  padding-right: 16px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 10px 8px -6px #0003;
}

.plusbutton:hover {
  background-color: var(--blacktransparenthover);
}

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

.itemcontentwrapper {
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding: 8px;
  display: flex;
}

.itemcontent {
  background-color: var(--white);
  border-radius: 8px;
  width: 100%;
  padding: 16px;
  box-shadow: 0 10px 8px -6px #0003;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 20px;
}

.heading-3.c-aligned {
  text-align: center;
}

.paragraph-2 {
  text-align: left;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-weight: 400;
  line-height: 18px;
}

.paragraph-2.c-aligned {
  text-align: center;
}

.body {
  color: #000;
  font-family: Sora, sans-serif;
  font-weight: 300;
  overflow: visible;
}

.section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 76px;
  display: flex;
}

.profilepicture {
  background-image: url('../images/PortraitPB_1.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  margin-bottom: 24px;
}

.div-block-3 {
  max-width: 800px;
}

.split-word {
  text-align: center;
  line-height: 42px;
}

.skillswrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  margin-top: 60px;
  display: flex;
}

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

.skills {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 33%;
  display: flex;
}

.contact-section {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 200px;
  padding-bottom: 200px;
}

.formlabel {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
}

.text-field {
  background-color: var(--fog);
  border: 1px #000;
  border-radius: 8px;
  height: 44px;
  transition: all .2s;
}

.text-field:focus {
  border: 3px solid var(--lavander);
}

.text-field.rich {
  height: 150px;
}

.form-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: block;
}

.formsubmitwrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.success-message {
  background-color: var(--lightlavander);
  border-radius: 16px;
  padding-top: 116px;
  padding-bottom: 116px;
}

.text-block {
  font-size: 16px;
  font-weight: 500;
}

.heading-4 {
  color: var(--white);
  font-size: 16px;
}

.heading-4.s {
  margin-top: 0;
  margin-bottom: 0;
}

.text-span-4 {
  border-width: 1px;
  border-color: #000;
  font-weight: 300;
  text-decoration: underline;
  transition: all .2s;
}

.text-span-4:hover {
  color: var(--lavander);
}

.link {
  color: var(--white);
}

.footercontact {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footercontactlink {
  color: var(--white);
  order: -1;
  text-decoration: none;
  transition: all .2s;
}

.footercontactlink:hover {
  color: var(--lavander);
}

.footercontactlink.last {
  order: 1;
  min-width: 12px;
}

.footernavigation {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 28px;
  margin-bottom: 28px;
  display: flex;
}

.footernavigationlink {
  color: #fff;
  text-decoration: none;
  transition: all .2s;
}

.footernavigationlink:hover {
  color: var(--lavander);
}

.footerplaceholder {
  width: 100%;
  height: 16px;
}

.nav {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.logoblock {
  color: #000;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
}

.logoblock:hover {
  background-color: var(--fog);
}

.navlinkswrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.link-2 {
  color: #000;
  order: -1;
  text-decoration: none;
  transition: all .2s;
}

.link-2:hover {
  color: var(--lavander);
  transform: scale(1.1);
}

.sociallinkwrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link-block {
  background-color: var(--fog);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 8px;
  transition: all .3s;
  display: flex;
}

.link-block:hover {
  background-color: var(--lightlavander);
  transform: scale(1.1);
}

.link-3 {
  color: var(--lavander);
  text-align: right;
  flex: none;
  min-width: auto;
  font-size: 16px;
  font-weight: 700;
  transition: all .3s;
}

.link-3:hover {
  color: var(--black);
}

.recaptcha {
  margin-bottom: 0;
}

.lottiewrapper {
  display: none;
}

.navwrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.mobilenavdrawer {
  display: none;
}

.headerwrapper {
  overflow: hidden;
}

.grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-4 {
  margin-top: 40px;
}

.photogrid {
  column-count: 3;
  margin-top: 32px;
}

.gridimage {
  border-radius: 16px;
  margin-bottom: 16px;
}

._404wrapper {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.body-2 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

._404heaeding {
  color: var(--lavander);
  font-family: Sora, sans-serif;
  font-size: 128px;
  font-weight: 800;
  line-height: 128px;
}

.heading-1 {
  color: #000;
  font-family: Sora, sans-serif;
}

.heading-1.calined {
  text-align: center;
}

.link-4 {
  color: var(--lavander);
}

.projectcontent {
  width: 100%;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.link-5 {
  color: var(--lavander);
  text-decoration: none;
}

.link-6 {
  color: #000;
  text-decoration: none;
}

.link-6:hover {
  color: var(--lavander);
}

.projecttags {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.projecttag {
  color: #9e5400;
  background-color: #ffd5a5;
  border-radius: 20px;
  margin-right: 0;
  padding: 4px 16px;
}

.projecttag.ui-design {
  color: #9923e2;
  background-color: #f1daff;
  margin-right: 0;
}

.projecttag.frontend {
  color: #08872c;
  background-color: #d2ebd9;
}

.projecttag.video {
  color: #1454b7;
  background-color: #e3eeff;
}

.projecttag.webdesign {
  color: #162bad;
  background-color: #dee2fa;
}

.projecttag.design {
  color: #c08300;
  background-color: #ffedb9;
}

.projecttag.marketing {
  color: #ab0000;
  background-color: #ffcfcf;
}

.projecttag.socialmedia {
  color: #02907d;
  background-color: #d3f1ed;
}

.tagtext {
  font-weight: 700;
}

.body-3 {
  font-family: Sora, sans-serif;
}

.leadtext {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.heroimage {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  margin-top: 16px;
}

.projectcontentleft {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.projectcontentright {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.image {
  object-fit: cover;
  width: 50%;
}

.projectcontenttext {
  width: 50%;
}

.projectcontenttext.wide {
  width: 100%;
}

.projectctawrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.projectcontentparagraph {
  margin-top: 24px;
  padding-top: 0;
}

._2col {
  direction: ltr;
  text-align: left;
  text-transform: none;
  column-count: 2;
  overflow-wrap: normal;
  font-style: normal;
}

.projectcontentfile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px solid var(--fog);
  color: #000;
  border-radius: 16px;
  align-items: center;
  margin-top: 24px;
  padding: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.projectcontentfile:hover {
  background-color: var(--fog);
  border-color: #d9d9d9;
}

.contenticon {
  width: 38px;
}

.downloadlinktext {
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .footer {
    margin-left: 16px;
    margin-right: 16px;
  }

  .hero-container {
    overflow: visible;
  }

  .container {
    max-width: 728px;
  }

  .sticky-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .horizontal-item {
    width: 50%;
  }

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

  .section, .contact-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav {
    display: flex;
    overflow: visible;
  }

  .logoblock.w--current {
    position: relative;
  }

  .navlinkswrapper, .sociallinkwrapper {
    display: none;
  }

  .link-block.mobile {
    background-color: var(--whitetransparent);
  }

  .lottiewrapper {
    margin-right: 16px;
    display: flex;
  }

  .lottie-animation {
    width: 32px;
    height: 32px;
  }

  .navwrapper {
    z-index: 2;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
    position: absolute;
  }

  .mobilenavdrawer {
    z-index: 1;
    background-color: var(--lavander);
    flex-flow: column;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100vh;
    margin-top: -11px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    position: fixed;
  }

  .mobilenavlinkswrapper {
    width: 100%;
    margin-top: 56px;
    margin-bottom: 16px;
  }

  .mobiledrawerlink {
    border-style: none none solid;
    border-width: 1px 1px 2px;
    border-color: black black var(--white);
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 19px;
    padding-bottom: 19px;
    text-decoration: none;
    display: flex;
  }

  .mobiledrawerlinktext {
    color: var(--white);
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    text-decoration: none;
  }

  .mobilenavdrawersociallinks {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: flex-end;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
  }

  .photogrid {
    column-count: 2;
  }

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

  ._2col {
    column-count: 1;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 16px;
    padding-right: 0;
  }

  .footernavigation {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .grid {
    width: 100%;
  }

  .photogrid {
    padding-right: 16px;
  }

  ._404wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  ._404heaeding {
    font-size: 96px;
    line-height: 96px;
  }

  .projectcontent {
    padding-left: 0;
    padding-right: 16px;
  }

  .projectcontentleft {
    flex-flow: column-reverse;
  }

  .projectcontentright {
    flex-flow: column;
    margin-top: 24px;
  }

  .image, .projectcontenttext {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    margin-bottom: 0;
    font-size: 36px;
    line-height: 40px;
  }

  .text-span {
    font-size: 18px;
    line-height: 18px;
  }

  .main-button.form {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    max-width: none;
  }

  .horizontal-item {
    width: 95%;
  }

  .heading-2 {
    font-size: 24px;
  }

  .heading-3 {
    font-size: 18px;
  }

  .paragraph-2 {
    font-size: 12px;
    line-height: 16px;
  }

  .paragraph-2.c-aligned {
    width: 90%;
    font-size: 12px;
    line-height: 16px;
  }

  .paragraph-2._404 {
    text-align: center;
  }

  .profilepicture {
    width: 130px;
    height: 130px;
    margin-bottom: 12px;
  }

  .split-word {
    font-size: 24px;
    line-height: 30px;
  }

  .skillswrapper {
    flex-flow: column;
  }

  .skills {
    max-width: 100%;
  }

  .formsubmitwrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footercontact, .footernavigation {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
  }

  .nav {
    display: flex;
  }

  .lottiewrapper {
    justify-content: center;
    align-items: center;
    margin-right: 16px;
    padding: 0;
    display: flex;
  }

  .lottie-animation {
    width: 32px;
    height: 32px;
    padding-right: 0;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .photogrid {
    column-count: 2;
  }

  .gridimage {
    border-radius: 16px;
  }

  .imprint-wrapper {
    padding-right: 16px;
  }

  .projectcontent {
    padding-left: 0;
    padding-right: 16px;
  }

  .projecttags {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
  }

  .projectctawrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }
}


