.cards img{
  height: 430px;
  width: 500px;
}
.product-details{
  margin-left: 20px;
  margin-top: 20px;
  overflow: hidden;
}
.product-details h1{
  color: red;
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: bolder;
  font-family: 'Times New Roman', Times, serif;
  opacity: 80%;
}
.product-details h5{
  font-size: 15px;
}
.product-details h2{
  color: black;
  font-weight: bolder;
  font-size: 25px;
  margin-bottom: 5px;
}
.product-details h3{
  color: white;
  text-decoration: none;
  font-size: 17px;
  font-weight: bold;
  height: auto;
  width: 250px;
  border-radius: 5px;
  background: black;
  line-height: 40px;
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-details i{
  margin-right: 15px;
}
.product-details:hover h3{
  background: red;
}
.product-details h4{
  font-size: 25px;
  text-align: center;
  margin-top: 30px;
}
.product-details p{
  font-size: 16px;
}

.share-product h5{
  font-size: 15px;
  color: red;
}
.share-product-icon{
  display: flex;
}
.share-product i{
  height: 30px;
  width: 30px;
  font-size: 18px;
  color: black;
  display: flex;
  margin: 4px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid black;
}
.share-product i:hover{
  color: red;
  border: 1px solid red;
  transform: scale(1.03);
}

@media only screen and (max-width: 768px) {
  .product-details h3{
    margin-left: 23px;
  }
  .product-details h1{
    text-align: center;
  }
  .product-details h2{
    text-align: center;
  }
  .product-details input{
    margin-left: 120px;
    margin-top: 7px;
    color: red;
  }
  .share-product-icon{
    justify-content: center;
  }
  .share-product h5{
    text-align: center;
  }
  .product-details h5{
   text-align: center;
  }
}

.related-head h5{
  font-size: 23px;
  margin-top: 40px;
}
.related-product{
  display: flex;
  flex-wrap: wrap;
  background: rgb(0 0 0 / 0.2);
  margin: 10px;
  justify-content: center;
  align-items: center;
}
.related-product-card{
  height: 280px;
  width: 173.5px;
  margin: 4px;
  border-radius: 3px;
  background-color: white;
}
.related-product-card:hover{
  transform: scale(1.03);
  transition: all 1s ease;
}
.related-product-card:hover img{
  transform: scale(0.95);
}
.related-product-card img{
  width: 100%;
  height: 70%;
}
.related-product-card h1{
  font-size: 20px;
  margin: 5px;
}
.related-product-card h2{
  font-size: 25px;
  margin: 5px;
  color: red;
}
@media only screen and (max-width: 768px) {
  .related-product{
    margin: 3px;
  }
  .related-product-card{
    height: 250px;
    width: 151px;
    margin: 4px;
  }
  .related-product-card h1{
    font-size: 15px;
  }
  .related-product-card h2{
    font-size: 18px;
    
  }
}

/*=======================category/brands styling=================*/

.category-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.category-list h1{
  display: flex;
  margin: 20px;
  font-size: 25px;
  text-decoration: none;
  text-align: center;
  height: auto;
  width: 300px;
  border-radius: 5px;
  background: rgb(240, 175, 175, 0.2);
}
.category-list h1:hover i{
  color: red;
  transform: scaleX(1.4);
}
.category-list h1:hover a{
  color: red ;
  transform: translateY(-3px);
}

.category-list i{
  color: black;
  margin-right: 5px;
  transform: translateY(4px);
}
    
.categories-select{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.cat-template{
  height: 100px;
  width: 175px;
  border-radius: 10px;
  margin: 5px;
   transition: 1s ease-in;
  background-size: 80%; 
  background-position: center;
  background-repeat: no-repeat;
}
#our_brands{
  width: 100%;
  height: auto;
  justify-content: center !important;
  align-items: center !important;
}
.cat-template:hover{
  transform: scale(1.02);
}
.cat-header h1{
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-top: -34%;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  font-family: montserrat;
  height: 100px;
  width: 175px;
  border-radius: 10px;
  background-color: rgba(31, 30, 30, 0);
  color: transparent;
}
@media only screen and (max-width: 768px) {
  .category-list h1{
    margin: 5px;
    font-size: 15px;
  }
  .category-list i{
    color: black;
    margin-right: 3px;
    transform: translateY(3px);
  }
  .cat-template{
    height: 75px;
    width: 103px;
    border-radius: 5px;
    margin: 5px;
    overflow: hidden;
  }

  .cat-header h1{
    margin-top: -59%;
    font-size: 15px;
    height: 70px;
    width: 103px;
    border-radius: 5px;
  }
}

/*==================styling for service individual page==================*/

.service-dt-individual h1{
  font-size: 30px;
  text-align: center;
}
.service-dt-individual img{
  height: 350px;
  width: 100%;
  margin-bottom: 10px;
}
.detail-text{
  width: 80%;
  margin-left: 10%;
}
.detail-text p{
  font-size: 17px;
  text-align: left;
  font-weight: 400;
  text-align: center;
}
.detail-text h5{
  color: red;
  margin-bottom: -10px;
}
.booking-details{
  width: auto;
  height: 350px;
  margin-top: 10px;
  margin-bottom: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  background: rgba(255, 255, 255, .2);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(6px);
}
.booking-details-inner h4{
  font-size: 18px;
}
.phonenumber{
  margin-bottom: 10px;
}
.booking-details-inner input{
  height: 45px;
  width: 80%;
  margin-left: 4%;
}
.success{
  color: red;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .booking-details-inner input{
    height: 40px;
    width: 80%;
  }
  
}