
.tech-accent{
    padding-left: 10px;
    position: relative;
    border-left: 4px solid #5A82FC;
}
.clock-img{
    display: none;
}

.msk-wrapper {
    position: relative;
    cursor: none;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    aspect-ratio: 4 / 3;
}

.msk-img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}

.msk-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 10;
    pointer-events: none;
    background-image: url('img/main.jpg');
    background-repeat: no-repeat;
}
.documentation-slide-wrapper{
    padding: 12px;
    border-radius: 12px;
    color:white;
}
.documentation-slide-wrapper--second{
    background: #232323;
}
.documentation-slide-wrapper--first{
    background: linear-gradient(180deg, #3756B7, #5a82fc);
}

.documentation-slide__stage{
    opacity: 0.5;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.slider-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.swiper-wrapper{
    display: flex;
    flex-direction: column;
}
.work-process-wrapper{
    background: #EFF1F8;
    padding: 24px 0;
}







.work-process-gallery:hover {
    opacity: 0.8;
}






@media(min-width: 768px){
    .swiper-slide{
        width: 70%;
        height: 100%;
    }
    .swiper-wrapper{
        flex-direction: row;
    }
    .documentation-slide-wrapper{
        padding: 24px;
        border-radius: 20px;
        height: 100%;
    }
}
@media(min-width: 992px){
    .work-process-wrapper{
        background: none;
    }
    .work-process-gallery--maxi img{
        height: 410px;
        object-fit: cover;
        width: 100%;
        object-position: top left;
    }
    .work-process-gallery--mini img{
        max-height: 100px;
        object-fit: cover;
    }
    .documentation-slide__stage{
        font-size: 16px;
    }


    .clock-img{
        display: block;
        position: absolute;
        left: 0;
        bottom: -25%;
    }
}
@media(min-width: 1200px){
    .work-process-gallery--maxi img{
        height: 400px;
    }
    .documentation-slide__stage{
        font-size: 20px;
    }
    .documentation-slide-wrapper{
        padding: 30px 40px;
    }
}

@media(min-width: 1400px){
    .work-process-gallery--maxi img{
        height: 420px;
    }
    .clock-img{
        left: 10%;
        bottom: -25%;
    }
}