body,
html {


    background: linear-gradient(180deg, #121212 0%, #281515 74.66%, #702020 125.57%, #451A1A 172.72%);
    /* height: 100%; */

    width: 100%;
    overflow-x: hidden;
}

h2 {
    color: #A8944D;
    font-family: Fraunces;
    font-size: 24.711px;
    font-style: normal;
    font-weight: 700;
    line-height: 104.3%;
    /* 25.773px */
    /* width: 259px; */
    height: 26px;
    border-bottom: 2px solid #A8944D;


}

a {
    padding: 10px;
    padding-left: 0;
    text-decoration: none;

}

p {
    color: #dddd;
}

.main {
    display: grid;
    grid-template-columns: 75% 25%;
    margin-top: 172px;
    padding-bottom: 65px;

}

.left {
    background-color: transparent;

    margin: 0 64.44px;
}

.nav {
    display: flex;
    justify-content: space-between;
    padding: 20px 10px;

}

.nav.navleft {
    color: #fff;
}

.left .subSection h3 {
    padding: 10px;
    color: #A8944D;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

}

.left .subSection p {
    padding: 10px;
    color: #A8944D;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;

}

.left .image_section {
    /* display: flex; */
    border-radius: 36px;
    border: 2px solid #822826;
    background: linear-gradient(180deg, rgba(1, 1, 1, 0.10) 0%, rgba(255, 201, 9, 0.10) 100%);
    overflow: hidden;



}

.image_section>div {
    /*
    margin: 11px;
    padding: 10px; */
    display: flex;
    flex-grow: 1;
    height: 300px;


}

.image_section img {
    width: 100%;
    object-fit: cover;
}

.right {
    background-color: transparent;
    /* height: 100%; */
    border-left: 2px dotted #A8944D;
    /* min-height: 100vh; */
    /* overflow-y: scroll; */
    /* height: 1700px; */
    border-bottom: 1px solid rgba(168, 148, 77, 0.15);
}

.rightNav {
    display: flex;
    /* justify-content: center; */
    padding: 30px 10px;
    width: 230px;
    position: relative;
    left: 50%;
    transform: translateX(10px, 10px);
    transform: translateX(-50%);

}

.Maincard,
.Maincard * {
    box-sizing: border-box;
}

.Maincard {
    display: flex;
    flex-direction: column;
    gap: 27px;
    align-items: center;
    /* align-items: center;
    justify-content: center; */
    position: relative;
    margin-top: 20px;
    padding: 27px  42px;
    /* border-bottom: 1px solid rgba(168, 148, 77, 0.15); */
}


.text_card {
    /* background: linear-gradient(
90deg,
rgba(173, 152, 81, 1) 0%,
rgba(236, 209, 133, 1) 100%

); */


    margin-bottom: 54px;
    border-radius: 0px 0px 11px 11px;
    padding: 18px;
    display: flex;
    flex-direction: row;
    gap: 24.26px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}



.cardsection {
    border-radius: 12.13px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.image-fill {

    border-radius: 11px 11px 0px 0px;
    flex-shrink: 0;
    width: 273.48px;
    height: 238.35px;
    position: relative;
    display: flex;
    justify-content: center;
}

.video_img {
    border-radius: 11px;
    width: 231px;
    height: 231px;
    position: absolute;
    /* left: calc(50% - 136.74px);
top: calc(50% - 115.5px); */

}

.text_card_child {

    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 225.02px;
    position: relative;
}


.text_card_child h3 {
    color: #A8944D;
    font-family: Montserrat;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
    overflow: hidden;
    color: #A8944D;
    text-overflow: ellipsis;
    white-space: normal;
    /* Allow text to wrap */
    font-style: normal;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Show up to 2 lines */
    -webkit-box-orient: vertical;

}


.text_card_child p {
    color: #E0C374;
    font-family: Montserrat;
    ;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

}

:root {
    --color-default: #822826;
    ;
    --color-second: #822826;
    ;
    --color-white: #E0C374;
    ;
    --color-body: #E0C374;
    ;
    --color-light: #E0C374;
}



.sidebar {

    width: 78px;
    padding: 6px 14px;
    z-index: 99;
    transition: all .5s ease;
    margin-top: 50px;
    border-radius: 36px;
    margin-left: 50px;
    background: linear-gradient(180deg, rgba(51, 35, 35, 0.55) 0%, rgba(71, 48, 48, 0.35) 62.12%, rgba(112, 32, 32, 0.00) 120.07%, #121212 186.35%, rgba(225, 225, 225, 0.00) 211.75%);
}

.sidebar.open {
    width: 310px;
}

.sidebar .logo_details {
    height: 60px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: right;
}

.sidebar .logo_details .icon {
    opacity: 0;
    transition: all 0.5s ease;
}



.sidebar .logo_details .logo_name {
    color: var(--color-white);
    font-size: 22px;
    font-weight: 600;
    opacity: 0;
    transition: all .5s ease;
}

.sidebar.open .logo_details .icon,
.sidebar.open .logo_details .logo_name {
    opacity: 1;
}

.sidebar .logo_details #btn {


    margin-top: 10px;

    font-size: 23px;
    text-align: center;
    cursor: pointer;
    transition: all .5s ease;
}

.sidebar.open .logo_details #btn {
    text-align: right;
}

.sidebar i {
    color: var(--color-white);
    height: 60px;
    line-height: 60px;
    min-width: 50px;
    font-size: 25px;
    text-align: center;
}

.sidebar .nav-list {
    margin-top: 20px;
    height: 100%;
}

.sidebar li {
    position: relative;
    margin: 15px 0;
    list-style: none;
}

.sidebar li .tooltip {
    position: absolute;
    top: -20px;
    left: calc(100% + 15px);
    z-index: 3;
    background-color: var(--color-white);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    padding: 6px 14px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 5px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
}

.sidebar li:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
    transition: all 0.4s ease;
    top: 50%;
    transform: translateY(-50%);
}

.sidebar.open li .tooltip {
    display: none;
}

.sidebar input {
    font-size: 15px;
    color: var(--color-white);
    font-weight: 400;
    outline: none;
    height: 35px;
    width: 35px;
    border: none;
    border-radius: 5px;
    background-color: var(--color-second);
    transition: all .5s ease;
}

.sidebar input::placeholder {
    color: var(--color-light)
}

.sidebar.open input {
    width: 100%;
    padding: 0 20px 0 50px;
}

.sidebar .bx-search {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 22px;
    background-color: var(--color-second);
    color: var(--color-white);
}

.sidebar li a {
    display: flex;
    height: 100%;
    align-items: center;
    text-decoration: none;
    background-color: var(--color-default);
    position: relative;
    transition: all .5s ease;
    z-index: 12;
    border-radius: 50px;
}

.sidebar li a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    background-color: var(--color-white);
    border-radius: 5px;
    transition: transform 0.3s ease-in-out;
    transform-origin: left;
    z-index: -2;
}

.sidebar li a:hover::after {
    transform: scaleX(1);
    color: var(--color-default)
}

.sidebar li a .link_name {
    color: var(--color-white);
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
    pointer-events: auto;
    transition: all 0.4s ease;
    pointer-events: none;
    opacity: 0;
}

.sidebar li a:hover .link_name,
.sidebar li a:hover i {
    transition: all 0.5s ease;
    color: var(--color-default)
}

.sidebar.open li a .link_name {
    opacity: 1;
    pointer-events: auto;
}

.sidebar li i {
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    border-radius: 5px;
    margin: 0 15px;

}

.sidebar li.profile {
    position: fixed;
    height: 60px;
    width: 78px;
    left: 0;
    bottom: -8px;
    padding: 10px 14px;
    overflow: hidden;
    transition: all .5s ease;
}

.sidebar.open li.profile {
    width: 250px;
}

.sidebar .profile .profile_details {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.sidebar li img {
    height: 45px;
    width: 45px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 10px;
}

.sidebar li.profile .name,
.sidebar li.profile .designation {
    font-size: 15px;
    font-weight: 400;
    color: var(--color-white);
    white-space: nowrap;
}

.sidebar li.profile .designation {
    font-size: 12px;
}

.sidebar .profile #log_out {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: var(--color-second);
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.sidebar.open .profile #log_out {
    width: 50px;
    background: none;
}

.home-section {
    position: relative;
    background-color: var(--color-body);
    min-height: 100vh;
    top: 0;
    left: 78px;
    width: calc(100% - 78px);
    transition: all .5s ease;
    z-index: 2;
}

.home-section .text {
    display: inline-block;
    color: var(--color-default);
    font-size: 25px;
    font-weight: 500;
    margin: 18px;
}

.sidebar.open~.home-section {
    left: 250px;
    width: calc(100% - 250px);
}


.horizontal_bar,
.horizontal_bar * {
    box-sizing: border-box;
}

.horizontal_bar {
    border-radius: 11px;
    border-style: solid;
    border-color: transparent;
    border-width: 2px;
    padding: 10px 20px 10px 20px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.check_out {
    color: #e0c374;
    text-align: center;
    font: 600 15px "Montserrat", sans-serif;
    position: relative;
}

.check_out_1 {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.social_insta {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    position: relative;
    overflow: hidden;
}

.group {
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: visible;
}

.logos-facebook {
    flex-shrink: 0;
    position: relative;
    overflow: visible;
}

.logos-youtube-icon {
    flex-shrink: 0;
    position: relative;
    overflow: visible;
}

/*
3rd articles section css starts here */

.article_section_three {
    display: flex;
    flex-direction: column;
    gap: 41px;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
}

.article_section_heading {
    display: flex;
    flex-direction: column;
    gap: 27px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.article_section_heading_h {
    border-style: solid;
    border-color: #a8944d;
    border-width: 0px 0px 1.03px 0px;
    padding: 10.3px;
    display: flex;
    flex-direction: row;
    gap: 10.3px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}

.articles {
    color: #a8944d;
    text-align: left;
    font: 700 24.71px/104.3% "Fraunces", sans-serif;
    position: relative;
    margin-top: 40px;
}

.article_main_card {
    display: flex;
    flex-direction: column;
    gap: 52px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    /* width: 945px; */
    /* height: 1062px; */
    position: relative;
}

.frame-27055 {
    display: flex;
    flex-direction: column;
    gap: 47px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.article_main_card_frame {
    display: flex;
    flex-direction: row;
    gap: 18px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.article_img_card {
    flex-shrink: 0;
    width: 231px;
    height: 200px;
    position: relative;
}

.article_img_card_src {
    border-radius: 8px;
    border-style: solid;
    border-color: #822826;
    border-width: 1px;
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0px;
    top: 0px;
    object-fit: cover;
    object-position: top;
}

.article_card_info {
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
    justify-content: flex-start;
    flex: 1;
    position: relative;
}

.jamie-lynn-sigler-discusses-the-challenges-of-parenting-while-living-with-multiple-sclerosis {
    color: #a8944d;
    text-align: left;
    font: 700 20px "IBM Plex Sans", sans-serif;
    position: relative;
    width: 675.31px;
    height: 27px;
}

.in-an-interview-with-us-weekly-jamie-lynn-sigler-the-american-actress-discussed-her-ongoing-battle-with-multiple-sclerosis-she-candidly-spoke-about-how-the-condition-is-impacting-her-life-especially-her-parenting-ability-she-also-mentioned-receiving-full-support-from-her-husband-and-kids-as-she-battled-this-chronic-ailment-she-runs-the-podcast-not-today-pal {
    color: #a8944d;
    text-align: left;
    font: 400 16px "Montserrat", sans-serif;
    position: relative;
    width: 675.31px;
}

.article_card_read_main {
    background: linear-gradient(-90deg,
            rgba(168, 148, 77, 1) 0%,
            rgba(232, 221, 181, 1) 100%);
    border-radius: 6px;
    padding: 8px 13px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}

.read-now {
    color: #822826;
    text-align: left;
    font: 700 16px "IBM Plex Sans", sans-serif;
    position: relative;
}

.frame-27057 {
    display: flex;
    flex-direction: column;
    gap: 47px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.paul-rodgers-discusses-undergoing-a-carotid-endarterectomy-following-11-major-and-2-minor-strokes {
    color: #a8944d;
    text-align: left;
    font: 700 20px "IBM Plex Sans", sans-serif;
    position: relative;
    width: 675.31px;
    height: 27px;
}

.in-a-conversation-with-cbs-mornings-paul-rodgers-a-canadian-singer-and-songwriter-recently-opened-up-about-his-health-battle-he-admitted-to-having-suffered-11-major-and-2-minor-strokes-losing-his-ability-to-speak-which-required-him-to-undergo-a-carotid-endarterectomy {
    color: #a8944d;
    text-align: left;
    font: 400 16px "Montserrat", sans-serif;
    position: relative;
    width: 675.31px;
}

.frame-27056 {
    display: flex;
    flex-direction: column;
    gap: 47px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.main_carousal_card_desc_p {
    color: #a8944d;
    text-align: left;
    font: 700 20px "IBM Plex Sans", sans-serif;
    position: relative;
    /* width: 675.31px; */
    /* height: 27px; */
    overflow: hidden;
    color: #A8944D;
    text-overflow: ellipsis;
    white-space: normal;
    font-style: normal;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-transform: capitalize;

}

.paramore-s-lead-singer-hayley-williams-has-shared-positive-news-about-her-health-announcing-her-relief-from-constant-coughing-she-revealed-the-improvement-in-her-condition-in-an-update-on-paramore-s-discord-server-struggling-with-a-severe-lung-infection-she-experienced-its-adverse-impact-on-her-life {
    color: #a8944d;
    text-align: left;
    font: 400 16px "Montserrat", sans-serif;
    position: relative;
    width: 675.31px;
}

.article_section_heading2 {
    display: flex;
    flex-direction: column;
    gap: 47px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.article_card_heading {
    color: #a8944d;
    text-align: left;
    font: 700 20px "IBM Plex Sans", sans-serif;
    position: relative;
    width: 675.31px;
    height: 27px;
    /* margin-bottom: 100px; */
    overflow: hidden;
    color: #A8944D;
    text-overflow: ellipsis;
    white-space: normal;
    font-style: normal;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-transform: capitalize;

}

.article_card_desc {
    color: #a8944d;
    text-align: left;
    font: 400 16px "Montserrat", sans-serif;
    position: relative;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

/* ends here */


/* media query starts here */

/* @media  (max-width: 900px) {
.main{
display: block;
}

} */
.frame-27045 a {
    color: #a8944d;
    text-align: left;
    font: 700 24.71px / 104.3% "Fraunces", sans-serif;
    text-decoration: none;
}

.frame-27045 a:hover {
    color: #9F392D;
}


.frame-27045 {
    display: flex;
    flex-direction: row;
    /* gap: 604px; */
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    width: 100%;
    position: relative;
}

.frame-76 {
    border-style: solid;
    border-color: #a8944d;
    border-width: 0px 0px 1.03px 0px;
    padding: 10.3px;
    display: flex;
    flex-direction: row;
    gap: 10.3px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}

.health-articles-daily-news {
    color: #a8944d;
    text-align: left;
    font: 700 24.71px/104.3% "Fraunces", sans-serif;
    position: relative;
}

.frame-27009 {
    border-radius: 20px;
    border-style: solid;
    border-color: #998786;
    border-width: 1px;
    padding: 0px 0px 0px 21px;
    display: flex;
    flex-direction: row;

    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.frame-27008 {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.icon {
    flex-shrink: 0;
    position: relative;
    overflow: visible;
}

.type-here {
    color: #998786;
    text-align: left;
    font: 700 12px/24px "Montserrat", sans-serif;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.frame-27007 {
    background: #e0c374;
    border-radius: 0px 19px 19px 0px;
    height: 19px;
    border-style: solid;
    border-color: transparent;
    border-width: 0px 1px 0px 0px;
    padding: 11.5px 22px 11.5px 22px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.search {
    color: #331f1e;
    text-align: left;
    font: 700 14px/24px "Roboto", sans-serif;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


.daily_news_main,
.daily_news_main * {
    box-sizing: border-box;
}

.daily_news_main {
    display: flex;
    flex-direction: row;
    /* gap: 692px; */
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    /* width: 952px; */
    /* position: relative; */
    margin-top: 50px;
    margin-bottom: 30px;
}

.daily_news_main_heading {
    border-style: solid;
    border-color: #a8944d;
    border-width: 0px 0px 1.03px 0px;
    padding: 10.3px;
    display: flex;
    flex-direction: row;
    gap: 10.3px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}

.daily-news {
    color: #a8944d;
    text-align: left;
    font: 700 24.71px/104.3% "Fraunces", sans-serif;
    position: relative;
}

.date-dropdown {
    border-radius: 11px;
    border-style: solid;
    border-color: #998786;
    border-width: 1px;
    padding: 10px 27px 10px 27px;
    display: flex;
    flex-direction: row;
    gap: 9px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}

._28-sep-2023 {
    color: #a8944d;
    text-align: left;
    font: 500 18px/104.3% "Montserrat", sans-serif;
    position: relative;
}


.wrapper {
    /* max-width: 1100px;
width: 100%; */
    position: relative;
    background: linear-gradient(89.94deg,
            rgba(168, 148, 77, 0.2) 6.77%,
            rgba(168, 148, 77, 0));
    display: flex;
    align-items: center;
    /* height: 491.13px; */
    border-radius: 36.04px;
    padding: 60px 55px;
    margin-bottom: 30px;
}

.wrapper #right {
    top: 50%;
    height: 49.42px;
    color: burlywood;
    cursor: pointer;
    font-size: 4.25rem;
    position: absolute;
    text-align: center;
    line-height: 50px;

    transform: translateY(-50%);
    transition: transform 0.1s linear;
}

.wrapper #right:active {
    transform: translateY(-50%) scale(0.85);
}

.wrapper #right:first-child {
    left: -22px;
}

.wrapper #right:last-child {
    right: 0px;
}

.wrapper .carousel {
    display: grid;
    grid-auto-flow: column;
    /* grid-auto-columns: calc((100% / 3) - 12px); */
    overflow-x: auto;
    /* scroll-snap-type: x mandatory; */
    gap: 16px;
    border-radius: 8px;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding: 0;
    margin: 0;
}

.carousel::-webkit-scrollbar {
    display: none;
}

.carousel.no-transition {
    scroll-behavior: auto;
}

.carousel.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
}

.carousel.dragging .card {
    cursor: grab;
    user-select: none;
}

.carousel :where(.card, .img) {
    display: flex;
    justify-content: center;
    /* align-items: center; */
}

.carousel .card {
    scroll-snap-align: start;
    /* height: 342px; */
    list-style: none;
    /* background: black; */
    border-radius: 11px;
    cursor: pointer;
    /* padding-bottom: 15px; */
    flex-direction: column;
    overflow: hidden;
    /* margin: 25px; */
    width: 270px;
}

/* .carousel .card .img {
height: 100%;
width: 100%;
border-radius: 50%;
} */

.card .img video {
    width: 100%;
    height: 100%;
}

.carousel .card h2 {
    font-weight: 500;
    font-size: 1.56rem;
    margin: 30px 0 5px;
}

.carousel .card span {
    color: #6a6d78;
    font-size: 1.31rem;
}


.main-carousal_card_description {
    color: rgba(168, 148, 77, 1);
    font-family: Montserrat;
    font-size: 18.18px;
    font-weight: 400;
    line-height: 22.17px;
    letter-spacing: 0.012em;
    overflow: hidden;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.main_carousal_car {
    display: flex;
    flex-direction: column;
    gap: 20.46px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.main_carousal_card_img {
    border-radius: 11px;
    border-style: solid;
    border-color: rgba(188, 99, 63, 0.75);
    border-width: 1.14px;
    flex-shrink: 0;
    width: 262.53px;
    height: 262.53px;
    position: relative;
    object-fit: cover;
}

.main_carousal_card_desc {
    display: flex;
    flex-direction: column;
    gap: 12.6px;
    /* gap: 12.5px;
align-items: flex-start;
justify-content: flex-start;
flex-shrink: 0; */
    width: 265px;
    /* position: relative; */
    /* padding: 0 15px; */
}

.main_carousal_card_desc_p {
    color: #a8944d;
    /* text-align: left; */
    font-size: 20px;
    /* position: relative;
width: 262.53px;
height: 61.37px; */
    font-weight: 700;
    /* font-family: Futura; */
    /* height: 100px; */
    /* overflow-y: scroll; */
}

.paramore-s-lead-singer-hayley-williams-has-shared-positive-news-about-her-health-announcing-her-relief-from-constant-coughing-she-revealed-the-improvement-in-her-condition-in-an-update-on-paramore-s-discord-server-struggling-with-a-severe-lung-infection-she-experienced-its-adverse-impact-on-her-life {
    color: #a8944d;
    text-align: left;
    font: 400 18.18px "Montserrat", sans-serif;
    position: relative;
    width: 262.53px;
    height: 66.71px;
}

.read-more {
    color: #a8944d;
    /* text-align: left; */
    font-size: 18px;
    text-decoration: underline;
    /* position: relative;
width: 262.53px;
height: 22.73px; */
    /* margin-top: 20px; */
    font-family: Montserrat;
}

#searchInput::placeholder {
    font-family: Montserrat;
    font-size: 12px;
    color: #998786;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding-right: 5rem;
}

.read-more a {
    color: #a8944d;
}
@media screen and (min-width: 1400px) and (max-width: 2570px) {
    .image_section>div {
       
        height: 500px;
    
    
    }
}

@media screen and (max-width: 900px) {
    .wrapper .carousel {
        grid-auto-columns: calc((100% / 2) - 9px);
    }
}



@media (max-width: 1495px) {
    .daily_news_main {
        /* gap: 592px; */
    }

    .frame-27045 {
        /* gap: 504px; */
    }
}


@media (max-width: 1360px) {
    .daily_news_main {
        /* gap: 392px; */
    }

    .frame-27045 {
        gap: 10px;
    }


    .article_card_heading {
        width: 275px;
    }
}


@media (max-width: 1059px) {
    .daily_news_main {
        /* gap: 192px; */
    }

    .frame-27045 {
        gap: 10px;
        flex-wrap: wrap;
    }
}

@media (max-width: 970px) {
    .main {
        display: block;
    }

    .right {
        border: none;
    }
    .Maincard{
        width: 100%;
        align-items: center;
    }
    .cardsection{
        width: 100%;
    }
    .article_card{
        width: 100%;
    }
    .image-fill{
        width: 100%;
        height: 300px;
    }
    .article_img_card_src{
        width: 100%;
        height: 300px;
    }
    .text_card_child{
        width: 100%;
    }
    .article_section_heading2{
        height: 400px;
    }
}

@media screen and (max-width: 600px) {
    .wrapper .carousel {
        grid-auto-columns: 100%;
    }
    .article_section_heading2{
        height: fit-content;
    }
    .article_section_heading2{
        height: 350px;
    }
}

@media (max-width: 568px) {

    .daily_news_main {
        /* gap: 92px; */
    }

    .frame-27045 {
        gap: 15px;
        flex-direction: column;
    }

    .article_card_heading {
        width: 100%;
        font: 700 12px "IBM Plex Sans", sans-serif;
        margin-bottom: 0;
        height: 100%;
    }

    .Maincard {
        align-items: center;
    }
    .frame-27009{
        padding: 0 0 0 5px;
    }
    .article_img_card_src{
        width: 100%;
    }
    .article_section_heading2{
        height: fit-content;
    }
    .article_img_card_src{
        height: 100%;
    }

}

@media (max-width: 496px) {
    .daily_news_main {
        /* gap: 92px; */
        display: block;
        width: 200px;
        margin-top: 10px;
    }

    .frame-27045 {
        /* gap: 42px; */
        display: block;
        /* width: 200px; */
        margin-top: 10px;
    }

    .frame-76 {
        border: none;
    }
    .frame-27009{
        justify-content: space-between;
    }

    .daily_news_main_heading {
        border: none;
    }
    .left{
        margin: 0 14.44px;
    }
    #header_container .heading{
        right: 30px;
    }
    #header_container .heading-72{
        gap: 5px;
    }
    .rightNav{
        width: 100%;
        justify-content: center;
    }
    .article_img_card{
        height: 300px;
        width: 100%;
    }

}

@media screen and (max-width: 500px) {
    .article_main_card_frame {
        flex-direction: column;
    }
}

#viewMoreBtn {
    background: linear-gradient(-90deg, rgba(168, 148, 77, 1) 0%, rgba(232, 221, 181, 1) 100%);
    border-radius: 6px;
    padding: 8px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    color: #822826;
    font-family: IBM Plex Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.192px;
    text-decoration: none;
    outline: none;
    border: none;

}

.read-now a {
    color: #822826;
    font-family: IBM Plex Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.192px;
    text-decoration: none;
}


.text_card_child a {
    color: #A8944D;
    font-family: Montserrat;
}

#searchInput {
    width: 150px;
    height: 40px;
    background: transparent;
    border: none;
    color: #a8944d;
    font-size: 15px;
    outline: none;
}

.date-dropdown select {
    background-color: transparent;
    border: none;
    color: #a8944d;
    outline: none;
}


@media (min-width: 971px) and (max-width: 1200px) {
    .main {
      display: grid;
      grid-template-columns: 70% 30%;
    }
  }
  