* {
  padding: 0px;
  margin: 0px auto;
  box-sizing: border-box;
}

body {
  height: 100dvh;
  width: 100dvw;
}
body .icons {
  display: flex;
  right: 5%;
  margin-right: 0px;
  position: absolute;
  gap: 16px;
  top: 5%;
  z-index: 2;
}
body .container {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 100%;
  background-position: center;
}
@media (max-width: 641px) {
  body .container {
    background-image: url(../img/bg_.png);
    background-size: cover;
  }
  body .container img {
    display: none;
  }
}
body .container img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0%;
  position: absolute;
  z-index: 0;
}
body .container .logo {
  z-index: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
body .container .logo svg {
  position: relative;
  top: -22%;
  left: 0;
  right: 0;
}
@media (max-width: 600px) {
  body .container .logo svg {
    top: -10%;
  }
}
body .svg-container {
  width: 100%;
  position: absolute;
  bottom: -6px;
  z-index: 0;
  max-width: 800px;
  margin: 0 auto;
  left: 0;
  right: 0;
  backdrop-filter: blur(15px);
}
body .clipped {
  position: fixed;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 10;
  height: 52%;
  clip-path: url(#svgTextPath);
  background: rgba(217, 217, 217, 0.2);
  backdrop-filter: blur(11px);
}
@media (max-height: 600px) {
  body .clipped {
    font-size: 400px;
    height: 290px;
  }
}
@media (max-height: 600px) {
  body .clipped {
    font-size: 400px;
    height: 290px;
  }
}
@media (max-width: 600px) {
  body .clipped {
    height: 400px;
    height: 62%;
  }
}
body .hidesvg {
  position: absolute;
  z-index: -1;
}
body .custom-text {
  font-size: 75em;
  font-weight: 500;
}
@media (max-height: 700px) {
  body .custom-text {
    font-size: 600px;
  }
}
@media (max-height: 500px) {
  body .custom-text {
    font-size: 400px;
  }
}
@media (max-width: 1000px) {
  body .custom-text {
    font-size: 600px;
  }
}
@media (max-width: 600px) {
  body .custom-text {
    font-size: 27rem;
  }
}

/*# sourceMappingURL=app.css.map */
