* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

h1 {
  font-size: 2.25rem;
  line-height: 1.2;
}

h2 {
  font-size: 2rem;
  line-height: 1.2;
}

.cta {
  padding: 1rem 1.5rem;
  color: #fff;
  background: #4D13D1;
  font-weight: bold;
  border-radius: .3rem;
  text-transform: capitalize;
  text-align: center;
  text-decoration: none;
  max-width: 30rem;
}

.cta-no-bg {
  padding: 1rem 1.5rem;
  color: black;
  text-decoration: none;
  font-weight: bold;
}

.white-cta {
  padding: 1rem 1.5rem;
  background: #fff;
  color: #4D13D1;
  font-weight: bold;
  border-radius: .3rem;
  text-transform: capitalize;
  text-align: center;
  text-decoration: none;
  font-size: 1.125rem;
  border: 1px solid #c2c2c2;
}

.underline {
  font-weight: bold;
  text-align: center;
  color: #4D13D1;
}

body {
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem clamp(2rem, 15vw, 10rem) 0 clamp(2rem, 15vw, 10rem);
  font-size: 1.25rem;
  background: #FBF8F3;
}

header p {
  font-weight: bold;
}

nav {
  display: none;
}

.hero-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 1rem;
  padding: 0 2rem;
  font-size: 1.125rem;
  background: #FBF8F3;
  min-height: 100vh;
}

.hero-section img {
  width: clamp(16rem, 80vw, 30rem);
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.hero-section li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem;
  position: relative;
  color: #5a5a5a;
  left: 1rem;
}

.hero-section li::before {
  content: '';
  position: absolute;
  width: 1.5rem;
  aspect-ratio: 1/1;
  background: url(/img/Checkmark.svg);
  background-repeat: no-repeat;
  left: -28px;
}

.hero-section p {
  max-width: 45ch;
  color: #5a5a5a;
}

.hero-section h1 {
  max-width: 25rem;
}

.left-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  max-width: 30rem;
}

.feature-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  width: clamp(18rem, 100vw, 60rem);
  padding: 4rem 2rem;
}

.feature-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.feature-card img {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}

.feature-card h3 {
  font-size: .975rem;
}

.feature-card p {
  color: #5a5a5a;
  max-width: 18rem;
}

.accent {
  color: #4D13D1;
  font-weight: bold;
}

.feature-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin: 2rem 0;
}

.trial-section {
  width: clamp(18rem, 100vw, 40rem);
  padding: 4rem 2rem;
}

.trial-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  border-radius: .5rem;
  background: #4D13D1;
  color: white;
  padding: 3rem  2.5rem 0 2.5rem;
}

.trial-card h2 {
  font-size: 2.25rem;
}

.trial-card p {
  max-width: 16rem;
  font-size: 1.125rem;
  color: #d0c5ec;
}

.trial-card img {
  margin-top: 3rem;
  min-height: 22rem;
  -o-object-fit: cover;
     object-fit: cover;
  bottom: 0;
  border-radius: .3rem .3rem 0 0;
}

.left-trial-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.testimonial-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  width: clamp(18rem, 100vw, 40rem);
  padding: 4rem 2rem;
}

.testimonial-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid #c2c2c2;
  border-radius: .3rem;
  max-width: 25rem;
}

.testimonial-card p {
  font-size: 1.125rem;
}

.testimonial-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.1;
  gap: 1rem;
}

.head-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.head-info span {
  color: #4D13D1;
  font-weight: bold;
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  padding: 4rem 2rem;
  background: #FBF8F3;
  margin-top: 4rem;
}

footer h3 {
  margin-bottom: 1.5rem;
}

footer ul {
  color: #5a5a5a;
}

footer ul li {
  margin: .5rem 0;
}

footer p {
  color: #5a5a5a;
  max-width: 35ch;
}

.footer-col-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 1rem;
}

.footer-col-wrapper > * {
  min-width: 12rem;
}

@media only screen and (min-width: 1200px) {
  .burger-toggle {
    display: none;
  }
  nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    gap: 1rem;
  }
  .align {
    margin-left: auto;
  }
  .primary-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hero-section {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5rem 0;
  }
  .hero-section img {
    width: clamp(30rem, 50vw, 50rem);
  }
  .hero-section p, .hero-section h1 {
    max-width: 30rem;
  }
  .left-hero {
    width: clamp(20rem, 50vw, 35rem);
  }
  .left-hero a {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .feature-section {
    width: clamp(40rem, 80vw, 80rem);
  }
  .feature-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 4rem 0;
  }
  .trial-section {
    width: clamp(40rem, 80vw, 80rem);
  }
  .trial-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .trial-card img {
    max-width: 30rem;
  }
  .trial-card p {
    max-width: 28rem;
  }
  .left-trial-card {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    padding-bottom: 3rem;
    gap: 2rem;
  }
  .left-trial-card a {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .testimonial-section {
    width: clamp(40rem, 90vw, 90rem);
  }
  footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .footer-col-wrapper {
    width: auto;
  }
}
/*# sourceMappingURL=style.css.map */