.prt-showcasebox-style1 .prt-showcase-description {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    right: auto;
    left: 0;
    bottom: 0;
    margin: auto;
    visibility: hidden;
    transition: all .9s ease, transform .9s ease;
    border-radius: 25px;
    clip-path: inset(0 100% 0 0);
    animation: inactiveImageAnimation1 0.6s forwards ease;
    position: absolute;
    width: 75%;
}

.prt-showcasebox-style1 {
    position: static;
}
.prt-showcasebox-style1 .prt-showcase-description {
    align-items: center;
    display: flex;
    gap: 30px;
}
.prt-showcasebox-style1 .showcase-item-content {
    position: static;
    overflow: hidden;
}
.prt-showcasebox-style1 .prt_showcasebox_contents.active .prt-showcase-description {
    transition: .5s all;
    opacity: 1;
    animation: activeImageAnimation1 0.6s forwards ease;
    visibility: visible;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    z-index: 1;
}
.prt-showcasebox-style1 .prt-showcase-title {
    position: relative;
    background-color: var(--prt-greycolor);
    border-radius: var(--prt-globalradius);
    margin: 10px 0;
    padding: 25px 18px;
    text-align: left;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 30%;
    float: right;
    display: flex;
    align-items: center;
    gap: 30px;
}
.prt-showcasebox-style1 .prt_showcasebox_contents.active .prt-showcase-title {
    transform: scale(1.08) translateX(-20px);
    background-color: var(--prt-skincolor);
    z-index: 9;
}
.prt-showcasebox-style1  .prt_showcasebox_details {
    width: 40%;
}
.prt-showcasebox-style1 .prt-post-featured-link-wrapper {
    width: 400px;
    height: 450px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.prt-showcasebox-style1 .prt-showcase-title .prt-box-title h4 {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 32px;
}
.prt-showcasebox-style1 .prt_showcasebox_contents.active .prt-showcase-title .prt-box-title h4, .prt-showcasebox-style1 .prt_showcasebox_contents.active .prt-showcase-title .prt-box-title h4 a {
    color: #ffffff;
}
.prt-showcasebox-style1 .prt-showcase-title .prt-box-title h4 a:hover {
    color: #ffffff;
}
.prt-showcasebox-style1 .prt-box-icon i {
    font-size: 42px;
}
.prt-showcasebox-style1 .prt-box-icon {
    width: 74px;
    height: 74px;
    background-color: var(--prt-greycolor);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(-90deg, #ffffff 0%, #ffffff 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    box-shadow: 0 0 15px 2px rgb(0 0 0 / 5%);
}
.prt-showcasebox-style1 .prt_showcasebox_contents.active .prt-box-icon {
    background-color: transparent;
    color: #ffffff;
    background-image: linear-gradient(var(--prt-skincolor), var(--prt-skincolor)), linear-gradient(-90deg, #ffffff 0%, #ffffff 100%) !important;
}
.prt-showcasebox-style1 .preyantechnosys-static-box-desc h6 {
    margin-bottom: 10px;
}



@media (max-width: 1350px){
.prt-showcasebox-style1 .prt_showcasebox_contents .prt-showcase-description {
    transition: .5s all;
    opacity: 1;
    animation: activeImageAnimation1 0.6s forwards ease;
    visibility: visible;
    clip-path: unset;
    z-index: 1;
    position: relative;
    margin: 0;
}
.prt-showcasebox-style1 .prt-showcase-title {
    float: none;
    width: 100%;
    transform: unset;
    margin: 30px 0;
}
.prt-showcasebox-style1 .prt_showcasebox_contents.active .prt-showcase-title {
    transform: unset;
    background-color: var(--prt-skincolor);
    z-index: 9;
}
}
@media (max-width: 992px){
.prt-showcasebox-style1 .prt-showcase-description {
    display: block;
    width: 100%;
}
.prt-showcasebox-style1  .prt_showcasebox_details {
    width: 100%;
    margin-bottom: 30px;
}
.prt-showcasebox-style1 .prt-post-featured-link-wrapper {
    width: 100%;
    height: 350px;
}
}
