﻿:root{
    --clr-primary: #22BF93;
    --clr-primary-100: #F2FFFB;
}

*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body{
  font-family: 'Poppins', sans-serif;
  padding: 0;
}
ul,li{
  list-style: none;
  margin: 0;
  padding: 0;
}
button{
  appearance: none;
  border: 0;
  box-shadow: none;
  outline: none;
}
.secondary-clr{
  background-color: #ffc40a;
}
.primaryBg-clr{
  background-color: var(--clr-primary);
}
.primarytxt-clr{
 color: var(--clr-primary);
}
button:focus{
  appearance: none;
  border: 0;
  box-shadow: none;
  outline: none;
}
button:active {
  outline: none;
  border: none;
  }
input {
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  box-shadow: none !important;
}
input:focus {
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  box-shadow: none !important;
}
.cShadow-sm{
  -webkit-box-shadow: 0px 18px 18px -20px rgba(0,0,0,0.38);
-moz-box-shadow: 0px 18px 18px -20px rgba(0,0,0,0.38);
box-shadow: 0px 18px 18px -20px rgba(0,0,0,0.38);
}
.innersearch-btn{ 
  z-index: 33 !important;
}


.btnPrimary{
  background: var(--clr-primary);
    color: white;
    text-decoration: none;
    border-radius: 4px;
}
.btnPrimary:hover{
  background-color: #159e77;
  color: white;
}
@property --rotate {
  syntax: "<angle>";
  initial-value: 132deg;
  inherits: false;
}

.heroshadowtwo{
  background: #22BF93;
  background-image: linear-gradient(
    var(--rotate)
    ,  #ffc40a , #159e77);
    opacity: 1;
  transition: opacity .2s;
  animation: spin 4s linear infinite;
  position: absolute;
  top: 12%;
  right: -5%;
  width:550px;
  height: 550px;
  filter: blur(calc(400px / 6));
}

@keyframes spin {
  0% {
    --rotate: 0deg;
  }
  100% {
    --rotate: 360deg;
  }
}

header{
  background-color: var(--clr-primary-100);
}
.innersearch-btn{
  right: -21px;
  top: -2px;
} 

.text-dark-clr{
  color: #4D4D4D;

}
.fs-sm{
  font-size: 0.875rem !important;
}
.fs-lg {
  font-size: 1.125rem !important;
}
header{
  background-color: var(--clr-primary-100);
  
}

.heroContainer{
  height: calc(100dvh - 109px);;
  background-color: var(--clr-primary-100);
}

.heroTitileContainer h1{
  font-size: clamp(2rem, 8vw, 3.5rem);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
}
.heroTitileContainer{
  color: #4D4D4D;
  height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}
.heroTitileContainer h1 span{
  color: var(--clr-primary);
}

.heroImg-Container{
  position: relative;
    border-radius: 20px;
    overflow: hidden;
    z-index: 2;
}
.heroImg-Container img {
position: relative;
right: 20px;
z-index: 2;
border-radius: 20px;
width: 100% !important;
}
.heroImg-Container .hImageBg{
  width: 100%;
    height: 100%;
    background: var(--clr-primary);
    position: absolute;
    inset: 0;
}
.scrollDownBtn{
  width: 50px;
  height: 50px;
  background: var(--clr-primary);
  font-size: 22px;
  border-radius: 50%;
  color: white;

}
.search-container .searchBox{
  border: 1px solid #4d4d4d;
    overflow: hidden;
    border-radius: 50px;
    padding-inline: 10px 30px;
}
.search-container .searchBox input{
  border: 0px !important;
}
.mPop .card{
  aspect-ratio: 1;
}
.mPop .card .badge{
  left: 10px;
  top: 10px;
}
.item-pricing h5{
  font-size: 1.5rem;
}
.item-pricing span{
  font-size: 1rem;
}
.item{
  text-decoration: none;
  color: #4D4D4D;
}
.item .card{
  border-color: #DDDDDD !important;
  transition: all .3s ease-in-out;
}
.sec-titile h3::after{
  content: " ";
  height: 3px;
  display: block;
  background: #22bf93;
  width: 100px;
  margin-top: 20px;
}

.sectionPd{
  padding-block: 5rem;
}
.item:hover .card{
  border-color: #159e77 !important;
}
.ctr-card{
  overflow: hidden;
  display: block;
}
.ctr-card img{
  transition: all .3s ease-in-out;
}
.ctr-c:hover .ctr-card img{
  transform: scale(1.1);
}

.testimonials-star {
  color: #fdd836;
  display: flex;
  align-items: center;
  gap: 5px;
}
.testimonialsContainer .card-body p{
  line-height: 1.7;
}

footer{
  background-color: #F2FFFB;
}
.showSearchbtn i, .search-close i{
  font-size: 18px;
}
.socialContainer li a{
width: 40px;
height: 40px;
border: 1px solid #159e77;
border-radius: 50%; 
display: block;
line-height: 2.4;
color: #159e77;
background-color: white;
transition: all .3s ease-in-out;
display: grid;
place-content: center;
}
.socialContainer li a:hover{
  color: white;
background-color:  #159e77;
}
.footer-bottom {
border-top: 1px solid #159e77;
  padding-block: 12px;
  font-size: 12px;
}

.icon-shape{
  width: 60px;
  height: 60px;
  place-content: center;
  display: grid;
}
.m-searchOpen{
  position: absolute;
    top: 74px;
    z-index: 999999;
    background: #00c993;
    width: 100%;
    left: 0;
    padding: 20px ;
    box-shadow: 12px 15px 20px -10px rgba(0,0,0,0.40);
-webkit-box-shadow: 12px 15px 20px -10px rgba(0,0,0,0.40);
-moz-box-shadow: 12px 15px 20px -10px rgba(0,0,0,0.40);
}
.shadow-lg {
  box-shadow: 0 0.3rem 1.525rem -0.375rem rgba(0,0,0,.1) !important;
}
.offcanvas {
  will-change: transform,box-shadow;
  transition: transform .4s cubic-bezier(0.165, 0.84, 0.44, 1),box-shadow .3s ease;
  box-shadow: none;
  visibility: visible !important;
}

.page-title-overlap {
  padding-bottom: 6.375rem;
}
.page-title-overlap+* {
  margin-top: -4.875rem;
}
.item .card {
  aspect-ratio: 1;
}
.side-container ul > li a{
  color: #4D4D4D;
  text-decoration: none;
  padding-block: 0.5rem;
  display: block;
  cursor: pointer;
  transition: all .4s ease-in-out;
}
.side-container ul > li a:hover{
  background-color: #00c993;
  border-radius: 6px;
  color: white;
  padding-inline: 10px;
  box-shadow:0 0.3rem 1rem -0.375rem rgb(17 152 114 / 48%) !important;
}
.filterOpen{
  bottom: 0 !important;
  transition: all .4s ease-in-out;
  box-shadow: 0px 5px 33px -5px rgb(45 45 45 / 48%) !important;
  border: 1px solid #e4e4e4;
  left: 0;
}
.accordion-button{
  box-shadow: none !important;
  text-decoration: none;
}
.accordion-button:not(.collapsed){
  background-color: var(--clr-primary-100) !important;
  color: black;
  
}
.product-slider{
  height: 360px;
}
.swiper-button-next, .swiper-button-prev{
  color: #00c993 !important;
}
.btn-share {
  display: inline-block;
  padding: 0.25rem 0.625rem;
  transition: color .25s ease-in-out,background-color .25s ease-in-out;
  border-radius: 0.25rem;
  font-size: .875rem;
  text-decoration: none !important;
  vertical-align: middle;
}
.btn-share.btn-twitter {
  background-color: rgba(29,161,242,.08);
  color: #1da1f2;
}
.btn-share.btn-twitter:hover{
  background-color:#1da1f2;
  color: #fff;
}
.btn-share.btn-instagram {
  background-color: rgba(88,81,219,.08);
  color: #5851db;
}
.btn-share.btn-instagram:hover{
  background-color:#5851db;
  color: #fff;
}
.btn-share.btn-facebook {
  background-color: rgba(59,89,152,.08);
  color: #3b5998;
}
.btn-share.btn-facebook:hover{
  background-color:#3b5998;
  color: #fff;
}  

.threePillars .card{
  border-color: #48ebbd;
  }
@media (max-width: 992px) { 

  .navbar-collapse{
    position: fixed;
    left: 0;
    top: 66px;
    padding: 20px;
    text-align: center;
    background: #f2fffb;
      width: 100%;
      z-index: 999;
      box-shadow: 12px 15px 20px -10px rgba(0,0,0,0.40);
      -webkit-box-shadow: 12px 15px 20px -10px rgba(0,0,0,0.40);
      -moz-box-shadow: 12px 15px 20px -10px rgba(0,0,0,0.40);
  }
  .heroImg-Container img{

    right: 0px !important;

  }
  .mPop .card .badge{
   font-size: 10px;
  }
  .heroContainer{
    height: 100%;;
  
  }
  .item-name{
    font-size: 12px;
  }
  .item-pricing h5{
    font-size: 16px;
  }
  .item-pricing span{
    font-size: 14px;
  }
  .heroshadowOne{
    top: 54%;
    right: 6%;
  }
  .heroshadowtwo{
    top: 54%;
    right: 6%;
  
  }
  .sectionPd{
    padding-block: 3rem;
  }
  
.offcanvas-collapse{
  bottom: -100%;
}


 }
 @media (max-width: 1200px) { 
  .heroshadowOne{
    width: 600px;
    height: 600px;
  }
  .heroshadowtwo{
    width:400px;
    height: 400px;
  
  }
 }
 .bgAboutHero{
  background-color: var(--clr-primary);
  position: absolute;
  inset: 0;
  z-index: -1;
  height: 97dvh;
 }
 .quiklinks a:hover{
  color: #1c1c1c;
 }
 @media (min-width: 992px) { 
  .navbar-nav{
    margin-right: 16px;
  }
  .navbar-nav .nav-item .nav-link{
  color: #575757;
  font-size: 14px;
  transition: all .2s ease-in-out;
  padding-inline: 16px;
 }
 .navbar-nav .nav-item:hover .nav-link{
  color: #1c1c1c;
  font-weight: 400;
 }
 .searchBox input{
  font-size: 14px;
  padding-inline: 15px;
 }
 .nav-item{
  border-bottom: 2px solid #dffbf300;
  transition: all .3s ease-in-out;
 }
 .nav-item:hover{
  border-bottom: 2px solid #21b98e;
 }
 .mPop{
  height: 80dvh;
    display: grid;
    place-content: center;
}
.m-unset-md{
  margin: unset !important;
}
.clientsay{
  height: 80dvh;
  display: grid;
  place-content: center;
}
.clientsay .swiper-slide{
  height: 360px;
}
.side-container{
  max-width: 22rem;
}
.offcanvas-collapse .offcanvas-header, .offcanvas-collapse .offcanvas-footer{
  display: none;
}
.offcanvas-collapse {
  display: block;
  position: static;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: 100% !important;
  height: auto !important;
  transform: none !important;
  background-color: rgba(0,0,0,0);
}
.side-container{
  border: 1px solid #e2e2e2;
  padding: .700rem;
}
.offcanvas-collapse.rounded-3 {
  border-radius: 0.4375rem !important;
}


.productDetails{
  height: 100%;

}

.product-slider{
  height: 600px;
}

.threePillars .card{
  height: 300px;
  }

 }

 .wrapper {
  position: relative;
}

button.scroll_down {

  height: 50px;
  width: 30px;
  bottom: 60px;
  background-color: transparent;
  border: 2px solid #22bf93;
  border-radius: 20px;
  cursor: pointer;
  outline: none;
}
button.scroll_down:before {
  position: absolute;
  top: 10px;
  content: '';
  width: 10px;
  height: 10px;
  margin-left: -5px;
  background-color: #ffc40a;
  border-radius: 100%;
  -webkit-animation: scroll_down_btn-animation 2s infinite;
  animation: scroll_down_btn-animation 2s infinite;
  box-sizing: border-box;
}



.swiper-slide {
  background-size: cover;
  background-position: center;
}


.mySwiperthumb {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiperthumb .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@keyframes scroll_down_btn-animation {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes scroll_down_btn-animation {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


.product-d-container .nav .nav-link{
  color: #1c1c1c;
}
.product-d-container .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  color:#00c993 !important;
  font-weight: 500;
}
.product-d-container #productTabContent .tab-pane li {
  list-style: none;
  display: flex;
  column-gap: 8px;
}
.product-d-container #productTabContent .tab-pane li::before {
  content: '\F26A';
  display: inline-block;
  font-family: bootstrap-icons;
  font-size: 24px;
  color: #fff;
}
#details-tab-pane.active.show,
#details-tab-pane.active.show + .tab-content {
    background-color: white !important;
}
#details-tab-pane{
  color: #4D4D4D;
}
#details-tab-pane th{
font-weight: 500;
}
#details-tab-pane.active.show{
  padding: 10px; 
  border-radius: 6px;
}
.tab-content {
    background-color: var(--clr-primary) !important;
}

@media (min-width: 576px) and (max-width: 992px) {
  .page-title-overlap + * {
    margin-top: -5rem;
  }
}


@media (min-width: 992px) {
  .border-lg-end{
    border-right: 1px solid  #dee2e6;
   }
}
.hpbg{
  background: #ffdfe7;
    padding: 10px;

} 