:root {
    --body-font: Instrument Sans, sans-serif;
    --menu-font: Instrument Sans, sans-serif;
    --title-font: Instrument Sans, sans-serif;
    --text-font: Instrument Sans, sans-serif;
    --icon-font: "bootstrap-icons", bootstrap-icons;
    --body-bg-color: #f3f4f6;
    --body-bg: #f3f4f6 none repeat fixed top left;
    --outer-bg: #ffffff;
    --accent-color: #2563eb;
    --accent-color-lite: #2563eb80;
    --white-color: #ffffff;
    --title-color: #111827;
    --title-hover-color: #2563eb;
    --text-color: #4b5563;
    --summary-color: #6b7280;
    --meta-color: #9ca3af;
    --header-bg: #ffffff;
    --header-color: #111827;
    --header-hover-color: #2563eb;
    --submenu-bg: #111827;
    --submenu-color: #f9fafb;
    --submenu-hover-color: #2563eb;
    --submenu-gray-bg: #f9fafb0d;
    --footer-bg: #111827;
    --footer-color: #f9fafb;
    --footer-hover-color: #2563eb;
    --footer-text-color: #d1d5db;
    --footer-gray-bg: #f9fafb0d;
    --footerbar-bg: #020617;
    --footerbar-color: #f9fafb;
    --footerbar-hover-color: #2563eb;
    --btn-bg: var(--accent-color);
    --btn-color: var(--white-color);
    --modal-bg: #ffffff;
    --header: 4.5rem;
    --logo: 2.5rem;
    --container: 60.625rem;
    --sidebar: 18.75rem;
    --gap: 2.25rem;
    --aspect-ratio: 16/9;
    --title-weight: 700;
    --letter-spacing: -0.005em;
    --line-clamp: 3;
    --gray-bg: #f3f4f6;
    --border-color: #f3f4f6;
    --rgba: #111827;
    --rgba-05: #11182705;
    --rgba-08: #11182708;
    --rgba-0d: #1118270d;
    --rgba-e6: #111827e6;
    --rgba-1a: #1118271a;
    --rgba-33: #11182733;
    --rgba-99: #11182799;
    --shadow: 0 1px 2px var(--rgba-05), 0 10px 15px -3px var(--rgba-08);
    --radius: 0.25rem;
}

html.is-dark {
    --body-bg-color: #374151;
    --outer-bg: #1f2937;
    --accent-color: #2563eb;
    --accent-color-lite: #2563eb80;
    --title-color: #f9fafb;
    --title-hover-color: #2563eb;
    --text-color: #d1d5db;
    --summary-color: #d1d5db;
    --meta-color: #9ca3af;
    --header-bg: #111827;
    --header-color: #f9fafb;
    --header-hover-color: #2563eb;
    --submenu-bg: #030712;
    --submenu-color: #f9fafb;
    --submenu-hover-color: #2563eb;
    --submenu-gray-bg: rgba(255, 255, 255, .03);
    --footer-bg: #111827;
    --footer-color: #f9fafb;
    --footer-hover-color: #2563eb;
    --footer-text-color: #d1d5db;
    --footer-gray-bg: rgba(255, 255, 255, .03);
    --footerbar-bg: #030712;
    --footerbar-color: #f9fafb;
    --footerbar-hover-color: #2563eb;
    --modal-bg: #374151;
    --gray-bg: rgba(255, 255, 255, .03);
    --border-color: rgba(255, 255, 255, .03);
    --rgba: #111827;
    --rgba-05: #11182705;
    --rgba-08: #11182708;
    --rgba-0d: #1118270d;
    --rgba-e6: #111827e6;
    --rgba-1a: #1118271a;
    --rgba-33: #11182733;
    --rgba-99: #11182799;
    --shadow: 0 1px 2px var(--rgba-0d), 0 10px 15px -3px var(--rgba-33);
}

html.rtl {
    --body-font: Cairo, sans-serif;
    --menu-font: Cairo, sans-serif;
    --title-font: Cairo, sans-serif;
    --text-font: Cairo, sans-serif;
}

html, body, a, abbr, acronym, address, applet, b, big, blockquote, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, input, button, h1, h2, h3, h4, i, iframe, img, ins, kbd, label, legend, li, object, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var {
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: baseline;
    background: 0 0;
    text-decoration: none
}

dl, ul {
    list-style-position: inside;
    list-style: none
}

ul li {
    list-style: none
}

caption {
    text-align: center
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
    border: none
}

a, a:visited {
    text-decoration: none
}

.section, .widget, .widget ul {
    margin: 0;
    padding: 0
}

abbr {
    text-decoration: none
}

.separator a {
    text-decoration: none !important;
    clear: none !important;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important
}

.widget > h2, .widget > h3 {
    display: none
}

.widget iframe {
    max-width: 100%
}

button, input, select, textarea {
    background: transparent;
    font-family: var(--body-font);
    font-weight: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: 0;
    border-radius: 0
}

button {
    cursor: pointer
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.rtl {
    direction: rtl
}

iframe[src*="youtube.com"] {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9
}

* {
    box-sizing: border-box
}

*:after, *:before {
    display: inline-block;
    font-family: var(--icon-font);
    font-weight: 400;
    font-style: normal;
    box-sizing: border-box
}

html {
    font-size: 100%;
    word-break: break-word;
    word-wrap: break-word;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%
}

body {
    background: var(--body-bg);
    background-color: var(--body-bg-color);
    font-family: var(--body-font);
    font-size: 0.875rem;
    color: var(--text-color);
    font-weight: 400;
    font-style: normal;
    line-height: 1.25rem
}

h1, h2, h3, h4 {
    font-family: var(--title-font);
    font-weight: var(--title-weight)
}

a {
    color: var(--accent-color)
}

svg {
    display: inline-block;
    width: 1em;
    height: 1em;
    font-size: 1em;
    line-height: 1;
    overflow: visible
}

.site-outer {
    width: 100%;
    max-width: 100%;
    background: var(--outer-bg);
    margin: 0 auto
}

.is-boxed .site-outer {
    width: calc(var(--container) + (var(--gap) * 2));
    max-width: 100%;
    box-shadow: var(--shadow)
}

.container {
    width: var(--container);
    max-width: 100%;
    position: relative;
}

.flex-c {
    display: flex;
    justify-content: center
}

.flex-col {
    display: flex;
    flex-direction: column
}

.flex-sb {
    display: flex;
    justify-content: space-between
}

.content-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, var(--sidebar));
    grid-template-areas: "main sidebar";
    gap: var(--gap);
    padding: var(--gap) 0
}

.main-wrap {
    grid-area: main;
    display: flex;
    flex-direction: column;
    gap: var(--gap)
}

.sidebar-wrap {
    grid-area: sidebar;
    display: flex;
    flex-direction: column;
    gap: var(--gap)
}

:not(.rtl) .is-left .content-wrap, .rtl .is-right .content-wrap {
    grid-template-columns: minmax(0, var(--sidebar)) minmax(0, 1fr);
    grid-template-areas: "sidebar main"
}

.no-sidebar .content-wrap {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    gap: 0
}

.no-sidebar .main-wrap {
    width: 42.5rem;
    max-width: 100%
}

.no-sidebar .sidebar-wrap {
    display: none
}

.title {
    color: var(--title-color);
    line-height: 1.27em;
    letter-spacing: var(--letter-spacing)
}

.post {
    position: relative
}

.entry-thumbnail {
    display: block;
    position: relative;
    overflow: hidden;
    background: var(--gray-bg)
}

.entry-thumbnail {
    width: 100%;
    aspect-ratio: var(--aspect-ratio);
    border-radius: var(--radius)
}

.thumbnail {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    transform-origin: center;
    opacity: 1;
    transition: opacity .25s ease
}

.thumbnail.pbt-lazy {
    opacity: 1
}

.entry-thumbnail:hover .thumbnail, .entry-inner:hover .thumbnail {
    filter: brightness(1.05)
}

.entry-header {
    display: flex;
    flex-direction: column;
    gap: 0.375rem
}

.entry-tag {
    font-size: 0.75rem;
    color: var(--accent-color);
    font-weight: 700;
    text-transform: uppercase
}

.entry-title {
    color: var(--title-color);
    line-height: 1.27em;
    letter-spacing: var(--letter-spacing)
}

.entry-title a {
    display: -webkit-box;
    -webkit-line-clamp: var(--line-clamp);
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: currentColor
}

.entry-title a:hover {
    color: var(--title-hover-color)
}

.entry-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.excerpt {
    font-family: var(--text-font);
    font-size: 0.875rem;
    color: var(--summary-color);
    line-height: 1.25rem
}

.card .entry-inner {
    display: grid;
    grid-template-areas: "abs";
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: var(--radius)
}

.card .entry-thumbnail {
    grid-area: abs;
    width: 100%;
    height: 100%;
    aspect-ratio: unset;
    border-radius: 0
}

.card .entry-thumbnail:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0, var(--rgba-99), var(--rgba-1a));
    z-index: 2
}

.card .entry-header {
    grid-area: abs;
    display: grid;
    align-content: end;
    gap: 0.75rem;
    z-index: 4;
    padding: 1.5rem
}

.cs .entry-thumbnail {
    background: var(--rgba-0d)
}

.cs .entry-header {
    text-shadow: 0 1px 2px var(--rgba-1a)
}

.cs .entry-tag {
    display: flex;
    align-items: center;
    max-width: fit-content;
    height: 1.375rem;
    background: var(--btn-bg);
    color: var(--btn-color);
    font-weight: 500;
    text-shadow: none;
    padding: 1px 0.75rem 0;
    border-radius: var(--radius)
}

.cs .entry-title {
    display: -webkit-box;
    -webkit-line-clamp: var(--line-clamp);
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--white-color)
}

.cs .entry-title a:hover {
    color: currentColor
}

.btn {
    position: relative;
    font-weight: 500;
    line-height: 1;
    border-radius: var(--radius)
}

.btn:focus {
    box-shadow: 0 0 0 2px var(--accent-color-lite)
}

.overlay-bg {
    position: fixed;
    inset: 0;
    background: var(--rgba-99);
    -webkit-backdrop-filter: blur(0.125rem);
    backdrop-filter: blur(0.125rem);
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: all .25s ease
}

.site-header {
    position: relative;
    z-index: 100
}

.main-header, .header-header {
    height: var(--header);
    background: var(--header-bg)
}

.header-header {
    box-shadow: var(--shadow)
}

.is-boxed .header-header {
    float: none;
    width: calc(var(--container) + (var(--gap) * 2));
    max-width: 100%;
    margin: 0 auto
}

.header-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem
}

.flex-left {
    display: flex;
    align-items: center;
    gap: 2rem
}

.menu-toggle {
    display: none;
    align-items: center;
    height: 2.5rem;
    font-size: 1.375rem;
    color: var(--header-color);
    padding: 0 1.25rem
}

.menu-toggle:after {
    content: "\f3fc"
}

.menu-toggle:hover {
    color: var(--header-hover-color)
}

.main-logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    height: var(--header);
    overflow: hidden
}

.main-logo img {
    display: block;
    max-height: var(--logo)
}

.main-logo .title {
    max-width: 100%;
    font-family: var(--title-font);
    font-size: 1.25rem;
    color: var(--header-color);
    line-height: var(--logo);
    font-weight: var(--title-weight);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.main-logo .title a {
    color: var(--header-color)
}

.main-logo .title a:hover {
    color: var(--header-hover-color)
}

/*#main-menu .widget {*/
/*    display: none*/
/*}*/

.main-nav {
    display: flex;
    height: var(--header);
    gap: 1.75rem
}

.main-nav > li {
    position: relative;
    display: flex;
    flex-shrink: 0
}

.main-nav > li > a {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-family: var(--menu-font);
    font-size: 1rem;
    color: var(--header-color);
    font-weight: 700;
    letter-spacing: var(--letter-spacing);
    white-space: nowrap
}

.main-nav > li > a > i[code] {
    line-height: 1
}

.main-nav > li > a > i[code]:before {
    content: attr(code)
}

.main-nav > li:hover > a {
    color: var(--header-hover-color)
}

.slide-menu {
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    position: fixed;
    width: 18.75rem;
    max-width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background: var(--outer-bg);
    overflow: hidden;
    z-index: 1010;
    transform: translateX(-100%);
    visibility: hidden;
    box-shadow: 0 0 15px var(--rgba-0d);
    transition: all .25s ease
}

.rtl .slide-menu {
    left: unset;
    right: 0;
    transform: translateX(100%)
}

.menu-on .slide-menu, .rtl .menu-on .slide-menu {
    transform: translateX(0);
    visibility: visible
}

.slide-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: var(--header);
    background: var(--header-bg);
    box-shadow: var(--shadow)
}

.mobile-logo {
    display: flex;
    flex: 1;
    width: 100%;
    overflow: hidden;
    padding: 0 0 0 1.25rem
}

.rtl .mobile-logo {
    padding: 0 1.25rem 0 0
}

.mobile-logo .logo-img img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: var(--logo)
}

.hide-mobile-menu {
    display: flex;
    align-items: center;
    height: 100%;
    color: var(--header-color);
    font-size: 1.375rem;
    z-index: 20;
    padding: 0 1.25rem
}

.hide-mobile-menu:before {
    content: "\f659"
}

.hide-mobile-menu:hover {
    color: var(--header-hover-color)
}

.slide-menu-flex {
    display: flex;
    height: calc(100% - var(--header));
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.mobile-menu {
    padding: 1.25rem
}

.mobile-menu ul li a {
    display: block;
    font-size: 1.125rem;
    color: var(--title-color);
    font-weight: 400;
    padding: 0.75rem 0
}

.mobile-menu > ul > li > a {
    font-family: var(--menu-font);
    font-weight: 700;
    letter-spacing: var(--letter-spacing)
}

.mobile-menu > ul > li > a > i {
    margin: 0 0.25rem 0 0
}

.rtl .mobile-menu > ul > li > a > i {
    margin: 0 0 0 0.25rem
}

.mobile-menu ul li a:hover {
    color: var(--title-hover-color)
}

.mm-footer {
    gap: 1rem;
    padding: 1.25rem
}

.mm-footer ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem
}

.mm-footer .links a {
    font-size: 0.875rem;
    color: var(--title-color)
}

.mm-footer .links a:hover {
    color: var(--title-hover-color)
}

.flex-right {
    display: flex;
    gap: 0.25rem;
    background: var(--header-bg);
    z-index: 1
}

.flex-right button {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.375rem;
    color: var(--header-color)
}

.flex-right button:hover {
    color: var(--header-hover-color)
}

.flex-right .dark-mode-toggle {
    transform-origin: center
}

.dark-mode-toggle:before {
    content: "\f5a1";
    font-size: 1.25rem
}

.is-dark .dark-mode-toggle:before {
    content: "\f495";
    font-size: 1.125rem
}

.dark-mode-toggle.dark-on {
    animation: darkOn .5s ease
}

.flex-right .search-toggle:before {
    content: "\f52a"
}

.main-search {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 1.5rem;
    left: 50%;
    width: 30rem;
    max-width: calc(100% - 3rem);
    max-height: calc(100% - 3rem);
    background: var(--modal-bg);
    overflow: hidden;
    z-index: 1010;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    visibility: hidden;
    opacity: 0;
    transform: translate3d(-50%, 50%, 0);
    transition: all .25s ease
}

.search-on .main-search {
    backface-visibility: inherit;
    visibility: visible;
    opacity: 1;
    transform: translate3d(-50%, 0, 0)
}

.main-search .form {
    display: flex;
    gap: 1rem;
    flex-shrink: 0;
    width: 100%;
    height: 4rem;
    padding: 0 1.5rem
}

.main-search .input {
    flex: 1;
    width: 100%;
    font-size: 1rem;
    color: var(--title-color);
    font-weight: 400
}

.main-search .input::placeholder {
    color: var(--meta-color)
}

.main-search .label {
    display: flex;
    align-items: center;
    font-size: 1.125rem;
    color: var(--meta-color)
}

.main-search .label:before {
    content: "\f52a"
}

.main-search.loading .label:before {
    display: none
}

.main-search .close {
    align-self: center;
    font-size: 0.75rem;
    color: var(--meta-color);
    font-weight: 500;
    padding: 0.125rem 0.5rem;
    border: 1px solid var(--border-color);
    border-radius: var(--radius)
}

.main-search .close:hover {
    color: var(--accent-color)
}

.search-on .overlay-bg {
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath d='M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854Z'/%3E%3C/svg%3E"), auto;
    visibility: visible;
    opacity: 1
}

.featured {

}

.featured .widget {
    display: none;
    position: relative;
    background: var(--rgba);
    overflow: hidden
}

.featured .widget.getPosts, .featured .widget.PopularPosts {
    display: block
}

.featured .widget-content {
    position: relative;
    height: var(--height);
    z-index: 2
}

.featured-items {
    display: grid;
    grid-template-rows: minmax(0, 1fr) minmax(0, auto);
    align-items: center;
    padding: 1rem 0 2rem;
}

.featured-items .first {
    position: static;
    padding: 1rem 0;
}

.featured-items .first .entry-thumbnail:after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(0, var(--rgba-99), var(--rgba-1a));
    z-index: 2
}

.featured-items .first .entry-header {
    position: absolute;
    gap: 1rem;
    max-width: 65%;
    padding: 0 1.5rem;
    bottom: 2rem;
    z-index: 3
}

.featured-items .first .entry-title {
    font-size: 2rem
}

.featured-items .grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
    gap: 1.5rem;
    position: relative;
    background: rgb(255 255 255 / 10%);
    -webkit-backdrop-filter: saturate(1.1) blur(1.5rem);
    backdrop-filter: saturate(1.1) blur(1.5rem);
    z-index: 4;
    padding: 1.5rem;
    border-radius: var(--radius) var(--radius) 0 0;
    box-shadow: inset 0 1px 0 0 rgb(255 255 255 / 3%), inset 1px 0 0 0 rgb(255 255 255 / 3%), inset -1px 0 0 rgb(255 255 255 / 3%)
}

.featured-items .grid .post {
    display: grid;
    grid-template-columns: minmax(0, 6.5rem) minmax(0, 1fr);
    gap: 1rem
}

.featured-items .grid .entry-header {
    align-self: center
}

.featured-items .grid .entry-title {
    font-size: 1rem
}

.featured-items .grid .entry-title a:hover {
    opacity: .9
}

.widget-title {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    position: relative;
    margin: 0 0 1.25rem
}

.widget-title .title {
    font-size: 1.8rem;
    padding-left: .7rem;
    border-left: 5px solid;
    line-height: 1;
}

.widget-title .title-link {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.875rem;
    color: var(--accent-color);
    font-weight: 500
}

.widget-title .title-link:after {
    content: "\f138";
    font-size: 1rem
}

.rtl .widget-title .title-link:after {
    content: "\f12f"
}

.widget-title .title-link:hover {
    opacity: .9
}

.content-section {
    display: flex;
    flex-direction: column;
    gap: var(--gap)
}

.content-section .widget {
    position: relative
}

.content-section .widget.getPosts {
    display: block
}

.content-section .widget-content {
    position: relative
}

.grid-items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 2rem
}

.grid-items .post {
    display: grid;
    gap: 0.75rem
}

.grid-items .entry-header {
    gap: 0.5rem
}

.grid-items .entry-title {
    font-size: 1.375rem
}

.list-items {
    display: flex;
    flex-direction: column;
    gap: 2rem
}

.list-items .post {
    display: grid;
    grid-template-columns: minmax(0, 18rem) minmax(0, 1fr);
    gap: 1.5rem
}

.list-items .entry-header {
    align-self: center;
    gap: 0.5rem
}

.list-items .entry-title {
    font-size: 1.375rem
}

.block1-items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 2rem
}

.block1-items .first {
    display: grid;
    gap: 0.75rem
}

.block1-items .first .entry-header {
    gap: 0.5rem
}

.block1-items .first .entry-title {
    font-size: 1.375rem
}

.block1-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}

.block1-list .post {
    display: grid;
    grid-template-columns: minmax(0, 6.5rem) minmax(0, 1fr);
    gap: 1rem
}

.block1-list .entry-header {
    align-self: center
}

.block1-list .entry-title {
    font-size: 1rem
}

.type-video {
    --title-color: #f9fafb;
    --summary-color: #d1d5db;
    --meta-color: #d1d5db
}

.type-video {
    background: var(--rgba);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    padding: 1.5rem;
    border-radius: var(--radius)
}

.type-video:before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--rgba-99);
    -webkit-backdrop-filter: saturate(1.1) blur(1.5rem);
    backdrop-filter: saturate(1.1) blur(1.5rem);
    z-index: 0
}

.video-items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 2rem
}

.video-items .first {
    display: grid;
    gap: 0.75rem
}

.video-items .entry-thumbnail {
    background: var(--rgba-0d)
}

.video-items .first .entry-header {
    gap: 0.5rem
}

.video-items .first .entry-title {
    font-size: 1.375rem
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 1.5rem
}

.video-grid .post {
    display: grid;
    gap: 0.75rem
}

.video-grid .entry-title {
    font-size: 1rem
}

.post-header {
    gap: 1rem
}

#breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.125rem;
    font-size: 0.875rem;
    color: var(--accent-color);
    font-weight: 500
}

#breadcrumb a {
    color: currentColor
}

#breadcrumb a:hover {
    opacity: .9
}

#breadcrumb .sep:after {
    content: "\f285";
    font-size: 0.75rem
}

.rtl #breadcrumb .sep:after {
    content: "\f284"
}

.post-header .entry-title {
    font-size: 2.375rem;
    color: var(--title-color)
}

.entry-content {
    padding: 1.5rem 0 0
}

.blog-pager {
    display: flex;
    justify-content: center;
    margin: var(--gap) 0 0
}

.blog-pager .btn {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    height: 2.5rem;
    background: var(--btn-bg);
    font-size: 1rem;
    color: var(--btn-color);
    padding: 0 2rem
}

.blog-pager a:after {
    content: "\f282"
}

.blog-pager a:hover {
    opacity: .9
}

.blog-pager .visible {
    display: flex
}

.sidebar {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: var(--gap)
}

.sidebar-wrap.is-sticky .widget:last-child {
    position: sticky;
    top: var(--gap);
    transition: top .35s ease-in-out
}

.popular-items {
    display: grid;
    gap: 1.5rem
}

.popular-items .card {
    aspect-ratio: var(--aspect-ratio)
}

.popular-items .card .entry-title {
    font-size: 1.25rem
}

.popular-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}

.popular-list .post {
    display: grid;
    grid-template-columns: minmax(0, 6.5rem) minmax(0, 1fr);
    gap: 1rem
}

.popular-list .entry-header {
    align-self: center
}

.popular-list .entry-title {
    font-size: 1rem
}

.site-footer {
    --title-color: var(--footer-color);
    --title-hover-color: var(--footer-hover-color);
    --text-color: var(--footer-text-color);
    --summary-color: var(--footer-text-color);
    --meta-color: var(--footer-text-color);
    --padding: 4rem;
    --gray-bg: var(--footer-gray-bg);
    --border-color: var(--gray-bg)
}

.site-footer {
    position: relative;
    background: var(--footer-bg);
    box-shadow: var(--shadow)
}

.footer-bar {
    background: var(--footerbar-bg)
}

.footer-bar {
    font-size: 0.875rem;
    color: var(--footerbar-color);
    padding: var(--gap) 0
}

.footer-bar .container {
    gap: var(--gap)
}

.footer-bar a {
    color: currentColor
}

.footer-bar a:hover {
    color: var(--footerbar-hover-color)
}

.footer-menu ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.75rem
}

.to-top {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    width: 2.5rem;
    height: 2.5rem;
    background: var(--btn-bg);
    font-size: 1.25rem;
    color: var(--btn-color);
    z-index: 50;
    opacity: 0;
    visibility: hidden
}

.rtl .to-top {
    right: auto;
    left: 1.5rem
}

.to-top:before {
    content: "\f286"
}

.to-top.show {
    opacity: 1;
    visibility: visible
}

.to-top:hover {
    opacity: .9
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(0.5rem);
        transform: translateY(0.5rem)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-0.5rem);
        transform: translateY(-0.5rem)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124
    }
}

@keyframes darkOn {
    0% {
        opacity: .25
    }

    100% {
        opacity: 1
    }
}

@media (max-width: calc(60.625rem + 4.5rem)) {
    :root {
        --container: 100%;
        --sidebar: 30%
    }

    .site-outer, .is-boxed .site-outer, .is-boxed .header-header {
        width: 100%;
        margin: 0
    }

    .container {
        padding: 0 var(--gap)
    }

}

@media (max-width: 61.25rem) {
    .container {
        padding: 0 1.5rem
    }

    .header-header .container {
        padding: 0
    }

    .header-items {
        gap: 1.25rem
    }

    .flex-left {
        gap: 0
    }

    .menu-toggle {
        display: flex
    }

    .main-logo {
        flex-shrink: 1
    }

    #main-menu {
        display: none
    }

    .slide-menu {
        display: flex
    }

    .menu-on .overlay-bg {
        visibility: visible;
        opacity: 1
    }

    .flex-right {
        gap: 0
    }

    .flex-right button {
        width: auto
    }

    .flex-right .search-toggle {
        padding: 0 1.25rem
    }

    .featured .widget {
        --height: 16rem
    }

    .featured .widget-content {
        height: auto
    }

    .featured-items {
        height: auto
    }

    .featured-items .first .entry-header {
        max-width: 90%;
        padding: 0 15px;
    }

    .featured-items .grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media (max-width: 55rem) {
    :root {
        --aspect-ratio-2: 16/9;
        --feat-title: 1.875rem;
        --card-title: 1.875rem
    }

    .content-wrap {
        grid-template-columns: minmax(0, 1fr) !important;
        grid-template-areas: "main""sidebar" !important
    }

    .featured-items .first .entry-title {
        font-size: 1.5rem;
        line-height: 1.2;
    }

    .block2-items .card {
        aspect-ratio: var(--aspect-ratio-2)
    }

    .block2-items .card .entry-title {
        font-size: var(--card-title)
    }

    .type-video {
        padding: var(--gap) 1.5rem;
        margin: 0 -1.5rem;
        border-radius: 0
    }

    .popular-items {
        gap: 2rem
    }

    .popular-items .card {
        aspect-ratio: var(--aspect-ratio-2)
    }

    .popular-items .card .entry-title {
        font-size: var(--card-title)
    }

    .footer-bar {
        padding: var(--padding) 0
    }

    .footer-bar .container {
        flex-direction: column;
        gap: 1rem;
        text-align: center
    }

    .footer-menu {
        order: -1
    }

    .footer-menu ul {
        justify-content: center;
        gap: 0.5rem 1.25rem
    }

    .menu-on .to-top {
        opacity: 0 !important
    }
}

@media (max-width: 42.5rem) {
    :root {
        --list-cols: minmax(0, 9rem) minmax(0, 1fr)
    }

    .featured-items .first {
        padding: 1rem 0
    }

    .featured-items .grid {
        grid-template-columns: minmax(0, 1fr);
        padding: var(--gap) 1.5rem;
        margin: 0 -1.5rem;
        border-radius: 0;
        box-shadow: inset 0 1px 0 0 rgb(255 255 255 / 3%)
    }

    .featured-items .grid .post {
        grid-template-columns: var(--list-cols)
    }

    .grid-items {
        grid-template-columns: minmax(0, 1fr)
    }

    .grid-items .post .entry-thumbnail {
        aspect-ratio: var(--aspect-ratio-2)
    }

    .list-items .post {
        grid-template-columns: minmax(0, 1fr);
        gap: 0.75rem
    }

    .list-items .post .entry-thumbnail {
        aspect-ratio: var(--aspect-ratio-2)
    }

    .block1-items {
        grid-template-columns: minmax(0, 1fr)
    }

    .block1-items .first .entry-thumbnail {
        aspect-ratio: var(--aspect-ratio-2)
    }

    .block1-list .post {
        grid-template-columns: var(--list-cols)
    }

    .video-items {
        grid-template-columns: minmax(0, 1fr)
    }

    .video-items .first .entry-thumbnail {
        aspect-ratio: var(--aspect-ratio-2)
    }

    .post-header .entry-title {
        font-size: 1.875rem
    }

    .popular-list .post {
        grid-template-columns: var(--list-cols)
    }

    .site-footer {
        --padding: 3rem
    }
}

@media (max-width: 30rem) {
    :root {
        --gap: 2rem;
        --aspect-ratio: 16/9;
        --aspect-ratio-2: 16/10;
        --card-title: 1.5rem
    }

    .container {
        padding: 0 1.25rem
    }

    .main-search {
        top: 1.25rem;
        max-width: calc(100% - 2.5rem);
        max-height: calc(100% - 2.5rem)
    }

    .featured-items .grid {
        padding: var(--gap) 1.25rem;
        margin: 0 -1.25rem
    }

    .type-video {
        padding: var(--gap) 1.25rem;
        margin: 0 -1.25rem
    }

    .video-grid {
        gap: 1.5rem 1.25rem
    }

    .to-top {
        right: 1.25rem;
        bottom: 1.25rem
    }

    .rtl .to-top {
        left: 1.25rem;
        right: auto
    }
}

@media (max-width: 23.75rem) {
    :root {
        --list-cols: minmax(0, 7rem) minmax(0, 1fr);
        --feat-title: 1.375rem;
        --card-title: 1.375rem
    }

    .card {
        --line-clamp: 2
    }

    .post-header .entry-title {
        font-size: 1.5rem
    }
}

.page-size {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    margin: 2rem 0;
}

.page-size a {
    background: transparent;
    border: solid 2px #ececec;
    color: #111;
    min-width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 99px;
    font-size: 1.3rem;
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-decoration: auto;
}

.page-size a.is-current {
    background: #2563eb;
    border: solid 1px #2563eb;
    color: #fff;
}

.page-size span {
    min-width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 99px;
    font-size: 1.3rem;
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    background: #2563eb;
    border: solid 1px #2563eb;
    color: #fff;
}

.page-size a:hover, .page-size span:hover {
    background: #2563eb;
    border-color: #2563eb;
    color: #fff;
}

.page-size ul {
    display: flex;
    gap: 1.5rem;
    justify-content: start;
    align-items: center;
}

.page-size ul, .page-size li {
    list-style: none;
    margin: 0;
}


.article-info p, .article-info li {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.3;
}

.article-info ul, .article-info li {
    list-style: disc;
}

.article-info ul {
    padding-left: 2rem;
}

.article-info table {
    width: 100%;
    font-size: 10px;
}

.article-info h1, .article-info h2, .article-info h3, .article-info h4, .article-info h5, .article-info h6 {
    font-weight: 700;
    margin: 10px 0;
    color: #000;
    line-height: 1.1;
}

.article-info h1 {
    font-size: 30px;
}

.article-info h2 {
    font-size: 28px;
}

.article-info h3 {
    font-size: 25px;
}

.article-info h4 {
    font-size: 22px;
}

.article-info h5, .article-info h6 {
    font-size: 19px;
}

.article-info a {
    color: #2563eb;
    font-weight: 500;
    text-decoration: underline;
}

.article-info img {
    max-width: 450px;
    width: 100%;
}