* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  width: 100%;
  height: 100vh;
  background-color: #141e30;
  background-image: url(data:image/png;base64,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);
}

.back_light {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  height: 45%;
  background-color: #d61fda;
  filter: blur(300px);
  opacity: 0.5;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 10vh;
  display: flex;
  align-items: center;
}

#logo_div {
  width: 10%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

header div:nth-child(2) {
  width: 70%;
  height: 100%;
  display: flex;
  align-items: center;
}

header div:nth-child(2) a {
  text-decoration: none;
  margin: 0% 4%;
}

header div:nth-child(2) a button {
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 10% 10%;
  background-color: transparent;
  outline: none;
  border: none;
  color: #fff;
  font-size: 1vw;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

header div:nth-child(2) a button .back_div:nth-child(1) {
  position: absolute;
  width: 60%;
  height: 60%;
  filter: blur(20px);
  background-color: #834d9b;
  opacity: 0;
}

header div:nth-child(2) a button .back_div:nth-child(2) {
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 2px;
  border-radius: 50%;
  filter: blur(1px);
  background-color: #834d9b;
  opacity: 0;
}

header div:nth-child(2) a .activebutton {
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 10% 10%;
  background-color: transparent;
  outline: none;
  border: none;
  color: #fff;
  font-size: 1vw;
  display: flex;
  justify-content: center;
  cursor: pointer;
  color: #9a5db4;
}

header div:nth-child(2) a button .active:nth-child(1) {
  position: absolute;
  width: 60%;
  height: 60%;
  filter: blur(20px);
  background-color: #834d9b;
}

header div:nth-child(2) a button .active:nth-child(2) {
  position: absolute;
  bottom: 0;
  width: 30%;
  height: 2px;
  border-radius: 50%;
  filter: blur(1px);
  background-color: #8f55a8;
}

header div:nth-child(2) a button:hover {
  color: #9a5db4;
}

header div:nth-child(2) a button:hover .back_div {
  opacity: 1;
  transition: all 0.5s;
  width: 30%;
}

header div:nth-child(3) {
  width: 20%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5vw;
}

header div:nth-child(3) a {
  color: transparent;
  margin: 3% 0% 0% 15%;
}

main {
  width: 100%;
  height: 100vh;
  display: flex;
}

#content {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content_div {
  width: 70%;
}

.content_div h1:nth-child(1) {
  color: #fff;
  font-size: 3vw;
}

.content_div h1 {
  color: #fff;
}

.content_div h1 span {
  background-clip: border-box;
  background: linear-gradient(to right, #834d9b 0%, #d61fda 20%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.content_div p {
  margin: 5% 0%;
  color: #808080;
  font-size: 1.5vw;
}

.buttons a button {
  border-radius: 3px;
  outline: none;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1vw;
  cursor: pointer;
}

.buttons a:nth-child(1) button {
  padding: 2% 5%;
  background-color: #9a59b6;
  border: 2px solid #9a59b6;
  margin-right: 5%;
}

.buttons a:nth-child(2) button {
  padding: 2% 7%;
  border: 2px solid #9a59b6;
  background-color: transparent;
}

#image {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#image img {
  margin-top: 7%;
  z-index: 100;
}

.right_button {
  margin-left: 10%;
  width: 12%;
  height: 12%;
  background: linear-gradient(
    to right bottom,
    rgba(117, 117, 117, 0.5),
    rgba(87, 87, 87, 0.3)
  );
  z-index: 2;
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(255, 255, 255);
  font-size: 2vw;
}
