/* portfolio_area-start-new */
.item_img:hover:before {
    opacity: 0;

}

.item_img:hover i {

    opacity: 0;

}

.portfolio_item_inner .item_text {
    position: unset;
    text-align: center;
    width: 100%;
    font-size: 23px;
}

.portfolio_item_inner {
    margin-right: 0px;
}

.person_image_wrapper {
    cursor: pointer;
}

.modullVideo {
    width: 100vw;
    height: 100vh;
    display: none;
    place-items: center;

    position: fixed;
    top: 0;
    left: 0;
    z-index: 1200;
    background: rgb(0 0 0 / 80%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    overflow: hidden;

}


#delete-modul {
    width: 25px;
    height: 25px;
    position: relative;
}

#delete-modul::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

#delete-modul::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

#delet-btn {
    position: absolute;
    z-index: 11000;
    left: 2%;
    top: 3%;
    background-color: transparent !important;
    border: unset;
}


.single_feature {
    position: relative;
    overflow: hidden;
}

.single_feature:hover:after {
    animation: shine 0.8s;
}

.single_feature:hover .feature_icon {
    background-color: unset !important;
}

.single_feature:hover .feature_icon i {
    color: var(--theme-main-color);
}

.content-portfolio {
    flex-direction: column;
}

.project-title {
    display: flex;
    align-items: center;
    gap: 8px;
}

.project-title h5, .project-title p {
    margin-bottom: 0;
}

.portfolio-details-blog-filter {
    order: -1;
    margin-bottom: 16px;
}

@media (max-width: 991px) {
    .widget_project {
        flex-direction: column;
        align-items: flex-start;
        gap: 2rem;
    }
}

@keyframes shine {
    0% {

        left: -75%;
    }
    100% {
        left: 125%;
    }
}

.single_feature:after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgb(255 255 255 / 65%) 0%, rgb(255 255 255 / 62%) 100%);
    transform: skewX(-25deg);
}

.default_blog_single_img {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

.default_blog_single_img a {
    display: inline-block;
    width: 185px;
}

.posts_list .date {
    font-size: 14px !important;

}

.font-s-35 {
    font-size: 35px !important;
    font-family: IRANYekanX-Regular;
}

.font-s-27 {
    font-size: 27px !important;
    font-family: IRANYekanX-Regular;
    font-weight: 900 !important;
}

.font-s-27-ex {
    font-size: 27px !important;
    font-family: IRANYekanX-ExtraBlack !important;

    font-weight: 900 !important;
}

.font-s-16 {
    font-size: 16px !important;
}

.font-s-18 {
    font-size: 18px !important;
    font-family: IRANYekanX-Regular;
    font-weight: 700;
}

.font-w-100 {
    font-weight: 100;

}

.font-w-200 {
    font-weight: 200;

}

.font-w-300 {
    font-weight: 300;

}

.font-w-400 {
    font-weight: 400;

}

.font-w-500 {
    font-weight: 500;

}

.font-w-600 {
    font-weight: 600;

}

.font-w-700 {
    font-weight: 700;

}

.font-w-800 {
    font-weight: 800;

}

.font-w-900 {
    font-weight: 900;

}

@media screen and (max-width: 1024px) {
    .modullVideo video {
        width: 80%;
    }

}

.portfolio-details-image {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 600px) {
    .portfolio-details-image {
        width: 70%;

    }

}

.portfolio_related_link {
    display: block;
    text-align: center;
}

.editor ul {
    padding-right: 25px;
}

.editor ul li {
    list-style: initial;
    font: inherit;
}
