.pinned-active:after {
  background: #fff;
  position: absolute;
  content: "";
  width: 100%;
  height: 100px;
  top: -20px;
  z-index: -1;
}

.key_sec {
  display: flex;
  align-items: center;
  height: 100vh;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.left_offer_leaf {
  position: absolute;
  left: 0;
  top: 40%;
}

.right_offer_leaf {
  position: absolute;
  right: 0;
  top: 30%;
}

.key_sec h1 {
  color: #4c3327;
  font-weight: 300;
  font-size: 96px;
  line-height: 95%;
  font-family: var(--spectral);
  padding-bottom: 30px;
  letter-spacing: -0.05em;
}

.key_head h1 span {
  display: block;
}

.key_head p {
  font-family: var(--montserrat);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #4c3327;
  padding: 0 20%;
}

.fragnance_sec {
  position: relative;
}

.pinned_tab {
  z-index: 10;
  background: #fff;
  padding-top: 100px !important;
  padding-bottom: 20px !important;
  position: relative;
}

.pinned_tab ul {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
}

.pinned_tab ul li a {
  color: #4c332799;
  font-family: var(--spectral);
  font-weight: 300;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -0.05em;
}

.pinned_tab ul li.activemenu a {
  color: #4c3327;
}

.pinned_tab ul li {
  position: relative;
}

.pinned_tab ul li:after {
  position: absolute;
  content: "";
  background: #4c3327;
  width: 0;
  height: 2px;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.6s ease-in-out;
  transform-origin: center center;
}

.pinned_tab ul li.activemenu:after {
  width: 100%;
}

.allure_head h2 {
  font-family: var(--spectral);
  font-weight: 300;
  font-size: 80px;
  line-height: 100%;
  color: #c8b477;
  letter-spacing: -0.05em;
  padding-left: 50px;
}

.allure_head h2 span {
  display: block;
}

.allure_left_img {
  /* position: absolute; 
  left: 0;*/
  margin-left: -12px;
}

.fragnance_list ul li a,
.frag_icon img,
.icon_txt {
  transition: all 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
  /* soft ease */
}

.fragnance_list ul li a {
  font-family: var(--spectral);
  font-weight: 300;
  font-size: 40px;
  line-height: 95%;
  color: #4c3327;
  display: flex;
  /* gap: 10px; */
  align-items: flex-end;
  /* flex-wrap: nowrap; */
  white-space: nowrap;
  letter-spacing: -0.05em;
  cursor: pointer;
}

.fragnance_list {
  position: relative;
  border-left: 2px solid #c7b376;
  height: 100%;
  margin-left: 52px;
  padding-top: 50px;
}

.fragnance_list ul li {
  border-bottom: 2px solid;
  border-image: linear-gradient(90deg, #c7b376 0%, rgba(199, 179, 118, 0) 100%);
  border-image-slice: 1;
  padding: 0 0 0 30px;
  margin-bottom: 20px;
  position: relative;
}

.frag_icon {
  display: inline-block;
  width: 112px;
  height: 75px;
  overflow: hidden;
  vertical-align: middle;
  transition: all 0.7s ease-in-out;
  /* opacity: 0; */
  position: absolute;
  left: 11px;
  transform: scale(0) translateY(10px) rotate(8deg);
  transform-origin: bottom;
}

.fragnance_list ul li:hover span.frag_icon {
  transition: all 0.7s ease-in-out;
  /* opacity: 1; */
  transform: scale(1) translateY(0) rotate(-10deg);
}

.fragnance_list ul li span.icon_txt {
  display: inline-block;
}

.fragnance_list ul li:last-child {
  border-bottom: transparent;
}

.fragnance_list ul li span.frag_icon img {
  /* opacity: 0; */
  transform: scale(0) translateY(10px);
  /* visibility: hidden; */
  transform: translateY(80px) rotate(0) translateX(5px);
  transition: all 0.7s ease-in-out;
  width: 80px;
  min-width: 80px;
}

.fragnance_list ul li:hover span.frag_icon img,
.fragnance_list ul li.inner_fragnance.show span.frag_icon img {
  /* opacity: 1; */
  transform: scale(1) translateY(0);
  /* visibility: visible; */
  transform: translateY(3px) translateX(30px) rotate(-25deg);
  /* transition: all .8s cubic-bezier(0.25, 0.1, 0.25, 1); */
  transition: all 0.7s ease-in-out;
}

.fragnance_list ul li.inner_fragnance.show span.frag_icon {
  /* opacity: 1; */
  transform: scale(1);
  /* top: 8px */
}

.fragnance_list ul li:hover span.icon_txt {
  transform: translateX(108px);
  /* transition-delay: 0.1s; */
  color: #c8b477;
}

.fragnance_list ul li.inner_fragnance.show span.icon_txt {
  transform: translateX(120px);
  /* transition-delay: 0.1s; */
}

.fragnance_list ul li.inner_fragnance {
  /* padding: 30px 15px 0 15px; */
  transform: translateY(0);
  background: #fff;
  transition: all 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
  margin-top: 45px;
}

.fragnance_list ul li.inner_fragnance:first-child {
  margin-top: 0;
}

.fragnance_list ul li.inner_fragnance:after {
  position: absolute;
  content: "";
  background: #fff;
  height: 10px;
  bottom: 0;
  width: 100%;
  left: 0;
}

/* Active/open state */
.fragnance_list ul li.inner_fragnance.show {
  background: #faf8f2;
  transform: translateY(-10px);
  padding: 50px 15px 0 15px;
  margin-bottom: 20px;
  margin-top: 0;
}

.fragnance_list ul li.inner_fragnance.show a {
  cursor: inherit;
}

.fine_fragnance_one .container-fluid,
.fine_fragnance_two .container-fluid,
.fine_fragnance_three .container-fluid,
.fine_fragnance_four .container-fluid {
  padding-right: 0;
}

.fragnance_list ul li ul.inner_fragnance_list {
  overflow: hidden;
  display: none;
  transform: scaleY(0);
  transform-origin: left;
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  padding-top: 0;
  opacity: 0;
  transition:
    transform 0.35s ease,
    opacity 0.35s ease,
    padding-top 0.35s ease,
    height 0.35s ease;
  margin-top: -23px;
}

.fragnance_list ul li ul.inner_fragnance_list.show {
  transform: scaleY(1);
  display: flex;
  padding: 15px 0 15px 20px;
  opacity: 1;
  margin-top: 0;
}

.fragnance_list ul li ul.inner_fragnance_list li {
  margin-bottom: 0;
  padding: 0;
  border-bottom: transparent;
  font-size: 23px;
  color: #4c3327;
  position: relative;
}

.fragnance_list ul li ul.inner_fragnance_list li:after {
  position: absolute;
  content: "";
  background: url(../images/bling.svg) no-repeat center;
  right: -23px;
  width: 12px;
  height: 12px;
  top: 11px;
}

.fragnance_list ul li ul.inner_fragnance_list li:last-child:after {
  display: none;
}

.fine_fragnance_two .fragnance_list ul li span.frag_icon img {
  width: 55px;
  min-width: 55px;
}

.fine_fragnance_two .fragnance_list ul li:nth-child(5) span.frag_icon img {
  width: 85px;
  min-width: 85px;
}

.fine_fragnance_three .fragnance_list ul li span.frag_icon img,
.fine_fragnance_four .fragnance_list ul li span.frag_icon img {
  width: 65px;
  min-width: 65px;
}

.fine_fragnance_one {
  position: relative;
  background: #fff;
  z-index: 3;
  margin-bottom: 50vh;
  padding-top: 50px;
}

.fine_fragnance_two {
  position: relative;
  background: #fff;
  z-index: 4;
  margin-bottom: 50vh;
  padding-top: 55px;
  width: 100%;
  min-width: 100%;
  /* transform: scale(0.5); */
}

.fine_fragnance_three {
  z-index: 5;
  position: relative;
  background: #fff;
  margin-bottom: 100vh;
  padding-top: 45px;
  width: 100%;
  min-width: 100%;
  /* transform: scale(0.5); */
}

.fine_fragnance_four {
  z-index: 6;
  position: relative;
  background: #fff;
  /* margin-bottom: 100px; */
  padding-top: 45px;
  width: 100%;
  min-width: 100%;
}

.nature_bg_one p,
.nature_bg_two p,
.nature_bg_three p {
  font-family: var(--montserrat);
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  z-index: 2;
  color: #fff;
}

.nature_bg_one {
  height: 100vh !important;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 1;
  margin-top: 125px !important;
  transform: scale(1.2);
  /* transition: 0.5s; */
}

.nature_bg_two {
  height: 100vh !important;
  position: absolute;
  top: 100vh !important;
  left: 0;
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 2;
  margin-top: -81px !important;
  transform: scale(1.2);
  opacity: 0;
}

.nature_bg_three {
  height: 100vh !important;
  position: absolute;
  top: 200vh !important;
  left: 0;
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 3;
  /* margin-top: 70px !important; */
  margin-top: -380px !important;
  transform: scale(1.2);
  opacity: 0;
}

.product_ensure .container-fluid {
  padding: 0 60px;
}

.mobile_leaf,
.productslider,
.policyslider {
  display: none;
}

/********************QUALITY-PAGE-CSS**************************/

.scrolled-header:after {
  content: "";
  width: 100%;
  height: 104px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.92) 10%,
    rgba(255, 255, 255, 0) 90%
  );
  top: -25px;
  left: 0;
  position: absolute;
  z-index: -1;
}

.quality_sec {
  position: relative;
  overflow: hidden;
  height: 100vh !important;
}

.quality_sec img.quality_img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.quality_sec.active img.quality_img {
  transform: translateY(-100px);
}

.quality_sec.active .quality_banner {
  bottom: 0;
}

.quality_sec::before {
  width: 75%;
  height: 65px;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  position: absolute;
  content: "";
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  corner-shape: scoop;
  border-radius: 15px 15px 0 0;
  transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.quality_sec.beforeWrap::before {
  width: 100%;
  height: 50vh;
  background: #fff;
  transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  border-radius: 0;
}

.quality_banner {
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  width: 100%;
}

.quality_sec.beforeWrap .container-fluid {
  padding: 0 145px;
}

.quality_banner_head h1 {
  color: #fff;
  font-family: var(--spectral);
  font-weight: 275;
  font-size: 96px;
  line-height: 95%;
  margin-bottom: 35px;
  white-space: nowrap;
  z-index: 4;
  letter-spacing: -0.05em;
}

.quality_sec.active .quality_banner_head h1 {
  margin-bottom: 0;
  color: #4c3327;
}

.quality_sec.active .quality_banner .quality_banner_head .first_hd,
.quality_sec.active .quality_banner .quality_banner_head .second_hd {
  transform: translateX(0%);
  transition: 1s;
}

/* .quality_sec.active .quality_title {
  transform: translateX(-300px);
} */

.quality_sec.active .quality_banner_cont {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  transition: 1s;
}

.quality_banner .quality_banner_head .first_hd {
  transform: translateX(60%);
  transition: 1s;
}

.quality_banner .quality_banner_head .second_hd {
  transform: translateX(52%);
  transition: 1s;
}

.quality_sec.active .quality_banner .small_logo {
  transform: translateX(365%) translateY(-46px);
  transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.quality_sec.active .quality_banner .small_logo img {
  filter: inherit;
}

.small_logo {
  text-align: center;
  width: 66px;
  height: 27px;
  margin: 0 auto;
  transform: translateX(540%);
}

.small_logo img {
  filter: brightness(0) invert(1);
}

.quality_banner_cont {
  opacity: 0;
  visibility: hidden;
  transform: translateY(80px);
  z-index: 4;
  font-family: var(--montserrat);
  font-weight: 400;
  font-size: 24px;
  line-height: 48px;
  /* transition: opacity 1.2s ease, transform 1.2s ease; */
  /* padding-right: 200px; */
}

.quality_banner_cont p {
  margin-bottom: 1rem;
}

.quality_sec.active .quality_banner_cont {
  color: #4c3327;
}

.quality_banner_cont:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  background: #4c3327;
  left: -85px;
}

.product_bg {
  background: #fff;
  z-index: 3;
  position: relative;
  min-height: 100vh;
  margin-bottom: 50vh;
}

.product_ensure {
  position: relative;
  /* overflow: hidden; */
}

.product_ensure:after {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 10px;
  top: -2px;
  z-index: 9;
}

.garden {
  height: 100vh !important;
  position: absolute;
  top: 0px !important;
  left: 0 !important;
  z-index: 1;
  width: 100%;
}

.product_cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.product_ensure h5 {
  font-family: var(--montserrat);
  font-weight: 400;
  font-size: 24px;
  line-height: 48px;
  padding-bottom: 50px;
  text-align: center;
}

.gray_bg {
  background: #ececec;
  padding: 30px;
  flex: 1;
  display: flex;
  align-items: flex-end;
  height: 100%;
  -webkit-mask:
    radial-gradient(circle 15px at 0 0, transparent 0 15px, black 15px),
    radial-gradient(circle 15px at 100% 0, transparent 0 15px, black 15px),
    radial-gradient(circle 15px at 0 100%, transparent 0 15px, black 15px),
    radial-gradient(circle 15px at 100% 100%, transparent 0 15px, black 15px);
  -webkit-mask-composite: source-in;

  mask:
    radial-gradient(circle 15px at 0 0, transparent 0 15px, black 15px),
    radial-gradient(circle 15px at 100% 0, transparent 0 15px, black 15px),
    radial-gradient(circle 15px at 0 100%, transparent 0 15px, black 15px),
    radial-gradient(circle 15px at 100% 100%, transparent 0 15px, black 15px);
  mask-composite: intersect;
  transition: all 0.4s ease-in-out;
}

.gray_bg figcaption {
  font-family: var(--spectral);
  font-weight: 300;
  font-size: 48px;
  line-height: 48px;
  color: #707070;
  letter-spacing: -0.05em;
}

.gray_bg:hover {
  background: #d4c59b;
}

.gray_bg:hover figcaption {
  color: #4c3327;
}

.gray_bg:hover .q_icon figure svg path {
  fill: #4c3327;
}

.gray_bg figure {
  margin-bottom: 20px;
}

.product_ensure .col-md-3 {
  display: flex;
}

/* .garden {
  padding: 130px 0
} */

.ehs_policy {
  position: relative;
}

/* .create_magic {
  height: 100vh !important;
  position: absolute;
  top: 0px !important;
  left: 0 !important;
  z-index: 1
} */

.policy_section {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.magic_cont {
  width: calc(100% - 60px);
  height: 100vh !important;
  margin: auto;
  corner-shape: scoop;
  border-radius: 15px;
  transform: scale(0.7);
}

.create_magic {
  position: relative;
  min-height: 100vh;
  will-change: transform;
  transform-origin: center center;
}

.policy_bg {
  background: #fff;
  z-index: 3;
  position: relative;
  min-height: 100vh;
  /* margin-bottom: 100vh; */
  padding-top: 150px;
}

.policy_cont {
  position: relative;
  /* background: #fff; */
  z-index: 3;
}

.ehs_hd h2 {
  font-family: var(--spectral);
  font-size: 80px;
  line-height: 95%;
  color: #4c3327;
  font-weight: 275;
  padding-bottom: 40px;
  letter-spacing: -0.05em;
}

.ehs_hd {
  padding-bottom: 40px;
  position: relative;
}

.ehs_hd:after {
  position: absolute;
  content: "";
  background: #4c3327;
  height: 2px;
  width: 63%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.policy_paragrph {
  text-align: center;
  font-family: var(--montserrat);
  font-weight: 400;
  font-size: 24px;
  line-height: 48px;
  color: #4c3327;
  padding: 60px 16%;
}

.policy_paragrph p {
  margin-bottom: 30px;
}

.policy_paragrph p:last-child {
  margin-bottom: 0;
}

.ehs_policy .gray_bg figcaption {
  font-size: 40px;
  line-height: 44px;
}

.ehs_policy .container-fluid {
  padding: 0 60px;
}

.ehs_policy .row {
  display: flex;
  align-items: stretch;
}

.policy_box_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.policy_box {
  flex: 0 0 auto;
  width: 24%;
}

.crete_magic_cont {
  color: #fff;
}

.crete_magic_cont h2 {
  font-family: var(--spectral);
  font-weight: 275;
  font-size: 96px;
  line-height: 95%;
  padding-bottom: 30px;
  letter-spacing: -0.05em;
}

.crete_magic_cont p {
  font-family: var(--montserrat);
  font-weight: 400;
  font-size: 24px;
  line-height: 48px;
}

.create_magic .container-fluid,
.create_magic .row {
  height: 100%;
}

.create_magic .col-md-7,
.create_magic .col-md-5 {
  height: 100%;
}

.create_magic .col-md-5 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.crete_magic_cont {
  padding-bottom: calc(60px + 2vw);
  padding-left: calc(30px + 1.5vw);
  padding-right: calc(40px + 1.5vw);
}

.accreditation h2 {
  font-family: var(--spectral);
  font-weight: 275;
  font-size: 48px;
  line-height: 95%;
  padding-bottom: 60px;
}

.accreditation {
  position: relative;
  padding-bottom: 500px;
  padding-top: 150px;
}

.accreditation:before {
  position: absolute;
  content: "";
  background: url(../images/Layer_1.png) no-repeat;
  left: 0;
  width: 413px;
  height: 428px;
  top: 100px;
  z-index: 3;
}

.accreditation:after {
  position: absolute;
  content: "";
  background: url(../images/Layer_2.png) no-repeat;
  right: 0;
  width: 291px;
  height: 193px;
  top: 200px;
  z-index: 3;
}

.clientSliderWrapper {
  height: 550px;
  position: relative;
  /* overflow: hidden; */
}

.clientSliderWrapper::before,
.clientSliderWrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 220px;
  left: 0;
  z-index: 2;
}

.clientSliderWrapper::before {
  top: -2px;
  background: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.clientSliderWrapper::after {
  bottom: -2px;
  background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.clientSlider .swiper-slide {
  margin-bottom: 10px;
  /* adjusted */
}

.clientSlider .swiper-slide img {
  height: 125px;
  /* adjusted */
  width: auto;
  display: block;
  filter: grayscale(1);
}

.clientSlider .swiper-wrapper {
  transition-timing-function: linear !important;
}

#smooth-wrapper,
#smooth-content {
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: none;
}

.mobile_btn {
  display: none;
}
.error-text {
  position: absolute;
  z-index: 9999;
  bottom: 8px;
  right: 18px;
  color: red;
  font-family: var(--spectral);
}
