:root {
    /* background color  */
    --bg-primary-dark: #191a19;
    --bg-secondary: #1e5128;
    --bg-primary-light: #4e9f3d;
    --bg-secondary-light: #d8e9a8;
  
    /*color */
    --text-primary-dark: #191a19;
    --text-secondary: #1e5128;
    --text-primary-light: #4e9f3d;
    --text-secondary-light: #d8e9a8;
  
    /* font family  */
    --font-family-primary: "Montserrat", sans-serif;
    --font-family-secondary: "Josefin Sans", sans-serif;
    --font-family-tertiry: "Poppins", sans-serif;
  }
  @media (max-width: 768px) {
    .about-heading {
        font-weight: 800 !important;
        margin-top: 30px !important;
        font-size: 26px !important;
      }
      .about-subheading {
        font-size: 14px !important;
    
        line-height: 27px !important;
      }
      .about-heading-two{
        font-family: var(--font-family-tertiry);
        font-weight: 700;
        margin-top: 30px;
        font-size: 25px !important;
        color: var(--text-primary-dark);
    }
    .process-main-cards{
      height: auto !important;
      padding-top: 30px;
      padding-bottom: 30px;
    }
  }

.pages-header{
    background-image: url(/assets/images/home/qlty1.png);
    height: 200px;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
}
.pages-heading-1{
    text-align: center;
    font-family: var(--font-family-tertiry);
    font-weight: 700;
   
}
.color-g {
    color: var(--bg-primary-light);
  }

  .about-heading {
    font-family: var(--font-family-tertiry);
    font-weight: 900;
    margin-top: 30px;
    font-size: 50px;
    color: var(--text-primary-dark);
  }
  
  .about-subheading {
    font-family: var(--font-family-primary);
    font-size: 17px;
    word-spacing: 1px;
    line-height: 30px;
    color: var(--text-secondary);
    font-weight: 700;
  }
  .about-para {
    line-height: 30px;
    text-align: justify;
    font-family: var(--font-family-secondary);
  }
  
  
.hero-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

  background: var(--bg-primary-light);
  font-family: "Montserrat", sans-serif;
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  cursor: pointer;
  border: none;
}

.hero-button:after {
  content: " ";
  width: 0%;
  height: 100%;
  background: var(--bg-secondary);
  color: #fff !important;
  position: absolute;
  transition: all 0.4s ease-in-out;
  right: 0;
}

.hero-button:hover::after {
  right: auto;
  left: 0;
  width: 100%;
  
}

.hero-button span {
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 10px 40px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.3em;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}

.hero-button:hover span {
  color: var(--text-secondary-light);
  animation: scaleUp 0.3s ease-in-out;
}

@keyframes scaleUp {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(1);
  }
}
  .about-second{
    background-image: url(/assets/images/about/about-values.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding:80px 0px ;
  }


  .product9_gallery {
    width: 450px;
    height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    border-radius: 20px;
}
.img_moving_anim1 {
    position: relative;
    -webkit-animation: glide1 2s ease-in-out alternate infinite;
    animation: glide1 2s ease-in-out alternate infinite;
}

.about-heading-two{
    font-family: var(--font-family-tertiry);
    font-weight: 700;
    margin-top: 30px;
    font-size: 37px;
    color: var(--text-primary-dark);
}
.about-number{
    background-color: var(--bg-primary-light);
    width: 50px;
    height: 50px;
   
    border-radius: 50%;
   
}
.about-number h5{
    font-family: var(--font-family-tertiry);
    color: white;
    margin: 0px;
    
}
.about-points:hover{
    transform: translateY(-5px);
    cursor: pointer;
    transition: 2s;
}
.about-points .card{
    border: none;
}
.about-points .card-body{
    padding-left: 50px;
}
.about-points .card-body h4{
    font-family: var(--font-family-primary);
    color: var(--text-primary-dark);
    font-weight: 600;
    font-size: 20px;
}
.about-points .card-body p{
    font-family: var(--font-family-secondary);
    color: var(--text-primary-light);
    font-weight: 600;
    font-size: 14px;
}
img:not([draggable]), embed, object, video {
    height: auto;
    max-width: 100%;
}
.about-main-points{
    padding: 0px 15px;
}
.our-strength{
    margin: 50px 0px;
}
/* .header-tab{
    display: flex;
    justify-content: center;
    align-items: center;
} */
.our-strength .nav-link {
    width: 380px;
    height: 80px;
    color: #000000 !important;
    font-size: 20px;
    font-weight: 700;
    background-color: #f4f4f4;
    border-radius: 0rem !important;
}
.our-strength .nav-link.active {
    color: #ffffff !important;
    background-color: #82c408;
    border-radius: 10px !important;
}
.tab-left-img img{
    border-radius: 10px;
}
.tab-right-content .tab-sub-heading{
    font-family: var(--font-family-secondary);
    font-weight: 700;
    color: var(--text-primary-light);
}
.tab-right-content h3{
    font-family: var(--font-family-tertiry);
    font-weight: 700;
    color: var(--text-secondary);
}
.tab-right-content .tab-para{
    font-family: var(--font-family-primary);
    color: var(--text-primary-dark);
    text-align: justify;
    line-height: 30px;
}
.tab-pane {
    transition: opacity 0.5s ease-in-out;
}
.grow-content{
    font-family: var(--font-family-secondary);
  text-align: justify;
  line-height: 30px;
  }

.process-hero{
  padding-top:10px ;
  padding-bottom: 80px;
}
  
.how-we-right .accordion .accordion-item .accordion-header {
  background-color: transparent !important;
  font-family: var(--font-family-primary);
}

.how-we-right .accordion-button:not(.collapsed) {
  background-color: rgba(0, 0, 0, 0) !important;
  color: green !important;
}

.how-we-right .accordion-button:focus {
  box-shadow: none;
}

.how-we-right [type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  background-color: var(--bg-primary-light);
  color: white;
  font-weight: 700;
  transition: 1s;

}

.how-we-right  .accordion-item {
  background-color: transparent;
  border: none;
  margin-bottom: 10px;
}

.how-we-right  .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: unset;
  font-size: 25px;
  content: "-";
  color: #F4C708;

}

.how-we-right .accordion .accordion-item .accordion-button::after {
  flex-shrink: 0;
  width: unset;
  height: unset;
  margin-left: auto;
  content: "+";
  font-size: 25px;
  color: rgba(255, 255, 255, 0.5);
  background-image: none;
  background-size: contain;
  transition: transform 0.2s ease-in-out;
}
.how-we-right{
  background-image: url(/assets/images/home/qlty1.png);
}

.offer-bg{
  background-image: url(/assets/images/offer5.png);
  background-size: cover;
  padding:30px;
}
.offer-bg h4{
  font-family: var(--font-family-tertiry);
  font-weight: 600;
}
.process{
  margin-top: 40px;
  background-image: url(/assets/images/gallery1.png);
 
  padding: 70px 0px;

}
.about-heading-three{
  font-family: var(--font-family-tertiry);
  font-weight: 700;
  margin-top: 30px;
  font-size: 30px;
  color: var(--text-primary-dark);
}
.process-left-content h5{
  line-height: 30px;
  font-family: var(--font-family-primary);
  text-align: justify;
  margin-top: 20px;
  color: var(--text-primary-dark);
  font-weight: 600;
}
.process-left-content p{
  line-height: 30px;
  font-family: var(--font-family-secondary);
  text-align: justify;
  margin-top: 20px;
}
/* .process-content{
  background-image: url(/assets/images/home/1.png);
  height: ;
} */
.process-content{
  margin-bottom: 20px;
}

.process-content .card{
  border: none !important;
  background-color: transparent !important;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 60px 40px -7px;

}
.process-content .card .process-content-heading-one{
  font-family: var(--font-family-tertiry);
  font-weight: 700;
  color: var(--text-primary-light);
}
.process-content .card .process-content-para-one{
  font-family: var(--font-family-secondary);
  color: var(--text-primary-light);
  text-align: justify;
}
.process-content .card .process-content-heading-two{
  font-family: var(--font-family-tertiry);
  font-weight: 700;
  color: var(--text-primary-dark);
}
.process-content .card .process-content-para-two{
  font-family: var(--font-family-secondary);
  color: white;
  text-align: justify;
}

.process-content .card hr{
  color: white;
  opacity: 1 !important;
}
button.hero-button.rounded-pill {
  z-index: -1;
}
.process-heading img{
  width: 50px;
}
.process-main-cards{
  background-color: white;
  padding: 20px;
  height: 300px;
  margin-bottom: 15px;
}
.process-heading h5{
  font-family: var(--font-family-tertiry);
  margin-top: 10px;
  margin-left: 10px;
}
.process-content p{
  font-family: var(--font-family-secondary);
  text-align: justify;
  line-height: 30px;
}
