<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header {
    position: relative;
    background-color: transparent;
    /* background-color: #2c6919; */
    /* border-bottom: 5px solid #ffc954; */
}

.header .header-child {
    padding: 0.5rem 2rem;
    border-bottom-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
}

.header figure {
    width: 170px;
    background: url(/sparnu_theme/img/header-logo.png) no-repeat;
    background-size: contain;
    background-position: center;
    height: 70px;
    position: relative;
    /* margin-bottom: -2.6rem; */
}

.header .search-icon {
    width: 70px;
    background: url(/sparnu_theme/img/search-icon.png) no-repeat;
    background-size: contain;
    background-position: center;
    height: 30px;
}

.header ul li {
    font-size: 1.3rem;
}

.hambuger {
    position: absolute;
    top: -3rem;
    left: 2rem;
    width: 35px;
    height: 35px;
    display: none;
}

.inside-hamerger {
    position: absolute;
    background-color: white;
    left: 0;
    width: fit-content;
    top: 0;
    display: none;
}

.inside-hamerger ul li {
    color: black !important;
}

/* hero sec */
.hero {
    padding-top: 3rem !important;
    /* padding-bottom: 2.5rem; */
}

.hero-bg {
    height: 500px;
    margin-top: -3.5rem;
}

.hero-bg .hero-content {
    width: 40%;
    text-align: center;
    padding: 1.5rem 1rem;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    background-color: white;

    margin: 0;
}

.hero-bg .hero-content h2 {
    font-size: 1.8rem;
    margin-bottom: 0.6rem;
}

.hero-bg .content-container {
    /* border: 1px solid red !important; */
    position: absolute;
}

/* articles sec */
.latest-articles {
    background-color: var(--third-color);
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.latest-articles .articles {
    /* margin-top: 6rem; */
    height: 420px;
    width: 100%;
    /* overflow-x: auto; */
}

.latest-articles .articles::-webkit-scrollbar {
    width: 0;
}

.latest-articles .articles article {
    height: 400px;
    width: 24%;
    background-color: white;
    padding: 0.5rem;
    border: 1px solid rgba(128, 128, 128, 0.341);
    margin: 0.15rem;
}

.latest-articles .articles article figure {
    /* background: url(/sparnu_theme/img/image-1.png) no-repeat; */
    height: 230px;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}

.latest-articles .articles article .content {
    margin: auto;
    text-align: center;
    line-height: 1.5;
    /* margin-top: 0.6rem; */
    margin-top: 1.2rem;
    /* height: 200px; */
}

.latest-articles .articles article .content h4 {
    font-size: 1.2rem;
    min-height: 55px;
    height: 60px;
    overflow: hidden;
}

.latest-articles .articles article .editor h4 {
    min-height: 116px;
}
.latest-articles .articles article .content p {
    margin: 0.5rem 0;
}

.latest-articles .articles article .content a.btn {
    border: none;
    background: none;
    border: 3px solid black;
    padding: 0.2rem 1.8rem;
    font-size: 1.2rem;
    color: black;
    border-radius: 0.2rem;
    font-weight: 600;
    font-family: "Fira Sans Condensed", serif;
    width: fit-content;
    margin: auto;
    margin-top: 1.2rem;
}

.latest-articles .heading {
    text-align: center;
    border-bottom: 1.8px solid rgba(0, 0, 0, 0.7);
    padding: 1.5rem;
    font-size: 1.8rem;
    margin-bottom: 2rem;
}

/* single article */
.single-article {
    background-color: var(--secondary-color);
    /* padding: 3rem 0rem; */
    position: relative;
    /* height: 70vh; */
}

.single-article figure {
    background-size: cover;
    /* background-position: center; */
    /* height: 70vh; */
    /* height: 100vh; */
    width: 50%;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    left: 0;
}

.single-article .content {
    margin-top: 0.5rem;
    right: 0;
    padding: 2rem 4rem;
    width: 45%;
    padding-top: 1rem;
}

.single-article .content h4 {
    color: black;
    font-size: 3rem;
    font-weight: 600;
}

.single-article .content p {
    font-size: 1.5rem;
    color: black;
    line-height: 1.3;
    margin-top: 0.5rem;
}

.read-more {
    background: none;
    border: none;
    outline: none;
    border: 1px solid black;
    color: black;
    padding: 0.8rem 4rem;
    font-size: 1.1rem;
    margin-top: 1rem;
    font-family: "Fira Sans Condensed", serif;
}

/* bottom articles */
.bottom-articles .latest-articles {
    margin-top: 0rem;
}

.bottom-articles .latest-articles .articles {
    /* margin-top: 6rem; */
    height: 510px;
    width: 100%;
    overflow-x: auto;
}

.bottom-articles .articles article {
    background: none !important;
    border: none !important;
    height: 500px !important;
    width: 24% !important;
}

.bottom-articles article figure {
    border-radius: 97px;
    border: 8px solid white;
    height: 300px !important;
}

.bottom-articles .latest-articles {
    background-color: var(--primary-color) !important;
}

/* about sec */
.about-sec {
    padding: 2rem 0;
}

.about-sec .content {
    margin: auto;
    text-align: center;
    line-height: 2;
}

.about-sec .content figure {
    width: 170px;
    background: url(/sparnu_theme/img/header-logo.png) no-repeat;
    background-size: contain;
    background-position: center;
    height: 70px;
    margin: auto;
    margin-bottom: 2rem;
}

.about-sec .content p {
    width: 60%;
    margin: auto;
    text-align: center;
    line-height: 1.5;
}

.about-sec .content .line {
    height: 0.1rem;
    background-color: black;
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.about-sec .content span {
    text-align: center;
    display: block;
}

.about-sec .content small {
    font-weight: 900;
}

/* footer */
footer {
    width: 80%;
    background-color: var(--footer-color);
    margin: auto;
    padding: 1.5rem 0;
}

footer .footer-child li {
    color: white;
    font-size: 1.3rem;
}
</pre></body></html>