@font-face {
    font-family: 'BebasNeue';
    src: url('/fonts/bebas/BebasNeue Thin.otf') format('opentype');
    font-weight: 100;
}

@font-face {
    font-family: 'BebasNeue';
    src: url('/fonts/bebas/BebasNeue Light.otf') format('opentype');
    font-weight: 300;
}

@font-face {
    font-family: 'BebasNeue';
    src: url('/fonts/bebas/BebasNeue Bold.otf') format('opentype');
    font-weight: bold;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/roboto/Roboto-Thin.ttf') format('truetype');
    font-weight: 100;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/roboto/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'RobotoCondensed';
    src: url('/fonts/roboto/RobotoCondensed-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'RobotoCondensed';
    src: url('/fonts/roboto/RobotoCondensed-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'RobotoCondensed';
    src: url('/fonts/roboto/RobotoCondensed-Italic.ttf') format('truetype');
    font-style: italic;
    font-weight: 400;
}

@font-face {
    font-family: 'RobotoCondensed';
    src: url('/fonts/roboto/RobotoCondensed-BoldItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: bold;
}

@font-face {
    font-family: 'DharmaGothicE';
    src: url('/fonts/dharma/Dharma Gothic E Thin.otf') format('opentype');
    font-weight: 100;
}

@font-face {
    font-family: 'DharmaGothicE';
    src: url('/fonts/dharma/Dharma Gothic E Bold.otf') format('opentype');
    font-weight: bold;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/fonts/gilroy/Gilroy-Regular.otf') format('opentype');
    font-weight: 400;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/fonts/gilroy/Gilroy-Bold.otf') format('opentype');
    font-weight: bold;
}


h1, h2, h3, h4, h5, h6{
    font-family: 'Roboto';
    color: #092a50;
}

h1 {
    font-size: 29px;
    font-weight: bold;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 15px;
    font-weight: 700;
}

h5 {
    font-size: 19px;
    font-weight: 700;
}

h6 {
    font-size: 11px;
    font-weight: 700;
}

a {
    text-decoration: none !important;
    color: #092a50 !important;
}

.ra_sticky_sidebar {
    position: sticky;
    top: 20px; /* SÉ™hifÉ™nin yuxarÄ±sÄ±ndan 20px mÉ™safÉ™dÉ™ sabit qalacaq */
}

.ra_topbar_menu
{
    font-size: 15px;
    color: #0258b3;
    font-weight: 500;
    font-family: "Gilroy";
}


.ra_primary_color{ color: #104175; }
.ra_secondary_color{ color: #f4184e; }


.ra_addtime {
    font-family: Roboto;
    font-weight: 300;
    font-size: 13px;
    color: #2f4053;
    position: absolute;
    bottom: 0px; /* Tarixi É™n aÅŸaÄŸÄ±da saxlayÄ±r */
    width: 100%;
}

.ra_content {
    margin-top: 30px;
    font-family: Roboto;
    font-weight: 300;
    font-size: 13px;
    color: #2f4053;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* NeÃ§É™ sÉ™tir gÃ¶stÉ™rmÉ™k istÉ™diyini dÉ™yiÅŸÉ™ bilÉ™rsÉ™n */
    -webkit-box-orient: vertical;
    overflow: hidden;
}



.ra_menu {
    font-family: BebasNeue;
    font-weight: bold;
    font-size: 19px;
    color: #104175;
    text-decoration: none;
}

.ra_menu_mobile {
    font-family: BebasNeue;
    font-weight: bold;
    font-size: 18px;
    color: #104175;
    text-decoration: none;
}

.ra_menu:hover,
.ra_menu:active,
.ra_menu.nav-link.active {
    color: #f4184e !important;
}

.ra_currency
{
    font-size: 14px;
    color: #104175;
    font-weight: 800;
    font-family: "Gilroy";
}


.navbar-light .navbar-nav .nav-link .home_menu_color { color:#104175;}
.navbar-light .navbar-nav .nav-link .home_menu_color:hover { color:#f4184e;}


/* Section Titles */
.section-title {
    position: relative;
    text-align: center;
    margin-bottom: 24px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    padding: 2px 8px;
}

.most-read-item .news-date {
    color: #718096;
    font-size: 12px;
}

.section-title::before,
.section-title::after {
    content: '';
    height: 1px;
    background: #dee2e6;
    flex: 1;
}

.section-title span {
    position: relative;
    display: inline-block;
    padding: 8px 32px;
    background: #f4184e;
    font-family: "DharmaGothicE";
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    text-transform: lowercase;
    margin: 0 16px;
    clip-path: polygon(8% 0%, 92% 0%, 100% 0%, 92% 100%, 8% 100%, 0% 100%);
}

.multi-line-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3em;
    max-height: 2.6em;
    font-size: 14px;
}

.ra_addtime_xs {
    font-size: 11px;
    color: #666;
    margin: 0;
}

.popular-number {
    position: absolute;
    top: -10px;
    left: -10px;
    background-color: #104175;
    color: white;
    width: 24px;
    height: 24px;
    text-align: center;
    font-size: 13px;
    line-height: 24px;
    border-radius: 50%;
    font-weight: bold;
}


.popular-img {
    width: 100%;
    height: 75px; /* istəyə görə 80-120px arasında dəyişə bilər */
    object-fit: cover;
    border-radius: 4px;
}

.news-number {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.search-box {
    border-radius: 50px;
    padding: 10px 20px;
    border: 1px solid #ddd;
}

.recent-thumb {
    width: 100%;
    height: 75px; /* istəyə görə 75-100px arası */
    object-fit: cover;
}

.main-thumb {
    width: 100%;
    height: 250px; /* böyük xəbər üçün hündürlük */
    object-fit: cover;
}

.card-title.multi-line-title {
    line-height: 1.3;
    max-height: 2.6em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.small-news-thumb {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 6px;
}

/* Attachment caption və fayl məlumatlarını gizlətmək üçün */
figcaption.attachment__caption,
.attachment__caption {
    display: none !important;
}

.attachment__name,
.attachment__size {
    display: none !important;
}

/* Əlavə təhlükəsizlik üçün bütün figcaption elementlərini gizlətmək */
figcaption {
    display: none !important;
}