@font-face {
  font-family: Tan-Pearl;
  src: url(../fonts/tan-pearl.otf);
}

@font-face {
  font-family: Articulat-cf;
  src: url(../fonts/Articulat-cf-Regular.otf);
}

@font-face {
  font-family: Articulat-cf-light;
  src: url(../fonts/Articulat_cf_light.otf);
}

@font-face {
  font-family: Articulat-cf-bold;
  src: url(../fonts/Articulat_cf_Bold.otf);
}

@font-face {
  font-family: RobotoCondensed;
  src: url(../fonts/RobotoCondensed.ttf);
}

@font-face {
  font-family: Arial-regular;
  src: url(../fonts/arial.TTF);
}

@font-face {
  font-family: VisbyRound-regular;
  src: url(../fonts/VisbyRound-Regular.otf);
}

@font-face {
  font-family: ITC-Eras-Regular;
  src: url(../fonts/itc-eras-medium.otf);
}

img,
p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
div,
span,
section,
figure,
body {
  margin: 0;
  padding: 0;
  user-drag: none;
  -webkit-user-drag: none;
  -ms-user-select: none;
  font-smooth: always;
}

:root {
  --primary-one: #204193;
  --primary-two: #009188;
  --primary-three: #ccc;
  --primary-four: #595959;
  --heading-font: ITC-Eras-Regular;
  --text-font-one: RobotoCondensed;
  --text-font-two: Arial-regular;
  --text-font-three: Articulat-cf;
  --text-font-three-light: Articulat-cf-light;
  --text-font-three-bold: Articulat-cf-bold;
  --text-font-four: VisbyRound-regular;
}

/* *************************************************************************** */

.navigationbar {
  background-color: #ffff;
  position: relative;
  z-index: 100000000;
}

@media (min-width: 991px) {
  .logo {
    width: 190px;
    display: block;

    img {
      width: 100%;
    }
  }

  .closenav {
    display: none !important;
  }

  .menubtn {
    display: none;
  }

  .closebtn {
    display: none;
  }

  .navigationbar {
    .container-fluid {
      margin: 0 auto;
      max-width: 2000px;
      padding: 15px 50px 7px 50px;
    }

    .nav-holder {
      display: flex;
    }
  }

  #mySidenav {
    scale: 1 !important;
    display: flex;
    margin: auto 0 0 auto;
    height: fit-content;
    width: fit-content;
    gap: 7px;
  }

  #mySidenav a {
    display: block;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 500;
    text-shadow: 0px 0px #36459d;
    /* font-size: 17px; */
    font-size: 19px;
    color: var(--primary-two);
    position: relative;
    transition: all ease 0.5s;
    font-family: var(--text-font-three);
    white-space: nowrap;
    /* letter-spacing: 1.5px; */
    letter-spacing: 2px;
  }

  .sidenav div {
    position: relative;
    margin: 1rem;
    margin-bottom: 0.3rem;

    &::before {
      content: "";
      display: block;
      /* border-top: 5px solid var(--primary-one); */
      width: 0%;
      height: 5px;
      background-image: linear-gradient(
        to right,
        var(--primary-one),
        var(--primary-two)
      );
      position: absolute;
      top: -10px;
      transition: all ease 0.5s;
      left: 50%;
      transform: translateX(-50%);
    }

    &:hover {
      a {
        color: var(--primary-one) !important;
      }

      &::before {
        width: 100%;
      }
    }
  }

  .menuBtn {
    display: none !important;
  }
}

@media (max-width: 990px) {
  .closenav {
    border: 0;
    position: absolute;
    top: 35px;
    right: 10px;
    background: var(--primary-two);
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    opacity: 0.8;
    transition: all ease 0.5s;

    img {
      width: 100%;
      display: block;
      margin: auto;
      filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
        hue-rotate(93deg) brightness(103%) contrast(103%);
    }

    &:hover {
      opacity: 1;
      transform: translateX(-10px);
    }
  }

  .logo {
    width: 200px;
    display: block;

    img {
      width: 100%;
    }
  }

  .navigationbar {
    padding: 1rem;
  }

  .sidenav {
    height: 100%;
    width: 360px;
    max-width: 90%;
    height: 100vh;
    position: fixed;
    top: 7px;
    left: -360px;
    background-color: #ffffffed;
    backdrop-filter: blur(10px);
    border-radius: 0 20px 12px 0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 100px;
    box-shadow: -4px -10px 30px inset #9fddff80;
    z-index: 1000000000 !important;
    outline: 0px solid #00000000;

    &::before {
      content: "";
      width: 360px;
      max-width: 100%;
      height: 60px;
      background-image: url(../img/innova-logo.png);
      background-size: contain;
      background-position: 10% 0%;
      background-repeat: no-repeat;
      position: absolute;
      top: 20px;
      left: 0;
    }
  }

  .sidenav.open {
    left: 0;
    outline: solid 1000px #00000075;
  }

  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 19px;
    color: var(--primary-two);
    display: block;
    transition: 0.2s;
    font-weight: 500;
    text-transform: uppercase;

    &:hover {
      background-color: var(--primary-one);
      color: #ffff;
    }
  }
}

@media (max-width: 450px) {
  .logo {
    width: 150px;
    display: block;
  }
}

@media (max-height: 450px) {
  /* .sidenav {
    padding-top: 15px;
  } */

  .sidenav a {
    font-size: 18px;
  }
}

.menuBtn {
  padding: 8px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
  border-radius: 50%;
  background: var(--primary-one);
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  z-index: 10000;
  -webkit-user-select: none;
  user-select: none;

  img {
    display: block;
    margin: auto;
  }
}

/* *************************************************************************** */
/* ***************** BANNER CNVAS STYLING ******************** */
/* *************************************************************************** */

canvas {
  display: block;
  position: absolute;
  left: 0;
  width: 87% !important;
  object-fit: cover;
  /* filter: url(#f); */
  touch-action: manipulation !important;
}

@media (min-width: 1160px) {
  canvas {
    top: 500px !important;
  }
}

@media (max-width: 1160px) {
  canvas {
    top: calc(32vw + 100px) !important;
  }
}

@media (min-width: 970px) {
  canvas {
    height: 55vw !important;
  }
}

@media (max-width: 970px) {
  canvas {
    height: 520px !important;
  }
}

.scene-nav:focus {
  outline: none;
}

.scene-nav--prev {
  left: 0;
}

.slide-wrapper {
  display: none;
}

.icon--arrow-nav-next {
  transform: rotate(-180deg);
}

.hero-wrapper {
  position: relative;
  padding-top: calc(120px + 32vw);
  background-color: #000;

  h1 {
    background-color: var(--primary-two);
    color: #fff;
    width: 100%;
    position: relative;
    z-index: 100000;
    text-align: center;
    text-transform: capitalize;
    font-family: var(--text-font-three);
    letter-spacing: 8px;
    font-weight: 400;
  }

  .overlay-banner-txt {
    font-size: 64px;
    white-space: nowrap;
    position: absolute;
    left: 5vw;
    transition: all ease 1s;
    top: calc(90px + 29vw);
    z-index: 100000;
    color: #fff;
    font-family: var(--heading-font);
    text-shadow: 5px 0px 0px #7070708b;
  }
}

@media (max-width: 900px) {
  .hero-wrapper {
    .overlay-banner-txt {
      left: 50%;
      transform: translateX(-50%) !important;
      font-size: calc(3vw + 15px);
    }
  }
}

@media (max-width: 460px) {
  .hero-wrapper {
    .overlay-banner-txt {
      top: 65%;
      height: 100%;
    }
  }
}

@media (max-width: 360px) {
  .hero-wrapper {
    .overlay-banner-txt {
      font-size: 20px !important;
    }
  }
}

.hero-wrapper button {
  visibility: hidden;
}

main {
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  overflow-x: clip !important;
}

/* ============================================================ */
/* MEDIA QUERY  */
/* ============================================================ */

@media (min-width: 650px) {
  .hero-wrapper h1 {
    padding: 28px;
    font-size: 33px;

    /* span {
      font-size: 45px;
    } */
  }
}

@media (max-width: 650px) {
  .hero-wrapper h1 {
    padding: 18px 22px;
    font-size: 25px;
  }
}

/* *************************************************************************** */
/* *************************************************************************** */

.wow-heading {
  font-family: Tan-Pearl;

  span {
    display: block;
    margin-top: 10px;
    font-size: 74px;
  }
}

/* *************************************************************************** */
/* ***********        HOME PRODUCT SHOW CASE   ************* */
/* *************************************************************************** */

.product_showcase {
  .card_wrapper {
    width: 970px;
    max-width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    flex-wrap: wrap;
    column-gap: 7px;
    row-gap: 7px;

    .card {
      height: auto;
      padding: 0;
      margin: 0;
      border: 0;
      transition: all ease 0.6s;
      position: relative;
      z-index: 7;

      span {
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        width: 230px;
        height: 230px;
        border-radius: 4px;

        p {
          color: #fff;
          background-color: #6c6c6c;
          /* background-color: var(--primary-two); */
          /* backdrop-filter: blur(5px); */
          font-weight: 500;
          font-size: 17.5px;
          display: block;
          margin: auto 10px 10px 10px;
          padding: 7px 0;
          text-align: center;
          width: 100%;
          border-radius: 99px;
          font-family: var(--text-font-three);
          text-shadow: 0px 0px 25px #000000;
        }
      }

      &:hover {
        filter: blur(0px);
        scale: 1.2;
        z-index: 10;
      }
    }
  }
}

/* *********************************************** */
/* MEDIA QUERY  */
/* *********************************************** */
@media (min-width: 580px) {
  .product_showcase {
    margin-top: 100px;
    margin-bottom: 100px;

    .card {
      width: 230px;
    }

    .card_wrapper {
      &:hover .card:not(:hover) {
        filter: blur(2px);
        z-index: 8;
      }
    }
  }
}

@media (max-width: 580px) {
  .product_showcase {
    margin: 50px 0;
  }
}

/* *********************************************** */
/* *************** Sm Icon CARD  **************** */
/* *********************************************** */

.icon_sm_card {
  .sm_card_holder {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 25px;
    padding: 00px 0 20px 0;

    .card {
      border: 0;
      width: 300px;

      .inner {
        span:has(img) {
          position: relative;
          display: flex;

          img {
            display: block;
            margin: auto;
            filter: brightness(0) saturate(100%) invert(17%) sepia(32%)
              saturate(5937%) hue-rotate(218deg) brightness(88%) contrast(86%);
            width: 57px;
          }
        }

        h2 {
          color: var(--primary-two);
          font-family: var(--text-font-three);
          font-weight: 700;

          span {
            display: block;
            color: var(--primary-four);
          }
        }
      }
    }
  }
}

/* ---------------------------------------------------------- */
.icon_sm_card {
  .sm_card_holder.styleTwo {
    /* justify-content: space-between; */
    column-gap: 50px;

    .card {
      border: 0;
      width: fit-content;
      /* padding: 0 10px; */
      /* background-color: red; */

      .inner {
        span:has(img) {
          &::after {
            height: 77%;
            transform: translateY(-58%);
          }

          img {
            width: 42px;
          }
        }

        h2 {
          color: var(--primary-two);
          font-family: var(--text-font-three);
          font-weight: 700;
          font-size: 27px;

          span {
            display: block;
            color: var(--primary-four);
            /* white-space: nowrap; */
          }
        }
      }
    }
  }
}

@media (min-width: 550px) {
  .icon_sm_card {
    .sm_card_holder {
      justify-content: center;

      .card {
        .inner {
          display: flex;
          gap: 15px;

          span:has(img) {
            &::after {
              content: "";
              display: block;
              width: 1px;
              height: 84%;
              position: absolute;
              right: -12px;
              top: 50%;
              transform: translateY(-50%);
              background-color: #8a8a8a9b;
              padding: 0;
            }
          }

          h2 {
            padding-left: 10px;
            line-height: 30px;
          }
        }
      }
    }
  }
}

@media (max-width: 550px) {
  .icon_sm_card {
    .sm_card_holder.styleTwo {
      column-gap: 15px !important;
      .card {
        width: 200px !important;
      }
    }

    .sm_card_holder {
      row-gap: 15px;

      .card {
        padding: 30px 15px 15px 15px;
        width: 48%;
        /* background-color: var(--primary-two); */
        box-shadow: 0px 0px 15px #ccc;

        span:has(img) {
          img {
            width: 40px;
            padding-bottom: 20px;
          }
        }

        h2 {
          text-align: center;
          font-size: calc(1rem + 2vw);
        }
      }
    }
  }
}

/* ****************************************************************** */
/* **************** FOOTER ******************* */
/* ****************************************************************** */
footer {
  box-shadow: -2px 0 20px #cccccc69;
  margin-top: 30px;
  background-color: var(--primary-two);
  color: #fff;
  font-family: var(--text-font-three-light);

  span {
    font-size: 15px;
  }

  /* ==== */
  .footer-above {
    padding-top: 30px;
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    column-gap: 30px;

    span {
      position: relative;
      margin-bottom: 20px;

      &:not(:last-child) {
        &::after {
          content: "";
          display: block;
          width: 2px;
          height: 15px;
          background-color: #8a8a8a;
          position: absolute;
          right: -15px;
          top: 50%;
          transform: translateY(-50%);
        }
      }

      a {
        color: var(--primary-four);
        text-decoration: none;
        font-weight: 600;
        transition: all ease 0.4s;

        &:hover {
          color: var(--primary-two);
        }
      }
    }
  }

  .copyright {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    padding: 20px 30px;

    a {
      color: #fdfd95;
      text-decoration: none;
      transition: all ease 0.5s;

      &:hover {
        text-shadow: 0px 0px 10px var(--primary-two);
      }
    }
  }
}

/* *********************************************************************** */
/* *********************************************************************** */

@media (max-width: 480px) {
  footer {
    .footer-above {
      padding-bottom: 1rem;

      span {
        width: 100%;
        text-align: center;
        margin-bottom: 11px !important;
      }
    }
  }
}

@media (max-width: 580px) {
  footer {
    .copyright {
      padding: 20px 0px !important;

      span {
        font-size: 13px !important;
        text-align: center;
        margin: 5px auto !important;
      }
    }
  }
}

/* *********************************************************************** */
/* *********************************************************************** */
/* ================================================ */
/* Gallery slider Multiple Images slider */
/* ================================================ */

.multi-slider {
  margin-top: 1.7rem;
}

.multi-slider h1 {
  margin: 1.5rem 0;
  text-align: center;
}

.slick-slide img {
  /* width: 100%; */
  border-radius: 15px;
}

@media (min-width: 550px) {
  .slick-slide img {
    /* height: 220px; */
    object-fit: cover;
  }
}

.slick-slide {
  text-align: center;
  width: 100%;
}

.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;
  margin: 0 auto;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* ************************************************************************* */
/* ************************************************************************* */

.reviews_slider {
  h1 {
    color: var(--primary-two);
    font-family: var(--text-font-three);
    font-weight: 400;
  }

  p {
    font-family: var(--text-font-three);
    color: var(--primary-four);
  }

  div:has(img) {
    margin: 0 22px;
  }

  img {
    width: 100px;
    /* max-width: 100%; */
  }
}

@media (min-width: 550px) {
  .reviews_slider {
    margin: 60px 0 50px 0;

    p {
      font-size: 20px;
    }
  }
}

@media (max-width: 550px) {
  .reviews_slider {
    margin: 60px 0 50px 0;
  }

  /* width */
  ::-webkit-scrollbar {
    width: 0px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

  canvas {
    scale: 1 !important;
  }
}

/* ------------------------------------------------------------ */
/* INNER BANNER  */
/* ------------------------------------------------------------ */

.inner-banner {
  width: 100%;
  background-color: gray;
  height: 400px;
  overflow: hidden;
  position: relative;

  img {
    height: 100%;
    object-fit: contain;
  }

  h1 {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    font-family: var(--text-font-three);
    font-weight: 700;
    letter-spacing: 2px;
    white-space: nowrap;

    &::after {
      content: "";
      display: block;
      position: absolute;
      top: 60px;
      width: 90px;
      height: 4px;
      background-color: #ececec;
      left: 50%;
      transform: translateX(-50%);
      border-radius: 5px;
    }
  }

  &::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(6, 0, 90, 0.385);
    top: 0;
    left: 0;
  }
}

/* --------------------------------------------------------- */
/* ABOUT US PAGE STYLING */
/* --------------------------------------------------------- */

.about_us_sec {
  font-family: var(--text-font-two);
  margin: 30px 0 20px;

  .container-xxl {
    position: relative;
    padding: 30px 40px;
  }

  h1 {
    color: var(--primary-two);
    font-weight: 600;
    margin-top: 20px;
  }

  .glassy-btn {
    background-color: var(--primary-one);
    border: 0;
    color: #fff;
    padding: 15px 25px;
    border-radius: 8px;
    margin-top: 10px;
    /* margin-bottom: 30px; */
  }

  .expandable {
    max-height: 0px;
    transition: all linear 0.8s;
    overflow: hidden;
    /* padding-top: 30px; */
  }

  .expandable.expand {
    max-height: 800px;
  }

  .main-para {
    font-size: calc(15px + 1vw);
    /* font-size: 28px; */
    color: var(--primary-four);
    width: 850px;
    max-width: 100%;
    z-index: 5;

    span {
      color: var(--primary-two);
    }

    /* &::after {
      content: "";
      display: block;
      background-image: url(../img/bg-sketch-about.png);
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      width: 1050px;
      height: 555px;
      position: absolute;
      top: -30px;
      right: -155px;
      opacity: .1;
      z-index: -1;
      mask-image: linear-gradient(to left, #fff, transparent);
    } */
    &::before {
      content: "";
      /* display: block; */
      /* width: 650px;
      height: 635px; */
      /* position: absolute; */
      /* background-image: linear-gradient(to right, #fff, transparent); */
      /* top: -30px; */
      /* right: -155px; */
      /* right: -0; */
    }
  }

  li {
    color: var(--primary-four);
    font-size: 18px;
  }

  h3 {
    /* background-color: var(--primary-two); */
    color: var(--primary-two);
    /* width: 570px; */
    max-width: 100%;
    text-transform: capitalize;
    margin-top: 40px;
    /* text-align: center; */
    /* padding: 12px; */
  }

  ul:first-child {
    margin-top: 30px;
  }

  ul {
    margin: 0;
    padding: 0;
    padding-left: 17px;
    width: 700px;
    max-width: 100%;

    li {
      position: relative;
      list-style: none;
      margin-bottom: 11px;

      &::before {
        content: "";
        display: block;
        background-image: url(../img/arrow-icon.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        width: 10px;
        height: 10px;
        position: absolute;
        top: 8px;
        left: -18px;
        rotate: 180deg;
        filter: brightness(0) saturate(100%) invert(40%) sepia(87%)
          saturate(339%) hue-rotate(109deg) brightness(93%) contrast(95%);
      }
    }
  }
}

/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */
@media (max-width: 500px) {
  .about_us_sec {
    .container-xxl {
      padding: 30px 16px !important;
    }
  }
}

/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */
/* OVER LAP CARDS  */
/* ----------------------------------------------------------------------------- */
.overlap_card {
  margin: 30px 0 50px;

  .card_wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-flow: wrap;
    column-gap: 2rem;
    row-gap: 2rem;
    justify-content: center;
    position: relative;
    z-index: 10;

    .card {
      width: 610px;
      height: 290px;
      padding: 10px 50px;
      text-align: center;
      font-family: var(--text-font-three);
      border-radius: 11px;
      border: 0px;
      box-shadow: 1;
      box-shadow: inset 5px 0 15px #ffffff91, 0 0 10px #0000004f;
      overflow: hidden;

      /*------ icon ------- */
      .inner-area {
        margin: auto;
        position: relative;

        &::before {
          content: "";
          display: block;
          width: 400px;
          height: 300px;
          position: absolute;
          top: -87px;
          left: -229px;
          transform-origin: center;
          background-image: url(../img/mission-card-icon.png);
          background-position: center;
          background-size: contain;
          background-repeat: no-repeat;
          filter: brightness(0) saturate(100%) invert(100%) sepia(6%)
            saturate(2%) hue-rotate(30deg) brightness(104%) contrast(100%);
          opacity: 0.2;
          /* animation: fadeBlink 5s ease infinite; */
        }
      }

      h1 {
        font-weight: 500;
        letter-spacing: 2px;
      }

      p {
        font-size: 17.5px;
      }

      &:first-child {
        background-color: var(--primary-two);
        color: #ffff;

        .inner-area::before {
          background-image: url(../img/mission-card-icon.png);
          /* transition: all ease-out .2s; */
        }

        &:hover {
          .inner-area::before {
            transition: all ease-in 2s;
            rotate: 360deg;
          }
        }
      }

      &:last-child {
        color: var(--primary-two);
        background-color: #fff;

        .inner-area::before {
          background-image: url(../img/vision-card-icon.png);
          filter: brightness(0) saturate(100%) invert(41%) sepia(63%)
            saturate(6905%) hue-rotate(161deg) brightness(97%) contrast(106%);
        }

        &:hover {
          .inner-area::before {
            animation: fadeBlink 10s ease infinite;
          }
        }
      }
    }
  }
}

/* --------------------------------------------------------------- */
@keyframes fadeBlink {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 0.2;
  }

  20% {
    opacity: 0;
  }

  30% {
    opacity: 0.2;
  }

  40% {
    opacity: 0;
  }

  50% {
    opacity: 0.2;
  }

  90% {
    opacity: 0.2;
  }

  100% {
    opacity: 0;
  }
}

/* --------------------------------------------------------------- */
/* OVERLAP CARDS MEDIA QUERY  */
/* --------------------------------------------------------------- */
@media (max-width: 415px) {
  .overlap_card {
    .card_wrapper {
      .card {
        padding: 10px;
      }
    }
  }
}

/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
.counter-cards-wrapper {
  position: relative;
  z-index: 4;
  transform: translateY(-180px);
  background-color: var(--primary-one);
  clip-path: polygon(0 0, 100% 0, 100% 92%, 51% 100%, 0 92%);
  color: #fff;
  backdrop-filter: blur(10px);
  height: 500px;
  padding: 240px 60px 0px 60px;
  display: flex;
  justify-content: space-between;
  text-align: center;

  /* ------------------------------------ */
  .card-counter {
    width: 400px;
    max-width: 100%;
    font-family: var(--text-font-three);

    &:not(:first-child) {
      border-left: 1px solid #cccccc54;
    }

    span:has(img) {
      margin: 0 auto;
      display: block;
      width: 50px;
      margin-bottom: 1rem;

      img {
        width: 100%;
      }
    }

    h1 {
      font-family: var(--text-font-three);
      font-weight: 400;
      margin-top: 2rem;
      font-size: calc(2vw + 10px);
      line-height: calc(0.5vw + 10px);

      &::after {
        content: "+";
      }
    }

    p {
      font-size: 21px;
    }
  }
}

/* ------------------------------------------------------------------ */

/* ------------------------------------------------------------------ */
/* MEDIA QUERY OF COUNTER PARNT */
/* ------------------------------------------------------------------ */
@media (max-width: 740px) {
  .counter-cards-wrapper {
    padding: 240px 20px 0 20px !important;
  }
}

@media (max-width: 660px) {
  .counter-cards-wrapper {
    flex-wrap: wrap;
    flex-flow: wrap;
    justify-content: center;
    height: 100% !important;
    padding-bottom: 30px !important;
    clip-path: polygon(0 0, 100% 0, 100% 97%, 51% 100%, 0 97%) !important;

    .card-counter {
      padding: 40px 0;
      border-left: 0px transparent !important;

      &:not(:first-child) {
        border-top: 1px solid #cccccc34;
      }

      &:first-child {
        padding-top: 20px;
      }
    }
  }
}

/* @media (max-width:630px) {} */

/* ------------------------------------------------------------------ */
.minimalist-product-slider {
  background-color: var(--primary-two);
  /* background-color: #fff; */
  padding: 110px 0 70px 0;
  transform: translateY(-270px);
  margin-bottom: -240px;
  text-align: center;

  .head-text {
    color: #fff;
    /* color: var(--primary-two); */
    width: 740px;
    max-width: 100%;
    margin: auto;
    padding: 0 30px;
    font-family: var(--text-font-three);
  }

  /* -------------------- */
  .product-slider {
    .slick-dots {
      display: flex;
      justify-content: center;

      margin: 2rem 0 0 0;
      padding: 1rem 0;

      list-style-type: none;

      li {
        margin: 0 0.25rem;
      }

      button {
        display: block;
        width: 15px;
        height: 15px;
        padding: 0;

        border: none;
        border-radius: 100%;
        background-color: white;
        border: 2px solid #fff;
        /* background-color: var(--primary-two); */
        /* border: 2px solid var(--primary-two); */
        transition: all ease 0.4s;
        text-indent: -9999px;

        &:hover {
          transform: translateY(-5px);
        }
      }

      li.slick-active button {
        background-color: var(--primary-two);
        /* background-color:#fff; */
      }
    }

    .slick-track {
      padding: 50px 0 0;
    }

    .slick-slide {
      margin: 0 37px;
      transition: all ease 0.8s;

      img {
        width: 90px;
        transition: all ease 0.6s;
        opacity: 0.7;
        /* filter: brightness(0) saturate(100%) invert(41%) sepia(78%) saturate(417%) hue-rotate(109deg) brightness(92%) contrast(86%); */
      }

      p {
        transition: all ease 0.6s;
        opacity: 0;
        color: #fff;
        /* color: var(--primary-two); */
        padding-top: 10px;
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: 2px;
        font-family: var(--text-font-three);
      }

      &:hover {
        scale: 1;

        img {
          opacity: 1;
          /* animation:  shake .3s ease; */
        }

        p {
          opacity: 1;
        }
      }
    }

    .slick-slide.slick-center {
      scale: 1.3;

      img {
        opacity: 1;
      }

      p {
        opacity: 1;
      }
    }

    .slick-list {
      margin: 0 -27px;
    }
  }
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }

  25% {
    transform: translate(-3px, 0px) rotate(1deg);
  }

  50% {
    transform: translate(1px, 1px) rotate(0deg);
  }

  75% {
    transform: translate(-3px, 0px) rotate(1deg);
  }

  100% {
    transform: translate(1px, 1px) rotate(0deg);
  }
}

/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
@media (min-width: 550px) {
  .minimalist-product-slider {
    .product-slider {
      .head-text {
        p {
          font-size: 20px;
        }
      }
    }
  }
}

/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
/* WHY US  */
.why_us_prlx {
  background-image: url(../img/bg-why.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 500px;

  .container-xxl {
    padding: 40px;
    display: flex;
    height: 100%;

    .box-inner {
      height: fit-content;
      display: block;
      width: 660px;
      max-width: 100%;
      margin: auto 0 auto auto;
      color: #fff;
      text-shadow: 5px 3px 10px #000;
      font-family:var(--text-font-three-light);
            
      p {
        font-size: 20px;
        letter-spacing: 1px;
        text-align: justify;
        text-justify: inter-word;
      }
    }
  }
}

@media (max-width: 550px) {
  .why_us_prlx {
    height: 100% !important;

    .container-xxl {
      padding: 70px 17px;

      .box-inner {
        text-align: center;

        p {
          margin-top: 1.5rem;
          font-size: 16px !important;
          letter-spacing: 0 !important;
          line-height: 28px;
        }
      }
    }
  }
}

/* ---------------------------------------------------------------- */
/* PRODUCTS PAGE  */
/* ---------------------------------------------------------------- */
.product_fullpage_slider {
  box-sizing: border-box;
  position: relative;
  width: 100vw;
  background-image: url(../img/background-fragrance.svg);
  background-attachment: fixed;
  background-size: cover;
  margin-bottom: -23px;
}

.product_fullpage_slider .product-mass-slider {
  /* width: 1600px;
  max-width: 100%;
  margin: auto; */
  width: 100%;
}

.product_fullpage_slider .product-mass-slider .slick-track {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  height: 700px;
  column-gap: 330px;
  justify-content: center;
}

.product-mass-slider .slick-slide {
  float: left;
  display: block;
  margin: 10px;
  transition: all 0.7s ease;
  transition-timing-function: cubic-bezier(0.77, 0.2, 0.05, 1);
  height: auto;
  width: 440px;
  height: 290px;
  max-width: 100%;
  aspect-ratio: 10/9;
  /* overflow: hidden; */
  position: relative;

  /* =========================== */

  /* =========================== */
  .over_image {
    top: 20px;
    left: 20px;

    button {
      filter: blur(0px);
      opacity: 1;
      visibility: visible;
    }

    &:hover {
      h1 {
        color: #ededed;
      }

      span {
        color: var(--primary-two);
      }

      button::before {
        background-color: var(--primary-two);
      }

      i {
        svg {
          rect {
            x: 0;
          }

          .arrow {
            transform: translateX(20px);
          }
        }
      }
    }
  }

  .image {
    width: 440px;
    height: 290px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    transition: transform 0.5s ease, width 0.5s ease 0.8s;
    background-color: #000;

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.9;
      border-radius: 0;
    }
  }

  /* =============================== */

  .over_image {
    position: absolute;
    z-index: 6;
    height: 100%;
    transition: all ease 0.8s;
    text-align: left !important;
    width: 100%;
    overflow: hidden;

    h1 {
      position: relative;
      z-index: 7;
      font-weight: 100;
      color: #fff;
      font-size: 42px;
      /* text-transform: uppercase; */
      transition: all ease 0.2s;
      opacity: 1;
      font-family: var(--text-font-one);
      text-shadow: 3px 0px 7px #000;
    }

    button {
      display: block;
      position: absolute;
      bottom: 34px;
      left: 0;
      background: transparent;
      border: 0;
      text-transform:capitalize;
      color: #ffff;
      font-size: 8.3px;
      width: 4.2rem;
      letter-spacing: 4.1px;
      transition: all ease 0.6s;
      font-family: var(--text-font-three);

      &::before {
        content: "";
        display: block;
        width: 100%;
        /* opacity: 0; */
        height: 13.3px;
        background-color: var(--primary-one);
        position: absolute;
        top: -0.3px;
        left: 0;
        z-index: -1;
        transition: all ease 0.3s;
      }

      &::after {
        content: "";
        display: block;
        width: 430px;
        height: 280px;
        background-color: #22a12200;
        position: absolute;
        bottom: -100%;
        left: -30%;
      }
    }

    i {
      position: absolute;
      left: 71px;
      bottom: 26px;
      width: 30px;
      height: 30px;
      visibility: hidden;
      opacity: 0;
      transition: all ease 0.3s;
      z-index: -1;

      svg {
        rotate: 180deg;
        width: 100%;

        rect {
          transition: all ease 0.2s;
        }

        .arrow {
          transition: all ease 0.2s;
        }
      }
    }
  }
}

.btn-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 110px 20px 0;
  transform: translate(-50%, -50%);
  width: 920px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  transition: all ease 0.6s;
  filter: blur(0px);

  .prev-btn {
    rotate: 180deg;
  }
  button {
    width: 60px;
    height: 50px;
    background-color: transparent;
    z-index: 10;
    opacity: 1;
    visibility: visible;
    transition: all ease 0.6s;
    transition-timing-function: cubic-bezier(0.77, 0.2, 0.05, 1);
    border: 0;
    font-family: var(--text-font-three-light);

    svg {
      rect {
        transition: all ease 0.3s;
      }

      .arrow {
        transition: all ease 0.3s;
      }
    }

    &::before {
      content: "";
      display: none;
    }

    &:hover {
      svg {
        rect {
          x: 0;
        }

        .arrow {
          transform: translateX(20px);
        }
      }
    }
  }
}
.btn-wrap.vanish {
  opacity: 0;
  visibility: hidden;
  filter: blur(5px);
  button{
    visibility: hidden;
    opacity: 0;
    filter: blur(5px);
  }
}

.slick-prev,
.slick-next {
  display: none !important;
}

.slick-loading .slick-track {
  visibility: visible;
}



/* =============================================================== */
/* Define styles for the classes */
.product-mass-slider .slick-center {
  z-index: 1000;

  .over_image {
    top: 20px;
    left: 20px;
    transition: all ease 0.5s;

    button {
      filter: blur(0px);
      opacity: 1;
      visibility: visible;
    }
  }
}

/* ============= */
/* FOR DETAIL  */
.product-mass-slider .slick-slide {
  .detail {
    margin-left: calc(170px + 6vw);
    margin-top: 5px;
    width: 420px;
    color: #fff;
    font-family: var(--text-font-three);

    span {
      font-style: italic;
      font-weight: 800;
      font-size: 11px;
      line-height: 12px;
      display: block;
      overflow: hidden;
      transition: all ease 0.6s;
    }

    p {
      font-size: 11.3px;
    }

    div:has(ul).listHolder {
      display: grid;
      grid-template-columns: 1fr 1fr;

      ul {
        padding: 0;
        padding-left: 10px;
        p {
          margin-bottom: 4px;
        }

        &:nth-child(2) {
          margin-left: 20px;
        }
      }

      li {
        font-size: 11.3px;
      }
    }

    div {
      transform: translateY(200%);
      opacity: 0;
      transition: all ease 0.6s;
      transition-timing-function: cubic-bezier(0.77, 0.2, 0.05, 1);
      text-align: left;
    }
  }
}

/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
.product-mass-slider .slick-first.detail__open {
  transform: translateX(64px) !important;
}

.product-mass-slider .slick-last.detail__open {
  transform: translateX(-60px) !important;
}

/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
.product-mass-slider .slick-center.detail__open {
  width: 640px;
  transform: translateX(0);

  .image {
    width: 200px;
    height: 100%;
    transform: translateX(-2vw);

    img {
      transition-delay: 1s;
      height: 100%;
      object-fit: cover;
    }
  }

  .over_image {
    transform: translateX(-6vw);
    width: fit-content;

    h1 {
      font-size: 25px;
    }

    i {
      transition-delay: 1s;
      visibility: visible;
      opacity: 1;
    }
  }

  /* ============== */

  .detail {
    div {
      transform: translateY(0%);
      opacity: 1;
      transition-delay: 1s;
    }
  }
}

/* =============================================================== */

.product-mass-slider .slick-slide.left-slide {
  .over_image {
    transition: all ease 0.5s;
    left: 80%;
    top: 80px !important;

    button {
      opacity: 0 !important;
      visibility: hidden !important;
    }
  }
}

/* =============================================================== */

.left-slide.moveAway {
  transform: translateX(-450px);
}

/* =============================================================== */
.product-mass-slider .slick-slide.right-slide {
  .over_image {
    transition: all ease 0.5s;
    left: -70px;
    top: 80px;

    button {
      opacity: 0 !important;
      visibility: hidden !important;
    }
  }
}

/* =============================================================== */
.product-mass-slider .right-slide.moveAway {
  transform: translateX(450px);
}

/* ------------------------------------------------------------------------ */
/* PRODUCT SLIDER MEDIAQUERY */
/* ------------------------------------------------------------------------ */

@media (min-width: 1120px) {
  .product-mass-slider .slick-center {
    scale: 1.55;
  }
}

@media (max-width: 1120px) and (min-width: 950px) {
  .product-mass-slider .slick-center {
    scale: 1.3;
  }
}

@media (max-width: 950px) and (min-width: 880px) {
  .product-mass-slider .slick-center {
    scale: 1.2;
  }
}

@media (min-width: 800px) {
  .product-mass-slider.stacked-slides {
    padding: 100px 0;
  }
}

@media (max-width: 801px) {
  .product_fullpage_slider .btn-wrap{display: none !important;}
  .product-mass-slider.stacked-slides {
    /* padding: 100px 0; */

    .slick {
      position: relative;
      /* overflow-x: hidden; */
      height: auto;
      width: 100%;
      object-fit: cover;
      /* touch-action: manipulation; */

      .image {
        border-bottom: 5px solid #fff;
      }

      img {
        width: 100% !important;
        display: block;
      }

      p {
        color: #fff;
      }

      ul {
        color: #fff;
      }

      .over_image {
        position: absolute;
        top: 10vw;
        color: #fff !important;
        padding: 30px;

        h1 {
          font-family: var(--text-font-one);
          font-weight: 300;
          text-shadow: 0px 0px 4px #000000;
        }

        button {
          margin-top: 10vw;
          background-color: var(--primary-one);
          /* background-color: red; */
          display: block;
          border: 0;
          font-size: 11px;
          text-transform: uppercase;
          color: #ffff;
          font-size: 8px;
          width: 4.2rem;
          letter-spacing: 4px;
          line-height: 14px;
          transition: all ease 0.7s;
          font-family: var(--text-font-three);
          position: relative;

          &:hover {
            background-color: var(--primary-two);
          }
        }

        i {
          display: none !important;
        }
      }

      /* ------------------------------------ */

      .detail {
        transition: all linear 0.7s;
        max-height: 0px;
        overflow-x: hidden;
        font-family: var(--text-font-three);

        div:first-child {
          padding: 40px 30px;
        }

        .listHolder {
          margin-top: 5vw;
          display: flex;
          flex-wrap: wrap;
          flex-flow: wrap;
          column-gap: 2rem;
          row-gap: 1rem;

          ul {
            padding: 0;

            h5 {
              margin-bottom: 1rem;
            }

            li {
              margin-left: 15px;

              /* &::marker {
                color: var(--primary-two);
              } */
            }
          }
        }
      }

      .detail.open {
        max-height: 1000px;
      }
    }
  }
}

@media (max-width: 410px) {
  .product-mass-slider.stacked-slides {
    .slick {
      .over_image {
        top: 0px !important;
        padding-top: calc(6vw + 10px) !important;
        padding-left: 23px !important;
      }

      .detail {
        font-size: 12px;

        div:first-child {
          padding-left: 23px;
          padding-right: 23px;
          padding-bottom: 23px;
        }
      }
    }
  }
}

/* ------------------------------------------------------------- */
.our_customers {
  margin: 80px 0 100px;

  h3{
    color: var(--primary-one);
    text-align: center;
    font-family: var(--text-font-three);
    margin-top: 3rem;
  }

  .container-xxl {
    padding: 0 20px;

    .head-txt {
      font-family: var(--text-font-three);
      text-align: center;
      max-width: 100%;
      width: 850px;
      margin: auto;
      margin-bottom: 50px;

      h1 {
        color: var(--primary-two);
      }

      ul{
        padding-left: 16px;
        list-style: square;
        li::marker{
color: var(--primary-two);
        }
      }
      p, li {
        color: var(--primary-four);
      }

      h2{
        color: var(--primary-one);
        margin-top: 60px;
      }
    }
  }

  .customer-logo-wrapper {
    display: flex;
    flex-flow: wrap;
    flex-wrap: wrap;
    justify-content: center;
    width: 900px;
    max-width: 100%;
    margin: auto;
    column-gap: 1rem;
    row-gap: 1.5rem;

    .card {
      width: 195px;
      background-color: #fff;
      border: 0;
      border-bottom: 5px solid var(--primary-two);
      border-radius: 0;
      box-shadow: 0px 0px 10px #a2a2a23b;
      transition: all ease 0.6s;

      img {
        width: 140px;
        max-width: 100%;
        margin: auto;
      }

      &:hover {
        transform: translateY(-7px);
        border-bottom: 5px solid var(--primary-one);

        img {
          filter: grayscale(0px);
        }
      }
    }
  }
}

@media (min-width: 550px) {
  .our_customers {
    .head-txt p, li {
      font-size: 20px;
    }
  }
}

@media (max-width: 540px) and (min-width: 360px) {
  .our_customers {
    .card {
      width: 160px !important;

      img {
        width: 100px !important;
      }
    }
  }
}

@media (max-width: 360px) {
  .our_customers {
    .card {
      width: 125px !important;

      img {
        width: 100px !important;
      }
    }
  }
}

/* --------------------------------------------------------- */
/* ------------------------------------------------------------- */
.contact-page-sec {
  margin: 80px 0;

  .head-txt-contact{
    text-align: center;
    margin: auto;
    width: 540px;
    max-width: 100%;
    font-family: var(--text-font-three);

    h1{
      color: var(--primary-two);
    }
    p{
      color: var(--primary-four);
      font-size: 20px;
    }
  }
  
  .contact-wrapper {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    flex-wrap: wrap;
    font-family: var(--text-font-three);
    width: 1200px;
    max-width: 100%;
    margin: 3rem auto;
    column-gap: 5rem;
    row-gap: 2rem;


    .info-box {
      /* margin: auto; */
      max-width: 100%;

h3{
  color: var(--primary-two);
  text-transform: capitalize;
}

      p{
        b{
          font-family: var(--text-font-three-bold);
          /* font-weight:bolder; */
        }
        a{
          color: #000;
          text-decoration: none;
        }
      }

  
      .mapLink {
        text-decoration: none;
        position: relative;
        display: contents;
        width: fit-content;
      }
    }
    /* ------------------------------- */
    .form-con {
      width: 640px;
      max-width: 100%;
      /* margin-top: 4rem; */
      border-radius: 22px;

      input,
      textarea {
        width: 100%;
        padding: 14px;
        margin-bottom: 25px;
        /* border: #ccc 1px solid; */
        border: 0;
        background-color: #ececec;

      }

      textarea{
        height: 200px;
      }

      input:focus,
      textarea:focus {
        outline: 0;
        border-color: var(--primary-two);
      }

      input[type="submit"] {
        background-color: var(--primary-two);
        color: #fff;
        border-radius: 999px;
        width: fit-content;
        margin: auto;
        padding: 11px 1.4rem;
        transition: all ease 0.3s;

        &:hover {
          outline: 1px solid var(--primary-one);
          background-color: #ffff;
          color: var(--primary-one);
        }
      }

      div:has(input) {
        display: flex;
        column-gap: 25px;
      }
    }
  }
}

@media (max-width: 580px) {
  .contact-page-sec {
    .form-con {
      padding: 0 !important;
      div:has(input) {
        display: block !important;
      }
    }
  }
}
@media (max-width: 480px) {
  .contact-page-sec {
    .contact-info {
      h2 {
        font-size: 20px;
      }

      h4 {
        font-size: 18px;
      }
    }
  }
}
