@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

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

body {
  margin: 0;
  padding: 0;
  height: 100vh;
  background-color: rgb(178, 156, 200);
  font-family: "Roboto", serif;
}

:root {
  /* Add these styles to your global stylesheet, which is used across all site pages. You only need to do this once. All elements in the library derive their variables and base styles from this central sheet, simplifying site-wide edits. For instance, if you want to modify how your h2's appear across the site, you just update it once in the global styles, and the changes apply everywhere. */
  --primary: #a40284;
  --primaryLight: #ffba43;
  --secondary: #ffba43;
  --secondaryLight: #ffba43;
  --headerColor: #1a1a1a;
  --bodyTextColor: #4e4b66;
  --bodyTextColorWhite: #fafbfc;
  /* 13px - 16px */
  --topperFontSize: clamp(0.8125rem, 1.6vw, 1rem);
  /* 31px - 49px */
  --headerFontSize: clamp(1.9375rem, 3.9vw, 3.0625rem);
  --bodyFontSize: 1rem;
  /* 60px - 100px top and bottom */
  --sectionPadding: clamp(3.75rem, 7.82vw, 6.25rem) 1rem;
}


/***************  RESET ***************/

/* font-family: "Poppins", serif; */
/* font-family: "Roboto", serif; */

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

h2,
h3,
p,
small {
  color: rgb(255, 255, 255);
  font-weight: 200;
}

h2 {
  font-size: clamp(1.75rem, 4vw + 1rem, 3rem);
  font-family: "Poppins", serif;
}

h2 span {
  font-weight: 900;
}

h3 {
  font-size: clamp(1.5rem, 3vw + 1rem, 2.5rem);
  font-weight: 600;
}

p {
  font-size: clamp(1rem, 1vw + 0.75rem, 1.25rem);
  line-height: 1.4;
}

a {
  font-family: "Roboto", serif;
  text-decoration: none;
}

ul {
  list-style: none;
}
.hero-container {
  display: flex;
  flex-direction: column;
  margin: 1.5rem;
}
.imgbox {
  width: 90%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.social-media {
  display: flex;
  gap: 15px;
  margin-top: 2em;
}

.social-media .circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
}

footer {
  text-align: center;
  margin-top: 4em;
  padding-bottom: 1.5em;
}

@media screen and (min-width: 500px) {
  .hero-container {
    flex-direction: row;
    flex-direction: row-reverse;
    align-items: baseline;
    margin-top: 3em;
  }

  .content {
    margin-bottom: 2em;
    width: 90%;
  }

  .imgbox {
    width: 80%;
    margin-right: 2em;
  }
}

/*********************** ABOUT PAGE ***********************/

.about-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.about-info {
  padding: 0 0.8em;
}

.return {
  padding-top: 1em;
}

.return .nav__link:hover {
  text-decoration: underline;
  transition: 0.3s ease-in-out;
}


/*********************** PRICING PAGE ***********************/



.cs-topper {
  font-size: var(--topperFontSize);
  line-height: 1.2em;
  text-transform: uppercase;
  text-align: inherit;
  letter-spacing: .1em;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0.25rem;
  display: block;
}

.cs-title h2 {
  font-size: var(--headerFontSize);
  font-weight: 900;
  line-height: 1.2em;
  padding-bottom: .8em;
  text-align: inherit;
  max-width: 43.75rem;
  color: var(--headerColor);
  position: relative;
}

.cs-text p {
  font-size: var(--bodyFontSize);
  line-height: 1.5em;
  text-align: inherit;
  width: 100%;
  max-width: 40.625rem;
  margin: 0;
  color: var(--bodyTextColor);
}
                          

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #pricing-1087 {
    padding-top: 2.4rem;
      padding: var(--sectionPadding);
      background-color: transparent;
      position: relative;
      z-index: -999;
  }
  #pricing-1087 .cs-container {
      width: 100%;
      max-width: 80em;
      margin: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      /* 48px - 64px */
      gap: clamp(3rem, 6vw, 4rem);
      position: relative;
      z-index: -1;
  }
  #pricing-1087 .cs-content {
      /* set text align to left if content needs to be left aligned */
      text-align: center;
      width: 100%;
      display: flex;
      flex-direction: column;
      /* centers content horizontally, set to flex-start to left align */
      align-items: center;
      position: relative;
      z-index: -1;
  }

  #pricing-1087 .cs-card-group {
      width: 100%;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      /* 16px - 20px */
      gap: clamp(1rem, 1.8vw, 1.25rem);
      position: relative;
  }
  #pricing-1087 .cs-item {
      text-align: left;
      list-style: none;
      width: 100%;
      max-width: 31.25rem;
      margin: 0;
      /* 20px - 40px top *
          /* 16px - 32px left & right */
      padding: clamp(1.25rem, 3vw, 2.5rem) clamp(1rem, 3vw, 2rem);
      background-color: #fff;
      /* prevents padding and border from affecting height and width */
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: stretch;
      position: relative;
  }
  #pricing-1087 .cs-item.cs-popular {
      background-color: #1a1a1a;
  }
  #pricing-1087 .cs-item.cs-popular:before {
      content: "Popular";
      text-transform: uppercase;
      font-size: 0.8125rem;
      font-weight: 700;
      line-height: 1.2em;
      letter-spacing: 0.01em;
      padding: 0.5rem 1.25rem;
      background: var(--secondary);
      color: var(--headerColor);
      opacity: 1;
      position: absolute;
      display: block;
      top: 0;
      right: 0;
  }
  #pricing-1087 .cs-item.cs-popular .cs-package {
      color: #888;
  }
  #pricing-1087 .cs-item.cs-popular .cs-price,
  #pricing-1087 .cs-item.cs-popular .cs-item-p,
  #pricing-1087 .cs-item.cs-popular .cs-li {
      color: var(--bodyTextColorWhite);
  }
  #pricing-1087 .cs-item.cs-popular .cs-li.cs-disabled {
      filter: grayscale(1) brightness(550%);
  }
  #pricing-1087 .cs-item.cs-popular .cs-icon {
      /* if icon is not black, this turns it white */
      filter: grayscale(1) brightness(1000%);
  }
  #pricing-1087 .cs-item.cs-popular .cs-button-solid {
      transition: color 0.3s;
  }
  #pricing-1087 .cs-item.cs-popular .cs-button-solid:hover {
      color: var(--primary);
  }
  #pricing-1087 .cs-item.cs-popular .cs-button-solid:before {
      background-color: #fff;
  }
  #pricing-1087 .cs-package {
      /* 13px - 16px */
      font-size: clamp(0.8125rem, 1.4vw, 1rem);
      line-height: 1.2em;
      text-align: inherit;
      text-transform: uppercase;
      font-weight: 700;
      margin: 0 0 0.5rem 0;
      color: #767676;
      display: block;
  }
  #pricing-1087 .cs-price {
      /* 31px - 49px */
      font-size: var(--headerFontSize);
      line-height: 1.2em;
      text-align: inherit;
      font-weight: 900;
      margin: 0;
      color: var(--headerColor);
  }
  #pricing-1087 .cs-item-p {
      font-size: 1rem;
      line-height: 1.5em;
      text-align: inherit;
      font-weight: 400;
      /* 16px - 24px */
      margin: 0 0 clamp(1rem, 2vw, 1.5rem);
      color: var(--bodyTextColor);
  }
  #pricing-1087 .cs-ul {
      /* 32px - 48px */
      margin: 1.5rem 0 0;
      padding: 1.5rem 0 0 0;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 0.75rem;
      position: relative;
  }
  #pricing-1087 .cs-ul:before {
      content: "";
      width: 100%;
      height: 1px;
      background: linear-gradient(
          90deg,
          rgba(232, 232, 232, 0.2) 0%,
          #e8e8e8 53.78%,
          rgba(232, 232, 232, 0.2) 100%
      );
      opacity: 1;
      position: absolute;
      display: block;
      top: 0;
      left: 0;
  }
  #pricing-1087 .cs-li {
      /* 14px - 16px */
      font-size: clamp(0.875rem, 1.5vw, 1rem);
      list-style: none;
      line-height: 1.2em;
      width: 100%;
      margin: 0;
      padding: 0;
      color: var(--bodyTextColor);
      display: flex;
      justify-content: space-between;
      /* push everything to the top so if the li goes to two lines the icon stays at the top */
      align-items: flex-start;
      gap: 1rem;
  }
  #pricing-1087 .cs-li.cs-disabled {
      opacity: 0.5;
  }
  #pricing-1087 .cs-li.cs-disabled .cs-icon {
      filter: grayscale(1) brightness(300%);
  }
  #pricing-1087 .cs-icon {
      width: 1.125rem;
      height: auto;
      display: block;
  }
  #pricing-1087 .cs-button-solid {
      font-size: 1rem;
      /* 46px - 56px */
      line-height: clamp(2.875em, 5.5vw, 3.5em);
      text-decoration: none;
      font-weight: 700;
      text-align: center;
      margin: 0;
      color: #fff;
      min-width: 9.375rem;
      padding: 0 1.5rem;
      background-color: var(--primary);
      border-radius: 0.25rem;
      display: inline-block;
      position: relative;
      z-index: 1;
      /* prevents padding from adding to the width */
      box-sizing: border-box;
  }
  #pricing-1087 .cs-button-solid:before {
      content: "";
      position: absolute;
      height: 100%;
      width: 0%;
      background: #000;
      opacity: 1;
      top: 0;
      left: 0;
      z-index: -1;
      border-radius: 0.25rem;
      transition: width 0.3s;
  }
  #pricing-1087 .cs-button-solid:hover:before {
      width: 100%;
  }
  #pricing-1087 .cs-price-button {
      /* pushes up against the cs-ul so if there's loess li's in the list, the button always pushes itself to the bottom */
      margin-top: auto;
      width: 100%;
      border-radius: 0;
  }
  #pricing-1087 .cs-price-button:before {
      border-radius: 0;
  }
  #pricing-1087 .cs-floater {
      /* 76PX - 121PX */
      width: clamp(4.75rem, 7vw, 7.5625rem);
      height: auto;
      display: block;
      position: absolute;
      z-index: 1;
      pointer-events: none;
  }
  #pricing-1087 .cs-floater1 {
      top: 0;
      left: 0;
  }
  #pricing-1087 .cs-floater2 {
      bottom: 0;
      right: 0;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #pricing-1087 .cs-card-group {
      flex-direction: row;
      justify-content: center;
      align-items: stretch;
  }
  #pricing-1087 .cs-option2 {
      top: auto;
      bottom: 0;
  }
}

                              
/*********************** Custom Media Queries ***********************/

@media screen and (min-width: 1014px) {
  .hero-container {
    flex-direction: row;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: baseline;
    padding: 1em;
  }

  .content {
    width: 40%;
  }

  .imgbox {
    width: 30%;
  }
  /*********************** ABOUT PAGE ***********************/

  .about-content {
    margin-top: 2em;
  }
  .about-info {
    width: 80%;
  }

  .imgbox-about {
    width: 75%;
  }

  .return {
    padding-top: 2.4rem;
  }
}
