/*
custom style for Ramdan Theme
*/

body {
    /*background: #f00;*/
    background: url("../images/imanak-background-pattern.png") repeat top left;
}

.header-ramadan-theme {
    overflow: hidden;
    display: block;
    position: relative;
    width: 100%;
    padding: 105px 0 0;
    background: url("../images/top-left-shadow.png") no-repeat left top / contain, /*url('../images/top-lights-02.gif') no-repeat 100px top / contain,*/
    url("../images/top-right-shadow.png") no-repeat right top / contain;
}

.header-ramadan-theme .col-12 {
    display: flex;
    align-items: center;
    justify-content: center;
}

#main-menu li i {
    /* color: #5c2d91; */
    color: #000;
}

.allArticlesContent-new-theme {
    padding: 15px 0;
}

.sectionTitle h1 {
    /* color: #5C2E91; */
    color: #000;
    text-align: center;
    background: url("../images/imanak-title-background.png") no-repeat center center / contain;
    padding: 20px 0;
    margin-bottom: 40px;
}

.btn {
    border: 1px solid transparent;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    font-weight: 400;
    font-size: 18px;
    padding: 16px 30px;
    line-height: 1;
}

.btn-primary {
    background: #FFFFFF;
    /* border-color: #5D2E8F;
    color: #5D2E8F; */
    border-color: #000;
    color: #000;
    min-width: 180px;
}

.btn-primary:hover {
    background: #E00800;
    border-color: #E00800;
    color: #FFF;
}

.shadow {
    box-shadow: 0px 0px 9px #00000029 !important;
}

.allArticlesCardNewTheme {
    /* background: #5c2d91; */
    background: #fff;
    border-radius: 10px;
    border: 0;
}

.allArticlesCardNewTheme .videoBtn {
    border-radius: 10px;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.15));
    -webkit-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.15));
    overflow: hidden;
}

.allArticlesCardNewTheme .card-body {
    padding: 15px;
}

.allArticlesCardNewTheme .card-body a h5 {
    color: #000;
    text-align: center;
    margin: 0;
}

.allArticlesCardNewTheme a.titleHover:hover h5 {
    color: #E00800 !important;
    text-decoration: none;
}

.allArticlesCardNewTheme .card-body .card-text {
    text-align: center;
}

.allArticlesCardNewTheme .card-body .card-text:last-child {
    margin-bottom: 0;
}

.allArticlesCardNewTheme .card-body p {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}

.allArticlesCardNewTheme .card-body p.card-time-publish-wrapper {
    width: 100%;
    max-width: 170px;
    margin: 0 auto 5px;
    display: flex;
    justify-content: space-between;
}

.allArticlesCardNewTheme .card-body p.article-description {
    line-height: 1.6;
}

.image-logo-home-banner {
    display: block;
    max-width: 250px;
    margin: 0 0 30px;
}

.homeVideo-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 60vh;
    margin-top: 137px;
}

.homeVideo-wrapper .home-banner-caption {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.home-banner-caption h1 {
    font-size: 22px;
    line-height: 1.4;
    margin: 0;
}

#wrapper-footer {
    /* background: #5c2d91; */
    background: #000;
}

.internal-wrapper-cards-list .col-md-6 {
    margin-bottom: 30px;
}

.internal-wrapper-cards-list .allArticlesCardNewTheme .card-body a h5 {
    margin-bottom: 0;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
}

.internal-card-new-theme.allArticlesCardNewTheme .card-body {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    /* background: rgba(92, 46, 145, .8); */
    background: rgba(242, 240, 237, .8);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.internal-card-new-theme.allArticlesCardNewTheme:hover .card-body {
    /* background: rgba(92, 46, 145, 1); */
    background: rgba(242, 240, 237, 1);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.internal-card-new-theme.allArticlesCardNewTheme:hover .card-body a:hover {
    text-decoration: none;
}

.internal-page-wrapper {
    margin-top: 187px;
}

.page-id-4362 .internal-page-wrapper,
.page-id-4359 .internal-page-wrapper {
    margin-top: 0;
}

.entry-header-full-width {
    width: 100%;
}

.ramdan-text-banner {
    width: 100%;
    max-width: 420px;
}

.ramdan-nav-icon {
    width: 35px;
    height: 35px;
    display: block;
}

.sebha-icon {
    background: url("../images/sebha-icon.png") no-repeat center center / contain;
}

.daily-werd-icon {
    background: url("../images/daily-werd-icon.png") no-repeat center center / contain;
}

.zakah-icon {
    background: url("../images/zakah-icon.png") no-repeat center center / contain;
}

.ramdan-nav-list {
    padding: 0;
}

.ramdan-nav-list a i {
    margin: 0 0 0 12px;
}

.ramdan-nav-list a {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    margin: 0 15px;
    box-shadow: 0px 4px 8px 4px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    padding: 7px 13px;
    font-size: 17px;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.7);
    width: 174px;
}

.ramdan-nav-list a:hover {
    text-decoration: none;
    /* color: #5c2d91; */
    color: #000;
    background: rgba(255, 255, 255, 0.9);
}

.ramdan-nav-list a,
.ramdan-nav-list a:hover {
    transition: all 0.3s ease-in-out;
}

.ramdan-nav-list li:first-child a {
    margin-right: 0;
}

.ramdan-nav-list li:last-child a {
    margin-left: 0;
}

.ramdan-lights {
    /* position: absolute;
  top: -287px;
  width: 58px;
  height: 574px;
  display: block; */
    position: absolute;
    width: 48px;
    height: 554px;
    display: block;
}

.left-light {
    /* right: 120px; */
    top: -230px;
    left: 70px;
    background: url("../images/left-light.png") no-repeat center center / contain;
    animation: leftLightRotation 3s infinite;
    -webkit-animation: leftLightRotation 3s infinite;
}

.right-light {
    /* right: 0; */
    top: -275px;
    left: 150px;
    background: url("../images/right-light.png") no-repeat center center / contain;
    animation: rightLightRotation 3s infinite;
    -webkit-animation: rightLightRotation 3s infinite;
}

@keyframes rightLightRotation {
    0% {
        transform: rotate(2deg);
    }
    50% {
        transform: rotate(-3deg);
    }
    100% {
        transform: rotate(2deg);
    }
}

@keyframes leftLightRotation {
    0% {
        transform: rotate(-1deg);
    }
    50% {
        transform: rotate(3deg);
    }
    100% {
        transform: rotate(-1deg);
    }
}

.ramdan-theme-page-title,
.sectionTitle h1.ramdan-theme-page-title {
    font-weight: 700;
    font-size: 36px;
    /* color: #5c2d91; */
    color: #000;
    display: flex;
    align-items: center;
}

.ramdan-title-icon {
    display: block;
    width: 92px;
    height: 60px;
    margin: 5px 0 0 10px;
    background: url("../images/ramdan-title-icon.png") no-repeat center center / contain;
}

.entry-header h1.ramdan-theme-page-title {
    /* color: #5c2d91; */
    color: #000;
}

.ramdan-block-seperator {
    display: block;
    width: 100%;
    max-width: 442px;
    height: 44px;
    margin: 0 auto;
    background: url("../images/ramdan-block-seperator.png") no-repeat center center / contain;
}

.zakah-block-01 p {
    margin: 0 0 30px;
    text-align: center;
    font-size: 22px;
    color: #68696b;
}

.ramdan-theme-page-subtitle {
    font-size: 32px;
    color: #68696b;
}


/* styles for calculate alzaka page */

.alzaka-amount-wrapper,
.alzaka-needed-amount,
.tasbeh-dropdown {
    height: auto;
    background: #e7e7e766;
    background-color: #e7e7e766 !important;
    border: 1px solid rgba(0, 0, 0, 0.17);
    width: 100%;
}

.alzaka-amount-wrapper,
.alzaka-needed-amount {
    padding: 12px 30px 12px 140px;
}

.currency-label {
    top: 45px;
    left: 30px;
    position: absolute;
    color: rgba(0, 0, 0, 0.5);
}

.tasbeh-dropdown {
    padding: 12px 30px;
}

#calculate-zaka {
    /* color: #5c2d91; */
    color: #000;
    font-size: 20px;
    border: none;
    /* border-bottom: 2px solid #92278f; */
    border-bottom: 2px solid #E00800;
    background-color: transparent;
}

#calculate-zaka:hover {
    /* color: #92278f; */
    color: #E00800;
    /* border-bottom: 2px solid #5c2d91; */
    border-bottom: 2px solid #000;
}

#calculate-zaka:focus {
    box-shadow: none !important;
}

.calculate-alzaka-details-modal .modal-body {
    line-height: 2rem;
    padding: 0 50px;
}

.calculate-alzaka-details-modal .modal-header {
    border-bottom: none;
}

.calculate-alzaka-details-modal .modal-dialog .modal-content .modal-header .close {
    display: flex;
}

.calculate-alzaka-details-modal .modal-dialog .modal-content .modal-header .close {
    order: 1;
}


/* styles for calculate alzaka page */


/* Styles for Alsebha page*/

.card-elsebha {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: transparent;
    margin: 0 20px;
    width: 210px;
    height: 210px;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
}

.card-elsebha .percent {
    position: relative;
}

.card-elsebha svg {
    position: relative;
    width: 210px;
    height: 210px;
    transform: rotate(-90deg);
}

.card-elsebha svg circle {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #b9b9b9;
    stroke-width: 10;
    stroke-linecap: round;
}

.card-elsebha svg circle.counter-progress {
    stroke-dasharray: 625px;
    stroke-dashoffset: calc(625px - (625px * var(--percent)) / 100);
    /* stroke: #3498db;  */
}

.card-elsebha svg circle.counter-head {
    stroke-dasharray: 625px;
    stroke-dashoffset: calc(625px - (625px * var(--percent)) / 100);
    stroke: #3498db;
    position: relative;
}

.card-span {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    min-height: 210px;
    /* border: 2px solid green; */
}

.card-span::after {
    content: "";
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    border-radius: 20px;
    /* background-color: #92278f; */
    background-color: #E00800;
    top: -10px;
    right: 50%;
    margin: 0 -10px 0 0;
}

.card-elsebha .number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.card-elsebha .number h3 {
    font-weight: 200;
    font-size: 3.5rem;
    color: #68696b;
}

.card-elsebha .number h3 span {
    font-size: 2rem;
}

.card-elsebha .title h2 {
    margin: 25px 0 0;
}

.card-elsebha svg circle.counter-progress {
    /* stroke: #92278f; */
    stroke: #E00800;
}

.press {
    color: rgba(0, 0, 0, 0.3);
    font-weight: 600;
    font-size: 18px;
}

.sebha-wrapper .reset-tasbeh-btn {
    margin: 60px 0;
}


/* custom select dropdown */

.custom-select-dropdown {
    position: relative;
}

.custom-select-dropdown select {
    display: none;
}

.custom-select-dropdown .selected-item-02 {
    padding: 7px 30px 6px;
    /* border: 1px solid #92278f; */
    border: 1px solid #E00800;
    background: rgba(255, 255, 255, 0.7);
    letter-spacing: 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    cursor: pointer;
    position: relative;
    min-height: 56px;
    display: flex;
    align-items: center;
}

.custom-select-dropdown .selected-item-02::after {
    position: absolute;
    top: 50%;
    left: 15px;
    margin: -5px 0 0;
    content: "";
    border: 0;
    width: 10px;
    height: 10px;
    display: block;
    background: url("../images/arrow-dropdown-closed-icon.png") no-repeat center center / contain;
    transition: all 0.3s ease-in-out;
    transform: rotate(0deg);
}

.custom-select-dropdown .selected-item-02.arrowanim-02::after {
    transition: all 0.3s ease-in-out;
    transform: rotate(180deg);
}

.custom-select-dropdown .item-02 {
    cursor: pointer;
    padding: 10px 0;
    margin: 5px 0 10px;
    color: #68696b;
}

.custom-select-dropdown .item-02:hover {
    background: none;
    /* color: #92278f; */
    color: #E00800;
}


/* .custom-select-dropdown .item-02:hover:last-child {
  margin: 0;
} */

.custom-select-dropdown .all-items-02 {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    z-index: 100;
    background: rgba(255, 255, 255, 0.7);
    /* border-left: 1px solid #92278f;
    border-right: 1px solid #92278f;
    border-bottom: 1px solid #92278f; */
    border-left: 1px solid #E00800;
    border-right: 1px solid #E00800;
    border-bottom: 1px solid #E00800;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px 30px;
    min-width: 235px;
    margin: 0;
}

.selected-item-02.arrowanim-02 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.custom-select-dropdown .all-items-hide-02 {
    display: none;
}

#archive-wrapper,
#content,
.content-height {
    padding-top: 45px;
}


/* styles for ramadan single day */

.ramadan-day-title {
    color: #68696b;
}

.single-item-icon {
    display: block;
    margin: 0 auto 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 110px;
    height: 90px;
}

.single_day_item {
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    padding: 15px 30px;
    position: relative;
    max-width: 210px;
    margin: 0 auto 60px;
    width: 100%;
    transition: color 0.3s ease-in-out;
}

.single_day_item:hover {
    text-decoration: none;
    /* color: #92278f; */
    color: #E00800;
    transition: color 0.3s ease-in-out;
}

.single_day_item p {
    font-size: 20px;
    margin: 0;
}

.hadeth-icon {
    background-image: url(../images/hadeth.png);
}

.quran-goz-icon {
    background-image: url(../images/quran.png);
}

.quran-goz-sound-icon {
    background-image: url(../images/quran.png);
}

.doaa-icon {
    background-image: url(../images/doaa.png);
}

.prayer-times-icon {
    background-image: url(../images/salah.png);
}

.small-icon {
    position: absolute;
    right: 10px;
    top: 5px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 30px;
    height: 30px;
}

.goz-quraan-img-icon {
    background-image: url(../images/quraan-img.png);
}

.goz-quraan-sound-icon {
    background-image: url(../images/quraan-sound.png);
}


/* styles for single ramadan day */


/* custom calendar styles */

.days-titles-list {
    margin: 30px 0 15px;
}

.days-titles-list li {
    text-align: center;
    color: #68696b;
    font-size: 18px;
}

.custom-calendar,
.days-titles-list {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    list-style: none;
    padding: 0;
}

.calendar-item {
    /* border-bottom: 1px solid #5c2d91;
    border-left: 1px solid #5c2d91; */
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    overflow: hidden;
}

.calendar-item:nth-child(1),
.calendar-item:nth-child(2),
.calendar-item:nth-child(3),
.calendar-item:nth-child(4),
.calendar-item:nth-child(5),
.calendar-item:nth-child(6),
.calendar-item:nth-child(7) {
    /* border-top: 1px solid #5c2d91; */
    border-top: 1px solid #000;
}

.calendar-item:nth-child(1),
.calendar-item:nth-child(8),
.calendar-item:nth-child(15),
.calendar-item:nth-child(22),
.calendar-item:nth-child(29),
.calendar-item:nth-child(36) {
    /* border-right: 1px solid #5c2d91; */
    border-right: 1px solid #000;
}

.calendar-item .calendar-item-link {
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 0.7);
    font-size: 20px;
    position: relative;
}

.calendar-item .calendar-item-link .day-number {
    color: #68696b;
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 24px;
}

.calendar-item .calendar-item-link:hover {
    text-decoration: none;
}

.calendar-item .calendar-item-link.disabled_post {
    background: #f3f3f3;
}

.calendar-item.published_post .calendar-item-link {
    color: #fff;
    /* background: rgba(146, 39, 143, 0.7); */
    background: rgba(224, 7, 0, 0.7);
}

.calendar-item.published_post .calendar-item-link .day-number {
    color: #fff;
}

.calendar-item:first-child {
    border-top-right-radius: 5px;
}

.calendar-item:last-child,
.calendar-item:nth-child(28) {
    border-bottom-left-radius: 5px;
}

.calendar-item:nth-child(7) {
    border-top-left-radius: 5px;
}


/* custom calendar styles */

.modal-content {
    border-radius: 10px;
}


/*  prayer time */

.dptTimetable tr:last-child {
    display: none;
}

.dptTimetable tr:first-child {
    display: none;
}

.dptTimetable .green {
    color: #000;
}

.dptTimetable .orange {
    /* color: #5c2d91; */
    color: #000;
}


/* media queries */

.audio-container .volume .volume-controls.hidden {
    position: fixed;
    top: 50%;
    right: 30px;
}

.volume-mute-btn::after {
    content: '';
    display: flex;
    position: absolute;
    top: -29px;
    left: 15px;
    width: 2px;
    height: 86px;
    background: #E00800;
    transform: rotate(45deg);
}

@media (min-width: 992px) {
    .navbar {
        padding: 10px 15px;
    }
    #main-menu li {
        margin: 0;
    }
    #main-menu li a {
        padding: 0 15px;
    }
    #main-menu {
        padding: 0 15px 0 0;
    }
    .loginBtn {
        padding: 0 15px;
        font-size: 16px;
        display: flex;
        align-items: center;
    }
    .loginBtn i {
        margin-left: 5px;
    }
    button.openBtn {
        margin: 0;
        padding: 0 5px;
        font-size: 16px;
    }
    #menu-item-88 a {
        margin-right: 20px;
    }
    #main-menu li i {
        top: 3px;
    }
}


/* fawanes Ramdan */

.right-light {
    top: -335px;
    left: 140px;
    width: 65px;
    height: 637px;
}

.left-light {
    left: 230px;
}

.navbar-brand {
    width: 117px;
}

table.dptTimetable th.tableHeading {
    background-color: #fb9440;
    color: #fff;
}

table.dptTimetable tr:nth-child(2) th:first-child,
table.dptTimetable tr:nth-child(3) th:first-child {
    display: none;
}

table.dptTimetable tr:nth-child(2) th:nth-child(3),
table.dptTimetable tr:nth-child(3) td:nth-child(3) {
    display: none;
}

table.dptTimetable tr th,
table.dptTimetable tr td {
    font-size: 12px;
}

table.dptTimetable tr,
table.dptTimetable th {
    padding: 5px 0;
}

.prayer-timer-wrapper {
    position: relative;
    z-index: 1;
}

.prayer-timer-wrapper::after {
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    top: 0;
    right: 0;
}

input:focus {
    /* box-shadow: 0 0 0 0.25rem rgba(146, 39, 143, .41) !important; */
    box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, .41) !important;
}

.article-info,
.latestArtControls.carousel-control-next,
.latestArtControls.carousel-control-prev {
    background: rgba(224, 7, 0, 0.7);
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .8);
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #E00800;
}

#main-menu li:hover,
#main-menu li:hover i,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #E00800;
}

#main-menu li.active i {
    color: #E00800;
}

.text-primary {
    color: #E00800 !important;
}

.single_day_item {
    color: #E00800;
}

.articleVideo i,
.singleVideo i,
.videoBtn i {
    color: #000;
    border: 2px solid #fff;
    background: #fff;
}

.videoBtn:hover i,
.singleVideo:hover i {
    color: #fff;
    background: #E00800;
    border-color: #E00800;
}

.entry-header h1 {
    color: #000;
}

.page-title span {
    color: #E00800;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #E00800;
    border-color: #E00800;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 70, 0, .5);
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, .5);
}

.page-link {
    color: #000;
}

.page-link:hover {
    color: #E00800;
}

.page-item.active .page-link {
    background-color: #000;
    border-color: #000;
}

.page-link:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, .25);
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, .25);
}

.partner-logo {
    max-width: 160px;
}

.navbar {
    padding: 25px 15px;
}

.simple-marquee-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.simple-marquee-container {
    left: 0;
    right: 0;
    background: #f2f0ed;
    display: flex;
    position: fixed;
    top: 138px;
    z-index: 99;
    align-items: center;
}

.marquee span {
    position: relative;
    padding: 0 15px;
    float: left;
}

.simple-marquee-container .marquee-sibling {
    padding: 5px 10px;
    background: #000000;
    font-size: 25px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    float: right;
}

.simple-marquee-container .marquee {
    direction: ltr;
    float: left;
    width: calc(100% - 118px);
    overflow: hidden;
}

.simple-marquee-container .marquee-content-items {
    display: inline-block;
    padding: 5px;
    margin: 0;
    height: 45px;
    position: relative;
}

.simple-marquee-container .marquee-content-items li {
    display: inline-block;
    line-height: 35px;
    color: #fff;
}

.simple-marquee-container span:after {
    content: "|";
    position: absolute;
    color: #fff;
    right: 0;
}

.simple-marquee-container span:last-child:after {
    content: "";
}

.simple-marquee-container .marquee_title {
    font-weight: 700;
}

.simple-marquee-container .marquee_title:hover {
    text-decoration: none;
}


/**/

.webticker-main-wrapper {
    width: 100%;
    overflow: hidden;
    /* max-width: calc(100% - 270px);
    flex: calc(100% - 270px); */
}

.webticker-wrapper {
    /*width: 825px;
    */
    /* width: 5000px; */
    color: #fff;
    flex-wrap: nowrap;
    align-items: center;
    padding: 15px 0;
    margin: 0 30px 0 0;
    /*height: 100%;*/
    animation: title 30s infinite linear;
    -webkit-animation: title 30s infinite linear;
}

.webticker-wrapper li {
    width: 100%;
    white-space: nowrap;
    word-wrap: normal;
    color: #000;
    text-align: left;
    padding: 0 15px;
    position: relative;
}

.webticker-wrapper li:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    width: 1px;
    background: #E00800;
}

@-webkit-keyframes title {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
    }
}

@keyframes title {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
    }
}

.simple-marquee-container .nav li span {
    margin-left: 10px;
    position: relative;
    color: #E00800;
    padding-left: 10px;
}

.simple-marquee-container .nav li span:before {
    position: absolute;
    top: -5px;
    left: 0;
    content: ':';
}

.home-video-wrapper {
    /* min-height: 60vh; */
    margin: 200px 0 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.homeVideo-wrapper+.home-video-wrapper {
    margin-top: 30px;
}

.prayer-timer-wrapper {
    margin: -45px 0 30px;
}

.our-production-episodes-banner {
    margin: 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.our-production-episodes-banner .btn-primary {
    margin: 30px 0 0;
}

.sectionTitle {
    width: 100%;
}

.img-section-main-banner,
video.homeVideo,
iframe.homeVideo,
.competition-info-wrapper img {
    overflow: hidden;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

#archive-wrapper .sectionTitle h1 {
    margin: 0 0 30px;
}

.competition_banner .img-section-main-banner,
.eid_competition_banner .img-section-main-banner {
    margin: 0 0 30px;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #E00800;
    border-color: #E00800;
}

.competition-info-wrapper {
    margin-top: 191px;
}

#termsConditions {
    accent-color: #E00800;
}

.answersTag input.form-check-input:checked::before {
    background-color: #E00800;
}

.btn-primary.focus,
.btn-primary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(247, 7, 0, .5);
    box-shadow: 0 0 0 0.2rem rgba(247, 7, 0, .5);
}


/*  quran player wrapper    */

.quran-player-wrapper {
    /* position: absolute;
    top: 207px;
    left: 0; */
    position: relative;
    width: 100%;
    padding: 30px 0;
    z-index: 1;
    margin: 192px 0 0;
    z-index: 10;
}

.quran-player-wrapper .col-md-6 {
    position: inherit;
}

.n-audio-player {
    /* margin-bottom: 2em; */
}

.controlColorClass {
    color: #808080
}

.textColorClass {
    color: #000
}

.backColorClass {
    background-color: #FFF
}

.sliderColorClass {
    background-color: #D9D9D9
}

.progressColorClass {
    background-color: #808080
}


/* .altControlColorClass {
    color: #FF8080
} */

.altTextColorClass {
    color: #F00
}

.altBackColorClass {
    /* background-color: #0FF */
}

.altSliderColorClass {
    background-color: #000;
}

.altProgressColorClass {
    background-color: #fff;
}


/* Audio Player */

.audio-container {
    font-size: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* max-width: 33em;
    min-width: 20em;
    height: 4.6em; */
    width: 100%;
    /* box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07); */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 2em;
    padding-right: 2em;
    border-radius: 0.333em;
    user-select: none;
    -webkit-user-select: none;
}

.audio-container.tiny {
    font-size: 6px;
}

.audio-container.tiny .controls {
    font-family: sans-serif;
    font-size: 1.66em;
}

.audio-container.small {
    font-size: 8px;
}

.audio-container.medium {
    font-size: 10px;
}

.audio-container.large {
    font-size: 12px;
}

.audio-container .play-pause-btn {
    display: none;
    cursor: pointer;
    width: 1em;
}

.audio-container .slider {
    flex-grow: 1;
    cursor: pointer;
    position: relative;
}

.audio-container .slider .progress {
    border-radius: inherit;
    position: absolute;
    pointer-events: none;
}

.audio-container .slider .progress .pin {
    height: 1.333em;
    width: 1.333em;
    border-radius: 0.667em;
    position: absolute;
    pointer-events: all;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
}

.audio-container .controls {
    font-family: sans-serif;
    font-size: 1.333em;
    line-height: 1.5em;
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    align-items: center;
    margin-left: 2em;
    margin-right: 2em;
}

.audio-container .controls .slider {
    margin-left: 1.333em;
    margin-right: 1.333em;
    border-radius: 0.167em;
    height: 0.333em;
}

.audio-container .controls .slider .progress {
    width: 0;
    height: 100%;
}

.audio-container .controls .slider .progress .pin {
    right: -0.667em;
    top: -0.5em;
}

.audio-container .controls span {
    cursor: default;
}

.audio-container .volume {
    position: relative;
}

.audio-container .volume .volume-btn {
    cursor: pointer;
    width: 1em;
}

.audio-container .volume .volume-controls {
    width: 2.5em;
    height: 11.25em;
    background-color: rgba(0, 0, 0, 0.62);
    border-radius: 0.583em;
    position: absolute;
    left: -0.25em;
    bottom: 4.333em;
    flex-direction: column;
    align-items: center;
    display: flex;
}

.audio-container .volume .volume-controls.hidden {
    display: none;
}

.audio-container .volume .volume-controls .slider {
    margin: 1em;
    width: 0.5em;
    border-radius: 0.25em;
}

.audio-container .volume .volume-controls .slider .progress {
    bottom: 0;
    height: 100%;
    width: 0.5em;
}

.audio-container .volume .volume-controls .slider .progress .pin {
    left: -0.417em;
    top: -0.667em;
}

.btn-theme-outline {
    padding: 13px 15px;
    border: 1px solid #fff;
    background: transparent;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    color: #fff;
}

.btn-theme-outline:focus,
.btn-theme-outline:hover {
    background: #000;
    color: #fff;
    box-shadow: none;
    outline: none;
}

.quran-player-wrapper {}

.quran-player-wrapper .col-md-12 {
    background: #E00800;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    position: relative;
    padding: 15px 60px;
}

.quran-player-wrapper .row {
    align-items: center;
}

.quran-player-wrapper div.dropdown {
    width: auto !important;
}

.quran-player-wrapper .dropdown-menu {
    left: inherit;
    right: 0;
    padding: 0;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    overflow-x: hidden;
    max-height: 300px;
}

.quran-player-wrapper .dropdown-item {
    white-space: wrap;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-size: 12px;
    text-align: right;
}

.quran-player-wrapper .dropdown-menu li:last-child .dropdown-item {
    border-bottom: 0;
}

.quran-player-wrapper .dropdown-menu li:hover .dropdown-item,
.quran-player-wrapper .active .dropdown-item {
    background: #000;
    color: #fff;
}

.quran-player-wrapper .loading-play-wrapper,
.quran-player-wrapper .volume-wrapper {
    position: absolute;
    top: 50%;
    margin-top: -42px;
}

.quran-player-wrapper .loading-play-wrapper {
    left: -42px;
}

.quran-player-wrapper .volume-wrapper {
    right: -42px;
}

.icon-mp-wrapper {
    width: 84px;
    height: 84px;
    border: 2px solid #E00800;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    color: #E00800;
}

.audio-container .controls span {
    color: #fff;
}

.sourah-name-text {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 12px;
    height: 18px;
    color: #fff;
}

.home-video-wrapper {
    margin: 0;
}

.allArticlesCardNewTheme .card-body a h5,
.allArticlesCardNewTheme .card-body p {
    color: #000;
}

.article-info,
.latestArtControls.carousel-control-next,
.latestArtControls.carousel-control-prev {
    background: rgba(255, 255, 255, 1);
    color: #000;
    box-shadow: 0px 0px 9px #00000029;
}

.latestArtControls .carousel-control-next-icon,
.latestArtControls .carousel-control-prev-icon {
    color: #000;
}

.article-info {
    bottom: 15px;
    margin: 0 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.latestArtCarousel .thumbHover {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.menu-side-menu-container #menu-side-menu {
    margin-top: 55px;
}

.menu-side-menu-container #menu-side-menu .menu-item.current-menu-item {
    background: #E00800;
}

.prayer-timer-wrapper iframe#iframe3 {
    height: 150px;
}

.btn-icon-audio-wrapper {
    background: #fff;
    color: #E00800;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border: 1px solid #E00800;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    padding: 5px;
    font-size: 24px;
    position: absolute;
}

.play-resume-audio {
    left: -30px;
    top: 50%;
    margin-top: -30px;
}

.mute-audio {
    right: -30px;
    top: 50%;
    margin-top: -30px;
}

#audioPlayer {
    width: 100%;
}

.sourah-name-text {
    position: absolute;
    left: 0;
    bottom: -12px;
}

.main-audio-player-title-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

audio::-webkit-media-controls-volume-slider {
    display: none !important;
}


/* .main-audio-player-title-wrapper::before,
.main-audio-player-title-wrapper::after {
    content: '';
    background: #E00800;
    display: block;
    width: 35px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
}

.main-audio-player-title-wrapper::before {
    left: 0;
}

.main-audio-player-title-wrapper::after {
    right: 0;
} */

.loginBtn:hover {
    color: #E00800;
}


.partner-logo{
    display: flex;
    max-height: 60px;
}
.partner-logo .img-fluid {
    object-fit: contain;
}

@media (max-width: 991px) {
    .loginBtn,
    .openBtn {
        margin-right: auto;
    }
    .ramdan-text-banner {
        max-width: 350px;
    }
    .calendar-item .calendar-item-link {
        height: auto;
        padding: 30px 0;
    }
    .homeVideo-wrapper {
        margin-top: 0;
    }
    .internal-page-wrapper {
        margin-top: 50px;
    }
    .simple-marquee-container .marquee-sibling {
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .offset-md-1 {
        margin-left: 0;
        margin-right: 8.33333%;
    }
}

@media (max-width: 768px) {
    .ramdan-text-banner {
        max-width: 250px;
    }
    .ramdan-theme-page-subtitle {
        font-size: 22px;
    }
    .zakah-block-01 p,
    #calculate-zaka {
        font-size: 16px;
    }
    .single_day_item {
        margin: 0 auto 30px;
    }
    .ramdan-theme-page-title,
    .sectionTitle h1.ramdan-theme-page-title {
        font-size: 26px;
    }
    .ramdan-title-icon {
        width: 72px;
        height: 48px;
    }
    .header-ramadan-theme {
        padding: 82px 0 0;
    }
    .ramdan-nav-wrapper {
        margin: 30px 0 0;
    }
    #archive-wrapper,
    #content,
    .content-height {
        padding-top: 15px;
    }
    .ramdan-nav-list {
        justify-content: space-between;
        width: calc(100% + 15px);
        margin-right: -7.5px;
    }
    .ramdan-nav-list a {
        flex-direction: column-reverse;
        align-items: center;
        margin: 0;
        border-radius: 5px;
        width: 100%;
        padding: 10px 0;
        font-size: 14px;
    }
    .ramdan-nav-list a i {
        margin: 0 0 5px;
    }
    .ramdan-nav-list li {
        max-width: calc(33.33333% - 15px);
        flex: 0 0 calc(33.33333% - 15px);
        margin: 0 7.5px;
    }
    .ramdan-nav-list li:first-child {
        margin-right: 0;
    }
    .ramdan-nav-list li:last-child {
        margin-left: 0;
    }
    .ramdan-lights {
        width: 40px;
    }
    .left-light {
        top: -235px;
        left: 70px;
    }
    .right-light {
        left: 130px;
    }
    .calendar-item .calendar-item-link,
    .days-titles-list li {
        font-size: 14px;
    }
    .calendar-item .calendar-item-link .day-number {
        font-size: 18px;
    }
    .calendar-item .calendar-item-link {
        padding: 25px 0 15px;
    }
    .home-banner-caption h1 {
        text-shadow: 0 0 10px #fff;
    }
    .simple-marquee-container {
        top: 133px;
    }

    .partner-logo{
        display: flex;
        max-height: 40px;
    }

    .simple-marquee-container .marquee {
        width: calc(100% - 91px);
    }
    .quran-player-wrapper {
        max-width: calc(100% - 62px);
        margin-right: 36px;
    }
    .quran-player-wrapper .loading-play-wrapper,
    .quran-player-wrapper .volume-wrapper {
        width: 42px;
        height: 42px;
        margin-top: -21px;
    }
    .quran-player-wrapper .volume-wrapper {
        right: -21px;
    }
    .quran-player-wrapper .loading-play-wrapper {
        left: -21px;
    }
    .quran-player-wrapper .col-md-12 {
        padding: 15px 25px;
    }
    .audio-container.large {
        font-size: 8px;
    }
    .btn-theme-outline {
        font-size: 10px;
        padding: 6px 7.5px;
    }
    .audio-container .controls {
        margin: 0;
    }
    /* 11/01/2024 */
    .partner-logo {
        max-width: 85px;
    }
    .navbar-brand {
        max-width: 85px;
    }
    .navbar {
        padding: 15px;
    }
    .simple-marquee-container {
        top: 109px;
    }
    .quran-player-wrapper {
        margin-top: 33px;
        padding: 15px 0;
    }
    .prayer-timer-wrapper {
        margin: -15px 0 15px;
    }
    .btn {
        font-size: 14px;
        padding: 8px 15px;
    }
    .btn.btn-primary {
        min-width: 130px;
    }
    .prayer-timer-wrapper iframe#iframe3 {
        height: 295px;
    }
    .latestArticlesContent {
        padding: 0 !important;
    }
    .competition_banner .img-section-main-banner,
    .eid_competition_banner .img-section-main-banner {
        margin-bottom: 15px;
    }
    .allArticlesContent .col-md-6 {
        margin: 0 0 15px;
    }
    .btn-icon-audio-wrapper {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    .play-resume-audio {
        left: -20px;
        margin-top: -20px;
    }
    .mute-audio {
        right: -20px;
        margin-top: -20px;
    }
    .sourah-name-text {
        bottom: -12px;
    }
    .quran-player-wrapper div.dropdown {
        margin-bottom: 10px;
    }
    .quran-player-wrapper .btn {
        font-size: 12px;
        padding: 8px 5px;
    }
}

@media (max-width: 767px) {
    .sectionTitle h1,
    .sectionTitle h5 {
        font-size: 18px;
        margin: 0 0 15px;
    }
    .sectionTitle h1 {
        padding: 10px 0;
    }
    .section-home-all-articles .col-md-6 {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .section-home-all-articles .col-md-6:first-child {
        max-width: 100%;
        flex: 0 0 100%;
        margin: 0 0 15px;
    }
    .section-home-all-articles .col-md-6:nth-child(2) {
        padding-left: 7.5px;
    }
    .section-home-all-articles .col-md-6:nth-child(3) {
        padding-right: 7.5px;
    }
}

@media (max-width: 575px) {
    .calculate-alzaka-details-modal .modal-body {
        padding: 0 15px;
    }
    .ramdan-text-banner {
        max-width: 200px;
    }
    .ramdan-lights {
        width: 30px;
    }
    .left-light {
        left: 15px;
    }
    .right-light {
        left: 55px;
    }
    .prayer-timer-wrapper {
        width: 100%;
        display: flex;
    }
    .allArticlesCard .card-body a h5 {
        font-size: 10px;
    }
}

@media (max-width: 420px) {
    .left-light {
        left: 15px;
    }
    .right-light {
        left: 55px;
    }
    .days-titles-list {
        margin: 15px 0 5px;
    }
    .calendar-item .calendar-item-link,
    .days-titles-list li {
        font-size: 10px;
    }
    .calendar-item .calendar-item-link {
        padding: 25px 0 8px;
    }
    .calendar-item .calendar-item-link .day-number {
        font-size: 16px;
    }
}

#searchsubmit {
    /* background: #5c2d91; */
    background: #000;
    color: #fff;
}


/* media queries */

.ramdan-nav-wrapper {
    margin: 0;
    padding: 100px 0;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("../images/egypt-castle.jpeg");
    position: relative;
}

.ramdan-nav-wrapper::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    background-color: #000000;
    opacity: .8;
}

.ramdan-nav-wrapper .container {
    position: relative;
    z-index: 2;
}

.ramdan-nav-list a {
    height: 174px;
    padding: 15px;
    flex-direction: column-reverse;
}

.ramdan-nav-list a i {
    margin: 0 0 15px 0;
}

.top-bar-head {
    padding: 10px 15px;
    top: 0;
    position: fixed;
    /* background: #5c2d91; */
    background: #000;
    width: 100%;
    z-index: 100;
}

.navbar {
    top: 44px;
}

a.loginBtn {
    margin-right: auto;
}

a.loginBtn,
.toggle-btn a,
.toggle-btn i {
    color: #fff;
}

.single-sub-cat-style {
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    padding: 15px 30px;
    position: relative;
    /* max-width: 210px; */
    margin: 0 auto 15px;
    width: 100%;
    color: #E00800;
    transition: color 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
}

.single-sub-cat-style:hover {
    color: rgba(0, 0, 0, .8);
    text-decoration: none;
}

.single-sub-cat-style p {
    font-size: 20px;
    margin: 0;
}

.single-sub-cat-style-icon {
    width: 110px;
    height: 110px;
    display: flex;
    margin: 0 auto 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.single-sub-cat-style-icon img {
    object-fit: contain;
}

@media (max-width: 991px) {
    .openBtn {
        padding: 0;
    }
    .loginBtn {
        padding: 3px;
    }
    .top-bar-head {
        padding: 6px 15px;
    }
    .site {
        padding-top: 130px;
    }
}

@media (max-width: 575px) {
    .sideNav {
        top: 132px;
    }
}