.showcase-area .showcase-img {
    width: 100%;
    height: 360px;
}
.breadcrumb-area {
    background-image: url('../../images/project/banner.jpg');
}
.showcase-img {
    cursor: pointer;
}

.showcase-img:hover img {
    transform: scale(1.2);
}

.showcase-area .showcase-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    transition: 0.3s;
}

.showcase-info {
    display: flex;
}

.showcase-info .showcase-content {
    width: 75%;
}

.showcase-info .showcase-btn {
    width: 25%;
    margin-left: 16px;
    display: flex;
    justify-content: end;
}

.showcase-info .showcase-content > * {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.showcase-btn .icon-btn {
    border: none;
}

