


  
  .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-home-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-home-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-home-cat .portfolio-info-home-cat {
    opacity: 0;
    position: absolute;
    transition: all 0.3s linear;
    text-align: center;
    top: 10%;
    left: 0;
    right: 0;
  }
  
  .portfolio .portfolio-item-home-cat .portfolio-info-home-cat h3 {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    transform: rotate(45deg);
  }
  
  .portfolio .portfolio-item-home-cat .portfolio-info-home-cat a i {
    color: rgba(255, 255, 255, 0.6);
    font-size: 28px;
    transition: 0.3s;
  }
  
  .portfolio .portfolio-item-home-cat .portfolio-info-home-cat a i:hover {
    color: white;
  }
  
  .portfolio .portfolio-item-home-cat:hover img {
    opacity: 0.6;
    /* transform: scale(1.0); */
  }
  
  .portfolio .portfolio-item-home-cat:hover .portfolio-info-home-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-home-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-home-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-home-cat-mobile .portfolio-info-home-cat-mobile {
  opacity: 0;
  position: absolute;
  transition: all 0.3s linear;
  text-align: center;
  top: 10%;
  left: 0;
  right: 0;
}

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

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

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

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

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


















  .home-diamond-image-cat{
    transform: rotate(315deg);
  }


  

  /* home page image  */
.diamond-shape {
  position: relative;
  width: 70%; /* Adjust as needed */
  height: 0;
  padding-bottom: 100%; /* This creates a square aspect ratio */
  overflow: hidden;
  transform: rotate(45deg); /* Rotate the container to make the diamond shape */
  margin-left: 25px;  
}

.diamond-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(-45deg); /* Rotate the image back to correct orientation */
}




