.big-post-swiper .swiper-pagination-bullets {
    top: 62% !important;
    height: fit-content;
}

.big-post-swiper .card {
    width: 100%;
}
.big-post-swiper .card .card-title {
    font-size: 19px !important;
    text-align: left !important;
}
.swiper-slide {
    height: auto !important;
}
.swiper-slide img {
    aspect-ratio: 16 / 9;
    overflow: hidden;
}
.article-content .figure {
    aspect-ratio: 16 / 9;
    overflow: hidden;
}
.article-content .figure img {
    width: 100%;
    height: 100% !important;
    object-fit: contain;
}
.card {
    height: 100% !important;
}
.news-ticker-inner .news-ticker-items {
    column-gap: 50px !important;
    margin-bottom: 0 !important;
}
.news-ticker {
        padding: 15px 0 15px 0;
}

.navbar-nav .nav-link {
    white-space: nowrap !important;    
}

@media only screen and (min-width: 1200px) {
    .section-1 .right-side .row {
        justify-content: space-between;
    }
    .section-1 .right-side .row .col-sm-12:nth-child(1) {
        min-height: 30% !important;
    }
    .section-1 .right-side .row .col-sm-12:nth-child(2) {
        min-height: 60% !important;
    }
}

#more-menu {
    position: relative;
    color: white;
    cursor: pointer;
}
@media only screen and (max-width: 1024px) {
    #more-menu {
        padding-top: 10px;
    }
}
#more-menu .dropdown-menu {
    position: absolute;
    top: 100%;
    left: -140px;
    background-color: #d50101;
    list-style: none;
    padding: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: none;
    flex-direction: column;
    row-gap: 15px;
    z-index: 10;
}
#more-menu .nav-item {
    width: 100%;
}
#more-menu .nav-item a{
    color: #fff;
}

#more-menu:hover .dropdown-menu,
#more-menu:focus .dropdown-menu {
    display: flex;
}

.d-none {
    display: none !important;
}

@media only screen and (max-width: 1200px) {
    .navbar-nav .nav-link {
        font-size: 16px !important;
        white-space: nowrap;
    }
}

.logo-img-head {
    display: block;
    width: 100%;
}

@media only screen and (max-width: 992px) {
    .navbar-brand {
        width: 40%;
    }
}

.page-details .slider-card.active {
    height: auto !important;
}
