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

body {
  background-color: #020015;
  color: #fff;
  font-family: "Fredoka", sans-serif;
  margin: 0;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 32px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Fredoka", sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
  width: fit-content;
}

.btn-primary {
  background-color: #8746eb;
  border: 2px solid #ad78ff;
  padding: 8px 46px;
  line-height: 34px;
  box-shadow: 0px 4px 32px rgba(135, 70, 235, 0.7);
}

.btn-primary:hover {
  opacity: 0.9;
}

.btn-full {
  width: 100%;
}

.section-title {
  font-size: 64px;
  font-weight: 600;
  color: #fff;
  line-height: 1.1;
}

.section-title span {
  color: #8746eb;
}

.section-title-center {
  font-size: 64px;
  font-weight: 600;
  color: #fff;
  line-height: 1.1;
  text-align: center;
}

.section-title-center span {
  color: #8746eb;
}

.section-subtitle {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}

.section-subtitle-center {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin: 0;
}

.section-title-center {
  margin-top: 0;
}

.section-title {
  margin-top: 0;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 36px;
    text-align: center;
    margin-bottom: 12px;
  }

  .section-subtitle {
    font-size: 16px;
    text-align: center;
    margin-bottom: 24px;
  }

  .section-title-center {
    font-size: 36px;
    margin-bottom: 12px;
  }

  .section-subtitle-center {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
