/* header  */
:root {
    --primary: #ffc42b;
    --primary-dark: #f6b40a;
    --gray-color: #d1d1d1;
    --black: #000000;
    --text-color: #ffffff;
    --footer-text-color: #ffffff;
}

.header {
    padding: 0.5rem 0rem;
    background-color: var(--black);
    border-bottom: 12px solid var(--primary);
}

.header-heading {
    font-size: 2rem;
    font-weight: 600;
    margin-left: 0.3rem;
}

.header-nav {
    padding: 0.2rem 0.5rem;
}
.header-right {
    border-radius: 0.8rem;
    border: 1px solid var(--primary);
}
.header-right .search-icon {
    color: var(--primary);
    margin-right: 0.5rem;
    font-size: 1.3rem;
}
.header-right .img {
    margin-right: 0.3rem;
    width: 1.5rem;
}
.body-img {
    width: 3rem !important;
}
.header-input {
    width: 95%;
    border-radius: 0.2rem;
    border: none;
    background: none;
    padding: 0.5rem 1.2rem;
    outline: none !important;
    color: white;
    letter-spacing: 0.1rem;
}
.header-input-body {
    color: var(--black);
}

/*hero articles  */
.rectangle-left {
    height: 5rem;
    background-color: var(--primary-dark);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 0);
}

.rectangle-right {
    height: 5rem;
    background-color: var(--primary-dark);
    clip-path: polygon(100% 0, 0 100%, 0 0);
}
.hero-articles {
    max-width: 100%;
    margin: auto;
}
.hero-articles-content {
    background-color: var(--gray-color);
    padding: 2rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2rem;
    border-bottom-left-radius: 7rem;
    border-bottom-right-radius: 7rem;
    max-width: 1120px;
    margin: auto;
}

.hero-article {
    transition: all 0.3s ease-in-out;
}

.hero-article:hover {
    transform: scale(1.1);
}

.hero-article:hover h1 {
    color: var(--primary);
}

.hero-article-1 {
    background-size: cover;
    background-position: center;
    max-height: 32rem;
    height: 29rem;
    /* transform: scaleX(-1); */
    border-bottom-left-radius: 5rem;
    position: relative;
}

.hero-article-2 {
    background-size: cover;
    background-position: center;
    max-height: 32rem;
    height: 29rem;
    /* transform: scaleX(-1); */
    /* border-bottom-right-radius: 5rem; */
    position: relative;
}

.hero-article-3 {
    background-size: cover;
    background-position: center;
    max-height: 32rem;
    height: 29rem;
    /* transform: scaleX(-1); */
    /* border-bottom-right-radius: 5rem; */
    position: relative;
}

.hero-article-4 {
    background-size: cover;
    background-position: center;
    max-height: 32rem;
    height: 29rem;
    /* transform: scaleX(-1); */
    border-bottom-right-radius: 5rem;
    position: relative;
}

.read-more-btn {
    font-family: "Khand", sans-serif;
}
.hero-article .read-more-btn {
    padding: 0.5rem 1rem;
}
.exclusive-right .read-more-btn {
    padding: 0.5rem 1rem;
}
.spotlight .inside-content .read-more-btn {
    padding: 0.8rem 1rem;
}

.category-parent {
    position: absolute;
    right: -0.6rem;
}

.category {
    background-color: var(--primary);
    padding: 0.7rem 2rem;
    /* transform: scaleX(-1); */
    /* clip-path: polygon(100% 0, 100% 50%, 100% 100%, 9% 100%, 0 47%, 10% 0); */
    clip-path: polygon(19% 0, 100% 0, 100% 50%, 100% 100%, 18% 100%, 0% 50%);
}

.category-tail {
    width: 10px;
    height: 10px;
    clip-path: polygon(100% 0, 0 0, 0 100%);
    right: 0;
    position: absolute;
    /* transform: scaleX(-1); */
    background-color: var(--primary-dark);
}

.category p {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text-color);
}

.hero-articles-data {
    /* transform: scaleX(-1) !important; */
    height: 100%;
}

.hero-articles-data h1 {
    font-size: 1.6rem;
    line-height: 40px;
    text-align: left;
    font-weight: 600;
    color: white;
    transition: all 0.5s ease-in-out;
}

.hero-articles-data .content {
    width: 80%;
    height: fit-content;
    margin-bottom: 3rem;
}

.hero-articles-data p {
    font-size: 1.5rem;
    color: white;
}

.read-more-btn {
    float: left;
    border: none;
    background: none;
    color: var(--text-color);
    font-weight: 600;
    font-size: 1.1rem;
    border: 2px solid var(--gray-color);
    padding: 0.2rem 1.3rem;
    margin-top: 1rem;
    transition: all 0.5s ease-in-out;
}
.hero-article:hover .read-more-btn {
    background-color: var(--primary) !important;
    color: var(--text-color) !important;
    border: none;
}

/* exclusive  */
.exclusive {
    margin-top: 4rem;
}

.exclusive-child {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5rem;
    /* width: 87%; */
    margin: auto;
}

.exclusive-article {
    margin-bottom: 2rem;
}

.exclusive-article .article-1 {
    background-position: center;
    background-size: cover;
    max-height: 12rem;
    height: 10.5rem;
    position: relative;
}

.exclusive-article .article-2 {
    background-position: 75% 25%;
    background-size: cover;
    max-height: 12rem;
    height: 10.5rem;
    position: relative;
}

.exclusive-article .article-3 {
    background-position: 80% 20%;
    background-size: cover;
    max-height: 12rem;
    height: 10.5rem;
    position: relative;
}

.exclusive .article .category-parent {
    left: -0.5rem;
}

.exclusive .article .category-parent .category {
    width: 80%;
    padding: 0.4rem 0;
    padding-right: 0.3rem;
    padding-left: 10px;
    text-align: left;
    transform: scaleX(1);
    margin-top: -1rem;
    clip-path: polygon(0 0, 80% 1%, 100% 50%, 80% 100%, 0 100%, 0% 50%);
}

.exclusive .article .category-parent .category-tail {
    left: 0;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.exclusive .article .category-parent .category p {
    font-size: 1.3rem;
    /* color: var(--text-color); */
}

.exclusive-article .read-more-btn {
    color: var(--text-color) !important;
    background-color: var(--primary);
    font-size: 1rem;
    padding: 0.2rem 1rem;
    padding-top: 0.3rem;
    border: none;
    margin: 0;
}

.exclusive-article h3 {
    font-size: 1.8rem;
    font-weight: 600;
    /* margin-top: -0.5rem; */
    line-height: 1;
}

.exclusive-article p {
    font-size: 1.2rem;
}

.exclusive-right-1 {
    background-position: 75% 25%;
    background-size: cover;
    max-height: 43rem;
    height: 35.5rem;
    position: relative;
}

.exclusive-right-1 .category-parent {
    left: 0;
    margin-left: -1.4rem;
    margin-top: -1rem;
}

.exclusive-right-1 .category {
    clip-path: none;
    height: 6rem;
    padding: 0.5rem 1.2rem;
}

.exclusive-right-1 .category-tail {
    width: 1.5rem;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    left: 0;
}

.exclusive-right-1 .category-parent h5 {
    font-size: 2.5rem;
    font-weight: 600;
    width: 30%;
    color: white;
    margin-left: 1rem;
    line-height: 1;
    padding-top: 3rem;
}

.exclusive-right-1 .category-parent h5 span {
    color: var(--primary);
}

.exclusive-right-1 .hero-articles-data {
    transform: scale(1) !important;
}

/* spotlight */
.spotlight {
    margin-top: 4rem;
}

.spotlight .side-bg {
    background-color: var(--primary);
    /* height: 30rem; */
    clip-path: polygon(0 0, 100% 12%, 100% 88%, 0 100%);
}

.side-bg-right {
    clip-path: polygon(0 12%, 100% 0, 100% 100%, 0 88%) !important;
}

.spotlight .content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
    /* width: 87%; */
    margin: auto;
}
.spotlight-article .content {
    width: 100%;
}

.spotlight .bg-left {
    background-position: center;
    background-size: cover;
    max-height: 40rem;
    height: 30rem;
    width: 100% !important;
}

.spotlight .right-content {
    width: 90%;
}

.spotlight .right-content .inside-content {
    height: fit-content;
}

.spotlight .right-content h3 {
    font-size: 3rem;
    color: var(--primary);
    font-weight: 600;
}

.spotlight .right-content h2 {
    font-size: 6rem;
    color: var(--black);
    font-weight: 600;
}

.spotlight .right-content h4 {
    font-size: 2rem;
    color: var(--primary);
    font-weight: 600;
}

.spotlight .right-content p {
    font-size: 1.6rem;
    color: var(--black);
    margin-top: 0.5rem;
    line-height: 1.3;
}

.spotlight .read-more-btn {
    background-color: var(--primary);
    color: var(--text-color);
    border: none;
    padding: 0.5rem 2rem;
}

/* explore - category */
.explore-category .heading {
    width: 80%;
    margin: auto;
    margin-top: 4rem;
}

.explore-category .heading .line {
    background-color: var(--primary);
    height: 0.3rem;
}

.explore-category .heading h2 {
    font-size: 3.5rem;
    text-align: center;
    text-wrap: nowrap;
}

.explore-category .content {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 2rem;
    /* width: 87%; */
    margin: auto;
}

.explore-category-child {
    background-color: var(--primary);
    padding: 6rem 0;
    margin-top: 4rem;
}

.explore-category .article1 {
    max-height: 16rem;
    height: 14rem;
    background: linear-gradient(
            rgba(255, 255, 255, 0.107),
            rgba(0, 0, 0, 0.644)
        ),
        url("/info_theme/img/image7.jpeg") no-repeat;
    background-position: center;
    background-size: cover;
}

.explore-category .article2 {
    max-height: 16rem;
    height: 14rem;
    background: linear-gradient(
            rgba(255, 255, 255, 0.107),
            rgba(0, 0, 0, 0.644)
        ),
        url("/info_theme/img/image8.jpeg") no-repeat;
    background-position: center;
    background-size: cover;
}

.explore-category .article3 {
    max-height: 16rem;
    height: 14rem;
    background: linear-gradient(
            rgba(255, 255, 255, 0.107),
            rgba(0, 0, 0, 0.644)
        ),
        url("/info_theme/img/image9.jpeg") no-repeat;
    background-position: center;
    background-size: cover;
}

.explore-category .article4 {
    max-height: 16rem;
    height: 14rem;
    background: linear-gradient(
            rgba(255, 255, 255, 0.107),
            rgba(0, 0, 0, 0.644)
        ),
        url("/info_theme/img/image10.jpeg") no-repeat;
    background-position: center;
    background-size: cover;
}

.explore-category .article5 {
    max-height: 16rem;
    height: 14rem;
    background: linear-gradient(
            rgba(255, 255, 255, 0.107),
            rgba(0, 0, 0, 0.644)
        ),
        url("/info_theme/img/image11.jpeg") no-repeat;
    background-position: center;
    background-size: cover;
}

.explore-category .article h3 {
    font-size: 2rem;
    color: var(--text-color);
    font-weight: 700;
}

.yellow .explore-category .article h3 a {
    color: var(--primary);
}

/* footer */
.footer {
    margin-top: 3rem;
}

.above-footer figure {
    width: 10rem;
    margin: auto;
}

.above-footer p {
    width: 30%;
    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(--footer-text-color);
}

.footer .nav-ul-bg {
    background-color: var(--black);
    margin-top: 2rem;
}

.ulpagination {
    display: flex;
    list-style: none;
    padding: 0;
    width: fit-content;
    margin: auto;
}
.ulpagination .last,
.ulpagination .first {
    display: none !important;
}

.ulpagination li {
    margin: 0 5px;
}

.ulpagination a,
.ulpagination span {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: var(--black);
    border: 1px solid var(--gray-color);
    background-color: var(--primary);
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
}

.ulpagination a:hover,
.ulpagination a:focus,
.ulpagination .current {
    background-color: var(--primary-dark);
    color: #fff;
}

.ulpagination .current {
    font-weight: bold;
    border-color: var(--primary-dark);
}

img.listimg {
    max-height: 100px;
}

.main-content ol br {
    display: none;
}

.main-content ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
    list-style: decimal;
}

.main-content ol li {
    margin-left: 1.5rem;
    float: left;
    width: 100%;
}
.main-content li {
    float: left;
    width: 100%;
}

.paginator .ulpagination li {
    margin: 0 5px;
}

.paginator .ulpagination li a {
    margin: 0 5px;
}
.paginator .ulpagination li.active {
    opacity: 50%;
    cursor: not-allowed;
}
.inside-latest-article-img {
    margin-right: 0.5rem !important;
}

/* slider  1*/

.slider {
    width: 100%;
    text-align: center;
    /* overflow: hidden; */
    display: none;
    margin: auto;
}

.slides {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;

    /*
  scroll-snap-points-x: repeat(300px);
  scroll-snap-type: mandatory;
  */
}

.slides::-webkit-scrollbar {
    /* width: 10px;
  height: 10px; */
}
.slides::-webkit-scrollbar-thumb {
    /* background: black; */
    border-radius: 10px;
}
.slides::-webkit-scrollbar-track {
    /* background: transparent; */
}
.slides > article {
    scroll-snap-align: start;
    flex-shrink: 0;
    width: 300px;
    height: 300px;
    margin-right: 60px;
    border-radius: 10px;
    background: #eee;
    transform-origin: center center;
    transform: scale(1);
    transition: transform 0.5s;
    position: relative;
    margin-bottom: 2rem;

    /* display: flex;
  justify-content: center;
  align-items: center; */
    /* font-size: 100px; */
}
.slides > article:target {
    /*   transform: scale(0.8); */
}
.anchor-slide-slide-2 {
    background: var(--primary) !important;
}
.author-info {
    background: rgba(0, 0, 0, 0.75);
    color: white;
    padding: 0.75rem;
    /* text-align: center; */
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
}
.author-info a {
    color: white;
}
#anchor-1 {
    background-color: #f6b40a;
}
.slider img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slider > a {
    display: inline-flex;
    width: 1.2rem;
    height: 1.2rem;
    background: black;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 0 0.5rem 0;
    position: relative;
    margin-right: 0.8rem;
}
.slider > a:active {
    top: 1px;
    background-color: black !important;
}
.slider > a:focus {
    background-color: black !important;
    background: #000 !important;
}

.hero-articles-carousel {
    display: none !important;
}

.search-list-item {
    line-height: 1;
    border-bottom: 0.5px solid rgba(128, 128, 128, 0.121) !important;
    padding: 0.8rem 0.3rem;
}
.search-list-item:hover {
    background-color: #f6b30a42;
}
.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 a {
    font-size: 1.2rem !important;
}

/* about page */
.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;
}

.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;
    margin-bottom: 2rem;
    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 {
    font-family: "Inria Serif", serif;
    text-align: left;
}
.exclusive-article .read-more-btn {
    margin-top: 0.5rem !important;
    padding: 0.5rem 1rem;
    padding-top: 0.7rem;
}

.flex20 {
    flex: 0 1 var(--flex-percentage);
}

@media (max-width: 1200px) {
    :root {
        --flex-percentage: 25%;
    }
}

@media (max-width: 992px) {
    :root {
        --flex-percentage: 30%;
    }
}

@media (max-width: 768px) {
    :root {
        --flex-percentage: 40%;
    }
}

@media (max-width: 576px) {
    :root {
        --flex-percentage: 50%;
    }
}

.yellow
    .container-parent
    .hero-articles
    .hero-articles-content
    .hero-articles-data
    .read-more-btn {
    color: var(--primary) !important;
}
.yellow
    .container-parent
    .hero-articles
    .hero-articles-content
    .hero-article:hover
    .read-more-btn {
    color: black !important;
}

.yellow .footer .nav-ul-bg li a {
    color: var(--primary) !important;
}
.yellow .exclusive .exclusive-child .exclusive-right .read-more-btn {
    color: var(--primary) !important;
}

.hero-article:hover .read-more-btn {
    background-color: var(--primary) !important;
    color: black !important;
    border: none;
}

.yellow .explore-category .article h3 a {
    color: var(--primary);
}
.search-button {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
}
.container.main-content p:empty {
    display: none;
}
.container.main-content p:has(strong:empty) {
    display: none;
}
