:root {
    --particle-color: #f7731d;
    --main-color: #f7731d;
}

a {
    color: var(--main-color);
}

.header-sec {
    background: url(../img/header-bg-2.png) center;
}

.header-sec.sidepage-h {
    background: none;
}

.work-imgs > a > img {
    object-fit: cover;
    object-position: center;
    border-radius: 1rem;
    background-color: #636363;
}

.works-container {
    display: flex;
    flex-direction: column;
    gap: 7rem;
    margin: 5rem 0;
}

.work-item {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    align-items: center;
}

.work-item:nth-child(even) {
    flex-direction: row-reverse;
}

.work-imgs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 2.5rem;
    column-gap: 2rem;
    width: 100%;
    max-width: 556px;
}

.work-imgs > a >img {
    width: 100%;
    max-width: 260px;
    height: 260px;
    border: none;
}

.work-imgs > a:first-of-type {
    width: 100%;
    max-width: 556px;
    height: 304px;
}

.work-imgs > a:first-of-type > img {
    width: 100%;
    max-width: 556px;
    height: 304px;
}

.work-txt {
    max-width: 653px;
    text-align: start;
}

.work-txt > a {
    color: white;
}

.work-txt > a > h3 {
    margin: 0 0 2rem 0;
}

.work-txt > a > h3::after {
    content: "";
    margin: 1.5rem 0 0 0;
    display: block;
    width: 40%;
    border-bottom: 4px solid #f7731d;
}

.work-txt>p {
    margin: 0 0 2rem 0;
    width: unset;
}

.solu-items {
    width: 210px;
}

.solu-items>lottie-player {
    width: 100%;
    max-width: 127px;
}

.nav-btns {
    width: 100%;
    justify-content: space-between;
    max-width: 1288px;
}

#resultImages img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

@media (max-width: 576px) {
    .work-imgs {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        row-gap: 2.5rem;
        column-gap: 0rem;
        width: 100%;
        max-width: 556px;
    }
}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (min-width: 1400px) {
    .work-txt> a > h3 {
        font-size: 30px;
        font-weight: 700;
    }
    .work-txt>p {
        font-size: 18px;
        font-weight: 400;
    }
}

@media (min-width: 1600px) {}
