* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: 'IBM Plex Sans', sans-serif;
  color: white;
}

html,
body {
  width: 100%;
  height: 100%;
}

html {
  font-size: 16px;
}

body {
  background: #1d2026;
}

.page-wrapper {
  width: 100%;
  height: 100%;
}

.section {
  padding-top: 1.2em;
  padding-bottom: 2em;
}

.container {
  max-width: 1128px;
  margin: 0 auto;
  padding: 0 1em;
}

a {
  color: #8a94a7;
  text-decoration: none;
}

h1 {
  margin: 0.25em 0;
}

.button {
  display: inline-flex;
  font-size: 1em;
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 1.1em;
  text-decoration: none !important;
  text-transform: uppercase;
  background-color: #242830;
  color: #fff !important;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  justify-content: center;
  text-align: center;
  padding: 0.7em 1.2em;
  white-space: nowrap;
  margin: 0.2em;
}

.button-primary {
  background: linear-gradient(45deg, #0c78dd 0, #0b6fcc 100%);
}

.list-reset {
  list-style: none;
  padding: 0;
}

li {
  display: list-item;
  margin: 0 0.5em;
}

/* ------- */

.site-header {
  padding: 1.5em 0;
}

.site-header-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

i {
  color: transparent;
  background: linear-gradient(
    to top left,
    rgb(156, 156, 230),
    rgb(86, 86, 197)
  );
}

.hero {
  text-align: center;
}

.hero-inner {
  display: flex;
  flex-wrap: wrap;
}

.hero-copy {
  z-index: 2;
  width: 100%;
  padding: 0 0.5em;
}

.hero-title {
  font-size: 2.5em;
}

.hero-p {
  color: #8a94a7;
  margin-bottom: 1em;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 0;
}

.hero-cta a {
  flex: 100%;
  letter-spacing: 0.01em;
}

.hero-animate {
  position: relative;
  min-width: 300px;
  width: 100%;
  height: 300px;
  background: linear-gradient(
    to top right,
    rgb(43, 46, 248),
    rgb(136, 144, 245),
    rgb(112, 127, 243)
  );
  opacity: 0.5;
}
/* --------------------------------- */
.services {
}

.services-inner {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
}

.service {
  flex: 1;
  min-width: 300px;
  text-align: center;
  padding: 2em 2em;
}

.service:last-child {
  border-bottom: thin solid #8a94a7;
}

.service-icon {
  width: 2em;
  height: 8em;
}

.service-title {
  font-size: 1.3em;
  padding-bottom: 0.7em;
}

.service-text {
  color: #8a94a7;
  font-size: 1.2em;
  line-height: 1.6em;
}

/* --------------------------- */

.pricing {
}

.pricing-inner {
}

.pricing-header {
  font-size: 1.4em;
  text-align: center;
  padding: 1.2em 0;
}

.pricing-p {
  color: #8a94a7;
  font-size: 0.8em;
  padding: 1.8em 0;
}

/* PRICE TABLE */
.pricing-table {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.price-column {
  background-color: #2c3039;
  padding: 2rem;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 275px;
  border-radius: 8px;
}

.price-column.popular {
  position: relative;
  background-color: rgb(75, 101, 216);
  color: white;
  margin-top: -1.5rem;
  padding: 3.5rem;
  margin-bottom: -1.5rem;
  padding-bottom: 3.5rem;
}

.price-column:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.price-column:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.price-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
}

.price {
  font-size: 3.5em;
  display: flex;
}

.dollar-sign {
  font-size: 1em;
  color: #8a94a7;
  margin-right: 0.1em;
}

.per-month {
  font-size: 0.75rem;
  color: #8a94a7;
  align-self: flex-end;
  margin-bottom: 1.1rem;
  text-transform: uppercase;
}

.plan-name {
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-top: 1rem;
  margin-bottom: 0;
}

.divider {
  height: 1px;
  width: 100%;
  background-color: #8a94a7;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.price-column.popular .divider {
  background-color: rgba(255, 255, 255, 0.2);
}

.feature {
  display: flex;
  align-items: center;
  margin: 0.5rem;
}

.feature img {
  height: 1.1em;
  width: 1.1em;
  margin-right: 0.5rem;
}

.feature.innactive {
  color: #999;
  text-decoration-line: line-through;
}

.most-popular {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  right: 0.5em;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.cta {
  border: none;
  background-color: transparent;
  color: white;
  width: 100%;
  padding: 0.75em 1em;
  cursor: pointer;
  font-weight: bold;
  border-radius: 4px;
  margin-top: 3em;
  transition: 100ms;
  transform: scale(1);
}

.price-column.popular .cta {
  background-color: white;
  color: #1d2026;
}

.cta:hover,
.cta:focus {
  transform: scale(1.3);
}

/* ----------- */
/* ------------------------------ */

.site-footer {
  margin-top: 1.3em;
}

.site-footer-inner {
  display: flex;
  flex-wrap: wrap;
  padding: 4em 0;
}

.footer-brand,
.footer-links,
.footer-social-links {
  width: 100%;
  flex: none;
  margin-bottom: 2em;
  display: inline-flex;
  justify-content: center;
}

.footer-links {
}

/* MEDIA QUERIES  */

@media (min-width: 641px) {
  .container {
    padding: 0 2em;
  }

  .site-header::before {
    z-index: -1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 700px;
    background: #242830;
    background: linear-gradient(
      80deg,
      rgba(36, 40, 48, 0.5) 0%,
      rgba(36, 40, 48, 0) 100%
    );

    transform-origin: 0;

    transform: skewY(-12deg);
  }

  .hero-inner {
    flex-direction: row;
  }

  .hero-copy {
    width: 852px;
  }

  .hero-title {
    padding-bottom: 1.1em;
  }

  .hero-p {
    padding-bottom: 1em;
    letter-spacing: 0.1em;
  }

  .hero-cta {
    flex-wrap: nowrap;
  }

  .hero-cta a {
  }

  .hero-animate {
  }
}
