:root {
  --themegreen: #8cbb09;
  --themeorange: #ff6a3c;
  --white: #ffffff;
  --black: #000;
}
/* ANIMATION */
#whatsapp-api {
  position: fixed;
  z-index: 10000;
  bottom: 6%;
  right: 2%;
}
body {
  overflow-x: hidden !important;
}
/* GLOBAL DECLARATION */
a {
  text-decoration: none !important;
}
.overflow-none {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}
.hide-on-bs {
  display: none;
}
/* THEME CLASSES */
.tf-mon {
  font-family: "Montserrat", sans-serif !important;
}
.tf-bar {
  font-family: "Barlow", sans-serif !important;
}
.tf-bar-con {
  font-family: "Barlow Condensed", sans-serif !important;
}
.tc-orange {
  color: var(--themeorange) !important;
}
.tc-green {
  color: var(--themegreen) !important;
}
.tc-white {
  color: var(--white) !important;
}
.tc-black {
  color: var(--black) !important;
}
.tbg-orange {
  background-color: var(--themeorange) !important;
}
.tbg-green {
  background-color: var(--themegreen) !important;
}
.tb-btn {
  padding: 15px 20px;
  border-radius: 15px;
  font-weight: 500;
  border: 1.5px solid;
  color: var(--white);
}
.tb-orange-o {
  background: transparent;
  color: var(--themeorange);
  border-color: var(--themeorange);
}
.tb-green-o {
  background: transparent;
  color: var(--themegreen);
  border-color: var(--themegreen);
}
.tb-orange-f {
  background: var(--themeorange);
  border-color: var(--themeorange);
}
.tb-green-f {
  background: var(--themegreen);
  border-color: var(--themegreen);
}
.tb-green-f:hover {
  background: transparent;
  color: var(--themegreen);
}
.tb-orange-f:hover {
  background: transparent;
  color: var(--themeorange);
}
.tb-green-o:hover {
  background: var(--themegreen);
  color: var(--white);
}
.tb-orange-o:hover {
  background: var(--themeorange);
  color: var(--white);
}
/* NAVBAR */
#main-navbar {
  padding: 3.5vh 7vw;
}
.brand-text {
  font-weight: 700;
  font-size: 1.9rem;
  vertical-align: middle !important;
}
.nb-middle {
  margin: 0 2vw !important;
}
.nav-item {
  padding-left: 1vw;
  margin-top: 1vh;
}
.nav-link {
  color: #000 !important;
}
.nav-link:hover {
  color: var(--themeorange) !important;
}
.active-nav-item {
  color: var(--themegreen) !important;
  font-weight: 600;
}
.active-nav-item:hover {
  color: var(--themegreen) !important;
}
.products-dd {
  /* background: red; */
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* INDEX -- hero section*/
.hss-1 {
  background: url(../img/hero-main.jpeg);
}
.hss-2 {
  background: url(../img/cramfit.jpg);
}
.hss-3 {
  background: url(../img/nexenta.jpeg);
}
.hss-4 {
  background: url(../img/fetafol-2.jpg);
}
.hss-5 {
  background: url(../img/ivolt-2.jpg);
}
.hero-s-slide {
  height: 80vh !important;
  width: 100vw !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.carousel-control-prev,
.carousel-control-next {
  width: 7%;
}
.direc-btn {
  border-radius: 50%;
  padding: 5px;
  border: 2px solid #fff;
}
.hero-s-slide {
  display: flex;
  /* justify-content: center; */
}
.hss-content {
  background: rgba(255, 255, 255, 0.6);
  width: fit-content;
  height: fit-content;
  margin-top: 15vh;
  padding: 20px 25px;
  border-radius: 25px;
  margin-left: 8vw;
}
.hss-con-fp {
  font-size: 1.5rem;
  color: var(--black);
  text-transform: uppercase;
}
.border-fp {
  background: var(--themeorange);
  height: 2.5px !important;
  opacity: 1 !important;
  width: 5vw;
  margin: 2vh 0 !important;
  border: none !important;
}
.hss-con-fh2 {
  font-size: 4.375rem;
  font-weight: 800;
  color: var(--themegreen);
}
.hss-con-sh2 {
  font-size: 4.375rem;
  font-weight: 300;
  color: var(--black) !important;
}
.hss-con-sp {
  font-size: 1.25rem;
  color: var(--black) !important;
}
/* <--Welcome */
.welcome-container {
  height: fit-content;
  padding-bottom: 6vh;
}
.wel-content {
  display: grid;
  grid-template-columns: 65% auto;
  padding: 5vh 1vw;
  padding-top: 15vh;
  column-gap: 1vw;
}
.wc-text {
  padding: 2vh 2vw;
}
.wct-head {
  font-size: 3.75rem;
  font-weight: 300;
  color: var(--black);
}
.wct-sub-head {
  font-size: 3.75rem;
  font-weight: 800;
  color: var(--themeorange);
}
.wc-about-changed {
  padding-right: 5vw;
}
.wcc-svg {
  height: 60px;
  width: 120px;
  fill: var(--themeorange);
}
.wcc-text {
  padding-left: 1.5vw;
}
.wcc-text > h3 {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--black);
}
.wcc-text > p {
  font-size: 13px;
  color: #444444;
}
.welcome-img {
  height: 94vh;
  border-radius: 25px;
}
/* MISSION AND VISION */
.mission-vision {
  height: 90vh;
  background: url("../img/imunta_family.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.parallax-overlay {
  position: absolute;
  width: 100vw;
  height: 100%;
  background: #282828;
  opacity: 0.9;
}
.mv-content {
  padding: 15vh 5vw 15vh 5vw;
}
.mv-section {
  position: relative;
  z-index: 100;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 5vw;
  margin: 5vh 0;
}
.mv-text > h3 {
  font-weight: 700;
  color: var(--themeorange);
}
.mv-text > p {
  color: var(--white);
}
/* PRODUCTS */
.products {
  padding-top: 15vh;
}
.p-heads {
  padding-left: 14vw;
  padding-right: 14vw;
}
.product-carousel {
  margin: 10vh 5vw;
  /* background: green; */
}
.pc-item {
  /* background: red; */
  border-radius: 25px;
  padding: 15px;
  margin: 3vh 1vw;
  width: 350px;
}
.pc-item:hover {
  box-shadow: rgb(0 0 0 / 8%) 0px 6px 20px;
}
.pc-product-img {
  border-radius: 25px;
  height: 320px;
}
.pc-product-name {
  font-weight: 600;
  color: var(--black);
}
.pc-product-desc {
  color: #444444;
}
.owl-dots {
  display: none !important;
}
.owl-prev,
.owl-next {
  background: #fff !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  box-shadow: rgb(0 0 0 / 10%) 2px 4px 20px !important;
  border: 1px solid rgba(204, 204, 204, 0.5) !important;
}
.owl-prev > span {
  color: #1c1f23 !important;
  font-size: 18px;
}
.owl-next > span {
  color: #1c1f23 !important;
  font-size: 18px;
}

/* TESTIMONIALS */
.testimonials {
  display: grid;
  grid-template-columns: 40% 60%;
  padding: 15vh 5vw;
  background: #f7f8fa;
  column-gap: 2vw;
}
.t-left > h2 {
  font-weight: 700;
  font-size: 2.3rem;
  line-height: 2.7rem;
}
.test-head-sub {
  font-weight: 300;
  color: #000;
}
.tc-item {
  background: var(--white);
  padding: 8vh 6vw;
  padding-right: 10vw;
  border-radius: 25px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 7%);
}
.tc-item > h3 {
  font-weight: 700;
}
.c-details {
  display: flex;
}
.cp-image {
  height: 70px;
  border-radius: 50%;
}
.c-name {
  font-weight: 500;
  color: var(--black);
}
.tc-inner {
  padding-bottom: 10vh !important;
}
.test-carousel-indicators [data-bs-target] {
  background-color: #dadbdf !important;
  opacity: 1 !important;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.test-carousel-indicators .active {
  background-color: var(--themeorange) !important;
}
/* ABOUT */
.abt-hero {
  height: 80vh;
  background: url("../img/about-2.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.abt-hero-overlay {
  position: absolute;
  height: 70vh;
  width: 100vw;
  background: #000;
  opacity: 0.65;
}
.abt-head {
  position: relative;
  z-index: 100;
  padding-top: 30vh;
}
.abt-head > h1 {
  font-weight: 700;
  font-size: 48px;
}
.abt-breadcrumb {
  width: fit-content;
}
.breadcrumb-item > a {
  color: var(--themeorange);
}
.breadcrumb-item > span {
  color: var(--white) !important;
}
.abt-sec {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 2vw;
  padding: 10vh 5vw;
}
.as-left {
  padding-right: 2.5vw;
}
.asl-img {
  height: 100%;
  background: url("../img/about.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 25px;
}
.as-right {
  padding-left: 2.5vw;
  padding-bottom: 5vh;
}
.as-right > h3 {
  font-size: 1.7rem;
}
.abt-third {
  padding: 10vh 5vw;
  background-color: #f7f8fa;
}
.at-sh2 {
  font-size: 2.7rem;
}
.at-sp {
  font-size: 20px;
}
.abt-third-list {
  margin-top: 5vh;
  margin-right: 15vw;
  padding-left: 0 !important;
}
.abt-third-list > li {
  padding-left: 1.3em;
}
.abt-third-list > li:before {
  content: "\f069"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color: var(--themegreen);
}
.abt-fourth {
  padding-top: 15vh;
  padding-bottom: 15vh;
}
.mv-sec-abt {
  padding: 7vh 5vw;
  margin: 0 auto;
}
.mv-svg {
  fill: var(--themegreen);
  height: 70px;
  margin-bottom: 2vh;
}
/* GALLERY */
.th-gal {
  padding-top: 4vh;
}
#gallery {
  width: 100vw;
  background: #f7f8fa !important;
  padding-bottom: 15vh;
}
.gal-con {
  width: 70vw;
  margin: 0 auto;
  padding-top: 4vh;
  padding-bottom: 7vh;
}
.gal-img {
  height: 60vh;
  border-radius: 10px;
  border: 2px solid #94c13d;
}
.nav-arrow-link-gal {
  opacity: 0.7;
}
.nav-arrow-gal {
  width: 55px;
  color: #fff;
  background: #000;
  opacity: 1;
  padding: 2.5vh 1.2vw;
  transition: 0.5s;
}
.prev-g {
  left: -150px !important;
}
.next-g {
  right: -150px !important;
}
.car-gal-indicators {
  bottom: -20%;
}
.car-gal-indicators li {
  background-color: #94c13d !important;
  width: 13px !important;
  height: 13px !important;
  border-radius: 100%;
  margin-right: 10px;
}
/* PRODUCT PAGE */
.imunta-cbz {
  background: url(../img/imunta.jpg) !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.imunta-dm {
  background: url(../img/imunta-dm.jpeg) !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.imunta-syrup {
  background: url(../img/imunta-syrup.jpeg) !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.nexenta {
  background: url(../img/nexenta.jpeg) !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.cramfit {
  background: url(../img/cramfit.jpg) !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.fetafol {
  background: url(../img/fetafol-2.jpg) !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.ivolt {
  background: url(../img/ivolt-2.jpg) !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.product-first {
  padding: 10vh 5vw;
  background-color: #fff;
  display: grid;
  grid-template-columns: 60% auto;
}
.theme-image-rounded {
  border-radius: 50%;
}
.imunta-theme-image {
  height: 75vh;
  width: auto;
}
.composition-con {
  padding: 10vh 5vw;
  background: #1c1f23;
}
.composition {
  padding: 10px;
  margin-top: 7vh;
  padding: 10px 14vw;
}
.composition > div {
  display: inline;
}
.composition-item {
  background: var(--white);
  width: fit-content;
  padding: 10px;
  border-radius: 15px;
  font-weight: 700;
  color: #1c1f23;
  display: inline-block;
  margin: 2vh 1vw;
}
.plus-icon {
  color: var(--themegreen);
  font-weight: 900;
  margin: 0 0.5vw;
}
.product-sec {
  padding: 10vh 5vw;
}
.three-col-product {
  margin: 5vh 0;
  display: grid;
  grid-template-columns: 1fr 40% 1fr;
  column-gap: 1vw;
}
.tcp-col {
  padding: 0 2vw;
}
.pro-feature-component {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 1.5vw;
  padding: 3vh 0;
}
.center-p-image {
  align-self: center;
  padding: 0 2vw;
}
.pf-svg {
  height: 50px;
  width: 50px;
  fill: var(--themegreen) !important;
  /* stroke: var(--themegreen) !important; */
}
.pf-desc {
  margin: 0 !important;
  font-size: 14px;
}
.pf-desc > span {
  font-weight: bold;
}
/* CONTACT US */
.contact-us {
  height: 45vh;
  background: url(../img/contactus2.jpg) !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  /* background-attachment: fixed !important; */
}
.contact-info {
  height: fit-content;
  padding: 20px 7vw;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.contact-component {
  padding: 30px 3vw;
  width: 100%;
  height: fit-content;
  justify-self: center;
  border-right: 1px dashed #dee2e6;
}
.contact-svg-con {
  padding: 12px 13px !important;
  width: fit-content;
  background: #f5f0ea;
  border-radius: 50%;
  display: flex;
  justify-content: center;
}
.contact-svg {
  height: 40px;
  fill: var(--themegreen);
  padding: 5px;
}
.phone {
  margin-right: 3px;
  margin-top: 3px;
}
.cc-head {
  font-weight: 500;
  font-size: 20px;
  color: var(--themeorange);
}
.cc-data {
  font-weight: 500;
  color: #565656;
  font-size: 15px;
}
.cf-sec-head {
  font-weight: 300 !important;
  color: var(--black);
  margin-bottom: 5vh !important;
}
.cf-con {
  width: 60vw;
  margin: 0 auto;
}
.uk-input:focus {
  border: 1px solid var(--themeorange);
}
.uk-textarea:focus {
  border: 1px solid var(--themeorange);
}
/* FOOTER */
footer {
  display: grid;
  grid-template-rows: 5fr 1fr;
  background: #fafafb;
  padding-top: 7vh;
  padding-right: 4vw;
  padding-left: 3vw;
}
.inner-footer {
  display: grid;
  grid-template-columns: 35% auto auto auto;
  column-gap: 3vw;
  padding: 5vh 3vw;
}
.pl-15vw {
  padding-left: 1.5vw;
}
.footer-tagline {
  color: var(--themegreen);
  margin-top: 5px;
  letter-spacing: 1.3px;
}
.footer-text {
  font-size: 14px;
  margin-bottom: 2vh;
}
.footer-head {
  font-weight: 600;
  font-size: 28px;
  color: #000 !important;
}
.footer-list {
  padding-left: 0 !important;
}
.footer-link {
  color: #000;
  font-size: 14px;
}
.footer-link:hover {
  text-decoration: none;
  color: #fff;
}
.footer-link:hover {
  color: #000;
}
.footer-link:hover .arrow-right {
  width: 14px;
}
.footer__section-fourth {
  padding-left: 0;
}
#footer-section-4 > li {
  font-size: 14px;
}
#footer-section-4 > li > i {
  padding-right: 1vw;
  color: var(--black);
}
.social-icons {
  margin-bottom: 18vh;
}
.social-icons > a {
  font-size: 10px;
  color: #444444;
}
.s-icon {
  margin-right: 15px;
}
.social-icons > a:hover {
  color: var(--black);
}
.lower-footer > p {
  display: inline;
  font-size: 12px;
}
.lower-footer__left {
  float: left;
}
.lower-footer__right {
  float: right;
}
.lower-footer__right > a {
  color: var(--themegreen);
}
.lower-footer__right > a:hover {
  text-decoration: none;
}

/* 
    font-family: 'Barlow', sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Barlow Condensed', sans-serif;
*/
/* Responsive */
@media (max-width: 768px) {
  #whatsapp-api {
    right: 2%;
  }
  #whatsapp-api > svg {
    height: 55px;
    width: 55px;
  }
  /* GLOBAL */
  .hide-on-ss {
    display: none;
  }
  .hide-on-bs {
    display: block;
  }
  #main-navbar {
    padding: 2vh 0;
  }
  .brand-text {
    font-weight: 700;
    font-size: 1.9rem;
    vertical-align: middle !important;
  }
  .nav-item {
    padding-left: 1vw;
  }
  /* hero section */
  .carousel-control-prev,
  .carousel-control-next {
    width: 7%;
    margin: 1vh 2vw;
  }
  /* INDEX -- hero section*/
  .hss-1 {
    background: url(../img/main-m-3.jpeg);
  }
  .hss-2 {
    background: url(../img/main-m-2.jpeg);
  }
  .hss-3 {
    background: url(../img/main-m-1.jpeg);
  }
  .hss-4 {
    background: url(../img/main-m-4.jpeg);
  }
  .hss-5 {
    background: url(../img/main-m-5.jpeg);
  }
  .hero-s-slide {
    justify-content: center !important;
    height: 70vh !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .hss-con-fp {
    font-size: 1rem;
  }
  .border-fp {
    width: 15vw;
  }
  .hss-con-fh2 {
    font-size: 2.5rem;
  }
  .hss-con-sh2 {
    font-size: 2.5rem;
  }
  .hss-con-sp {
    font-size: 1.15rem;
  }
  /* <--Welcome */
  .welcome-container {
    height: fit-content;
    padding-bottom: 0;
  }
  .wel-content {
    grid-template-columns: 1fr;
    padding: 5vh 3vw;
  }
  .wc-text {
    padding: 2vh 2vw;
  }
  .wct-head {
    font-size: 1.75rem;
  }
  .wct-sub-head {
    font-size: 1.75rem;
  }
  .wc-about-changed {
    padding-right: 0vw;
  }
  .wcc-text {
    padding-left: 7vw;
  }
  .wcc-text > h3 {
    font-size: 0.8rem;
  }
  .wcc-text > p {
    font-size: 12px;
  }
  .welcome-img {
    display: none;
  }
  /* MISSION AND VISION */
  .mission-vision {
    height: fit-content;
  }
  .mv-content {
    padding: 15vh 5vw 10vh 5vw;
  }
  .mv-section {
    grid-template-columns: 1fr;
    row-gap: 8vh;
  }
  .mv-text > h3 {
    font-size: 1.25rem;
  }
  .mv-text > p {
    font-size: 14px;
  }
  /* PRODUCTS */
  .products {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }
  .p-heads {
    padding-left: 7vw;
    padding-right: 7vw;
  }
  .p-head-para {
    font-size: 14px;
  }
  .product-carousel {
    margin: 3vh 5vw;
  }
  .pc-item {
    border-radius: 25px;
    padding: 0;
    width: 98%;
  }
  .pc-item:hover {
    box-shadow: none;
  }
  /* TESTIMONIALS */
  .testimonials {
    grid-template-columns: 1fr;
    padding: 10vh 5vw;
  }
  .t-left > h2 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
  .tc-item {
    padding: 5vh 5vw;
  }
  .tc-item > p {
    font-size: 15px;
  }
  .cp-image {
    height: 60px;
  }
  .c-name {
    font-size: 20px;
  }
  /* ABOUT */
  .abt-hero {
    height: 24vh;
  }
  .abt-head {
    position: relative;
    z-index: 100;
    padding-top: 30vh;
  }
  .abt-sec {
    grid-template-columns: 1fr;
    padding-top: 10vh;
  }
  .as-left {
    height: 60vh;
    padding-bottom: 5vh;
  }
  .abt-third {
    padding: 10vh 5vw;
    background-color: #f7f8fa;
  }
  .at-sh2 {
    font-size: 1.2rem;
  }
  .at-sp {
    font-size: 15px;
    margin-top: 2vh !important;
  }
  .abt-third-list {
    margin-right: 0vw;
  }
  .abt-third-list > li {
    margin-bottom: 5vh !important;
  }
  /* GALLERY */
  .th-gal {
    padding-top: 2vh;
  }
  .gal-con {
    width: 100vw;
    padding: 3vh 3vw !important;
  }
  .prev-g {
    display: none;
  }
  .next-g {
    display: none;
  }
  /* PRODUCT PAGE */
  .product-first {
    grid-template-columns: 1fr;
  }
  .product-list > li {
    margin-bottom: 3vh !important;
  }
  .imunta-theme-image {
    height: 55vh;
    width: auto;
  }
  .theme-image-rounded {
    height: 50vh;
  }
  .composition-con {
    padding: 10vh 5vw;
  }
  .composition {
    padding: 10px 0vw;
  }
  .plus-icon {
    margin: 0 2vw;
  }
  .product-sec {
    padding: 10vh 5vw;
  }
  .three-col-product {
    margin: 5vh 0;
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 1vw;
  }
  .tcp-col {
    padding: 0 2vw;
  }
  .pro-feature-component {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 1.5vw;
    padding: 3vh 0;
  }
  .pf-svg {
    height: 50px;
    width: 50px;
    fill: var(--themegreen) !important;
    /* stroke: var(--themegreen) !important; */
  }
  .pf-desc {
    margin: 0 !important;
    font-size: 14px;
  }
  .pf-desc > span {
    font-weight: bold;
  }
  /* CONTACT US */
  .contact-info {
    padding: 20px 7vw;
    grid-template-columns: 1fr;
  }
  .cf-con {
    width: 90vw;
  }
  /* FOOTER */
  footer {
    grid-template-rows: 5fr auto;
  }
  .inner-footer {
    grid-template-columns: 1fr;
  }
  .footer__section-fourth {
    padding-left: 1rem !important;
  }
  .social-icons {
    margin-top: 0;
    margin-bottom: 3vh;
  }
  .lower-footer > p {
    font-size: 10px;
    margin-bottom: 1vh !important;
  }
  .lower-footer__right {
    padding-bottom: 5vh;
    float: left;
    margin: 0 !important;
  }
}
