
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap');

:root{
    --dark-color:black;
    --white-color:white;
    --secondary-color:gray;
    /* --main-color:#ee9c0e; */
    --main-color:#e67417;
    /* --main-color:#c22828; */
    --dark-pink-color:#e12f89;
    /* --dark-pink-color:#c22828; */
    --light-pink-color: #eaa09b3d;
    --heading-font:  "Josefin Sans", serif;
    --paragraph-font:"Nunito", serif;
    --hindi-font: "Hind", sans-serif;

}
h1 {
    font-size: 25px;
}
.FS_20{
    font-size: 20px;
}
.FS-25{
    font-size: 25px;
}
.FS-16 {
    font-size: 16px;
}
.FS-15 {
    font-size: 15px;
}
.FS-18{
    font-size: 18px;
}
.FS-20 {
    font-size: 20px;
}
.FS-14 {
    font-size: 14px;
}

.FS-13 {
    font-size: 13px;
}

.FS-12 {
    font-size: 12px;
}
.py-150 {
    padding-top: 150px;
    padding-bottom: 150px;
}
.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.font_15 {
    font-size: 15px;
}
.FW-300 {
    font-weight: 300;
}

.FW-400 {
    font-weight: 400;
}

.FW-500 {
    font-weight: 500;
}

.w-100px {
    width: 100px;
}

main {
    letter-spacing: 0.5px;
}
p {
    font-size: 13px;
    letter-spacing: 0.5px;
    font-family: var(--hindi-font);
}
h1,h2,h3,h4{
    font-family: var(--heading-font);
}
a {
    text-decoration: none !important;
}
.main_color{
    color:var(--main-color)
}
a:hover{
    color: var(--main-color);
}
/* --------------header------------ */
header{
    position: sticky;
    top: 0;
    z-index: 2;
}
.Header_logo {
    width: 153px;
}

nav ul li {
    list-style: none;
}

nav ul li a {
    text-decoration: none;
    color: black;
}

.topSearchBar {
    width: 100%;
    background: var(--main-color);
    border-radius: 15px;
}

.topSearchBar input {
    width: 80%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 2px 10px;
    border: 1px solid var(--main-color);
}

.topSearchBar button {
    background: none;
    border: none;
    width: 19%;
    color: var(--white-color);
    font-weight: 500;
}

.topSearchBar button svg {
    width: 15px;
    fill: var(--white-color);
}

.red_border_btn {
    background: var(--white-color);
    color: var(--main-color);
    font-weight: 500;
    text-decoration: none;
    border: 1px solid var(--main-color);
    border-radius: 15px;
    padding: 2px 30px;
}

.socialIcn li a img {
    width: 27px;
    fill: var(--main-color);
    border-radius: 4px;
}
.socialIcn-width-sm svg {
    width:23px;
}
.socialIcn ul li {
    list-style: none;
}

.menubar {
    margin-top: 10px;
    background: var(--main-color);
    padding: 5px;
}

nav ul li a {
    text-decoration: none;
    color: var(--white-color);
    font-weight: 500;
}
/* --------news */
.bg_main_color {
    background-color: #e67417;
}

.home_news_container {
    height: 490px;
    overflow: hidden;
}

.home_news_container svg {
    width: 10px;
    fill: #e67417;
    margin-right: 15px;
}
.news_container .news_content h3 {
    font-size: 20px;
    color: var(--main-color);
}

.read_more_btn svg {
    width: 10px;
    fill: var(--main-color);
}

.news_container .news_img img {
    height: 200px;
    object-fit: contain;
}
/* --------Home Page Start-------- */
.artical_box_container {
    border-radius: 20px;
    box-shadow: 0px 0px 25px #e674172b inset;
    background: #fff;
}

.artical_img_contaienr {
    margin-bottom: 35px;
}

.heading span {
    background: #fff8ea;
    color: #e67846;
}
.view_all_btn {
    background: var(--white-color);
    padding: 4px 25px;
    color: var(--main-color);
    font-weight: 500;
    border-radius: 4px;
    text-decoration: none;
    border: 1px solid var(--main-color);
}
.Home_hero_sec img {
    height: 300px;
    width: 100%;
}

.hero_img_div:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: gray;
}

/* =============== */
.homeHeroCollapse {
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 300px;
    background: var(--white-color);
    gap: 1px;
}

.homeHeroCollapse>.homeHeroCollapseContent {
    flex: 1;
    transition: flex 0.5s linear;
    cursor: pointer;
    text-align: center;
    color: var(--white-color);
    font-size: 20px;
    background-size: cover;
}

.homeHeroCollapse>.homeHeroCollapseContent p {
    writing-mode: sideways-lr;
    height: 100%;
    margin: 0;
    padding: 0px 10px 0px 5px;
    background: linear-gradient(to right, #797575, transparent);
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color:#fff;
}

.homeHeroCollapse>.homeHeroCollapseContent:hover {
    flex: 3;
}
.Home_hero_sec{
    background-image: url(../image/home/bg-4.jpg);
    background-size: cover;
}
.askQuestions{
    background: #ffffff8a;
    border-radius: 5px;
    color: var(--dark-pink-color);
    display: flex;
    align-items: center;
    justify-content: center;
}
.askQuestions textarea, .askQuestions input{
    font-size: 15px;
    border-radius: 5px;
    border: none;
    padding: 3px 8px;
    margin-bottom: 5px;
    width: 100%;
}
.askQuestions button{
    background: var(--white-color);
    border-radius: 5px;
    border: none;
    padding: 10px;
    color: var(--dark-pink-color);
    font-weight: 700;
    width:100%;
}
.askQuestions button svg{
    width: 15px;
    fill: #ee9c0e;
}
/* ------------------- */

.navigation__swiper .swiper-button-prev,
.navigation__swiper .swiper-button-next {
    position: relative !important;
    width: 35px;
    height: 35px;
    background-image: none;
    top: -120px;
    left: initial !important;
    margin-top: 0px;
    background-color: var(--white-color);
    border-radius: 15px;
}

.navigation__swiper .swiper-button-prev::after,
.navigation__swiper .swiper-button-next::after {
    display: none;
}

.navigation__swiper .swiper-button-prev svg,
.navigation__swiper .swiper-button-next svg {
    width: 16px;
    height: 16px;
    color: var(--dark-color);
}

.navigation__swiper .swiper-pagination {
    position: relative !important;
    width: fit-content;
    top: initial !important;
    bottom: initial;
}

.navigation__swiper .swiper-pagination-bullet-active {
    background-color: var(--main-color) !important;
}

.navigation__swiper .swiper-pagination-bullet {
    background-color: #ACBB78;
}

/* -------------- */
.homeArticleHorizontalCard img,
.homeArticleVerticalCard img {
    width: 150px;
    border-radius: 5px;
    object-fit: cover;
}

.homeArticleHorizontalCard h5,
.homeArticleVerticalCard h5 {
    font-size: 15px;
}

.odd_bg {
    /* background: #faf0e6; */
    /* background: #cc091f03; */
    background-image: url('../image/home/bg-2.jpg');
    background-size: cover;
    background-attachment: fixed;
}

.Home_mission_vision img {
    width: 350px;
}
/* --------------------End Home Page------- */
/* --------Magzine List Page -------- */


.list_btn {
    background: var(--main-color);
    color: var(--white-color);
    padding: 8px 20px;
    border-radius: 15px;
    text-decoration: none;
    font-weight: 600;
}

.list_btn svg {
    width: 12px;
    margin-left: 5px;
    fill: var(--white-color);
}
/* ============= */
.list_hero_sec{
    background-image: url('../image/home/bg-10.avif');
    background-size: cover;
    background-position: center;
}
.artcleList_category, .read_more_btn {
    background: #e6741757;
    margin: auto;
    width: fit-content;
    padding: 2px 10px;
    border-radius: 7px;
    color: #e67417;
    font-weight: 600;
    margin-bottom: 23px;
    font-size: 14px;
    border:none;
}
/* ----------- */
.contact_hero_sec {
    width: 700px !important;
}

.Agam_contact_sec img {
    width: 30px;
    height: 30px;
}

.Agam_contact_form label {
    font-weight: 500;
    color: #e67417;
    padding-left: 10px;
}

.Agam_contact_form input,
.Agam_contact_form textarea {
    border: none;
    border-bottom: 2px solid #f7bc8c;
}

.Agam_contact_form button, footer button{
    background: var(--main-color);
    color: var(--white-color);
    padding: 8px 20px;
    border-radius: 15px;
    text-decoration: none;
    font-weight: 600;
    border: none;
}

/* -------- */
.social_network img {
    width: 20px;
}

.article_Title,
.comment_div button {
    width: fit-content;
    background: #e67417;
    padding: 6px 20px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    border: none;
}

.article_second_title {
    font-size: 20px;
}

.article_info img {
    width: 50px;
    border-radius: 50%;
    height: 50px;
    object-fit: contain;
    background: #f9f9f9;
}

.article_img img {
    height: 450px;
    object-fit: cover;
}

.article_info span {
    font-weight: 500;
    color: #000;
}

.article_info {
    color: gray;
    font-size: 14px;
}
.article_content ul li{
    font-size: 13px;
}
.article_quote {
    background: #e674171c;
    padding: 40px;
    color: #e67417;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 600;
}

.user_comment img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: contain;
}

.user_comment h2 {
    font-size: 16px;
    margin-bottom: 0;
}

.user_comment h2 span {
    color: gray;
}

.social_network {
    background: #e674171c;
    padding: 7px 10px;
    width: 50%;
    font-weight: 500;
    border-radius: 5px;
    font-size: 14px;
}

.article_category_box {
    /* background-image: url('./image/home/bg-7.jpg'); */
    background-image: url('../image/home/bg-7.jpg');
    background-size: cover;
}

.article_category h3 {
    font-size: 16px;
    background: #ffffffe8;
    padding: 10px;
    border-radius: 5px;
    color: #e67417;
}

.article_category h3 svg {
    width: 15px;
    margin-right: 10px;
    fill: #e67417;
}

.article_detail .card {
    border: 1px solid #fcf0e6;
}

.related_article_box img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.related_article_box svg {
    width: 15px;
    fill: gray;
}

.related_article .nav-pills .nav-link.active,
.related_article .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #e67417;
}

.related_article .nav-pills .nav-link {
    padding: 3px 10px;
    background: #fcf0e6;
    margin-right: 9px;
    border: 0;
    border-radius: .25rem;
    color: #e67417;
}
/* -------------------- */
.magzine_list_box {
    border-radius: 20px;
    box-shadow: 0px 0px 25px #e674172b inset;
    background: #fff;
}

/* .magzine_inner_div {
    background-color: #fbafcb6e;
} */

.magzine_list_box img {
    height: 200px;
    /* width: 149px; */
    margin-top: 15px;
    object-fit: cover;
}

.magzine_list_buttons img {
    width: 30px;
    height: 30px;
}

.magzine_box_year {
    font-weight: bold;
    position: absolute;
    background: #e67417;
    color: #fff;
    font-size: 15px;
    top: 0;
    border-bottom-left-radius: 21px;
    padding: 3px 13px;
    /* left: 12px; */
}

.magzine_box_btn {
    cursor: pointer;
    position: absolute;
    background: #c2282812;
    color: #c22828;
    margin-bottom: 10px;
    padding: 8px 15px;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
}

/* ----------- */
.magzine_content h3 {
    font-size: 18px;
    color: #c22828;
}

.magzine_content p {
    font-size: 14px;
}