
 .hero {
    background-image: url("office image/jewelry.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 100px 20px;
    text-align: center;
    height: 80vh;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      text-align: center;
      

    
  }
  .hero h1{
       font-size: 3rem;
      font-weight: bold;
      background-color: rgba(0, 0, 0, 0.6);
      padding: 1rem;
      border-radius: 10px;
  }
  .hero h6{
     font-size: 1rem;
      font-weight: bold;
      background-color: rgba(0, 0, 0, 0.6);
      padding: 1rem;
      border-radius: 7px;
  }

  
  .product-card img {
      height: 250px;
      object-fit: cover;
    }
    .testimonial img {
      width: 80px;
      height: 80px;
      object-fit: cover;
      border-radius: 50%;
    }