@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

html,
body {
  scroll-behavior: smooth;
  height: 100%;
  position: relative;
  padding-top: 60px;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 1.4;
  font-size: 20px;
}
img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  margin: 0 0 15px;
  line-height: 1.2;
  color: #4e328d;
}

a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover,
a:focus {
  text-decoration: none;
}

a:focus,
input:focus,
select:focus,
button:focus {
  outline: 0 solid;
}

.hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 80px 0px 100px;
}

.hero:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #4e328d;
  background: linear-gradient(
    90deg,
    rgba(78, 50, 141, 0) 0%,
    rgba(78, 50, 141, 0) 20%,
    rgba(78, 50, 141, 1) 50%,
    rgba(78, 50, 141, 1) 100%
  );
}

.hero-content h1 {
  color: #fff;
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.hero-content {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.hero-content h1 sup {
  font-weight: 400;
}

.hero-content img {
  max-width: 450px;
  margin-bottom: 15px;
  width: 100%;
}
.navbar .navbar-nav .nav-item .nav-link {
  color: #4f338c;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  position: relative;
  padding: 10px;
  text-align: center;
}

.navbar .navbar-nav .nav-item .nav-link:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 2px;
  height: 25px;
  background: #6dc7b3;
  transform: translateY(-50%);
}

.navbar .navbar-nav .nav-item:last-of-type .nav-link:before {
  opacity: 0;
}

.navbar-brand {
  max-width: 170px;
  margin-right: auto;
}

.navbar {
  background: #fff;
  box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.16);
  padding: 25px 0px;
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    align-items: flex-end;
  }
}
.primary-btn {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 15px 30px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: #4e328d;
}
.white-btn {
  display: inline-block;
  color: #4e328d;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 15px 30px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: #fff;
}

.primary-btn:hover {
  background-color: #6dc7b3;
  color: #fff;
}

.primary-btn.disabled {
  color: #ccc;
  pointer-events: none;
  opacity: 0.5;
  cursor: default;
}

.primary-btn.disabled:hover {
  color: #ccc;
}

.white-btn:hover {
  background-color: #6dc7b3;
  color: #fff;
}

.white-btn.disabled {
  color: #ccc;
  pointer-events: none;
  opacity: 0.5;
  cursor: default;
}

.white-btn.disabled:hover {
  color: #ccc;
}

.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #6dc7b3;
}

.digestive-support {
  background-color: #efedf5;
  padding: 120px 0px 25px;
}

.digestive-support .content h2 {
  font-size: 38px;
  font-weight: 800;
}

.digestive-support .content {
  font-size: 20px;
}

.digestive-support .content p {
  margin: 30px 0px;
}

.micro-section {
  padding: 50px 0px 30px;
}

.top-content {
  text-align: center;
  font-size: 20px;
  padding-bottom: 50px;
}

.top-content h2 {
  color: #4e328d;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.single-micro {
  min-height: 600px;
  background-size: 80% 95%;
  background-repeat: no-repeat;
  background-position: right top;
  border-radius: 50px;
  background-color: rgba(78, 50, 141, 0.07);
  padding: 50px;
}

.single-micro h3 {
  color: #4e328d;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  max-width: 350px;
}

.micro-section .col-lg-6:last-of-type .single-micro {
  border-radius: 50px;
  background-color: rgba(88, 89, 91, 0.1);
}

.micro-section .col-lg-6:last-of-type .single-micro h3 {
  color: #424242;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.btns {
  padding-top: 50px;
}
.foot-note {
  color: #58595b;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 30px;
}

.half-half {
  background: #4e328d;
  position: relative;
  z-index: 1;
  padding-top: 150px;
  padding-bottom: 150px;
  color: #fff;
  font-size: 20px;
}

.half-half .image {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.half-half .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.half-half .content h2 {
  color: #fff;
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding-bottom: 15px;
}

.half-half .content {
  padding-right: 80px;
}

.half-half .content .white-btn {
  margin-top: 15px;
}
.container-fluid {
  max-width: 1700px;
}

.try-section {
  background: rgba(78, 50, 141, 0.07);
  padding: 100px 0px;
}

.try-section .text {
  color: #4e328d;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding-right: 40px;
}

.try-section .text sup {
  font-weight: 400;
}

.single-icon {
  display: flex;
  align-items: center;
}

.single-icon .icon {
  width: 90px;
  margin-right: 20px;
}

.single-icon .icon img {
  max-height: 90px;
  min-width: 90px;
  object-fit: contain;
}

.single-icon h4 {
  color: #4e328d;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.power-section {
  padding: 140px 0px 120px;
}

.power-section .text h2 {
  color: #4e328d;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.power-section .main-image {
  padding: 30px 0px;
}

.single-text {
  margin-top: 80px;
  position: relative;
  border-left: 12px solid #6dc7b3;
  padding-left: 20px;
  min-height: calc(100% - 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 800;
  color: #4e328d;
}

.single-text h4 {
  color: #4e328d;
  font-size: 40px;
  padding-top: 15px;
}

.difference-section {
  background: #4e328d;
  color: #fff;
  padding: 80px 0px 50px;
}

.difference-section h2 {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding-bottom: 15px;
}

.difference-section .white-btn {
  margin-top: 15px;
}
.accordion-item {
  border-radius: 20px;
  margin-bottom: 20px;
  border: 0px;
  background: white;
}

.faq-section {
  padding: 100px 0px;
  background: #f3f1f7;
}

.accordion-item:first-of-type,
.accordion-item:last-of-type {
  border-radius: 20px;
}

.accordion .accordion-item .accordion-header {
  background: transparent;
}

.accordion .accordion-item .accordion-header button {
  background: transparent;
  border: 0px;
  padding: 20px 40px;
  font-size: 21px;
  font-weight: 800;
  color: #000;
  box-shadow: none;
}

.accordion-body {
  padding: 20px 40px;
  border: 0px;
  background: transparent;
}

.accordion .accordion-item .accordion-header button:focus {
  box-shadow: none;
}

.faq-section .title {
  font-size: 40px;
  padding-bottom: 25px;
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
  background-image: url(../images/chevron-down.svg);
}

.footer {
  background: #4e328d;
  padding: 80px 0px 120px;
  color: #fff;
  font-size: 12px;
}

a.web {
  color: #fff;
}

a.web:hover {
  color: #6dc7b3;
}

.middle-text {
  padding-right: 40px;
}

.bordered-text p {
  margin-bottom: 0px;
}

.bordered-text {
  padding: 15px;
  border: 2px solid #fff;
  margin-bottom: 35px;
  font-weight: 800;
}

.footer-menu a {
  display: inline-block;
  color: #fff;
  padding: 0px 15px;
  border-left: 1px solid #fff;
  line-height: 1;
  transition: all 0.3s ease;
}
.footer-menu a:hover {
  color: #6dc7b3;
}

.footer-menu a:first-of-type {
  padding-left: 0px;
  border-left: 0px;
}
.navbar-nav {
  align-items: center;
}
.footer-menu {
  margin-bottom: 25px;
}

.footer-btns .white-btn {
  margin-bottom: 20px;
}
.footer-logo {
  max-width: 220px;
}

.digestive-section {
  padding: 100px 0px;
}

.digestive-section h1 {
  font-size: 60px;
  padding-bottom: 15px;
}

.single-digestive-icon {
  border-radius: 50px;
  background: rgba(78, 50, 141, 0.07);
  padding: 35px 50px;
  text-align: center;
  min-height: 350px;
  display: flex;
  flex-direction: column;
}

.single-digestive-icon h4 {
  font-size: 20px;
  padding-bottom: 15px;
  padding-top: 10px;
}

.single-digestive-icon .icon {
  width: 70px;
  height: 100px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.single-digestive-icon .icon img {
  max-width: 100%;
  max-height: 100%;
}

.single-digestive-icon .primary-btn {
  margin-top: auto;
}

.digestive-content {
  padding-right: 80px;
}
.half-half.gray-bg {
  background: rgba(78, 50, 141, 0.07);
  color: #000;
}

.half-half.gray-bg .content h2 {
  color: #4f338c;
}
sup {
  font-weight: 400 !important;
}

.macro-section {
  background: #4e328d;
  color: #fff;
  padding: 120px 0px;
}

.macro-section h2,
.macro-section h4 {
  color: #fff;
}

.macro-section .texts h2 {
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  color: #fff;
  padding-bottom: 10px;
}

.macro-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 100%;
  gap: 30px;
  justify-content: center;
}

.single-macro {
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.single-macro img {
  max-width: 170px;
}

.single-macro h4 {
  font-size: 24px;
  margin-top: 15px;
  font-weight: 700;
}
.title {
  font-size: 60px;
}

.gut-brain-section {
  padding: 120px 0px;
}

.half-half.start-image .image {
  left: 0;
}

.half-half.start-image .content {
  padding-left: 80px;
  padding-right: 0px;
}

.half-half .content h4 {
  color: #4e328d;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 20px;
}

.coated-section {
  background: #4e328d;
  padding: 100px 0 40px;
  color: #fff;
}

.coated-section h1 {
  color: #fff;
  font-size: 40px;
  padding-bottom: 15px;
}

.coated-section .white-btn {
  margin-top: 15px;
}

.bordered-txt {
  padding: 15px 25px;
  font-size: 14px;
  border: 2px solid #fff;
  margin-top: 70px;
}

.coated-section .foot-note {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
}
@media screen and (min-width: 992px) {
  .coated-section .inner {
    max-width: 80%;
  }
}
.works-section {
  position: relative;
  z-index: 1;
}
.works-section .inner {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: right;
}
.works-section .inner img {
  object-fit: contain;
  object-position: top right;
  max-width: 50%;
  max-height: 100%;
}
.bg {
  padding: 60px 0px 100px;
}

.gray-bg {
  background: rgba(78, 50, 141, 0.07);
}

.single-list {
  display: flex;
  padding-top: 25px;
}

.single-list .icon {
  width: 90px;
  height: 90px;
  margin-right: 19px;
}

.single-list .icon img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  min-width: 90px;
}

.half-half.whit-bg {
  background: #fff;
  color: #000000;
}

.half-half.whit-bg .content h2 {
  color: #4f338c;
}

.logo-wrap {
  padding-bottom: 80px;
  align-items: center;
}
.sub-title {
  font-size: 40px;
}

.single-list.lg .icon {
  width: 180px;
  height: 150px;
  margin-right: 50px;
}

.single-list.lg .icon img {
  min-width: 180px;
}

.contents-section {
  padding-top: 100px;
}

.bottom-logos {
  padding-bottom: 100px;
  padding-top: 70px;
}

.contents-section h4 {
  font-weight: 700;
}

.contact-section {
  background: rgba(78, 50, 141, 0.07);
  padding: 50px 0px;
}

.single-info {
  margin-bottom: 25px;
}

.single-info .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
}

.single-info .text .info strong {
  color: #4e328d;
}
