@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap");
html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
  color: #fff;
  background: #000235;
  overflow: overlay;
  position: relative;
  overflow-x: hidden;
}

body,
input,
textarea,
select,
button {
  font-family: "Outfit", sans-serif;
}

header {
  display: flex;
  align-items: center;
  margin-top: 45px;
  max-width: 1100px;
  width: 100%;
  font-size: 17px;
  font-weight: 700;
}
header a {
  color: #fff;
}
header ul {
  display: flex;
  align-items: center;
  margin-left: auto;
}
header ul li {
  margin: 0 30px;
}
header ul li a {
  color: #fff;
}
header ul li:last-child {
  margin-right: 0;
}
header ul li:last-child a {
  display: flex;
  align-items: center;
  padding: 10px 25px 10px 21px;
  border-radius: 60px;
  background: #2d2879;
}
header ul li:last-child a div {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #9091dc;
  margin-right: 10px;
}

.hero {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-top: 70px;
}
.hero .left,
.hero .right {
  width: 100%;
}
.hero .left h2 {
  font-size: 76px;
  max-width: 450px;
}
.hero .left p {
  font-size: 18px;
  font-weight: 300;
  max-width: 350px;
}
.hero .left .actions {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.hero .left .actions a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 60px;
  background: #8d8dda;
  padding: 22px 60px;
  margin-right: 12px;
}
.hero .left .actions a:last-child {
  border: 1px solid #fff;
  background: transparent;
}
.hero .right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero .right img {
  width: 100%;
  height: 100%;
}

.brands {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1100px;
  margin-top: 150px;
}
.brands h2 {
  font-size: 18px;
  letter-spacing: 3px;
  margin-bottom: 15px;
}
.brands ul {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(99, 88, 189, 0.15);
  border-radius: 8px;
  width: 100%;
  padding: 19px 62px;
}
.brands ul li {
  margin-right: 140px;
}
.brands ul li:last-child {
  margin: 0;
}
.brands ul li a {
  display: flex;
  align-items: center;
  height: 100%;
}
.brands ul li a img {
  width: 100%;
  height: 100%;
}

.analytics {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  margin-top: 100px;
  gap: 10px;
  max-width: 1100px;
  width: 100%;
}
.analytics .left,
.analytics .right {
  width: 100%;
}
.analytics .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 50px;
}
.analytics .left span {
  display: block;
  font-size: 18px;
  letter-spacing: 2px;
  color: #abd9d9;
  margin-bottom: 7px;
}
.analytics .left h2 {
  font-size: 58px;
  color: #fff;
}
.analytics .left p {
  font-size: 16px;
  font-weight: 400;
  width: 336px;
  color: #fff;
  margin: 10px 0 21px 0;
}
.analytics .left a {
  display: flex;
  align-self: flex-start;
  align-items: center;
  justify-content: center;
  padding: 22px 51px;
  border-radius: 83px;
  color: #fff;
  font-weight: 700;
  background: #8d8dda;
}
.analytics .right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.getapp {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-top: 50px;
}
.getapp .left,
.getapp .right {
  width: 100%;
}
.getapp .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 30px;
}
.getapp .left span {
  display: block;
  font-size: 18px;
  letter-spacing: 2px;
  color: #abd9d9;
  margin-bottom: 7px;
}
.getapp .left h2 {
  font-size: 58px;
  color: #fff;
}
.getapp .left p {
  font-size: 16px;
  font-weight: 400;
  width: 336px;
  color: #fff;
  margin: 10px 0 21px 0;
}
.getapp .left a {
  display: flex;
  align-self: flex-start;
  align-items: center;
  justify-content: center;
  padding: 22px 51px;
  border-radius: 83px;
  color: #fff;
  font-weight: 700;
  background: #8d8dda;
}
.getapp .right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.getapp .right img {
  width: 92%;
  height: 92%;
}

.testimonials {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  padding: 150px 0;
  text-align: center;
}
.testimonials h5 {
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
}
.testimonials h2 {
  font-size: 48px;
  font-weight: 700;
  max-width: 500px;
  margin: 12px 0 30px 0;
}
.testimonials ul {
  display: flex;
  align-items: center;
}
.testimonials ul li {
  margin-right: 15px;
}
.testimonials ul li:last-child {
  margin-right: 0;
}
.testimonials ul li .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 50px 30px;
}
.testimonials ul li .card h2 {
  font-size: 22px;
  font-weight: 700;
  margin: 25px 0;
}
.testimonials ul li .card p {
  font-size: 16px;
  font-weight: 300;
}
.testimonials ul li .card img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  mix-blend-mode: luminosity;
}

.getstarted {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  padding: 75px 20px;
  text-align: center;
  border-radius: 30px;
  background: linear-gradient(270deg, #abd9d9, #5151c6);
}
.getstarted h5 {
  font-size: 18px;
  color: #000;
}
.getstarted h2 {
  margin: 20px 0;
  font-size: 54px;
  max-width: 500px;
}
.getstarted a {
  margin-top: 20px;
  padding: 20px 71px;
  font-size: 16px;
  color: #fff;
  border-radius: 60px;
  background: #000;
}

footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 1100px;
  padding: 200px 0 30px 0;
  position: relative;
}
footer a {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}
footer .menu {
  margin-right: 30px;
}
footer .menu {
  display: flex;
  flex-direction: column;
}
footer .menu a {
  font-size: 16px;
  color: #fff;
}
footer .menu a:first-child {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 22px;
}
footer .menu.first {
  margin-top: 44px;
}
footer .menu.first a {
  margin-bottom: 0;
  font-weight: normal;
}
footer .join {
  width: 345px;
}
footer .join span {
  display: block;
  margin-bottom: 22px;
  font-weight: 700;
  font-size: 20px;
}
footer .join .mail {
  position: relative;
}
footer .join .mail input {
  width: 100%;
  padding: 12px 80px 12px 23px;
  background-color: #13124f;
  font-size: 16px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 70px;
}
footer .join .mail input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
footer .join .mail button {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background: #8d8dda;
  border-radius: 80px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 32px;
  right: 6px;
  cursor: pointer;
}
footer .menu-first,
footer .menu,
footer .join {
  z-index: 2;
}
footer .ellipse4 {
  position: absolute;
  bottom: -100px;
  right: -350px;
  width: 400px;
  height: 400px;
  z-index: 0;
  filter: blur(250px);
  background: rgba(171, 217, 217, 0.8);
}

.ellipse {
  position: absolute;
  top: -500px;
  left: 25%;
  transform: translateX(-50%);
  width: 400px;
  height: 400px;
  filter: blur(250px);
  background: #abd9d9;
}

.ellipse2 {
  position: absolute;
  top: 800px;
  right: -500px;
  width: 400px;
  height: 400px;
  z-index: 2;
  filter: blur(250px);
  background: rgba(171, 217, 217, 0.8);
}

.ellipse3 {
  position: absolute;
  top: 2200px;
  left: -350px;
  width: 400px;
  height: 400px;
  z-index: 2;
  filter: blur(250px);
  background: #abd9d9;
}
