.header-wrapper {
    width: 80%;
    margin: auto;
    background-color: var(--black);
    padding: 1rem 0rem;
    border-bottom-left-radius: 3rem;
    border-bottom-right-radius: 3rem;
    border-right: 0.4rem solid gold;
    border-left: 0.4rem solid gold;
    border-bottom: 0.1rem solid gold;
}
.header-wrapper figure {
    width: 60%;
    margin: right;
}
.header-wrapper figure img {
    width: 200px;
}
.header-wrapper .search-icon {
    color: white;
    font-size: 1.6rem;
}
.header-wrapper form {
    border: 1px solid var(--primary);
    padding: 0.5rem;
    width: 50%;
    border-radius: 1rem;
}
.header-wrapper input {
    border: none;
    background: none;
    outline: none;
    width: 90%;
    color: white;
}
.header-wrapper input::placeholder {
    color: white;
}

/* hero-section */
.hero-section {
    margin-top: 4rem;
}
.hero-sec-mini {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    grid-gap: 2rem;
}
.hero-section article {
    position: relative;
    display: flex;
    flex-direction: column;
    /* overflow-y: hidden; */
    border-radius: 0.5rem;
    background: rgb(131, 58, 180);
    min-height: 35rem;
    height: 100%;
    background: linear-gradient(#000000 0%, #030303 100%);
}

.hero-section .img {
    opacity: 0.5;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0.5rem;

    /* overflow: hidden; */
    transition: opacity 500ms 0ms ease-in-out;
    /* overflow-y: hidden; */
}

.hero-section .article-heading {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90%;
    width: 90%;
    padding: 1rem;
    font-size: 2.5rem;
    text-align: center;
    font-weight: 500;
    color: white;
    /* padding: 0rem 1rem; */
}

.hero-section article .read-more-btn {
    width: fit-content;
    margin: auto;
    /* margin-top: -2.5rem; */
    padding: 0.8rem 1.5rem;
    background-color: var(--primary);
    border-radius: 0.5rem;
    font-family: "Inria Serif", serif;
    z-index: 999;
    position: absolute;
    bottom: -1.3rem;
    left: 30%;
    font-weight: 600;
    font-size: 1.5rem;
}

.read-more-btn {
    width: fit-content;
    margin: auto;
    padding: 0.8rem 1.5rem;
    background-color: var(--primary);
    border-radius: 0.5rem;
    font-family: "Inria Serif", serif;
    font-weight: 600;
    /* z-index: 999; */
}

/* spot light */
.spotlight {
    padding: 6rem 0;
}
.spotlight h1 {
    text-align: center;
    font-size: 4rem;
    font-family: "Dancing Script", cursive;
}

.spotlight figure {
    /* /var/www/html/healthnfitness.cc/webroot/local_theme/img/bg-linear.png */
    background: url(/local_theme/img/bg-linear.png) no-repeat;
    background-size: cover;
    background-position: center;
    width: 70%;
    margin: auto;
    margin-top: 2rem;
    position: relative;
    border-radius: 1rem;
    /* height: 40vh; */
}
.spotlight figure .img {
    margin-left: 2rem;
    margin-bottom: -1rem;
    position: relative;
    opacity: 70%;
    position: relative;
    border-radius: 1rem;
}
.spotlight .article-content-spot {
    position: absolute;
    bottom: -1rem;
    line-height: 1.5;
    left: 5rem;
    color: white;
    width: 70%;
}
.spotlight .article-content-spot h3 {
    font-size: 2rem;
    font-weight: 600;
}
.spotlight .article-content-spot p {
    font-size: 1.5rem;
}
.spotlight .article-content-spot a {
    display: block;
    width: fit-content;
    padding: 0.7rem 1.5rem;
    background-color: var(--primary);
    margin-top: 1rem;
    border-radius: 0.5rem;
    font-size: 1.5rem;
    font-weight: 600;
}
.spotlight figure .sticker1 {
    position: absolute;
    z-index: 999;
    width: 400px;
    top: -8rem;
    left: -10rem;
}
.spotlight figure .sticker2 {
    position: absolute;
    z-index: 999;
    width: 400px;
    bottom: -10rem;
    right: -14rem;
}

/* mid-article */
.mid-articles-sec {
    padding: 6rem 0rem;
    background-color: var(--primary-dark);
    margin: 6rem 0rem;
}
.mid-article-child {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    grid-gap: 2rem;
    line-height: 1.5;
}
.mid-article-child article {
    min-height: 25rem;
    max-height: 30rem;
    height: 100%;
    padding: 0.5rem 3rem;
}
.mid-article-child .read-more-btn {
    margin-top: 2rem !important;
    display: block;
    background-color: var(--black);
    color: white;
    font-size: 1.3rem;
    font-weight: 600;
}

.mid-article-child img {
    width: 200px;
    height: 200px;
    display: block;
    margin: auto;
    border-radius: 50%;
    object-fit: cover;
}
.mid-article-child h3 {
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
}
.mid-articles-sec .mid-article-child h3 {
    /* margin-top: -3rem; */
    height: 12rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: hidden;
    margin-top: 2rem;
}

.mid-article-child p {
    font-size: 1.5rem;
    margin: 2rem 0rem;
}

/* tending-sec */
.tending-sec h4 {
    font-size: 5rem;
    font-family: "Dancing Script", cursive;
}
.inside-articles .rightside-sec figure {
    margin-left: 1rem;
    line-height: 1.3;
    max-height: max-content;
    height: 100%;
    border-top-left-radius: 13rem;
}

.inside-articles .rightside-sec img {
    border-top-left-radius: 13rem;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.inside-articles {
    margin-top: 4rem;
}
.inside-articles article {
    /* margin-bottom: 2rem; */
}
.inside-articles .leftside article figure img {
    /* margin-bottom: 1rem; */
    /* min-height: 35rem;
    height: 100%; */
    display: block;
    width: 100%;
    height: auto;
    width: 100%;
    min-height: 10rem;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0.5rem;
    background: linear-gradient(#000000 0%, #030303 100%);
}
.tending-sec .leftside h5 {
    line-height: 3.5vh;
}
.tending-sec .leftside {
    min-height: 31.5rem;
    /* border: 1px solid red; */
}
.tending-sec .rightside {
    margin-left: 1rem;
}
.tending-sec .rightside-sec figure {
    position: relative;
    display: inline-block;
}

.tending-sec .rightside-sec figure::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-top-left-radius: 13rem;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.71)
    );
}
.tending-sec .rightside-sec .content {
    position: absolute;
    bottom: 0;
    padding: 2rem;
    z-index: 999;
    color: white;
}

.tending-sec .rightside-sec .content h5 {
    font-size: 2rem;
    color: white;
}
.tending-sec .rightside-sec .content p {
    font-size: 1.5rem;
    margin-bottom: 1.8rem;
}

.inside-articles h5 {
    font-size: 1.5rem;
    font-weight: 600;
}
.inside-articles p {
    font-size: 1.1rem;
    margin-bottom: 1rem;
}
.tending-sec .inside-articles .rightside a {
    display: block;
    width: fit-content;
    margin-left: 0rem;
    font-weight: 600;
    margin-top: 1rem;
}

/* footer */
.footer {
    margin-top: 3rem;
}
.above-footer figure {
    width: 10rem;
    margin: auto;
    margin-bottom: 1rem;
}
.above-footer p {
    width: 50%;
    margin: auto;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.5;
    border-bottom: 1px solid var(--gray-color);
    padding-bottom: 2rem;
}
.above-footer p span {
    color: var(--primary);
}
.above-footer small {
    text-align: center;
    display: block;
    margin: auto;
    margin-top: 1rem;
}

.footer .nav-ul {
    /* width: 60%; */
    margin: auto;
    font-size: 1.25rem;
    padding: 1.4rem 0;
}
.footer .nav-ul a {
    color: var(--primary);
}
.footer .nav-ul-bg {
    background-color: var(--black);
    margin-top: 2rem;
}

/* article page */
.article-page {
    margin-top: 2rem;
}
.article-page-inside {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(1, 1fr);
    margin: auto;
    line-height: 1.5;
    width: 100%;
}
.article-left .heading {
    margin-top: 10px;
}
.article-page-inside .article-left,
.article-page-inside .article-right {
}

.article-page-inside .article-left .content {
    margin-top: 1rem;
}
.article-page-inside .article-left .heading {
    font-size: 2.2rem;
    font-weight: 900;
}
.article-page-inside .article-left .desc {
    font-size: 1.6rem;
    margin-bottom: 1rem;
}

.article-page-inside .article-right h4 {
    font-size: 3rem;
    font-weight: 600;
    font-family: "Dancing Script", cursive;
    text-align: center;
}
.article-page-inside .article-right article {
    padding: 0.2rem 1rem;
}
.article-page-inside .article-right article .content {
    margin-left: 1rem;
    line-height: 1.4;
}
.article-page-inside .article-right article .content h5 {
    font-size: 1.2rem;
    font-weight: 600;
}
.article-page-inside .article-right article .content a {
    padding: 0.3rem 1rem;
    display: block;
    width: fit-content;
    border-radius: 0.5rem;
    background-color: var(--primary);
    padding-bottom: 0.6rem;
    font-weight: 600;
    margin-top: 0.5rem;
}

.article-page-inside .article-left .content ol {
    list-style: decimal !important;
    margin-left: 1.5rem;
}

.all-articles-inside {
    display: grid;
    line-height: 1.5;
}

.all-articles h4 {
    font-size: 3rem;
    font-weight: 600;
    font-family: "Dancing Script", cursive;
    text-align: center;
}
.all-articles article {
    padding: 0.2rem 1rem;
}
.all-articles article .content {
    margin-left: 1rem;
    line-height: 1.4;
}
.all-articles article .content h5 {
    font-size: 1.2rem;
    font-weight: 600;
}
.all-articles article .content a {
    padding: 0.3rem 1rem;
    display: block;
    width: fit-content;
    border-radius: 0.5rem;
    background-color: var(--primary);
    padding-bottom: 0.6rem;
    font-weight: 600;
    margin-top: 0.5rem;
}

.article-page-inside .article-left .content a {
    font-weight: 600;
}
.article-page-inside .bottom-search {
    margin-top: 4rem;
}
.article-page-inside .bottom-search h3 {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.article-page-inside .article-left form {
    margin-top: 5rem;
    border: 1px solid gray;
    border-radius: 0.8rem;
    width: 85%;
    margin: auto;
    padding: 0rem 1rem;
    padding-right: 0rem;
}

.article-page-inside .article-left form input {
    border: none;
    outline: none;
    padding: 0.8rem;
    width: 90%;
}
.article-page-inside .article-left form i {
    font-size: 1.5rem;
    margin-right: 0.5rem;
}
.article-page-inside .Trending {
    font-size: 3rem;
    font-family: "Dancing Script", cursive;
    font-weight: 600;
    margin-top: 2rem;
}
.article-page-inside .inside-articles {
    margin-top: 0;
}
.article-page-inside .inside-articles article h5 {
    font-size: 1.2rem;
}
.article-page-inside .inside-articles article p {
    font-size: 0.9rem;
}
.article-page-inside .inside-articles article {
    margin-bottom: 1rem;
}

.article-page-inside .inside-articles article a {
    padding: 0.3rem 1rem;
    display: block;
    width: fit-content;
    border-radius: 0.5rem;
    background-color: var(--primary);
    padding-bottom: 0.6rem;
    font-weight: 600;
    margin-top: 0.5rem;
}
.article-page-inside .inside-articles .leftside figure img {
    display: block;
    width: 100%;
    height: auto;
    width: 100%;
    min-height: 8rem;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0.5rem;
}
.article-page-inside .inside-articles .rightside {
    margin-left: 1rem;
}
.article-page-inside .inside-articles .rightside h5 {
    font-size: 1rem;
}
.article-page-inside .article-right .article-page-right .content h5 {
    font-size: 1rem;
}
.article-page-inside .article-right .article-page-right figure {
    width: 100%;
}
.article-page-inside .article-right .article-page-right figure img {
    display: block;
    width: 100%;
    height: auto;
    width: 100%;
    min-height: 8rem;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0.5rem;
}

.search-list-item__body {
    line-height: 1 !important;
    font-size: 0.5rem !important;
}
.search-list-item__img {
    display: block;
}
.li-urls {
    line-height: 1.2 !important;
}
.li-urls .li-title {
    margin-bottom: 8px;
}
.li-urls a {
    font-size: 20px;
    line-height: 26px;
    color: #1a0dab;
    text-decoration: underline;
    width: 100%;
    -ms-flex-negative: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
}
.li-urls .contentsnipp {
    color: #4d5156 !important;
}
.li-urls .contentsnipp,
.li-urls .advertLink {
    font-family: Arial, arial, sans-serif;
    font-size: 15px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
    float: left;
    width: 100%;
}
.all-articles .search-list-item__img-col-1 img {
    min-width: 180px;
    max-width: 180px;
    /* min-height: 120px;
    max-height: 120px; */
    height: 100vh;
    width: 100%;
    border-radius: 0.3rem;
}
.all-articles {
    width: 100% !important;
}
.all-articles .right {
    margin-left: 1rem;
}
.all-articles article {
    padding: 1rem 0.3rem;
    border-bottom: 1px solid gold;
    transition: all 0.2s ease-in-out;
}
.latestARticleHeading-1 {
    font-size: 2rem;
    margin: 1rem 0;
}
.all-articles article h3 {
    font-size: 1.3rem;
    font-weight: 500;
}
.all-articles article:hover {
    background-color: rgba(255, 217, 0, 0.292);
}

.article-content-data .main-content .image img {
    width: 100%;
}

.search-columns .search-list-item__img {
    width: 10rem;
}
.search-columns .search-list-item__img img {
    width: 100%;
}
.article-content-data .main-content p {
    text-align: justify;
}
.exclusive-article .read-more-btn {
    margin-top: 0.5rem !important;
    padding: 0.5rem 1rem;
    padding-top: 0.7rem;
}
.article-page .content p {
    font-size: 1.2rem;
}

/* about page */
.about__bg {
    width: 100%;
    background: url(/info_theme/img/about.png) no-repeat;
    background-size: cover;
    background-position: center;
    height: 50vh;
}
.about__Small__div {
    border: 1px solid rgba(128, 128, 128, 0.234);
    width: 55%;
    margin: auto;
    background-color: white;
    line-height: 2;
    font-size: 1.2rem;
    padding: 3rem 6rem;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 0.5rem;
    margin-top: -5rem;
}
.text-aboutus {
    display: block;
    text-align: center;
    color: var(--primary);
    font-weight: 600;
}
.font-extrabold {
    text-align: center;
    font-weight: 600;
    font-size: 1.5rem;
}
.antialiased {
    margin-top: 2rem;
    text-align: justify;
}
.about-get-started {
    background: none;
    padding: 1rem 5rem;
    border: 1px solid gray;
    border-radius: 0.5rem;
    background-color: #4b5563;
    color: white;
    font-size: 1.1rem;
    font-weight: 500;
    margin: auto;
    display: block;
    margin-top: 2rem;
    font-family: "Khand", sans-serif;
}
.contact-us h5 {
    text-align: center;
}
.contact-us h2 {
    font-size: 1.4rem;
    text-align: center;
    font-weight: 600;
}
.contact-us .three-boxes {
    display: grid;
    grid-gap: 3rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 2rem;
}

.contact-us .each-box {
    border: 2px solid gray;
    height: 17rem;
    padding: 1rem;
    border-radius: 0.5rem;
    line-height: 1.5;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.contact-us .each-box .button {
    background: none;
    border: none;
    padding: 1rem;
    border: 1px solid gray;
    border-radius: 0.5rem;
    background-color: #4b5563;
    color: white;
    font-weight: 600;
    font-family: "Khand", sans-serif;
}
.contact-us .each-box {
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.678);
}
.contact-us .each-box .keep-in-touch {
    font-weight: 600;
    font-size: 1.1rem;
    color: black;
}
.terms-use {
    line-height: 2;
    font-size: 1.2rem;
}
.terms-use p,
.terms-use li,
.terms-use span {
    line-height: 2;
    font-size: 1.2rem;
}
.terms-use h3 {
    text-align: left;
    margin-top: 3rem;
}
.terms-use .text {
    font-size: 2rem;
    font-weight: 600;
}

.privacy-policy p,
.privacy-policy li,
.privacy-policy span,
.privacy-policy td,
.privacy-policy th {
    line-height: 1.8;
    font-size: 1.2rem;
}
.privacy-policy h3 {
    text-align: left;
    margin-top: 3rem;
    font-size: 1.3rem;
    font-weight: 600;
}
.privacy-policy {
    line-height: 2;
    font-size: 1.2rem;
}
.privacy-policy td {
    padding: 1rem;
}
.privacy-policy ul {
    list-style-position: inside;
}
.privacy-policy .privacy {
    font-size: 2rem;
    font-weight: 600;
}
.cookie-policy {
    line-height: 2;
    font-size: 1.2rem;
}
.cookie-policy p,
.cookie-policy li,
.cookie-policy span {
    line-height: 2;
    font-size: 1.2rem;
}
.cookie-policy h3 {
    text-align: left;
    margin-top: 3rem;
}
.cookie-policy .cookie {
    font-size: 2rem;
    font-weight: 600;
}
.cookie-policy table {
    width: 100%;
}
.cookie-policy table {
    text-align: center;
    margin-bottom: 2rem;
}
.search-button {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}
.above-footer p span.footer-domain {
    color: #eaa800;
    font-weight: bold;
}
.lazyload {
    opacity: 0;
    transition: opacity 0.3s;
}
.lazyload.lazyloaded {
    opacity: 1;
    /* all articles page */
}
.local-theme {
}
.local-theme .each-article {
    margin: 1rem !important;
    border: 1px soldi green !important;
}
.local-theme .search-columns .search-list-item__img img {
    border-radius: 0.5rem !important;
}
.local-theme .results-column .content {
    margin-left: 1rem;
    /* width: 70%; */
}
.local-theme .results-column .content h3 {
    font-size: 1.3rem;
    margin: 0.5rem 0rem;
}
.local-theme .search-columns {
    display: grid !important;
    grid-gap: 2rem;
    grid-template-columns: 63% 35% !important;
}
.local-theme .search-columns .related-articles .content {
    margin-bottom: 1rem;
}
.local-theme .search-columns .related-articles h5 {
    font-size: 1rem;
    margin-left: 1rem;
}
.local-theme .search-columns .related-articles a {
    display: block;
    width: fit-content;
    margin-left: 1rem;
    padding: 0.5rem;
    border-radius: 0.5rem;
    background-color: var(--primary);
    margin-top: 0.5rem;
}

.local-theme .bottom-search {
    margin-top: 4rem !important;
}
.local-theme .bottom-search h3 {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.local-theme form {
    margin-top: 5rem;
    border: 1px solid gray;
    border-radius: 0.8rem;
    width: 85%;
    margin: auto;
    padding: 0rem 1rem;
    padding-right: 0rem;
}

.local-theme form input {
    border: none;
    outline: none;
    padding: 0.8rem;
    width: 90%;
}
.local-theme form i {
    font-size: 1.5rem;
    margin-right: 0.5rem;
}

/* pagination  */
/* Pagination styles */
.paginator {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.paginator .ulpagination {
    list-style: none;
    display: flex;
    padding: 0;
}

.paginator .ulpagination li {
    margin: 0 5px;
    opacity: 50%;
    cursor: not-allowed;
}

.paginator .ulpagination li.prev a,
.paginator .ulpagination li.next a,
.paginator .ulpagination li.first a,
.paginator .ulpagination li.last a {
    padding: 5px 10px;
    background-color: var(--project-theme);
    border: 1px solid #ccc;
    color: black;
    text-decoration: none;
    display: inline-block;
}

.paginator .ulpagination li.prev a:hover,
.paginator .ulpagination li.next a:hover,
.paginator .ulpagination li.first a:hover,
.paginator .ulpagination li.last a:hover {
    background-color: var(--project-theme);
}

.paginator .ulpagination li.active a {
    background-color: white;
    color: black;
}

.paginator .ulpagination li.active a:hover {
    background-color: white;
    color: black;
}

.paginator .ulpagination li a {
    padding: 5px 10px;
    background-color: var(--project-theme);
    border: 1px solid #0056b3;
    color: black;
    text-decoration: none;
    display: inline-block;
}

.paginator .ulpagination li a:hover {
    background-color: white;
    color: black;
}
.article-wrapper {
    display: flex;
    align-items: start;
}

.article-wrapper figure {
    flex: 0 0 25%;
    overflow: hidden;
    margin: 0;
}

.article-wrapper img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.article-wrapper .content {
    flex: 0 0 70%;
    padding: 0 15px;
}
.local-content-article .heading {
    font-family: "Dancing Script", cursive;
    font-size: 4rem;
    text-align: left;
    margin: 1rem 0;
    margin-left: 1rem;
}

.read-next-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.read-next-wrapper .line {
    flex-grow: 1;
    height: 1px;
    background-color: black;
    margin: 0 10px;
}

.read-next-text {
    text-align: center;
    white-space: nowrap;
}

.read-next-text .arrow {
    font-size: 12px;
    margin-top: 4px;
}
