.conta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  height: 100px;
}
body {
  margin: 0 auto;
  width: 1540px;
  box-sizing: border-box;
}
h3 {
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 73px;
  line-height: 100%;
  text-align: center;
  transform: translateY(90px);
  color: white;
}
.con {
  background: linear-gradient(
    130deg,
    rgb(31, 31, 201),
    rgb(54, 54, 181),
    rgb(203, 31, 206)
  );
  height: 100vh;
}
nav {
  display: flex;
}
nav ul {
  display: flex;
  justify-content: center;
  gap: 130px;
}
nav ul li {
  list-style: none;
}
li ::before {
  transition: 0.3s;
  position: absolute;
}
li :hover {
  font-size: 25px;
  transition: 0.5s ease;
  font-weight: 700;
  
}
a {
  text-decoration: none;
  color: white;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 100%;
}
.height {
  text-align: center;
  transform: translate(0px, 50px);
}
.height input {
  width: 400px;
  height: 50px;
  border-radius: 8px;
  border: none;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 100%;
}
::placeholder {
  transform: translateX(50px);
}
.height button {
  width: 120px;
  height: 50px;
  transform: translate(50px, -2px);
  border-radius: 8px;
  border: none;
  background: linear-gradient(295.38deg, #bd00ff 15.53%, #0094ff 91.46%);
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 23px;
  line-height: 100%;
  color: white;
}
main {
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.man h2 {
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 43px;
  line-height: 100%;
  color: #ce1315;
}
.man {
  display: flex;
  align-items: center;
}
.man button {
  width: 100px;
  height: 50px;
  text-align: center;
  background: linear-gradient(100.95deg, #ce1315 6.45%, #bd00ff 100%);
  border-radius: 8px;
  border: none;
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 23px;
  line-height: 100%;
  color: white;
  transform: translateX(30px);
}
.v p {
  width: 360px;
  line-height: 20px;
  transform: translateY(-30px);
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 100%;
  line-height: 25px;
  color: #969696;
}
.width {
}
.width h3 {
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 43px;
  line-height: 100%;
  color: #1e1e1e;
  line-height: 10px;
  transform: translate(-120px, -40px);
}
.main-in:hover {
  font-size: 90px;
  transition: 0.5s ease;
}
.p button {
  width: 350px;
  height: 40px;
  transform: translateY(-40px);
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 23px;
  line-height: 100%;
  color: white;
  background: linear-gradient(
    279.1deg,
    #0094ff 3.44%,
    #bd00ff 45.06%,
    #fff851 91.99%
  );
  border: none;
  border-radius: 8px;
}
