body {
  background-color: #fbfbfb;
  overflow-x: hidden;
  margin-bottom: 10px;
}
/* Testimonials Section & Hero Section & Benefits */
#testimonials,
#hero-section,
#benefits .container {
  margin-top: 60px;
  padding-left: 50px;
  padding-right: 50px;
}
#hero-section {
  margin-top: 80px;
}
#hero-section .sub-heading {
  font-size: 17px;
  font-weight: 600;
}
#hero-section .heading {
  font-size: 30px;
  font-weight: 600;
}
#hero-section .text {
  font-size: 12px;
}
#hero-section .explore-btn {
  font-size: 13px;
  border: none;
  background-color: #840088;
  color: white;
  padding: 5px 25px 5px 25px;
  border-radius: 20px;
}

/* Benefits */
#benefits .pink-div {
  margin-top: 70px;
  background-color: #fff4ff;
  padding-bottom: 50px;
}

#benefits .pink-div .container,
#benefits .simple-div .container {
  margin-top: 0;
}

#benefits .pink-div .heading,
#benefits .simple-div .heading {
  font-size: 18px;
  font-weight: 600;
}

#benefits .pink-div .text,
#benefits .simple-div .text {
  font-size: 14px;
  margin-bottom: 0;
}

/* Plans */
#plans {
  background-color: #fff4ff;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  margin-top: 60px;
}

#plans .container {
  padding-left: 50px;
  padding-right: 50px;
}

#plans .details {
  color: white;
  background-image: linear-gradient(to bottom left, #a087cf, #840089);
  padding: 30px 20px 30px 20px;
  border-radius: 15px;
  font-size: 12px;
}

#plans .details .heading {
  background-color: white;
  color: #a18cd1;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 600;
  padding: 7px 17px 7px 17px;
  width: fit-content;
  font-style: italic;
}

#plans .details .benefit-heading {
  font-size: 24px !important;
  margin-top: 10px;
  font-weight: 600;
}

#plans .details .sub-heading {
  font-size: 14px;
  font-weight: 400;
}
#plans .details .you-get {
  font-size: 14px;
  font-weight: 600;
}
#plans .package {
  border: 1px solid #840089;
  padding: 30px 20px 30px 20px;
  border-radius: 15px;
  background-color: #fffaff;
  height: 50%;
  position: relative;
}
#plans .package h1 {
  font-weight: 300;
  font-size: 24px;
}
#plans .package .plan-size {
  background-color: #a18cd1;
  width: fit-content;
  padding: 5px 16px 5px 16px;
  font-size: 12px;
  color: white;
  border-radius: 4px;
}
#plans .package hr {
  border: 0.5px solid #f5c4f7;
  background-color: #f5c4f7;
  display: block;
  opacity: 1;
  border-radius: 5px;
  margin-top: 20px;
}
#plans .package .price-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
  margin-top: 20px;
  color: #840089;
}
#plans .package .price-box span {
  color: black;
  font-size: 14px;
  font-weight: 300;
  margin-top: 3px;
}
#plans .package .price-box button {
  font-size: 20px;
  font-weight: 600;
  padding: 10px 60px;
  border-radius: 40px;
  background-color: #840089;
  border: none;
  color: white;
}
#plans .package.super-saver {
  border: none;
  box-shadow: none;
}
#plans .package.super-saver button {
  background-color: #f5c4f7;
  color: #840089;
}

#plans .small-screen-packages button {
  font-size: 14px !important;
  padding: 10px 20px !important;
}

#plans .saver-package {
  position: absolute;
  background-color: #840089;
  top: 0;
  right: 0;
  color: white;
  font-size: 12px;
  padding: 5px 20px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

#plans .info {
  background-color: white;
  padding: 30px 20px;
  border-radius: 15px;
}
#plans .info h1 {
  font-size: 26px;
  font-weight: 700;
}
#plans .info .price {
  background-color: #d0eed3;
  color: #19aa2a;
  width: fit-content;
  padding: 10px 30px;
  font-size: 20px;
  border-radius: 8px;
  margin-top: 30px;
  font-weight: 700;
}
#plans .info .heading {
  font-weight: 500;
  font-size: 14px;
}
#plans .info .text {
  font-weight: 300;
  font-size: 12px;
}

/* FAQ Section */
#faq {
  margin-top: 100px;
  padding-left: 50px;
  padding-right: 50px;
}

@media (max-width: 991px) {
  #plans .small-screen-packages .package {
    border: 1px solid #840089;
  }

  #plans .saver-package {
    font-size: 11px;
    padding: 5px 15px;
  }
}

@media (max-width: 767px) {
  #testimonials,
  #hero-section,
  #benefits .container,
  #plans .container,
  #faq {
    padding-left: 10px;
    padding-right: 10px;
  }

  #plans .small-screen-packages .price-box {
    font-size: 16px !important;
  }
  #plans .small-screen-packages .price-box span {
    font-size: 11px !important;
  }

  #plans .saver-package {
    font-size: 9px;
    padding: 5px 15px;
  }
  #plans .info h1 {
    font-size: 18px;
  }
  #plans .info .price {
    font-size: 16px;
  }
}
