*,
*::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;
}

.sec2 {
  margin-inline: 188px;
  margin-top: 112px;
  margin-bottom: 108px;
  display: grid;
  gap: 2rem;
}

.sec2 .text-con1 .text-con1-s {
  display: flex;
  gap: 8px;
  margin-top: -8px;
}

.sec2 .text-con1 .text-con1-s div {
  background: #ffffff;
  color: #000000;
  font-weight: 600;
  padding-inline: 8px;
  border-radius: 5px;
}

.sec2 .text-con1 .text-con1-s div span {
  color: #646161;
}

.sec2 .text-con2 {
  width: 750px;
  position: relative;
}

.sec2 .text-con2 span {
  position: absolute;
  background-color: #3d1768;
  width: 3px;
  height: 94px;
  top: 56px;
  left: -10px;
}

.sec1 {
  margin-top: 4.5rem;
}

.sec1 .vec-con {
  display: grid;
  justify-content: center;
  justify-items: center;
  z-index: 3;
}

.sec1 .vec-con .vec-1 {
  width: 284px;
}

.sec1 .vec-con .vec-2 {
  width: 1025px;
}

.sec1 .img-con {
  position: relative;
  display: flex;
  justify-content: center;
}

.sec1 .img-con .me {
  position: absolute;
  top: 84px;
  scale: 1.5;
  z-index: 3;
}

.sec1 .img-con .grad {
  scale: 2;
}

.sec1 .img-con .cover {
  position: absolute;
  z-index: 4;
  top: 250px;
  background: #b0b2b7;
  scale: 0.5;
}
