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

html {
  background-color: #00020f;
}

/* Background image */

.bg-img {
  background-image: url("images/Background-Image.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 80px;
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100vh;
}

/* Navigation */

.menu-container {
  padding: 6px 130px;
  display: flex;
  justify-content: center;
}
.menu {
  width: 1180px;
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Rethink Sans;
}

.menu .logo {
  width: 114px;
}

.logo img {
  width: 100%;
  height: auto;
}

.navigation {
  border: solid 1px #242d6b;
  border-radius: 100px;
  height: auto;
}

.navigation ul {
  display: flex;
  list-style: none;
  padding: 20px 8px;
}

.navigation li {
  font-weight: 100;
  font-size: 1em;
  border-radius: 100px;
  text-align: center;
}

.navigation li a {
  text-decoration: none;
  color: #a7adbe;
  padding: 12px 16px;
  border: 1px solid transparent;
  border-radius: 100px;
  transition: all 0.2s ease;
}

.navigation li a:hover {
  border-color: #202860;
  background-color: #131839;
  color: white;
}

.contact-us {
  background-color: #1a4fff;
  padding: 14px 20px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-decoration: none;
}

.contact-us span {
  color: #fff;
}

/* Main content */

.main-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Heading */

.heading-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 129px;
}

.tag-line h4 {
  color: #fff;
}

.heading-text h1 {
  color: #fff;
}

.heading-text p {
  color: #fff;
}

.tag-line {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  padding: 8px 8px 8px 16px;
  background-color: rgba(255, 255, 255, 0.07);
  box-shadow: 0 8px 11px rgba(0, 3, 18, 0.12);
  display: flex;
  gap: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tag-line h4 {
  font-family: Inter Tight;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
  color: rgba(167, 173, 190, 1);
}

.tag-line h4 span {
  color: rgba(204, 216, 255, 1);
}

.tag-arrow {
  background-color: rgba(26, 79, 255, 1);
  padding: 4px 10px;
  border-radius: 100px;
}

.heading-text {
  font-family: Inter Tight;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.heading-text h1 {
  color: white;
  font-weight: 700;
  font-size: 68px;
  line-height: 120%;
  text-align: center;
}

.heading-text p {
  color: #a7adbe;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
}

.button-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.heading-btn {
  font-family: Rethink Sans;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  background: linear-gradient(to bottom, #4d76ff, #1a4fff);
  padding: 16px 33px;
  border-radius: 100px;
  color: #fff;
  border: none;
  box-shadow: inset 0 1px 5px rgba(255, 255, 255, 0.3),
    inset 0 -1px 1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.spots {
  display: flex;
  gap: 8px;
}

.spots p {
  font-family: Rethink Sans;
  color: #6d7792;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}

/* Work */

.work {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  width: 1440px;
  overflow: hidden;
}
.work img {
  width: 100%;
}

/* Social proof */

.social-proof {
  margin-top: 76px;
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.social-proof .stars {
  width: 96px;
  height: auto;
  margin-bottom: 10px;
}

.social-proof p {
  font: 200;
  color: #a7adbe;
  font-family: Rethink Sans;
  text-align: center;
  margin-bottom: 20px;
}

.social-proof .logos {
  width: 1180px;
  height: auto;
}
