.header {
    background: linear-gradient(
        to right,
        var(--primary) 20%,
        var(--primary-lite) 80%
    );
    padding: 1rem 0;
}

.header .header-logo {
    width: 100%;
    height: 2.5rem;
    margin-left: 0rem;
}
.header nav ul li a {
    color: white;
    text-transform: uppercase;
    font-size: 0.85rem;
}
.header nav ul li a:hover {
    color: var(--text-color);
}

.header nav form {
    padding: 0.3rem 0.3rem;
    background-color: var(--primary); /* #dynamic; */
    border-radius: 0.2rem;
}
.header nav form input {
    width: 90%;
    border: none;
    background: none;
    outline: none;
    color: white;
    font-family: "Poppins", sans-serif;
    display: block;
}
.header nav form input::placeholder {
    color: white;
}

.header form button {
    display: block;
    background: none;
    border: none;
    background-color: var(--fade-color);
    padding: 0.25rem 0.43rem;
    border-radius: 0.2rem;
}
.header nav .search-btn {
    display: none;
}
.header form button img {
    width: 1rem;
    height: 1rem;
}

/* hero articles */
.hero-sec {
    margin-top: 2rem;
}
.global-search {
    display: none;
    transition: all 0.3s ease-in-out;
}
.form-global {
    display: none;
}
.hero-sec .hero-articles {
    margin-top: 1rem;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2rem;
}

.hero-sec .hero-articles article {
    min-height: 30rem;
    height: 100%;
    max-height: 35rem;
    border-radius: 0.2rem;
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hero-sec .hero-articles article .inside-content {
    text-align: center;
    line-height: 1.5;
    /* width: 95%; */
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    /* margin: auto; */
    .content-elements {
        height: 11.7rem;
        overflow-y: hidden;
    }
    h3 {
        font-weight: 600;
        font-size: 1.5rem;
        color: white;
        width: 95%;
        margin: auto;
        min-height: 2.7rem;
        height: fit-content;
        overflow-y: hidden;
        max-height: 4.9rem;
    }
    p {
        color: white;
        font-size: 1.1rem;
        font-weight: 400;
        width: 95%;
        margin: auto;
    }

    a {
        border: 1px solid white;
        padding: 0.6rem 2rem;
        background-color: white;
        display: block;
        width: fit-content;
        margin: 1rem auto;
        border-radius: 0.2rem;
    }
}

.hero-sec .hero-articles article:hover .inside-content {
    background: linear-gradient(to top, #0065397a 45%, #27272700 80%);
    /* width: 100%; */
    height: fit-content;
    /* padding: 10rem 0; */
    padding-bottom: 0rem;
    p {
    }
    h3 {
        color: var(--text-color);
    }
    a {
        background-color: var(--text-color);
        border: 1px solid var(--text-color);
    }
}

.mid-category-list {
    display: none;
    margin-top: 2rem;
    ul {
        background-color: var(--primary);
        padding: 0.5rem;
        list-style: none;
        a {
            color: white;
        }
    }
}

/* latest articles */

.latest-articles {
    margin-top: 1.5rem;
    h2 {
        font-size: 1.8rem;
        padding: 1rem 0;
        color: var(--primary);
        font-weight: 500;
        border-bottom: 2px solid rgba(128, 128, 128, 0.329);
    }
}

.latest-articles .inside-articles {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2rem;
    margin-top: 2rem;
}

.latest-articles .inside-articles article {
    line-height: 1.3;
    /* min-height: 14.4rem; */
    max-height: 13.6rem;
    height: 100%;
    overflow-y: hidden;

    h5 {
        font-size: 1rem;
        font-weight: 500;
        margin-bottom: 0.3rem;
        margin-top: 0.3rem;
    }
    p {
        font-size: 0.9rem;
    }
    a {
        display: block;
    }
}

.latest-articles .inside-articles article figure {
    min-height: 8rem;
    height: 100%;
    max-height: 10rem;
}

.see-more {
    border: 2px solid black;
    background-color: #fff8f4;
    padding: 0.7rem 2rem;
    display: block;
    width: fit-content;
    margin: 3rem auto;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.8rem;
}
.latest-articles .plus {
    text-align: center;
    width: fit-content;
    margin: auto;
}

/* single article */
.single-list-articles {
    margin-top: 1.5rem;
    h2 {
        font-size: 1.8rem;
        padding: 1rem 0;
        color: var(--primary);
        font-weight: 500;
        border-bottom: 2px solid rgba(128, 128, 128, 0.329);
    }
}

.single-list-articles .inside-articles {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem;
    margin-top: 2rem;
}

.single-list-articles .inside-articles article {
    line-height: 1.3;
    min-height: 17rem;
    max-height: 18rem;
    height: 100%;
    overflow-y: hidden;

    h5 {
        font-size: 1rem;
        font-weight: 500;
        margin-bottom: 0.3rem;
        margin-top: 0.3rem;
    }
    p {
        font-size: 0.9rem;
    }
}

.single-list-articles .inside-articles article figure {
    min-height: 8rem;
    height: 100%;
    max-height: 10rem;
}

footer {
    margin-top: 3rem;
    padding: 1rem 0;
    background-color: #fafafa;
    span {
        color: var(--primary);
    }
    .powerdBY {
        display: none;
    }

    figure {
        background: url(/assets/footer-logo.png) no-repeat;
        background-size: contain;
        background-position: center;
        width: 12%;
        height: 3rem;
        margin-right: 1rem;
        img {
            width: 100% !important;
        }
    }

    p {
        font-size: 0.9rem;
        line-height: 1.6;
    }
    li a {
        font-size: 0.9rem;
        text-wrap: nowrap;
    }
}

/* all-articles */

.article-bg-left {
    width: 10rem;
    position: fixed;
    left: 0;
    top: 25rem;
    z-index: -99999;
}
.article-bg-right {
    width: 10rem;
    position: fixed;
    right: 0;
    z-index: -99999;
}

.all-articles {
    margin-top: 1rem;
    position: relative;
    h2 {
        font-size: 1.8rem;
        padding: 1rem 0;
        color: var(--primary) !important;
        font-weight: 500;
    }
}

.all-articles .inside-articles {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.8rem;
}

.all-articles .inside-articles article {
    line-height: 1.3;
    transition: all 0.3s ease-in-out;
    display: block;
    /* height: 14rem; */
    padding: 0.5rem;
    border-radius: 0.3rem;
    overflow-y: hidden;
    padding-bottom: 0.7rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 1px solid rgba(128, 128, 128, 0.235);
    p {
        font-size: 0.9rem;
        margin-top: 0.5rem;
        min-height: 3.5rem;
        height: 100%;
        overflow-y: hidden;
    }
}
.all-articles .inside-articles article:hover {
    background-color: #fff8f4;
}

.all-articles .inside-articles article figure {
    min-height: 8rem;
    height: 100%;
    max-height: 10rem;
}

.all-articles .vector1 {
    position: absolute;
    left: 0;
    width: 10rem;
    top: 50rem;
}

.all-articles .vector2 {
    right: 0;
    width: 10rem;
    top: 5rem;
    position: absolute;
}

.pagination {
    margin-top: 4rem;
    .inside {
        p {
            width: fit-content;
            padding: 0.5rem 0.6rem;
            height: 1rem;
            width: 1rem;
            text-align: center;
            margin: 0.5rem;
            color: gray;
            border-radius: 0.1rem;
            font-size: 0.8rem;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: all 0.3s ease-in-out;
            &:hover {
                background-color: var(--footer-text-color);
                color: white;
                cursor: pointer;
            }
        }
        .left,
        .right {
            font-weight: 800;
        }
        .active {
            background-color: var(--footer-text-color);
            color: white;
        }

        .last {
            width: fit-content;
        }
    }
}

.categorySec p {
    font-size: 1rem;
}

.header-article {
    width: 52% !important;
    .flex20 {
        flex: 0 1 50% !important;
    }
}
/* category secction */
.category-hero-sec {
    .category-hero-articles {
        background-color: var(--footer-text-color);
    }
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    article {
        grid-template-columns: repeat(2, 1fr);
        figure {
            height: 25rem;
            border-right: 1px solid white;
        }
        .content {
            padding-top: 2rem;
            padding-left: 2rem;
            h6 {
                font-size: 1.8rem;
                color: var(--text-color);
            }
            img {
                width: 85%;
                opacity: 80%;
            }
            h5 {
                font-size: 1.4rem;
                line-height: 1.3;
                color: white;
                width: 90%;
                margin: 0.9rem 0;
            }
            p {
                line-height: 1.4;
                font-weight: 300;
                color: white;
                width: 90%;
            }

            a {
                border: 1px solid yellow;
                padding: 0.7rem 1.5rem;
                display: block;
                width: fit-content;
                margin-top: 2rem;
                background-color: var(--text-color);
                font-family: "Poppins", sans-serif;
                border-radius: 0.2rem;
            }
        }
    }
}

.single-list-articles .inside-articles {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    article {
        height: 16rem;
        padding: 0.5rem;
        border: 1px solid rgba(128, 128, 128, 0.209);
    }
    h5 {
        margin-top: 0.3rem;
    }
    p {
        height: 2.5rem;
        overflow-y: hidden;
    }
}

.activeCategory {
    color: var(--text-color) !important;
}

.active-page {
    color: white;
}

/* srchly site */
.srchly .header nav ul li a {
    color: black !important;
}
.srchly .header nav ul li a:hover {
    color: var(--text-color) !important;
}

.srchly .category-hero-sec {
    .category-hero-articles {
        article {
            .content {
                h6 {
                    color: white;
                    font-weight: 600;
                }
                a {
                    padding: 0.7rem 1.5rem;
                    display: block;
                    width: fit-content;
                    margin-top: 2rem;
                    background-color: var(--text-color);
                    font-family: "Poppins", sans-serif;
                    border-radius: 0.2rem;
                    color: white;
                }
            }
        }
    }
}

.srchly footer p span {
    color: var(--text-color);
}

.srchly .hero-sec .hero-articles article:hover .inside-content {
    background: linear-gradient(to top, #6d4ae17b 45%, #27272700 80%);
}

.srchly .header nav form {
    padding: 0.4rem 0.6rem;
    background-color: var(--text-color) !important; /* #dynamic; */
    border-radius: 0.2rem;
    padding-right: 0.1rem;
}
.srchly .header form button {
    display: block;
    background: none;
    border: none;
    background-color: var(--footer-text-color) !important;
    padding: 0.25rem 0.43rem;
    border-radius: 0.2rem;
}

.srchly .hero-sec .hero-articles article .inside-content {
    text-align: center;
    line-height: 1.5;
    /* width: 95%; */
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    /* margin: auto; */
}

.srchly .hero-sec .hero-articles article:hover .inside-content .read-more-btn {
    color: white !important;
}
.srchly .hero-sec .hero-articles article:hover .inside-content h3 {
    color: white !important;
}
.srchly .header nav ul li .activeCategory {
    color: var(--text-color) !important;
}

.srchly .mid-category-list {
    background-color: var(--text-color) !important;
    margin-top: 2rem !important;
}

/* wohlebe  site*/
.wohlbe .header .header-logo {
    height: 3.5rem !important;
}
.wohlbe .header nav ul li a {
    color: black !important;
}
.wohlbe .header nav form {
    padding: 0.3rem 0.3rem;
    background-color: var(--text-color) !important; /* #dynamic; */
    border-radius: 0.2rem;
}
.wohlbe .header nav ul li a:hover {
    color: var(--text-color) !important;
}

.wohlbe .category-hero-sec {
    .category-hero-articles {
        article {
            .content {
                h6 {
                    color: white;
                    font-weight: 600;
                }
                a {
                    padding: 0.7rem 1.5rem;
                    display: block;
                    width: fit-content;
                    margin-top: 2rem;
                    background-color: var(--text-color);
                    font-family: "Poppins", sans-serif;
                    border-radius: 0.2rem;
                    color: white;
                    border: 1px solid white;
                }
            }
        }
    }
}

.wohlbe footer p span {
    color: var(--text-color);
}

.wohlbe .hero-sec .hero-articles article:hover .inside-content {
    background: linear-gradient(to top, #f1573573 45%, #27272700 80%);
}

.wohlbe .header nav form {
    padding: 0.4rem 0.6rem;
    background-color: var(--text-color) !important; /* #dynamic; */
    border-radius: 0.2rem;
    padding-right: 0.1rem;
}
.wohlbe .header form button {
    display: block;
    background: none;
    border: none;
    background-color: #f15735cb !important;
    padding: 0.25rem 0.43rem;
    border-radius: 0.2rem;
}

.wohlbe .hero-sec .hero-articles article .inside-content {
    text-align: center;
    line-height: 1.5;
    /* width: 95%; */
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    /* margin: auto; */
}

.wohlbe .hero-sec .hero-articles article:hover .inside-content .read-more-btn {
    color: white !important;
}
.wohlbe .hero-sec .hero-articles article:hover .inside-content h3 {
    color: white !important;
}
.wohlbe .header nav ul li .activeCategory {
    color: var(--text-color) !important;
}

.wohlbe .mid-category-list {
    background-color: var(--text-color) !important;
    margin-top: 2rem !important;
}

/* sparnu */
.sparnu .header nav ul li a{
    color: var(--footer-text-color);
}
.sparnu .header nav form{
    background-color: var(--footer-text-color);
}
.sparnu .header form button{
    background-color: #3e2723;
}

.sparnu .latest-articles {
    h2{
        color: var(--footer-text-color);
    }
}

footer {
    span {
        color: var(--footer-text-color);
    }
}

.sparnu .hero-sec .hero-articles article:hover .inside-content {
    background: linear-gradient(to top, rgba(69, 28, 28, 0.482) 45%, #27272700 80%);
}

.sparnu .hero-sec .hero-articles article:hover .inside-content {
    h3{
            color: var(--primary);
     }
     a{
        background-color: var(--primary);
     }
}

.sparnu .all-articles {
    h2{
        color: var(--footer-text-color) !important;
    }
}
.sparnu .activeCategory{
    color: #5dbe93 !important;
}

.sparnu .category-hero-sec {
    & article {
        & .content {
            h6{
                color:var(--primary);
                font-weight: 600;
            }}}}


            .sparnu .category-hero-sec {
                & article {
                    & .content {
                        img{
                            display: none;
                        }}}}

.sparnu .category-hero-sec {
    & article {
        & .content {
            a{
                background-color: #3e2723;
                border: 1px solid #3e2723;
                color: white;
            }}}}

.srchprices .header{
    button{
        background-color: var(--footer-text-color);
    }
    input::placeholder{
        color: black;
    }
    a{
        color: black;
    }
    a:hover{
        color: var(--footer-text-color);
    }
}

.srchprices .activeCategory{
    color: var(--footer-text-color) !important;
}

.srchprices .hero-sec .hero-articles article:hover .inside-content {
    background: linear-gradient(to top, #f157352a 45%, #27272700 80%);
    /* width: 100%; */
    height: fit-content;
    /* padding: 10rem 0; */
    padding-bottom: 0rem;
    p {
    }
    h3 {
        color: var(--footer-text-color);
    }
    a {
        background-color: var(--footer-text-color);
        border: 1px solid var(--footer-text-color);
        color: white;
    }

}


.srchprices .all-articles {

    h2 {
        color: var(--footer-text-color) !important;
    }
}

.srchprices .category-hero-sec {
     article {
        .content {
            background-color: var(--primary-lite);
            h6{
                color: var(--footer-text-color);
            }
            h5{
                color: var(--footer-text-color);
            }
            a{
                background-color: var(--footer-text-color);
                color: white;
                border: none;
                margin-top: 1rem;
            }
            p{
                color: black;
            }
        }
    }
}