.header {
    padding: 1rem 0;
}

.home .Swiper {
    overflow: hidden;
}

.header .slide {
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    display: flex;
    flex-flow: column;
    justify-content: end;
    padding: 0rem .5rem;
    width: 94%;
    margin: 3%;
    transition: all .3s;
}

.blog-section h2 img {
    width: 160px;
}

.header .slide:hover {
    width: 100%;
    height: 520px;
    margin: 0%;
    transition: all .3s;
}

.header .slide span {
    letter-spacing: 0.7px;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bold;
    background-color: #EC6136;
    padding: 0.1rem 1rem;
    border-radius: 15px;
    margin-bottom: 1rem;
    text-shadow: 2px 1px 0 black, 2px 1px 0px black, 2px 1px 0px black;
}

/* قاعدة الأنماط الأساسية للسلايدر */
.swiper-slide {
    width: calc(33.33% - 20px);
    /* عرض الشرائح بنسبة أصغر من العرض الكامل مع المسافة بين الشرائح */
    margin-right: 20px;
    /* مسافة بين الشرائح */
}

/* لضبط العرض الخاص بالـ swiper */
.mySwiper {
    width: 80%;
    /* تأكد أن السلايدر يأخذ 80% من العرض الكامل */
    margin: 0 auto;
    /* توسيط السلايدر داخل الحاوية */
}

/* حاوية الـ swiper */
.swiper-container {
    display: flex;
    justify-content: center;
    /* توسيط السلايدر أفقيًا */
    align-items: center;
    /* توسيط السلايدر عموديًا */
}

.header .swiper-slide a {
    color: #242424;
}

/* تعطيل التحريك التلقائي للـ swiper */



/* استعلام الوسائط لتغيير التخطيط عند الشاشات الصغيرة */
@media (max-width: 768px) {
    .swiper-slide {
        width: 100%;
        /* عند عرض الشاشة الصغيرة، نعرض كل شريحة بعرض كامل */
        margin-bottom: 10px;
        /* مسافة بين الشرائح */
    }

    .swiper-container {
        display: block;
        /* إزالة الـ flex لتعرض الشرائح بشكل عمودي */
    }
}








.header .slide h2 {
    letter-spacing: 0.7px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    margin-right: 0.7rem;
    text-shadow: 2px 1px 0 black, 2px 1px 0px black, 2px 1px 0px black;
}


.header .slide h3 {
    width: 90%;
    margin-top: 1rem;
}

.header .slide h3 strong {
    background-color: #FFFFFF;
    padding: 0.3rem .6rem;
    font-weight: bold;
    line-height: 1.7;
    font-size: 32px;
    font-family: 'Roboto', sans-serif;
    /*text-shadow: 1px 1px 1px black, 0 0 0.2em black, 0 0 0.2em black;*/
    text-shadow: 1px -2px 0 black, 1px 3px 0px black, -2px -2px 0px black;
}

.header .slide p {
    letter-spacing: 0.7px;
    color: #FFFFFF;
    font-size: 12px;
}

.swiper-button-next,
.swiper-button-prev {
    color: #FFF !important;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    font-size: 40px;
}

.home .blog img {
    width: 80%;
    transition: all .3s;
    /* margin-bottom: 1rem; */
    height: 300px;
}


.home .slider_edit img {
    width: 90%;
    transition: all .3s;
    /* margin-bottom: 1rem; */
    height: 400px;
}







/* إلغاء تأثير التكبير على الصورة */
.blog:hover .anmation-img {
    transform: none;
    /* إلغاء التأثير */
}

/* تعديل الـ span ليأخذ كامل عرض السطر */
.anmation-span {
    /*position: absolute;*/
    bottom: 1rem;
    left: 0;
    /* بداية المربع من الجهة اليسرى */
    width: 100%;
    /* جعل المربع يمتد عبر كامل العرض */
    z-index: 2;
    background-color: #ebebeb6e;
    padding: 0.1rem .6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    /* لتوسيط النص داخل المربع */
    height: 10%;
    /* يمكنك تعديل هذه القيمة حسب الحاجة */
    transition: none;
    /* إلغاء التأثير عند التمرير */
    text-align: center;
    /* لتوسيط النص في المربع */
}

/* إزالة الحركة عند التمرير على الـ span */
.blog:hover .anmation-span {
    left: 0;
    /* حافظ على المربع في نفس المكان */
    transition: none;
    /* إلغاء التأثير */
}

.anmation-span strong {
    font-size: 16px;
    margin-top: 0.5rem;
    margin-right: 0.5rem;
    color: #000;
}

.home .blog-section {
    padding: 2rem 0;
}







.space {
    white-space: nowrap;
}









.blog {
    margin-bottom: 2rem;

}

.home .blog-section .blog {
    display: flex;
    flex-flow: column;

}



.blog-section .blog {
    display: flex;
}

.blog-section .blog div {
    border-bottom: 1px solid #ffffff;
}

.blog h2 {
    font-size: 17px;
    font-weight: bold;
    color: #231F20;
    margin-bottom: 1rem;
    text-align: center;
    font-family: 'Roboto', Bahij_TheSansArabic;
    margin-top: 20px;
    margin-left: 40px;
    margin-right: 40px;
}


.blog h3 {
    font-size: 16px;
    color: #231F20;
    line-height: 1.8;
    /* font-family: 'Roboto', sans-serif; */
}

.blog p {
    font-size: 14px;
    color: #6C6C6C;
    text-align: justify;
}

.blog span {
    margin-top: 0.5rem;
    font-size: 14px;
    color: #E9640A;
    display: flex;
    align-items: center;
    font-weight: bold;

}

.blog .dots {
    background-color: #DF4319;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-left: 0.2rem;
}

.blog a {
    display: flex;
    height: 100%;
}

.blog_img {
    width: 100%;
    /* الصورة ستأخذ عرض 100% من مساحة العنصر الحاوي */
    height: auto;
    /* الصورة ستحتفظ بنسبة الطول إلى العرض */
    max-width: 310px;
    /* تحديد أقصى عرض للصورة */
    display: block;
    /* التأكد أن الصورة تظهر بشكل كتلة */
    margin: 0 auto;
    /* محاذاة الصورة للوسط داخل الحاوية */
}


.blog .blog-card {
    border-bottom: 1px solid #6C6C6C;
    display: flex;
    flex-flow: column;
    justify-content: space-evenly;
}

.blog-section .more {
    width: 100%;
}

.home .audio-section h2 {
    color: #231F20;
    font-weight: bold;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
}

.home .audio-section h6 {
    color: #231F20;
    font-weight: bold;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
}

.home .audio-section h2 div {
    height: 2px;
    width: 95%;
    margin-right: 5%;
    background-color: #231F20;
}

.home .audio-section h6 {
    color: #231F20;
    font-weight: bold;
    margin-bottom: 2.5rem;
    display: flex;
    align-items: center;
    padding-bottom: 0.6rem;
    border-bottom: 2px solid #231F20;
    font-size: 26px;
    font-weight: bold;
}

.home .audio-section .blog {
    display: flex;
}

.home .audio-section .blog img {}

.home .audio-section {
    padding: 0rem 0 0 4rem;
}

.home .audio-section {
    background: #c44b1714 0% 0% no-repeat padding-box;
    padding: 49px 40px 0px 0px;
}

.podcast-section.audio-section {
    background: #FFF !important;
}

.home .audio-section .blog .blog-card {
    display: unset !important;
    padding-top: 2rem;
    border: none;
}

.home .audio-section h2 {
    margin-bottom: .5rem;
}

#Books .blog div {
    border: none;
}

#Books .blog h2 {
    font-size: 16px;
}

#Books .read-more .blog {
    border-bottom: 1px solid #D1D1D1 !important;
    margin-bottom: 1rem !important;
}

#Books .blog span {
    white-space: nowrap;
}

.margins {
    position: relative;
    height: 100%;
}

.margins .blogs-div {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    flex-flow: column;
    justify-content: end;
    align-items: flex-start;
}

.margins img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.margins h2 {
    font-size: 26px;
    font-weight: bold;
    color: #FFF;
    margin-bottom: .5rem;
    padding-right: 1rem;
    line-height: 1.8;
    font-family: 'Roboto', sans-serif;
    text-shadow: 1px -2px 0 black, 1px 3px 0px black, -2px -2px 0px black;
}

.margins h6 {
    background-color: #FFF;
    margin-bottom: .5rem;
    font-size: 14px;
    color: #DF4319;
    font-weight: bold;
    padding: 0.5rem 1rem;
}

.margins p {
    font-size: 14px;
    padding-right: 1rem;
    color: #FFF;
    /* font-family: 'Roboto', sans-serif; */
}

.roboto p {
    font-family: 'Roboto', sans-serif;
}

.margins span {
    padding-right: 1rem;
    font-size: 14px;
    color: #FFF;
    display: flex;
    align-items: center;
    font-weight: bold;
    margin-bottom: .5rem;
    text-shadow: 1px -2px 0 black, 1px 3px 0px black, -2px -2px 0px black;
}

.margins .dots {
    background-color: #DF4319;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-left: 0.2rem;
}


.audio-player {
    height: 50px;
    width: 100%;
    background: transparent;
    color: #000;
    overflow: hidden;
    margin-top: 1.5rem;
    /* display: grid; */
    /* grid-template-rows: 6px auto; */
}

.audio-player .timeline {
    background: #F7BFB0 0% 0% no-repeat padding-box;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
}

.audio-player .timeline .progress {
    background: #DF4319;
    border-radius: 20px;
    width: 0%;
    height: 5px;
    transition: 0.25s;
}

.audio-player .controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

.play-container i {
    width: 40px;
    height: 40px;
    background-color: #FFF;
    color: #DF4319;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    cursor: pointer;
}

.audio-player .controls>* {
    display: flex;
    margin-left: 0.5rem;
    /* justify-content: center; */
    /* align-items: center; */
}

.audio-player .timeline .progress {
    display: flex;
    justify-content: center;
    align-items: start;
}

.audio-player .controls .time {
    display: flex;
}

.audio-player .controls .time>* {
    padding: 0 9px;
    font-size: 12px;
}


.audio-player div {
    border: none !important;
}

.writers {
    padding: 4rem 0;
}

#Film {
    padding: 4rem 0;
}



.writers h2 {
    font-size: 24px;
    font-weight: bold;
    color: #231F20;
}

#Film h3 {
    font-size: 24px;
    font-weight: bold;
    color: #DF4319;
}

.border-books {
    background-color: #231F20;
    height: 2px;
    width: 100%;
}

.img-zoom-container {
    position: relative;
}

.img-zoom-lens {
    /* position: absolute; */
    /* border: 1px solid #d4d4d4; */
    /*set the size of the lens:*/
    /* width: 40px; */
    /* height: 40px; */
}

.img-zoom-result {
    border: 1px solid #d4d4d4;
    /*set the size of the result div:*/
    width: 300px;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* .writers h1 div {
    height: 2px;
    width: 33%;
    margin-right: 5%;
    margin-left: 5%;
    background-color: #231F20;
} */

.writer {
    /* margin-right: 2rem; */
    text-align: center;
    position: relative;
    margin-bottom: 10rem;
}

.writer:hover .bg-anmation-writer {
    display: none;
    transition: all .3s;
}

.writer img {
    width: 140px;
    height: 140px;
    margin-bottom: 1rem;
    border-radius: 50%;
    filter: grayscale(1);
    transition: all .3s;
}

.writer:hover img {
    transform: scale(1.18);
    filter: grayscale(0);
    transition: all .3s;
}

.bg-anmation-writer {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transition: all .3s;
}

.writer h2 {
    color: #231F20;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0.2rem;
}

.writer span {
    color: #DF4319;
    font-size: 14px;
}

.writer-card {

    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.writer-card img {
    width: 130px;
    height: 130px;
    margin-left: 1rem;
}

.writer-card h2 {
    color: #231F20;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0.2rem !important;
    padding: 0 !important;
    border: none !important;
}

.writer-card span {
    color: #DF4319;
    font-size: 14px;
}

.writer-card h3 {
    color: #DF4319;
    font-size: 16px;
    font-weight: bold;
    margin-left: 2rem;
    margin-bottom: 0;
}

.writer-card ul {
    display: flex;
}

.writer-card i {
    color: #2844c4;
    font-size: 16px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #2844c4;
    margin-left: 1rem;
}

.single-blogs .writer-card img {
    width: 80px;
    height: 80px;
}



.eazy-audio-wrapper {
    width: 100%;
}

.eazy-audio-player {
    display: flex;
    align-items: center;
    margin-top: 2rem;
    border: none !important;
}

.blog-section .eazy-audio-wrapper {
    border: none !important;
}

.blog-section .eazy-audio-wrapper div {
    border: none !important;
}

.read-more .eazy-audio-player {
    margin-top: 0 !important;
    justify-content: space-between;
}

.read-more .eazy-audio-player span {
    color: #DF4319;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
}

.voice-assistant-item {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 1rem;
    border: none !important;
}



.border-none {
    border-bottom: none !important;
}

.time-audio {
    margin-right: 0.5rem;
    font-size: 12px;
    margin-left: 0.5rem;
    display: flex;
    align-items: center;
    font-weight: bold;
    border: none !important;
}

.voice-assistant-item-text {
    width: 100%;
    cursor: pointer;
}

.audio-controls {
    width: 100%;
    display: flex;
    align-items: center;
}

.play-button i {
    width: 40px;
    height: 40px;
    background-color: #FFF;
    color: #DF4319;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    cursor: pointer;
    border: none;
    flex: none;
    margin-left: 1rem;
}

.eazy-audio-player i {
    width: 40px;
    height: 40px;
    background-color: #FFF;
    color: #DF4319;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    cursor: pointer;
    border: none;
    flex: none;
    margin-left: 1rem;
}

.arrow-audio i {
    width: 70px;
    height: 70px;
    background-color: #FFF;
    color: #DF4319;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    cursor: pointer;
    border: none;
    flex: none;
}

.podcast-section .eazy-audio-player i {
    background-color: #F8F8F8;
}

.podcast-section .read-more .eazy-audio-player i {
    background-color: #FFF;
}

.eazy-time {
    vertical-align: top;
    padding: 2px 4px 0 4px;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.eazy-time-span {
    color: #231F20 !important;
    font-weight: bold;
    margin-left: 0.5rem;
}

.eazy-seek {
    /* display: inline-block; */
    width: 100%;
    position: relative;
    /* vertical-align: top; */
    /* margin-top: 4px; */
    background: #F7BFB0;
    height: 5px;
    border-radius: 20px;
}

.eazy-seek_dot {
    position: absolute;
    z-index: 9;
    top: -8px;
    width: 22px;
    height: 22px;
    background-color: #DF4319;
    border: 7px solid #FFF !important;
    display: block;
    box-shadow: 0px 2px 4px #7B52AB4D;
    border-radius: 50%;
}

.eazy-seek_bar {
    position: absolute;
    z-index: 1;
    /* top: 3px; */
    /* width: 100%; */
    height: 5px;
    background: #DF4319;
    border-radius: 20px;
    /* display: block; */
}

.audio-controls-bar-current {
    position: absolute;
    z-index: 1;
    /* top: 3px; */
    /* width: 100%; */
    height: 7px;
    background: #DF4319;
    border-radius: 20px;
    /* display: block; */
}

.audio-controls-bar {
    /* display: inline-block; */
    width: 250px;
    position: relative;
    /* vertical-align: top; */
    /* margin-top: 4px; */
    background: #F7BFB0;
    height: 7px;
    border-radius: 20px;
}

.nomination {
    flex-flow: row !important;
}

.nomination img {
    width: 40% !important;
}

.podcast-header {
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 3rem;
    display: flex;
    align-items: flex-end;
    padding: 2rem;
}

.podcast-section .card {
    background-color: #F7F7F7;
    border: none;
}

.podcast-header h2 {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 1rem;
    text-shadow: 1px -2px 0 black, 1px 3px 0px black, -2px -2px 0px black;
}

.podcast-header h3 {
    margin-bottom: 0;
    margin-left: 1rem;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 1px -2px 0 black, 1px 3px 0px black, -2px -2px 0px black;
}

.podcast-header h6 {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    text-shadow: 1px -2px 0 black, 1px 3px 0px black, -2px -2px 0px black;
}

.podcast-header p {
    color: #E2E2E2;
    font-size: 12px;
    margin: 0;
}

.podcast-header img {
    width: 60px;
    height: 60px;
    margin-left: .5rem;
}

.podcast-header ul {
    display: flex;
}

.podcast-header ul li a i {
    width: 30px;
    height: 30px;
    border: 1px solid #FFF;
    color: #FFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    cursor: pointer;
    flex: none;
    margin-right: 0.5rem;
}

.width-100 {
    width: 50%;
}

.blog.books .books-img {
    /* background-color: #F8F8F8; */
    /* padding: 1rem; */
    /* margin-bottom: 1rem; */
    overflow: hidden;
    position: relative;
    width: 100%;
}

.blog.books .books-img img {
    overflow: hidden;
    transition: all .3s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0rem;
}

.book-sale {
    position: relative;
    margin-bottom: 1rem;
    background-color: #F8F8F8;
    padding: 1rem;
}

.details {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #ec6036c2;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem;
    flex-flow: column;
    display: none;
    transition: all .3s;
}

.details a {
    color: #000;
    background-color: #FFF;
    border-radius: 8px;
    padding: 0.7rem;
    font-size: 14px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: content;
}

.book-sale:hover .books-img img {
    transform: scale(1.18);
    transition: all .3s;
}

.book-sale:hover .details {
    display: flex;
    transition: all .3s;
}

.header-book {
    position: relative;
}

.header-book .swiper-button-next,
.header-book .swiper-button-prev {
    color: #DF4319 !important;
    top: 40%;
}

.header-book .swiper-button-prev {
    right: -3rem;
}

.header-book .swiper-button-next {
    left: -3rem;
}

figure.zoom {
    background-position: 50% 50%;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0;
    cursor: zoom-in;
}

figure.zoom img:hover {
    opacity: 0;
}

figure.zoom img {
    transition: opacity .5s;
    display: block;
    width: 100%;
}

.sale .book-sale {
    padding: 2rem;
}

.sale .book-sale:hover {
    padding: 0;
    transition: all .3s;
}

.sale-card h2 {
    color: #242424;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sale-card h2 .writer-card {
    margin: 0;
}

.sale-card h3 {
    color: #242424;
    font-size: 14px;
    font-weight: normal;
    /* margin-bottom: 0.8rem; */
}

.sale-card h3 span {
    color: #242424;
    font-size: 14px;
    font-weight: bold;
    margin-right: 1rem;
}

.sale-card p {
    color: #242424;
    font-size: 20px;
    width: 75%;
}

.sale-card strong {
    color: #969696;
    font-size: 14px;
    margin-bottom: 1rem;
}

.sale-card .pdf {
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    padding: 0.6rem 1.5rem;
    color: #DF4319;
    font-weight: bold;
    transition: all .3s;
    margin-left: 1.5rem;
}

.sale-card .pdf:hover {
    color: #FFF;
    border: 1px solid #DF4319;
    background-color: #DF4319;
    transition: all .3s;
}

.sale-card .pdf:hover svg path {
    stroke: #FFF;
    fill: #FFF;
}

.sale-card .pdf svg {
    margin-left: 0.5rem;
    width: 20px;
}

.sale-card h5 {
    font-size: 12px;
    color: #231F20;
    font-weight: normal;
    text-align: center;
    margin-top: 1rem;
}

.sale-card h5 span {
    color: #DF4319;
}

.sale-card h5 strong {
    color: #746267;
    font-size: 10px;
    margin-bottom: 0;
}

.sale-card h6 {
    font-size: 14px;
    color: #231F20;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.sale-card h6 span {
    font-size: 24px;
    color: #DF4319;
}

.subscribe {
    background-color: #FFF;
    color: #DF4319;
    font-size: 16px;
    padding: 0.6rem 2.6rem;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    font-weight: bold;
}

.subscribe:hover {
    color: #DF4319;
}

.group {
    border-right: 1px solid #D6D6D6;
    padding: 1rem;
    margin-bottom: 1.5rem;
}

.group h2 {
    color: #242424;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 1rem;
    font-family: 'Roboto', sans-serif;
}

.group span {
    color: #DF4319;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
}

.group-card {
    border: 1px solid #D6D6D6;
    padding: 0rem 0 2rem 0;
    overflow: hidden;
}

/* .group-card h2,
.group-card span {
    padding-right: 1rem;
} */

.group img {
    width: 100%;
    margin-bottom: 1.5rem;
}

.group p {
    color: #5A5A5A;
    font-size: 16px;
    margin-top: 1.5rem;
    line-height: 1.8;
    text-align: justify;
    /* font-family: 'Roboto', sans-serif; */
}

.o-video {
    width: 100%;
    height: 270px;
    margin-bottom: 2rem;
    /* height: 0; */
    /* position: relative; */
    /* padding-top: 56.25%; 9 / 16 * 100 */
}

.o-video>iframe {
    width: 100%;
    height: 100%;
    /* position: absolute;
    top: 0;
    left: 0;
    border: 0; */
}

.card-width {
    width: 75% !important;
    margin-bottom: 0 !important;
    margin-left: 1rem !important;
}

.podcast-header h5 {
    letter-spacing: 0.9px;
    color: #FFFFFF;
    font-size: 16px;
}

.Google {
    width: 180px;
    height: 100% !important;
}

/*
.blog-section .blog img {
    width: 380px;
    height: 500px;
}
*/
.blog-section .blog img.thumb {
    width: 100px !important;
    height: 100px !important;
}

.div-glass .blog h2 {
    color: #FFF;
    text-shadow: 1px -2px 0 black, 1px 3px 0px black, -2px -2px 0px black;
    font-size: 28px;

}

.div-glass .blog {
    margin-bottom: 0;
    display: block;
}

.div-glass .blog span {
    color: #FFF;
    text-shadow: 1px -2px 0 black, 1px 3px 0px black, -2px -2px 0px black;
}

.div-glass .blog p {
    margin-bottom: 0;
    color: #CBCBCB;
}

.div-glass {
    position: relative;
    height: 300px;
    margin-bottom: 1.5rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 1rem;
    display: flex;
    justify-content: end;
    flex-flow: column;
}

.div-glass i {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 22%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 30px;
    background-color: rgba(223, 67, 25, 0.65);
}



.daily-stories {
    display: block;
    position: relative;
    width: 100%;
    max-width: 100vw;
    height: 580px;
    margin: 0 auto;
    background: black;
    overflow: hidden;
}

main .logo {
    display: none;
}

.daily-stories__container {
    width: 100%;
    height: 580px;
    background: black;
    overflow: hidden;
    display: flex;
    position: relative;
    transition: transform 0.25s cubic-bezier(0.8, 0, 0.2, 1);
    will-change: auto;
    touch-action: manipulation;
    transform: translate3d(0px, 0px, 0px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.daily-stories__container .slide {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100vw;
    height: 580px;
    overflow: hidden;
    will-change: opacity;
    opacity: 0;
    filter: blur(0);
    transition: opacity 0.5s ease, filter 0.25s ease;
}

.daily-stories__container .slide.active {
    opacity: 1;
}

.daily-stories .slide .blog {
    position: absolute;
    bottom: 0;
    right: 1rem;
}

.daily-stories .slide .blog span {
    color: #FFF;
}

.daily-stories .slide .blog h2 {
    color: #FFF;
}


body.menu-open .slide.active {
    filter: blur(10px);
}

.story-writer-img {
    width: 50px !important;
    height: 50px !important;
    margin-left: 1rem !important;
    border-radius: 50%;
}

.daily-stories__container .slide img,
.daily-stories__container .slide video {
    width: 100%;
    /*min-width: 56.25vh;*/
    max-width: 100vw;
    height: 580px;
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    -o-object-fit: contain;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    pointer-events: none;
    object-fit: cover;
}

#prev-slide {
    display: flex;
    width: 32px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 1rem;
    border-radius: 50%;
    background-color: #fff;
    overflow: hidden;
    opacity: 1;
    transition: opacity 0.25s ease;
    justify-content: center;
    align-items: center;
}

.div-glass.reel-glass {
    height: 400px;
}

.div-glass.reel-glass i {
    width: 100%;
    background-color: transparent;
    font-size: 55px;
}

#next-slide {
    display: flex;
    width: 32px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 1rem;
    border-radius: 50%;
    background-color: #fff;
    overflow: hidden;
    opacity: 1;
    transition: opacity 0.25s ease;
    justify-content: center;
    align-items: center;
}

#prev-slide::before,
#next-slide::before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 10px;
    border-right: 4px solid #555;
    border-bottom: 4px solid #555;
}

#prev-slide::before {
    left: 11px;
    transform: rotate(-225deg);
    display: none;
}

#next-slide::before {
    left: 8px;
    transform: rotate(-45deg);
    display: none;
}

#prev-slide:hover,
#next-slide:hover {
    opacity: 1;
}

#prev-slide:hover::before,
#next-slide:hover::before {
    border-right-color: #043cb7;
    border-bottom-color: #043cb7;
}

/*@media (max-width: 800px) {*/
/*}*/
.central-area {
    position: absolute;
    width: 10%;
    height: 10%;
    z-index: 1;
    display: block;
    top: 45%;
    left: 45%;
}

.central-area .button {
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    top: calc(50% - 24px - 2.5vh);
    left: calc(50% - 24px);
    border-radius: 50%;
    cursor: pointer;
    pointer-events: none;
    transition: opacity 0.25s ease;
    color: #FFF;
    opacity: 1;
}

@media (min-width: 800px) {
    .central-area .button {
        top: calc(50% - 24px);
    }
}

.central-area:hover .button {
    opacity: 0.5;
}

.central-area .button svg {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.central-area .button svg path {
    display: none;
}

.central-area[data-state=paused] .button svg #path_play {
    display: block;
}

.central-area[data-state=playing] .button svg #path_pause {
    display: block;
}

body.menu-open .central-area .button {
    opacity: 0;
}

.progress-bars {
    position: absolute;
    padding: 10px 7px 87px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    display: flex;
}

.progress-bars::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(rgba(0, 0, 0, 0.5), transparent);
}

.progress-bars[data-count="1"] .bar {
    width: calc(100% - 6px);
}

.progress-bars[data-count="2"] .bar {
    width: calc(100% / 2 - 6px);
}

.progress-bars[data-count="3"] .bar {
    width: calc(100% / 3 - 6px);
}

.progress-bars[data-count="4"] .bar {
    width: calc(100% / 4 - 6px);
}

.progress-bars[data-count="5"] .bar {
    width: calc(100% / 5 - 6px);
}

.progress-bars[data-count="6"] .bar {
    width: calc(100% / 6 - 6px);
}

.progress-bars[data-count="7"] .bar {
    width: calc(100% / 7 - 6px);
}

.progress-bars[data-count="8"] .bar {
    width: calc(100% / 8 - 6px);
}

.progress-bars[data-count="9"] .bar {
    width: calc(100% / 9 - 6px);
}

.progress-bars[data-count="10"] .bar {
    width: calc(100% / 10 - 6px);
}

.progress-bars[data-count="11"] .bar {
    width: calc(100% / 11 - 6px);
}

.progress-bars[data-count="12"] .bar {
    width: calc(100% / 12 - 6px);
}

.progress-bars[data-count="13"] .bar {
    width: calc(100% / 13 - 6px);
}

.progress-bars[data-count="14"] .bar {
    width: calc(100% / 14 - 6px);
}

.progress-bars[data-count="15"] .bar {
    width: calc(100% / 15 - 6px);
}

.progress-bars[data-count="16"] .bar {
    width: calc(100% / 16 - 6px);
}

.progress-bars[data-count="17"] .bar {
    width: calc(100% / 17 - 6px);
}

.progress-bars[data-count="18"] .bar {
    width: calc(100% / 18 - 6px);
}

.progress-bars[data-count="19"] .bar {
    width: calc(100% / 19 - 6px);
}

.progress-bars[data-count="20"] .bar {
    width: calc(100% / 20 - 6px);
}

.daily-stories .bar {
    display: block;
    position: relative;
    border-radius: 3px;
    height: 3px;
    margin: 0 3px;
    cursor: pointer;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.4);
}

.daily-stories .bar span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    border-radius: 3px;
    background-color: #fff;
    will-change: auto;
    transform: translateX(-101%) rotate(0deg);
}

.daily-stories .bar.seen span {
    transform: translateX(0%) rotate(180deg);
}

.daily-stories .bar.animate span {
    -webkit-animation: bar 0s 0s linear both;
    animation: bar 0s 0s linear both;
}

body.paused .bar.animate span,
body.menu-open .bar.animate span {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.context-menu-container {
    display: none;
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 15px;
    right: 15px;
    z-index: 3;
}

.context-menu-container>.button {
    display: block;
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 50px;
    height: 50px;
}

@media (min-width: 640px) {
    .context-menu-container>.button {
        right: 5px;
    }
}

@media (min-width: 768px) {
    .context-menu-container>.button {
        right: 10px;
    }
}

@media (min-width: 1024px) {
    .context-menu-container>.button {
        right: 15px;
    }
}

.context-menu-container>.button svg {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.context-menu-container.active>.button {
    display: none;
}

.context-menu-container .context-menu {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    height: auto;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    will-change: auto;
    transform: scale(1.05) rotate(0deg);
    transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, transform 0.25s ease-in-out;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5), 0 0 30px rgba(0, 0, 0, 0.5) inset;
}

.context-menu-container.active .context-menu {
    opacity: 1;
    visibility: visible;
    transform: scale(1) rotate(0deg);
}

.context-menu-container .context-menu .link {
    display: block;
    background-color: #fff;
    width: 100%;
    padding: 18px;
    text-align: center;
    position: relative;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #eee;
    font-weight: bold;
}

.context-menu-container .context-menu .link:last-child {
    margin-top: 10px;
}

.toast-notification {
    position: fixed;
    display: inline-block;
    text-align: center;
    top: 3rem;
    left: 50%;
    color: #333;
    border-radius: 0.25rem;
    padding: 1rem 2rem;
    margin: 0 auto;
    font-size: 0.875rem;
    font-weight: bold;
    pointer-events: none;
    z-index: 99;
    will-change: auto;
    opacity: 0;
    transform: translate3d(-50%, 0.5rem, 0);
    max-width: 300px;
    width: 100%;
    transition: opacity 0.35s ease-in-out, visibility 0.35s ease-in-out, transform 0.35s ease-in-out;
}

.toast-notification.success {
    background-color: #1bd861;
}

.toast-notification.error {
    background-color: #eb5555;
}

.toast-notification.info {
    background-color: #0096ff;
}

.toast-notification.active {
    opacity: 1;
    transform: translate3d(-50%, 0, 0);
}

@-webkit-keyframes bar {
    from {
        transform: translateX(101%) rotate(0deg);
    }

    to {
        transform: translateX(0%) rotate(0deg);
    }
}

.reels-video-single {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: end;
    padding: 3rem;
}

@keyframes bar {
    from {
        transform: translateX(101%) rotate(0deg);
    }

    to {
        transform: translateX(0%) rotate(0deg);
    }
}


.reels-play {
    cursor: pointer;
    color: #DF4319;
    font-size: 20px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-left: 1rem;
}

.reels-progress {
    height: 7px;
    width: 10px;
    background: red;
    position: absolute;
}

/* sarazanmai player */
.reels-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    z-index: 1;
}

.reels-play {}

.reels-buttons {
    color: #000;
    display: flex;
    align-items: center;
}

.reels-video:hover .buttons-visible {
    visibility: visible;
    opacity: 1;
}

.reels-always-visible {
    visibility: visible;
    opacity: 1;
}

.reels-buttons div+div {
    margin-left: .5em;
}

.reels-currentTime {
    margin-right: .5em;
}


.reels-bar {
    width: 50%;
    background: #F7BFB0;
    height: 4px;
    border-radius: 20px;
    position: relative;
}

.reels-progress {
    width: 24px;
    position: absolute;
    height: 24px;
    border: 7px solid #FFF;
    border-radius: 50%;
    background: #DF4319;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}


@media (max-width: 768px) {

    .daily-stories {
        display: block;
        position: relative;
        width: 100% !important;
        max-width: 100vw;
        height: 100%;
        background: black;
        overflow: hidden;
        margin-bottom: 1rem;
    }

    .daily-stories .slide {
        width: 100% !important;
    }

    .header .slide h3 strong {
        font-size: 24px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        color: #DF4319 !important;
    }

    .podcast-header h2 {
        text-align: center;
    }

    .podcast-header h5 {
        text-align: center;
    }

    .blogs-header h3 {
        width: 100%;
    }

    .blogs-header h3 strong {
        background-color: #FFFFFF;
        /* padding: 0 0px 17px 7px; */
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
        line-height: 1.7;
        font-size: 20px;
    }

    .Swiper {
        width: 80%;
        margin: auto;
    }

    .sale-card .pdf {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .blog-section h2 div {
        width: 50%;
    }

    .card-width {
        width: 50% !important;
        margin-bottom: 0 !important;
    }

    .subscribe {
        margin-bottom: 1.5rem;
    }

    .writer-card {
        flex-flow: column;
    }

    .writer-card img {
        margin-bottom: 1rem;
        margin-top: 1rem;
    }

    .border-books {
        display: none;
    }

    .sale-card p {
        width: 100%;
    }

    .sale-card h2 {
        flex-flow: column;
    }

    .sale-card h2 .writer-card {
        margin-top: 1rem;
    }

    .margins h2 {
        line-height: 1.1;
    }

    .margin-bottom {
        margin-bottom: 1.5rem;
    }

    .header-book .swiper-button-prev {
        right: 0;
    }

    .header-book .swiper-button-next {
        left: 0;
    }

    .blog-section .blog {
        flex-flow: column;
    }

    .audio-section .blog {
        flex-flow: column;
    }

    .blog-section .blog img {
        width: 100%;
        margin-bottom: 1rem;
        height: 100%;
    }

    .width-100 {
        width: 100%;
    }

    .film {
        margin-bottom: 1rem !important;
    }
}

@media (max-width: 450px) {
    .Google {
        width: 120px;
    }

    .time-audio {
        font-size: 10px;
    }
}



/* تغيير لون النص داخل الروابط ليكون بنفس اللون المعتاد */
.card-link {
    color: #2B4596;
    /* يجعل النص داخل الرابط يتبع لون النص الأساسي */
    text-decoration: none;
    /* إزالة التسطير تحت النص */
}

/* إضافة تأثير hover لتغيير اللون */
.card-link:hover {
    background-color: #2b4596de;
    /* تغيير الخلفية عند المرور بالماوس */
    color: #e9640a;
    /* تغيير اللون إلى الأبيض عند المرور بالماوس */
}

.card {
    border: 1px solid #E9640A;
    /* تحديد اللون */
    border-radius: 10px;
    /* إضافة حواف دائرية */
}




.home .law-section {
    background: #e4e6eb 0% 0% no-repeat padding-box;
    padding: 50px 0px 0px 0px;
}


.home .law-section h6 {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    /*   background-color: #fff;*/


}




.law-link {
    color: #E9640A;
    /* يجعل النص داخل الرابط يتبع لون النص الأساسي */
    text-decoration: none;
    /* إزالة التسطير تحت النص */
}

/* إضافة تأثير hover لتغيير اللون */
.law-link:hover {

    color: #2B4596;
    /* تغيير اللون إلى الأبيض عند المرور بالماوس */
}

.law {
    border: 1px solid #2B4596;
    /* تحديد اللون */
    border-radius: 10px;
    /* إضافة حواف دائرية */
}




/* تأثير تكبير الصورة عند المرور بالماوس */
.blog:hover .anmation-img {
    transform: scale(1.1);
    /* تكبير الصورة بنسبة 10% */
    transition: transform 0.3s ease;
    /* إضافة تأثير التدرج الزمني */
}

/* تأثير لتغيير لون النص عند المرور بالماوس */
.blog:hover h2 {
    color: #FF5733;
    /* تغيير اللون إلى اللون البرتقالي (مثال) */
    transition: color 0.3s ease;
}






.btn-outline-primary {
    border: 2px solid #007bff;
    color: #007bff;
    transition: background-color 0.3s, color 0.3s;
}

.btn-outline-primary:hover {
    background-color: #007bff;
    color: #fff;
}

.btn-outline-success {
    border: 2px solid #28a745;
    color: #28a745;
    transition: background-color 0.3s, color 0.3s;
}

.btn-outline-success:hover {
    background-color: #28a745;
    color: #fff;
}

.writer-card {
    margin-top: 30px;
}

.share-social-icons i {
    font-size: 20px;
    color: #555;
    transition: color 0.3s;
}

.share-social-icons:hover i {
    color: #007bff;
}



.home .fsec-section {
    background: #ea6624 0% 0% no-repeat padding-box;
    
    padding: 50px 0px 0px 0px;
}


.home .fsec-section h6 {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    /*   background-color: #fff;*/


}




.fsec-link {
    color: #E9640A;
    /* يجعل النص داخل الرابط يتبع لون النص الأساسي */
    text-decoration: none;
    /* إزالة التسطير تحت النص */
}

/* إضافة تأثير hover لتغيير اللون */
.fsec-link:hover {

    color: #2B4596;
    /* تغيير اللون إلى الأبيض عند المرور بالماوس */
}

.fsec {
    border: 1px solid #2B4596;
    /* تحديد اللون */
    border-radius: 10px;
    /* إضافة حواف دائرية */
}



.blog-item {
    display: flex;
    /* جعل العناصر داخل .blog-item تكون في سطر واحد */
    align-items: center;
    /* محاذاة العناصر عموديًا في المنتصف */
    margin-bottom: 20px;
    /* إضافة مسافة بين كل عنصر وآخر */
}

/* لتنسيق الصورة */
.blog .thumb {
    width: 100px;
    /* تحديد عرض الصورة */
    height: auto;
    /* الحفاظ على نسبة العرض إلى الارتفاع */
    margin-right: 15px;
    /* إضافة مسافة بين الصورة والعنوان */
}

/* لتنسيق النص */
.blog-content {
    flex-grow: 1;
    /* هذا يسمح للـ div الذي يحتوي على النص بأن يشغل المساحة المتبقية */
}

.blog-content h2 {
    margin: 0;
    /* إزالة الهوامش الافتراضية */
    font-size: 18px;
    /* تغيير حجم الخط إذا لزم الأمر */
}






