:root {
  --main-color: #e7b339;
  --matte-color: #D84F20;
  --size-header: 2.25rem;
  --size-accordion-title: 1.25rem;
  --size-accordion-content: 1rem;
  --animation-speed: 100;
  --slide-ease: cubic-bezier(0.86, 0, 0.07, 1);
  --slide-duration: calc(400ms * 100 / var(--animation-speed));
  --slide-delay: calc(450ms * 100 / var(--animation-speed));
  --circle-duration: calc(900ms * 100 / var(--animation-speed));
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

ul {
  list-style-type: none;
}

body {
  overflow-x: hidden;
  z-index: -1111111;
  position: relative;
}

nav {
  box-shadow: 1px 1px 30px -25px #000;
  position: relative;
  display: flex;  
  justify-content: space-around;
  background-color: #fff;
  z-index: 111;
}


#navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding:10px 0;
}

.logo img {
  width: 130px;
  
}

 .footer-logo {
  width: 200px;
  
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 50px;
  margin: 0;
  align-items: center;
  text-transform: uppercase;
}

.nav-links li a {
  text-decoration: none;
  color: #000;
}

.nav-links li a:hover {
  color: var(--main-color);
}

.nav-links li {
  position: relative;
  font-size: 1.1rem;
  font-weight: 600;
}

.nav-links li a::before {
  content: "";
  display: block;
  height: 3px;
  width: 0%;
  background-color: var(--main-color);
  position: absolute;
  transition: all ease-in-out 250ms;
  margin: 0 0 0 10%;
  bottom: -5px;
}

.nav-links li a:hover::before {
  width: 80%;
}

/*Styling Hamburger Icon*/
.hamburger div {
  width: 25px;
  height: 3px;
  background: #000;
  margin: 5px;
  transition: all 0.3s ease;
}

.hamburger {
  display: none;
}

/*Stying for small screens*/
@media screen and (max-width: 800px) {
  nav {
    position: fixed;
    z-index: 111111;
    width: 100%;
    padding: 0;
    justify-content: space-between;
  }

  .hamburger {
    display: block;
    position: absolute;
    cursor: pointer;
    right: 5%;
    top: 50%;
    transform: translate(-5%, -50%);
    z-index: 2;
    transition: all 0.7s ease;
  }

  .nav-links {
    position: fixed;
    height: 100vh;
    width: 60%;
    padding: 90px 50px;
    background-color: #fff;
    flex-direction: column;
    pointer-events: none;
    text-align: end;
    align-items: start;
    transition: 1.5s right;
    right: -500px;
  }

  .nav-links.open {
    pointer-events: all;
    right: 0px;
  }

  .nav-links li {
    opacity: 0;
  }

  .fade:not(.show) {
    opacity: 1;
  }
}

/*Animating Hamburger Icon on Click*/
.toggle .line1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle .line2 {
  transition: all 0.7s ease;
  width: 0;
}

.toggle .line3 {
  transform: rotate(45deg) translate(-5px, -6px);
}

.logo {
  width: 200px;
}

.hero-section {
  /* background-image: url(images/banner.png);
  background-position: right;
  background-size: cover; */
  background-color: #ffffff;
  position: absolute;
  height: 90vh;
  width: 100vw;
  overflow: hidden;
  z-index: 11;
  margin-top:0px;
}


.hero-section2 {
  position: relative;
  height: 93vh;
  width: 100vw;
  overflow: hidden;
    margin-top:60px;      

}



.wall {
  width: 14%;
  bottom: 0px;
  position: absolute;
  z-index: 0;
  right: 19%;
  /* background-color: #9b8127; */
  bottom: 11%;

}

.side-wall{
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 100%;
    object-fit: cover;


}


button#animateButton1 {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  right: 15%;
  top: 281%;
}














/* .half-part, .bg-black{
  background-color: rgb(255, 255, 255);
  height: 100vh;
  z-index: 111;

} */



.base{
  background-color:rgb(220, 220, 220);
    background-image: url(images/Base.png);
  height: 28vh;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.base-circle{
  width: 350px;
  height: 350px;
  border: 180px solid var(--main-color);
  background-color: transparent;
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 0%;
  border-radius: 50% 50%;
  transform: translate(-50%, -50%); 
}


.base-circle.ss{
  width: 550px;
  height: 550px;
  border: 96px solid #f8c7164f;
  background-color: transparent;
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 0%;
  border-radius: 50% 50%;
  transform: translate(-50%, -50%); 
}

#circle1 .base-circle.ss {

  border: 96px solid #d74f204f;

}


.base-circle.m{
  border-color:  var(--matte-color);
}


/* .base-circle-in{
  width: 350px;
  height: 350px;
  border: 178px solid #000;
  background-color: transparent;
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 0%;
  border-radius: 50% 50%;
  transform: translate(-50%, -50%); 
} */



/* .active {
  display: block;
}

.non-active {
  display: none;
}
 */











.product-on-wall{
  width: 100%;
  position: absolute;
  right: 0%;  
  bottom: 10%;

}


 .matte-on-wall{
  width: 100%;
  position: absolute;
  right: 0%;  
  bottom: 10%;
  z-index: -11111;

}





.product{
  z-index: -111111;
position: relative;
}




.banner-content p{
  font-size: 1.8rem;
}

.banner-heading {
  font-size: 3.4rem;
  font-weight: 700;
  color: #000;
}

.banner-subheading {
    color: var(--main-color);
}






.slider-btn{
  cursor: pointer;
  border: none;
  rotate: -90deg !important;
  border-radius: 50%;
  width: 70px;
  background-color:#ffc80041;
  height: 70px;
 /* background-image: url(images/Bubble-1.png); */
 position: absolute;
 background-position: center;
 right: 5%;
 font-size: 1rem;
 top: 40%;
 background-size: cover;
 animation: elasticMove 2s ease infinite;
}



@keyframes elasticMove {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px); /* Adjust distance as needed */
  }
  100% {
    transform: translateY(0);
  }
}


.slider-btn svg  {
  width: 30px;
}


.slider-btn svg path {
  fill:var(--main-color);
  width: 10px;
}



.btn-shine {
  text-align: center;
  
  background: linear-gradient(
    90deg, 
    #9b8127 0%, 
    #d4b550 39%, 
    #fee8a1 50%, 
    #d4b550 61%, 
    #9b8127 100%
  );
  


  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: move 5s ease infinite;
}

.btn-shine2 {
  text-align: center;
  
  background: linear-gradient(
    90deg, 
    #D84F20 0%, 
    #e0673a 39%, 
    #f49d7a 50%, 
    #e0673a 61%, 
    #D84F20 100%
  );
  
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: move 5s ease infinite;
}

@keyframes move {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}





@keyframes move {
  0% { background-position: 100% 0%; }
  90% { background-position: -100% 0%; }
  100% { background-position: -100% 0%; }
}
















/* .banner-btn{
    background-color: var(--main-color);
    padding: 10px 30px ;
    border-radius: 50px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
   
} */

.bubbles,
.butterflies {
  position: relative;
}

.bubbles img,
.butterflies img {
  position: absolute;
  transition: all 1s ease;
}

.bubbles img:hover,
.butterflies img:hover {
  transform: scale(1);
  transform: translateX(-30px) translateY(-30px);
}

.bubble-1 {
  left: 200px;
  top: 50px;
  width: 200px;

  animation: fade-in 0.2s, moveclouds 7s linear infinite alternate,
    sideWays 4s ease-in-out infinite alternate;
}

.bubble-2 {
  left: 250px;
  top: 290px;
  width: 130px;
  animation: fade-in 1.2s, moveclouds 18s linear infinite alternate,
    sideWays 13s ease-in-out infinite alternate, sparky 2s linear infinite;
}

.bubble-3 {
  left: 20px;
  top: 390px;
  width: 130px;
  animation: fade-in 0.2s, moveclouds 7s linear infinite alternate,
    sideWays 4s ease-in-out infinite alternate, sparky 3s linear infinite;
}

.butterfly-1 {
  left: 300px;
    top: 100px;
    width: 100px;

  animation: fade-in 0.2s, moveclouds 7s linear infinite alternate,
    rotate 4s ease-in-out infinite alternate;
}

.butterfly-2 {
  left: 410px;
  top: 400px;
  width: 150px;
  animation: fade-in 1.2s, moveclouds 18s linear infinite alternate, rotate 13s ease-in-out infinite alternate;
}

.butterfly-3 {
  left: 90px;
  top: 500px;
  width: 130px;
  animation: fade-in 0.2s, moveclouds 7s linear infinite alternate,
    rotate 4s ease-in-out infinite alternate, sparky 3s linear infinite;
}






.product-img {
  width: 15%;
  top: 12%;
  left: 16%;
  position: absolute;
  opacity: 0;
  transition: all 0.5s ease-out;
  transition: right 1s ease, transform 1s ease;
  animation: fade-in 0.2s, fade-in 0.2s, moveclouds 7s linear infinite alternate, rotate2 4s ease-in-out infinite alternate;
}





.product-img:hover {
  transform: scale(1);
  transform: translateX(-10px) translateY(-10px);
}

.cta-text h2 {
  font-size: 3.3rem;
  font-weight: 700;
  margin-bottom: 30px;
  color: #fff;
}

@keyframes rotate2 {
  0% {
    rotate: -19deg;
  }

  100% {
    rotate: -23deg;
  }
}

@keyframes img-rotate {
  0% {
    rotate: 0deg;
  }

  100% {
    rotate: 1deg;
  }
}

@-webkit-keyframes animateBubble {
  10% {
    left: 250px;
    top: 490px;
  }

  50% {
    left: 240px;
    top: 490px;
  }

  100% {
    left: 250px;
    top: 490px;
  }
}

@-webkit-keyframes animateBubble1 {
  10% {
    left: 250px;
    top: 130px;
  }

  50% {
    left: 240px;
    top: 90px;
  }

  100% {
    left: 250px;
    top: 130px;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes moveclouds {
  0% {
    margin-top: 0px;
  }

  100% {
    margin-top: 50px;
  }
}

@keyframes imgclouds {
  0% {
    margin-top: 0px;
  }

  100% {
    margin-top: 20px;
  }
}

@keyframes sideWays {
  0% {
    margin-left: 0px;
  }

  100% {
    margin-left: 50px;
  }
}

@keyframes img-sideWays {
  0% {
    margin-left: 0px;
  }

  100% {
    margin-left: 10px;
  }
}

@keyframes rotate {
  0% {
    rotate: 15deg;
  }

  100% {
    rotate: 0deg;
  }
}

@keyframes sparky {
  0% {
    width: 100px;
    height: 100px;
  }

  50% {
    width: 110px;
    height: 110px;
  }

  100% {
    width: 100px;
    height: 100px;
  }
}

.custom-btn {
  width: 180px;
  height: 50px;
  color: #fff;
  margin-top: 20px;
  border-radius: 50px;
  padding: 10px 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  z-index: 111;
}

.btn-10 {
  background: var(--main-color);
  color: #fff;
  border: none;
  transition: all 0s ease;
  overflow: hidden;
  transition: scale 0.5s ease;
}

.btn-10:after {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
}

.btn-10:hover {
  color: #fff;
  border: none;
  background: transparent;
  scale: 0.95;
}

.btn-10:hover:after {
  background: #e7b339;
  background: linear-gradient(0deg, #e7b339 0%, #e7b339 100%);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.bg-vector {
  position: absolute;
  width: 28%;
  opacity: 0.3;
  bottom: -30%;
  right: -10%;
  animation: fullrotate 250s ease infinite;


}

.about-us-section {
  height: 690px;
  background: rgb(0, 0, 0);
  background: linear-gradient(190deg,
      rgba(0, 0, 0, 0) 9%,
      rgba(121, 121, 121, 0.3842787114845938) 100%);
  position: relative;
}

.lineParent {
  overflow: hidden;
  max-width: max-content;
}

.mask {
  overflow: hidden;
}

.our-story-left {
  height: 690px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s ease-out;
}

.our-story-left h2 {
  font-size: 3.3rem;
  font-weight: 700;
  color: var(--main-color);
}

.our-story-left p,
.cta-text {
  padding-top: 20px;
  font-size: 1.5rem;
  font-weight: 400;
}

.milk-part {
  background-position-x: 150px;
  background-size: cover;
  height: 100%;
  width: 900px;
}

.splash {
  width: 990px;
  bottom: 0;
  left: 0;
  position: absolute;
}

.cta-text {
  font-size: 1.8rem;
  font-weight: 400;
  color: #000;
  /* width: 60%; */
  padding-bottom: 70px;
}

.cta-section {
  background-color: var(--main-color);
  height: 690px;
  display: flex;
  align-items: end;
}

.img-cta-text {
  width: 30%;
}

.img-cta-text img {
  width: 100%;
}

.Commitment-section {
  background-color: var(--main-color);
  overflow: hidden;
}

.Commitment-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}






.Commitment-img {
  width: 40%;
}

.Commitment h2 {
  font-size: 3.3rem;
  font-weight: 700;
  margin-bottom: 30px;
  color: #fff;
}

.Commitment p {
  font-size: 1.8rem;
  font-weight: 400;
  color: #000;
  width: 80%;
}

.Commitment-img img {
  width: 400px;
}

.special-black-char {
  color: #000;
}

.why-section {
  text-align: center;
  padding-top: 70px;
  position: relative;
}

.why-heading {
  color: var(--main-color);
  font-size: 3.5rem;
}

.why-text {
  font-size: 2rem;
}

.why-left-side {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.why-left-side h2 {
  font-size: 3rem;
  color: var(--main-color);
}

.why-left-side p {
  font-size: 1.8rem;
}

.active .spf{
  animation: act 2s ease ;
}


@keyframes act {
  0% {
    scale: 0;
  }

  100% {
    scale: 1;
  }
}




.feature-btn {
  padding: 15px;
  width: 50%;
  background-color: #f1f1f1;
  border: 1px solid #ffffff;
  height: fit-content;
  font-size: 1.8rem;
  font-weight: 600;
  transition: 0.7s background-color;
}


.gold-feature-btn{
  color: var(--main-color);
}


.matte-feature-btn{
  color: var(--matte-color);

}

.gold-feature-btn:hover{
  background-color: var(--main-color);
  color: #fff;
}


.matte-feature-btn:hover{
  background-color: var(--matte-color);
  color: #fff;

}

.front-product .circle{
  animation: moveAnimation 2s ease ;
  z-index: -111111;
}


.feature-heading{
  display: none;
}

.feature-heading.active-feature-heading {
  display: block;
  animation: moveup 2s ease ;
}


.matte-feature-heading h2{
  color: var(--matte-color);
}

.matte-feature-btn.active-btn {
  background-color: var(--matte-color);
  color: #fff;
}

.gold-feature-btn.active-btn {
  background-color: var(--main-color);
  color: #fff;
}






@keyframes moveAnimation {
 
 0% { 
    transform: translate(150px, 0px); 
    opacity: 0;
  }

  20% { 
    
    opacity: 0;
  }
 
}


@keyframes moveAnimation2 {
 
  0% { 
     transform: translate( 0px, 0px); 
     opacity: 0;
   }
 
   20% { 
     
     opacity: 0;
   }
  
 }


@keyframes moveup {
 
  0% { 
    transform: translate(0, 50px); 
    opacity: 0;
  }
 
}












.matte-feature h2 {
  font-size: 3rem;
  color: var(--matte-color);
}

.matte-feature p {
  font-size: 1.8rem;
}

.feature-box{
  display: none;
  }
.feature-box.active{
display: block;
}





.why-section .featurecontainer {
  height: 620px;
}

.why-section .row {
  height: 100%;
  display: flex;
  gap: 90px;
  justify-content: center;
}

.ingredients-heading {
  font-size: 3rem;
  text-align: center;
}

.Testimonials-heading {
  font-size: 3rem;
  text-align: center;
  color: var(--main-color);
}

.ingredients-text {
  font-size: 3rem;
  text-align: center;
  color: var(--main-color);
}

.spf-box,
.aloevera-box,
.water-box ,.wate-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 40px;
}

.spf,
.aloevera,
.water,
.wate{
  width: 95%;
  z-index: 11;
  position: absolute;
  animation: fade-in 0.2s, img-clouds 7s linear infinite alternate,
    img-sideWays 4s ease-in-out infinite alternate,
    img-rotate 4s ease-in-out infinite alternate;
}

.spf-box:before,
.aloevera-box:before,
.water-box:before,.wate-box:before {
    content: " ";
    position: absolute;
    width: 104%;
    height: 105%;
    display: block;
    /* background-image: url(images/spf-bg.png); */
    background-position: center;
    background-size: cover;
    z-index: -1;
    bottom: 0px;
    left: -80px;
}


.spf-box:before{
  background-image: url(images/spf-bg.png);

}

.aloevera-box:before{
  background-image: url(images/aloevera-bg.png);

}

.water-box:before{
  background-image: url(images/water-bg.webp);

}
.wate-box:before{
  background-image: url(images/goldbg4.png);

}

.spf90-box:before{
  background-image: url(images/mattebg1.png);

}

.Acne-Buster:before{
  background-image: url(images/mattebg2.png);

}

.Flawless:before{
  background-image: url(images/mattebg3.png);

}


.matte4:before{
  background-image: url(images/mattebg4.png);

}

Acne-Buster{
  position: relative;
}

.Acne-Buster-product{
  position: absolute;
  width: 26%;
  z-index: 111;
  bottom: 0;
  right: -5%;

}





.circle-bg {
  background: url(images/honey-brand.webp);
  width: 550px;
  height: 500px;
  margin: 0 auto;
  background-size: cover;
  position: absolute;
  bottom: 10%;
  background-position: center;
  right: -75%;
  opacity: 0.5;
  animation: fullrotate 250s ease infinite;
}








@keyframes earth {
  0% {
    background-position: top;
  }

  50% {
    background-position: 10px bottom;
    /*img width is 768px*/
  }
}


@keyframes fullrotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.earth:hover {
  filter: grayscale(80%);
}

.circle-container {
  position: relative;
  width: 100vw;
  height: 830px;
  min-height: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(images/product-icon-bg.png);
  background-position: center center;
  background-size: 1000px;
  background-repeat: no-repeat;
  padding-bottom: 90px;
  z-index: -1;
}

.product-container {
  /* background-color: cadetblue; */
  width: 50%;
  min-height: 300px;
  position: relative;
  height: fit-content;
  z-index: -1;
}


.gold-img{
  cursor: pointer;
}

.matte-img,
.gold-img {
  width: 25%;
  left: 10%;
  top: -30%;
  cursor: pointer;
  position: absolute;
  transition: 1s all;
  /* filter: drop-shadow(10px 5px 4px #ddd); */
}

/* .gold-circle, .matte-circle{
  background-color: cadetblue;
  height: 100%;
  width: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: -1111;
  

} */



/* Keyframes for moving forward */
@keyframes forwardAnimation {
  0% {
   
    left: 50%;
    transform: rotate(0deg);
  }
  20% {
    
    left: 25%;
    transform: rotate(10deg);
  }
  100% {
    
    left: 30%;
    transform: rotate(0deg) scale(1);
  }
}

/* Keyframes for moving backward */
@keyframes backwardAnimation {
  0% {
   
    left: 50%;
    z-index: 1111;
  }
  50% {
    
    left: 49%;
    z-index: -1111  ;
    /* transform: rotate(15deg); */
  }
  100% {
   
    left: 40%;
    z-index: -1111;
    transform: rotate(15deg);
     
  filter: blur(2px);
  scale: 0.95;
  }
}

/* Styles for front and back products */




.product-group{
  width: 50%;
  margin: auto;
}


.front-product .product {
  animation: forwardAnimation 1s forwards;
  z-index: 111;
  position: absolute;

}

.back-product  .product {
  animation: backwardAnimation 1s forwards;
  position: absolute;

}



/* .front-product{
  display: none;
} */



.circle {
  width: 200px;
  height: 300px;
  border: 1px solid #0000;
  position: absolute;
  opacity: 0;
  text-align: center;
  display: none;
  animation: appearAndSpread 0.5s ease forwards;
}

.circle h5 {
  color: var(--main-color);
}

.circle img {
  width: 100px;
  transition: 0.5s all;
}

.circle img:hover {
  scale: 1.15;
}


.front-product .circle{
  display: block;
}



/* Slider */

.Testimonials {
  background-color: #f2f2f2;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  height: 600px;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 130px;
  position: absolute;
  top: 0;
}

.slick-slider {
  position: relative;
  display: block;

  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 400px;
}

.texti-content {
  background-color: #fff;
  padding: 70px 30px;
  margin-top: 90px;
  text-align: center;
  border-radius: 30px;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}

.footer {
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--main-color);
}
.footer p{
  font-size: 1rem;
}


.footer .links a{
  color: #000;
  font-weight: 400;
}
.footer-col-2,
.footer-col-2 h5 {
  font-size: 1.2rem;
  color: #000;
  font-weight: 600;
  display: flex;
  flex-direction: column;

}

.col.footer-col-2 {
  padding-top: 30px;
  padding-left: 50px;
}


.col.footer-col-2 ul {
  padding: 0;
}

.footer-col-2 ul li {
  padding-bottom: 7px;
  font-size: 1rem;
}

.social-icon {
  display: flex;
  gap: 10px;
  /* margin-left: -10px; */
}



.footer-col-3,
.footer-col-4 {
  font-size: 1.2rem;
  color: #000;
  display: flex;
  flex-direction: column; 
  padding-top: 20px;
}


.address {
  padding-left: 30px;
}

canvas {
  background: rgba(255, 255, 255, 0.05);
  width: 400px;
  height: 400px;
  position: absolute;
  top: 0;
  left: -100px;
}

.product-showcase {
  position: relative;
}

.footer-col-3 ul {
  position: relative;
}

.footer-col-3 ul img {
  position: absolute;
  left: 0px;
}

.footer-col-3 ul li {
  padding-bottom: 7px;
  font-size: 1rem;
}

.form-subscribe {
  max-width: 600px;
  margin: 0 auto;
}

.form-subscribe .form-control {
  background-color: transparent;
  box-shadow: none;
  border: 1px solid #000;
  padding-left: 24px;
  padding-right: 24px;
  letter-spacing: 1px;
  border: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.form-subscribe .btn {
  border-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: black;
  border-color: black;
  height: 46.5px;
  font-size: 1rem;
}

input.form-control.input-lg {
  border: 1px solid #000;
}


.copyright {
  background: #fff176;
  text-align: center;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.copyright p {
  padding: 0;
  margin: 0;
}

.accordion {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  border-radius: min(8px, 0.5rem);
  overflow: hidden;
  background-color: #fff;
  padding: 30px;
}

.accordion-item {
  border-bottom: 1px solid #ddd;
  width: 100%;
  border-radius: 7px;
  box-shadow: 0px 0px 23px -15px;
  margin: 10px;
}

.accordion-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  cursor: pointer;
  padding: 25px;
  transition: background-color 0.3s ease;
  font-size: 18px;

  font-weight: 600;
  border-radius: 7px;
}

.accordion-header:hover {
  background: #e5b239;
  color: #fff;
}

.accordion-content {
  overflow: hidden;

  height: 0;
  opacity: 0;
  transition: height var(--slide-duration) var(--slide-ease),
    opacity var(--slide-duration) var(--slide-ease);
}

.accordion-content p {
  padding: 10px 20px;
}

.accordion-content .content {
  padding: 1rem;
  font-size: var(--size-accordion-content);
}

.icon {
  transition: transform var(--slide-duration) var(--slide-ease);
}

.accordion-header a {
  text-decoration: none;
  color: inherit;
  font-size: var(--size-accordion-title);
  font-weight: 800;
  display: flex;
  align-items: center;
}

.accordion-header a::before {
  content: "";
  display: inline-block;
  margin-right: 0.75rem;
  width: 0.65rem;
  aspect-ratio: 320 / 512;
  background-color: currentColor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='white' d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3E%3C/svg%3E");
  mask-size: 100% 100%;
}

.accordion:target .accordion-content {
  height: auto;
  opacity: 1;
}

.faqs {
  padding: 50px 0;
}







.side-products, .shadows{
  position: relative;
  height: 700px;

}

.shadows{
  position: relative;
  height: 100%;
}


.side-product{
  z-index: 1;
}

.side-product1{
  position: absolute;
  top: 0%;
  width: 26%;
  left: 14%;

}
.side-product2{
  position: absolute;
    bottom: 34%;
    right: 30%;
    width: 28%;
}

.shadow-product1{
  bottom: 20%;
    left: 0%;
    position: absolute;
    width: 48%;

}
.shadow-product2{
  bottom: 33%;
  left: 30%;
  position: absolute;
  width: 48%;
}






.Podium{
  position: absolute;
  bottom: 10%;
  width: 80%;
}

.text-black{
  color: #000;
  background: #000;
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
  
  
}

.motis{
  width: 100%;
  position: absolute;
  right: 0%;
  bottom: 10%;
}


.moti-1{
  left: -6%;
  width: 10%;
  bottom: 18%;
  filter: blur(5px);
  animation: fade-in 0.2s, moveclouds 7s linear infinite alternate,
  sideWays 4s ease-in-out infinite alternate;
}


.moti-2{
  left: 9%;
  top: 3%;
  width: 3%;
  filter: blur(2px);
    animation: fade-in 1.2s, moveclouds 18s linear infinite alternate,
    sideWays 13s ease-in-out infinite alternate;

}

.moti-3{
  left: 30%;
  top: 50%;
  width: 5%;
  filter: blur(1px);
}


.moti-4{
  right: -4%;
  width: 8%;
  top: 18%;
  filter: blur(5px);
  animation: fade-in 0.2s, moveclouds 7s linear infinite alternate, sideWays 4s ease-in-out infinite alternate;
}


.moti-5{
  right: 9%;
  top: 3%;
  width: 3%;
  filter: blur(2px);
    animation: fade-in 1.2s, moveclouds 18s linear infinite alternate,
    sideWays 13s ease-in-out infinite alternate;

}

.moti-6{
  right: 15%;
  bottom: 0%;
  width: 5%;
  filter: blur(2px);  
}





.motis {
/* height: 1vh; */
/* position: absolute; */
  /* position: absolute; */
  /* background: #d2d208; */
}


.Podiumwithproduct {
  width: 100%;
  display: none;
}












@media screen and (max-width: 1424px) {

  .Podiumwithproduct {
    width: 100%;
    display: block;
  }
  
  .side-product{
    display: none;
  }


  .shadows{
    display: none;
  }

  .Podium{
    display: none;
  }

  .cta-section p {
    font-size: 1.4rem;
  }

.side-products, .shadows {
    position: relative;
    height: 600px;
}

  .banner-subheading,
  .banner-heading {
    font-size: 3rem;
  }

  .about-us-section {
    height: fit-content;
  }

  .our-story-left h2 {
    font-size: 3.3rem;
  }

  .our-story-left p,
  .cta-text {
    font-size: 1.4rem;
  }

  .our-story-left {
    padding: 0;
  }

  .Commitment-img img {
    width: 340px;
  }

  .butterfly-3 {
    left: 40px;
    top: 460px;
  }

  .butterfly-1 {
    left: 82px;
    top: 50px;
  }

  .butterfly-2 {
    right: 300px;
    top: 400px;
  }

  .spf-box:before,
  .aloevera-box:before,
  .water-box:before {
    width: 100%;
    height: 93%;
    background-position: bottom;
    bottom: 64px;
    left: 24px;
  }

  .product-img {
    width: 15%;
  }
}

@media screen and (max-width: 1200px) {

  .cta-text h2,
  .why-left-side h2 {
    font-size: 2.3rem;
  }

  .our-story-left h2,
  .Commitment h2 {
    font-size: 2.8rem;
  }

  .cta-section p,
  .our-story-left p,
  .Commitment p {
    font-size: 1.3rem;
  }

  .cta-section {
    height: fit-content;
  }

  .why-left-side p {
    font-size: 1.3rem;
  }

  .spf-box:before,
  .aloevera-box:before,
  .water-box:before,.wate-box:before{
    width: 100%;
    height: 69%;
    top: 23px;
    left: 20px;
  }

  .col-md-4.bubbles {
    width: 18%;
  }

  .banner-content-col {
    width: 50%;
  }

  .why-section .container {
    height: 500px;
  }

  .why-left-side {
    padding: 40px;
  }
}

@media screen and (max-width: 680px) {
  .hero-section, .hero-section2 {
    height: 900px;
    overflow-x:hidden;
    background-position: -500px bottom;
  }

  .bubble-1 {
    left: 100px;
    top: 40vh;
  }

  .bubble-2 {
    left: 150px;
    top: 60vh;
  }

  .bubble-3 {
    left: 20px;
    top: 70vh;
  }

  .product-img {
   width: 47%;
        left: 23%;
        top: 40%
  }

  .bg-vector {
    width: 100%;
    display: none;
  }

  .about-us-section {
    height: 900px;
    padding: 50px 20px;
  }

  .mix-section {
    overflow: hidden;
  }

  .Commitment-section {
    background-color: var(--main-color);
    overflow: hidden;
    height: 1000px;
}

.Commitment p {
  width: 100%;
}
.Commitment-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 41px;
}

.side-product1 {
  position: absolute;
        top: 9%;
        width: 26%;
        left: 14%;
}


.Podium {
  position: absolute;
  bottom: 30%;
  width: 80%;
}

.shadow-product1 {
    bottom: 38%;
    left: 0%;
    position: absolute;
    width: 48%;
}
.side-product2 {
  position: absolute;
  bottom: 51%;
  right: 30%;
  width: 28%;
}

.shadow-product2 {
  bottom: 48%;
  left: 30%;
  position: absolute;
  width: 48%;
}

.matte-img, .gold-img {
  width: 51%;

}















  .butterfly-1 {
    left: 200px;
    top: 300px;
    width: 100px;
    position: relative;
  }

  .circle-bg {
    display: none;
  }

  .butterfly-2 {
           left: 250px;
        top: 600px;
        width: 50px;
  }

  .butterfly-3 {
            left: 30px;
        top: 650px;
        width: 30px;
  }

  .splash {
    width: 900px;
    right: -30px;
  }

  .our-story-left h2,
  .why-heading,
  .Testimonials-heading,
  .ingredients-heading,
  .ingredients-text {
    font-size: 2.3rem;
  }

  .our-story-left p,
  .cta-text,
  .why-left-side p {
    font-size: 1.3rem;
  }

  .our-story-left {
    height: fit-content;
  }

  .cta-text {
    padding-bottom: 0;
  }

  .cta-section {
    align-items: center;
    padding-top:30px;
  }

  canvas {
    display: none;
  }

  .spf-box,
  .aloevera-box,
  .water-box,
  .wate-box{
    height: 400px;
  }

  .why-section .container {
    height: fit-content;
  }

  .why-text {
    font-size: 1.3rem;
    width: 70%;
    margin: auto;
    margin-bottom: 30px;
  }

  .why-left-side h2 {
    font-size: 1.8rem;
  }

  .why-left-side {
    padding: 30px;
  }

  .spf,
  .aloevera,
  .water, .wate {
    width: 80%;
    left: 50px;
  }

  .aloevera-row {
    display: flex;
    flex-direction: column-reverse;
  }

  .why-section .row {
    height: 100%;
    display: flex;
    gap:20px;
  }

  .circle-container {
    height: 750px;
    padding-bottom: 0px;
    overflow: hidden;
  }

  .product {
    padding-top: 50px;
  }

  
  .circle {
    width: 200px;
    height: 150px;
  }

  .circle img {
    width: 50px;
    transition: 0.5s all;
  }

  .circle img:hover {
    scale: 1.1;
  }

  .circle h5 {
    font-size: 1rem;
    width: 50%;
    margin: auto;
  }

  .circle p {
    font-size: 0.6rem;
    width: 50%;
    margin: auto;
  }

  .Testimonials {
    height: max-content;
    padding: 50px 0;
  }

  .footer {
    height: fit-content;
  }



  .Testimonials-heading {
    font-size: 2.4rem;
    padding-bottom: 20px;
  }

  .slick-initialized .slick-slide {
    height: 470px;
  }

  .footer-col-2 {
    font-size: 1rem;
    max-width: 40%;
    align-items: flex-start;
  }

  .col.footer-col-2{
    padding: 20px;
  }

  .footer-col-2 ul {
    padding-left: 0;
  }

  .footer-col-3,
  .footer-col-4 {
    font-size: 1rem;
  }


  .footer-col-3 ul{
    margin: 0;
  }
  .social-icon {
    margin-top: 20px;
    text-align: center;
  }

  .footer-col-2 ul li {
    font-weight: 400;
  }

  .nav-links {
    gap: 25px;
  }



  .wall {
            width: 39%;
        right: 30%;
        bottom: 11%;
}
.wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.banner-subheading, .banner-heading {
  font-size: 2.8rem;
  /*padding-top:50px;*/
}

.banner-content p {
  font-size: 1.5rem;
}
.img-cta-text {
    width: 75%;
}
.feature-btn {
    font-size: 1.1rem;

}

.product-group {
  width: 70%;
  margin: auto;
  padding-top: 10px;
}

    .spf-box:before, .aloevera-box:before, .water-box:before, .wate-box:before {
        width: 100%;
        height: 103%;
        top: 23px;
        left: 2px;
    }
    
 .Acne-Buster-product {
    position: absolute;
    width: 26%;
    z-index: 111;
    bottom: 0;
    right: 10%;
}   
    
    
.front-product .circle{
  animation: moveAnimation2 2s ease ;
  z-index: -111111;
}
.col.footer-col-1 {
    flex: auto;
}
    
.footer-col-3 h5{
 font-size:1.2rem;
}

    
    
    
}