@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Judson:ital,wght@0,400;0,700;1,400&display=swap');

:root {
  --ihf_primary-color: #000000;
  --ihf_secondary-color: #e9325b; 
  --ihf_heading-font: "Outfit", sans-serif;
  --ihf_body-font: "Rubik", sans-serif;
  --pink: #e9325b;
  --dark-pink:#e53559;
  --grey: #f7f7f7;
  --light-black: #323232;
  --black: #000;
  --white: #fff;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */ 
}
body {
  color: var(--black);
  font-weight: 400;
  font-style: normal;
  font-size: 18px; 
  font-family: var(--ihf_body-font);
  line-height: 1.6;
  margin: 0 auto; 
  position: relative;
}
h1, .h1 {
  font-size: 36px;
  line-height: 1.2; }

h2, .h2 {
  font-size: 32px; }

h3, .h3 {
  font-size: 26px; }

h4, .h4 {
  font-size: 24px; }

h5, .h5 {
  font-size: 22px;/*20px*/ }

h6, .h6 {
  font-size: 20px; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: var(--black);
  clear: both;
  font-family: var(--ihf_heading-font);
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 5px;  
}

p {
  color: var(--black);
  margin-bottom: 0.5em;
}
.black-bg {
  background-color: var(--black);
}
.grey-bg {
  background-color: var(--grey);
}
.text-black {
  color: var(--black);
}
.text-white {
  color: var(--white);
}
.ihf-btn {  
  padding: 10px 22px;
  border: 1px solid var(--pink);
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
  color: var(--white);
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 50px;
}
.ihf-btn:hover {
  border: 1px solid var(--light-black);
  text-decoration: none;
}
.btn--primary {
  z-index: 1;
  color: var(--white);
  background-color: var(--pink);
}
.btn--secondary {
  z-index: 1;
  color: var(--white);
  background-color: var(--light-black);
  border-color: var(--light-black);
}
.btn--primary:hover {
  color: var(--white);
  background-color: var(--light-black);
  border-color: var(--light-black); 
}
.btn--secondary:hover { 
  color: #fff;
  background-color: var(--pink);
  border-color: var(--pink); 
}
.btn--white {
  z-index: 1;
  color: var(--white);
  border: 1px solid var(--white);
}
.btn--white:hover {
  border: 1px solid var(--pink);
  color: var(--white);
  background-color: var(--pink);
}
.btn--pink {
  z-index: 1;
  color: var(--pink);
  border: 1px solid var(--pink);
}
.btn--pink:hover {
  border: 1px solid var(--pink);
  color: var(--white);
  background-color: var(--pink);
}
.pad-tb {
  padding: 50px 0;
}
.section-title {
  margin-bottom: 1rem;
}
.section-title.text-center {
  margin-bottom: 15px; 
  position: relative;
}
.section-title.text-left {
  margin-bottom: 15px;
  position: relative;
}
.section-title.text-left h2, .section-title.text-center h2 {
  padding-bottom: 15px;
  color: var(--black);
  position: relative;
}
.section-title.text-left h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 65px;
  height: 4px;
  background: var(--pink);
}
.section-title.text-center h2:after {
  content: "";
  position: relative;
  margin: 15px auto 0;
  bottom: 0;
  width: 65px;
  height: 4px;
  background: var(--pink);    
  display: block;
}
header {
  z-index: 99999;
  padding: 5px 0;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.2s linear;
} 
ul.header-cinfo {
  margin-bottom: 0;
  list-style: none;
  color: var(--white);
  z-index: 999;
  margin-left: 0;
  padding-inline-start: 0; 
  margin-right: 0px; 
}
ul.header-cinfo > li {
  margin-left: 15px;
  float: left;    
  line-height: 1.4;
}
ul.header-cinfo > li a {
  color: var(--white); 
  font-size: 16px;
  position: relative;
  padding-right: 0;
}
ul.header-cinfo > li:first-child {
  margin-left: 0;
}
header .header-logo {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.header.header_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgb(255, 255, 255);
  box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
}
.logo-dark, .header.header_fixed .logo-white {
  display: none;
}
.header.header_fixed .logo-dark {
  display: block;
}
header .header-logo img {
  width: 220px;/*182px*/
}
.header.header_fixed .header-logo img {
  width: 220px;/*140px*/
}
.header.header_fixed ul.header-cinfo > li a {
  color: var(--black);
}
header .main-menu {
  position: relative;
}
header .main-menu > li {
  /* position: relative; */
}
header .main-menu > li > a {
  color: var(--white);
  padding: 8px 1.2vw;/*8px 0.8vw*/
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  /* text-transform: uppercase; */
}
header .main-menu > li.active > a {
  color: var(--white);
}
header .main-menu > li:hover > a {
  color: var(--white);
  text-decoration: none;
}
header .main-menu > li > a > i {
  color: var(--white);
}
header .main-menu > li > a:hover > i {
  color: #fff;
}
header .main-menu > li:hover > a i {
  color: #fff;
}
.header.header_fixed .main-menu > li > a {
  color: var(--black);
}
.header.header_fixed .main-menu > li.active > a {
  color: var(--red);
}
.header.header_fixed .main-menu > li:hover > a {
  color: var(--red);
}
.header.header_fixed .main-menu > li > a > i {
  color: var(--red);
}
header .main-menu .sub-menu {
  display: none;
  position: absolute;
  left: 0;/*50%*/
  top: 100%;
  width: 100%;/*292px*/
  overflow: hidden;
  border-top: 3px solid #e63859;/*2px solid var(--blue)*/
  background: #fff;
  -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  z-index: 5;
  transform: translateX(0%);/*translateX(-50%)*/
  -webkit-transform: translateX(0%);/*translateX(-50%)*/
  -moz-transform: translateX(0%);/*translateX(-50%)*/
  -ms-transform: translateX(0%);/*translateX(-50%)*/
  -o-transform: translateX(0%);/*translateX(-50%)*/
  padding: 10px!important;
}
header .main-menu .sub-menu a {
  padding: 6px 10px 6px 20px;
  display: block;
  color: var(--black);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  /* text-transform: uppercase; */
  position: relative;
}
header .main-menu .sub-menu a:before {
  font-family: "Font Awesome 6 Free";
  content: "\f0da";/*f560 f14a f058 f105 f054*/
  position: absolute;
  left: 0;
  font-weight: 600;
  color: var(--pink);
}
header .main-menu .sub-menu a i {
  color: var(--black);
}
header .main-menu .sub-menu a:hover {
  /* background: var(--pink); */
  color: var(--pink);
  text-decoration: none;
  margin-left: 10px;
}
header .main-menu > li:hover .sub-menu {
  display: block;
}
header .header-logo figure img {
  max-width: 200px;
}
header .demo-link {
  margin-left: 1vw;
}
header .side-menu-close {
  background: transparent;
}
header .side-menu-close span {
  background: var(--white);
  width: 28px;
}
header .main-menu > li:last-child > a { 
  background: var(--pink);
  color: #fff!important;
  border-radius: 50px;
}
/* side menu */
.side-menu-wrap {
  width: 100%; /*300px*/
  position: fixed;
  right: -100%;
  top: 0;
  background: var(--light-black);
  height: 100%;
  -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  overflow-y: auto;
  z-index: 999999;/*15000*/
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.side-menu-wrap.opened {
  right: 0;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}
.side-menu-logo {
  border-bottom: 2px solid var(--grey-bg);
  padding-left: 0.5rem;
  display: none!important;
}
.side-menu-nav .main-menu > li {
  position: relative;
  border-bottom: 1px solid #555;
}
.side-menu-nav .main-menu > li > a > i {
  color: var(--black);
}
.side-menu-nav .main-menu .sub-menu {
  border-top: 1px solid #555;
  background: var(--light-black);
  display: none;
}
.side-menu-nav .main-menu .sub-menu li {
  border-bottom: 1px solid #444; /*ccc*/
}
.side-menu-nav .main-menu .sub-menu a {
  padding: 10px 22px;
  display: block;
  color: var(--white);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;    
  font-size: 16px;
  /* text-transform: uppercase; */
}
.side-menu-nav .main-menu .sub-menu a i {
  color: var(--black);
}
.side-menu-nav .main-menu .sub-menu ~ i {
  font-size: 0.8em;
  position: absolute;
  padding: 21px 11px;
  right: 0;
  top: 0;
  /* border-left: 1px solid #555; */
  color: #fff;
}
.side-menu-nav .main-menu .sub-menu a:hover {
  background: #f5f5f5;
}
.side-menu-nav .main-menu > li > a {
  color: #fff;
  font-size: 16px;
  /* text-transform: uppercase; */
  padding: 15px 20px 15px 20px;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.side-menu-nav .main-menu > li > a:hover {
  text-decoration: none;
}
.side-menu-wrap .side-menu-close {
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  width: 30px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.side-menu-close {
  height: 40px;
  width: 40px;
  background: var(--pink); 
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.side-menu-close span {
  height: 2px;
  width: 20px;
  background: var(--white);
  position: relative;
  opacity: 1;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.side-menu-close span:nth-child(1) {
  top: -5px;
}
.side-menu-close span:nth-child(3) {
  bottom: -5px;
}
.side-menu-close.closed span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
  -webkit-transform: translateY(7px) rotate(45deg);
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
}
.side-menu-close.closed span:nth-child(2) {
  opacity: 0;
}
.side-menu-close.closed span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -moz-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
}
/*  custom overlay */
.custom-overlay {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 12500;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.custom-overlay.show {
  visibility: visible;
  opacity: 1;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
/**/
.breadcrumb_wrap {
  padding: 220px 0 180px;
  background-color: #eee;
  background-image:url(../images/breadcrumb/breadcrumb-bg.webp);
  background-size: cover!important;
  background-position: top center!important;
  position: relative;
  z-index: 1;/**/
}
.breadcrumb_title h1, .breadcrumb_title h2 {
  text-transform: uppercase;
  font-size: 42px;
  color: var(--white);
  position: relative;
  margin-bottom: 0px;
}
.breadcrumb_wrap:before {
  /* content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);  */
}
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%; /*100vh*/
  top: 0;
  left: 0;
}
.parallax-bg{
  position:relative;
	z-index: 1;
}
.parallax-bg:before{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:#10100E;
  opacity:.5; /*.7*/
  content:"";
	z-index: -1;
}
.fix {
	overflow:hidden;
}

label {
  display: block;
}
.form-control {
  border: 1px solid #bbb;   
  padding: 0.5rem 0.75rem;
  color: var(--black);    
  height: 52px;    
  border-radius: 10px;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid var(--pink);
}
textarea.form-control {
  height: 170px;
}
.img-wrap {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.img-wrap img {
  transition: 0.2s linear;
}
.img-wrap:hover img {
  transform: scale(1.08);
}
ul.ihf-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
ul.ihf-list > li {
  margin-bottom: 0.5em;  /*5px*/
  position: relative;
  padding-left: 25px;
}
ul.ihf-list > li:before {
  font-family: "Font Awesome 6 Free";
  content: "\f058";/*f560 f14a f058 f105 f054*/
  position: absolute;
  left: 0;
  font-weight: 400;
  color: var(--pink);    
  top: 1px;
}
.call_toaction {
  display: none;
}
/*banner*/
.banner-section{
  position: relative;
}
.banner-carousel .slide-item {
  position: relative;
  overflow: hidden;
  min-height: 800px; /*700px*/
  padding-top: 150px;
  padding-bottom: 100px;
}
.banner-carousel .slide-item .image-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 6000ms linear;
  -moz-transition: all 6000ms linear;
  -ms-transition: all 6000ms linear;
  -o-transition: all 6000ms linear;
  transition: all 6000ms linear;
}
.slider-content.style-two {
  position: relative;
  margin: 0 auto;
}
.slider-main-title {
  text-align: left;
  max-width: 100%; 
}
.slider-main-title h2, .slider-main-title h1 {
  font-size: 60px;
  color: #FFF;
  font-weight: 600;
  line-height: 70px;
  margin-block-start: 0;
  margin-block-end: 0;    
  margin-bottom: 45px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.slider-main-title h4 {
  color: #FFF;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  margin-bottom: 15px;
}
.slider-main-title .btn--primary:hover {
  background: #fff;
  color: var(--pink);
}
.banner-section .container {
  max-width: 100%;
  margin: 0;
  padding: 0;
  margin: 0 auto; /**/
  position: relative;
  z-index: 99;
}
.banner-carousel .slide-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
  z-index: 1;
} 
.transform-banner img {
  animation: border-transform 10s linear infinite alternate forwards;
  border-radius: 100%;
}
.banner-section .owl-carousel .owl-nav button:hover, 
.banner-section .owl-carousel .owl-nav button:focus {
  outline: 0;
}
.banner-section .owl-carousel .owl-nav button.owl-prev {
  left: 5px;/*50px*/
}
.banner-section .owl-carousel .owl-nav button.owl-next {
  left: unset;
  right: 5px;/*50px*/
}
.banner-section .owl-carousel .owl-nav button.owl-prev span, 
.banner-section .owl-carousel .owl-nav button.owl-next span {
  font-size: 45px;
  color: #ccc;
}
.banner-section .owl-carousel .owl-nav button.owl-prev span:hover, 
.banner-section .owl-carousel .owl-nav button.owl-next span:hover {
  color: #fff;
}
.banner-section .transform-banner {
  text-align: center;
}
.banner-section .owl-carousel .owl-nav button {
  position: absolute;
  top: 48%;
}
.banner-section .transform-banner img { 
  display: inline-block!important;
  box-shadow: 4px 4px #fff;
}
@keyframes border-transform {
    0%,100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
    }
}
.banner-carousel.owl-carousel .owl-item img {
  width: auto;
}
/**/
.intro-section-wrap .col-lg-push-6 {
  left: 50%;
}
.intro-section-wrap .col-lg-pull-6 {
  right: 50%;
}
.intro-section-wrap .intro-content {
  padding-left: 0;/*20px*/
}
.intro-section-wrap .intro-content h3 {
  margin-bottom: 15px;
}
.intro-section-wrap .intro-content p {
  text-align: justify;
}
.intro-section-wrap h1 {
  background: linear-gradient(to right, var(--pink) 10%, var(--pink) 40%, var(--light-black) 80%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #333;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 4s linear infinite;
  display: inline-block;
  padding-bottom: 0;
}
.single-about-image {
  max-width: 622px;
  margin-left: 30px;
  margin-right: 30px;
  position: relative;
} 
.single-about-image .about-imgs-1 {
  margin-bottom: 20px;
}
.single-about-image .about-imgs-1 img {
  border-radius: 45px 179px 0px 35px;
  max-width: 355px;
}
.single-about-image .about-imgs-1.about-imgs-2 {
  margin-bottom: 20px;
}
.single-about-image .about-imgs-1.about-imgs-2 img {
  max-width: 248px;
  border-radius: 140px 36px 50px 0px;
}
.single-about-image .about-imgs-1.about-imgs-3 {
  margin-bottom: 0;
}
.single-about-image .about-imgs-1.about-imgs-3 img {
  max-width: 276px;
  border-radius: 38px 0px 40px 100px;
}
.single-about-image .about-imgs-1.about-imgs-4 {
  margin-bottom: 0;
  position: relative;
  left: 30px;
}
.single-about-image .about-imgs-1.about-imgs-4 img {
  max-width: 326px;
  border-radius: 0px 38px 100px 40px;
}
@keyframes textclip{to{background-position:200% center}}
.single-about-image.single-about-image-one { 
  display: none; 
}

/**/
.intro-one-wrap, .we-support-wrap {
  /* background-color: #ffeaef;#edf5ff
  position: relative;
  z-index: 1;
  padding-top: 120px;
  padding-bottom: 90px; */
}
.intro-one-wrap p, .we-support-wrap p {
  text-align: center;
  font-family: "Judson", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 22px;
}
.intro-one-wrap:after, .we-support-wrap:after {
  /* content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(https://beautyzone-html.vercel.app/images/background/bg8.png), url(https://beautyzone-html.vercel.app/images/background/bg9.png);
  top: 0;
  background-repeat: no-repeat;
  background-position: top, bottom;
  z-index: -1;
  background-size: 100%; */
}

/**/
.hom-products-section-wrap {
  /*background: #ffccd5;  */
  position: relative;
  padding: 120px 0; /*100px 0 100px*/
  background: #000 url(../images/hom-products-bg.webp);
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}
.anim-icons {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
.anim-icons-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
.anim-icons .image {
  position: absolute;
  right: 0;
  top: -1px;
  height: 74px;
  width: 100%;
  z-index: 1;
}
.anim-icons-1 .image-1 {
  position: absolute;
  right: 0;
  bottom: -1px;
  height: 74px;
  width: 100%;
  z-index: 1;
}
.anim-icons-2 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
.anim-icons-3 {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
.anim-icons-2 .image {
  position: absolute;
  right: 0;
  top: -1px;
  height: 76px;
  width: 100%;
  z-index: 1;
}
.anim-icons-3 .image-1 {
  position: absolute;
  right: 0;
  bottom: -1px;
  height: 76px;
  width: 100%;
  z-index: 1;
}
.hom-products-section-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.hom-products-section-wrap p {
  color: #fff;
  position: relative;
}
.hom-products-section-wrap .section-title.text-center h2 {
  color: #fff;
}
.single-services {
  margin-top: 30px;
  position: relative;
  /*ec**/
  border-radius: 10px;
  padding-left: 25px;
  padding-right: 25px;
  background: rgb(0 0 0 / 60%);/*#000*/
  border: 1px solid #222;
  margin-bottom: 1px;
  /*ec**/
}
.services-content {
  /* padding: 25px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background: #131313; */
  position: relative;
  /*ec*/
  padding: 30px 0px;
  /*ec*/
}
.services-content h4 {
  color: #fff;
  font-size: 26px;/*20px*/
  margin-bottom: 0px;
  position: relative;
  z-index: 1;
  padding-left: 15px;
  font-weight: 400;
}
.services-content h4::after {
  position: absolute;
  content: "";
  background: #555;/*#D7B474 var(--pink)*/
  width: 30px;/*40px*/
  height: 30px;/*40px*/
  left: 2px;/*-6px*/
  top: -10px;/*-12px*/
  border-radius: 50%;
  z-index: -1;
  opacity: 0.9;/*0.6*/
  transition: 0.5s;
  animation: shapemove 2s infinite linear alternate;
}
.services-content .more-btn {
  position: absolute;
  top: -30px;
  right: 30px;
  width: 60px;/*70px*/
  height: 60px;/*70px*/
  line-height: 60px;/*70px*/
  margin: 0 auto;
  border-radius: 50%;
  /* border: 2px dashed #ffffff; */
  transition: 0.9s;
}
.services-content .more-btn i {
  width: 50px;
  height: 50px;
  line-height: 50px;/*55px*/
  text-align: center;
  border-radius: 50px;
  background-color: var(--pink);
  color: #ffffff;
  display: inline-block;
  margin: 0 8px;
  font-size: 18px;
  transition: 0.9s;
}
.services-image {
  overflow: hidden;
  /*ec*/
  margin-bottom: 30px; 
  border-radius: 10px;
  /*ec*/
}
.services-image img {
  position: relative;
  transform: scale(1);
  display: block;
  transition: 0.5s;
  /*ec*/
  border-radius: 10px;
  /*ec*/
}
.single-services:hover .services-image img {
  position: relative;
  transform: scale(1.1);
  display: block;
  transition: 0.5s;
}
.single-services:hover .services-content h4::after {
  transition: 0.5s;
  top: -4px;
  left: 0;
}
/*ec*/
.services-link.text-center {
  padding-bottom: 30px;
}
/*ec*/

.services-carousel.owl-carousel .owl-nav button.owl-next, 
.services-carousel.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 45%;
  opacity: 0;
}
.services-carousel.owl-carousel:hover .owl-nav button.owl-next, .services-carousel.owl-carousel:hover .owl-nav button.owl-prev {
  opacity: 1;
}
.services-carousel.owl-carousel .owl-nav button.owl-prev {
  left: -48px;
}
.services-carousel.owl-carousel .owl-nav button.owl-next {
  right: -48px;
}
.services-carousel.owl-carousel .owl-nav button.owl-next span, 
.services-carousel.owl-carousel .owl-nav button.owl-prev span {
  background-color: transparent;/*#fff*/
  width: 38px;/*40px*/
  height: 38px;/*40px*/
  line-height: 35px;/*40px*/
  border: 2px solid var(--pink);
  border-radius: 50%;
  color: var(--pink);
}
.services-carousel.owl-carousel .owl-nav button.owl-next span:hover, 
.services-carousel.owl-carousel .owl-nav button.owl-prev span:hover {
  /* background-color: var(--white); 
  color: var(--pink);*/
  border: 1px solid var(--white);
  color: var(--white);
} 
.services-carousel.owl-carousel .owl-nav button.owl-next:focus, 
.services-carousel.owl-carousel .owl-nav button.owl-prev:focus {
  box-shadow: none;
  outline: none;
}
@keyframes shapemove{
	50%{
		transform: translateX(10px);
	}
}
/**/
.commitment-wrap {
  position: relative; 
  background-image:url(../images/commitment-bg.webp);
  background-attachment: fixed;
  background-size: cover;
  padding: 50px 0;  
  text-align: center; 
}
.commitment-wrap .container {
  position: relative;
  z-index: 1;
}
.commitment-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;    
  opacity: .7; /*.8*/    
  background: #000;
}
.commitment-wrap h2 {
  color: #fff;
}
.commitment-wrap p {
  color: #fff;
}
.video-btn {
  position: relative;
  display: flex;
  margin: 50px 0 70px;
}
.video-btn .play-btn {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 50%;
  color: #911439;
  font-size: 30px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
.video-btn .play-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -15px;
  right: 0;
  left: -15px;
  width: 100px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  animation: ripple 5s infinite ease-in-out;
  transition: 0.5s;
}
.video-btn .play-btn::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -30px;
  right: 0;
  left: -30px;
  width: 130px;
  height: 130px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  animation: ripple 5s infinite ease-in-out;
  transition: 0.5s;
}
@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  75% {
    -webkit-transform: scale(1.3);/*1.5*/
    transform: scale(1.3);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.45);/*1.75*/
    transform: scale(1.45);
    opacity: 0;
  }
}
@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  75% {
    -webkit-transform: scale(1.3);/*1.5*/
    transform: scale(1.3);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.45);/*1.75*/
    transform: scale(1.45);
    opacity: 0;
  }
}
/**/
.testimonials-wrap {
  padding: 50px 0 50px;
  position: relative;
  z-index: 1;
}
.testimonial-item {
  max-width: 1300px;
  margin: 0 auto;
}
.testimonial-img-wrap {
  width: 75px;
  height: 75px;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 50px;
}
.testimonial-img-wrap img {
  border-radius: 50px;
}
.testimonial-title-stars {
  margin-bottom: 10px;
}
.testimonial-reviews i {
  color: #fcbf02;
}
.testimonial-icon {
  width: 100px;
  text-align: center;
  display: inline-block;    
  margin-top: 0.2em;
}
.testimonial-carousel.owl-carousel .owl-nav button.owl-next, 
.testimonial-carousel.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
}
.testimonial-carousel.owl-carousel .owl-nav button.owl-prev {
  left: 0; /*-40px*/
}
.testimonial-carousel.owl-carousel .owl-nav button.owl-next {
  right: 0;/*-40px*/
}
.testimonial-carousel.owl-carousel .owl-nav button.owl-next span, 
.testimonial-carousel.owl-carousel .owl-nav button.owl-prev span {
 /* color: #666;
 font-size: 30px; */
  color: var(--pink);
  font-size: 19px;
  border: 2px solid var(--pink);
  border-radius: 50%;
  height: 38px;
  width: 38px;
  line-height: 35px;
}
.testimonial-carousel.owl-carousel .owl-nav button.owl-next span:hover, 
.testimonial-carousel.owl-carousel .owl-nav button.owl-prev span:hover {
  border: 2px solid var(--light-black);
  color: var(--light-black);
}
.testimonial-carousel.owl-carousel .owl-nav button.owl-next:focus, 
.testimonial-carousel.owl-carousel .owl-nav button.owl-prev:focus {
  outline: none;
}
/**/
.placing-section-wrap {
  position: relative;
  z-index: 1;    
  padding-bottom: 70px;    
  padding-top: 100px;
  background: #f7f7f7;
}
.placing-section-wrap::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background-color: var(--pink); /*#EFCEC9*/
}
.placing--img {
  margin-bottom: 30px;
}
.placing-order-wrap {
  margin-bottom: 30px;    
  padding-left: 20px;
}
/**/
.blog-section-wrap .pad-tb {
  padding: 50px 0 30px;
}
.blog-card {
  margin-bottom: 30px;
  background-color: #ffffff;
  transition: 0.5s;
}
.blog-card .img {
  display: block;
}
.blog-card .img img {
  max-width: 100%;
}
.blog-card .content {
  padding: 30px;
  background: #f7f7f7;
}
.blog-card .content ul {
  list-style-type: none;
  margin: 0 0 10px;
  padding: 0;
}
.blog-card .content ul li {
  display: inline-block;
  margin-right: 0;
}
.blog-card .content ul li i {
  color: var(--pink);
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.blog-card .content ul li a {
  color: #000;
  display: inline-block;
  transition: 0.5s;
}
.blog-card .content h3 {
  margin-bottom: 18px;    
  font-size: 22px;
}
.blog-card .content h3 a {
  color: #000;
  transition: 0.5s;
}
.blog-card .content h3 a:hover {
  text-decoration: none;
}
.blog-card:hover {
  transform: translateY(-5px);
}
.blog-card:hover .btn--pink{
  background: var(--pink);
  border-color: var(--pink);
  color: #fff;
}
/**/
.footer {
  position: relative;
  background-color: #222; 
  margin-top: 0px; /*25px*/
  background: url(../images/footer-bg.jpg);
}
.footer-top {
  padding: 40px 0 30px;
  position: relative;
}
.footer-top .col-off-40 {
  margin-left: -40px;
  margin-right: 40px; 
}
.footer-widget {
  margin-bottom: 15px;
}
.footer-widget h3 {
  color: var(--white);
  margin-bottom: 20px;
  position: relative;
  font-weight: 500;
}
.footer-widget ul {
  list-style: none;
  padding: 0;
}
.footer-widget ul.widget-links > li {
  margin-bottom: 8px;
}
.footer-widget ul.widget-links > li a {
  color: var(--white);
  position: relative;
  padding-left: 25px;
  display: block;
} 
.footer-widget ul.widget-links > li a:hover {
  color: var(--white);
  text-decoration: none;
  margin-left: 10px;
} 
.footer-widget ul.widget-links > li a:before {
  /* font-family: "Font Awesome 6 Free"; */
  content:"-";/*"\f0da \f105"*/
  position: absolute;
  left: 0;
  font-weight: 600;
}
.icn_txt {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.icn {
  position: absolute;
  left: 0;
  color: #fff;
}
.txt {
  padding-left: 30px;
  color: #fff;
}
.txt a:hover {
  text-decoration: none;
}
.footer-bottom {
  border-top: 1px solid #494949; 
  padding: 15px 0;position: relative;
}
ul.social-links > li {
  display: inline-block;
  margin-right: 5px;
}
ul.social-links > li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  /* background: #555; */
  color: var(--white);
  display: inline-block;
  font-size: 16px;
  border-radius: 50%;
  border: 1px solid #555;
}
ul.social-links > li a:hover {
  background: #555; 
}
.footer-bottom ul {
  margin-bottom: 0;
  float: right;
  margin-right: 30px;
}
.footer-widget h3.widget_title_one {
  opacity: 0;
} 
.design-by {
  display: none;
}
.queriescall-block {
  color: white;
  display: flex;
  margin-top: -22px;
  padding: 40px 70px;
  position: relative;
  align-items: center;
  background: var(--pink);
  justify-content: space-between;
  z-index: 999;
}
.queriescall-block:after, .queriescall-block:before {
  content: '';
  height: 0;
  width: 0;
  top: 0;
  position: absolute;
  border-bottom: 22px solid var(--pink);
}
.queriescall-block:before {
  right: 100%;
  border-left: 18px solid transparent;
}
.queriescall-block:after {
  left: 100%;
  border-right: 18px solid transparent;
}
.queriescall-block h3 {
  color: #fff;
  margin-bottom: 0;
  font-size: 25px;
}
.queriescall-block a.ihf-btn:hover {
  background: #fff;
  color: var(--pink);
}
.queriescall-block a.ihf-btn:hover {
  background: #fff;
  color: var(--pink);
}
.bg-white {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
}
label {
  margin-bottom: .2rem;
}   
.gallery-wrap .grid a.fancybox {
  display: block;
  position: relative;
}
.gallery-wrap .masonry-gallery {
  margin: 0 -7.5px;
}
.gallery-wrap .masonry-gallery .grid {
  width: 25%;
  float: left;
  padding: 0 7.5px 15px;
}
.gallery-wrap .grid img {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.gallery-wrap .grid .grid-img-overlay {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(233 50 91 / 90%); 
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.gallery-wrap .grid .grid-img-overlay i {
  color: #fff;
  font-size: 35px;
  display: flex;
  justify-content: center;
  position: relative;
  height: 100%;
  align-items: center;
}
.gallery-wrap .grid a.fancybox:hover .grid-img-overlay {
  opacity: 1;
}
.thanks-sec {
  text-align: center;
  border-top: 1px solid #e1e1e1;
  padding: 55px 0;
}
.thanks-sec h2 {
  margin-top: 20px;
  margin-bottom: 15px;
  color: #211d21;
  font-size: 48px;
}
.thanks-sec h3 {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 20px;
  color: #000;
  font-weight: 500;
}
.contact-box-wrap {
  text-align: center;
  background: #fff1f4;/*#fff*/
  padding: 20px 15px;
  border-radius: 5px;
}
.contact-box-wrap { 
  min-height: 270px;
}
.contact-icon {
  text-align: center;
  margin: 0 0 25px;
  position: relative;
  height: 110px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.contact-icon:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: var(--pink);
  width: 110px;
  margin: auto;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  animation: morphing 3s infinite;
  height: 110px;
  opacity: 1;
}
.contact-icon img {
  height: auto;
  width: 60px;
  object-fit: contain;
  position: relative;
}
.contact-box-wrap p a {
  color: var(--black);
}
.contact-box-wrap p a:hover {
  color: var(--black);
}
.contact-box-wrap:hover h3 {
  color: var(--black);
}  
/**/
.contact-area {
  background-image: url(../images/contact-form-bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  padding: 80px 0;
}
.contact-area .section-title h2 {
  color: #fff;
}
.contact-form-wrapper {
  background: rgba(255, 255, 255, 0.1);
  border: 3px solid #fff;
  border-radius: clamp(20px, 2.1vw, 40px);
  padding: clamp(20px, 3.15vw, 60px);
}
.contact-form label {
  color: #fff;
  font-size: 17px; 
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}
.contact-form input:not([type="submit"]), .contact-form select, .contact-form textarea {
  background-color: #F3F4F7;
  border: none;
  height: 55px;
  border-radius: 10px;
  width: 100%;
  padding: 15px 15px;
  color: #000;
}
.contact-form input:not([type="submit"])::placeholder, .contact-form select::placeholder, .contact-form textarea::placeholder {
  color: #222;
}
.contact-form textarea {
  height: 130px;
  vertical-align: top;
}
.contact-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 43.47%, rgba(233, 50, 91, 0.2) 85%); /*linear-gradient(90deg, rgba(0, 0, 0, 0.8) 43.47%, rgba(235, 0, 41, 0.2) 85%)*/
  z-index: -1;
}
/**/
.contact-map-wrap.pad-tb {
  padding: 60px 0px 75px;
}
.contact-map-wrap iframe {
  border-radius: 5px;
}
@-moz-keyframes morphing {
  0% {
      border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
      box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
  }
  25% {
      border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
  }
  50% {
      border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
      box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
  }
  75% {
      border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
  }
}
@-webkit-keyframes morphing {
  0% {
      border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
      box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
  }
  25% {
      border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
  }
  50% {
      border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
      box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
  }
  75% {
      border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
  }
}
@-o-keyframes morphing {
  0% {
      border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
      box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
  }
  25% {
      border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
  }
  50% {
      border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
      box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
  }
  75% {
      border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
  }
}
@keyframes morphing {
  0% {
      border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
      box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
  }
  25% {
      border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
  }
  50% {
      border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
      box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
  }
  75% {
      border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
  }
}

/**/
.faq-section-wrap.pad-tb {
  padding: 60px 0 70px;
  position: relative;
  z-index: 3;
  background: #f7f7f7;
}
.faq-section-wrap .container {
  position: relative;
  z-index: 3;
}
.white--shape:after {
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);/*rgba(0, 0, 0, .06)*/
}
.faq-section-wrap .container:after {
  position: absolute;
  content: '';
  height: 100%;
  top: 0;
  width: 85%;
  left: 15%;
  z-index: -1;
}
.faq-section-wrap .txt-block {
  padding: 90px 10px 90px 10px;/*130px 45px 130px 40px*/
}
#faqAccordion .card-header .title {
  font-size: 17px;
  color: #fff;/*000*/
}
#faqAccordion .card-header .accicon {
  float: right;
  font-size: 20px;  
  width: 1.2em;
  color: #fff;
}
#faqAccordion .card-header{
  cursor: pointer;
  border-bottom: none;
  background: var(--light-black);
}
#faqAccordion .card{
  border: 1px solid #ddd;
  border-bottom: none;
}
#faqAccordion .card-body{
  border-top: 1px solid #ddd;
}
#faqAccordion .card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}
#faqAccordion .card-header[aria-expanded="true"] {
  background: var(--pink);
}
#faqAccordion .card:last-of-type {
  border-bottom: 1px solid #ddd;
}
/**/
.booking-section-wrap.pad-tb {
  padding: 50px 0 70px;
}
/**/
.about-short-three {
  background: #f7f7f7;
}
.about-short-three .contact-box-wrap {
  background: var(--light-black);
}
.about-short-three .contact-box-wrap h3, .about-short-three .contact-box-wrap p {
  color: #fff;
}
.wholesale-suppliers-section {
  position: relative;
  background-color: var(--pink);
  padding-top: 60px;
  margin-bottom: 60px;
}
.wholesale-suppliers-section .section-title.text-left h2 {
  color: #fff;
}
.wholesale-suppliers-section .section-title.text-left h2:before {
  background: #fff;
}
.wholesale-suppliers-section .wave-shape-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.wholesale-suppliers-section .container {
  position: relative;
  z-index: 3;
}
.wholesale-supplier-img {
  margin: 0 0px -50px 0px;
}
.pb-70 {
  padding-bottom: 70px!important;
}    
.suppliers-manufacturers {
  position: relative;
  z-index: 3;
}
.suppliers-manufacturers .container {
  position: relative;
  z-index: 3;
}
.suppliers-manufacturers:after {
  position: absolute;
  width: 100%;
  height: 92%;
  top: 4%;
  content: '';
  z-index: -1;    
  background-color: #f2f2f0;
}
.suppliers-manufacturers h3 {
  margin-bottom: 15px;
}
#sm-1 {
  position: relative;
  margin-bottom: -50px; /*-70px*/
}  
.about-8-img.left-column {
  padding-right: 50px;
}
.about-8-txt.right-column {
  position: relative;
  padding-left: 80px; /*100px*/
  padding-right: 20px; /*50px;*/
}
.about-8-txt.right-column:before {
  position: absolute;
  display: inline-block;
  content: "";
  height: 2px;
  background-color: #6c757d;
  width: 110px;
  left: -40px;
  top: 20px;
}
#sm-2 {
  position: relative;
  margin-top: -50px;/*-70px*/
}    
@media (min-width: 768px) {
  .order-md-2 {
    order: 2 !important;
  }
}
.about-8-txt.left-column {
  position: relative;
  padding-left: 20px; /*50px*/
  padding-right: 80px; /*100px*/
}
.about-8-txt.left-column:after {
  position: absolute;
  display: inline-block;
  content: "";
  height: 2px;
  background-color: #6c757d;
  width: 110px;/*210px*/
  right: -40px;
  top: 25px;
}
.about-8-img.right-column {
  padding-left: 50px;
}
/**/
.product-intro-section {
  overflow: hidden;
  padding: 40px 0;/*60px*/
}
.product-intro-section .outer-box {
  overflow: hidden;
  /* border-radius: 30px;    
  background: #f7f7f7; */
}
.product-intro-section h2 {
  font-size: 28px;
}
.gsap__parallax-zoom {
  overflow: hidden;
}
.product-intro-section .image-column .inner-column {
  height: 100%;
}
.product-intro-section .image-column .inner-column .image-box {
  height: 100%;
}
.product-intro-section .image-column .inner-column .image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.product-intro-section .form-column .inner-column {
  padding: 0 20px;/*20px*/
  position: relative;
  z-index: 1;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.product-gallery-section {
  background-color: #000001;        
  padding: 70px 0 150px!important;    
  position: relative;
}
.product-gallery-card {
  overflow: hidden;
  padding: 30px;
  border: 1px solid rgb(233 50 91 / 50%);
  background-color: #181818;
}
.product-gallery-card .img-box {
  position: relative;
  background-color: #181818;
  overflow: hidden;
  text-align: center;
}
.product-gallery-card .img-box img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.productgallery-carousel.owl-carousel .owl-nav button.owl-next, 
.productgallery-carousel.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  bottom: -85px;
}
.productgallery-carousel.owl-carousel .owl-nav button.owl-prev {
  left: 46%; /*-40px*/
}
.productgallery-carousel.owl-carousel .owl-nav button.owl-next {
  right: 46%;/*-40px*/
}
.productgallery-carousel.owl-carousel .owl-nav button.owl-next span, 
.productgallery-carousel.owl-carousel .owl-nav button.owl-prev span {
  color: var(--pink);
  font-size: 19px;
  border: 2px solid var(--pink);
  border-radius: 0;
  height: 50px;
  width: 50px;
  line-height: 48px;
}
.productgallery-carousel.owl-carousel .owl-nav button.owl-next span:hover, 
.productgallery-carousel.owl-carousel .owl-nav button.owl-prev span:hover {
  border: 2px solid var(--pink);
  color: var(--white);
  background: var(--pink);
}
.productgallery-carousel.owl-carousel .owl-nav button.owl-next:focus, 
.productgallery-carousel.owl-carousel .owl-nav button.owl-prev:focus {
  outline: none;
}
.productgallery-carousel.owl-carousel .owl-nav.disabled {
  display: block;
}
.product-info-section {
  border-bottom: 1px solid #ddd;
}
.product-info-section h2 {
  background: linear-gradient(to right, var(--pink) 10%, var(--pink) 40%, var(--light-black) 80%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #333;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 4s linear infinite;
  display: inline-block;
  padding-bottom: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.product-info-section h3 {
  color: var(--pink);
  margin-bottom: 8px;
}
.product-icon-section .box-icon {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.product-icon-section .box-icon .icon {
  margin-bottom: 15px;
  display: inline-flex;
  transition-duration: 0.5s;
}
.product-icon-section .box-icon h4 {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 500;
}
.product-icon-section .box-icon p {
  font-size: 17px;
}
.product-icon-section .box-icon:before {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 1px;
  background-color: #ddd;
}
.product-icon-section .box-icon.box-icon-last:before {
  display: none;
}
.product-icon-section .box-icon:hover .icon {
  transform: scale(1.1);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.product-icon-section .box-icon .icon img {
  width: 70px;
}
.post-featured-image {
  margin-bottom: 30px;
}
.post-header {
  margin-bottom: 20px;
}