/* start of header section */

.header-sec {
  margin: 0 15px;
  background: var(--white-color);
  padding: 12px 10px;
  border-radius: 0px 0px 10px 10px;
}

.logo {
  display: inline-block;
}

.logo img {
  max-width: 150px;
  width: 100%;
}

.nav-item .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: var(--secondary-color);
}

.nav-item .nav-link:hover,
.nav-item .nav-link.active {
  transition: 0.3s;
  cursor: pointer;
  color: var(--primary-color);
}

.mobile-menu {
  position: fixed;
  top: 0;
  z-index: 1024;
  background: #0000001f;
  height: 100%;
  width: 100%;
  transform: translateX(-100%);
  transition: 0.5s;
}

.mobile-menu.show {
  transform: translateX(0);
}

.menu-wrapper {
  max-width: 400px;
  width: 100%;
  padding: 30px;
  height: 100%;
  background: var(--white-color);
}

.menu-wrapper .logo img {
  max-width: 130px;
}

.close-btn {
  font-size: 22px;
  padding: 0;
  cursor: pointer;
  color: var(--black-color);
}

.close-btn:hover {
  color: var(--primary-color);
}

/* end of header section */

/* start of banner section */

.slide-item .title {
  font-size: 60px;
  line-height: 70px;
  font-weight: 500;
  letter-spacing: -1.1px;
  color: var(--secondary-color);
  text-transform: capitalize;
  margin-bottom: 25px;
}

.slide-item .title span {
  color: #00954c;
}

.slide-item {
  padding: 80px 0;
}

.banner-slider {
  padding: 20px 50px;
  background: var(--white-color);
  border-radius: 10px;
  margin-top: 20px;
}

.slide-item .image-item {
  margin: 0;
  text-align: center;
}

.slide-item .image-item img {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}

.banner-sec .owl-nav {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 10px;
}

.banner-sec {
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.slide-item .subtitle,
.slide-item .title,
.slide-item .desc,
.slide-item .btn,
.slide-item .image-item {
  transform: translateY(100px);
}

.owl-item.active .slide-item .subtitle {
  transition: 0.5s;
  transform: translateY(0px);
}

.owl-item.active .slide-item .title {
  transition: 0.8s;
  transform: translateY(0px);
}

.owl-item.active .slide-item .desc {
  transition: 1s;
  transform: translateY(0px);
}

.owl-item.active .slide-item .btn {
  transition: 1.2s;
  transform: translateY(0px);
}

.owl-item.active .slide-item .image-item {
  transition: 1.4s;
  transform: translateY(0px);
}

.banner-sec .owl-theme .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 50px;
}

/* end of banner section */

/* start of why choose section */

.choose-box .choose-icon {
  font-size: 40px;
  line-height: normal;
  margin-bottom: 20px;
  color: var(--primary-color);
}

.choose-box .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 34px;
  color: var(--black-color);
  letter-spacing: -0.03em;
}

.choose-box {
  border-radius: 10px;
  height: 100%;
}

/* end of why choose section */

/* start of product section */

.product-wrapper {
  border-radius: 10px;
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.product-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 600px;
  width: 400px;
  z-index: -1;
  background: url("../../assets/images/shape.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.product-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 600px;
  width: 400px;
  z-index: -1;
  background: url("../../assets/images/shape.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}

.product-wrapper .owl-theme .owl-dots {
  justify-content: center;
  margin-top: 40px !important;
}

.product-card {
  background-color: #15272b;
  padding: 30px;
  border-radius: 10px;
}

.btn.card-btn {
  background: transparent;
  padding: 0;
}

.btn.card-btn:hover {
  background: transparent;
}

.btn.card-btn span {
  background-color: #00964c;
}

.product-img {
  width: 100%;
  height: 250px;
  border-radius: 5px;
  overflow: hidden;
}

.product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card .product-title {
  color: var(--white-color);
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.product-card .product-content {
  margin-top: 35px;
}

/* end of product section */

/* start of counter section */

.counter-box .content {
  width: 100%;
}

.counter-box .content .title {
  font-size: 74px;
  line-height: 84px;
  margin: 0;
  font-weight: 500;
}

.counter-sec {
  margin-bottom: -120px !important;
  z-index: 99;
  position: relative;
}

/* end of counter section */

/* start of client review section */

.client-wrapper {
  border-radius: 10px;
  position: relative;
  z-index: 5;
  padding-top: 70px;
  overflow: hidden;
}

.about .client-wrapper {
  padding-top: 65px !important;
}

.client-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 600px;
  width: 400px;
  z-index: -1;
  background: url("../../assets/images/shape.svg");
  background-repeat: no-repeat;
  background-size: contain;
  mix-blend-mode: difference;
}

.client-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 600px;
  width: 400px;
  z-index: -1;
  background: url("../../assets/images/shape.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  mix-blend-mode: difference;
}

.review-card {
  padding: 25px;
  background: var(--white-color);
  border-radius: 10px;
}

.review-card .quote-icon i {
  font-size: 60px;
  color: #009a4e;
  line-height: 70px;
  margin-bottom: 10px;
}

.review-card .quote-icon {
  display: inline-flex;
}

.review-card .desc {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 25px;
}

.review-card .name {
  color: var(--black-color);
  font-size: 22px;
  font-weight: 600;
}

.review-slider .owl-dots {
  justify-content: center !important;
  margin-top: 30px !important;
}

/* end of client review section */

/* start of contact section */

.contact-wrapper {
  border-radius: 10px;
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.contact-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 600px;
  width: 400px;
  z-index: -1;
  background: url("../../assets/images/shape.svg");
  background-repeat: no-repeat;
  background-size: contain;
  mix-blend-mode: difference;
}

.contact-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 600px;
  width: 400px;
  z-index: -1;
  background: url("../../assets/images/shape.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  mix-blend-mode: difference;
}

.contact-wrapper .map {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  opacity: 0.4;
  z-index: -1;
}

.contact-form {
  padding: 25px 50px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  max-width: 610px;
  width: 100%;
  backdrop-filter: blur(6px);
}

.contact-form .form-control {
  background: transparent;
  border: 0;
  padding: 12px 0;
  height: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0;
  color: #000;
  font-size: 16px;
  line-height: normal;
  filter: brightness(3);
}

.contact-form textarea {
  min-height: 105px;
}

/* end of contact section */

/* start of footer section */

.footer-sec .title {
  font-size: 22px;
  line-height: normal;
  font-weight: 600;
  color: var(--bkack-color);
}

.footer-sec .list-item li a {
  font-size: 16px;
  line-height: normal;
  color: var(--text-color);
  transition: 0.3s;
}

.footer-sec .list-item li a:hover {
  color: var(--primary-color);
  transition: 0.3s;
}

.footer-sec .list-item li span {
  font-size: 18px;
  color: var(--primary-color);
}

.copyright p {
  font-size: 16px;
  line-height: normal;
  margin: 0;
  color: var(--text-color);
}

.copyright p a {
    color: #00904b;
}

.copyright p a:hover {
  color: var(--secondary-color);
}

.social-list li a {
  color: var(--primary-color);
  font-size: 18px;
  line-height: normal;
  transition: 0.5s;
}

.social-list li a:hover {
  color: var(--secondary-color);
  transition: 0.5s;
}

/* end of footer section */

/* start of breadcrumb section */

.page-title .page-title-wrapper {
  background-image: url("../../assets/images/products/cate02.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.page-title .page-title-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:#00954c;
  opacity: 0.8;
  z-index: -1;
}

.page-title .title {
  font-size: 40px;
  margin-bottom: 12px;
  line-height: normal;
  font-weight: 500;
  color: var(--white-color);
}

.page-title .breadcrumb {
  padding: 5px 12px;
  background: rgb(255 255 255 / 80%);
  backdrop-filter: blur(20px);
  border-radius: 30px;
  margin: 0;
}

.page-title .breadcrumb span {
  color: var(--primary-color);
  font-size: 17px;
}

.page-title .breadcrumb li {
  color: var(--secondary-color);
}

.page-title .breadcrumb li a {
  color: #0c4da2;
}

/* end of breadcrumb section */

/* start of about us section */

.about-sec .img-item {
  width: 100%;
  height: 500px;
  border-radius: 10px;
  overflow: hidden;
}

.about-sec .img-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* end of about us section */

/* start of product section */

.product-details .img-item {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.product-sidebar {
  padding: 30px;
  background-color: var(--primary-color);
  overflow: hidden;
  border-radius: 10px;
}

.product-sidebar .title {
  color: #fff;
  font-size: 25px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.product-sidebar .product-list li a {
  color: var(--white-color);
}

.product-sidebar .product-list li {
  font-size: 17px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}

.product-details .content .title {
  font-size: 30px;
  line-height: normal;
  font-weight: 500;
  color: var(--secondary-color);
}

/* end of product section */

/* start of contact section */

.info-card {
  padding: 30px;
  transition: 0.5s;
}

/* .info-card .icon {
  width: 80px;
  height: 80px;
  background: #d8e5e5;
  margin-bottom: 25px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color: var(--primary-color);
  transition: 0.5s;
} */

.info-card .title {
  font-size: 25px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
}

.info-card .link {
  color: var(--secondary-color);
  transition: 0.3s;
}

/* .info-card:hover .icon {
  background: #00974d;
  color: var(--white-color);
  transition: 0.5s;
} */

.info-card .link:hover {
  color: var(--primary-color);
  transition: 0.3s;
}

.form-area .form-control::placeholder {
  color: var(--secondary-color);
}

.form-area .form-control {
  border-color: var(--secondary-color);
}

.form-control:focus, .btn-check:focus+.btn-primary, .btn-primary:focus {
  box-shadow: inherit !important;
}

/* end of contact section */


/* media querry 991px  */

@media screen and (max-width: 991px) {

.contact-form {
    padding: 25px 50px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    max-width: 610px;
    width: 100%;
    backdrop-filter: blur(6px);
    display: block;
    margin: auto;
}

.client-wrapper {
    border-radius: 10px;
    position: relative;
    z-index: 5;
    padding-top: 50px;
    overflow: hidden;
}

.my-100 {
    margin: 50px 0 !important;
}

.py-100 {
    padding: 50px 0 !important;
}

}

/* media querry tablet size */

@media screen and (max-width: 900px) {

  .tag{
  max-width: 224px;
}

}


/* media Querry small size  */

@media screen and (max-width: 767px) {

.header-sec {
    margin: 0 15px;
    background: var(--white-color);
    padding: 22px 10px;
    border-radius: 0px 0px 10px 10px;
}

.heading-item .title {
    font-size: 30px !important;
    line-height: 50px;
    font-weight: 500;
    letter-spacing: -0.03em;
    color: var(--black-color);
}

.contact-form {
    padding: 25px 50px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    max-width: 610px;
    width: 100%;
    backdrop-filter: blur(6px);
    display: block;
    margin: auto;
}

.my-100 {
    margin: 60px 0;
}

.py-100 {
    padding: 50px 0 !important;
}

.footer-sec .title {
    font-size: 22px;
    line-height: normal;
    font-weight: 600;
    color: var(--bkack-color);
    margin: 10px 0px !important;
}

}

/* Media Querry 660px */

@media screen and (max-width: 660px) {

/* .store-tt{
  max-width: 150px;
} */

}

/* media Querry-Mobile Responsive */


@media screen and (max-width: 575px) {

  .header-sec {
    margin: 0 15px;
    background: var(--white-color);
    padding: 20px 10px;
    border-radius: 0px 0px 10px 10px;
}

  .heading-item .title {
    font-size: 25px !important ;
    line-height: 40px !important;
    font-weight: 500;
    letter-spacing: -0.03em;
    color: var(--black-color);
  }

.slide-item {
    padding: 60px 0;
}

  .slide-item .title {
    font-size: 40px;
    line-height: 70px;
    font-weight: 500;
    letter-spacing: -1.1px;
    color: var(--secondary-color);
    text-transform: capitalize;
    margin-bottom: 25px;
}

.page-title .title {
    font-size: 33px;
    margin-bottom: 12px;
    line-height: normal;
    font-weight: 500;
    color: var(--white-color);
}

section.about-us-part {
    padding-top: 40px !important;
}


.client-wrapper {
    border-radius: 10px;
    position: relative;
    z-index: 5;
    padding-top: 40px !important;
    overflow: hidden;
}

.store-tt{
  max-width: 100%;
}


.tag {
    max-width: 100%;
}

.my-100 {
    margin: 40px 0 !important;
}

.py-100 {
    padding: 35px 10px !important;
}

.footer-sec .title {
    font-size: 22px;
    line-height: normal;
    font-weight: 600;
    color: var(--bkack-color);
    margin: 10px 0px !important;
}

.contact-form {
    padding: 25px 25px !important;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    max-width: 610px;
    width: 100%;
    backdrop-filter: blur(6px);
}

.info-card {
    padding: 13px;
    transition: 0.5s;
    margin: 10px 0px;
    height: 260px;
    width: 100%;
}

.footer-sec .list-item li a {
    font-size: 16px;
    line-height: 1.7;
    color: var(--text-color);
    transition: 0.3s;
}

}  