@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap);

body,
html {
    overflow-x: hidden
}

#footer ul,
#header ul {
    list-style: none;
    padding: 0
}

#twiter-section,
.inner-page.body,
body {
    background-position: top;
    background-repeat: no-repeat
}

#book-releases,
#news-section {
    margin-bottom: 6rem
}

#news-section,
#twiter-section,
.inner-page.body,
body {
    background-repeat: no-repeat
}

.book-card p,
.no-scroll {
    overflow: hidden
}

.image-card img,
.video-card img {
    height: 16.875rem;
    min-height: 16.875rem
}

#footer .page-link,
#header a,
.article-card,
.book-card,
.read-more {
    text-decoration: none
}

:root {
    --primary: hsl(57, 12%, 34%);
    --primary-dark: hsl(56, 14%, 21%);
    --primary-light: hsl(57, 12%, 50%);
    --light: #FFFAF7;
    --light-2: #FDF9F6;
    --secondary: #d9ab7b;
    --secondary-dark: #A67C52;
    --secondary-light: #e9bf93;
    --card-shadow: 0px 0px 20px #0000004d;
    --card-shadow-1: 0px 0px 20px rgba(0, 0, 0, 0.05);
    font-size: .95vw
}

.btn,
body {
    font-size: 1rem
}

.custom-container {
    padding-inline: 8rem
}

html {
    scroll-behavior: smooth
}

body {
    direction: rtl;
    font-family: Tajawal, sans-serif;
    font-weight: 500;
    color: #605f4b;
    animation: .5s ease-in-out;
    background-image: url(../img/bg.svg);
    background-size: 110%;
    background-color: var(--light)
}

::-webkit-scrollbar {
    width: 7px
}

::-webkit-scrollbar-track {
    background: var(--light)
}

::-webkit-scrollbar-thumb {
    background: var(--primary-light);
    border-radius: 7px
}

::-webkit-scrollbar-thumb:hover {
    background: var(--primary)
}

.btn {
    text-align: center;
    width: fit-content;
    border-radius: 2.25rem;
    padding-inline: 2.1875rem;
    padding-block: 0.9375rem;
    font-weight: 700
}

#owl-carousel-1 .owl-item img,
.border-10,
.btn-next,
.btn-prev,
.btn.no-radius,
.ifram-pdf {
    border-radius: .625rem
}

.ifram-pdf {
    width: 45vw;
}

#header .dropdown-link:hover>.mobile-menu,
#header .nav-link:hover>.mobile-menu,
a {
    color: var(--secondary)
}

.btn-filter {
    color: #fff;
    background-color: #dcb388;
    border-color: #dcb388
}

.btn-filter-1 {
    color: var(--light);
    background-color: #d19a60;
    border-color: #d19a60
}

.btn-filter-2 {
    color: #fff;
    background-color: #c58139;
    border-color: #c58139
}

.btn-filter-3 {
    color: var(--light);
    background-color: #9e672d;
    border-color: #9e672d
}

.btn-filter-4,
.btn-filter-6:hover {
    color: var(--light);
    background-color: #61604c;
    border-color: #61604c
}

.btn-filter-5 {
    color: var(--light);
    background-color: #8e8d70;
    border-color: #8e8d70
}

.btn-filter-4:hover,
.btn-filter-5:hover,
.btn-filter-6 {
    color: var(--light);
    background-color: #bbbaa9;
    border-color: #bbbaa9
}

.btn-filter-1:hover {
    color: #fff;
    background-color: #9e672d;
    border-color: #9e672d
}

.btn-filter-2:hover {
    color: var(--light);
    background-color: #dcb388;
    border-color: #dcb388
}

.btn-filter-3:hover {
    color: var(--light);
    background-color: #c58139;
    border-color: #c58139
}

.btn-primary {
    color: var(--light);
    background-color: var(--primary);
    border-color: var(--primary)
}

.btn-primary:focus,
.btn-primary:focus-visible,
.btn-primary:hover {
    background-color: var(--primary-light);
    border-color: var(--primary-light)
}

.btn-light {
    color: var(--primary);
    background-color: var(--light);
    border-color: var(--light)
}

.btn-light:focus,
.btn-light:focus-visible,
.btn-light:hover {
    color: #fff;
    background-color: var(--secondary);
    border-color: var(--secondary)
}

.btn-secondary {
    color: var(--primary);
    background-color: var(--secondary);
    border-color: var(--secondary)
}

.btn-secondary.light:focus,
.btn-secondary.light:focus-visible,
.btn-secondary.light:hover {
    color: var(--light);
    background-color: var(--secondary-light);
    border-color: var(--secondary-light)
}

.btn-secondary:focus,
.btn-secondary:focus-visible,
.btn-secondary:hover {
    color: var(--primary);
    background-color: var(--secondary-light);
    border-color: var(--secondary-light)
}

.badge.badge-white {
    background-color: #fff;
    color: var(--primary);
    border-radius: 50%;
    font-size: .8rem;
    font-weight: 700
}

.inner-page.body,
header {
    background-color: var(--light)
}

::selection {
    background: var(--secondary);
    color: var(--light)
}

::-moz-selection {
    background: var(--secondary);
    color: var(--light)
}

::-webkit-selection {
    background: var(--secondary);
    color: var(--light)
}

#header .logo,
#header .nav-link>.mobile-menu,
.book-card h4,
.item-title,
.search-box input,
.section-title {
    color: var(--primary)
}

.inner-page.body {
    background-image: url(../img/background.svg) !important;
    background-size: 100%
}

a,
a:active,
a:focus,
a:hover {
    outline: 0 !important
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 8px 10px #0000004d
}

.main {
    margin-top: 9rem;
}

#header .logo .image-logo {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    margin-inline-end: 1rem
}

.body {
    min-height: 100vh;
}

#header .custom-container {
    height: 6.25rem;
    display: flex
}

.search-toggle-btn svg {
    height: 1rem;
    width: auto;
}

#header .logo-container {
    flex: 1;
    display: flex;
    align-items: center
}

#header .nav-btn {
    display: flex
}

#header .social-icon svg {
    height: 1.1875rem;
    width: auto
}

#header .nav-links {
    flex: 2
}

#header .log-sign {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1
}

#header .logo {
    font-size: 1.25rem;
    font-weight: 400;
    white-space: nowrap;
    margin-bottom: 0px;
}

#header .logo span {
    font-weight: 300
}

#header .search-box-btn {
    display: inline-block;
    padding: .5rem;
    font-size: .8rem;
    border: 0 solid var(--light);
    border-radius: 2rem;
    line-height: 1;
    margin: 0 .2rem;
    transition: .3s;
    text-transform: uppercase
}

#header .nav-links>ul {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 6.25rem;
    margin: 0
}

#header .nav-link {
    position: relative;
    padding-block: 0.625rem;
    font-size: 1rem;
    line-height: 100%
}

#header .nav-link>.mobile-menu {
    line-height: 100%;
    padding-inline: 0 5.25rem;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    transition: .2s;
    font-weight: 700
}

#header .nav-link>.mobile-menu svg {
    height: .5238rem
}

#header .nav-link>.mobile-menu>i {
    margin-inline-start: .2rem
}

.nav-link:focus-visible {
    box-shadow: none
}

#header .dropdown {
    position: absolute;
    top: 100%;
    inset-inline-start: 0;
    width: 10rem;
    transform: translateY(.625rem);
    opacity: 0;
    pointer-events: none;
    transition: .5s;
    box-shadow: var(--card-shadow);
    background-color: var(--light-2);
    border-radius: .625rem;
    padding: .5rem
}

#header .arrow,
#header .dropdown-link>.mobile-menu {
    transition: .3s;
    background-color: var(--light)
}

#header .dropdown ul {
    position: relative;
    border-radius: .625rem
}

#header .dropdown-link>.mobile-menu {
    display: flex;
    color: var(--primary);
    padding: .3rem 1rem;
    font-size: 1rem;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
}

#header .dropdown-link:not(:nth-last-child(2)) {
    border-bottom: 1px solid var(--light)
}

#header .dropdown-link i {
    transform: rotate(-90deg)
}

#header .arrow {
    position: absolute;
    width: .6875rem;
    height: .6875rem;
    top: -.3438rem;
    inset-inline-start: 2rem;
    transform: rotate(45deg);
    cursor: pointer;
    z-index: -1
}

#footer,
#header .dropdown-link:first-child:hover~.arrow,
#header .social-media,
#header .top-header,
#news-section,
#twiter-section,
.sbutton:not(:last-child):hover {
    background-color: var(--primary)
}

#header .dropdown-link,

.image-card .overlay,
.search-container,
.text-tooltip,
.video-card .overlay {
    position: relative
}

#news-section .absolute-part {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 90%;
}

#header .dropdown.second {
    top: 0;
    inset-inline-start: 100%;
    padding-inline-start: .8rem;
    cursor: pointer;
    transform: translateX(.625rem)
}

#header .dropdown.second .arrow {
    top: .625rem;
    left: -.3438rem
}

#header .dropdown-link:hover>.dropdown,
#header .nav-link:hover>.dropdown {
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: auto
}

#header .hamburger-menu-container {
    flex: 1;
    display: none;
    align-items: center;
    justify-content: flex-end;

}

#header .hamburger-menu {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: fixed;
    z-index: 10001;
}

#header .hamburger-menu div {
    width: 1.6rem;
    height: .1875rem;
    border-radius: .1875rem;
    background-color: var(--light);
    position: relative;
    z-index: 1001;
    transition: .5s
}

#header .hamburger-menu div:after,
#header .hamburger-menu div:before {
    content: '';
    position: absolute;
    width: inherit;
    height: inherit;
    background-color: var(--primary);
    border-radius: .1875rem;
    transition: .5s
}

#header .hamburger-menu div:before {
    transform: translateY(-.3rem)
}

#header .hamburger-menu div:after {
    transform: translateY(.3rem)
}

#header #check {
    position: absolute;
    top: 68%;
    inset-inline-end: 4.5rem;
    transform: translateY(-50%);
    width: 2.5rem;
    height: 2.5rem;
    z-index: 90000;
    cursor: pointer;
    opacity: 0;
    display: none
}

#header #check:checked~.hamburger-menu-container .hamburger-menu div {
    background-color: transparent
}

#header #check:checked~.hamburger-menu-container .hamburger-menu div:before {
    transform: translateY(0) rotate(-45deg)
}

#header #check:checked~.hamburger-menu-container .hamburger-menu div:after {
    transform: translateY(0) rotate(45deg)
}

@keyframes animation {
    from {
        opacity: 0;
        transform: translateY(.9375rem)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

#header .social-media,
#header .top-header {
    height: 3.375rem
}

#header .social-media {
    height: 3.375rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: var(--light);
    font-size: .8rem;
    gap: 1.5rem
}

#footer .description-footer,
#footer .page-link {
    font-size: 1rem;
    max-width: 18.75rem;
    font-weight: 400
}

.share .social-icon {
    height: 2rem;
    width: 2rem;
    background-color: var(--secondary-dark);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%
}

.inner-header .custom-container {
    flex-wrap: wrap;
}

.inner-header .custom-container,
.share {
    display: flex;
    align-items: center;
    gap: 1rem;

}

.share .social-media {
    height: 2rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: var(--light);
    font-size: .8rem;
    gap: .3rem
}

.share .social-icon svg {
    height: 1rem
}

.search-toggle-btn {
    background: 0 0;
    border: none;
    cursor: pointer;
    font-size: 1.5rem
}

.search-box,
.search-box input {
    padding: .3125rem;
    background-color: var(--light-2)
}

.search-box {
    position: absolute;
    top: 2.8125rem;
    left: 0;
    display: none;
    align-items: center;
    gap: .3125rem;
    border-radius: 20px;
    box-shadow: 0 .125rem .375rem rgba(0, 0, 0, .2)
}

.item-content,
.item-image {
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    right: 0
}

#loader,
.twitt-image {
    background-color: #fff
}

.search-box input {
    border: none;
    outline: 0;
    width: 20rem
}

.search-box .btn {
    background: 0 0;
    border: none;
    cursor: pointer;
    font-size: 1.2rem
}

.image-card .time,
.video-card .time {
    background-color: rgba(0, 0, 0, .7);
    z-index: 2
}

#owl-carousel-1 .item,
.book-card,
.item-image,
.new-image,
.twitt-image {
    border-radius: .625rem
}

#footer {
    color: var(--light);
    padding-block-start: 3rem
}

#footer .copyright-row {
    padding-top: 2rem;
    display: flex;
    justify-content: flex-end
}

#footer .copyright {
    text-align: end
}

#footer .page-link,
.text-justify {
    text-align: justify
}

#footer .social-section {
    display: flex;
    justify-content: flex-end
}

#footer ul {
    display: flex;
    gap: 7.125rem;
    margin: 0
}

#footer .page-link {
    color: var(--light)
}

#footer .footer-links {
    display: flex;
    flex-direction: column;
    gap: 2.35rem
}

#footer .description-footer {
    line-height: 1.875rem;
    text-align: justify;
    color: #fff
}

#footer .footer-title {
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 1.5rem
}

#footer .social-media {
    display: flex;
    gap: 2.5rem;
    padding-top: .5rem
}

#footer .social-media .social-icon svg {
    height: 1.6875rem;
    width: auto
}

.item-image {
    box-shadow: 0 0 20px #0000004d;
    position: relative;
    aspect-ratio: 2.5/1
}

.item-content {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 4rem
}

#owl-carousel-1 .item {
    padding-block: 3rem
}

#owl-carousel-1 .custom-container {
    padding-inline: 4rem
}

.carousel-container {
    position: relative;
    height: 100%;
    width: 100%
}

#twitter-widget-0,
.twitt-image,
.twitter-tweet {
    width: 100% !important
}

.item-title {
    font-size: 3.125rem;
    font-weight: bolder;
    line-height: 150%
}

#owl-carousel-1.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -6rem;
    z-index: 3;
    position: relative
}

#owl-carousel-1.owl-theme .owl-dots .owl-dot span {
    background: var(--primary-light);
    width: .6875rem;
    height: .6875rem;
    margin: 0 .5rem
}

#owl-carousel-1.owl-theme .owl-dots .owl-dot.active span {
    background: var(--primary);
    width: 1.5rem;
    height: .6875rem
}

#twiter-section {
    margin-top: 10rem;
    margin-bottom: 10rem;
    padding-top: 3rem;
    padding-bottom: 8rem;
    color: #fff;
    background-image: url(../img/section2-bg.svg);
    background-size: cover;
    position: relative;
    min-height: 18.75rem
}

#twiter-section .h2 {
    font-size: 1.625rem;
    line-height: 160%;
    font-weight: 700;
    margin-bottom: 2rem;
    text-align: center;
    max-width: 900px
}

#news-section .h3,
#twiter-section .h3 {
    font-size: 1.375rem;
    line-height: 200%;
    margin-bottom: 4rem;
    font-weight: 900
}

#twiter-section p {
    font-size: 1.125rem;
    margin-bottom: 2rem;
    font-weight: 400
}

.twitter-tweet {
    margin: 0 !important;
    max-width: unset !important
}

.twitt-image {
    position: absolute;
    box-shadow: var(--card-shadow);
    top: 15rem;
    max-width: 550px !important;
    margin-bottom: -7rem
}

.twitter-tweet.twitter-tweet-rendered {
    width: 100%;
    margin: 0 auto !important;
    max-height: 15rem;
    overflow-y: scroll;
    border-radius: 10px
}

.section-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 200%
}

.book-card p,
.read-more {
    font-weight: 500;
    font-size: 1rem
}

.book-card {
    background-color: var(--light-2);
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    padding-block: 1.3125rem;
    padding-inline: 1.5rem 1.7rem;
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 1.6rem;
    transition: .5s ease-in-out
}

.form-control,
.new-image {
    box-shadow: var(--card-shadow);
    width: 100%
}

.book-card:hover {
    transform: scale(1.05)
}

.book-card p {
    line-height: 150%;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical
}

.book-card h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-block: 0.875rem
}

.book-card-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.read-more.with-arrow {
    display: flex;
    gap: .7rem;
    align-items: center;
    font-weight: 700
}

.form-control,
.tab-content.active {
    display: block
}

.read-more.with-arrow svg {
    height: .7rem;
    width: auto
}

.read-more {
    color: var(--secondary) !important
}

#news-section {
    margin-top: 14rem;
    padding-block: 6rem;
    color: #fff;
    background-image: url(../img/section4-bg.svg);
    background-position: top left;
    background-size: 40%
}

#news-section .h2 {
    font-size: 1.625rem;
    line-height: 160%;
    font-weight: 700;
    margin-bottom: 2rem
}

#news-section p {
    font-size: 1.125rem;
    margin-bottom: 2rem;
    font-weight: 400;
    color: #fff
}

.new-image {
    height: auto;
    margin-bottom: 1rem
}

#news-section .absolute-part .absolute-container {
    /* position: absolute;
    top: -12rem;
    left: 0; */
    border-radius: 10px;
    background-color: #fff;
    padding: 2rem;
    box-shadow: var(--card-shadow-1)
}

label {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: .5rem;
    margin-top: 1rem
}

.form-control {
    border-radius: 4px;
    padding-inline: 1rem;
    padding-block: 0.9375rem;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border: 0;
    background-color: var(--light-2)
}

.about-us-section {
    padding-block: 3rem
}

.about-us-section h2,
.about-us-section h5 {
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 1rem
}

.about-us-section p,
.inner-header h4 {
    font-size: 1.125rem;
    font-weight: 400
}

.about-us-image {
    width: 100%;
    height: auto
}

.about-us-section ul {
    padding-right: 1rem
}

#loader {
    position: fixed;
    z-index: 10009;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center
}

.spinner {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: radial-gradient(farthest-side, var(--secondary) 95%, #0000) top/6px 6px no-repeat, conic-gradient(#0000 50%, var(--secondary));
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 6px), #000 0);
    animation: 1s linear infinite spinner-c7wet2
}

@keyframes spinner-c7wet2 {
    100% {
        transform: rotate(1turn)
    }
}

#loader-container {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: 0 0
}

.inner-header {
    background-color: var(--primary);
    background-image: url("../img/inner-pages-header.svg");
    background-size: auto;
    background-position: 50% 30%;
    background-repeat: no-repeat;
    padding-block: 2.5rem;
    color: #fff
}

.inner-header h4 {
    line-height: auto
}

.inner-header h2 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 200%
}

.inner-header h2 a {
    text-decoration: none;
    color: white;
}

.form-control::placeholder {
    color: #bbb;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #bbb
}

.tabs {
    display: flex;
    gap: 2rem;
    padding-bottom: 3rem;
    /* flex-wrap: wrap */
}

.tabs.filter-tabs {

    flex-wrap: wrap
}

.tab {
    cursor: pointer;
    border-bottom: none;
    font-size: 1.3rem;
    position: relative;
    font-weight: 400;
    white-space: nowrap;
}

.tab.active {
    font-weight: 700
}



.tab.active:after {
    content: "";
    position: absolute;
    bottom: -.5rem;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #605f4b;
    border-radius: 5px
}

.tab-content {
    display: none;
    opacity: 0;
    transform: translateY(10px);
    animation: .5s ease-in-out forwards fadeUp
}

.article-card,
.image-card,
.video-card {
    display: inline-block;
    background-color: var(--light-2);
    cursor: pointer;
    transition: .5s ease-in-out;
    padding: 1.5rem;
    box-shadow: var(--card-shadow-1);
    width: 100%;
}

@keyframes fadeUp {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.article-card .card-description,
.article-card .card-title,
.episode-card-des p,
.video-card .card-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.image-card,
.video-card {
    border: 0;
    border-radius: .625rem;
    overflow: hidden
}

.image-card img,
.video-card img {
    border-radius: .625rem;
    width: 100%
}

.article-card:hover,
.image-card:hover,
.video-card:hover {
    transform: scale(1.05) !important
}

.video-card img {
    object-fit: cover
}

.video-card img.rectangle-image {
    height: 35rem !important
}

.video-card .time {
    position: absolute;
    top: .9rem;
    left: .3rem;
    color: #fff;
    padding-inline: 0.6rem;
    font-size: .9rem;
    border-radius: .375rem;
    font-weight: 500
}

.image-card .overlay::after,
.video-card .overlay::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(96, 95, 75, .4);
    border-radius: .625rem
}

.video-card .overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    z-index: 3;
    background-image: url('data:image/svg+xml,%3Csvg  viewBox="0 0 23 27" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg opacity="0.8" clip-path="url(%23clip0_97_15419)"%3E%3Cpath d="M0.366699 13.7778C0.366699 17.0549 0.366699 20.3319 0.366699 23.6218C0.366699 23.9788 0.41567 24.3359 0.513611 24.6802C1.07677 26.4909 3.09681 27.3197 4.70059 26.3633C6.19419 25.4707 7.66331 24.5526 9.13242 23.6473C13.0256 21.25 16.931 18.84 20.8241 16.4428C21.3628 16.1113 21.7913 15.6777 22.0606 15.0784C22.7217 13.6247 22.2198 11.9416 20.8609 11.1C18.7551 9.79933 16.6372 8.4987 14.5314 7.19806C11.3239 5.20885 8.0918 3.21964 4.87199 1.23043C4.29658 0.873389 3.68445 0.69487 3.01111 0.784129C1.43181 0.988151 0.366699 2.23778 0.366699 3.90821C0.366699 7.19806 0.366699 10.4879 0.366699 13.7778Z" fill="%23FDF9F6"/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id="clip0_97_15419"%3E%3Crect width="22" height="26" fill="white" transform="translate(0.366699 0.758728)"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E');
    background-size: cover;
    background-repeat: no-repeat;
    height: 1.8rem;
    width: 1.5rem;
    top: 45%;
    right: 45%
}

.article-card .card-content,
.image-card .card-content,
.video-card .card-content {
    padding-block: 1rem
}

.video-card .card-title {
    font-size: .9375rem;
    line-height: 140%;
    text-align: center;
    font-weight: 700;
    color: #605f4b;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    height: 4rem
}

.image-card .card-description,
.popup-description,
.video-card .card-description {
    font-size: 14px;
    color: #555
}

.square-popup .popup-content {
    max-width: 80vh;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}

/* .square-popup .popup-controler {
    padding-inline: 52vh
} */

.square-popup .close-popup {
    right: 23vw;
    font-size: 1rem;
}

.square-popup .popup img {
    max-height: 60vh;
}

.square-popup .popup-container {
    padding: 1rem
}


.image-card img {
    object-fit: contain
}

.image-card img.rectangle-image {
    height: 23rem !important
}

.image-card .time {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    color: #bbb;
    padding-inline: 0.6rem;
    font-size: .9rem;
    border-radius: .3rem;
    font-weight: 600
}

.article-card .card-title,
.image-card .card-title {
    font-size: .9375rem;
    line-height: 140%;
    font-weight: 700;
    color: #605f4b
}

.image-card .card-title {
    text-align: center
}

.article-card {
    border: 0;
    border-radius: .625rem;
    overflow: hidden;
    width: 100%;
    height: 100%
}

p {
    color: #605f4b
}

.article-card .card-title {
    text-align: right;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    height: 2.7rem;
    overflow: hidden
}

.article-card .card-description {
    font-size: .875rem;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    height: 4rem;
}

.article-card .date,
.date {
    display: flex;
    gap: .4rem;
    font-weight: 400
}

.article-card .date {
    justify-content: flex-start;
    align-items: center;
    font-size: .9rem
}

.article-card .date svg {
    height: .9rem;
    width: auto;
    fill: #555
}

.date {
    justify-content: flex-start;
    align-items: normal;
    font-size: 1rem;
    margin: 0px;
}

.date svg {
    height: 1rem;
    width: auto;
    fill: #555
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 2000000
}

.popup-content {
    background: #fff;
    /* padding: 20px; */
    border-radius: 0.625rem;
    width: 80vw;
    text-align: center;
    position: relative;
    height: 80vh;
    right: 10vw;
    top: 10vh;
    overflow-y: auto;
    direction: ltr
}

.close-popup,
.next-btn,
.next-btnn,
.prev-btn,
.prev-btnn {
    background-color: #898989;
    color: #fff;
    height: 3rem;
    width: 3rem;
    cursor: pointer
}

.prev-btn {
    position: fixed;
    bottom: 14vh;
    right: 5vw;
    font-size: 1.5rem;
    font-weight: 400;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    line-height: 100%;
    padding-bottom: .3rem;
    margin: 0px;
}



.next-btn {
    position: fixed;
    bottom: 14vh;
    left: 5vw;
    font-size: 1.5rem;
    font-weight: 400;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    line-height: 100%;
    padding-bottom: .3rem;
    margin: 0px;
}


.prev-btnn {
    position: fixed;
    bottom: 14vh;
    right: 23vw;
    font-size: 1.5rem;
    font-weight: 400;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    line-height: 100%;
    padding-bottom: .3rem;
    margin: 0px;
}

.next-btnn {
    position: fixed;
    bottom: 14vh;
    left: 23vw;
    font-size: 1.5rem;
    font-weight: 400;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    line-height: 100%;
    padding-bottom: .3rem;
    margin: 0px;
}

.popup-container {
    padding: 2rem
}

.popup img {
    width: auto;
    height: auto;
    object-fit: cover;
    border-radius: 5px
}

.popup-title {
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0
}

.close-popup {
    position: fixed;
    top: 5vh;
    right: 5vw;
    font-size: 1.5rem;
    font-weight: 400;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    line-height: 100%;


}

.close-popup svg {
    font-size: 1rem;
    height: 1.2rem;
    width: auto;
}

.next-btn,
.next-btnn,
.prev-btn,
.prev-btnn {
    /* margin: 10px; */
    padding: 0.5rem 0.9375rem;
    border: none;
    border-radius: 50%
}

.next-btn:disabled,
.next-btnn:disabled,
.prev-btn:disabled,
.prev-btnn:disabled {
    background: gray;
    cursor: not-allowed
}

.popup-controler {
    position: absolute;
    width: 100vw;
    display: flex;
    justify-content: space-between;
    /* padding-inline: 4vw */
}

.popup-content::-webkit-scrollbar {
    width: 7px
}

.popup-content::-webkit-scrollbar-track {
    background: var(--light)
}

.popup-content::-webkit-scrollbar-thumb {
    background: var(--primary-light);
    border-radius: 7px
}

.popup-content::-webkit-scrollbar-thumb:hover {
    background: var(--primary)
}

.page-link.next,
.prev-btn svg,
.prev-btnn svg {
    transform: rotate(180deg)
}

.popup-video-container {
    max-height: 50vh;
    max-width: 55vw
}

.popup-video {
    height: 60vh;
    width: 75vw;
    object-fit: contain;
    border-radius: .625rem
}

.pagination {
    padding-right: 0;
    gap: .5rem
}

.pagination .page-link {
    background-color: transparent;
    color: var(--primary);
    border: 0;
    font-size: 1rem;
    height: 1.8rem;
    width: 1.8rem;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center
}

.page-link.active {
    background-color: var(--primary);
    color: #fff;
    border-radius: 50%
}

.page-link.next svg,
.page-link.prev svg {
    height: .8rem;
    width: auto
}

.episode-card {
    display: flex;
    flex-direction: row;
    margin-bottom: 1.0625rem;
    border-radius: var(--input-raduis);
    background-color: #fff;
    position: relative;
    padding-top: 1.5rem
}

.controls,
.sbutton {
    align-items: center;
    -webkit-tap-highlight-color: transparent;
    transform: translateZ(0);
    user-select: none;
    -webkit-user-select: none;
}

.episode-card img {
    height: 100%;
    width: 33%;
    object-fit: cover;
    object-position: top;
    border-start-start-radius: var(--input-raduis);
    border-end-start-radius: var(--input-raduis)
}

.episode-card-des {
    padding: 1.0625rem;
    width: 100%
}

.episode-card-des p {
    margin-bottom: .3125rem;
    font-size: 1.125rem;
    font-weight: 700;
    -webkit-line-clamp: 1;
    line-clamp: 1
}

.episode-card-des .text-tooltip:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    right: 0;
    bottom: 100%;
    background: rgba(166, 124, 82, .9);
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: .875rem;
    font-weight: 400;
    z-index: 100;
    pointer-events: none;
    white-space: normal;
    max-width: 20rem;
    word-wrap: break-word
}

.episode-card-des .text-tooltip:hover::before {
    content: '';
    position: absolute;
    right: 2rem;
    bottom: 100%;
    margin-bottom: 0;
    border-width: 6px;
    border-style: solid;
    border-color: rgba(166, 124, 82, .9) transparent transparent;
    transform: translateY(100%);
    z-index: 101
}

.copy-alert {
    position: absolute;
    bottom: 1.2rem;
    left: 3rem;
    background-color: rgba(166, 124, 82, .7);
    padding: .2rem 1rem;
    color: #fff;
    border-radius: 4px;
    font-size: .875rem;
    transition: .3s;
    height: fit-content;
}

.audio-player {
    width: 100%;
    padding-bottom: .8rem
}

.controls {
    display: flex;
    gap: .625rem
}

.sbuttons {
    position: absolute;
    inset-inline-end: -.7rem;
    display: flex;
    flex-direction: row;
    gap: .2rem;
    z-index: 1;
    align-items: center;
}

.sbutton {
    display: block;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    cursor: pointer;
    -webkit-transition: .1s ease-out;
    transition: .1s ease-out;
    position: relative;
    border-radius: 50%;
    height: 2rem;
    width: 2rem;
    display: flex;
    justify-content: center
}

.sbutton path,
.sbutton:not(:last-child):hover path {
    fill: #fff
}

.sbutton.twitter {
    background-color: #000 !important
}

.sbutton.fb {
    background-color: #1e1b4b !important
}

.sbutton.copylink {
    background-color: #fff !important
}

.sbutton.whatsapp {
    background-color: #25d366 !important
}

.sbutton.whatsapp svg {
    height: .9rem !important;
    width: auto
}

.sbutton svg {
    height: .9rem;
    width: auto
}

.daily-program-time path,
.mainsbutton path {
    fill: var(--body_color)
}

.sbutton:not(:last-child) {
    padding: 2px;
    opacity: 0;
    background-color: #fff;
    color: #fff;
    box-shadow: 0 0 1rem rgb(0, 0, 0, 25%)
}

.sbuttons:hover .sbutton:not(:last-child) {
    opacity: 1;
    margin: 2px auto 0
}

.sbutton:last-child {
    -webkit-transition-delay: 25ms;
    transition-delay: 25ms
}

.sbutton:last-child svg {
    fill: var(--primary)
}

.sbutton:not(:last-child):nth-last-child(2) svg {
    stroke: var(--primary)
}

.sbutton:not(:last-child):nth-last-child(2) {
    -webkit-transition-delay: 20ms;
    transition-delay: 20ms
}

.sbutton:not(:last-child):nth-last-child(3) {
    -webkit-transition-delay: 40ms;
    transition-delay: 40ms
}

.sbutton:not(:last-child):nth-last-child(4) {
    -webkit-transition-delay: 60ms;
    transition-delay: 60ms
}

.sbutton:not(:last-child):nth-last-child(5) {
    -webkit-transition-delay: 80ms;
    transition-delay: 80ms
}

.sbutton:not(:last-child):nth-last-child(6) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.play-pause-btn {
    border: 0;
    border-radius: 50%;
    overflow: hidden;
    -webkit-backface-visibility: hidden !important;
    -webkit-tap-highlight-color: transparent !important;
    /* width: 1.938rem;
    height: 1.938rem;
    padding-inline: .625rem; */
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    /* background-color: var(--primary); */
    background-color: transparent;
    outline: none;
    width: 1.938rem;
    height: 1.938rem;
    color: white
        /* padding-inline: .625rem; */
}

.play-pause-btn:focus {
    outline: none;
    box-shadow: none;
    border-radius: 50%;
}

.play-pause-btn:hover {
    box-shadow: 0 0 0 .063rem var(--primary);
    border-radius: 50%;
}

/* .play-pause-btn svg {
    height: .5rem;
    width: .5rem;

} */

.play-icon {
    height: .5rem;
    width: .5rem;
    display: block;

}

.pause-icon {
    height: .5rem;
    width: .5rem;
    display: block;

}

.play-icon path {
    fill: white !important;
}

.play-pause-btn-container {
    background-color: var(--primary);
    border-radius: 50%;
    color: white;
}

/* .play-pause-btn-container::after {
    background-color: red;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 50%;
    pointer-events: visibleStroke;
} */

.time {
    font-size: .75rem;
    display: flex;
    justify-content: flex-end;
    margin-top: -.625rem
}

input[type=range] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    cursor: pointer;
    outline: 0;
    overflow: hidden;
    border-radius: 1rem;
    height: .438rem
}

input[type=range]::-webkit-slider-runnable-track {
    height: .438rem;
    background: var(--primary)
}

input[type=range]::-moz-range-track {
    height: .438rem;
    background: var(--primary)
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: .438rem;
    width: .625rem;
    background-color: var(--primary);
    border-radius: .313rem;
    border: .063rem solid var(--primary);
    box-shadow: -25.438rem 0 0 25rem #ddd
}

input[type=range]::-moz-range-thumb {
    height: .938rem;
    width: .938rem;
    background-color: #ddd;
    border-radius: 50%;
    border: .063rem solid #ddd;
    box-shadow: -25.438rem 0 0 25rem #ddd
}

.daily-program-time {
    color: var(--body_color);
    font-size: 1rem;
    margin-bottom: 0;
    display: flex;
    gap: .2rem;
    align-items: center;

}

.daily-program-time svg {
    height: 1rem;
    width: 1rem;
    margin-inline-end: .2rem;
    fill: var(--primary)
}

.desktop-title {
    display: block;
}

.mobile-title {
    display: none;
}

/* .book-image {
    width: 100%;
    margin-left: 15px;
    float: right;
    border-radius: .25rem;
    object-position: top;
    object-fit: contain;
    height: 100%;
} */

.details-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.book-card img {
    width: 100%;
    margin-left: 15px;
    float: right;
    border-radius: .25rem;
    object-position: top;
    object-fit: contain;
    height: 100%;
}

.picture,
.swiper-slide {
    height: 35rem !important;
    width: 28rem !important;
    overflow: hidden
}

#pdf-canvas {
    max-width: 100% !important;
    width: 60%;
    margin-top: 8px;
    border-radius: .625rem;
    box-shadow: var(--card-shadow-1);
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: .01px;
    word-spacing: 0px;
    overflow: hidden;
    aspect-ratio: auto 2380/3368
}

.picture {
    padding: 3rem;
    background-color: transparent
}

.swiper-slide {
    background-color: transparent !important;
    background-position: center;
    background-size: cover
}

.slide-cover {
    background-color: var(--light-2);
    padding: 20px 10px 50px;
    box-shadow: var(--card-shadow);
    height: 30rem !important;
    position: relative
}

.slide-cover img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 40px;
    height: 25rem !important
}

.swiper-container {
    width: 100%;
    padding-top: 4rem;
    padding-bottom: 2.125rem;
    margin-bottom: 2rem;
    text-align: center
}

.picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.swiper-slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-next,
.swiper-slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-prev {
    opacity: .8
}

.swiper-pagination-bullet-active {
    background: var(--secondary) !important
}

.swiper-pagination-bullet {
    background: var(--secondary-light) !important
}

.badge-article,
.btn-lazy-load {
    background-color: var(--secondary)
}

.btn-secondary.light {
    color: #fff
}

.btn-lazy-load {
    display: flex;
    align-items: center;
    gap: .5rem;
    color: #fff
}

.with-wrrow-down svg {
    height: 1.7rem;
    width: auto;
    color: currentColor;
    fill: currentColor
}

.video-responsive {
    width: 100%;
    height: 35rem;
    border-radius: .625rem
}

.close-popup {
    border: 0px;
}

.badge.circle {
    height: 2rem;
    width: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0rem;
}

.filter-tabs .tab {
    display: flex;
    gap: 0.5rem;

    flex-wrap: nowrap;
}

@media screen and (max-width:1400px) {
    #news-section .absolute-part .absolute-container {
        /* position: absolute;
        top: -15rem;
        left: 0; */
        transform: scale(1);
        border-radius: 10px;
        background-color: #fff;
        padding-inline: 2rem;

    }

    #twiter-section {
        margin-bottom: 20rem
    }

    .prev-btnn,
    .square-popup .close-popup {
        right: 15vw;
    }

    .next-btnn {
        left: 15vw;
    }
}

@media screen and (max-width:1200px) {
    :root {
        font-size: 1.2vw
    }

    #header .nav-link>.mobile-menu {
        padding-inline: 0 3.25rem;
    }

    .ifram-pdf {
        width: 80vw;
        height: 110vw;
    }

    .prev-btnn,
    .square-popup .close-popup {
        right: 10vw;
    }

    .next-btnn {
        left: 10vw;
    }

    #news-section .absolute-part .absolute-container {
        /* position: absolute;
        top: -10rem;
        left: 0; */
        transform: scale(1);
        border-radius: 10px;
        background-color: #fff;
        padding: 2rem
    }
}

.mobile-search {
    display: none
}

/* .home-page-link {
    display: none;
} */

@media screen and (max-width:1000px) {
    :root {
        font-size: 1.1vw
    }
}

@media screen and (max-width:991px) {
    .mobile-search {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex: 3
    }

    .close-popup {
        padding-bottom: 0.3rem;
    }

    .inner-title {
        flex-direction: column;
        gap: 0rem;
        margin-bottom: 2rem;
    }

    .video-responsive {
        width: 100%;
        height: auto;
        border-radius: .625rem
    }

    .inner-title .date {
        margin-bottom: 1rem;
    }

    .desktop-title {
        display: none;
    }

    .mobile-title {
        display: block;
        font-size: 3rem;
        margin-bottom: 1.5rem !important;
    }

    .absolute-part {
        position: relative !important;
        margin-top: 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 100%;
        width: 100%;
    }

    .absolute-part .absolute-container {
        position: relative !important;
        /* top: 0 !important */
    }

    .item-title {
        font-size: 2rem
    }

    .btn {
        padding-inline: 1.6875rem;
        padding-block: 0.4375rem
    }

    #news-section .absolute-part .absolute-container {
        position: relative;
        /* top: 0;
        left: 3rem; */
        /* transform: scale(.8); */
        border-radius: 10px;
        background-color: transparent;
        padding: 1rem;
        box-shadow: unset;
    }

    #twiter-section {
        margin-top: 5rem;
        padding-bottom: 5rem
    }

    #twiter-section .h2 {
        font-size: 1.1rem
    }

    .section-title {
        font-size: 1.5rem;
        margin-bottom: 0;
    }

    #book-releases {
        margin-bottom: 0
    }

    #news-section {
        margin-top: 5rem;
        padding-top: 0
    }

    .book-card {
        margin-bottom: 2rem
    }
}

.inner-header h2::after {
    content: "/";
    font-size: 1.5rem;
    font-weight: 400;
    margin-right: 1rem;
}

.inner-header h2:last-child::after {
    content: none !important;
}

@media screen and (max-width:920px) {
    :root {
        font-size: 1.4vw
    }



    #header {
        position: fixed;
    }

    /* .main {
        padding-top: 10rem;
    } */

    #header #check {
        inset-inline-end: 7.5rem
    }

    .inner-header h2 {
        /* font-weight: 400; */

    }

    /* .home-page-link {
        display: block;
    } */


    .inner-header h2 a {
        color: white;
        text-decoration: none;
    }

    /* Mobile Menu Styles */
    #header .hamburger-menu-container {
        display: flex;
    }

    #header #check {
        display: block;
    }

    #header .nav-btn {
        position: fixed;
        height: calc(100vh - 3rem);
        top: 3rem;
        inset-inline-start: 0;
        width: 100%;
        background-color: var(--light);
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        overflow-x: hidden;
        overflow-y: auto;
        transform: translateX(-100%);
        transition: .65s;
        z-index: 1000;
    }

    #header .arrow {
        background-color: var(--primary);
    }

    #header #check:checked~.nav-btn {
        transform: translateX(0);
    }

    #header #check:checked~.nav-btn .log-sign,
    #header #check:checked~.nav-btn .nav-link {
        animation: animation .5s ease forwards var(--i);
    }

    #header .nav-links {
        flex: initial;
        width: 100%;
    }

    #header .nav-links>ul {
        flex-direction: column;
        height: 90vh;
        padding-block: 2rem;
    }

    #header .nav-link {
        width: 100%;
        opacity: 0;
        transform: translateY(.9375rem);
    }

    #header .nav-link>.mobile-menu {
        line-height: 1;
        padding: 1.6rem 2rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #header .dropdown,
    #header .dropdown.second {
        position: initial;
        top: initial;
        inset-block-start: initial;
        transform: initial;
        pointer-events: auto;
        width: 100%;
        padding: 0;
        display: none;
    }

    /* Active state for dropdown */
    #header .dropdown.active {
        display: block;
        animation: .5s linear forwards fadeDown;
    }

    #header .dropdown-link>.mobile-menu {
        background-color: transparent;
        padding: 1.2rem 2rem;
        line-height: 1;
    }

    #header .dropdown.second .dropdown-link>.mobile-menu {
        padding: 1.2rem 2rem 1.2rem 3rem;
    }

    #header .dropdown.second .dropdown.second .dropdown-link>.mobile-menu {
        padding: 1.2rem 2rem 1.2rem 4rem;
    }

    #header .dropdown-link:not(:nth-last-child(2)) {
        border-bottom: none;
    }

    #header .arrow {
        z-index: 1;
        inset-inline-start: 10%;
        transform: scale(1.1) rotate(45deg);
        transition: .5s;
    }

    #header .dropdown .dropdown .arrow,
    .search-container {
        display: none;
    }

    /* Dropdown arrow rotation */
    #header .mobile-menu svg {
        transition: transform 0.3s ease;
    }

    #header .dropdown-trigger.active svg {
        transform: rotate(180deg);
    }

    #header .nav-link>.mobile-menu>i {
        font-size: 1.1rem;
        transition: .7s;
    }

    #header .dropdown i {
        font-size: 1rem;
        transition: .7s;
    }

    #header .log-sign {
        inset-inline-start: initial;
        width: 100%;
        padding: 1.5rem 1.9rem;
        justify-content: flex-start;
        opacity: 0;
        transform: translateY(.9375rem);
    }

    #header .dropdown {
        box-shadow: none;
    }

    /* Animations */
    @keyframes fadeDown {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @keyframes animation {
        from {
            opacity: 0;
            transform: translateY(.9375rem);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* Active states */
    #header .dropdown-link.active>a>i,
    #header .nav-link.active>.mobile-menu>i {
        transform: rotate(360deg);
    }

    /* Search container styles */
    .search-container {
        display: none;
    }

    .search-box {
        display: none;
        position: absolute;
        right: 0;
        top: 100%;
        background: white;
        padding: 1rem;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .search-box.active {
        display: flex;
    }

    .search-toggle-btn {
        background: none;
        border: none;
        cursor: pointer;
    }

    #footer .social-section {
        justify-content: flex-start;
        margin-bottom: 2rem;
        margin-top: 1rem
    }
}

@media screen and (max-width:768px) {
    :root {
        font-size: 3vw
    }

    #header #check {
        inset-inline-end: 1.5rem
    }

    .popup-video {
        width: 65vw;
    }

    .item-title {
        font-size: 1rem
    }

    .custom-container {
        padding-inline: 2rem
    }

    #owl-carousel-1 .custom-container {
        padding-inline: 1rem
    }

    .item-content {
        padding-right: 1rem
    }

    #owl-carousel-1.owl-theme .owl-nav.disabled+.owl-dots {
        top: 3.125rem
    }

    .twitt-image {
        width: 90%;
        margin-bottom: -7rem
    }

    #twiter-section {
        margin-bottom: 16rem
    }

    .episode-card-des p {
        overflow: auto;
        display: block;
        -webkit-line-clamp: unset;
        line-clamp: unset;
        -webkit-box-orient: vertical;
        pointer-events: none;
    }

    .episode-card-des p:hover::after {
        content: unset
    }

    .episode-card-des .text-tooltip:hover::before,
    .episode-card-des .text-tooltip:hover::after {
        content: unset
    }

    #footer .copyright {
        text-align: start;
    }

    .prev-btn,
    .prev-btnn {
        position: absolute;
        bottom: 6vh;
        right: 2vw;

    }

    .square-popup .close-popup {
        right: 2vw;
        font-size: 1rem;
    }

    .next-btn,
    .next-btnn {
        position: absolute;
        bottom: 6vh;
        left: 2vw;

    }

    .close-popup,
    .next-btn,
    .prev-btn,
    .next-btnn,
    .prev-btnn {
        background-color: #898989;
        color: #fff;
        height: 2rem;
        width: 2rem;
        cursor: pointer;
        padding: 0px;
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .close-popup svg,
    .next-btn svg,
    .prev-btn svg,
    .next-btnn svg,
    .prev-btnn svg {
        height: 0.7rem;
    }

    /* .close-popup {
        padding-bottom: 0.2rem;
    } */

    .next-btn,
    .next-btnn {
        padding-right: 0.2rem;
    }

    .prev-btn,
    .prev-btnn {
        padding-left: 0.2rem;
    }
}



@media screen and (max-width:425px) {
    :root {
        font-size: 3.5vw
    }

    #header #check {
        inset-inline-end: 1.5rem
    }

    .custom-container {
        padding-inline: 2rem
    }




}

.badge-article {
    line-height: 1rem;
    font-size: .75rem;
    font-weight: 400
}

.badge-audio,
.badge-images {
    line-height: 1rem;
    font-size: .75rem;
    font-weight: 500;
    position: absolute;
    border-radius: .375rem
}

.badge-audio {
    background-color: var(--primary);
    top: .5rem;
    left: .5rem
}

.badge-images {
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    margin-top: .5rem;
    margin-left: .8rem
}

.tab.active .badge.badge-white {
    color: #fff;
    background-color: var(--primary);
    border-radius: 50%;
    font-size: .8rem;
    font-weight: 700
}

.load-more-audios:hover {
    background-color: var(--light);
    border-color: var(--secondary);
    color: var(--secondary)
}

.download-audio.text-tooltip {
    position: relative;
}

.download-audio.text-tooltip:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    right: -5rem;
    bottom: 100%;
    background: rgba(166, 124, 82, .9);
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: .875rem;
    font-weight: 400;
    z-index: 100;
    pointer-events: none;
    white-space: normal;
    max-width: 20rem;
    word-wrap: break-word;
    width: 6.5rem;
}

.download-audio.text-tooltip:hover::before {
    content: '';
    position: absolute;
    right: 0.1rem;
    bottom: 100%;
    margin-bottom: 0;
    border-width: 6px;
    border-style: solid;
    border-color: rgba(166, 124, 82, .9) transparent transparent;
    transform: translateY(100%);
    z-index: 101;

}

.tiktok-thumbnails {
    height: 100%;
    width: 100%;
}