/* About us */
:root{
    --text-color : #ffffff;
}
.about__bg {
    width: 100%;
    background: url("/info_theme/img/about.png") no-repeat;
    background-size: cover;
    background-position: center;
    height: 50vh;
}

.termsUl__style {
    list-style: disc;
}
.popular-articles-inside .each-article h4{
    max-height: 150px;
}
.main-content{
    font-size: 1.2rem;
}

.flex77 {
    flex: 0 1 77%;
}
.category-parent-article {
    width: fit-content;
    position: relative;
}
.category-article {
    width: fit-content;
    clip-path: polygon(83% 0, 100% 50%, 82% 100%, 0% 100%, 0 37%, 0% 0%);
    background-color: var(--primary);
    padding: 0.7rem 2rem;
    padding-right: 3rem;
    margin-top: 2rem;
}
.category-article p {
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--text-color);
}

.category-tail-article {
    width: 14px;
    height: 14px;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    left: 0;
    position: absolute;
    background-color: var(--primary-dark);
}

.content-article .heading {
    font-size: 3rem;
    font-weight: 600;
    color: var(--primary-dark);
    margin-top: 2.3rem;
    text-transform: capitalize;
}

.content-article .desc {
    font-size: 1.3rem;
    margin: 0.3rem 0;
}

.spotlight-article .spotlight-article-1 {
    margin-bottom: 1.8rem;
}
.spotlight-article .spotlight-article-1 .article-1 {
    background-position: center;
    background-size: cover;
    max-height: 7rem;
    height: 7rem;
    position: relative;
}

.spotlight-article .spotlight-article-1 .article-2 {
    background-position: 75% 25%;
    background-size: cover;
    max-height: 7rem;
    height: 7rem;
    position: relative;
}

.spotlight-article .spotlight-article-1 .article-3 {
    background-position: 80% 20%;
    background-size: cover;
    max-height: 7rem;
    height: 7rem;
    position: relative;
}

.spotlight-article .article .category-parent {
    left: -0.6rem;
}
.spotlight-article .article .category-parent .category {
    width: 5.5rem;
    padding: 0.4rem 0;
    padding-right: 0.3rem;
    text-align: center;
    transform: scaleX(1);
    margin-top: -1rem;
    clip-path: polygon(0 0, 80% 1%, 100% 50%, 80% 100%, 0 100%, 0% 50%);
}
.spotlight-article .article .category-parent .category-tail {
    left: 0;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.spotlight-article .article .category-parent .category p {
    font-size: 1.3rem;
}

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

.spotlight-article .spotlight-article-1 h3 {
    font-size: 1.5rem;
    font-weight: 600;
}
.spotlight-article .spotlight-article-1 p {
    font-size: 1.2rem;
}
.spotlight-right-article h5 {
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--primary-dark);
}
.exclusive h5 {
    font-size: 4rem;
    font-weight: 600;
    color: var(--primary-dark);
    margin-bottom: 3rem !important;
}
.spotlight-right-article h5 span,
.exclusive h5 span {
    color: black;
}
.article-content-data div br{
    display: none;
}
.article-content-data div {
    font-size: 1.3rem;
    line-height: 2.0;
}
.form-sec-article {
    margin: 4rem 0;
}
.form-sec-article label {
    text-align: center;
    display: block;
    color: var(--primary);
    font-size: 1.6rem;
    margin-top: 0.5rem;
}
.form-sec-article .input-div {
    width: 50%;
    border: 1px solid var(--gray-color);
    margin: auto;
    border-radius: 0.5rem;
    margin-top: 1rem;
    padding: 0 1rem;
}
.form-sec-article .input-div input {
    width: 90%;
    border: none;
    background: none;
    outline: none;
    padding: 0.8rem 0.6rem;
    font-family: "Khand", sans-serif;
    letter-spacing: 0.1rem;
}
.form-sec-article .input-div img {
    display: block;
}
.search-button{
    padding: 0;
    margin: 0;
    background: none;
    border: none;
}
