* {
  box-sizing: border-box;
}

body {
  font-size: 16px;
  font-family: Inter;
  margin: 0px;
}

.main {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  height: 100vh;
}

.container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.radial-blur {
  border-radius: 815px;
  opacity: 0.2;
  background: #5546c0;
  filter: blur(200px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 720px;
  height: 250px;
  z-index: -999;
}

.heading-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.img-logo {
  width: 12rem;
  height: auto;
}

.heading {
  font-family: Manrope;
  font-weight: bold;
  font-size: 28px;
  background: linear-gradient(107deg, #5546c0 0%, #3dd1f6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
  line-height: 28px;
}

.demo-line {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 1rem;
}

.demo-line img {
  width: 20px;
}

.demo-line p {
  font-size: 26px;
  color: #8d93a7;
}

.contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-top: 2rem;
}

.contact p {
  margin: 0;
  color: #5546c0;
  font-family: Manrope;
  font-weight: 600;
}

.contact p span {
  margin: 0;
  color: #8d93a7;
}
