.hero-sec {
 background-color: #FF7A91;
 height: 100vh;
}

.hero-sec .image-sec {
 background: #000 url(/buy_theme/img/hero-bg.png) no-repeat;
 background-size: cover;
 background-position: center;
 height: 90vh;
 width: 100%;
}
.header{
  position: relative;
}

.header .header-child {
 background-color: #C22843;
 padding: 0.3rem 2rem;
 border-bottom-right-radius: 3rem;
 border-bottom-left-radius: 3rem;
}

.header figure {
 width: 170px;
 background: url(/buy_theme/img/header-logo.png) no-repeat;
 background-size: contain;
 background-position: center;
 height: 70px;
}

.header .search-icon {
 width: 70px;
 background: url(/buy_theme/img/search-icon.png) no-repeat;
 background-size: contain;
 background-position: center;
 height: 30px;
}
.header nav ul li {
 font-size: 1.1rem;
 color: white;
}
.articlesec{
    margin-bottom: 10px;
}
.hero-sec .hero-content {
 width: 80%;
 margin: auto;
 text-align: center;
 color: white;
 margin-top: 3rem;
}
.hero-sec .hero-content h1 {
 font-size: 3.5rem;
 font-weight: 900;
}

.hero-sec .hero-content h3 {
 font-size: 1.8rem;
 letter-spacing: 0.3rem;
 margin: 1rem 0;
 font-weight: 300;
}
.hero-sec .hero-content .readmore {
 border: none;
 background: none;
 border: 3px solid white;
 padding: 10px;
 font-size: 1.2rem;
 color: white;
 border-radius: 0.2rem;
 margin-top: 2rem;
 font-weight: 600;
 font-family: "Fira Sans Condensed", serif;
}

.hero-sec .hero-articles {
 margin-top: 6rem;
}

.hero-sec .hero-articles article {
 height: 380px;
 width: 300px;
 background-color: white;
 padding: 0.5rem;
 border: 1px solid rgba(128, 128, 128, 0.341);
 margin: 0.15rem;
}
.hero-sec .hero-articles article figure {
 /* background: url(/buy_theme/img/image-1.png) no-repeat; */
 height: 230px;
 object-fit: cover;
 object-position: center;
 overflow: hidden;
}
.hero-sec .hero-articles article .content {
 margin: auto;
 text-align: center;
 line-height: 1.5;
 /* margin-top: 0.6rem; */
 margin-top: 1.2rem;
 /* height: 200px; */
}

.hero-sec .hero-articles article .content h4 {
 font-size: 1.1rem;
 font-weight: 500;
}
.hero-sec .hero-articles article .content p {
 margin: 0.5rem 0;
}
.hero-sec .hero-articles article .content .readmore {
 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;
}

/* banner-sec */
.banner-sec {
 padding-top: 6rem;
 background-color: #FFECEF;
 padding-bottom: 5rem;
}
.banner-sec article {
 height: 200px;
 object-fit: cover;
 object-position: center;
 overflow: hidden;
 text-align: center;
 line-height: 1.5;
 color: white;
}
.banner-sec article h2 {
 font-size: 2rem;
 font-weight: 600;
}
.banner-sec article p {
 letter-spacing: 0.1rem;
 margin: 0.3rem 0;
}

.banner-sec article .btn {
 border: none;
 background: none;
 border: 1.5px solid white;
 padding: 0.7rem 3rem;
 font-size: 1rem;
 color: white;
 border-radius: 0.2rem;
 margin-top: 1rem;
 font-weight: 600;
 font-family: "Fira Sans Condensed", serif;
}

.articles-sec {
 padding-top: 3rem;
 background-color: #FFC9D2;
 padding-bottom: 3rem;
}

.articles-sec article {
 height: 400px !important;
 width: 300px !important;
 object-fit: cover;
 object-position: center;
 margin: 0.1rem;
 overflow: hidden;
}

.articles-sec article .content {
 padding: 0.5rem 1rem;
 text-align: center;
 color: white;
 line-height: 1.6;
 margin-top: 9rem;
}
.articles-sec article .content h4 {
 font-size: 1.3rem;
 font-weight: 600;
}
.articles-sec article .content button {
 border: none;
 background: none;
 border: 1.5px solid white;
 padding: 0.7rem 3rem;
 font-size: 1rem;
 color: white;
 border-radius: 0.2rem;
 margin-top: 1rem;
 font-weight: 600;
 width: fit-content;
 margin: auto;
 font-family: "Fira Sans Condensed", serif;
 margin-top: 2.5rem;
 margin-bottom: 1rem;
}

.below-articles-sec {
 background-color: #FFECEF;
 padding: 4rem 0;
}

.below-articles-sec .left-side {
 /* border: 1px solid green; */
}
.below-articles-sec .left-side figure {
 height: 480px;
 object-fit: cover;
 object-position: center;
 overflow: hidden;
 border-radius: 13rem;
}
.below-articles-sec .left-side .content {
 margin: auto;
 text-align: center;
 line-height: 1.8;
 margin-top: 1.6rem;
}
.below-articles-sec .left-side .content h4 {
 font-size: 1.6rem;
 font-weight: 800;
}

.below-articles-sec .left-side .content .readmore {
 border: none;
 background: none;
 border: 1.5px solid black;
 padding: 0.7rem 3rem;
 font-size: 1rem;
 border-radius: 0.2rem;
 margin-top: 1rem;
 font-weight: 600;
 width: fit-content;
 margin: auto;
 font-family: "Fira Sans Condensed", serif;
 margin-top: 1rem;
 margin-bottom: 1rem;
}

.below-articles-sec .right-side {
 /* border: 1px solid red; */
}

.below-articles-sec .right-side article figure {
 width: 200px;
 height: 125px;
 object-fit: cover;
 object-position: center;
 overflow: hidden;
}
.below-articles-sec .right-side article .content {
 margin-left: 1rem;
 line-height: 1.6;
}
.below-articles-sec .right-side article .content h5 {
 font-size: 1.3rem;
 font-weight: 600;
}
.about-sec {
 padding: 2rem 0;
}
.about-sec .content {
 margin: auto;
 text-align: center;
 line-height: 2;
 padding: 2rem 1rem;
}
.about-sec .content figure {
 width: 170px;
 background: url(/buy_theme/img/about-sec.png) no-repeat;
 background-size: contain;
 background-position: center;
 height: 70px;
 margin: auto;
}
.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: #C22843;
 margin: auto;
 padding: 1rem 0;
}
footer .footer-child li {
 color: white;
}

.dotsContainer,
.pagination-dots-wrapper {
 display: none !important;
 top: 90% !important;
 /* width: 200px;
  height: 50px; */
}

.menu-bar{
  display: none;
}
.hamberger-menu{
  width: 83%;
  position: absolute;
  top: 0%;
  left: 5%;
  right: 5%;
  background-color: white;
  border-bottom-right-radius: 10rem;
  border-bottom-left-radius: 10rem;
  padding: 0 1rem;
  display: none;

}
.hamberger-menu p{
  font-size: 2rem;
  font-weight: 900;
}
.header .hamberger-menu  ul{
  margin-top: 2rem;
}
.header .hamberger-menu  ul li{
  font-size: 1.2rem !important;
  color: black !important;
  text-align: center;
  margin-bottom: 1.2rem;

}
/* article page */
.article-page {
    margin-top: 2rem;
    padding: 10px;
}
.article-page-inside {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: 60% 40%;
    margin: auto;
    line-height: 1.5;
}

.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;
}

.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.readmore {
    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 {
    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;
}

.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 #FF7A91;
    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;
}

.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;
}
.article-page{
    margin-bottom: 20px;
}
.article-page-inside{
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 100% 0 !important;
    margin: auto;
    line-height: 1.5;
}
.article-left{
    margin: 0 auto;
    max-width: 800px;
}
.article-page-inside .article-left .heading{
    font-size: 1.5rem !important;
    line-height: 30px !important;
}
#read-more-btn{
    cursor: pointer;
    background: none;
    color: blue;
    border: none;
    margin-left: 32%;
    font-size: 17px;
    margin-top: 20px;
}
@media screen and (max-width: 550px) {
    .footer .nav-ul{
        padding: 0.3rem 0 !important;
    }
    .footer .nav-ul li a {
        font-size: 0.8rem !important;
    }
    .nav-ul-bg .nav-ul li{
        margin-bottom: 0 !important;
    }
    .header-wrapper{
        width: 100% !important;
        border: none !important;
    }
}

.all-articles article .content a.readmore {
    padding: 0.3rem 1rem;
    display: block;
    width: fit-content;
    border-radius: 0.5rem;
    background-color: #FF7A91;
    padding-bottom: 0.6rem;
    font-weight: 600;
    margin-top: 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;
}
.articles-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.article-wrapper {
    display: flex;
    align-items: flex-start;
    background: #f9f9f9;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.article-wrapper img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.content h5 {
    margin: 0 0 10px;
    font-size: 18px;
}

.content p {
    margin: 0 0 15px;
    font-size: 14px;
    color: #555;
}
@media (max-width: 768px) {
    .articles-grid {
        grid-template-columns: 1fr;
        max-width: 100%;
    }
    .hero-sec .hero-content h1 {
        font-size: 1.5rem;
        margin-bottom: 30px;
    }
    .hero-sec .hero-content h3 {
        display: none;
    }
    .hero-sec .hero-articles article .content h4{
        font-size: 1.0rem;
    }
    .hero-sec .hero-articles article .content .readmore{
        margin-top: 0.5rem;
    }
    .banner-sec{
        padding-top: 2px !important;
    }
}
.article-page-inside h2{
    font-weight: 700;
    font-size: 1.2rem;
}
.article-page-inside .article-left .content{
    line-height: 35px;
}
.article-page-inside ul {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    padding-left: 40px;
    list-style-type: disc;
}

.article-page-inside ul li {
    margin: 0;
    padding: 0;
    display: list-item;
}
.article-page-inside br{
    display: none;
}

@media screen and (max-width: 768px) {
    .article-wrapper {
        flex-direction: column; /* Stack the elements vertically */
    }
    .container .search-results{
        padding: 1px !important;
    }
    .article-wrapper .content {
        order: 1; /* Ensure the content comes first */
        margin-bottom: 1rem; /* Add spacing between the content and image */
    }

    .article-wrapper figure {
        order: 2; /* Ensure the image comes after the content */
    }

    .article-wrapper figure img {
        width: 100%; /* Make sure the image takes full width in mobile view */
        height: auto; /* Maintain the aspect ratio */
    }

    .articles-grid {
        display: flex;
        flex-direction: column; /* Ensure articles are stacked vertically */
        gap: 1.5rem; /* Add spacing between articles */
    }

    .ulpagination {
        display: flex;
        justify-content: center;
        gap: 0.5rem; /* Add spacing between pagination links */
        flex-wrap: wrap; /* Ensure pagination links wrap if they overflow */
    }
    /* Flexbox adjustments for column stacking */
    .below-articles-sec .flex {
        flex-direction: column; /* Stack elements vertically */
    }

    .below-articles-sec .left-side,
    .below-articles-sec .right-side {
        flex: 100%; /* Ensure full-width stacking */
    }

    /* Article-specific adjustments */
    .below-articles-sec article {
        flex-direction: column; /* Stack content and images */
        margin-bottom: 1rem; /* Add spacing between articles */
    }

    .below-articles-sec article .content {
        order: 1; /* Display the content first */
        margin-bottom: 1rem; /* Add spacing below the content */
    }

    .below-articles-sec article figure {
        order: 2; /* Display the image after the content */
        width: 100%; /* Make the image take full width */
        height: auto; /* Adjust height to maintain aspect ratio */
    }

    /* Adjust the background image for full-width display */
    .below-articles-sec article figure {
        background-size: cover; /* Maintain aspect ratio for background image */
        background-position: center; /* Center the background image */
    }

    /* Adjust inner elements for readability */
    .below-articles-sec h4,
    .below-articles-sec h5 {
        font-size: 1.2rem; /* Adjust heading size for smaller screens */
    }

    .below-articles-sec .readmore {
        font-size: 1rem; /* Adjust button size */
    }

    .below-articles-sec .flex55 {
        display: flex;
        flex-direction: column; /* Stack secondary articles */
        gap: 1rem; /* Add spacing between articles */
    }
    .below-articles-sec .right-side article figure{
        width: 330px;
    }
}
.container .search-results{
    padding: 20px
}
