:root {
  --primary: #71b32b;
  --secondary: #71b32b;
  --golden: #bf9a03;
  --bg: #f5f5f5;
  --bg1: #ff826f;
}



@font-face {
  font-family: "roboto";
  src: url(../Roboto_Condensed/static/RobotoCondensed-Bold.ttf);
}

@font-face {
  font-family: "nunito";
  src: url(../Nunito/static/Nunito-Regular.ttf);
}

/* @font-face {
  font-family: "nunito";
  src: url(../Nunito/static/Nunito-Medium.ttf);
} */

@font-face {
  font-family: "nunito-bold";
  src: url(../Nunito/static/Nunito-ExtraBold.ttf);
}

@font-face {
  font-family: "nunito-regular";
  src: url(../Nunito/static/Nunito-Regular.ttf);
}

@media (max-width:765px) {
  .sm_hide {
    display: none !important;
  }

  section {
    padding: 20px 0;
  }

  p {
    font-size: 13px;
  }

  h2 {
    font-size: 2rem;
  }
}

@media (min-width:765px) {
  h2 {
    font-size: 3rem !important;
  }

  .lg_hide {
    display: none !important;
  }

  section {
    padding: 70px 0;
  }

  p {
    font-size: 14px;
  }
}

/* @media(max-width:1400px){
    section{
        min-height: 100vh;
        display: flex;
        align-items: center;
    }
} */
/* =================================================================
                         preloader      START                           
==================================================================== */


#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;

  .img {
    width: 60px;
    margin: auto;
    -webkit-animation: flip-in-ver-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite;
    animation: flip-in-ver-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite;

  }




}

#preloader.hide {
  animation: preloaderhide 0.5s ease-out both;
}

#preloader.show {
  animation: preloadershow 0.6s ease-in both;
}


@-webkit-keyframes flip-in-ver-right {
  0% {
    -webkit-transform: rotateY(-80deg);
    transform: rotateY(-80deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1;
  }
}

@keyframes flip-in-ver-right {
  0% {
    -webkit-transform: rotateY(-80deg);
    transform: rotateY(-80deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1;
  }
}

@keyframes preloaderhide {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  99% {
    opacity: 0;
    transform: translateY(-100%);
  }

  100% {
    opacity: 0;
    transform: translateY(-100%);
    display: none !important;
  }
}

@keyframes preloadershow {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =================================================================
                         preloader      END                           
==================================================================== */


section {
  overflow: hidden;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "roboto" !important;
  text-transform: capitalize;
}

h2 {


  margin-bottom: 2rem !important;
}

body {
  font-family: "nunito" !important;
  position: relative;
  background: #f6f6f6e8 !important;
}



a {
  text-decoration: none !important;
}

p {
  font-size: 16px !important;
}

/* =================================top bar============================ */


.topbar {
  display: none;
  padding: 10px 0;
  background: var(--primary);

  ul {
    display: flex;
    justify-content: space-around;
    margin-bottom: 0;

    li:nth-child(3) {
      display: flex;

      a {


        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #f7f7f7e3;
        border-radius: 50%;
        margin: 0 5px;
        color: #00923f;

      }
    }

    li {
      list-style: none;
      display: flex;
      align-items: center;

      a {
        color: white;
        letter-spacing: 1px;
        font-size: 14px;
      }

    }
  }

}

/* =================================top bar  end============================ */



/* ==============================header=========================== */


/* -------------mob_services-------------------- */

.mob_services,
.mob_submenu {
  ul {
    list-style: none;
  }

  i {
    padding-left: 2rem;
    color: black;
  }

  height: 100%;
  background: white;
  position: fixed;
  z-index: 999;
  top: 10%;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  width: 0;

  transition: 0.5s;

  .menu {
    display: flex;
    flex-direction: column;
    padding-left: 2rem;

    a {
      color: black;
      padding: 5px 0;
      text-transform: uppercase;
    }
  }
}

/* --------------mobile navbar------------------ */
@media(max-width:765px) {
  .navbar-toggler-icon {
    transform: translateY(-12px);
  }


  .nav-link {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }

  .mob_drp {
    display: none;
    position: absolute;
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    min-width: 150px;
    z-index: 99;
  }

  .mob_drp a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: black;
  }

  .mob_drp a:hover {
    background: #f1f1f1;
  }

  /* Show dropdown on hover - for desktop */
  .nav-item:hover .mob_drp {
    display: block;
  }

  /* Show dropdown on click - for mobile using JS */
  .nav-link.active+.mob_drp {
    display: block;
  }

}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;

  .mob_drp {
    padding-left: 10px;

    a {
      font-size: 16px;
    }
  }

  ul {
    height: 80vh;
    overflow: scroll;
  }
}


.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 14px;
  color: black;
  display: block;
  transition: 0.3s;
  z-index: 1000;
  text-transform: uppercase;

  letter-spacing: 1px;

  span {
    color: var(--red);
  }

  i {
    font-size: 10px;
    transform: translateY(-1px);
  }
}


.sidenav a:hover {
  color: #535252;
}


.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 55px;
  margin-left: 50px;
}


#main {
  transition: margin-left .5s;
  padding: 20px;
}

#mob_services.sidenav .close {
  position: absolute;
  top: 0;
  left: -2px;
  font-size: 25px;
}

#mob_services.sidenav {
  top: 64px;
  box-shadow: 3px 3px 10px -1px rgb(129 129 129), -1px 1px 10px -1px rgba(255, 255, 255, 0.7);


}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}

.mob_menu {
  margin-top: 4rem;
}

#mob_services .card {
  display: flex;
  align-items: center;
  border: none;
  padding: .5rem;
}

#mob_services .card .mob_menu_img {
  width: 130px;

}

#mob_services .card .mob_menu_img img {
  border-radius: 10px;
}

.menu_item {
  text-align: center;
  margin-top: .5rem;

}

.menu_item h5 a {
  padding: 0 !important;
  font-size: unset;
  color: black;
  font-size: 14px;
  color: var(--green);
}

/* -------------------mobile navbar-------------- */

@media (max-width:765px) {

  .nav_logo {
    width: 75px !important;
    padding: 10px;
  }

  header {
    .navbar {
      padding: 0 !important;
    }
  }
}

header {
  .nav-item {
    position: relative;
  }

  .nav_subitem {
    position: absolute;


  }

  .dropdown-menu {
    border: 0;
    /* box-shadow: -1px -2px 64px -13px rgb(0 0 0 / 75%); */

    .img_div {
      width: 45px;
      margin-right: 10px;
    }

    .card {
      display: flex;
      flex-direction: row;
      background: transparent;
      align-items: center;
      border: 0;
    }

    /* .col-md-3 {
      margin: 1rem 0;
    } */

    h6 {
      color: black;
    }
  }

  .navbar-toggler {
    /* transform: translateY(-13px); */
    padding: 0 !important;


    border: none;
  }

  .navbar.scrolled {
    position: fixed;
    width: 100%;
    background: var(--bg);
    z-index: 995;
    top: 0;
    box-shadow: 25px 7px 39px -18px rgba(0, 0, 0, .5);
  }

  .nav_logo {
    width: 60px;

  }

  @media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
      justify-content: flex-end;
    }

    .nav_logo {
      margin: auto;
    }
  }

  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    width: 100vw;
    transition: .6s;
    /* Removes small delay */
  }

  /* Optional: smooth hover dropdown */
  .dropdown-menu {
    transition: all 0.3s ease;
    position: fixed !important;
    left: 0;
    right: 0;
    width: 100vw;
    margin: auto;
    /* top: 17%; */
    transition: .6s;
    background: var(--bg);
    box-shadow: -1px 8px 14px 0px #8080809c;
  }

  nav {
    /* padding: 0.6rem 0 !important; */

    .dropdown-item {
      text-transform: capitalize;
      font-size: 14px;
      padding: 1rem;


    }

    .dropdown-item.active,
    .dropdown-item:active {
      color: var(--bs-dropdown-link-active-color);
      text-decoration: none;
      background-color: #6c757d1c;
    }



    /* background: #00923f; */


    .nav-link {
      text-transform: capitalize;
      font-size: 20px;
      font-weight: 500;
      color: var(--primary);
      font-family: "nunito" !important;
      transition: .6s;
      letter-spacing: 1px;

    }

    .nav-link:hover {
      color: var(--primary);


    }

    .nav-item {
      margin: 0 12px;
    }
  }

  .login {
    border: 0;
    padding: 8px 10px;
    width: 120px;
    background: var(--primary);
    color: white;
    text-transform: capitalize;
    border-radius: 4px;
  }

}


/* ==============================header END=========================== */

/* ==============banner================================== */



@keyframes slide-show {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  20%,
  30% {
    opacity: 1;
    scale: 1.01;
  }

  50% {
    opacity: 0;
  }
}

.banner {
  position: relative;
  height: 100%;
  overflow: hidden;

  .shop_now {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    width: 100%;
    margin: auto;


    a {
      width: 180px;
      color: var(--bg);
      padding: 15px 21px;
      border-radius: 5px;
      text-transform: uppercase;
      font-weight: 600;
      box-shadow: 1px 2px 10px 0px #000000c9;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #02582b;
      margin: auto;
    }
  }

  .banner .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
    padding: 0 !important;
  }

  .slides {
    height: 86vh;
    width: 100%;

    overflow: hidden;
    position: relative;
    /* border: 4px solid #fff; */

  }

  .slide {
    position: absolute;
    height: 100%;
    opacity: 0;
    inset: 0;
    animation: slide-show 12s infinite;

  }

  .slide-2 {
    animation-delay: 4s;
  }

  .slide-3 {
    animation-delay: 8s;
  }

  .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  /* @media(max-width:765px) {
    padding: 2rem 0;

    .btn_grp {
      a {
        width: 150px;
      }
    }

    .cnt_div {
      text-align: center;

      h2 {
        font-size: 2.2rem !important;

        span {
          font-size: 1.8rem !important;
        }
      }
    }

  }

  @media(min-width:765px) {
    .btn_grp {
      a {
        width: 180px;
      }
    }

    .cnt_div {
      h2 {
        span {
          font-size: 2.5rem;

        }
      }
    }
  }

 
  overflow: hidden;
  background: radial-gradient(#71b32b7a 1%, #f7f7f7 90%, #f7f7f7);
  background-position-x: -14px;
  background-position-y: -10px;

  .col-md-6 {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .btn_grp {
    display: flex;
    align-items: center;

    a {

      text-transform: capitalize;
      padding: 15px 25px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: var(--bg);
      border-radius: 10px;
      margin: 0 10px;
    }

    .btn1 {
      background: var(--primary);
    }

    .btn2 {
      background: var(--golden);
    }
  }

  .cnt_div {
    h2 {
      color: var(--primary);

      span {

        color: var(--golden);
      }
    }
  } */
}

/* ==============banner================================== */



/* =============features========================== */

@keyframes slide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.scroll::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -3px;
  width: 106%;
  height: 100%;
  background: var(--golden);
  z-index: -1;
  transform: rotate(3deg);
}

.scroll {
  position: relative;
  background: var(--primary);
  padding: 1rem 0;
  display: flex;

  .scrol_sec {
    display: flex;
  }


  .scroll_contents {
    display: flex;
    animation: slide 70s linear infinite;
  }

  .card {
    border: 0;
    background: transparent;
    min-width: 200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 3rem;

    .img_div {
      width: 50px;

      img {
        filter: invert(99%) sepia(0%) saturate(0%) hue-rotate(238deg) brightness(100%) contrast(102%);
      }
    }

    h5 {
      margin-left: 1rem;
      color: white;
      margin-bottom: 0;
    }
  }

}

/* =============features========================== */

/* ============================================================
                                 title div                        
============================================================ */
.tlt {
  text-align: center;

  h2 {
    font-size: 3rem;
    color: var(--primary);

    span {
      color: var(--secondary);
    }
  }

  h6 {
    font-size: 1.2rem;
    /* padding: 5px 20px;
    border-radius: 15px;
    background: var(--secondary); */
    width: max-content;
    margin: 1rem auto;
    text-transform: uppercase;
    color: var(--primary);


  }
}

/* ============================================================
                                 title div        END                  
============================================================ */


/* =======================================================
                           category                         
  ========================================================== */
.category {
  @media(max-width:765px) {
    h2 {
      font-size: 2.2rem;
    }

    .grid_catgry {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(4, 1fr);
      gap: 8px;

      .grid_card:nth-child(1) {}

      .grid_card:nth-child(2) {

        grid-column-start: 1;
        grid-row-start: 2;
      }

      .grid_card:nth-child(3) {
        grid-column-start: 1;
        grid-row-start: 3;

      }

      .grid_card:nth-child(4) {
        grid-column-start: 1;
        grid-row-start: 4;

      }

      .grid_card:nth-child(5) {
        grid-column-start: 2;
        grid-row-start: 1;

      }

      .grid_card:nth-child(6) {

        grid-column-start: 2;
        grid-row-start: 2;
      }

      .grid_card:nth-child(7) {

        grid-column-start: 2;
        grid-row-start: 3;
      }




    }
  }

  @media(min-width:765px) {
    .grid_catgry {
      display: grid;
      grid-template-columns: repeat(8, 1fr);
      grid-template-rows: repeat(2, 1fr);
      gap: 6px;
    }
  }

  .card {
    border: 0;
    background: transparent;
    text-align: center;
    padding-top: 1rem;
    transition: .6s;

    .img_div {
      width: 80px;
      overflow: hidden;
      border-radius: 50%;
      margin: 0 auto 1rem auto;
    }

    h5 {
      color: var(--primary);
      font-size: 1.2rem;
    }

    p {
      text-transform: capitalize;
      letter-spacing: 1px;
      display: none;
    }
  }

  .card:hover {
    background: #ffffff5e;
    /* border: 3px solid var(--secondary); */
    /* transform: translateY(-8px); */
  }

  .more_btn {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    color: var(--primary);
    border: 2px solid;
    border-radius: 5px;
    margin-top: 1rem;

    i {
      /* transform: rotate(90deg); */
      font-size: 1.3rem;
    }
  }
}

/* =======================================================
                           category     END                     
  ========================================================== */


/* =======================================================
                           grid section
  ========================================================== */
.grid_sec {
  @media(max-width:765px) {
    .tlt {
      h2 {
        font-size: 2.2rem !important;
      }
    }

    .img {
      width: 100% !important;
    }
  }
}

.plus_div {
  font-size: 5rem;
  color: #71b32b;
  text-align: center;
}

.img {
  width: 600px;
  margin: auto;
  border-radius: 10px;
  overflow: hidden;
  position: relative;

  h5 {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    color: #71b32b;
    /*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);*/
    font-size: 2rem;
    width: 100%;
    text-align: center;
  }
}

.health_features {


  gap: 8px;
  /* transform: skewX(350deg); */

  @media (min-width: 765px) {


    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);

    .card:nth-child(1) {
      grid-column-start: 1;
      grid-column-end: 3;

    }

    .card:nth-child(2) {
      grid-column-start: 3;
      grid-column-end: 5;
    }

    .card:nth-child(3) {
      grid-column-start: 5;
      grid-column-end: 7;


    }

    .card:nth-child(4) {
      grid-column-start: 1;
      grid-column-end: 4;


    }

    .card:nth-child(5) {
      grid-column-start: 4;
      grid-column-end: 7;

    }
  }

  .card {

    position: relative;
    height: 250px;
    /* transform: skewX(10deg); */
    transition: .4s;
    overflow: hidden;
    border: 0;

    .img_div {
      height: 100%;
    }

    h5 {
      position: absolute;
      bottom: 6px;
      left: 0;
      right: 0;
      color: #71b32b;
      /* text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7); */
      font-size: 2rem;
      background: #ffffffa8;
      width: 95%;
      margin: auto;
      padding: 0 5px;
      border-radius: 5px;
      text-align: center;
    }
  }
}

/* =======================================================
                           grid section END
  ========================================================== */
/* =======================================================
                        home products                   
  ========================================================== */
.home_products {
  @media(max-width:765px) {
    .card {
      flex-direction: column;
      text-align: center;
    }

    .img_div {

      width: 42%;

    }

    h2 {
      font-size: 2.2rem !important;
    }

    .product_price {
      justify-content: center !important;
    }

    .more_btn {
      margin: 1rem auto;
    }

  }

  @media(min-width:765px) {
    .card {
      flex-direction: row;

      .img_div {
        width: 60%;
      }

      .more_btn {
        margin-top: 2rem;
      }

      .cnt_div {
        padding-left: 2rem;
      }
    }
  }

  .col-md-6 {
    margin-bottom: 2rem;
  }

  .card {
    padding: 2rem;
    border: 0;
    background: linear-gradient(178deg, #00923f59 0%, #00923f00 100%);
    transition: .6s;
    display: flex;

    height: 100%;
    align-items: center;


    h4 {
      font-size: 1.4rem;
      color: var(--primary);
      margin-bottom: 1rem;
    }

    .old_price {
      font-size: 1rem;
      color: #9ca3af;
      text-decoration: line-through;
    }

    .img_div {

      padding: 1rem;

    }

    .cnt_div {

      width: 100%;

      .rating {
        position: absolute;
        top: 5px;
        left: 5px;
        display: none;

        i {
          color: var(--golden);
        }
      }

      ul {
        padding-left: 0;

        li {
          list-style: none;
          display: flex;
          align-items: center;
          margin: 5px 0;
          padding: 8px;
          background: #f0f8ff5e;
          border-radius: 8px;

          .icn_div {
            width: 30px;
          }

          p {
            margin-bottom: 0;
            margin-left: 5px;
          }
        }
      }
    }

    .price {
      font-size: 1.2rem;
      color: var(--secondary);
      font-weight: 600;
    }

    .old_price {
      font-size: 1rem;
      color: #9ca3af;
      text-decoration: line-through;
    }

    .product_price {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      margin-bottom: 1rem;

      span {
        margin: 0 5px;
      }
    }

    .more_btn {
      background: linear-gradient(278deg, #07d25f 0%, #007f38 100%);
      text-transform: uppercase;
      letter-spacing: 1px;
      padding: 15px 48px;
      color: #f0f8ff;
      border-radius: 5px;
      width: 200px;
      display: flex;
      justify-content: center;
      align-items: center;

    }
  }

  /* .card:hover {
    background: #ffffff5e;
    transition: .6s;
   
  } */
}

/* =======================================================
                           home products     END                     
  ========================================================== */

/* =======================================================
                           home about    zeraharm                      
  ========================================================== */
.home_about {

  @media(max-width:765px) {
    .img_div {
      padding: 1rem;
    }

    .bg_img {
      width: 230px;
      left: -95px;
    }

    .more_btn {
      margin: 1rem auto;
    }

    text-align: center;
    padding: 2rem 0;

    .col-md-6 {
      margin-bottom: 2rem;
    }

    h2 {
      font-size: 2.2rem !important;

      span {
        font-size: 2rem !important;
      }
    }

  }

  @media(min-width:765px) {
    .bg_img {
      width: 195px;
      left: 0;
    }

    .more_btn {
      margin-top: 2rem;
    }

  }

  position: relative;

  .col-md-6 {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .bg_img {
    position: absolute;

    height: 189px;
    top: 0;

    z-index: -1;
  }

  .img_div {
    /* width: 400px; */
  }

  /* height: 60vh; */
  /* background-image: url(../img/banner/bnr.jpg); */
  h2 {
    color: var(--primary);

    span {
      color: var(--golden);
    }
  }

  .more_btn {
    background: linear-gradient(278deg, #07d25f 0%, #007f38 100%);
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px 48px;
    color: #f0f8ff;
    border-radius: 5px;

    position: relative;
    display: flex;
    width: 220px;
    justify-content: center;
    align-items: center;

  }
}

/* =======================================================
                           home about zeraharm    END                     
  ========================================================== */

/* =======================================================
                           home about us    END                     
  ========================================================== */
.about {
  position: relative;

  @media(max-width:765px) {
    text-align: center;

    .row {
      flex-direction: column-reverse;
    }

    .bg_img {
      width: 135px;
    }

    h2 {
      font-size: 2.2rem;

      span {
        font-size: 1.4rem !important;
      }
    }

    .more_btn {
      margin: 1rem auto;
    }

    .img_div {
      padding: 1rem;
    }

  }

  @media(min-width:765px) {
    .more_btn {
      margin-top: 2rem;
    }

    .bg_img {
      width: 350px;
    }
  }

  .bg_img {
    position: absolute;

    height: 300px;
    bottom: 0;
    right: 0;
    z-index: -1;
    transform: rotate(180deg);
  }

  .img_div {
    width: 400px;

  }

  h2 {
    color: var(--primary);

    span {
      color: var(--golden);
      font-size: 2.5rem;
    }
  }

  h6 {
    text-transform: capitalize;
    color: var(--secondary);
  }

  .col-md-6 {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .more_btn {
    background: linear-gradient(278deg, #07d25f 0%, #007f38 100%);
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px 48px;
    color: #f0f8ff;
    border-radius: 5px;

    position: relative;
    display: flex;
    width: 220px;
    justify-content: center;
    align-items: center;

  }
}

/* =======================================================
                           home about us    END                     
  ========================================================== */
/* =======================================================
                         about page                          
  ========================================================== */
.abt {
  @media(max-width:765px) {
    h2 {
      font-size: 2.2rem;

      span {
        font-size: 1.8rem !important;
      }
    }

    p {
      font-size: 16px !important;
    }
  }

  h2 {
    color: var(--primary);
    text-align: center;

    span {
      color: var(--golden);
      font-size: 2.5rem;
    }
  }

  p {
    text-align: center;
    font-size: 1.5rem;
  }
}

/* =======================================================
                          about page   END                     
  ========================================================== */

/* =======================================================
                          top_sec   START                     
  ========================================================== */
.top_sec {


  @media(max-width:765px) {
    h2 {
      font-size: 2.2rem !important;
      text-align: center;
    }

    .more_btn {
      margin: 2rem auto !important;
    }

    h6 {
      text-align: center;
      font-size: 16px !important;
    }
  }

  .col-md-6 {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  h2 {
    color: var(--primary);
    margin-bottom: 1rem !important;

    span {
      color: var(--secondary);
    }
  }

  h6 {
    font-size: 1.4rem;
    color: var(--primary);
  }

  .more_btn {
    background: linear-gradient(218deg, #71b32b 0%, #035a2d 100%);
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px 48px;
    color: #f0f8ff;
    border-radius: 5px;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
  }
}

/* =======================================================
                          top_sec   END                     
  ========================================================== */

/* =======================================================
                     e-biotarium features   start                     
  ========================================================== */
.e_feture {
  .col-lg-2 {
    padding: 0;

  }

  .card {
    text-align: center;
    background: transparent;
    border: 0;
    height: 180px;
    display: flex;
    border: 1px solid gray;
    border-left: 0;
    border-radius: 0;
    border-top: 0;

    .img_div {
      width: 50px;
      margin: 20px auto;

      img {
        filter: invert(7%) sepia(97%) saturate(5933%) hue-rotate(160deg) brightness(109%) contrast(98%);

      }

    }
  }

  .card:hover {
    .img_div {
      img {
        transition: .6s;
        filter: invert(69%) sepia(15%) saturate(2145%) hue-rotate(46deg) brightness(91%) contrast(76%);
      }
    }
  }

  /* .scroll_sec {

    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 3rem 0;
    background: var(--primary);

    h3 {
      color: var(--secondary);
      font-size: 2rem;
    }

    .scroll_tlt {
      padding: 0 10px;
      animation: slide 6s linear infinite;
    }

  } */
}

@keyframes slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

/* Setting the Animation using Keyframes */
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0%);
  }
}

.scrolling-text-container {
  /* scrolling heading */

  background: linear-gradient(218deg, #71b32b 0%, #035a2d 100%);
  background-color: var(--primary);
  border-radius: 4px;
  overflow: hidden;
  padding: 20px 0;
}

.scrolling-text-inner {
  display: flex;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 0;
}

.scrolling-text {
  display: flex;
}

.scrolling-text-item {
  padding: 0 30px;
  color: white;
  /* font-style: italic; */
  font-size: 2rem;
}

.scrolling-text-inner>div {
  animation: var(--direction) var(--marquee-speed) linear infinite;
}

.scrolling-text-container:hover {
  cursor: pointer;
}

.scrolling-text-container:hover .scrolling-text-inner>div {
  animation-play-state: paused;
}



/* =======================================================
                      e-biotarium features   END                     
  ========================================================== */

/* =======================================================
                     contact top section   START                     
  ========================================================== */
.contct_top {
  @media(max-width:765px) {
    text-align: center;

    h2 {
      font-size: 2.2rem;
    }

  }

  h6 {
    color: var(--secondary);
    text-transform: uppercase;
  }

  h2 {
    color: var(--primary);
    margin-bottom: 5px !important;
  }

  p {
    color: gray;
    font-size: 1.2rem;
  }
}

/* =======================================================
                     contact top section   END                     
  ========================================================== */
/* =======================================================
                     contact form section   START                     
  ========================================================== */
.address_sec {
  @media(max-width:765px) {
    h4 {
      font-size: 2rem !important;
      text-align: center;
    }

    ul {
      li {
        text-align: center;
      }
    }
  }

  height: 100%;
  /* background-image: url(../img/banner/contcbg.jpg); */
  /* background-size: cover; */
  /* background-position: center; */
  position: relative;
  padding: 1rem;
  background: var(--secondary);
  border-radius: 10px;

  h4 {
    position: relative;
    font-size: 2.5rem;
    color: white;
  }

  ul {
    padding: 0;

    li {
      margin: 43px 0;
      position: relative;
      list-style: none;
      color: white;
    }
  }
}

.address_sec::before {
  height: 100%;
  /* background-image: url(../img/banner/contcbg.jpg); */
  /* background-size: cover; */
  /* background-position: center; */
  position: relative;
  padding: 1rem;
  background: var(--secondary);
  border-radius: 10px;

}

.contact_form {

  @media(max-width:765px) {
    h3 {
      font-size: 2rem !important;
      text-align: center;
      margin-top: 2rem;
    }

    .form_div {
      padding-left: 0 !important;

      .frm_btn {
        margin: 1rem auto !important;
        width: 172px;
        display: flex;
        align-items: center;
        justify-content: center;
      }
    }
  }

  .form_div {
    padding-left: 2rem;

    .input_sec {
      padding: 1rem;
    }


    .form-control {

      height: 50px;
      font-size: 14px;
      color: gray;
      border-style: solid;
      border-width: 0px 0px 1px 0px;
      /* border-color: var(--e-global-color-20958dd); */
      border-radius: 0px 0px 0px 0px;
      padding: 16px 12px 16px 12px;
    }

    .frm_btn {
      padding: 12px 35px;
      background: var(--primary);
      border: 0;
      color: white;
      margin-top: 2rem;
      border-radius: 26px;
    }

    h3 {
      color: var(--primary);
      margin-bottom: 1rem;
      font-size: 2.5rem;
    }

  }
}

/* =======================================================
                     contact top section   END                     
  ========================================================== */
/* =======================================================
                   ingredients section   START                     
  ========================================================== */
.ingrnt_sec {
  @media(max-width:765px) {
    padding: 50px 0;
  }

  .col-md-2 {
    margin-bottom: 2rem;
  }

  /* background: var(--primary); */

  .card {
    background: transparent;
    border: 0;
    color: white;
    position: relative;
    height: 350px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 2rem;

    .img_div {
      height: 100%;
    }

    .cnt_div {
      padding: 10px;
      background: linear-gradient(to bottom, #e7a100, #ffc339, #e7a100);
      border-radius: 10px;
      position: absolute;
      bottom: 0;
      margin: 15px;
    }

    h5 {
      color: black;
    }

    p {
      font-size: 13px;
      color: black;
    }


  }

  h2 {
    text-align: center;
    color: black;

    span {
      color: transparent;
      /* background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); */
      background-clip: text !important;
      background: linear-gradient(to bottom, #e7a100, #dacf51, #e7a100);
    }
  }
}

/* =======================================================
                    ingredients section   END                     
  ========================================================== */




/* ==================footer============================ */
.ft_card_tlt {
  text-transform: capitalize;
  text-align: center;
}

.footer_cards {
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;

  .card {
    width: 40px;
    margin: 0 5px;
    padding: 0;
    border: 0;
    overflow: hidden;
  }
}

.footer {
  @media(max-width:765px) {

    text-align: center;

  }



  overflow: hidden !important;
  /* max-width: 1140px; */
  margin: 0 auto;
  padding: 60px 20px;
  background: var(--primary);
  color: white;
  /* margin-top: 5rem; */

}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 40px;
}

@media (min-width: 765px) {

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.footer-title {
  font-size: 1.5rem;
  margin-bottom: 16px;
  color: white;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.footer-text {
  font-size: 14px;

  line-height: 1.6;
}

.footer-list {
  list-style: none;
  padding: 0;
  font-size: 14px;
  line-height: 2;

  a {
    text-transform: capitalize;
    color: white;
  }
}

.footer-contact-list {
  list-style: none;
  padding: 0;
  font-size: 14px;
  line-height: 2;
}

.footer-contact-list i {
  margin-right: 8px;
}

.footer-divider {
  border: none;
  border-top: 1px solid #3B4A66;
  margin-bottom: 24px;
}

.footer-copy {
  @media(max-width:765px) {
    margin-bottom: 2rem;

    a {
      font-size: 12px;
    }
  }

  a {
    text-transform: capitalize;
    color: white;
  }
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  justify-content: space-between;
}

@media (min-width: 640px) {
  .footer-bottom {
    flex-direction: row;
  }
}

.footer-socials {
  display: flex;
  gap: 12px;
}

.footer-socials button {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: linear-gradient(175deg, #72b42c 0%, #035a2d 100%);
  color: white;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;

  a {
    color: white;
  }
}

.footer-socials button:hover {
  background-color: #364a6a;
}

/* ==================footer============================ */

/* ==========================sec_1================================ */

.sec_1 {
  @media(max-width:765px) {
    .col-lg-4 {
      margin-bottom: 2rem;
    }
  }

  h2 {
    text-align: center;
  }

  .card {
    border: 0;
    position: relative;
    transition: .5s;
    overflow: hidden;

    img {
      transition: .5s;
    }

    span {
      position: absolute;
      bottom: 10px;
      right: 10px;
      text-transform: capitalize;
      background: #ffffffd4;
      padding: 8px 15px;
      border-radius: 18px;
      font-size: 14px;
    }
  }

  .card:hover {
    transform: scale(0.9);

    img {
      transform: scale(1.1);
    }
  }
}

/* ==========================sec_1 end================================ */







/* ========================side icons=========================== */

.whats-btn img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(15deg) brightness(107%) contrast(101%);
  height: 1.5rem;
  width: 1.5rem;
}

.call-btn img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(82deg) brightness(105%) contrast(105%);
  height: 1.5rem;
  width: 1.5rem;
}

.call-btn:hover {
  width: fit-content;
}

.whats-btn:hover .title,
.insta-btnn:hover .title {
  width: 100px;
  color: white;
}

.call-btn:hover .title {
  width: 100px;
}

.call-btn .img-div,
.whats-btn .img-div,
.insta-btnn .img-div {
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.call-btn .title,
.whats-btn .title,
.insta-btnn .title {
  /* transform: translateX(100%); */
  /* visibility: hidden; */
  /* display: none; */
  width: 0px;
  overflow: hidden;
  transition: 0.5s;
  white-space: nowrap;

}

.call-btn {
  position: fixed;
  /* left: 2rem; */
  bottom: 2rem;
  height: 3rem;
  /* width: 3rem; */
  z-index: 999;
  color: white;
  background: #009ee3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  right: 0;
  text-decoration: none;
  border-radius: 5px 0 0 5px;
}

.whats-btn,
.insta-btnn {
  position: fixed;
  /* left: 2rem; */
  bottom: 2rem;
  height: 3rem;
  /* width: 3rem; */
  z-index: 999;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  right: 0;
  text-decoration: none;
  border-radius: 5px 0 0 5px;
}

.whats-btn {
  background: #007f38;
  transform: translateY(-50px);
  /* right: 2rem; */
}

.insta-btnn {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  transform: translateY(-100px);
  /* width: 100px; */
}

.insta-btnn img {
  /* height: 22px; */
  filter: invert(100%) sepia(0%) saturate(1503%) hue-rotate(327deg) brightness(105%) contrast(94%);
}


/* ========================side icons=========================== */

/* ================contact map============================ */
.contact_map {
  h2 {
    text-align: center;
    margin-bottom: 2rem;
  }
}

/* ================contact map============================ */

/* ========================contact================= */

.contact {
  .container {
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding: 2rem;

    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .form {
    width: 100%;
    max-width: 820px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    z-index: 1;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-form {
    background-color: #252525;
    position: relative;
  }







  form {
    padding: 2.3rem 2.2rem;
    z-index: 10;
    overflow: hidden;
    position: relative;
  }

  .title {
    color: #fff;
    font-weight: 500;

    line-height: 1;
    margin-bottom: 0.7rem;
  }

  .input-container {
    position: relative;
    margin: 1rem 0;
  }

  .input {
    width: 100%;
    outline: none;
    border: 2px solid #fafafa;
    background: none;
    padding: 0.6rem 1.2rem;
    color: #fff;
    font-weight: 500;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    border-radius: 5px;
    transition: 0.3s;
  }

  textarea.input {
    padding: 0.8rem 1.2rem;
    min-height: 150px;
    border-radius: 5px;
    resize: none;
    overflow-y: auto;
  }

  .input-container label {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    padding: 0 0.4rem;
    color: #fafafa;
    font-size: 0.9rem;
    font-weight: 400;
    pointer-events: none;
    z-index: 1000;
    transition: 0.5s;
  }

  .input-container.textarea label {
    top: 1rem;
    transform: translateY(0);
  }

  .btn {
    padding: 0.6rem 1.3rem;
    background-color: #fff;
    border: 2px solid #fafafa;
    font-size: 0.95rem;
    color: black;
    line-height: 1;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    margin: 0;
    width: 100%;
  }

  .btn:hover {
    background-color: transparent;
    color: #fff;
  }

  .input-container span {
    position: absolute;
    top: 0;
    left: 25px;
    transform: translateY(-50%);
    font-size: 0.8rem;
    padding: 0 0.4rem;
    color: transparent;
    pointer-events: none;
    z-index: 1;
  }

  .input-container span:before,
  .input-container span:after {
    content: "";
    position: absolute;
    width: 10%;
    opacity: 0;
    transition: 0.3s;
    height: 5px;
    background-color: #1abc9c;
    top: 50%;
    transform: translateY(-50%);
  }

  .input-container span:before {
    left: 50%;
  }

  .input-container span:after {
    right: 50%;
  }

  .input-container.focus label {
    top: 0;
    transform: translateY(-50%);
    left: 25px;
    font-size: 0.8rem;
  }

  .input-container.focus span:before,
  .input-container.focus span:after {
    width: 50%;
    opacity: 1;
  }

  .contact-info {
    padding: 2.3rem 2.2rem;
    position: relative;
  }

  .contact-info .title {
    color: black;
  }

  .text {
    color: #333 !important;
    margin: 1.5rem 0 2rem 0;
    font-size: 16px !important;
  }

  .information {
    display: flex;
    color: #222020 !important;
    margin: 0.7rem 0;
    align-items: flex-start;
    font-size: 0.95rem;

    p {
      color: #222020 !important;
    }
  }

  .information i {
    color: var(--rose);
    transform: translateY(4px);
    margin-right: 8px;
  }

  .information p {
    margin-bottom: 0;
  }

  .icon {
    width: 28px;
    margin-right: 0.7rem;
  }

  .social-media {
    padding: 2rem 0 0 0;
  }

  .social-media p {
    color: #222020 !important;
  }

  .social-icons {
    display: flex;
    margin-top: 0.5rem;
  }

  .social-icons a {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background: linear-gradient(45deg, #0086c0, #5dceff);

    color: #fff;
    text-align: center;
    line-height: 35px;
    margin-right: 0.5rem;
    transition: 0.3s;
  }

  .social-icons a:hover {
    transform: scale(1.05);
  }




  .square {
    position: absolute;
    height: 400px;
    top: 50%;
    left: 50%;
    transform: translate(181%, 11%);
    opacity: 0.2;
  }

  @media (max-width: 850px) {
    .form {
      grid-template-columns: 1fr;
    }

    .contact-info:before {
      bottom: initial;
      top: -75px;
      right: 65px;
      transform: scale(0.95);
    }

    .contact-form:before {
      top: -13px;
      left: initial;
      right: 70px;
    }

    .square {
      transform: translate(140%, 43%);
      height: 350px;
    }

    .big-circle {
      bottom: 75%;
      transform: scale(0.9) translate(-40%, 30%);
      right: 50%;
    }

    .text {
      margin: 1rem 0 1.5rem 0;
    }

    .social-media {
      padding: 1.5rem 0 0 0;
    }
  }

  @media (max-width: 768px) {}

  @media (max-width: 480px) {


    .container {
      padding: 1.5rem;
    }

    .contact-info:before {
      display: none;
    }

    .square,
    .big-circle {
      display: none;
    }

    form,
    .contact-info {
      padding: 1.7rem 1.6rem;
    }

    .text,
    .information,
    .social-media p {
      font-size: 0.8rem;
    }

    .title {
      font-size: 1.15rem;
    }

    .social-icons a {
      width: 30px;
      height: 30px;
      line-height: 30px;
    }

    .icon {
      width: 23px;
    }

    .input {
      padding: 0.45rem 1.2rem;
    }

    .btn {
      padding: 0.45rem 1.2rem;
    }
  }

}

/* ======================contact================ */





/* ==============================================================
                      product card                             
===================================================================== */

.product {
  @media(max-width:765px) {
    .card {
      padding: 5px;
      height: 100%;
      display: flex;
      justify-content: space-between;

      .offer_img {
        width: 45px !important;
      }

      .cnt_div {
        padding-top: 1rem;
        width: 100%;
        border-top: 0;
        background: #f7f7f7 !important;
      }

      .price {
        font-size: 1rem;
        color: var(--secondary);
        font-weight: 600;
      }

      .old_price {
        font-size: 0.8rem;
        color: #9ca3af;
        text-decoration: line-through;
      }

      .cnt_div {
        padding: 10px 0 0 0;
      }

      h5 {
        font-size: 1rem;
      }

      .product_price {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 5px;
        border-bottom: 1px solid #80808052;

        span {
          margin: 0 5px;
        }
      }
    }

    h2 {
      font-size: 2.2rem !important;
    }
  }

  @media(min-width:765px) {
    .card {
      padding: 30px;

      .cnt_div {
        padding-top: 2rem;

        background: #f7f7f7e0 !important;
        margin: auto;
        width: 86%;

        border-top: 0;
      }

      h5 {
        font-size: 1.4rem;
      }

      .img_div {
        /* margin-bottom: 7rem; */
      }

      .price {
        font-size: 1.2rem;
        color: var(--secondary);
        font-weight: 600;
      }

      .old_price {
        font-size: 1rem;
        color: #9ca3af;
        text-decoration: line-through;
      }

      .product_price {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 10px;
        border-bottom: 1px solid #80808052;

        span {
          margin: 0 5px;
        }
      }
    }

    /* .card:hover {
      padding: 0;

      height: 600px;
      transition: 1s;
      border: 0;

      p {
        display: none;
        transition: .6s;
      }

      .overlay {
        opacity: 1;
        transition: 1s;
        height: 100%;
      }

      .img_div {
     
        transition: 1s;
        background: transparent;
      }

      .cnt_div {
        bottom: 3rem;
        transition: 1s;
        background: #f7f7f7;
      }
    } */
  }


  h2 {
    color: var(--primary);
    text-align: center;
  }

  .col-md-4 {
    margin-bottom: 2rem;
  }

  .card {
    position: relative;

    text-align: center;
    /* border: 1px solid gray; */
    transition: .6s;
    width: 100%;


    overflow: hidden;
    background: transparent;

    p {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden;
      -webkit-line-clamp: 4;
      font-size: 12px !important;
    }

    .offer_img {
      width: 80px;
      position: absolute;
      top: 0;
      left: 0;
      /* height: 50px; */
      z-index: 99;
    }

    .overlay {
      background-image: url(../img/products/pr_bg.jpg);
      background-size: cover;

      background-position: center;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 80%;
      opacity: 0;
    }

    .img_div {
      padding: 1rem;
      position: relative;

      /* margin: auto; */
      background: #dadada52;


      img {
        width: 50%;
      }
    }



    .cnt_div {}

    a {
      background: var(--secondary);
      letter-spacing: 2px;
      font-size: 1rem;
      width: 100%;
      display: flex;
      justify-content: center;
      margin-top: 10px;
      padding: 10px 0;
      color: white;
    }

    h5 {
      color: var(--primary);

    }

    .rating {
      display: none;
      /* display: flex; */
      justify-content: center;
      align-items: center;
      padding: 5px 0;

      span {
        font-size: 12px;
      }

      i {
        color: var(--golden);
        font-size: 12px;
        margin: 0 1px;
      }
    }
  }





}

/* ==============================================================
                      product card     END                        
===================================================================== */


/* =======================================================
                           home products     slider                 
  ========================================================== */

.recomntd_products {

  @media(max-width:765px) {
    .card {
      .offer_img {
        width: 45px !important;
      }
    }

    .slick-next,
    .slick-prev {
      display: none !important;
    }
  }

  .slide {
    padding: 1rem;
  }

  .slick-next:before,
  .slick-prev:before {
    font-family: slick;
    font-size: 29px;
    line-height: 1;
    opacity: .75;
    color: #71b32b;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .card {
    position: relative;

    text-align: center;
    /* border: 1px solid gray; */
    transition: .6s;
    width: 100%;


    overflow: hidden;
    background: transparent;

    .offer_img {
      width: 80px;
      position: absolute;
      top: 0;
      left: 0;
      /* height: 50px; */
      z-index: 99;
    }

    p {
      display: none;
    }


    .overlay {
      background-image: url(../img/products/pr_bg.jpg);
      background-size: cover;

      background-position: center;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 80%;
      opacity: 0;
    }

    .cnt_div {
      background: #f7f7f7e0 !important;
      /* margin: auto; */

      border-top: 0;
    }

    .img_div {
      padding: 1rem;
      position: relative;

      margin: auto;
      background: #dadada52;


      img {
        width: 50%;
      }
    }

    .price {
      font-size: 1.2rem;
      color: var(--secondary);
      font-weight: 600;
    }

    .old_price {
      font-size: 1rem;
      color: #9ca3af;
      text-decoration: line-through;
    }

    .product_price {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 1rem;

      span {
        margin: 0 5px;
      }
    }





    a {
      background: var(--secondary);
      letter-spacing: 2px;
      font-size: 1rem;
      width: 100%;
      display: flex;
      justify-content: center;
      margin-top: 10px;
      padding: 10px 0;
      color: white;
    }

    h5 {
      color: var(--primary);

    }

    .rating {
      display: none;
      justify-content: center;
      align-items: center;
      padding: 5px 0;

      span {
        font-size: 12px;
      }

      i {
        color: var(--golden);
        font-size: 12px;
        margin: 0 1px;
      }
    }
  }
}

/* =======================================================
                           home products slider   end                  
  ========================================================== */
/* =======================================================
                         careers section   START                
  ========================================================== */
@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.career {

  @media(min-width:765px) {
    .container {
      padding: 0;
      border-radius: 24px;

    }

  }

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  /* body {
    font-family: 'Inter', sans-serif;
    background: #f8faf9;
    background-image:
      radial-gradient(at 20% 30%, rgba(34, 139, 114, 0.06) 0px, transparent 50%),
      radial-gradient(at 80% 70%, rgba(52, 168, 137, 0.05) 0px, transparent 50%),
      radial-gradient(at 50% 50%, rgba(34, 139, 114, 0.03) 0px, transparent 50%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    color: #1a2e27;
  } */

  .container {
    /* max-width: 680px; */
    width: 100%;
    background: #ffffff;

    box-shadow:
      0 1px 2px rgba(0, 0, 0, 0.03),
      0 8px 16px rgba(0, 0, 0, 0.04),
      0 24px 48px rgba(34, 139, 114, 0.08);
    overflow: hidden;
    animation: slideUp 0.6s ease-out;
    border: 1px solid rgba(34, 139, 114, 0.08);
    padding: 0;
  }



  .header {
    background: linear-gradient(135deg, #71b32b 0%, #007f38 100%);
    padding: 3.5rem 2.5rem;
    text-align: center;
    position: relative;
    overflow: hidden;
  }

  .header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    animation: float 6s ease-in-out infinite;
  }

  .header::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    animation: float 8s ease-in-out infinite;
    animation-delay: 1s;
  }



  .header h1 {
    font-family: 'Fraunces', serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.5rem;
    position: relative;
    z-index: 1;
  }

  .header p {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.05rem;
    position: relative;
    z-index: 1;
  }

  .form-content {
    padding: 2.5rem;
  }

  .progress-bar {
    height: 4px;
    background: #e8f3ef;
    border-radius: 2px;
    margin-bottom: 2rem;
    overflow: hidden;
  }

  .progress-fill {
    height: 100%;
    background: linear-gradient(135deg, #71b32b 0%, #007f38 100%);
    width: 0%;
    transition: width 0.4s ease;
    border-radius: 2px;
  }

  .form-section {
    /* opacity: 0; */
    animation: fadeIn 0.5s ease-out forwards;
    animation-delay: 0.2s;
  }

  @keyframes fadeIn {
    to {
      opacity: 1;
    }
  }

  .form-group {
    margin-bottom: 1.75rem;
  }

  label {
    display: block;
    font-weight: 600;
    font-size: 0.9rem;
    color: #1a2e27;
    margin-bottom: 0.5rem;
    letter-spacing: 0.01em;
  }

  .required {
    color: #228b72;
    margin-left: 2px;
  }

  input,
  select,
  textarea {
    width: 100%;
    padding: 0.95rem 1.1rem;
    border: 2px solid #dae8e3;
    border-radius: 12px;
    font-size: 1rem;
    font-family: 'Inter', sans-serif;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: #f8fdfb;
    color: #1a2e27;
  }

  input:focus,
  select:focus,
  textarea:focus {
    outline: none;
    border-color: #228b72;
    background: #ffffff;
    box-shadow:
      0 0 0 4px rgba(34, 139, 114, 0.1),
      0 2px 8px rgba(34, 139, 114, 0.08);
    transform: translateY(-1px);
  }

  input:hover,
  select:hover,
  textarea:hover {
    border-color: #b8d4cb;
  }

  textarea {
    resize: vertical;
    min-height: 100px;
  }

  .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }

  .radio-group {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
  }

  .radio-option {
    position: relative;
  }

  .radio-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
  }

  .radio-label {
    display: inline-block;
    padding: 0.7rem 1.5rem;
    border: 2px solid #dae8e3;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: #f8fdfb;
    font-weight: 500;
    font-size: 0.95rem;
    position: relative;
    overflow: hidden;
  }

  .radio-label::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #71b32b 0%, #007f38 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
  }

  .radio-label span {
    position: relative;
    z-index: 1;
  }

  .radio-option input[type="radio"]:checked+.radio-label::before {
    opacity: 1;
  }

  .radio-option input[type="radio"]:checked+.radio-label {
    border-color: #228b72;
    color: #ffffff;
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(34, 139, 114, 0.3);
  }

  .radio-label:hover {
    border-color: #228b72;
    transform: translateY(-2px);
  }

  .checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }

  .checkbox-option {
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }

  .checkbox-option input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
    accent-color: #228b72;
  }

  .checkbox-option label {
    margin: 0;
    font-weight: 500;
    cursor: pointer;
  }

  .info-box {
    background: #f0f9f6;
    border-left: 4px solid #34a889;
    padding: 1rem 1.25rem;
    border-radius: 8px;
    margin-bottom: 1.75rem;
    font-size: 0.9rem;
    color: #2d5a4d;
    animation: slideIn 0.5s ease-out;
  }

  @keyframes slideIn {
    from {
      opacity: 0;
      transform: translateX(-20px);
    }

    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  .submit-btn {
    width: 100%;
    padding: 1.1rem;
    background: linear-gradient(135deg, #71b32b 0%, #007f38 100%);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    font-size: 1.05rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif;
    box-shadow: 0 4px 12px rgba(34, 139, 114, 0.3);
    margin-top: 1rem;
  }

  .submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(34, 139, 114, 0.4);
  }

  .submit-btn:active {
    transform: translateY(0);
  }

  .success-message {
    display: none;
    text-align: center;
    padding: 3rem 2rem;
    animation: fadeIn 0.6s ease-out;
  }

  .success-message.active {
    display: block;
  }

  .success-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #71b32b 0%, #007f38 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    animation: scaleIn 0.5s ease-out;
  }

  @keyframes scaleIn {
    from {
      transform: scale(0);
    }

    to {
      transform: scale(1);
    }
  }

  .success-icon::after {
    content: '✓';
    font-size: 2.5rem;
    color: #ffffff;
  }

  .success-message h2 {
    font-family: 'Fraunces', serif;
    font-size: 2rem;
    color: #1a2e27;
    margin-bottom: 0.75rem;
  }

  .success-message p {
    color: #2d5a4d;
    font-size: 1.05rem;
    line-height: 1.6;
  }

  @media (max-width: 640px) {
    .header h1 {
      font-size: 2rem;
    }

    .form-row {
      grid-template-columns: 1fr;
    }

    .form-content {
      padding: 1.75rem;
    }

    .radio-group {
      flex-direction: column;
    }
  }
}

/* =======================================================
                         career  end                  
  ========================================================== */

/* =======================================================
                         mission and vision  start            
  ========================================================== */

.mision_vision {
  @media (max-width:765px) {
    .col-md-6 {
      margin-bottom: 2rem;
    }

    .card-body {
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
    }

    .cnt_div {
      padding-left: 0 !important;
      border-left: 0 !important;
      text-align: center;
    }

    .img_div {
      width: 80px !important;
      padding-right: 0 !important;
      margin-bottom: 1rem;
    }
  }

  .card {
    background: linear-gradient(278deg, #71b32b 0%, #05823c 100%);
    border-radius: 24px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03), 0 8px 16px rgba(0, 0, 0, 0.04), 0 24px 48px rgba(34, 139, 114, 0.08);
    overflow: hidden;
    height: 100%;

    border: 1px solid rgba(34, 139, 114, 0.08);
    padding: 2rem;

    p {
      font-size: 14px !important;
    }

    .card-body {
      display: flex;

      align-items: center;
    }

    .img_div {
      width: 200px;
      padding-right: 2rem;

      img {
        filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(210deg) brightness(103%) contrast(102%);
      }
    }

    .cnt_div {
      padding-left: 2rem;
      border-left: 1px solid #f7f7f742;
      color: white;

      h4 {
        color: white;
        font-size: 2.2rem;

      }
    }
  }


}

/* =======================================================
                      mission and vision  end              
  ========================================================== */

/* =======================================================
                     MORMIST PRODUCT SECTION START           
  ========================================================== */
.prdt_grp {
  .card {
    position: relative;
    border: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: transparent;


    button {
      border: none;
      color: transparent;
      /* background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); */
      background-clip: text !important;
      background: linear-gradient(to bottom, #e7a100, #dacf51, #e7a100);
      text-transform: capitalize;

      border-radius: 7px;
      /*background: transparent;*/
    }

    .card-footer {
      border-top: 0;
      background: transparent;
    }

    span {
      width: 100%;
      display: block;
      /* text-align: center; */
      color: white;
    }

    .offer_icn {
      position: absolute;
      top: 14px;
      left: 0px;
      background: #014820;
      border-radius: 0 10px 10px 0;
    

      span {
        position: relative;
        padding: 10px;
        overflow: hidden;
      }

      span::before {
        content: '';
        position: absolute;
        height: 250%;
        width: 40px;
        top: 0;
        left: -60px;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
        transform: rotate(45deg) translateY(-35%);
        animation: shine 3s ease infinite;
      }
    }

    /* .offer_icn::before{
      content: '';
        position: absolute;
        height: 250%;
        width: 40px;
        top: 0;
        left: -60px;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
        transform: rotate(45deg) translateY(-35%);
        animation: shine 3s 
ease infinite;
    } */

    h5 {
      /* text-align: center; */
      /* color: var(--primary); */
    }

    .product_price {
      display: flex;
      align-items: center;
      padding-bottom: 10px;
      /* border-bottom: 1px solid #80808052; */
      justify-content: flex-start;
      width: max-content;

      .old_price {
        font-size: 1rem;
        color: #9ca3af;
        text-decoration: line-through;
        margin-right: 1rem;

      }

      .price {
        font-size: 1.2rem;
        /* color: var(--secondary); */
        font-weight: 600;
        color: transparent;
        /* background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); */
        background-clip: text !important;
        background: linear-gradient(to bottom, #e7a100, #dacf51, #e7a100);
      }
    }

    .cnt_div {
      margin-top: 15px;
    }


  }

  .col-md-3 {
    margin-bottom: 2rem;
  }


}

@keyframes shine {
  0% {
    left: -80px;
  }

  40% {
    left: calc(100% + 20px);
  }

  100% {
    left: calc(100% + 20px);
  }
}

/* =======================================================
                   MORMIST PRODUCT SECTION END      
  ========================================================== */

/* =======================================================
                   MORMIST BANNER START
  ========================================================== */
.mornmist {
  /* background: url(../img/banner/banner-mornmist.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 90vh; */
}

/* =======================================================
                   MORMIST BANNER END  
  ========================================================== */


 /* ========================payment links=================== */
.payment_links{

  display: flex;
    justify-content: center;
    a{
      color: white;
      font-size: 10px;
    }
}

  /* ========================payment links=================== */




.shape1 {
  position: fixed;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #009ee3;
  border-radius: 50%;
}