@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@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&display=swap');
*,
*::after,
*::before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  color: #000000 !important;
}
ul {
  margin: 0 !important;
  padding: 0 !important;
}
ul.fotr-grid {
  display: grid;
  gap: 16px;
}
li {
  list-style: none !important;
}
a {
  text-decoration: none !important;
}
header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 333;
  background-color: #ffffff;
}
.nav {
  height: 120px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 !important;
  /* box-shadow: 0px 3px 6px 0px #0000001A; */
  flex-wrap: unset !important;
}
.nav > .nav-btn {
  display: none;
}
.nav > #nav-check {
  display: none;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 50px;
}
.social-box {
  height: 48px;
  background-color: #164E95;
  padding: 0 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
img.logo {
  cursor: pointer;
}
.container {
  max-width: 1240px !important;
}
a.nav-link-img img {
  width: 24px;
  height: 24px;
}
li.list-link-img {
  display: flex;
  align-items: center;
  gap: 40px;
}
a.nav-link {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  padding: 0;
  color: #000000 !important;
  cursor: pointer;
  text-transform: uppercase;
}
.head-box {
  display: flex;
  align-items: center;
}
.skinimg {
  width: 104% !important;
  border-radius: 258px;
  height: 620px;
}
.position-box {
  position: relative;
}

.position-box.ist {
  z-index: 3;
}
.position-box.iist {
  z-index: 2;
  right: 16px;
}
.position-box.iiist {
  z-index: 1;
  right: 16px;
}
.position-box.iist::after {
  content: '';
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 104%;
  height: 100%;
  display: block;
  background: #00000066;
  border-radius: 258px;
}
.position-box.iiist::after {
  content: '';
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 104%;
  height: 100%;
  display: block;
  background: #00000066;
  border-radius: 258px;
}
h1.skin-title {
  font-family: Poppins;
  font-size: 38px;
  font-weight: 500;
  line-height: 51px;
  letter-spacing: 0em;
  margin: 0;
  color: #ffffff;
}
a.explore-bnt {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  width: 157px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000000 !important;
  border-radius: 100px;
  cursor: pointer;
  background: #ffffff;
  margin-top: 50px;
  gap: 10px;
}
.skinbox {
  position: absolute;
  top: 50%;
  left: 52%;
  z-index: 333;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 24px;
}
p.naturel-title {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.13em;
  text-align: center;
  color: #ffffff;
  margin: 0;
}
.skinbox.trd {
  top: 58%;
}
p.curate-title {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 0em;
  margin: 0;
}
h2.embrace-title {
  font-family: Poppins;
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
  letter-spacing: 0em;
  flex: 0 0 auto;
}
.embracebox {
  display: flex;
  align-items: center;
  gap: 16px;
}
.embracebox.dfg{
  border-right: 1px solid #000000;
  padding-right: 16px;
  margin-right: 16px;
}
.embracei-inline {
  display: flex;
  align-items: center;
  padding: 50px 0;
}
h1.bestseller-title {
  font-family: Poppins;
  font-size: 48px;
  font-weight: 600;
  line-height: 72px;
  letter-spacing: 0em;
  margin: 0;
  position: relative;
}
h1.bestseller-title::after {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  border: 1px solid #000000;
  height: 1px;
  right: 0;
  width: calc(100% - 370px);
  transform: translate(0, 50%);
}
h2.buynow-title {
  font-family: Poppins;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: 0em;
  margin: 0;
}
p.buynow-sm {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 0em;
  margin: 0;
}
a.buynow-btn {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  cursor: pointer;
  width: 182px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  color: #ffffff !important;
  border-radius: 100px;
  gap: 10px;
}
.buynow-grid {
  display: grid;
  gap: 90px;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  padding: 40px 0;
}
.buynow-img {
  border-radius: 100px;
  margin-bottom: 40px;
  width: 100%;
  transition: 0.2s all;
}
.buynow-img:hover {
  transform: scale(1.1);
  transition: 0.2s all;
}
.hoverview {
  transition: 0.2s all !important;
}
.hoverview:hover {
  transform: scale(1.05) !important;
  transition: 0.2s all !important;
}
.spce55px{
  margin-top: 55px;
}
.spce200px{
  margin-top: 200px;
}
.space50px {
  padding: 0 40px;
}
h1.bestseller-title.Proline::after{
  width: calc(100% - 550px);
}
.product-inline {
    display: flex;
    margin-top: 60px;
}
img.product-img {
  width: 100%;
  border-radius: 100px;
}
.product2 {
  margin-top: 300px;
}
.product3 {
  margin-top: 57px;
}
.product4 {
  margin: 400px -24px 0 0 ;
}
.product5 {
  margin-top: 24px;
}
section.sec-i {
  margin-top: 125px;
}
section.sec-iii {
  /* background: url(./../img/bg1.png) top right no-repeat;
  background-size: cover; */
  padding: 100px 0 170px;
  position: relative;
}
p.prodect-title {
  position: absolute;
  width: 250px;
  bottom: -70px;
  left: 0;
}
.retre {
  animation: rotatebox 10s linear infinite;
}
img.prodectarrow-img {
  position: absolute;
  right: 0;
  bottom: -70px;
}
section.sec-iv {
  padding: 100px 0;
  position: relative;
}
.widthbox {
  width: 80%;
  margin: auto;
}
.testimonial-inline {
  background: #171717;
  padding:32px 120px;
  margin-top: 16px;
  display: grid;
  gap: 40px;
}
img.testimonial1-img {
  width: 100%;
  object-fit: scale-down;
}
.ovrhiddn {
  overflow: hidden;
}
img.testimonialline {
  position: absolute;
  top: 51.3%;
  left: 47.9%;
  height: 120%;
  transform: translate(-50%, -50%);
  object-fit: scale-down;
}
h4.testimo-title {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  color: #ffffff;
}
p.testimo-small-title {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  margin: 0;
  color: #484848;
}
p.struggl {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  line-height: 31px;
  letter-spacing: 0em;
  color: #ffffff;
  margin: 0;
}
.testimonial-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  left: 0;
  top: 49%;
}
.testimonial-grid {
  display: flex;
  gap: 40px;
  align-items: center;
}
section.sec-v {
  margin: 75px 0;
  position: relative;
}
.joinimg {
  position: absolute;
  left: 0;
  top: 0;
}
img.imgjoin1{
  position: absolute;
  top: 0;
  left: 0;
}
img.imgjoin2 {
  position: absolute;
  top: 160px;
  left: 160px;
}
img.imgjoin3 {
  position: absolute;
  top: 70px;
  left: 510px;
}
img.imgjoin4 {
  position: absolute;
  top: 340px;
  left: 100px;
}
img.imgjoin5{
  position: absolute;
  top: 0;
  left: 0;
}
img.imgjoin5 {
  position: absolute;
  top: 590px;
  left: 420px;
}
p.subscribe-small-title {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  margin: 0;
}
h1.subscribe-title {
  font-weight: 400;
  font-family: Poppins;
  font-size: 40px;
  line-height: 51px;
  letter-spacing: 0em;
  margin: 0;
}
input.email-input::placeholder {
  color: #8F8F8F;
}
input.email-input {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  border: none;
  padding: 20px 190px 20px 40px;
  background: #EBEBEB;
  width: 100%;
  color: #000000;
  height: 70px;
}
a.subscribe-btn {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 180px;
  background: #000000;
  color: #ffffff !important;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.subscribe-box {
  position: relative;
  margin-top: 50px;
}
.center-align {
  display: flex;
  align-items: center;
  height: 688px;
  padding-left: 60px;
}
.frequen::after{
  display: none !important;
}
.accordion-button {
  font-family: Poppins;
  font-size: 25px !important;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0em;
  color: #000000 !important;
  padding: 30px 0 !important;
  background-color: unset !important; 
  border: none !important;
  box-shadow:none !important;
}
.accordion-body1 {
  padding: 0 0 30px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 300;
  line-height: 31px;
  letter-spacing: 0em;
  color: #898989;
}
.accordion-item {
  border: none !important;
  border-bottom: 1px solid #D0D0D0 !important;
}
.accordion {
  margin-top: 50px;
}
.wht {
  color: #ffffff !important;
}
section.sec-vi {
  background: #000000;
  padding: 100px 0;
  margin: -2px 0;
}
a.socil-link {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff !important;
  cursor: pointer;
}
.socil-inline {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: center;
  padding: 32px 0 8px;
}
h1.bestseller-title.frequened::before {
  background: url(./../img/Line1.png) top right no-repeat;
  background-size: cover;
  content: '';
  width: 500px;
  height: 1px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
}
.sec-vii {
  background: #000000;
  padding: 40px 0 24px; 
}
.footer_logo {
  position: relative;
}
.footer_logo::before {
  background: url(./../img/Line2.png) top right no-repeat;
  background-size: contain;
  content: '';
  width: calc(100% - 250px);
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
h1.footer-title.wht {
  font-family: Poppins;
  font-size: 35px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0em;
  margin: 0;
}
a.footer-link-title {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  color: #ffffff !important;
  margin-bottom: 8px;
  cursor: unset !important;
  display: block;
}
a.footer-link {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0em;
  color: #ffffff !important;
  cursor: pointer;
}
ul.footer-ul {
  display: grid;
  gap: 8px;
}
.footer-inline {
  display: flex;
  align-items: self-start;
  gap: 50px;
}
.footer-gird {
  display: flex;
  align-items: self-start;
  justify-content: space-between;
  padding: 80px 0;
}
.footer-title-box {
  text-align: right;
}
input.footer-email::placeholder {
  color: #525050;
}
input.footer-email {
  color: #ffffff;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  border: none;
  width: 460px;
  background: #1A1717;
  height: 54px;
  padding: 16px 180px 16px 20px;
}
a.subscribebtn {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  background: #FFFFFF;
  width: 160px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000000 !important;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.footer-input-box {
  margin-top: 16px;
  position: relative;
}
p.privacy-title {
  cursor: unset;
  margin: 0;
}
.privacy-title {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  color: #ffffff !important;
  cursor: pointer;
}
ul.privacy-box {
  display: flex;
  align-items: baseline;
  gap: 24px;
}
.privacy-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
ul.privacy-inline {
  display: flex;
  align-items: center;
  gap: 24px;
}
ul.privacy-inline img{
  cursor: pointer;
  flex: 0 0 auto;
}
.privacy-grid::before {
  background: url(./../img/Line3.png) top left no-repeat;
  background-size: contain;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translate(-50%, 0);
}
video.videod {
  position: absolute;
  width: 104%;
  z-index: auto;
  border-radius: 258px;
  height: 100%;
  object-fit: cover;
  left: -16px;
  top: 0;
}
.position-box.iiist.non::after {
  display: none  !important;
}
section {
    overflow: hidden !important;
}
footer{
  overflow: hidden !important;
}
img.explorimg {
  cursor: pointer;
}
p.prodect-title {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}
a.productlink {
  font-family: Poppins;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF !important;
  gap: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 100px;
}
.shwhide {
  display: none;
}
/* .bgblack::after {
  background: #00000099;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  left: 0;
  top: 0;
  border-radius: 100px;
} */
@keyframes rotatebox {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}
img.explorimg.wh {
  width: 300px;
  height: 300px;
  object-fit: scale-down;
  transform: scale(1);
  transition: 0.2s all ;
}
img.explorimg.wh:hover {
  transform: scale(1.2);
  transition: 0.2s all ;
}
.spinner-wrap {
  position: relative;
}
.spinner-item {
  border: 1.5px solid rgba(255,255,255,0.6);
  border-radius: 50%;
  height: 300px;
  width: 300px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-animation: zoom 2s linear 0.75s infinite;
          animation: zoom 2s linear 0.75s infinite;
}
.spinner-item--2 {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}
.spinner-item--3 {
  -webkit-animation-delay: 1.75s;
          animation-delay: 1.75s;
}

@-webkit-keyframes zoom {
  0% {
    transform: translate(-50%, -50%) scale(0.2);
    opacity: 0;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}

@keyframes zoom {
  0% {
    transform: translate(-50%, -50%) scale(0.2);
    opacity: 0;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
a.buynow-btn{
  transform: scale(1);
  transition: 0.2s all ;
}

a.buynow-btn:hover {
  transform: scale(1.1);
  transition: 0.2s all ;
}
a.explore-bnt {
  transform: scale(1);
  transition: 0.2s all ;
}

a.explore-bnt:hover {
  transform: scale(1.1);
  transition: 0.2s all ;
}

.whiteclass {
  filter: brightness(0) saturate(100%) invert(91%) sepia(55%) saturate(0%) hue-rotate(35deg) brightness(112%) contrast(101%);
  background: transparent;
}


section.sec-contact {
  background: url(./../img/contact-bg.png) top right no-repeat;
  background-size: cover;
  padding: 280px 0 240px;
}
section.sec-contact.about{
  background: url(./../img/aboutbg.png) top right no-repeat;
  background-size: cover;
}
section.sec-product {
  background: url(./../img/prodectbg1.png) top center no-repeat;
  background-size: cover;
  padding: 240px 0 160px;
}
p.Reach16px {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  color: #ffffff;
  margin: 0;
}
a.contactbtn {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  width: 327px;
  height: 64px;
  display: inline-flex;
  border-radius: 100px;
  border: 1px solid #FFFFFF;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  gap: 10px;
  cursor: pointer;
}
.contactgrid {
  display: grid;
  gap: 16px;
}
.contactspace {
  padding-top: 34px;
}
section.sec-viii {
  padding-top: 70px;
}
h2.we-offer-title {
  font-family: Poppins;
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: 0em;
  margin: 0;
}
.customer-service-grid {
  display: grid;
  gap: 80px;
  padding-top: 80px;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
}
h6.customer-service-title {
  font-family: Poppins;
  font-size: 25px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0em;
  margin: 20px 0;
}
p.customer-service-sm {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0em;
  margin: 0;
}
img.aboutimg2 {
  width: 100%;
}
section.sec-ix {
  padding: 100px 0 50px;
  position: relative;
}
.gry{
  color: #898989 !important;
}
.side-crafted {
  width: 480px;
  margin:0 0 60px 140px;
}
.inline-crafted {
  display: flex;
  align-items: self-start;
  gap: 60px;
}
img.aboutarrow {
  position: absolute;
  bottom: 0%;
  left: 60%;
  transform: translate(-40%, 0);
}
section.sec-viii.paddingclass {
  padding: 100px 0;
}
section.sec-vi.lightclass {
  background-color: transparent;
}
.blackclass {
  filter: brightness(0) saturate(100%) invert(0%) sepia(98%) saturate(9%) hue-rotate(157deg) brightness(103%) contrast(102%);
}
section.sec-xi {
  background: url(./../img/aboutbg2.png) top right no-repeat;
  background-size: cover;
  padding: 150px 0;
}
section.sec-x {
  background: url(./../img/aboutbgimg3.png) bottom center no-repeat;
  background-size: cover;
  padding: 130px 0 100px;
}
a.explore-bnt.contactbtn1 {
  width: 200px;
}
.crafted {
  width: 650px;
  margin: auto;
  text-align: center;
}
img.skinimg.aboutimgpaly {
  width: 100% !important;
}
.position-box.iiist.aboutimgpaly::after{
  width: 100% !important;
}
.position-box.iiist.aboutimgpaly{
  right: 0;
}
video.videod.aboutimgpaly{
  width: 100% !important;
  left:0;
}
.position-box.iiist.aboutimgpaly .skinbox.trd {
  top: 50%;
  left: 50%;
  padding: 0;
}
.sstomer {
  display: grid;
  gap: 16px;
  padding-bottom: 70px;
  position: relative;
}
img.technologiese {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
}
section.sec-xii {
  padding: 50px 0;
}
img.acneimg {
  border-radius: 100%;
}
h2.acne-card-title {
  font-family: Poppins;
  font-size: 25px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0em;
  margin: 20px 0 0;
}
.acne-crad-grid {
  padding: 50px 0;
  text-align: center;
  gap: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.space50px {
  padding: 50px 0;
}
p.formulation-title {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0em;
  margin: 0;
  color: #ffffff;
}
section.sec-xiii {
  background: url(./../img/prodectbg2.png) top right no-repeat;
  background-size: cover;
  padding: 40px 0;
}
h1.bestseller-title.fonts {
  font-size: 40px;
  line-height: 40px;
}

.serum-card-grid {
  display: grid;
  gap: 44px;
  align-items: self-start;
  grid-template-columns: repeat(2,1fr);
}
img.serumimg{
  width: 100%;
}
h2.serum-title-25 {
  font-family: Poppins;
  font-size: 25px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0em;
  margin: 0;
}
h6.serum-title-22 {
  font-family: Poppins;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: 0em;
}
p.serum-title-16 {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  color: #B0B0B0;
  margin: 0;
}
.serum-space {
  padding: 20px;
  text-align: center;
  gap: 8px;
  display: grid;
}
.serumbox {
  background: #ffffff;
}
.number-flex {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  border: 1px solid #000000;
  border-radius: 100px;
  height: 64px;
  width: 134px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  gap: 24px;
  flex: 0 0 auto;
}
.crser{
  cursor: pointer;
  padding: 4px;
}
.cntralign {
  display: flex;
  align-items: center;
  height: 100%;
  padding-right: 40px;
}
.sserum-inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 32px;
}
.serum-card-grid.threebox {
  grid-template-columns: repeat(3,1fr);
}
.blk {
  color: #000000 !important;
}
.space100px{
  padding: 100px 0;
}
.border-bottom-1px {
  border-bottom: 1px solid #000000
}
.top150px {
  margin-top: 150px;
}
.rootbiotec-box {
  position: relative;
}
h2.rootbiotec-title {
  position: absolute;
  font-family: Poppins;
  font-size: 25px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: center;
  color: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
section.sec-product-details {
  background: #000000;
  padding: 130px 0 50px;
  position: relative;
}
.rootbiotec-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
section.sec-product-details::after {
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.59555) 26.18%, rgba(0, 0, 0, 0) 50.22%, rgba(0, 0, 0, 0.476838) 74.08%, #000000 100%);
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.growth-serum {
  display: flex;
  align-items: self-end;
  justify-content: space-between;
  padding-top: 80px;
  position: relative;
  z-index: 3;
}
section.sec-xv {
  padding: 50px 0 100px;
}
.growthsem-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  align-items: self-start;
}
h2.Bottleno {
  font-family: Poppins;
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: 0em;
  margin: 0;
}
p.bttlesm {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  margin: 0;
}
p.exrtew {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  margin: 0;
}
.Bottle-inline {
  display: flex;
  align-items: center;
  gap: 50px;
  margin: 8px 0 20px;
  position: relative;
}
.Bottle-inline::after {
  background: #B0B0B0;
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  left: 86px;
  content: '';
}
section.productbottol {
  position: absolute;
  top: 260px;
  left: 50%;
  transform: translate(-50%, 0);
}
p.lightweigt-title {
  color: #8A8A8A;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: right;
}
a.tabclass {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  background: #F6F5F5;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  cursor: pointer;
  color: #000000 !important;
  transition: background 1s ease;
}
.tabclassgrid {
  border-top: 2px solid #000000;
  display: flex;
  align-items: center;
}
a.tabclass.active {
  background: #D6D6D6;
  transition: background 1s ease;
}
ul.nav.tabclassgrid {
  height: auto !important;
}
.detail-img-box {
  position: relative;
}
img.lsimg-img {
  position: absolute;
  top: 113px;
  right: -100px;
}
p.imagin-title {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin: 16px 0 0;
}
.imaginbox {
  padding: 100px 0 0 120px;
}
.rightsidespace {
  padding-right: 40px;
}
.detail-img-box {
  position: relative;
  text-align: right;
  margin: -220px -80px;
}
.key-gird {
  display: grid;
  gap: 40px;
}
h2.key-title {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin: 0;
}
.key-inline {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
}
p.key-sm-title {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin: 0;
}
.key-inline::after {
  content: '';
  position: absolute;
  bottom: -20px;
  height: 1px;
  width: 100%;
  background: url(./../img/detailsline.svg) center no-repeat;
  background-size: cover;
  left: 0;
}
a.more-reviews-btn {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  cursor: pointer;
  color: #000000 !important;
}
.reviewsinline {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
h1.bestseller-title.testimo.Reviewtitle {
  width: 80%;
}
h1.bestseller-title.testimo.Reviewtitle::after {
  width: calc(100% - 250px) !important;
}
section.sec-xviii {
  background: #555555;
  position: relative;
}
section.sec-xviii::after {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  background: #ffffff;
  top: 0;
  bottom: 0;
  position: absolute;
  clip-path: polygon(65% 70%, 0% 100%, 100% 101%);
}
.key-xviii {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
}
.key-inline:last-child::after{
  display: none;
}
img.produimg-botl {
  position: absolute;
  z-index: 3;
  bottom: -20px;
  left: 66%;
  transform: translate(-33%, 0);
}
.facebxgrid {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}
.facebx {
  display: flex;
  align-items: center;
  gap: 20px;
}

section.sec-xix {
  background: url(./../img/hairbgimg.png) top right no-repeat;
  background-size: cover;
  padding: 280px 0;
}
.dullbox-grid {
  display: flex;
  gap: 80px;
  padding-top: 40px;
  text-align: center;
  justify-content: center;
  align-items: self-start;
}
section.sec-xvii.margintopmin {
  margin-top: -160px;
}
.Unleashed-positon {
  position: relative;
  display: flex;
  align-self: flex-end;
  justify-content: end;
}
section.sec-xx {
  padding-top: 250px;
}
img.Unleash-img {
  position: absolute;
  top: -210px;
  left: -30px;
}
section.sec-xxi {
  padding: 200px 0;
}
.grpbox-width {
  width: 699px;
  margin: auto;
}
.grpbox-flex {
  display: grid;
  align-items: center;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  padding-bottom: 50px;
}
.grpbox h2 {
  margin-top: 30px;
}
section.sec-xxii {
  background: #000000;
  position: relative;
  overflow: unset !important;
}
img.sa-img {
  margin-bottom: -100px;
}
img.hath-img {
  position: absolute;
  bottom: 0;
  left: 45%;
  transform: translate(-55%, 0);
}
.Strengthright {
  text-align: right;
}
.Strengthr {
  padding-bottom: 50px;
}
.key-inline.rednts {
  grid-template-columns: repeat(1, 1fr);
}
.streinline {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 !important;
}
.key-gird.strein {
  padding-left: 80px;
  position: relative;
}
.key-gird.strein::before {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background: url(./../img/lfijf.svg) center no-repeat;
  background-size: cover;
  left: 30px;
}
.gpset {
  gap: 24px;
}
.ggry{
  color: #B0B0B0 !important;
}
.linhit {
  line-height: 32px !important;
}
.fw {
  font-weight: 500 !important;
}
h1.frame-title {
  font-family: Poppins;
  font-size: 31px;
  font-weight: 600;
  line-height: 46.5px;
  text-align: left;
  margin: 0;
}
.frame-grid {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
}
.frame-grid {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  width: 990px;
  margin: auto;
  align-items: self-start;
}
.framebox {
  border-radius: 50px;
  padding: 50px;
  background: #000;
  display: grid;
  gap: 24px;
}
.framebox.grryd {
  background: #DBDCDE;
}
.framebox.grrydpd {
  padding: 80px 50px;
}
img.frame11-img {
  border-radius: 50px;
}
.framebox.min1 {
  margin-top: -48px;
}
img.frame11-img.min2 {
  margin-top: -108px;
}
.framebox.min4 {
  margin-top: -159px;
}
img.frame11-img.min4 {
  margin-top: -218px;
}
.pmbox {
  display: flex;
  align-items: center;
  gap: 100px;
}
.pmbox-grid {
  width: 780px;
  margin: auto;
  display: grid;
  gap: 50px;
}
img.pm-imgs {
  width: 132px;
  height: 132px;
  flex: 0 0 auto;
  object-fit: scale-down;
}
h2.pmtitle {
  font-family: Poppins;
  font-size: 25px;
  font-weight: 600;
  line-height: 37.5px;
  text-align: left;
  margin: 0;
}
p.pmtitlesm {
  font-family: Poppins;
  font-size: 25px;
  font-weight: 400;
  line-height: 37.5px;
  text-align: left;
  margin: 20px 0 0;
  color: #898989;
}
.searchbox {
  position: relative;
  margin: 24px 0 40px;
}
input.searchinput::placeholder {
  color: #898989;
}
input.searchinput {
  background: #F6F5F5;
  border: none;
  height: 64px;
  padding: 20px 60px 20px 20px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #000000;
  outline: none;
  width: 100%;
}
img.search-ic {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  padding: 20px;
}
.inline-title-review {
  display: flex;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid #D0D0D0;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.inline-title-review:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
h6.title-review {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}
p.title-review-sm {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: #484848;
}
p.title-review-dis {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 31px;
  text-align: left;
  margin: 0;
}
a.loadmore-btn {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #000000;
  background: #F6F5F5;
  height: 64px;
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  cursor: pointer;
}
a.more-reviews-btn {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 8px;
}
.spaceset h6 {
  height: 76px;
}
.space50px.spcset {
  padding-inline: 44px;
}
p.formulation-title.space50px.blk {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}



/* slider code start  */



img.image-before.slider-image {
  display: none;
}
.container1.slick-slide.slick-current.slick-active.slick-center img.image-before.slider-image {
  display: block;
}
input.slider {
  display: none;
}
.container1.slick-slide.slick-current.slick-active.slick-center input.slider {
  display: block;
}
.slider-line,
.slider-button {
  display: none;
}
.slick-current.slick-active.slick-center .slider-line,
.slick-current.slick-active.slick-center .slider-button {
  display: block;
}
.container1.slick-slide.slick-current.slick-active.slick-center {
  transform: scale(1.6);
  height: 350px;
  transition: 0.5s all;
  z-index: 1;
}
.slick-initialized .slick-slide {
  height: 300px;
}
.container1 {
  display: grid;
  place-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  --position: 50%;
}
.image-container {
  max-width: 800px;
  max-height: 90vh;
  aspect-ratio: 1/1;
}
.slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-before {
  position: absolute;
  inset: 0;
  width: var(--position);
  filter: grayscale(100%)
}
.slider {
  position: absolute;
  inset: 0;
  cursor: pointer;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.slider:focus-visible~.slider-button {
  outline: 5px solid black;
  outline-offset: 3px;
}
.slider-line {
  position: absolute;
  inset: 0;
  width: .2rem;
  height: 100%;
  background-color: #fff;
  left: var(--position);
  transform: translateX(-50%);
  pointer-events: none;
  box-shadow: 0px 4px 32px 0px #66A074;
}
.slider-button {
  position: absolute;
  place-items: center;
  top: 50%;
  left: var(--position);
  transform: translate(-50%, -50%);
  pointer-events: none;
}


.heightsetbox{
  width: 722px;
  height: 352px;
}
.testimonialposition {
  position: absolute;
  top: 53%;
  left: 0;
  transform: translate(0, -47%);
  width: 100%;
}
.slick-list.draggable {
  padding: 0 !important;
}

/* slider code End  */





@keyframes move_wave {
  0% {
      transform: translateX(-0) translateZ(0) scaleY(1)
  }
  50% {
      transform: translateX(-25%) translateZ(0) scaleY(0.4)
  }
  100% {
      transform: translateX(-50%) translateZ(0) scaleY(1)
  }
}
.waveWrapper {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: -1;
  width: 100%;
}
.waveWrapperInner {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 100%;
  bottom: -1px;
}
.bg1 {
  z-index: 27;
  opacity: 1;
}
.bg2{
  z-index: 26;
  opacity: 1;
}
.bg3 {
  z-index: 25;
  opacity: 1;
}
.bg4 {
  z-index: 24;
  opacity: 1;
}
.bg5{
  z-index: 23;
  opacity: 1;
}
.bg6 {
  z-index: 22;
  opacity: 1;
}
.bg7 {
  z-index: 21;
  opacity: 1;
}
.bg8 {
  z-index: 20;
  opacity: 1;
}
.bg9 {
  z-index: 19;
  opacity: 1;
}
.bg10{
  z-index: 18;
  opacity: 1;
}
.bg11 {
  z-index: 17;
  opacity: 1;
}
.bg12 {
  z-index: 16;
  opacity: 1;
}
.bg13{
  z-index: 15;
  opacity: 1;
}
.bg14 {
  z-index: 14;
  opacity: 1;
}
.bg15 {
  z-index: 13;
  opacity: 1;
}
.bg16{
  z-index: 12;
  opacity: 1;
}
.bg17{
  z-index: 11;
  opacity: 1;
}
.bg18 {
  z-index: 10;
  opacity: 1;
}
.bg19{
  z-index: 9;
  opacity: 1;
}
.bg20 {
  z-index: 8;
  opacity: 1;
}
.bg21{
  z-index: 7;
  opacity: 1;
}
.bg22 {
  z-index: 6;
  opacity: 1;
}
.bg23 {
  z-index: 5;
  opacity: 1;
}
.bg24{
  z-index: 4;
  opacity: 1;
}
.bg25{
  z-index: 3;
  opacity: 1;
}
.bg26 {
  z-index: 2;
  opacity: 1;
}
.bg27{
  z-index: 1;
  opacity: 1;
}

.wave {
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat no-repeat;
  background-position: 0 bottom;
  transform-origin: center bottom;
}
.wave1 {
  /* background: url(./../img/lines/Vector-1.png) no-repeat; */
  background-size: cover;
}
.waveAnimation .wave1 {
  animation: move-wave 3s;
  -webkit-animation: move-wave 3s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.wave2 {
  background: url(./../img/lines/Vector-2.png) no-repeat;
  background-size: cover;
}
.waveAnimation .wave2 {
  animation: move_wave 5s linear infinite;
}
.wave3 {
  background: url(./../img/lines/Vector-3.png) no-repeat;
  background-size: cover;
}
.waveAnimation .wave3 {
  animation: move_wave 8s linear infinite;
}
.wave4 {
  background: url(./../img/lines/Vector-4.png) no-repeat;
  background-size: cover;
}
.waveAnimation .wave4 {
  animation: move_wave 11s linear infinite;
}
.wave5 {
  background: url(./../img/lines/Vector-5.png) no-repeat;
  background-size: cover;
}
.waveAnimation .wave5 {
  animation: move_wave 14s linear infinite;
}
.wave6 {
  background: url(./../img/lines/Vector-6.png) no-repeat;
  background-size: cover;
}
.waveAnimation .wave6 {
  animation: move_wave 17s linear infinite;
}
.wave7 {
  background: url(./../img/lines/Vector-7.png) no-repeat;
  background-size: cover;
}
.waveAnimation .wave7 {
  animation: move_wave 20s linear infinite;
}
.wave8 {
  background: url(./../img/lines/Vector-8.png) no-repeat;
  background-size: cover;
}
.waveAnimation .wave8 {
  animation: move_wave 23s linear infinite;
}
.wave9 {
  background: url(./../img/lines/Vector-9.png) no-repeat;
  background-size: cover;
}
.waveAnimation .wave9 {
  animation: move_wave 26s linear infinite;
}
.wave10 {
  background: url(./../img/lines/Vector-10.png) no-repeat;
  background-size: cover;
}
.waveAnimation .wave10 {
  animation: move_wave 29s linear infinite;
}
.wave11 {
  background: url(./../img/lines/Vector-11.png) no-repeat;
  background-size: cover;
}
.waveAnimation .wave11 {
  animation: move_wave 32s linear infinite;
}
.wave12 {
  background: url(./../img/lines/Vector-12.png) no-repeat;
  background-size: cover;
}
.waveAnimation .wave12 {
  animation: move_wave 35s linear infinite;
}
.wave13 {
  background: url(./../img/lines/Vector-13.png) no-repeat;
  background-size: cover;
}
.waveAnimation .wave13 {
  animation: move_wave 38s linear infinite;
}
.wave14 {
  background: url(./../img/lines/Vector-14.png) no-repeat;
  background-size: cover;
}
.waveAnimation .wave14 {
  animation: move_wave 41s linear infinite;
}
.wave15 {
  background: url(./../img/lines/Vector-15.png) no-repeat;
  background-size: cover;
}
.waveAnimation .wave15 {
  animation: move_wave 44s linear infinite;
}
.wave16 {
  background: url(./../img/lines/Vector-16.png) no-repeat;
  background-size: cover;
}
.waveAnimation .wave16 {
  animation: move_wave 47s linear infinite;
}
.wave17 {
  background: url(./../img/lines/Vector-17.png) no-repeat;
  background-size: cover;
}
.waveAnimation .wave17 {
  animation: move_wave 50s linear infinite;
}
.wave18 {
  background: url(./../img/lines/Vector-18.png) no-repeat;
  background-size: cover;
}
.waveAnimation .wave18 {
  animation: move_wave 53s linear infinite;
}
.wave19 {
  background: url(./../img/lines/Vector-19.png) no-repeat;
  background-size: cover;
}
.waveAnimation .wave19 {
  animation: move_wave 56s linear infinite;
}
.wave20 {
  background: url(./../img/lines/Vector-20.png) no-repeat;
  background-size: cover;
}
.waveAnimation .wave20 {
  animation: move_wave 59s linear infinite;
}
.wave21 {
  background: url(./../img/lines/Vector-21.png) no-repeat;
  background-size: cover;
}
.waveAnimation .wave21 {
  animation: move_wave 62s linear infinite;
}
.wave22 {
  background: url(./../img/lines/Vector-22.png) no-repeat;
  background-size: cover;
}
.waveAnimation .wave22 {
  animation: move_wave 65s linear infinite;
}
.wave23 {
  background: url(./../img/lines/Vector-23.png) no-repeat;
  background-size: cover;
}
.waveAnimation .wave23 {
  animation: move_wave 68s linear infinite;
}
.wave24 {
  background: url(./../img/lines/Vector-24.png) no-repeat;
  background-size: cover;
}
.waveAnimation .wave24 {
  animation: move_wave 71s linear infinite;
}
.wave25 {
  background: url(./../img/lines/Vector-25.png) no-repeat;
  background-size: cover;
}
.waveAnimation .wave25 {
  animation: move_wave 74s linear infinite;
}
.wave26 {
  background: url(./../img/lines/Vector-26.png) no-repeat;
  background-size: cover;
}
.waveAnimation .wave26 {
  animation: move_wave 77s linear infinite;
}
.wave27 {
  background: url(./../img/lines/Vector.png) no-repeat;
  background-size: cover;
}
.waveAnimation .wave27 {
  animation: move_wave 80s linear infinite;
}