@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,100;1,500&display=swap");

body {
  font-family: "Roboto", sans-serif;
}

* {
  margin: 0;
  padding: 0;
}

.swiper {
  width: 100%;
  height: 100%;
}

/* .swiper-slide {
     height: 540px;
  } */

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider_container {
  height: 540px;
}

.slider_home_banner_dec {
  width: 60%;
  margin: 0 auto;
}

.next_prev_icon {
  color: white !important;
}

.swiper-pagination-bullet-active {
  background-color: #000 !important;
}

.swiper-pagination-bullet {
  background-color: gray;
}

.slide_btn {
  display: inline-block;
  line-height: 1;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 3px;
  color: #fff;
  fill: #fff;
  text-align: center;
  transition: all 0.3s;
  border: 2px solid #fff;
}

.banner_photo_conatiner {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.banner_photo {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
}

.banner_photo img {
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
}

.about_bar {
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  background-color: #e2e2e2;
  height: 20px;
  width: 18px;
}
.header_line {
  position: relative;
  display: inline-block;
}

.header_line svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  transform: translate(-50%, -50%);
  overflow: visible;
}

.header_line path {
  stroke: #079244;
  stroke-width: 8px;
  fill: none;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
  animation: draw 5s forwards infinite;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

.two_img_banner_conatainer:hover .zoom-image {
  transform: scale(1.1);
}
.zoom-image {
  transition: transform 0.5s ease;
}
.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Adjust opacity as needed */
}

.swiper-pagination-bullet .home_product_pagination_icon {
  margin-top: 20px !important;
  position: absolute;
}

.blog_card {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
}

img.w-full.h-auto {
  aspect-ratio: 1 / 0.8;
}

input:focus {
  box-shadow: none !important;
}
/* box card */
/* box card */
.tp-product-thumb-3,
.tp-product-thumb-4 {
  background-color: #f6f6f6;
  position: relative;
  overflow: hidden;
}

.tp-product-thumb-3 img {
  width: 100%;
  transition: opacity 0.5s ease-in-out;
}

.tp-product-thumb-3 .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.tp-product-thumb-3:hover .main-image {
  opacity: 0;
}

.tp-product-thumb-3:hover .hover-image {
  opacity: 1;
}

.tp-product-add-cart-btn-large-wrapper {
  bottom: -48px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  visibility: hidden;
  width: 100%;
  transition: bottom 0.5s ease-in-out, opacity 0.5s ease-in-out;
  -webkit-transition: bottom 0.5s ease-in-out, opacity 0.5s ease-in-out;
  -moz-transition: bottom 0.5s ease-in-out, opacity 0.5s ease-in-out;
  -ms-transition: bottom 0.5s ease-in-out, opacity 0.5s ease-in-out;
  -o-transition: bottom 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.tp-product-thumb-3:hover .tp-product-add-cart-btn-large-wrapper {
  bottom: 0px;
  opacity: 1;
  visibility: visible;
}

.tp-product-add-cart-btn-large {
  background-color:  #079244;
  color: white;
  display: inline-block;
  font-family: var(--primary-font);
  font-size: 18px;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 30px;
  text-transform: capitalize;
  width: 100%;
}

.title-overlay {
  background-color: rgba(0, 0, 0, .25);
}
.fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  right: 0;
  bottom: 0;
  padding: 0 !important;
  margin: 0 !important;
}

@media screen and (max-width: 992px) {
  .slider_home_banner_dec {
    width: 100%;
  }
  .banner_photo_conatiner {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .slider_container {
    height: 350px !important;
    width: auto;
    height: auto;
  }
}
