@font-face {
  font-family: "Dolce Vita";
  src: url(Dolce\ Vita.ttf);
}
@font-face {
  font-family: "Dolce Vita Light";
  src: url(Dolce\ Vita\ Light.ttf);
}
@font-face {
  font-family: "Vetrino";
  src: url(Vetrino.otf);
}
:before,
:after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
* {
  box-sizing: border-box;
}
img,
object,
embed,
canvas,
video,
audio,
picture,
svg,
figure {
  max-width: 100%;
  height: auto;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
html {
  margin: 0;
}
body {
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
  margin: auto;
  padding: 0;
  cursor: default;
}
h1 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  opacity: 0;
}
h2 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 4rem;
  text-align: center;
  width: 100vw;
  display: block;
  z-index: 10;
}
h4 {
  position: absolute;
  font-size: 20vw;
  color: rgba(255, 255, 255, 0.027);
  letter-spacing: 0.5rem;
  z-index: -10;
}
.slide-vertical .char {
  overflow: hidden;
  color: transparent;
}
.slide-vertical .char:before,
.slide-vertical .char:after {
  visibility: visible;
  color: #FFF;
  transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
  transition-delay: calc(0.2s + (0.02s * (var(--char-index))));
}
.slide-vertical .char:before {
  color: #7C85F3;
  transition-delay: calc(0.1s * (var(--char-index)));
}
.slide-vertical:hover .char:before {
  transition-delay: calc(0.2s + (0.02s * (var(--char-index))));
}
.slide-vertical:hover .char:after {
  transition-delay: calc(0.02s * (var(--char-index)));
}
.slide-vertical .char:before {
  transform: translateY(-100%);
}
.slide-vertical:hover .char:before {
  transform: translateY(0%);
}
.slide-vertical:hover .char:after {
  transform: translateY(100%);
}
.overlay {
  position: absolute;
  z-index: -100;
}
.container {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
nav {
  position: absolute;
  display: block;
  top: 0;
  right: 4rem;
  z-index: 10;
  display: flex;
  z-index: 2000;
  opacity: 0;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
nav .menu {
  background-color: #0b0424fa;
  display: flex;
}
nav .menu li {
  padding: 1rem;
}
nav .menu li a {
  font-size: 1.3rem;
}
#vanta {
  height: 100vh;
  position: relative;
}
#vanta a {
  position: absolute;
  display: block;
  top: 1.5rem;
  left: 2rem;
  color: #fff;
  font-weight: 100;
  font-size: 10rem;
  z-index: 20;
  padding: 3px 3px 1px 2px;
}
#vanta h3 {
  position: relative;
  font-family: Dolce Vita;
  color: #ffffff;
  font-size: 10vw;
  z-index: 10;
  line-height: 0.9;
  left: 21%;
  top: 15%;
  z-index: 1;
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0%);
  opacity: 1;
}
#vanta h3 strong {
  font-size: 6vw;
}
#vanta h4 {
  z-index: 1;
  top: -20%;
  left: 10%;
  font-size: 34rem;
}
.scroll {
  position: absolute;
  bottom: 5vh;
  left: 90%;
  transform: translate(-50%);
  opacity: 0;
  color: #fff;
}
.scroll p {
  text-align: center;
  padding: 1rem;
}
.scroll img {
  height: 12vh;
}
.about {
  font-weight: 100;
  height: 100vh;
  width: 100vw;
  padding: 2rem;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.about h4 {
  z-index: 1;
  top: 10%;
}
.about h4:nth-of-type(2) {
  top: 45%;
}
.about h2 {
  color: white;
  text-align: left;
  padding: 10%;
  justify-items: center;
}
.welcome {
  opacity: 0;
  transition: opacity 3s;
}
.wilkommen {
  opacity: 1;
}
section:not(#sectionPin) {
  min-height: 100vh;
  width: 100%;
  position: relative;
  place-items: center;
}
#sectionPin {
  height: 100vh;
  overflow-x: hidden;
  display: flex;
  position: relative;
}
#sectionPin h4 {
  top: 28%;
  font-size: 18vw;
}
#sectionPin .pin-wrap {
  height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  padding: 0px 100vw 0 100vw;
}
#sectionPin .pin-wrap > * {
  min-width: 80vw;
  padding: 0 10vw;
}
#sectionPin .project {
  overflow: hidden;
  text-align: left;
}
#sectionPin a {
  position: relative;
  overflow: hidden;
}
#sectionPin a h6 {
  position: absolute;
  font-family: Dolce Vita;
  color: #fff;
  left: -22%;
  bottom: 1200%;
  font-size: 10rem;
  text-align: left;
}
#sectionPin a:nth-of-type(2) {
  bottom: 1000%;
}
#sectionPin a p {
  color: #fff;
  background-color: #1e1c3b70;
  border-radius: 5px;
  font-size: 1.2rem;
  font-weight: 400;
  position: absolute;
  bottom: 500%;
  left: 50%;
  transform: translate(-50%);
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  display: flex;
  padding: 0.5rem 1rem;
}
#sectionPin a strong {
  font-weight: 100;
}
#sectionPin a:hover p {
  opacity: 1;
  z-index: 10;
}
#sectionPin img {
  height: 45vh;
  width: auto;
  border-radius: 2px;
  transition: transform 0.4s ease-in-out;
}
#sectionPin p {
  color: white;
  font-size: 1.3rem;
}
.mobile {
  display: none;
  color: white;
}
#contact {
  background-image: linear-gradient(to right top, #0c0a12, #0c0916, #0c0719, #0c061d, #0c0520, #120f29, #181632, #1e1c3b, #2e2a4d, #3e3a61, #4f4a75, #605a89);
  height: 100vh;
  width: 100vw;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
#contact h4 {
  padding-top: 24vh;
  z-index: 0;
  font-size: 24rem;
}
#contact h2 {
  padding-top: 32vh;
  padding-bottom: 3vh;
  color: white;
}
#contact .btnprimary {
  background-color: #7C85F3;
  color: #eee;
  border-radius: 5px;
  transition: all 0.4s ease-in-out;
  margin: 0 auto;
  display: inline-block;
  z-index: 10;
}
#contact .btnprimary:hover {
  background-color: #979ff1;
  color: #000;
}
#contact .btnprimary h3 {
  color: #fff;
  font-weight: 400;
  font-size: 2rem;
  padding: 20px;
}
#contact .socials {
  display: inline-flex;
  position: absolute;
  left: 0;
  bottom: 4vh;
  line-height: 1px;
  color: white;
}
#contact .socials li {
  padding: 0 1rem;
  color: white;
}
#contact .socials li a {
  display: inline-flex;
  font-size: 1.5rem;
  text-decoration: none;
  color: white;
  width: 4rem;
  height: 4rem;
  transition: 0.5s linear;
  position: relative;
  z-index: 1;
  margin: auto;
}
#contact .socials li a i {
  margin: auto;
}
#contact .socials li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 4rem;
  height: 4rem;
  background: #ece6e6;
  border-radius: 50%;
  z-index: -1;
  transform: scale(0);
  transition: 0.4s cubic-bezier(0.95, 0.32, 0.37, 1.21);
}
#contact .socials li a:hover::before {
  transform: scale(0.8);
}
#contact .socials li:nth-of-type(1) a:hover::before {
  background: #0077B5;
}
#contact .socials li:nth-of-type(2) a:hover::before {
  background: #3b5999;
}
#contact .socials li:nth-of-type(3) a:hover::before {
  background: #a559e4;
}
footer {
  height: 1vh;
}
footer p {
  color: white;
  margin-top: 40vh;
  margin-bottom: 1vh;
}
@media screen and (max-width: 1440px) {
  .center {
    width: 100%;
  }
  .center #about {
    height: auto;
  }
}
@media screen and (max-width: 1280px) {
  .center {
    width: 100%;
  }
  #vanta {
    height: 100vh;
  }
  #vanta h3 {
    top: 25%;
  }
  #vanta h4 {
    font-size: 30vw;
  }
  #about {
    height: auto;
  }
  #contact h4 {
    font-size: 16rem;
  }
}
@media screen and (max-width: 1024px) {
  .center {
    width: 100%;
  }
  #vanta h3 {
    top: 25%;
  }
}
#sectionPin .pin-wrap h6 {
  font-size: 3rem;
  left: -15%;
}
a {
  color: #23232e;
}
@media screen and (max-width: 920px) {
  .center {
    width: 100%;
  }
  #about {
    padding: 6%;
  }
  #about h2 {
    padding: 0;
  }
  #vanta h3 {
    font-size: 20vw;
    top: 20%;
    left: 10%;
  }
  .about {
    height: auto;
    padding: 2rem;
  }
  #sectionPin {
    height: auto;
    display: none;
  }
  .pin-wrap {
    display: none;
  }
  .mobile {
    display: block;
    align-items: center;
    justify-content: center;
    padding: 50% 6% 6% 6%;
  }
  .mobile h4 {
    position: relative;
    font-size: 5rem;
    padding-top: 20vh;
    left: -30%;
    height: 60vh;
  }
  .mobile p {
    padding: 0% 0% 20% 0%;
  }
  .mobile .project img {
    display: block;
    margin: 0 auto;
    border-radius: 0;
  }
  .socials {
    display: inline-flex;
    left: 50%;
    bottom: 8vh;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .center {
    width: 100%;
  }
  nav {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  .center {
    width: 100%;
  }
  h2 {
    font-size: 1.1rem;
  }
  #vanta {
    height: 100vh;
  }
  #vanta h4 {
    top: 30%;
    left: 15%;
  }
  .mobile h4 {
    left: 15%;
  }
  .mobile p {
    font-size: 0.7rem;
  }
  #contact h4 {
    left: 5%;
  }
  #contact .socials {
    left: 50%;
    transform: translate(-50%);
  }
}
