@font-face {
    font-family: Inter;
    src: local("Inter"),url(../fonts/Inter-Regular.woff2);
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Inter Medium;
    src: local("Inter Medium"),url(../fonts/Inter-Medium.woff2);
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Inter Bold;
    src: local("Inter Bold"),url(../fonts/Inter-Bold.woff2);
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Inter SemiBold;
    src: local("Inter SemiBold"),url(../fonts/Inter-SemiBold.woff2);
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Roboto;
    src: local("Roboto"),url(../fonts/Roboto-Regular.woff2);
    font-style: normal;
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: Roboto Bold;
    font-style: normal;
    font-display: swap;
    src: local("Roboto Bold"),local("Roboto-Bold"),url(../fonts/RobotoBold.woff2) format("woff2")
}

@font-face {
    font-family: AlbertSans Regular;
    src: local("Roboto"),url(../fonts/AlbertSans-Regular.woff2);
    font-style: normal;
    font-weight: 400;
    font-display: swap
}

body {
    font-family: "Inter", sans-serif;
    background-color: #ffffff;
}

a {
    color: #d12942;
}
a.nav-link {
    color: #040404;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
}
a.nav-link:hover {
    color: #d12942;
}

a.top-menu-page-link {
    color: #040404;
    font-size: 10px;
    font-weight: 300;
    text-transform: none;
}

a.btn {
    color: #d12942!important;
}

a.btn:hover {
    color: #ffffff!important;
}
.btn-outline-primary {
    border-color: #d12942!important;
}
.btn-outline-primary:hover {
    border-color: #d12942;
    background-color: #d12942;
}
.text-primary {
    color: #d12942!important;
}
.text-bg-primary {
    background: #d12942 !important;
}
h1 {
    font-size: 1.8rem;
    font-family: Inter SemiBold, sans-serif;
}
h2 {
    font-size: 1.5rem;
    font-family: Inter SemiBold, sans-serif;
}
h3 {
    font-size: 1.3rem;
    font-family: Inter SemiBold, sans-serif;
}
h4 {
    font-size: .8rem;
    font-family: Inter SemiBold, sans-serif;
}
h5 {
    font-size: .6rem;
    font-family: Inter SemiBold, sans-serif;
}
h6 {
    font-size: .5rem;
    font-family: Inter SemiBold, sans-serif;
}

.small {
    font-size: 12px !important;
}
.medium {
    font-size: 13px !important;
}

a h1:hover,
a h2:hover,
a h3:hover,
a h4:hover,
a h5:hover,
a h6:hover,
a:hover {
    color: #d12942;
}
a.nav-underline .nav-link:hover {
    color: #d12942;
}


.container-fluid {
    padding-left: 0!important;
    padding-right: 0!important;
}

.container {
    max-width: 1100px!important;
}

img.img-fluid.global_news {
    width: 100%;
    object-fit: cover;
    overflow: hidden;
    max-height: 230px;
    height: 230px;
    background-color: #ccc;
    object-position: top;
}

img.img-fluid.featured_news {
    width: 100%;
    object-fit: cover;
    overflow: hidden;
    max-height: 100px;
    background-color: #ccc;
    object-position: top;
}

.sticky-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    z-index: 1000;
}


p.description_6 {
    font-size: 11px;
}

p.description_5 {
    font-size: 13px;
}

p.description_4 {
    font-size: 16px;
}

.article-content p {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -.16px;
}

blockquote p {
    padding: 16px 24px 16px;
    background: #e5e5e5;
    border-left: 4px solid #c72020;
    border-radius: 0 5px 5px 0;
    font-family: Inter SemiBold, sans-serif;
    color: #000000;
}

blockquote p:before {
    content: "";
    display: block;
    width: 20px;
    height: 16px;
    margin: 0 0 10px;
    background-image: url(../img/quotes.svg);
}

figcaption {
    color: #ccc;
    padding: 2px;
    font-size: 12px;
}

::selection {
    background-color: #d12942;
    color: white; /* Optional: You can set the text color as well */
}


.single_article_title {
    font-family: Inter Bold, sans-serif;
    font-size: 2.2rem;
    line-height: 2.8rem;
    letter-spacing: -.44px;
}

@media screen and (max-width: 768px){
    .single_article_title {
        font-size: 1.5rem;
        line-height: 1.8rem;
        letter-spacing: -.44px;
    }
}

.single_article_description {
    font-size: 20px;
    font-family: Inter SemiBold, sans-serif;
}


.card_l_news {
    width: 100%;
    overflow-y: scroll;
    max-height: 650px;
}
.card_l_news::-webkit-scrollbar {
    background-color: #fff;
    width: 2px;
}
.card_l_news::-webkit-scrollbar-thumb {
    background-color: #d12942;
    border-radius: 20px;
}
.card_l_news::-webkit-scrollbar-track {
    background-color: #f0f0f0;
    -webkit-box-shadow: inset 0 0 6px rgb(224, 221, 221);
}

.text-bg-light {
    background-color: #f1f2f1 !important;
}

.article-content img {
    width: 100%;
    height: auto!important;
    border-radius: 5px;
}

/**/
/* Custom Offcanvas Position */
.offcanvas-custom {
    position: absolute;
    top: 80px; /* Adjust based on header height */
    left: 0;
    width: 100%;
    /*max-width: 1200px;*/
    margin: auto;
    border: none;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 8px 8px;
}
.offcanvas-backdrop {
    display: none;
}
.offcanvas-container {
    display: flex;
    gap: 2rem;
}
.category-tag-list {
    width: 30%;
}
.category-tag-list h5 {
    font-weight: bold;
    color: #d12942;
}
.menu-content {
    width: 70%;
}
.menu-content .social-icons a {
    margin-right: 10px;
    font-size: 1.2rem;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}



