.preyantechnosys-portfoliobox-style1 .prt-featured-image {
    position: relative;
}
.preyantechnosys-portfoliobox-style1 .preyantechnosys-post-item {
    perspective: 800px;
    perspective-origin: 0 0;
    position: relative;
    transform: none;
}
.preyantechnosys-portfoliobox-style1 .prt-featured-outer-wrapper.prt-post-featured-outer-wrapper {
    height: 450px;
    width: 100%;
    background-size: cover;
    background-position: 100%;
    background-repeat: no-repeat;
}
.preyantechnosys-portfoliobox-style1 .prt-featured-content {
    width: 300px;
    height: 150px;
    transform-origin: 0%;
    background-color: #000;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 25px;
    padding-right: 20px;
    display: flex;
    opacity: 0;
    position: absolute;
    top: auto;
    bottom: 30px;
    left: 30px;
    right: auto;
    transform: rotateY(90deg)perspective(400px);
    transition: all 0.5s ease;
}
.preyantechnosys-portfoliobox-style1:hover .prt-featured-content {
    opacity: 1;
    transform: rotateY(0deg)perspective(400px);
}
.preyantechnosys-portfoliobox-style1 .preyantechnosys-box-title h4 a {
    color: var(--prt-whitecolor);
}
.preyantechnosys-portfoliobox-style1 .preyantechnosys-box-title h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 36px;
    text-decoration: none;
    margin-bottom: 0;
}
.preyantechnosys-portfoliobox-style1 .prt-port-cat {
    text-transform: none;
    color: rgba(255, 255, 255, .6);
    font-size: 14px;
}
@media (max-width: 400px){
.preyantechnosys-portfoliobox-style1 .prt-featured-content {
    width: 200px;
}
}




/*portfolio style 1*/

/*portfolio style 2*/
.preyantechnosys-portfoliobox-style2 .preyantechnosys-post-item-inner {
    overflow: hidden;
}
.preyantechnosys-portfoliobox-style2 .preyantechnosys-post-item-inner:before {
    background-image: linear-gradient(135deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .46) 72%, var(--prt-secondarycolor));
    position: absolute;
    content: "";
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    opacity: 0;
    transition: all 0.3s ease;
}
.preyantechnosys-portfoliobox-style2:hover .preyantechnosys-post-item-inner:before {
    opacity: 1;
}
.preyantechnosys-box-overlay {
    padding: 20px 40px 40px 20px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
    opacity: 0;
    transition: all 0.3s ease;
}
.preyantechnosys-portfoliobox-style2:hover .preyantechnosys-box-overlay {
    opacity: 1;
}
/*portfolio style 2*/