.showcase-area .showcase-img {
    width: 100%;
    height: 360px;
}
.breadcrumb-area {
    /*background-image: url('../../images/project/banner.jpg');*/
    background-image: linear-gradient(to bottom, rgba(0, 0, 255, 0), #153165),url('../../images/product/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-info .showcase-content h3 {
    white-space: normal;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    height: 3em;
    text-transform: none !important;
    margin-top: 0 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.showcase-btn .icon-btn {
    border: none;
}

.breadcrumb-area .container .row{
    margin-top: 85px;
}

