@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
* {
  margin: 0;
  padding: 0;
}

.tabs {
  display: flex;
  padding-left: 4%;
  background-color: #FFAA4C;
  height: 3.5dvh;
}
.tabs__button {
  background-color: #FFAA4C;
  padding: 0 2%;
  font-size: 1rem;
  font-weight: 500;
  border: none;
  font-family: "Outfit";
}
.tabs__button--active {
  border-radius: 20px 20px 0 0;
  background-color: #181818;
  color: #FFFFFF;
}

.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.logo__orange-line {
  transform: translate(38px, -14px);
}
.logo__purple-line {
  transform: translate(-24px, -1px);
}
.logo__text {
  transform: translateX(-18px);
  font-family: "Outfit";
  font-weight: 600;
  font-size: 2rem;
  color: #FFFFFF;
}

.header {
  position: sticky;
  top: 0;
  padding: 1rem 3rem;
  display: flex;
  justify-content: space-between;
  background-color: #181818;
}
.button {
  font-family: "Outfit";
  transition: 0.5s;
  font-weight: 600;
  color: #FFFFFF;
  border-radius: 15px;
  padding: 1.2rem 3rem;
  font-size: 1.25rem;
  background-color: #954CED;
}
.button__text {
  position: relative;
  z-index: 2;
}
.button--background_dark {
  border: solid 2px #954CED;
}
.button--background_light {
  border-radius: 15px;
}
.button--background_light:after {
  border-radius: 0;
  transform: scale(1.1);
}
.button:hover {
  transform: scale(1.2);
}
.button:after {
  z-index: 1;
  border-radius: 50%;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  background: #181818;
  transition: all 0.5s;
}
.button:hover:after {
  height: 100%;
  border-radius: 15px;
  width: 100%;
}

.hero {
  background-color: #181818;
  height: 100dvh;
}
.hero__inner {
  padding: 5dvh 0 0 7dvw;
  display: flex;
  justify-content: space-between;
}
.hero__title {
  font-weight: 700;
  font-optical-sizing: 106%;
  font-family: "Outfit";
  font-size: 6rem;
  color: #FFFFFF;
  padding-bottom: 5dvh;
}
.hero__subtitle {
  font-family: "Outfit";
  font-size: 1.25rem;
  color: #FFFFFF;
  padding-bottom: 5dvh;
}
.hero__image {
  margin-left: 10dvw;
  height: 80dvh;
  width: 80dvh;
}

.about-page {
  background-color: #181818;
  height: 100dvh;
}

.footer {
  background-color: #181818;
  padding: 1rem 4rem;
}
.footer__tab {
  margin-left: 2rem;
  text-decoration: none;
  font-family: "Outfit";
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.25rem;
}
.footer__up {
  padding-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px #444444 solid;
}
.footer__logo {
  scale: 1.5;
}
.footer__down {
  margin: 2rem;
  display: flex;
  justify-content: space-between;
  color: #B9B9B9;
  font-size: 1rem;
  font-weight: 300;
  font-family: "Outfit";
}
.footer__terms {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
.footer__terms > a {
  color: #B9B9B9;
  text-decoration: none;
}

.popup {
  height: Hug 587px;
  width: Hug 417px;
}

/*# sourceMappingURL=styles.css.map */
