@font-face {
  font-family: "d-din";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/D-DIN.woff") format("woff");
}
@font-face {
  font-family: "D-DIN DIN-Italic";
  font-style: normal;
  font-weight: normal;
  src: local("D-DIN DIN-Italic"), url("../fonts/D-DIN-Italic.woff") format("woff");
}
@font-face {
  font-family: "D-DIN DIN-Bold";
  font-style: normal;
  font-weight: normal;
  src: local("D-DIN DIN-Bold"), url("../fonts/D-DIN-Bold.woff") format("woff");
}
@font-face {
  font-family: "D-DIN Condensed Regular";
  font-style: normal;
  font-weight: normal;
  src: local("D-DIN Condensed Regular"), url("../fonts/D-DINCondensed.woff") format("woff");
}
@font-face {
  font-family: "D-DIN Exp Regular";
  font-style: normal;
  font-weight: normal;
  src: local("D-DIN Exp Regular"), url("../fonts/D-DINExp.woff") format("woff");
}
@font-face {
  font-family: "D-DIN Exp DINExp-Italic";
  font-style: normal;
  font-weight: normal;
  src: local("D-DIN Exp DINExp-Italic"), url("../fonts/D-DINExp-Italic.woff") format("woff");
}
@font-face {
  font-family: "D-DIN Condensed DINCondensed-Bold";
  font-style: normal;
  font-weight: normal;
  src: local("D-DIN Condensed DINCondensed-Bold"), url("../fonts/D-DINCondensed-Bold.woff") format("woff");
}
@font-face {
  font-family: "D-DIN Exp DINExp-Bold";
  font-style: normal;
  font-weight: normal;
  src: local("D-DIN Exp DINExp-Bold"), url("../fonts/D-DINExp-Bold.woff") format("woff");
}
section {
  height: 100vh;
  color: #FFF;
}

h1, h2, h3, h4, h5 {
  font-family: "d-din";
  margin: 0;
  padding: 0;
}

canvas {
  position: absolute;
  top: 50px;
  z-index: 100;
  left: calc(50% - 300px);
  transform: scaleY(-1);
}

#welcome h4 {
  position: absolute;
  width: 100%;
  letter-spacing: 20px;
  top: 650px;
  text-align: center;
  font-size: 60px;
}
#welcome h5 {
  letter-spacing: 6px;
  margin-top: 20px;
  position: absolute;
  text-align: center;
  font-size: 20px;
  top: 710px;
  width: 100%;
}

.products {
  display: flex;
  justify-content: center;
  padding: 100px;
  color: #393737;
  background: #FFF;
  gap: 100px;
  text-align: center;
}
.products .image-container {
  height: 110px;
  display: flex;
  align-items: center;
}
.products h3 {
  margin-top: 20px;
}
.products svg {
  width: auto;
}

#about {
  color: #FFF;
  position: relative;
}
#about h4 {
  text-align: center;
  font-size: 40px;
  text-transform: uppercase;
  color: #d5398a;
  margin-top: 100px;
  margin-bottom: 100px;
}
#about p {
  font-family: sans-serif;
  font-size: 25px;
  letter-spacing: 2px;
  font-weight: 100;
  margin-bottom: 80px;
  text-align: center;
  font-family: "d-din";
  text-transform: uppercase;
}
#about .left {
  position: absolute;
  top: 200px;
  width: 100%;
}

footer {
  padding: 100px 0px;
  background: #FFF;
}
footer img {
  margin: 20px auto;
  display: block;
}
footer p {
  text-align: center;
  font-family: "d-din";
  line-height: 30px;
}

@media (max-height: 750px) {
  canvas {
    position: absolute;
    top: 20px;
    width: 300px !important;
    height: 300px !important;
    z-index: 100;
    left: calc(50% - 150px);
    transform: scaleY(-1);
  }
  #welcome h4 {
    position: absolute;
    top: 350px;
    text-align: center;
    font-size: 60px;
  }
  #welcome h5 {
    letter-spacing: 6px;
    margin-top: 20px;
    position: absolute;
    text-align: center;
    font-size: 20px;
    top: 400px;
    width: 100%;
  }
}/*# sourceMappingURL=index.css.map */