/* start main-project */
.main-project {
    position: relative;
    background-image: url(../../images/projects-bg-1.webp);
    background-size: 100% 100%;
}

.main-project .img {
    width: 100%;
    height: 400px;
    aspect-ratio: 1/1;
    object-fit: contain;
}


.main-project .des {
    max-width: 650px;
}

/* start  head-loader   */
.head-loader {
    position: relative;
}

.head-loader span {
    position: absolute;
    color: #fff;
    transform: translate(0%, -50%);
    font-size: 40px;
    letter-spacing: 0;
    white-space: nowrap;
    font-family: BigVesta;
}

.head-loader span:nth-child(1) {
    color: transparent;
    -webkit-text-stroke: 1px var(--primary);
}

.head-loader span:nth-child(2) {
    color: var(--sec);
    -webkit-text-stroke: 1px var(--sec);
    animation: uiverse723 3s ease-in-out infinite;
}

@keyframes uiverse723 {

    0%,
    100% {
        clip-path: polygon(0% 45%, 15% 44%, 32% 50%,
                54% 60%, 70% 61%, 84% 59%, 100% 52%, 100% 100%, 0% 100%);
    }

    50% {
        clip-path: polygon(0% 60%, 16% 65%, 34% 66%,
                51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100%);
    }
}

/* end   head-loader   */

/* end main-project  */
/* start pictures */
.main-project .head,
.pictures .head
 {
    color: #333;
    position: relative;
    width: fit-content;
}

.main-project .head::before,
.pictures .head::before
 {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background-color: var(--sec);
    bottom: -10px;
    left: 0;
    transform: translate(0, 10px);
}

.main-project .head::after,
.pictures .head::after
 {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background-color: var(--sec);
    bottom: -5px;
    right: 0;
    transform: translate(0, 10px);
}

.pictures .row .flex-column {
    margin-top: 1.5rem;
}

.pictures .row .flex-column:nth-child(even) {
    flex-direction: column-reverse !important;
    margin-top: 0px;
    margin-bottom: 1.5rem;
}

.pictures .row .flex-column .img {
    border: 1px solid var(--sec);
}

.pictures .row .flex-column .main-img .img,
.pictures .row .flex-column .sec-img .img {
    height: 250px;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.pictures .row .flex-column .sec-img .img {
    height: 350px;
}
