:root {
 --primary-color: #ffffff;
 --secondary-color: #ff3f58;
}
.header {
}

.header .header-nav {
 background-color: var(--primary-color);
 border-bottom-left-radius: 0.8rem;
 border-bottom-right-radius: 0.8rem;
}
.header-srch {
 width: 1.8rem;
 margin-right: 1rem;
}
.header .header-nav figure {
 background: url(../assets/header-logo.png) no-repeat;
 width: 17.18813rem;
 height: 5rem;
 background-position: left;
 background-size: contain;
 object-fit: contain;
 /* margin: auto; */
}
.hero .hero-bg {
 grid-template-columns: repeat(2, 1fr);
}
.hero .hero-bg .left {
 background: url(../assets/hero-bg.png) no-repeat;
 width: 100%;
 height: 70vh;
 background-position: center;
 background-size: cover;
 object-fit: cover;

 /* border-radius: 1rem;
 border-top-left-radius: 0rem;
 border-top-right-radius: 0rem; */
}

.hero .hero-bg .content {
 height: fit-content;
 width: 100%;
 background-color: #b0d6ff;
 height: 100%;
 position: relative;
 /* overflow-y: hidden; */
}
.hero .hero-bg .content h2 {
 font-size: 2.8rem;
 color: white;
 font-weight: 500;
 line-height: 1.3;
}
.hero .hero-bg .content .inside-content div {
 width: 85%;
 height: 80%;
}
.hero .hero-bg .content .inside-content p {
 font-size: 1.56rem;
 color: white;
 line-height: 1.3;
}
.hero .hero-bg .content .inside-content {
 width: 100%;
 height: 93.5%;
 background-color: #4581c2;
 border-bottom-right-radius: 12.5rem;
 padding-top: 2rem;
}
.hero .hero-bg .content .inside-content a {
 border: 1px solid white;
 width: fit-content;
 padding: 0.9rem 2.5rem;
 color: white;
}
.hero .hero-bg .content .inside-content .icon {
 position: absolute;
 bottom: 1rem;
 right: 1.8rem;
 font-size: 2.5rem;
 color: #4581c2;
}
/* .search-sec form {
 width: 60%;
 margin: auto;
 background-color: var(--secondary-color);
 padding: 2rem 2rem;
 position: relative;
 margin-top: -2rem;
 border-radius: 0.8rem;
}

.search-sec form input {
 width: 88%;
 border: none;
 background: none;
 color: white;
 display: block;
 font-family: "Montserrat", sans-serif;
 padding: 0.8rem 1rem;
 outline: none;
}
.search-sec form img {
 display: block;
 margin-right: 0.5rem;
}
.search-sec form .srch-div {
 border: 1px solid rgba(255, 255, 255, 0.807);
 border-radius: 0.7rem;
}
.search-sec form input::placeholder {
 color: rgba(255, 255, 255, 0.466);
} */

/* latest content */
.latest-news {
 margin-top: 2rem;
 background-color: #b0d6ff;
 padding: 2rem 0;
}
.latest-news .latest-head {
 width: fit-content;
 margin: auto;
}

.latest-news .latest-head h3 {
 font-size: 2rem;
 font-weight: 500;
 line-height: 1.2;
 text-align: center;
}
.latest-news .latest-head h3 span {
 color: var(--secondary-color);
}
.latest-news .latest-head img {
 display: block;
 margin: auto;
 margin-top: 2rem;
}

.latest-news .latest-content {
 margin-top: 2rem;
 grid-template-columns: repeat(4, 1fr);
 grid-gap: 0.6rem;
}
.latest-news .latest-content figure {
 background: url(../assets/img1.png) no-repeat;
 background-position: center;
 background-size: cover;
 object-fit: cover;
 height: 15rem;
 border-top-right-radius: 1rem;
 border-top-left-radius: 1rem;
}
.latest-news .latest-content .content {
 padding: 1rem;
 margin: auto;
 height: 12rem;
 background-color: white;
 border: 1px solid rgba(128, 128, 128, 0.095);
 overflow: hidden;
 border-bottom-right-radius: 1rem;
 border-bottom-left-radius: 1rem;
}
.latest-news .latest-content .content h5 {
 line-height: 1.5;
 font-weight: 600;
 height: 3.5rem;
 overflow-y: hidden;
 font-size: 1.2rem;
}
.latest-news .latest-content .content img {
 display: block;
 margin: 1rem 0;
}
.latest-news .latest-content .content p {
 line-height: 1.5;
 height: 5.8rem;
 overflow-y: hidden;
 font-size: 12px;
 margin: 0.8rem 0;
}
.latest-news .latest-content .content .readmore {
 background-color: #f0e8e1;
 font-size: 0.8rem;
 padding: 0.4rem 1.5rem;
 border-radius: 0.3rem;
 font-weight: 500;
}
.latest-news .latest-content .content article {
 /* width: 30%; */
 border-radius: 0.5rem;
}

/* content-article */
.content-article {
 /* background: url(/assets/article-bg1.png) no-repeat; */
 height: 60vh;
 background-position: center;
 background-size: cover;
 object-fit: cover;
 margin-top: 3rem;
 padding: 4rem 0;
}
.content-article .article-content-sec {
 grid-template-columns: repeat(3, 1fr);
 position: relative;
}

.content-article .article-content-sec figure {
 grid-column: 1/3;
 background: url(../assets/img2.png) no-repeat;
 background-position: center;
 background-size: cover;
 object-fit: cover;
 height: 60vh;
 border-radius: 0.5rem;
}

.content-article .article-content-sec .content {
 background-color: white;
 width: 400px;
 position: absolute;
 right: 2rem;
 height: 40vh;
 top: 2.3rem;
 padding: 2rem;
 border-radius: 0.5rem;
 line-height: 1.5;
}
.content-article .article-content-sec .content img {
 display: block;
 margin: 1rem 0;
}
.content-article .article-content-sec .content h5 {
 font-size: 1.8rem;
 font-weight: 500;
 height: 6rem;
 overflow-y: hidden;
}

.content-article .article-content-sec .content p {
 font-size: 1.3rem;
 height: 10rem;
 overflow-y: hidden;
}

/* popular articles */

.popular-articles {
 margin-top: 4rem;
 background-color: #b0d6ff;
 padding: 3rem 0;
}
.popular-articles .popular-head {
 width: fit-content;
 margin: auto;
}

.popular-articles .popular-head h3 {
 font-size: 2rem;
 font-weight: 500;
 line-height: 1.2;
 text-align: center;
}
.popular-articles .popular-head h3 span {
 color: var(--secondary-color);
}
.popular-articles .popular-head img {
 display: block;
 margin: auto;
 margin-top: 2rem;
}

.popular-articles .popular-content {
 margin-top: 2rem;
 grid-template-columns: repeat(5, 1fr);
 grid-gap: 3rem;
 /* height: 60vh; */
}

.popular-articles .popular-content article {
 grid-column: 4/6;
}

.popular-articles .popular-content figure {
 background: url(../assets/img1.png) no-repeat;
 background-position: center;
 background-size: cover;
 object-fit: cover;
 height: 23rem;
 border-radius: 1rem;
}
.popular-articles .popular-content .content {
 padding: 1rem;
 width: 80%;
 margin: auto;
 margin-top: -4rem;
 position: relative;
 background-color: white;
 border: 1px solid rgba(128, 128, 128, 0.095);
 border-radius: 0.5rem;
 box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.popular-articles .popular-content .content h5 {
 line-height: 1.5;
 font-weight: 600;
 height: 4.3rem;
 overflow: hidden;
 font-size: 25px;
}
.popular-articles .popular-content .content img {
 display: block;
 margin: 1rem 0;
 margin-top: 2rem;
}
.popular-articles .popular-content .content p {
 line-height: 1.5;
 height: 5rem;
 font-size: 18px;
 overflow-y: hidden;
}

.popular-articles .popular-content .multi-articles {
 grid-column: 1/4;
}

.popular-articles .popular-content .multi-articles article figure {
 background: url(../assets/img4.png) no-repeat;
 background-position: center;
 background-size: cover;
 object-fit: cover;
 height: 9rem;
}
.popular-articles .popular-content .multi-articles article .flex70 {
 margin-left: 1rem;
 margin-top: 0.5rem;
}

.popular-articles .popular-content .multi-articles article h6 {
 font-size: 30px;
 font-weight: 500;
 margin-bottom: 0.5rem;
 overflow-y: hidden;
 max-height: 5rem;
 min-height: 2rem;
}
.popular-articles .popular-content .multi-articles article p {
 line-height: 1.5;
}

/* content-article-left */

.content-article-left {
 /* margin-top: 10rem; */
 /* background: url(/assets/article-content2.png) no-repeat; */
 height: 60vh;
 background-position: center;
 background-size: cover;
 object-fit: cover;
 padding: 4rem 0;
 padding-top: 1rem;
}

.content-article-left .article-content-sec figure {
 grid-column: 2/4;
 background: url(../assets/img2.png) no-repeat;
 background-position: center;
 background-size: cover;
 object-fit: cover;
 height: 60vh;
 border-radius: 0.5rem;
}

.content-article-left .article-content-sec .content {
 grid-column: 1/2;
 left: 2rem;
}

/* about sec */

.about-sec {
 padding: 2rem 0;
 background-color: #245d9b;
 color: white;
}
.about-sec .content {
 margin: auto;
 text-align: center;
 line-height: 2;
 padding: 2rem 1rem;
}
.about-sec .content figure {
 width: 17rem;
 background: url(../assets/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: white;
 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 {
 width: 100%;
 background-color: #fcf2ee;
 margin: auto;
 padding: 1rem 0;
 line-height: 1.5;
}
.footer ul {
 /* width: 60%; */
 margin: auto;
}
.footer li {
 color: black;
 font-size: 0.8rem;
}
.footer p {
 font-size: 0.9rem;
}



.article-page  .article-page-inside{
    h2,h3,h4,h5,h6{
        font-weight: 600 !important;
        margin: .5rem 0 !important;
      }
    }


    .article-page .article-page-inside ol {
        margin-top: 1em;
        margin-bottom: 1em;
        margin-left: 0;
        padding-left: 40px;
        list-style-type: decimal;
    }

    .article-page .article-page-inside strong{
        font-weight: 600 !important;
    }
