@import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Cormorant+SC:wght@300;400;500;600;700&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@media (max-width: 497px) {
  .mobileviewhome {
    margin-top: 20px;
  }
}
@media (max-width: 497px) {
  .tpslider {
    padding-top: 10px;
    height: 700px;
  }
}
@media (max-width: 767px) {
  .tpslider__thumb {
    padding-top: 10px;
    margin-left: 0px;
  }
}
.about-area .tpabout__inner-thumb-2 img {
  border-radius: 8px;
  box-shadow: 2px -2px 5px 0px black;
}

.about-area .section-title {
  color: #96ae00;
  font-size: 40px;
  font-weight: 600;
}

.product-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.product-card img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-details {
  padding: 15px;
  text-align: center;
}

.product-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.product-description {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 10px;
}

.product-meta {
  font-size: 0.9rem;
  color: #555;
}

.buy-btn {
  margin-top: 15px;
  display: inline-block;
  background-color: #96ae00;
  color: white;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.buy-btn:hover {
  background-color: #2d2a6e;
  color: #fff;
}

@media (max-width: 576px) {
  .product-card img {
    height: 150px;
  }
}
.product-inline-padding {
  padding-inline: 40px;
}

.tpchoose__item {
  background-color: var(--tp-common-white);
  padding: 50px 35px 45px 35px;
  border-radius: 20px;
  height: 100%;
}

@media (max-width: 497px) {
  .tpabout__inner-2 p {
    font-family: var(--tp-ff-jost);
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: var(--tp-text-body);
    margin-bottom: 25px;
    padding-inline: 28px;
  }
}
@media (max-width: 497px) {
  .tpabout__inner-title-2 {
    padding-left: 20px;
  }
}/*# sourceMappingURL=mystyle.css.map */