.nav-head {
      /* border: 1px solid red; */
      display: flex;
      justify-content: space-between;
      padding-left: 30px;
      padding-right: 30px;
      align-items: center;
}
.ul{
      list-style: none;
      display: flex;
}
.li{
      border: 1px solid purple;
      margin-right: 20px;
      border: none;
      font-size: 16px;
      font-weight: normal;
}
.logo{
      font-weight: bold;
      font-size: 24px;
}
.hero{
      margin-left: 30px;
      margin-right: 30px;
      display: flex;
      justify-content: space-between;
      align-items: center;
}
.content-headin{
      /* border: 1px solid; */
      font-weight: bold;
      font-size: 45px;
      margin-bottom: -10px;
}
.but{
      display: flex;
      align-items: center;
      gap:5px ;
      color: white;
      background: #E02C6D;
      border-radius: 25px;
      border: none;
      padding: 10px;
}
.pre{
      font-size: 16px;
      font-weight: bold;
}
.company{
      text-align: center;
      margin-top: 30px;
}
.company_img{
      margin-right: 50px;
}
.foot{
      margin-top: 30px;
      background-color: black;
      color: white;
      padding-top: 20px;
      padding-bottom: 30px;
}
.foot_head{
      font-size: 24px;
      font-weight: bold;
      margin-bottom: -10px;
      text-align: center;
}
.copy{
      font-size: 16px;
      font-weight: bold;
      text-align: center;
}
.copy-ser{
      font-size: 14px;
      font-weight: bold;
      margin-top: -10px;
      text-align: center;
}
.socil-icon{
      text-align: center;
      margin-top: -6px;
}
.product-heading{
      margin-top: 70px;
      text-align: center;
      font-size: 28px;
      font-weight: bold;
}
.product-card{
      border: 1px solid white;
      width: 300px;
      height: 450px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
      /* border-radius: 15px; */
      padding: 10px;
}
.product-name{
      font-size: 28px;
      font-weight: bold;
      margin-top: 6px;
      margin-bottom: -13px;
}
.product-price{
      font-size: 24px;
      margin-bottom: -15px;
}
.product-reating{
      font-size: 22px;
      margin-bottom: -8px;
}
.product-description{
      font-size: 19px;
      font-weight: bold;
}
.product-view{
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      /* border: 1px solid red; */
      align-content: center;
      gap: 25px;
}
.product-card{
      margin: 0 auto;

}


