@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap');

body {
    font-family: almarai;
    margin: 0;
    padding: 0;
    background-color: #e1e1e1;
    font-family: "Geist", sans-serif;
}

    body.dark-mode {
        background-color: #000;
    }

.switch {
    float: right;
    margin-top: 23px;
    margin-right: 10px;
}

    .switch button {
        border: 0;
        background-color: transparent;
        font-size: 22px;
        color: #ed9c0c;
    }

.lang {
    float: right;
    margin-top: 27px;
    margin-right: 10px;
}

    .lang a {
        color: #81868a;
    }

p {
    font-weight: 300;
}

a {
    text-decoration: none;
}

.all-bg {
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}

    .all-bg.dark-mode {
        background-image: linear-gradient(120deg, #313131 0%, #000 100%);
    }

.container {
    width: 1200px
}

.tags {
    display: block;
    background-color: #f5f5f5;
    padding: 10px;
}

    .tags a {
        color: #0f304f;
        padding: 0 10px 0 0;
        display: inline-block;
        text-decoration: underline;
        font-size: 15px;
        font-weight: bold;
    }

.header {
    display: block;
    background-color: #fff
}

    .header.dark-mode {
        background-color: #202020;
    }

.headertop {
    display: block;
    border-bottom: 1px #e5e6ff solid;
    padding: 6px 0;
}

    .headertop.dark-mode {
        border-bottom: 1px #333 solid;
    }

.navigations {
    background-color: #fff !important;
    border-top: 1px #e5e6ff solid;
}

.weather-wraper {
    display: inline-block;
    margin-right: 20px;
    direction: ltr;
}

#ide16d769297fdc.wls {
    float: left;
}

.weather-wraper span {
    font-size: 14px;
    margin-right: 5px;
    color: #848484 !important;
}

#ide16d769297fdc.wls {
    color: #848484 !important;
}

.date {
    display: inline-block;
    font-family: 'Almarai', sans-serif !important;
}

    .date iframe span {
        font-family: 'Almarai', sans-serif !important;
    }

#t1c, #t1 {
    font-family: 'Almarai', sans-serif !important;
}

.top-social {
    float: right
}

.social {
    display: block;
}

    .social a {
        display: inline-block;
        text-align: center;
        color: #0f304f;
        margin-left: 10px;
    }

        .social a:hover {
            color: #ed9c0c
        }

        .social a.dark-mode {
            color: #fff !important;
        }

.logo {
    float: left;
    width: 280px;
    padding: 7px 0;
    margin-right: 30px
}

    .logo img {
        width: 100%;
    }

.ticker {
    display: block;
    background-color: #0f304f;
    position: relative;
    z-index: 1;
}

.navbars {
    padding: 0;
    background-color: #fff;
    border-bottom: 1px #e5e6ff solid;
}

    .navbars.dark-mode {
        background-color: #202020;
        border-bottom: 1px #333 solid;
    }

.padding {
    padding: 50px 0
}

.main {
    display: block;
    position: relative;
}

.swiper {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.swiper-slide {
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
}

    .swiper-slide a {
        display: block;
        width: 100%;
        height: 100%;
    }

.swiper-txt {
    position: absolute;
    bottom: 0;
    padding: 20px 20px 20px;
    text-align: left;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    width: 100%;
}

    .swiper-txt span {
        background-color: #ed9c0c;
        font-size: 12px;
        padding: 5px;
        color: #fff;
    }

    .swiper-txt h2 {
        color: #fff;
        margin: 0 0 10px;
        line-height: 46px;
        font-weight: 700;
    }

    .swiper-txt p {
        color: #fff;
        font-size: 14px;
        margin: 0 0 10px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .swiper-txt h6 {
        color: #fff;
        font-size: 14px;
    }

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.trend {
    overflow: hidden;
    background: #fff;
    border: 1px #f4f4f4 solid;
}

    .trend.dark-mode {
        background: #202020;
        border: 1px #333 solid;
    }

.trending-section {
    padding: 20px;
    height: 500px;
    overflow-y: auto;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px #ed9c0c solid;
}

.section-title {
    font-size: 2rem;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    color: #0f304f;
}

    .section-title.dark-mode {
        color: #fff;
    }

.view-all-btn {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: ease-in-out all;
    color: #0f304f;
}

    .view-all-btn.dark-mode {
        color: #fff;
    }

    .view-all-btn:hover {
        color: #666;
    }

    .view-all-btn i {
        color: #eb9c0a
    }

.trending-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.trending-item {
    display: flex;
    gap: 14px;
    padding: 10px 0;
    transition: 0.3s ease-in-out all;
    cursor: pointer;
    border-bottom: 1px #f4f4f4 solid;
}

    .trending-item:hover {
        transform: translateX(-5px);
    }

.trending-number {
    width: 30px;
    height: 30px;
    background: #ed9c0c;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    font-size: 16px;
    flex-shrink: 0;
    font-family: arial;
    border-radius: 100px;
}

.trending-content {
    flex: 1;
}

.trending-title {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 0;
    color: #0f304f;
    font-weight: 600;
}

    .trending-title.dark-mode {
        color: #fff
    }

.trending-time {
    font-size: 12px;
    color: #8c8c8c;
}

.trending-preview {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 15px;
    width: 300px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: 0.3s ease-in-out all;
    z-index: 1000000000000000000000000000000000000000;
    border: 1px solid #ddd;
}

.trending-item:hover .trending-preview {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.trending-preview img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    margin-bottom: 10px;
}

.preview-overlay p {
    font-size: 13px;
}


.video-card {
    background: #fff;
    overflow: hidden;
    transition: 0.3s ease-in-out all;
}

    .video-card:hover {
        transform: translateY(-5px);
    }

    .video-card.dark-mode {
        background: #202020;
    }

.video-thumbnail {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
}

    .video-thumbnail img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 0.3s ease-in-out all;
    }

.video-card:hover .video-thumbnail img {
    transform: scale(1.05);
}

.video-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s ease-in-out all;
}

.video-card:hover .video-overlay {
    opacity: 1;
}

.play-btn {
    width: 60px;
    height: 60px;
    background: #fff;
    color: #ed9c0c;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: 0.3s ease-in-out all;
    border: 0
}

    .play-btn:hover {
        transform: scale(1.1);
        background: #000;
        color: #fff;
    }

.video-duration {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ed9c0c;
    color: #fff;
    padding: 4px 8px;
    font-size: 12px;
}

.video-content {
    padding: 30px;
}


.video-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 24px;
    color: #0f304f;
    min-height: 86px;
}

    .video-title a {
        color: #0f304f;
    }

        .video-title a.dark-mode {
            color: #fff;
        }

.video-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    font-size: 14px;
    color: #666;
    border-top: 1px #e5e6ff solid;
    border-bottom: 1px #e5e6ff solid;
    padding: 9px 0;
}

.video-views {
    display: flex;
    align-items: center;
    gap: 5px;
}

    .video-views i {
        color: #ed9c0c;
    }

.btn-light i {
    color: #ed9c0c;
}

.video-actions {
    display: flex;
    gap: 10px;
}

.white-bg {
    background-color: #fff;
}

    .white-bg.dark-mode {
        border-top: 1px #333 solid;
        border-bottom: 1px #333 solid;
        background-color: #000;
    }

.action-btn {
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 500;
    transition: 0.3s ease-in-out all;
    display: flex;
    align-items: center;
    gap: 5px;
    border: 0
}

    .action-btn:hover {
        background: #000;
    }

.interviews-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.interview-item {
    background: #fff;
    padding: 20px;
    display: flex;
    gap: 20px;
    transition: 0.3s ease-in-out all;
    position: relative;
    min-height: 120px;
}

    .interview-item.dark-mode {
        background: #202020;
    }

    .interview-item:hover {
        transform: translateY(-3px);
    }

p.dark-mode {
    color: #999
}

.interview-thumbnail {
    position: relative;
    width: 160px;
    height: 100px;
    overflow: hidden;
    flex-shrink: 0;
}

    .interview-thumbnail img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.thumbnail-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s ease-in-out all;
}

.interview-item:hover .thumbnail-overlay {
    opacity: 1;
}

.play-btn-small {
    width: 30px;
    height: 30px;
    background: #fff;
    color: #000;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border: 0
}

.duration {
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(255, 255, 255, 0.8);
    color: #000;
    padding: 2px 6px;
    border-radius: 7px;
    font-size: 10px;
}

.interview-info {
    flex: 1;
}

    .interview-info .interview-title {
        font-size: 14px;
        font-weight: 600;
        line-height: 1.4;
        margin-bottom: 8px;
    }

.interview-title a {
    color: #0f304f
}

    .interview-title a.dark-mode {
        color: #fff
    }

.interview-preview {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 15px;
    width: 280px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: 0.3s ease-in-out all;
    z-index: 1000;
    border: 1px solid #ddd;
}

.interview-item:hover .interview-preview {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.interview-preview p {
    font-size: 13px;
    line-height: 1.5;
    color: #666;
}

.interview-stats {
    display: block;
    font-size: 12px;
    color: #666;
    margin-top: 8px;
}

    .interview-stats span {
        margin-bottom: 5px;
    }



.featured-news {
    background: #fff;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    transition: 0.3s ease-in-out all;
}

    .featured-news.dark-mode {
        background: #202020;
    }

    .featured-news:hover {
        transform: translateY(-5px);
    }

.news-image {
    position: relative;
    aspect-ratio: 16/10;
}

    .news-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 0.3s ease-in-out all;
    }

.featured-news:hover .news-image img {
    transform: scale(1.05);
}

.news-overlay {
    position: absolute;
    top: 15px;
    left: 15px;
}

.news-category-tag {
    background: #fff;
    color: #fff;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 600;
}

.news-content {
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.7;
    margin-bottom: 15px;
}

    .news-title a {
        color: #0f304f;
    }

.news-excerpt {
    line-height: 1.6;
    margin-bottom: 20px;
}

.news-meta {
    display: flex;
    gap: 20px;
    font-size: 13px;
    color: #555;
}

    .news-meta span {
        display: flex;
        align-items: center;
        gap: 5px;
    }

.pool-wrapper {
    background-color: #fff;
    padding: 30px;
}

    .pool-wrapper.dark-mode {
        background-color: #202020;
    }

    .pool-wrapper h1 {
        font-size: 2rem;
        color: #4d4e9f;
        margin-bottom: 30px;
    }

.poll-options {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
}

.poll-option {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    border: 1px solid #e5e6ff;
    cursor: pointer;
    transition: 0.3s ease-in-out all;
}

    .poll-option.dark-mode {
        border: 1px solid #4a4a4a;
    }

    .poll-option:hover {
        border-color: #ed9c0c;
    }

    .poll-option input[type="radio"] {
        width: 20px;
        height: 20px;
        font-size: 35px;
        accent-color: #ed9c0c;
        margin: 6px;
    }

    .poll-option label {
        flex: 1;
        font-weight: 500;
        cursor: pointer;
        color: #0f304f;
    }

        .poll-option label.dark-mode {
            color: #fff;
        }

.poll-bar {
    flex: 8;
    height: 8px;
    background: #f4f4f4;
    overflow: hidden;
}

.poll-progress {
    height: 100%;
    background: #ec9e0e;
    transition: 0.3s ease-in-out all;
}

.poll-percentage {
    font-weight: 600;
    color: #0f304f;
    min-width: 40px;
    text-align: center;
}

    .poll-percentage.dark-mode {
        color: #fff;
    }

.poll-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.poll-submit-btn {
    background: #ed9c0c;
    color: #fff;
    padding: 12px 30px;
    font-weight: 600;
    transition: 0.3s ease-in-out all;
}

    .poll-submit-btn:hover {
        background: #fff;
        transform: translateY(-2px);
    }

.poll-total {
    font-size: 14px;
    color: #666;
}




.footer {
    background-color: #0f304f;
    padding: 50px 0;
    border-top: 3px #ed9c0c solid;
}

    .footer.dark-mode {
        background-color: #202020;
    }

    .footer a {
        color: #fff
    }

.footer-side {
    display: block;
}

    .footer-side img {
        width: 110px;
        margin-bottom: 20px;
    }

    .footer-side p {
        margin-bottom: 30px;
        color: #fff;
    }

    .footer-side .top-social {
        float: left
    }

.footer-links {
    display: block
}

    .footer-links h4 {
        color: #ed9c0c;
        font-size: 1.2rem;
        border-bottom: 1px #ed9c0c solid;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .footer-links a {
        display: block;
        color: #fff;
        font-size: 16px;
        width: auto;
    }

.avsta {
    border-top: 1px #292a73 solid;
    padding-top: 15px;
    display: block;
    margin-top: 20px;
}

    .avsta p {
        margin: 0;
        color: #4d4e9f;
        text-align: center;
        text-transform: uppercase;
        font-size: 12px;
    }

.subscribe {
    color: #000;
    font-size: 18px;
    margin-bottom: 20px;
}

.btn-primary {
    background-color: #ee4042;
    border: 0;
}

.social-footer {
    display: block;
    margin: 45px 10px 0 0;
    text-align: center;
}

    .social-footer a {
        border: 1px #ddd solid;
        width: 40px;
        height: 40px;
        display: inline-block;
        text-align: center;
        line-height: 40px;
        margin-right: 10px;
        color: #7e7d8e;
    }

.xtra {
    display: block;
    text-align: center;
    background-color: #444;
    padding: 10px 0;
}

    .xtra p {
        color: #fff;
        margin: 0
    }

.page-title {
    color: #2e2970;
    font-size: 50px;
}


.detail {
    display: block;
}

    .detail h1 {
        margin-bottom: 30px;
        font-weight: 700;
        color: #0f304f;
    }

        .detail h1.dark-mode {
            color: #fff;
        }

    .detail p {
        font-size: 18px;
        font-weight: 400;
        line-height: 34px;
    }

    .detail img {
        width: 100%;
        margin-bottom: 20px;
    }

    .detail iframe {
        display: block;
        margin-bottom: 14px
    }

.detail-xtra {
    display: block;
    border-left: 4px #ed9c0c solid;
    padding-left: 20px;
    margin-bottom: 40px;
    position: relative;
}

    .detail-xtra span {
        margin-bottom: 10px;
        display: block;
    }

        .detail-xtra span.dark-mode {
            color: #999
        }

    .detail-xtra h5 {
        font-size: 15px;
        display: inline-block;
        color: #666;
        margin: 0;
    }

.detail-share {
    float: right;
    position: absolute;
    right: 0;
    top: 0;
}

.authpr-news {
    display: block
}

    .authpr-news ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

        .authpr-news ul li {
            height: 130px;
            margin-bottom: 20px;
            width: 32%;
            float: left;
            margin-right: 2%;
        }

            .authpr-news ul li:nth-child(3n+0) {
                margin-right: 0
            }

.print {
    background-color: #e1e1e1;
    padding: 8px 10px;
    color: #332f29;
    font-size: 13px;
}

.main-search {
    background-color: #f5f5f9;
    padding: 10px 20px;
    height: 70px;
    width: 340px;
    margin: 0 auto;
}

.search {
    width: auto;
    float: right;
    margin-top: 29px;
    margin-right: 0;
}

    .search i {
        color: #1a1b52;
        font-size: 20px;
    }

        .search i.dark-mode {
            color: #fff;
        }

#search {
    cursor: pointer;
    text-align: center;
    position: relative;
    z-index: 10;
    padding: 8px;
}

#search-box {
    display: none;
    width: 320px;
    background-color: #bdbdbd;
    margin: 0 auto;
    clear: both;
    position: absolute;
    z-index: 10;
    right: 0;
    height: 47px;
    top: 86px;
    padding: 0 7px 5px;
}

.gsearch {
    width: 300px;
    height: 30px;
    float: none;
}

.gsc-control-cse {
    border-color: none !important;
    background: 0 0 !important;
    height: 20px !important;
    padding: 0 !important;
    border: 0 !important
}

gsc-input {
    text-align: left !important;
    float: left !important;
    background: 0 0 !important;
    height: 20px !important
}

#gsc-i-id1 {
    text-align: left !important;
    direction: ltr !important;
    float: left !important;
    background: 0 0 !important
}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    border: none !important;
    background-color: #474747 !important;
    background-image: none;
    filter: none;
    setanimation -webkit-transition:all .4s ease !important;
    transition: all .4s ease !important;
    margin-top: 2.5px !important;
    border-radius: 0 !important
}

    input.gsc-search-button:hover, input.gsc-search-button:hover, input.gsc-search-button:focus:hover {
        border: none !important;
        background-color: #eeaf06 !important;
        background-image: none;
        filter: none;
        setanimation -webkit-transition:all .4s ease !important;
        transition: all .4s ease !important
    }

.gsc-input-box {
    border: 1px solid #fff !important;
    background: none repeat scroll 0% 0% #fff;
    height: 33px !important;
    margin-top: 0 !important
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    width: 13px;
    height: 13px;
    padding: 5.5px 15px !important;
    min-width: 13px;
    margin-top: 1px
}

table.gsc-search-box td.gsc-input {
    padding-left: 5px !important
}

.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
    font-size: 16px
}

.gs-result .gs-title, .gs-result .gs-title * {
    color: #000 !important
}

.gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
    color: silver !important
}

.gs-webResult .gs-snippet, .gs-imageResult .gs-snippet, .gs-fileFormatType {
    color: gray !important;
    font-size: 12px !important
}

.gs-web-image-box img.gs-image {
    width: 150px !important;
    height: 150px !important;
    border: 2px solid silver;
    margin: 1px !important;
    padding: 1px !important
}

.gsc-branding {
    display: none !important
}

.gsc-clear-button {
    display: none !important
}

#gsc-i-id1 {
    padding: 0 !important;
    text-indent: 0 !important
}

.gsc-search-button {
    padding: 8px 0 !important;
    color: #474747 !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    font-size: 1px;
    margin-top: 0 !important;
    text-indent: 0 !important;
    width: 34px !important
}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    margin-top: 0 !important
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
    font-size: 0;
    padding: 6px 27px;
    margin-top: 0 !important;
    width: auto;
    vertical-align: middle;
    border: 0 !important;
    border-top-color: #f41010;
    border-right-color: #f41010;
    border-bottom-color: #f41010;
    border-left-color: #f41010;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-color: #3079ed;
    background-color: #4d90fe;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));
    background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
    background-image: linear-gradient(top,#4d90fe,#4787ed);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');
    background: #ed9c0c !important;
}

    .cse .gsc-search-button-v2, .gsc-search-button-v2:hover {
        background: #e87224 !important
    }

.table.gsc-search-box td {
    padding: 0 !important
}

.wtar {
    display: block;
    position: relative;
    margin-top: 20px;
}

    .wtar a {
        color: #16174f;
        display: inline-block;
    }

        .wtar a.dark-mode {
            color: #fff;
        }

    .wtar img {
        width: 60px;
        height: 60px;
        overflow: hidden;
        border-radius: 100px;
        object-fit: cover;
        object-position: center;
        float: left;
        margin-right: 14px;
    }

    .wtar h2 {
        font-size: 16px;
        font-weight: 600;
        margin-top: 10px;
    }

    .wtar span {
        color: #666;
        font-size: 14px;
        margin-top: 15px;
        display: inline-block;
    }

.nusar {
    display: block;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f8f8f8;
    position: relative;
}

    .nusar img {
        width: 100px;
        height: 100px;
        border-radius: 100px;
        object-fit: cover;
        object-position: center;
        float: left;
        margin-right: 20px;
    }

    .nusar a {
        text-decoration: underline;
        color: #0f304f;
        margin-bottom: 5px;
        display: block;
    }

    .nusar p {
        font-size: 14px;
        line-height: inherit;
        color: #777;
        margin: 0;
    }

.wtar-page-big {
    display: block;
}

    .wtar-page-big img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        object-position: center;
        margin-bottom: 10px;
    }

    .wtar-page-big h2 {
        font-size: 24px;
        font-weight: 700;
        line-height: 1.7;
        margin-bottom: 15px;
        color: #0f304f;
    }

        .wtar-page-big h2.dark-mode {
            color: #fff;
        }

.wtar-page-small h2.dark-mode {
    color: #fff;
}

.wtar-page-big p {
    color: #777;
}

.wtar-page-big .video-views {
    color: #777;
}

.wtar-page-small {
    display: block;
}

    .wtar-page-small img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        object-position: center;
        margin-bottom: 10px;
    }

    .wtar-page-small h2 {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 10px;
        color: #0f304f;
    }

        .wtar-page-small h2.dark-mode {
            color: #fff;
        }

    .wtar-page-small p {
        color: #777;
    }

    .wtar-page-small .video-views {
        color: #777;
        font-size: 14px;
    }

.wtar-page-all {
    display: block;
}

    .wtar-page-all ul li {
        display: block;
        padding: 20px;
        background-color: #fff;
        margin-bottom: 20px
    }

        .wtar-page-all ul li.dark-mode {
            background-color: #202020;
        }

        .wtar-page-all ul li h2 {
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 10px;
            color: #0f304f;
        }

            .wtar-page-all ul li h2.dark-mode {
                color: #fff;
            }

.wtar-page-all-img {
    width: 200px;
    float: right;
    height: 140px;
    object-fit: cover;
    object-position: center;
    margin-left: 20px;
}

.wtar-page-all ul li .video-views {
    color: #777;
    font-size: 14px;
}

.wtar-page-all ul li p {
    color: #777
}

@media screen and (max-width: 1360px) {
    .more-news-img {
        height: 100px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 1200px) {
    .main-xtra-txt {
        padding: 10px;
    }

        .main-xtra-txt span {
            border-bottom: 2px #ef4141 solid;
            padding-bottom: 3px;
            font-size: 12px;
        }

        .main-xtra-txt h2 {
            font-size: 18px;
        }

    .more-news-img {
        height: 100px;
    }

    .logo {
        margin-right: 0px;
    }
}

@media screen and (max-width: 990px) {
    .social {
        margin: 0;
    }

    .search {
        margin-top: 29px;
        margin-right: 40px;
    }

    .featured-news {
        grid-template-columns: 100%;
    }

    .social a {
        font-size: 14px;
    }

    .logo {
        margin-right: 0px;
    }

    .switch {
        margin-top: 21px;
        margin-right: 7px;
    }

    .lang {
        margin: 26px 0 0 10px;
    }

        .lang a {
            font-size: 16px;
        }

    .menu a {
        font-size: 13px;
        padding: 10px 15px;
    }

    .main-txt {
        right: 20px;
        bottom: 20px;
        padding: 20px;
    }

        .main-txt span {
            padding-bottom: 6px;
            font-size: 12px;
        }

        .main-txt h2 {
            font-size: 24px;
        }

    .tab-small ul li {
        height: 115px;
        margin-bottom: 20px;
    }

    .tab-small-img {
        width: 27%;
        height: 115px;
        margin-right: 10px;
    }

    .tab-small-txt {
        padding: 10px;
        width: 100%;
        height: 100%;
    }

        .tab-small-txt span {
            padding-bottom: 6px;
            font-size: 10px;
        }

        .tab-small-txt b {
            margin-left: 20px;
            font-size: 10px;
        }

        .tab-small-txt h2 {
            font-size: 14px;
            margin: 5px 0;
        }

        .tab-small-txt h4 {
            font-size: 13px;
        }

    .tab-big-txt span {
        padding-bottom: 6px;
        font-size: 10px;
    }

    .tab-big-txt b {
        margin-left: 20px;
        font-size: 10px;
    }

    .tab-big-txt h2 {
        font-size: 14px;
        margin: 5px 0;
    }

    .tab-big-txt h4 {
        font-size: 13px;
    }

    .authpr-news ul li {
        height: 94px;
        margin-bottom: 20px;
        width: 100%;
        float: none;
        margin-right: 0;
        display: block;
        clear: both;
    }

    .search {
        right: 101px;
        top: 34px;
    }

    .pool-wrapper h1 {
        font-size: 1rem;
        margin-bottom: 20px;
    }

    .poll-option {
        padding: 11px;
    }

        .poll-option label {
            font-size: 14px;
        }

    .poll-bar {
        height: 4px;
    }

    .poll-percentage {
        font-size: 13px;
    }
}

@media screen and (max-width:640px) {

    .social a {
        font-size: 12px;
    }

    .video-title {
        min-height: auto;
    }

    .pool-wrapper {
        padding: 15px;
    }

    .more-news ul li {
        height: 90px;
        margin-bottom: 20px;
        width: 100%;
        float: none;
        margin-right: 0;
        clear: both;
    }

    .main-txt {
        width: 90%;
    }

    .main img {
        width: auto;
        height: 440px;
        margin: 0 auto;
        display: block;
    }

    .tab-small ul li {
        height: 125px;
    }

    .tab-small-img {
        width: 36%;
        height: 125px;
    }

    .tab-small-txt span {
        padding-bottom: 6px;
        font-size: 10px;
    }

    .tab-small-txt b {
        font-size: 10px;
    }

    .tab-small-txt h2 {
        font-size: 13px;
        margin: 5px 0;
    }

    .tab-small-txt h4 {
        font-size: 11px;
    }

    .more-news-txt span {
        padding-bottom: 6px;
        font-size: 10px;
    }

    .more-news-txt b {
        font-size: 10px;
    }

    .more-news-txt h2 {
        font-size: 13px;
        margin: 5px 0;
    }

    .more-news-img {
        height: 80px;
        margin-right: 10px;
    }

    .more-news ul li {
        height: 75px;
    }

    .popular-img {
        width: 24%;
        height: 80px;
        margin-right: 10px;
    }

    .popular {
        padding: 10px;
    }

        .popular ul li {
            margin-bottom: 10px;
            height: 90px;
        }

    .title {
        font-size: 20px;
    }




    .footer {
        padding: 20px 0;
    }

    .footer-links a {
        font-size: 12px;
    }

    .subscribe {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .form-control {
        font-size: 14px;
    }

    .btn {
        font-size: 14px;
    }

    .blockquote {
        font-size: 28px;
        margin: 40px 0;
        line-height: 34px;
    }

    .breadcrumb {
        font-size: 12px;
    }

    .page-title {
        font-size: 30px;
    }

    .authpr-news ul li {
        height: 74px;
    }

    .trending-preview img {
        width: 100%;
        height: 120px;
    }
}

@media screen and (max-width:576px) {
    .social {
        display: block;
    }

    .detail p {
        font-size: 15px;
        line-height: 28px;
    }

    .nusar p {
        font-size: 14px;
        line-height: inherit;
    }

    .nusar img {
        width: 60px;
        height: 60px;
        margin-right: 10px;
    }

    .container {
        width: 100%
    }

    .swiper-slide {
        height: 320px;
    }

    .swiper-txt h2 {
        font-size: 18px;
        line-height: 26px;
    }

    .swiper-txt p {
        font-size: 12px;
    }

    .swiper-txt h6 {
        font-size: 12px;
    }

    .interview-item {
        padding: 14px;
        gap: 15px;
    }

    .interview-thumbnail {
        width: 110px;
        height: 90px;
    }

    .main-search {
        padding: 4px 10px;
        height: 57px;
        width: auto;
        margin: 0 auto;
        display: inline-block;
    }

    .gsearch {
        width: 260px;
    }

    .navbar {
        display: none
    }

    .mobile-nav-button {
        display: block
    }


    .lang {
        margin: 25px 10px 0 0px;
    }

    .padding {
        padding: 20px 0;
    }

    .main-txt {
        left: 10px;
        bottom: 10px;
        padding: 10px;
    }

        .main-txt h2 {
            font-size: 18px;
            margin: 0;
        }

    .main-xtra-txt span {
        font-size: 10px;
    }

    .main-xtra-txt h2 {
        font-size: 14px;
        margin: 0;
    }

    .search {
        right: 102px;
        top: 28px;
        width: auto;
    }

        .search i {
            font-size: 14px;
        }

    .trending-item {
        padding: 5px 0;
    }

    .section-header {
        margin-bottom: 10px;
        padding-bottom: 5px;
    }

    .section-title {
        font-size: 18px;
    }

    .view-all-btn {
        font-size: 12px;
    }

    .detail-share {
        position: static;
        clear: both;
        text-align: left;
        float: none
    }

    #st-1 {
        text-align: left !important;
    }

    .search {
        margin-right: 24px;
        margin-top: 26px;
    }

        .search i {
            font-size: 17px;
        }

    .wtar-page-all-img {
        width: 100%;
        float: none;
        height: auto;
        object-fit: cover;
        object-position: center;
        margin-left: 0;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:460px) {
    .search {
        right: 80px;
        top: 28px;
        width: auto;
    }

    .wtar-page-big img {
        height: 250px;
    }

    .wtar-page-big h2 {
        font-size: 20px;
        line-height: inherit;
        margin-bottom: 10px;
    }

    .wtar-page-small h2 {
        font-size: 16px;
    }

    .logo {
        width: 180px;
        padding: 14px 0;
    }

    .switch {
        margin-right: 2px;
    }

        .switch button {
            font-size: 20px;
        }
}
