


/* PortfolioBox  Styles-2 */

.themetechmount-portfoliobox-style2 .tm-featured-wrapper {
    position: relative;
    z-index: 0;
    display: block;
    border-radius: 30px;
}
.themetechmount-portfoliobox-style2 .themetechmount-post-item-inner img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    min-width: 100%;
}
.themetechmount-portfoliobox-style2:hover .themetechmount-post-item-inner img {
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}
.themetechmount-portfoliobox-style2 .tm-featured-wrapper:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    transition: all 0.5s linear;
    z-index: 1;
    background: -webkit-linear-gradient(90deg, rgb(33 37 41 / 50%) 40%, rgba(0, 0, 0, 0) 100%);
}
.themetechmount-portfoliobox-style2:hover .tm-featured-wrapper:before {
    opacity: 1;
}
.themetechmount-portfoliobox-style2 .themetechmount-box-overlay {
    padding:0 30px;
    position: absolute;
    bottom: 0;
    opacity: 0;
    text-align: left;
    width: 100%;
}
.themetechmount-portfoliobox-style2:hover .themetechmount-box-overlay {
    opacity: 1;
    bottom: 20px;
}
.themetechmount-portfoliobox-style2 .themetechmount-box-content,
.themetechmount-portfoliobox-style2 .themetechmount-box-title {
    display: block;
    overflow: hidden;
}
.themetechmount-portfoliobox-style2 .themetechmount-box-title h4 {
    cursor: pointer;
    margin-bottom: 10px;
    transform: translateY(100%);
    transition: all 0.5s linear;
}
.themetechmount-portfoliobox-style2:hover .themetechmount-box-title h4 {
    transform: translateY(0);
}
.themetechmount-portfoliobox-style2 .themetechmount-box-content .themetechmount-box-title h4 a {
    color: var(--ttm-whitecolor);
}

/**/