
.portfolio {
  padding-bottom: 60px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 12px 5px 12px;
  display: inline-block;
  padding: 0 4px 6px 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #444;
  transition: all 0.3s ease-in-out;
  border-bottom: 2px solid #fff;
  font-family: "Roboto", sans-serif;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  border-color: rgb(43, 42, 41);
  color: #68A4C4;
}

.portfolio .portfolio-item-product-cat {
  /* background: rgb(43, 42, 41); */
  /* background: rgb(253, 126, 0); */
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  margin: 0 0 0 0;
  /* width: 20%;
  height: 20%; */
  /* transform: rotate(45deg); */

}

.ro-img{
  
}

.portfolio .portfolio-item-product-cat img {
  transition: all 0.3s ease-in-out;
  /* width: 100%;
  height: 100%; */
  cursor: pointer;
  width: 100%; /* Set the image width to 100% of the container */
  height: 100%; /* Set the image height to 100% of the container */
  object-fit: cover; /* This makes the image cover the container area */
  object-position: center; /* Optional: center the image within the container */
  display: block; /* Removes default inline spacing */
  
  rotate: 90deg;
}

.portfolio .portfolio-item-product-cat .portfolio-info-product-cat {
  opacity: 0;
  position: absolute;
  transition: all 0.3s linear;
  text-align: center;
  top: 10%;
  left: 0;
  right: 0;
}

.portfolio .portfolio-item-product-cat .portfolio-info-product-cat h3 {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  transform: rotate(45deg);
}

.portfolio .portfolio-item-product-cat .portfolio-info-product-cat a i {
  color: rgba(255, 255, 255, 0.6);
  font-size: 28px;
  transition: 0.3s;
}

.portfolio .portfolio-item-product-cat .portfolio-info-product-cat a i:hover {
  color: white;
}

.portfolio .portfolio-item-product-cat:hover img {
  opacity: 0.6;
  /* transform: scale(1.0); */
}

.portfolio .portfolio-item-product-cat:hover .portfolio-info-product-cat {
  opacity: 1;
  top: calc(50% - 15px);
}





/* mobile view */




.portfolio {
  padding-bottom: 60px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 12px 5px 12px;
  display: inline-block;
  padding: 0 4px 6px 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #444;
  transition: all 0.3s ease-in-out;
  border-bottom: 2px solid #fff;
  font-family: "Roboto", sans-serif;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  border-color: rgb(43, 42, 41);
  color: #68A4C4;
}

.portfolio .portfolio-item-product-cat-mobile {
  /* background: rgb(43, 42, 41); */
  /* background: rgb(253, 126, 0); */
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  margin: 0 0 0 0;
  /* width: 20%;
  height: 20%; */
  /* transform: rotate(45deg); */

}

.ro-img{
  
}

.portfolio .portfolio-item-product-cat-mobile img {
  transition: all 0.3s ease-in-out;
  /* width: 100%;
  height: 100%; */
  cursor: pointer;
  width: 100%; /* Set the image width to 100% of the container */
  height: 100%; /* Set the image height to 100% of the container */
  object-fit: cover; /* This makes the image cover the container area */
  object-position: center; /* Optional: center the image within the container */
  display: block; /* Removes default inline spacing */
  
  rotate: 90deg;
}

.portfolio .portfolio-item-product-cat-mobile .portfolio-info-product-cat-mobile {
  opacity: 0;
  position: absolute;
  transition: all 0.3s linear;
  text-align: center;
  top: 10%;
  left: 0;
  right: 0;
}

.portfolio .portfolio-item-product-cat-mobile .portfolio-info-product-cat-mobile h3 {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  transform: rotate(45deg);
}

.portfolio .portfolio-item-product-cat-mobile .portfolio-info-product-cat-mobile a i {
  color: rgba(255, 255, 255, 0.6);
  font-size: 28px;
  transition: 0.3s;
}

.portfolio .portfolio-item-product-cat-mobile .portfolio-info-product-cat-mobile a i:hover {
  color: white;
}

.portfolio .portfolio-item-product-cat-mobile:hover img {
  opacity: 0.6;
  /* transform: scale(1.0); */
}

.portfolio .portfolio-item-product-cat-mobile:hover .portfolio-info-product-cat-mobile {
  opacity: 1;
  top: calc(50% - 15px);
}
