.myportfolio-container {
    padding: 30px 0;
}

.myportfolio-container h1 {

    margin-bottom: 20px;
    color: #000;
	font-family: "irswl";
}
.breadcrumb_wrapper {
  background:#000;
    background-image: none;
background-image: linear-gradient(90deg,#f9f9f9,#f9f9f9,#000);
}
.portfolio-grid {
    margin-top: 30px;
}
 .breadcrumb_nav li,  .breadcrumb_nav span,  .breadcrumb_nav a {
  color: rgba(255,255,255,0.5);
  font-size: 12px;
}
.portfolio-card {

    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    background: #fff;
}
.portfolio-card .imo{
position:relative;
z-index:1;
}
.portfolio-card .imo:after{
	background: #ffffff;
background: linear-gradient(0deg,rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0) 100%);
position:absolute;
bottom:0;
left:0;
z-index:1;
width:100%;
height:40%;
content:"";
}
.btn-primaryy{
	background:#000;
	color:#fff
}
.portfolio-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.portfolio-card img {
    width: 100%;
    height: 400px;
    object-fit: cover;
	object-position: top;
}

.portfolio-info {
    padding: 20px;
}

.portfolio-info h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
}

.portfolio-info p {
    color: #7f8c8d;
    margin-bottom: 15px;
}

.portfolio-detail .back-link {
    display: inline-block;
    margin-bottom: 20px;
    color: #3498db;
}

.portfolio-detail h1 {
    margin-bottom: 20px;
    color: #2c3e50;
}

.portfolio-description {
    line-height: 1.6;
    color: #34495e;
}

.demo-link {
    margin-top: 30px;
}

.font-faa{
	font-family: "irswl";
}