@import url("https://fonts.googleapis.com/css2?family=Allura&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: "parisine-std",sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 1.21;
  color: #000;
}
.flex{
  display: flex;
  flex-wrap: wrap;
}
ul{
  list-style: none;
}
a{
  text-decoration: none;
}
a, span{
  display: inline-block;
}
.container{
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
}
.desktopShow{
  display: block;
}
.mobileShow{
  display: none;
}

/* Header section start */
header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 160px;
  transition: all 0.5s ease-in-out;
  z-index: 999;
  background: #fff;
}
header.active{
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  height: 110px;
}
header .wrapper{
  padding: 20px 0;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s ease-in-out;
}
header.active .wrapper{
  padding: 10px 0;
}
header .logo{
  width: 160px;
  transition: all 0.5s ease-in-out;
}
header.active .logo {
  width: 120px;
}
header .logo a,
header .logo a img{
  width: 100%;
}
header nav{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header nav ul li{
  padding: 0 15px;
  position: relative;
}
header nav ul li:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 2px;
  height: 90%;
  transform: translateY(-50%);
  background-color: #752b90;
}
header nav ul li:last-of-type:after{
  display: none;
}
header nav ul li a{
  color: #752b90;
  font-family: "parisine-std-compress-gris",sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 1em;
  transition: all 0.35s ease-in-out;
}
header nav ul li a:hover{
  color: #3ebca2;
}
header .social-icons{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-left: 5px;
}
header .social-icons .icon{
  display: inline-flex;
}
header .social-icons .icon a{
  display: inline-flex;
}
header .social-icons svg{
  width: 31px;
  height: auto;
}
header .social-icons svg path, header .social-icons svg circle{
  fill: #81499c;
  transition: all 0.35s ease;
}
header .social-icons .icon a:hover svg path,
header .social-icons .icon a:hover svg circle{
  fill: #20bbb0;
}
header .menuToggleBtn{
  display: none;
}
header .desktop-logo{
  display: block;
}
header .mobile-logo{
  display: none;
}

/* Header section end */
.main-heading{
  padding: 35px;
  margin-top: 160px;
}
.main-heading h1{
  font-family: "parisine-std-clair",sans-serif;
  color: #3ebca2;
  font-size: 70px;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
}

/* Home banner start here */
.home-banner{
  position: relative;
  height: 545px;
  padding: 20px 20px 50px;
}
.home-banner .bg-image{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-banner .bg-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.container{
  position: relative;
  z-index: 1;
}
.home-banner h2,
.home-banner p{
  text-align: center;
  color: #fff;
}
.home-banner h2{
  font-size: 42px;
  line-height: 1em;
  font-family: "parisine-std",sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}
.home-banner p{
  font-family: "parisine-std",sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 1.2em;
}
.home-banner .image-btn{
  margin-top: 70px;
  position: relative;
}
.home-banner .image-btn img {
  width: 305px;
}
.home-banner .image-btn a{
  background-color: #ef4723;
  font-family: "parisine-std-compress-gris",sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 23px;
  line-height: 1em;
  padding: 15px 45px;
  border-radius: 50px;
  transition: all 0.35s ease-in-out;
  position: absolute;
  left: 150px;
  bottom: 20px;
}
.home-banner .image-btn a:hover{
  background-color: #3ebca2;
  color: #fff;
}

/* Home banner end here */


/* about-section start here */
.about-section{
  padding: 20px 0 0 100px;
  position: relative;
  background-color: #f5eaf8;
}
.about-section .content{
  width: 60%;
}
.about-section .image{
  position: absolute;
  top: 0;
  right: 0;
  width: 610px;
}
.about-section .image img{
  width: 100%;
  margin-top: -58%;
  vertical-align: bottom;
  position: relative;
  z-index: 1;
}
.about-section .content{
  padding-right: 100px;
  z-index: 2;
}
.about-section h2{
  margin-bottom: 25px;
  font-family: "parisine-std-clair",sans-serif;
  font-weight: 700;
  color: #752b90;
  font-size: 70px;
  line-height: 1.2em;
}
.about-section ul{
  list-style-type: disc;
  margin: 0 0 0 25px;
  padding-bottom: 25px;
}
.about-section ul li{
  margin-bottom: 15px;
  color: #752b90;
  font-family: "parisine-std",sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  line-height: 1.2em;
}

/* about section end here */

/* supplement-section start here */
.supplement-section{
  padding: 40px 0;
  scroll-margin-top: 110px;
}
.supplement-section h2{
  text-align: center;
  margin-bottom: 20px;
  font-family: "parisine-std-clair",sans-serif;
  font-weight: 700;
  color: #752b90;
  font-size: 70px;
  line-height: 1.2em;
}
.supplement-section .wrapper{
  padding: 0 0 30px 0;
  align-items: center;
}
.supplement-section .wrapper .img{
  width: 40%;
  padding: 60px;
}
.supplement-section .wrapper .img img{
  width: 100%;
}
.supplement-section .wrapper .content{
  width: 60%;
  padding-left: 100px;
}
.supplement-section .wrapper .content p{
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 1.2em;
  font-family: "parisine-std",sans-serif;
  font-weight: 400;
  color: #752b90;
}
.supplement-section .wrapper .content p strong{
  font-weight: 700;
}
.supplement-section .wrapper .content p sup{
  font-size: 11px;
}
.supplement-section .facts-listing{
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 50px;
  padding-bottom: 30px;
}
.supplement-section .facts-listing li{
  text-align: center;
}
.supplement-section .facts-listing li .image{
  width: 90px;
  margin: 0 auto 15px auto;
}
.supplement-section .facts-listing li .image img{
  width: 100%;
}
.supplement-section .facts-listing li h5{
  color: #803d99;
  font-family: "parisine-std-compress-gris",sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1em;
}

/* supplement-section end here */

/* Buy section start here */
.buy-section{
  background-color: #e1faf7;
  padding: 40px 0 60px 0;
  scroll-margin-top: 110px;
}
.buy-section .wrapper{
  max-width: 540px;
  margin: 0 auto;
  width: 100%;
}
.buy-section .heading-wrap{
  text-align: center;
  margin-bottom: 40px;
}
.buy-section .heading-wrap h2{
  margin-bottom: 15px;
  font-family: "parisine-std-clair",sans-serif;
  color: #000403;
  font-size: 70px;
  line-height: 1.2em;
  font-weight: 700;
}
.buy-section .heading-wrap p{
  font-size: 22px;
  line-height: 1.2em;
  font-family: "parisine-std",sans-serif;
  font-weight: 700;
  padding: 0 20px;
}
.buy-section .strip-btn{
  width: 100%;
  background-color: #fff;
  border-radius: 50px;
  padding: 10px 15px;
  border: solid 1px #000;
  margin-bottom: 25px;
  justify-content: space-between;
  align-items: center;
  min-height: 92px;
}
.buy-section .strip-btn .img{
  width: calc(100% - 150px);
  text-align: center;
}
.buy-section .strip-btn:last-of-type{
  margin-bottom: 0;
}
.buy-section .strip-btn a{
  background-color: #ef4723;
  font-family:"parisine-std-compress-gris",sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 1em;
  padding: 11px 35px;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.35s ease-in-out;
}
.buy-section .strip-btn a:hover{
  background-color: #3ebca2;
  color: #fff;
}
.buy-section .strip-btn:nth-child(1) img{
  width: 130px;
}
.buy-section .strip-btn:nth-child(2) img{
  width: 260px;
}

/* Buy section end here */

/* Faq section start here */
.faq-section{
  padding: 50px 0;
  scroll-margin-top: 110px;
}
.faq-section .container{
  max-width: 1010px;
}
.faq-section .faq-wrap{
  padding-top: 30px;
}
.faq-section h2{
  text-align: center;
  margin-bottom: 35px;
  font-family: "parisine-std-clair",sans-serif;
  color: #752b90;
  font-size: 70px;
  line-height: 1em;
  font-weight: 700;
}
.faq-section .faq-item{
  margin-bottom: 35px;
}
.faq-section .heading-icon{
  align-items: center;
  cursor: pointer;
}
.faq-section .icon{
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #9324b2;
  position: relative;
}
.faq-section .icon span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  transition: all 0.35s ease-in-out;
}
.faq-section .icon span:first-of-type{
  width: 2px;
  height: 20px;
}
.faq-section .icon span:last-of-type{
  width: 20px;
  height: 2px;
}
.faq-section .faq-item.active .icon span:first-of-type{
  height: 0;
}
.faq-section .heading-icon h3{
  width: calc(100% - 35px);
  padding-left: 20px;
  font-size: 26px;
  color: #752b90;
  font-family:"parisine-std",sans-serif;
  line-height: 1;
  font-weight: 700;
}
.faq-section .content{
  padding: 10px 30px 10px 55px;
  display: none;
}
.faq-section .content .wrapper p,
.faq-section .content .wrapper ul li{
  color: #313131;
  font-size: 18px;
  line-height: 1.5;
  font-family: "parisine-std",sans-serif;
  font-weight: 400;
  font-style: normal;
}
.faq-section .content .wrapper ul{
  list-style: disc;
  margin-left: 25px;
}
.faq-section .content .wrapper p{
  margin-bottom: 15px;
}
.faq-section .content .wrapper ul li:not(:last-of-type){
  margin-bottom: 7px;
}


/* Faq section end here */

/* Disclaimer section start here */
.disclaimer .wrapper{
  margin: 25px 0 35px;
  padding: 12px;
  border: solid 1px #000;
}
.disclaimer p{
  color: #060000;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1em;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  text-align: center;
}
/* Disclaimer section end here */


/* Footer section start here */
footer{
  background-color: #803d99;
}
footer .wrapper{
  padding: 25px 0;
  justify-content: space-between;
  align-items: center;
}
footer .col-right{
  width: 60%;
}
footer .col-left{
  width: 40%;
}
footer .col-left ul{
  text-align: right;
}
footer .col-left ul li a{
  color: #fff;
  font-family: "parisine-std",sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 1em;
  transition: all 0.35s ease-in-out;
}
footer .col-left ul li:not(:last-of-type){
  margin-bottom: 15px;
}
footer .col-left ul li a:hover{
  color: #3ebca2;
}
footer .site-logo{
  margin-bottom: 20px;
}
footer .site-logo img{
  width: 220px;
}
footer .col-right .text-box p a{
  margin-left: 15px;
  position: relative;
}
footer .col-right .text-box *{
  color: #fff;
}
footer .col-right .text-box p,
footer .col-right .text-box .copy-right{
  font-size: 14px;
}
footer .col-right .text-box p:first-of-type{
  margin-bottom: 10px;
}
footer .col-right .text-box p a:after{
  position: absolute;
  top: 3px;
  height: 80%;
  background-color: #fff;
  content: "";
  left: -8px;
  width: 2px;
}
footer .col-right .text-box p sup{
  font-size: 10px;
}

/* Footer section end here */

/* redirection popup start */
.redirection-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(1, 1, 1, 0.65);
  z-index: 999;
  overflow-y: scroll;
  padding: 0 30px;
  display: none;
  box-sizing: border-box;
}
.redirection-popup.active {
  display: flex;
}
.redirection-popup .wrapper {
  border: solid 1px #813d97;
  border-radius: 6px;
  background-color: #813d97;
  max-width: 1040px;
  width: 100%;
  padding: 65px 30px;
  text-align: center;
}
.redirection-popup h2 {
  color: #fff;
  text-align: center;
  margin: 0 0 30px;
  font-size: 50px;
  line-height: 1em;
  width: 100%;
  font-weight: 700;
  font-family: "parisine-std-clair",sans-serif;
  font-style: normal;
}
.redirection-popup p {
  color: #fff;
  text-align: center;
  margin: 0 auto 35px;
  font-size: 22px;
  line-height: 1.1;
  width: 100%;
  max-width: 770px;
  font-weight: 700;
  font-family: "parisine-std",sans-serif;
  font-style: normal;
}
.redirection-popup .btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.redirection-popup .close-popup, .redirection-popup .continue-btn {
  margin: 0 10px;
  padding: 20px 55px;
  background-color: #813d97;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  line-height: 18px;
  transition: all 0.35s ease-in-out;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  border: solid 1px #fff;
  text-transform: uppercase;
  font-family: "parisine-std-compress-gris", sans-serif;
  border-radius: 50px;
}
.redirection-popup .close-popup:hover,
.redirection-popup .continue-btn:hover {
  background-color: #3ebca2;
  color: #fff;
  border-color: #3ebca2;
}


/* Responsive css start here */
@media (max-width: 1200px) {
  .main-heading h1 {
    font-size: 56px;
  }
  .home-banner h2{
    font-size: 34px;
  }
  .home-banner p{
    font-size: 20px;
  }
  .home-banner .image-btn img{
    width: 280px;
  }
  .home-banner {
    height: 520px;
  }
  .about-section {
    padding: 20px 0 0 60px;
  }
  .about-section .content {
    padding-right: 40px;
  }
  .about-section ul li{
    font-size: 16px;
  }
  .about-section .image {
    width: 377px;
  }
  .about-section h2,
  .supplement-section h2,
  .buy-section .heading-wrap h2,
  .faq-section h2{
    font-size: 42px;
  }
  .about-section ul li,
  .supplement-section .wrapper .content p {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .supplement-section {
    padding: 30px 0;
  }
  .supplement-section .wrapper .img{
    padding: 40px;
  }
  .supplement-section .wrapper .content{
    padding-left: 60px;
  }
  .supplement-section .facts-listing{
    gap: 30px;
  }
  .supplement-section .facts-listing li h5{
    font-size: 20px;
  }
  .buy-section {
    padding: 30px 0 40px 0;
  }
  .buy-section .heading-wrap p {
    font-size: 20px;
    padding: 0 50px;
  }
  .faq-section{
    padding: 30px 0 0;
  }
  .faq-section .faq-item {
    margin-bottom: 25px;
  }
  .faq-section .content .wrapper p, .faq-section .content .wrapper ul li {
    font-size: 16px;
  }

}

@media (max-width: 1080px) {
  header .wrapper {
    padding: 15px 0 10px;
  }
  .main-heading {
    padding: 25px 20px;
  }
  .main-heading h1 {
    font-size: 50px;
  }
  .home-banner .image-btn{
    margin-top: 50px;
  }
  .home-banner .image-btn img{
    width: 360px;
  }
  .about-section {
    padding: 20px 0 0 40px;
  }
  .about-section .content {
    padding-right: 20px;
  }
  .home-banner {
    height: 510px;
  }
  .home-banner .image-btn img {
    width: 290px;
  }
  .home-banner .image-btn a{
    padding: 15px 35px;
  }
  .redirection-popup h2 {
    font-size: 44px;
  }
  .redirection-popup p {
    font-size: 22px;
  }
  .redirection-popup .close-popup,
  .redirection-popup .continue-btn {
    font-size: 18px;
    padding: 18px 40px;
  }

}

@media (max-width: 993px){
  .main-heading h1 {
    font-size: 42px;
  }
  .home-banner {
    height: 480px;
  }
  .home-banner h2 {
    font-size: 28px;
  }
  .home-banner p {
    font-size: 18px;
  }
  .home-banner .image-btn {
    margin-top: 40px;
  }
  .home-banner .image-btn img {
    width: 280px;
  }
  .about-section h2, .supplement-section h2, .buy-section .heading-wrap h2, .faq-section h2 {
    font-size: 32px;
  }
  .about-section{
    position: relative;
  }
  .about-section .content {
    position: relative;
    z-index: 2;
  }
  .about-section ul li, .supplement-section .wrapper .content p {
    font-size: 16px;
  }
  .supplement-section .wrapper .img {
    padding: 20px;
  }
  .supplement-section .facts-listing {
    gap: 0px;
  }
  .supplement-section .facts-listing li h5 {
    font-size: 18px;
  }
  .about-section .content{
    width: 60%;
  }
  .about-section .content{
    margin-bottom: 25px;
  }
  .main-heading {
    padding: 25px 0 20px;
  }
  .about-section .image img {
    margin-top: -33%;
  }
  footer .col-left ul li a{
    font-size: 16px;
  }

}

@media (max-width: 767px){
  .desktopShow{
    display: none;
  }
  .mobileShow{
    display: block;
  }
  .container {
    padding: 0 20px;
  }
  header {
    height: 75px;
    overflow: hidden;
    transition: all 0.35s ease;
  }
  header.active{
    height: 65px;
  }
  header.menu-active{
    background-color: #dcf2ed;
    height: 240px;
  }
  header .logo{
    width: 130px;
  }
  header .logo a,
  header .logo a img{
    width: 100%;
  }
  header nav{
    width: 100%;
    display: block;
    order: 1;
    padding: 24px 0 10px;
  }
  header nav ul{
    flex-direction: column;
  }
  header nav ul li:after{
    display: none;
  }
  header nav ul li{
    padding: 0;
  }
  header nav ul li:not(:last-of-type){
    margin-bottom: 10px;
  }
  header nav ul li a{
    font-size: 22px;
  }
  header .menuToggleBtn{
    display: block;
    width: 35px;
    height: 20px;
    position: relative;
  }
  header .menuToggleBtn span{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background-color: #81499c;
    transition: all 0.35s ease;
  }
  header .menuToggleBtn span:nth-of-type(2){
    top: 50%;
    transform: translateY(-50%);
  }
  header .menuToggleBtn span:nth-of-type(3){
    top: auto;
    bottom: 0;
  }
  header.menu-active .menuToggleBtn span:nth-of-type(1){
    transform: rotate(45deg);
    top: 11px;
  }
  header.menu-active .menuToggleBtn span:nth-of-type(2){
    opacity: 0;
    visibility: hidden;
  }
  header.menu-active .menuToggleBtn span:nth-of-type(3){
    transform: rotate(-45deg);
    bottom: 7px;
  }
  header .social-icons{
    margin: 12px 0 0 0;
  }
  header .desktop-logo{
    display: none;
  }
  header .mobile-logo{
    display: block;
  }


  .main-heading {
    padding: 25px 0px;
  }
  .main-heading h1 {
    font-size: 37px;
  }
  .home-banner {
    height: 450px;
    padding: 20px 0px 50px;
  }
  .home-banner .image-btn img {
    width: 230px;
  }
  .home-banner h2 {
    font-size: 27px;
  }
  .home-banner .image-btn a{
    left: 70px;
    padding: 13px 25px;
  }
  .about-section {
    padding: 20px 20px 0 20px;
  }
  .about-section .content {
    width: 100%;
    padding-right: 0;
  }
  .about-section .image {
    display: none;
  }
  .supplement-section .wrapper .img{
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .supplement-section .wrapper .img img {
    width: 55%;
  }
  .supplement-section .wrapper .content {
    padding: 30px 10px 0;
    width: 100%;
  }
  .supplement-section .facts-listing {
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 10px;
    row-gap: 35px;
  }
  .about-section h2, .supplement-section h2, .buy-section .heading-wrap h2, .faq-section h2 {
    font-size: 36px;
  }
  .buy-section .heading-wrap p {
    font-size: 18px;
    padding: 0 20px;
  }
  .buy-section .strip-btn:nth-child(2) img {
    width: 100%;
  }
  .buy-section .strip-btn:nth-child(1) img {
    width: 110px;
  }
  .faq-section h2{
    margin-bottom: 7px;
  }
  .faq-section .heading-icon h3 {
    font-size: 24px;
  }
  .disclaimer .wrapper {
    padding: 10px;
    margin: 10px 0 25px;
    border: solid 1px #000;
    text-align: center;
  }
  .disclaimer p{
    font-size: 13px;
  }
  footer .col-right,
  footer .col-left{
    width: 100%;
  }
  footer .col-right{
    padding-bottom: 25px;
    text-align: center;
  }
  footer .col-left ul {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .col-left ul li:not(:last-of-type) {
    margin-bottom: 10px;
  }
  footer .col-left ul li{
    padding: 0 7px;
    position: relative;
  }
  footer .col-left ul li::after{
    content: "";
    position: absolute;
    top: 6px;
    right: 0;
    width: 2px;
    height: 60%;
    background-color: #fff;
  }
  footer .col-left ul li:last-of-type::after{
    display: none;
  }
  footer .col-left ul li a {
    font-size: 13px;
  }
  .main-heading {
    margin-top: 70px;
  }
  footer .col-right .text-box p{
    margin-top: 4px;
  }
  

}