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

body {
  background-color: #11071f;
  color: #ffffff;
  font-family: "Preahvihear", sans-serif;
  letter-spacing: 2px;
}

header {
  background-color: #1a0b2e;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 120px;
}

header a {
  display: flex;
  justify-content: center;
}

header a img {
  width: 19px;
  height: 21px;
}

header ul {
  display: flex;
  list-style: none;
  gap: 96px;
}

header ul li a {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  color: #ffffff;

  &.active {
    color: #693b93;
  }
}

.sec7 {
  margin-inline: 188px;
  margin-top: 142px;
  margin-bottom: 96px;
}

.sec7 h2 {
  margin-bottom: 2.5rem;
}

.sec7 p {
  margin-bottom: 1.75rem;
}

.sec7 a {
  display: block;
  margin-top: 1rem;
  width: fit-content;
}

.sec-pic {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.sec-pic img {
  width: 1125px;
}

.sec-pic-5 {
  margin-bottom: -4rem;
}

.sec1 {
  display: grid;
  justify-content: center;
  justify-items: center;
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.sec1 svg {
  width: 450px;
}

.sec1 p {
  font-size: 18px;
}
