@import url('https://fonts.googleapis.com/css2?family=Host+Grotesk:ital,wght@0,300..800;1,300..800&display=swap');

@font-face {
  font-family: 'GrifterBold';
  src: url('../fonts/grifterbold.woff2') format('woff2');
}


@font-face {
  font-family: 'sfprodisplayregular';
  src: url('../fonts/sfprodisplayregular.woff2') format('woff');
  src: url('../fonts/sfprodisplayregular.otf') format('otf');
  src: url('../fonts/sfprodisplayregular.eot') format('otf');
  src: url('../fonts/sfprodisplayregular.ttf') format('ttf');
  src: url('../fonts/sfprodisplayregular.svg') format('svg');
}


@font-face {
  font-family: 'sf-pro-display-regular-italic';
  src: url('../fonts/sf-pro-display-regular-italic.woff2') format('woff');
  src: url('../fonts/sf-pro-display-regular-italic.otf') format('otf');
  src: url('../fonts/sf-pro-display-regular-italic.eot') format('otf');
  src: url('../fonts/sf-pro-display-regular-italic.ttf') format('ttf');
  src: url('../fonts/sf-pro-display-regular-italic.svg') format('svg');
}

@font-face {
  font-family: 'Arlette_Bk';
  src: url('../fonts/Arlette_Bk.woff2') format('woff');
  src: url('../fonts/Arlette_Bk.otf') format('otf');
  src: url('../fonts/Arlette_Bk.ttf') format('ttf');
  src: url('../fonts/Arlette_Bk.eot') format('eot');
  src: url('../fonts/Arlette_Bk.svg') format('svg');
}






* {
  box-sizing: border-box;
}

body {
  font-family: 'sfprodisplayregular' !important;
  font-weight: 400;
  background-color: #fff;
  color: #000;
  overflow-x: hidden;
}


input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.hideScrollpopup {
  overflow: hidden;
}

.dark-header ul li a.active-link {
  color: #FF0009 !important;
}

.dark-header ul li a.active-link:hover {
  color: #FF0009 !important;
}

.grifterBold {
  font-family: 'GrifterBold';
  font-weight: bold;
}

.heading-font {
  font-family: Arlette_Bk;
}

.flexy {
  display: flex;
  align-items: center;
  justify-content: center;
}

.itemsStart {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.itemsEnd {
  display: flex;
  align-items: center;
  justify-content: end;
}

.flexIc {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.flexBetween {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.polygonClipath {
  clip-path: polygon(100% 0, 100% 67%, 80% 100%, 0 100%, 0 33%, 17% 0);
}

.tabsButtons {
  background: transparent;
  border: 1px solid #000 !important;
  border-radius: 8px;
  color: #000;
  font-weight: 500;
  font-family: 'GrifterBold';
  text-transform: uppercase;
  --webkit-clip-path: polygon(30% 0,
      100% 0,
      100% 60%,
      70% 100%,
      0 100%,
      0 45%) !important;
  clip-path: polygon(30% 0,
      100% 0,
      100% 60%,
      70% 100%,
      0 100%,
      0 45%) !important;
  /* --webkit-mask: paint(polygon-border); */
  shape-rendering: polygon(30% 0,
      100% 0,
      100% 60%,
      70% 100%,
      0 100%,
      0 45%) !important;
}

.activateTabs:active {
  background: #ff0009 !important;
  color: #fff;
  border: 1px solid #ff0009;
}

.greyPatt {
  position: relative;
}


.smRedPatt {
  display: none;
}

.lips-adjust img {
  width: 170px;
}

.bigRedPattern {
  position: relative;
  top: 0;
}

.bigRedPattern::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  max-width: 450px;
  z-index: -1;
  background-image: url('/assets/images/redPat.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.passion {
  position: relative;
  z-index: 2;
}

.passion::before {
  position: absolute;
  content: '';
  width: 110%;
  height: 100%;
  z-index: -1;
  background-image: url('/assets/images/passPattern.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.collabrations {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.collabrations::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  z-index: -1;
  background-image: url('/assets/images/colBGPatt.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.collabrations {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.collabrations::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  z-index: -1;
  background-image: url('/assets/images/colBGPatt.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.instaPost {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.instaPost::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  z-index: -1;
  background-image: url('../images/colBGPatt.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.familiaSliderMarquee {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.familiaSliderMarquee::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: -1;
  background-image: url('/assets/images/colBGPatt.png');
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.bigRedPattern img {
  max-width: 31rem;
}

.bluePatt {
  position: relative;
  left: 10%;
}

.bluePatt::before {
  position: absolute;
  content: '';
  z-index: -1;
  /* width: 26rem; */
  height: 100%;
  background-image: url('/assets/images/bluePat.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.blueSMPatt {
  position: relative;
}

.verify-circle {
  width: 150px;
}

.IconBox {
  width: 120px;
  margin: auto;
}

.verifyInfo h5,
.PopContent h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
  color: #000;
}

.modal-content {
  border-radius: 1.3rem !important;
}

.verifyInput .btn {
  background: #ff0009;
  border-radius: 7px;
  border: none;
  padding: 10px 20px;
  color: #fff;
}

.ThemeBtn {
  background: #ff0009;
  border-radius: 7px;
  border: none;
  padding: 10px 20px;
  color: #fff;
  margin-top: 10px;
}

.verifyInput .btn:hover {
  background: #ff0009;
}

.blueSMPatt::before {
  position: absolute;
  content: '';
  z-index: -1;
  width: 10rem;
  height: 100%;
  background-image: url('/assets/images/bluePat.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.dulcePatt {
  position: relative;
  left: 10%;
}

.red-famila {
  width: 250px;
}

.white-famila {
  width: 160px;
}

.dulcePatt::before {
  position: absolute;
  content: '';
  z-index: -1;
  width: 26rem;
  height: 100%;
  background-image: url('/assets/images/pinkPatern.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.dulceSMPatt {
  position: relative;
}

.dulceSMPatt::before {
  position: absolute;
  content: '';
  z-index: -1;
  width: 10rem;
  height: 100%;
  background-image: url('/assets/images/pinkPatern.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.shopPatt {
  position: relative;
}

.shopPatt::before {
  position: absolute;
  content: '';
  z-index: -1;
  width: 25rem;
  height: 100%;
  background-image: url('/assets/images/bluePat.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.shopSMPatt {
  position: relative;
}

.shopSMPatt::before {
  position: absolute;
  content: '';
  z-index: -1;
  width: 13rem;
  bottom: 2rem;
  right: 1rem;
  height: 100%;
  background-image: url('/assets/images/bluePat.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.authen {
  position: relative;
  z-index: 1;
}

.authen::before {
  position: absolute;
  content: '';
  z-index: -1;
  top: 25%;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/authen.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.passionRed {
  position: relative;
  z-index: 1;
}

.passionRed::before {
  position: absolute;
  content: '';
  z-index: -1;
  top: 25%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/passionRed.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.featuredProds {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fpHoverCont {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.5s ease;
}

.featuredProds:hover .fpHoverCont {
  opacity: 1;
}

.nav-link {
  color: #000 !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background: transparent !important;
  color: #ff0009 !important;
  border: 1px solid #ff0009 !important;
}

.nav-pills .nav-link {
  border-radius: .25rem;
  border: 1px solid #fff !important;
  color: #fff !important;
}

/* Products Flip Cards Sect start */

/* .productsImgDesc {
  perspective: 1500px;
}

.prodCards {
  position: relative;
  transition: transform 1s;
  transform-style: preserve-3d;
  transform-origin: center right;
}

.prodCards.isFlipped {
  transform: translateX(-100%) rotateY(-180deg);
}

.prodFace {
  position: absolute;
  backface-visibility: hidden;
}

.cardFront {
  background: transparent;
}

.cardBack {
  background: transparent;
  transform: rotateY(180deg);
} */

/* Products Flip Cards Sect End */

/* Faq Sect start */

.accordion .accordion-item {
  background: transparent !important;
  border-bottom: 1px solid #000 !important;
}

.accordion-item {
  border: none !important;
}

.accordion .accordion-item button[aria-expanded='true'] {}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #000;
  font-size: 1.15rem;
  font-weight: 400;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #000;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #000;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
  color: #000;
  letter-spacing: 3px;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  /* border: 1px solid; */
  /* border-radius: 22px; */
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  color: #000;
}

.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}

.accordion button[aria-expanded='true']+.accordion-content {
  opacity: 1;
  max-height: 10em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 1em 0;
}

.accordion .accordion-content img {
  width: 120px;
  margin: 1em 0;
}

/* Faq Sect end */

.horchattaPatt {
  position: relative;
  left: 10%;
}

.horchattaPatt::before {
  position: absolute;
  content: '';
  z-index: -1;
  width: 26rem;
  height: 100%;
  background-image: url('/assets/images/prodGreyPat.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.horchattaSMPatt {
  position: relative;
}

.horchattaSMPatt::before {
  position: absolute;
  content: '';
  z-index: -1;
  width: 10rem;
  height: 100%;
  background-image: url('/assets/images/prodGreyPat.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.feugoPatt {
  position: relative;
  left: 10%;
}

.feugoPatt::before {
  position: absolute;
  content: '';
  z-index: -1;
  width: 26rem;
  height: 100%;
  background-image: url('/assets/images/orangePatt.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.feugoPattSMPatt {
  position: relative;
}

.feugoPattSMPatt::before {
  position: absolute;
  content: '';
  z-index: -1;
  width: 10rem;
  height: 100%;
  background-image: url('/assets/images/prodGreyPat.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

/* @media screen and (min-width: 1024px) {
  .smRedPatt {
    display: block;
    position: relative;
    z-index: 5;
  }

  .smRedPatt::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    right: -1rem;
    max-width: 18rem;
    z-index: -2;
    background-image: url('/assets/images/redPat.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
} */

.success-text {
  color: green;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 17px;
  font-weight: 600;
}

/* 3-2-2025 */
.dark-header {
  background: #000;
  border: none;
}

.dark-header ul li a {
  color: #fff !important;
}

.dark-header .toggle-btn a {
  color: #fff !important;
  /* border: 1px solid #fff !important; */
}

.slider-wrapper {
  max-width: 100%;
  margin: auto;
  text-align: center;
  display: flex;
  align-items: end;
}

.slider-for-1 img,
.slider-for-2 img {
  width: 100%;
  border-radius: 5px;
}

.slider-nav-1 img,
.slider-nav-2 img {
  width: 100%;
  cursor: pointer;
  border-radius: 5px;
  transition: 0.3s;
}

.slider-nav-2 .slick-slide,
.slider-nav-2 .slick-slide {
  padding: 5px;
}

/* .slider-nav .slick-slide img:hover {
  opacity: 0.7;
} */
.slider-wrapper .slider-for-1,
.slider-wrapper .slider-for-2 {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 21px;
  border: 1px solid #ccc;
  margin-right: 30px;
}

.slider-wrapper .slider-for-1,
.slider-wrapper .slider-for-2 {
  width: 50%;
}

.slider-wrapper .slider-nav-1,
.slider-wrapper .slider-nav-2 {
  width: 50%;
}

.slider-wrapper .slick-prev:before,
.slider-wrapper .slick-next:before {
  color: #000;
}

.slider-wrapper .slider-nav-1 .slick-slide,
.slider-wrapper .slider-nav-2 .slick-slide {
  border: 1px solid #ccc;
  margin: 0 6px;
}

.sliderfor-1 .slick-slide img {
  width: 50%;
  margin: 0 auto;
}

.slider-for-1 .slick-slide img {
  width: 50%;
  margin: auto;
}

.slider-nav-1 .slick-slide img,
.slider-nav-2 .slick-slide img {
  width: 70px;
  margin: auto;
}

.sliderfor-2 .slick-slide img {
  width: auto;
}

.slider-nav-1 .slick-slide img {
  width: 42%;
  margin: auto;
  padding: 8px;
}

.for-mobile {
  display: none !important;
}

.verification {
  background-color: #000;
  width: 100%;
  height: 100vh;
  overflow: auto;
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9;
  padding: 30px 0;

}

.main-nav-button {
  z-index: 99999;
}

.header {
  padding: 0 50px;
}

.mobile_navbar {
  position: absolute;
  left: 0;
}

.nav-button-container {
  border-radius: 99px;
  text-align: center;
  margin: auto;
  align-items: center;
  justify-content: center;
  /* flex-direction: column; */
}

.offcanvas.mobile-offcanvas {
  background: #121212;
  border-right: 1px solid #252525;
}

.mobile-offcanvas .offcanvas-header {}

.mobile-offcanvas .offcanvas-body {
  padding-left: 0;
  padding-right: 0;
}

ul.menu-content {
  margin-bottom: 15px;
}

section#social {
  padding-left: 14px;
}

.dark-header .offcanvas-backdrop.show {
  opacity: 0.9;
}

ul.menu-content li {
  padding: 0 18px;
}

ul.menu-content li a {
  padding: 10px 0;
  font-size: 24px;
}

.mobile-offcanvas .btn-close {
  background: url(../images/menuclose.svg);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center center;
  outline: none;
  opacity: 1;
}

nav.navbardiv {
  padding: 0;
}

.bar1,
.bar2,
.bar3 {
  width: 33px;
  height: 2px;
  background-color: #fff;
  margin: 8px 0;
  transition: 0.4s;
}

.bg-white .bar1,
.bg-white .bar2,
.bg-white .bar3 {
  background-color: #000;
}

.open .bar1 {
  transform: translate(0, 11px) rotate(-45deg);
}

.open .bar2 {
  opacity: 0;
}

.open .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}

.mobile_navbar {
  display: none;
}

.open .mobile_navbar {
  display: block;
}

.mobile_navbar ul {
  display: flex;
  flex-direction: column;
  justify-content: end;
  text-align: right;
  padding: 0px 2px 80px 0px;
  transition: 340ms ease-in, opacity .8s ease-in;
}

.bg-white ul.menu-content li a {
  color: #fff;
}


.mobile_navbar>li>a {
  font-size: 1.5rem !important;
  font-weight: 700 !important;
}

.mobile_navbar #social {
  position: absolute;
  bottom: 28px;
  right: 92px;
}

.mobile_navbar ul li a {
  color: #fff;
  font-size: 1.5rem !important;
}


.arrowdiv .arrow {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: 50% 50%;
  transform: translate3d(-50%, -50%, 0);
}

.arrowdiv .arrow-first {
  -webkit-animation: arrow-movement 2s ease-in-out infinite;
  animation: arrow-movement 2s ease-in-out infinite;
}

.arrowdiv .arrow-second {
  -webkit-animation: arrow-movement 2s 1s ease-in-out infinite;
  animation: arrow-movement 2s 1s ease-in-out infinite;
}

.arrowdiv .arrow:before,
.arrowdiv .arrow:after {
  background: #fff;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
}

.arrowdiv {
  position: absolute;
  height: 150px;
  width: 100%;
  top: -247px;
  left: 50%;
  transform: translateX(-50%);

}

select#countries {
  border-radius: 4px;
}

.inner-arrow {
  position: absolute;
  height: 170px;
  width: 100px;
  left: 49%;
  transform: translateX(-50%);
  cursor: pointer;
}


.homeproductslider .slick-prev {
  left: 0;
  z-index: 9;
}


.homeproductslider .slick-next {
  right: 0;
}

.arrowdiv .arrow:before {
  transform: rotate(45deg) translateX(-23%);
  transform-origin: top left;
}

.arrowdiv .arrow:after {
  transform: rotate(-45deg) translateX(23%);
  transform-origin: top right;
}

.dark-header .white {
  display: none;
}

.bg-white .dark {
  display: none;
}

.homeproductslider {
  position: relative;
}

.homeproductslider .slider .slick-slide {
  margin: 0 10px;
  transform: scale(0.8);
  transition: transform 0.5s ease-in-out;
}

.homeproductslider .slider img {
  width: 100%;
  border-radius: 10px;
  transition: transform 0.5s ease-in-out;
}

.homeproductslider .slick-center img {
  transform: scale(1.3);
  opacity: 1;
}

.homeproductslider .tab-content {
  margin-top: 20px;
}

.homeproductslider .nav-link {
  background: transparent;
  border-radius: 8px;
  color: #fff !important;
  font-weight: 600;
  font-family: 'Arial', sans-serif;
  text-transform: uppercase;
  clip-path: polygon(30% 0, 100% 0, 100% 60%, 70% 100%, 0 100%, 0 45%);
  padding: 12px 24px;
  transition: all 0.3s ease;
  font-size: 16px;
  transform: scale(1);

}



.homeproductslider .nav-tabs .nav-item .nav-link {
  background: #000;
  color: #fff;
  border: 1px solid #fff;
}

.dark-header .verify-black {
  display: none !important;
}

.bg-white .verify-red {
  display: none !important;
}

.homeproductslider .nav-tabs .nav-item .nav-link.active {
  background: rgb(0, 0, 0);
  color: #ff0009 !important;
  border: 1px solid #ff0009;
}





.homeproductslider .nav-tabs .nav-item .nav-link:hover {
  /* background: #ff0009 !important;  */
  border: 1px solid #ff0009;
  transform: scale(1.05);
  color: #ff0009 !important;
}

.homeproductslider .slick-next:before,
.product-slider .slick-next:before, .p_slick-slider .slick-next:before {
  content: url(../images/left-arrow.png);
}

.homeproductslider .slick-prev:before,
.product-slider .slick-prev:before, .p_slick-slider .slick-prev:before {
  content: url(../images/right-arrow.png);
}

.product-slider {
  padding: 100px 0 60px;
}


.product-slider .slick-slide {
  transform: scale(0.6);
  transition: all 0.4s ease-in-out;
}

.product-slider .slick-slide,
.product-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"] {
  transform: scale(0.6, 0.6);
  transition: all 0.4s ease-in-out;
}

/* Active center slide (You can change anything here for cenetr slide)*/
.product-slider .slick-center,
.product-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] {
  transform: scale(1);
}

.product-slider .slick-current.slick-active {
  transform: scale(1);
}

.icodiv {
  /* background: linear-gradient(146deg, transparent 32px, transparent 72px, rgb(19 21 21) 0 0) top left, linear-gradient(225deg, transparent 0, rgb(19 21 21) 0 0) top right, linear-gradient(315deg, transparent 49px, rgb(19 21 21) 0) bottom right, linear-gradient(45deg, transparent 0, rgb(19 21 21) 0) bottom left;
  background-size: 50% 50%;
  background-repeat: no-repeat; */
  border-radius: 60px;
}

.left-side {
  position: relative;
}

.left-side:before {
  width: 100%;
  content: "";
  background: #131515;
  position: absolute;
  height: 100%;
  bottom: 0;
  left: -100%;
  top: 0;
}

.icodiv_row {
  clip-path: polygon(38% 0, 100% 0, 100% 76%, 71% 100%, 0 100%, 0% 60%, 0 29%);
}

.img1 {
  clip-path: polygon(16% 0, 100% 0, 100% 76%, 71% 100%, 0 100%, 0% 60%, 0 17%);
}
.p_slick-slider .slick-slide img{margin: 0 auto;}

.slider_tab .tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.slider_tab .tab-pane.active {
  height: auto;
  overflow: visible;
  visibility: visible;
}

@-webkit-keyframes arrow-movement {
  0% {
    opacity: 0;
    top: 45%;
  }

  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes arrow-movement {
  0% {
    opacity: 0;
    top: 45%;
  }

  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.comm h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.comm .modal-header {
  border: none;
}

.comm .modal-dialog {
  max-width: 1000px;
}

.comm .modal-content {
  background-color: #373636;
  color: #ffff;
}

.comm h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

.comm p {
  margin-bottom: 16px;
}

.product_slider .comm .modal-header{
  border-bottom: none;
  position: absolute;
  right: 20px;
}
.product_slider .slick-slide img:first-child {
  display: none;
  position: absolute;
  transform: rotate(-4deg);
  width: 62%;
  bottom: 54px;
  z-index: -1;
  right: 84px;
}

/* .productprincipal .comm .modal-header{
  border-bottom: none;
  position: absolute;
  right: 20px;
}
.productprincipal .slick-slide img:first-child {
  display: none;
  position: absolute;
  transform: rotate(-4deg);
  width: 62%;
  bottom: 54px;
  z-index: -1;
  right: 84px;
} */

.slick-slide.slick-current img:first-child{
  display: block;
}
/* end */
.nav-pills .thec-pen {
  font-weight: 300;
  font-style: italic;
  font-size: 20px;
  border: none !important;
  color: #ff0009 !important;
  position: relative;
  cursor: default !important;
  text-align: right;
  padding: 12px;
  clip-path: polygon(20% 0, 100% 0, 100% 55%, 100% 81%, 81% 100%, 0 100%, 0 56%, 0 21%) !important;
  font-family: 'sf-pro-display-regular-italic';

}
.nav-pills .thec-pen  span{
  color: #fff !important;
  text-transform: capitalize;
}

.nav-pills .thec-pen:hover{background: none !important;}
.thec-pen:after {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  position: absolute;
  right: 0;
  width: 24%;
  content: "";
  top: 0;
  height: 42%;
  border-radius: 0 5px 0 0;
}
/* .thec-pen:hover:after{
  border-top: 1px solid #ff0009;
  border-right: 1px solid #ff0009 ;
} */

.thec-pen:before{
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  position: absolute;
  left: 0;
  width: 24%;
  content: "";
  bottom: 0;
  height: 37%;
  border-radius: 0 0 0 5px;

}

/* .thec-pen:hover:before{
  border-bottom: 1px solid #ff0009;
  border-left: 1px solid #ff0009;
} */

.productprincipal .nav-tabs .nav-item .nav-link.active {
  background: rgb(0, 0, 0);
  color: #ff0009 !important;
  border: 1px solid #ff0009;
}
.productprincipal .nav-tabs .nav-item .nav-link {
  background: #000;
  color: #fff;
  border: 1px solid #fff;
}
.productprincipal .nav-link {
  background: transparent;
  border-radius: 8px;
  color: #fff !important;
  font-weight: 500;
  font-family: 'Arial', sans-serif;
  text-transform: uppercase;
  clip-path: polygon(30% 0, 100% 0, 100% 60%, 70% 100%, 0 100%, 0 45%);
  padding: 12px 23px;
  transition: all 0.3s ease;
  font-size: 26px;
  transform: scale(1);
}


@media screen and (max-width:1600px) {
  .slider-wrapper {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .authen::before {
    display: none;
  }

  .passionRed::before {
    display: none;
  }

  .bluePatt {
    left: 1rem;
  }

  .dulcePatt {
    left: 0;
  }

  .horchattaPatt {
    left: 0;
  }

  .feugoPatt {
    left: 0;
  }

}
@media screen and (max-width: 1300px) {
.product-slider .slick-prev, .p_slick-slider .slick-prev{
  left: 0;
  z-index: 9;
}
.product-slider .slick-next,   .p_slick-slider .slick-next {
  right: 0;
}
}

@media screen and (max-width: 1024px) {


  .principle-page {
    text-align: center !important;
  }

  .para-here {
    text-align: center !important;
  }

  .dark-header ul li a.active-link {
    color: #FF0009 !important;
  }

  .active-link {
    color: #FF0009 !important;
  }

  .active-link:hover {
    color: #FF0009 !important;
  }

  .dark-header ul li a.active-link:hover {
    color: #FF0009 !important;
  }

  .mobile_navbar li {
    margin: 2px !important;
  }

  .success-text {
    color: green;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    display: flex;
    font-size: 17px;
    justify-content: center;
    align-self: center;
    font-weight: 600;
  }

  .imp a {
    color: red !important;
  }

  .slider-wrapper {
    display: block;
  }

  .slider-wrapper .slider-for-1,
  .slider-wrapper .slider-for-2 {
    margin-bottom: 20px;
  }

  .slider-wrapper .slider-for-1,
  .slider-wrapper .slider-for-2 {
    width: 100%;
  }

  .slider-for-1 .slick-slide img {
    width: 35%;
    margin: auto;
  }

  .slider-wrapper .slider-nav-1,
  .slider-wrapper .slider-nav-2 {
    width: 100%;
  }

  .slider-wrapper {
    margin-top: 0;
  }

  .bluePatt {
    left: 0;
  }

  .for-desktop {
    display: none;
  }

  .for-mobile {
    display: block !important;
  }

  .flexy {
    display: block;
  }

  .text-center-mobile {
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .header {
    padding: 0 10px;
  }

  .ftlogo {
    margin: auto;
    margin-bottom: 8px;
  }
  .icodiv_row{
    display: flex;
    justify-content: center;
  }
  .thec-pen{margin: auto;}
}
