.section-project-spacing {
    padding-top: 0;
    padding-bottom: 0;
}

.section-project {
    border-radius: 30px;
    background-color: #ececec;
    padding: 10px 10px 15px 0;
}

@media (min-width: 768px) {
    .section-project {
        padding: 20px 20px 15px 0;
    }
}

.portfolio-item {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (min-width: 992px) {
    .portfolio-item {
        overflow: hidden;
    }
}


.portfolio-item .portfolio-thumb {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.hover-image .img-style, .hover-image .portfolio-thumb {
    position: relative;
    overflow: hidden;
}

.hover-image .img-style img, .hover-image .portfolio-thumb img {
    width: 100%;
    height: 100%;
    max-height: 325px;
    object-fit: cover;
    transition: all 1s;
    object-position: top
}

.hover-image:hover .img-style img, .hover-image:hover .portfolio-thumb img {
    transform: scale(1.1);
}

.portfolio-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.portfolio-item .portfolio-thumb .portfolio-btn, .portfolio-item .portfolio-thumb .portfolio-btn-effec-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.portfolio-item .portfolio-thumb .portfolio-btn.ps-1 {
    left: calc(50% - 28px);
}

.portfolio-item .portfolio-thumb .portfolio-btn.ps-2 {
    left: calc(50% + 28px);
}

.portfolio-item:not(.portfolio-item.style-2) .portfolio-btn {
    opacity: 0;
    visibility: hidden;
    width: 50px;
    height: 50px;
    border-radius: 999px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.portfolio-item:not(.portfolio-item.style-2):hover .portfolio-btn {
    opacity: 1;
    visibility: visible;
    z-index: 10;
}

.portfolio-btn i {
    font-size: 37px;
    color: #00847E;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    white-space: nowrap;
    margin: 0;
    padding: 0;
}

.hover-image .img-style:after, .hover-image .portfolio-thumb:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.hover-image:hover .img-style:after, .hover-image:hover .portfolio-thumb:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.text_mono-gray {
    color: #7e8695 !important;
}

.text-caption {
    font-size: 14px;
    line-height: 14px;
}

.link {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: inherit;
}

.line-clamp-2 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    line-height: 1.3;
    vertical-align: baseline;
}

.sw-button.bg-liner {
    background: linear-gradient(264deg, rgb(0 0 0 / 10%) -1.01%, rgb(0 0 0 / 28%) 149.68%);
}

.sw-button {
    background-color: #fff;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    font-size: 18px;
    color: #262626;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sw-button {
    position: unset;
    margin-top: 0;
}

.pagination-wrap {
    display: flex;
    align-items: center;
    max-width: max-content;
    margin-right: auto;
}

.gap-12 {
    gap: 12px !important;
}

.section-project .wrap-sw-btn, .section-project .heading-section {
    padding-left: 15px;
}

@media (min-width: 768px) {
    .section-project .wrap-sw-btn, .section-project .heading-section {
        padding-left: 20px;
    }
}

.point {
    display: flex;
    gap: 8px;
    align-items: center;
    white-space: nowrap;
}

.point::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    background: #00847E;
    animation: flickerAnimation 0.8s infinite;
}

@keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

.swiper-pagination-bullet-active {
    background: #00847E;
    width: 15px;
    border-radius: 5px
}


.technologies-link {position: absolute;top: 5px;left: 5px;opacity: 0;visibility: hidden}
.technologies-link img.img-fluid {
    width: 25px;
    height: 25px;
    object-fit: contain;
    transform: scale(1) !important;
}
.portfolio-item:not(.portfolio-item.style-2):hover .technologies-link {
    opacity: 1;
    visibility: visible;
    z-index: 10;
}
