@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400;500;600;700&display=swap');
a,
p,
b,
span,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
tr,
input,
button,
strong,
div {
    font-family: 'El Messiri', sans-serif;
}

 ::-webkit-scrollbar {
    width: 7px;
    border-radius: 5px;
}

 ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

 ::-webkit-scrollbar-thumb {
    background: #888;
}

 ::-webkit-scrollbar-thumb:hover {
    background: #cda401;
}

.carousel {
    border-radius: 3px;
    overflow: hidden;
}

.carousel-cell {
    width: 200px;
    height: 200px;
    margin-right: 10px;
    border-radius: 3px;
}

.splide__slide a span {
    position: absolute;
    height: 40px;
    line-height: 40px;
    width: 200px;
    text-align: center;
    margin-right: 10px;
    transform: translateX(100%);
    bottom: 0;
    color: #fff;
}

.categs .splide__slide img {
    height: 100%;
    width: auto;
    border-radius: 5px;
}

.categs .splide {
    padding-bottom: 35px;
}

.splide__pagination__page.is-active {
    background: #cda401;
}

.bg-light2 {
    background-color: #ffffff !important;
    border-radius: 5px !important;
    overflow: hidden;
}

.text-primary {
    color: #cda401 !important;
}

h2.text-primary {
    color: #212121 !important;
}

.mask {
    /* background-color: rgb(95 0 102 / 50%); */
    backdrop-filter: blur(2px) brightness(0.75);
    height: 300px;
}

.bg-image {
    background: url(/assets/images/bg.jpg) center no-repeat fixed;
    background-size: 100% auto;
}

@media screen and (max-width: 700px) {
    .bg-image {
        background: url(/assets/images/bg.jpg) top 78px right 0 no-repeat fixed;
    }
    .mask {
        backdrop-filter: blur(2px) brightness(0.75);
        height: 100%;
        aspect-ratio: auto 16 / 9;
    }
}


/* #Progress
================================================== */

.list-group {
    padding-right: 0;
}

.list-group .list-group-item img {
    margin-left: 1rem;
}

#site-footer {
    background-color: #212529;
}

#site-footer .social-footer-left span {
    display: inline-block;
}

.social-footer-icons ul {
    list-style: none;
    margin-bottom: 0;
}

.social-footer-icons ul li {
    cursor: pointer;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(225, 225, 225);
    border-image: initial;
    transition: all 0.2s ease-in 0s;
    border-radius: 10px;
    border-color: rgb(54, 54, 54);
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 5px;
}

.social-footer-icons ul li:hover {
    border: 1px solid #cda401;
    background: #cda401;
}

.social-footer-icons ul li a {
    font-size: 22px;
    color: #d3d3d3;
    transition: all 0.2s ease-in 0s;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#site-footer>.row {
    padding: 40px 20px 10px;
    margin: 0;
    /* -webkit-box-shadow: #000 0 7px 35px 0;
    -moz-box-shadow: #000 0 7px 35px 0;
    box-shadow: #000 0 7px 35px 0; */
}

.footer-copyright {
    padding: 15px;
    text-align: center;
    background: #141414;
    color: #9e9e9e;
    font-weight: bold;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.filesong {
    aspect-ratio: auto 1 / 1;
    overflow: hidden;
}

.filesong>.movie {
    border: 0;
}

.filesong .movie-body {
    transform: translateY(-42px);
    padding: 0;
    overflow: hidden;
    transition: .3s ease-in-out;
    font-weight: bold;
}

.filesong .movie-body a.list-group-item {
    white-space: nowrap;
    overflow: hidden;
}

.filesong:hover .movie-body {
    transform: translateY(-100%);
}

.filesong .movie-body li.list-group-item {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .filesong .movie-body {
        transform: translateY(-100%);
        background: #ffffffbf;
        display: flex;
        justify-content: space-between;
        text-align: center;
    }
    .filesong .movie-body a.list-group-item {
        background: transparent;
        border: none;
    }
}

.list-group-flush>.list-group-item {
    border-width: 1px;
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 2px;
}

@media screen and (min-width: 760px) {
    .fileimgstyle {
        aspect-ratio: auto 1 / 1;
        width: 100%;
        height: auto;
    }
}

.filebtns {
    margin: 10px 0 20px !important;
}

.d-flex.justify-content-center.share>div>i {
    font-size: 20px;
    margin: 5px;
    padding: 15px;
    width: 50px;
}

.modal-footer {
    padding: 0 0.75rem;
}

.share .fa-whatsapp {
    background: #25d366;
    color: #fff;
}

.stickyAudioPlayerBoxFloatingButton {
    left: calc(50% - 23px) !important;
    border-radius: 8px 8px 0 0;
    background-color: #ffffff;
    box-shadow: 0 0 20px -10px #212121cc !important;
}

.stickyAudioPlayerBox {
    box-shadow: 0 0 20px -10px #212121cc !important;
    color: white;
    border: none;
    border-top: 2px solid #ffffff;
    background: #212121e6;
}

.stickyAudioPlayerBoxContainer {
    height: fit-content !important;
    display: flex !important;
    justify-content: center;
    direction: ltr;
    max-width: unset !important;
}

.stickyAudioPlayerBox figure {
    border-radius: 5px;
    padding: 0px 3px;
}

.stickyAudioPlayerBox figure img {
    border-radius: 5px;
}

.stickyAudioPlayerBox .player-data p span {
    animation: none;
    color: white;
}

.hidethis {
    display: none !important;
}

.searchnor {
    margin: auto;
    color: #424242;
    text-align: center;
    display: block;
    width: 100%;
    margin: 5rem auto;
}

.searchnor img {
    width: 200px;
    height: auto;
    display: block;
    margin: 30px auto;
}

.page-link {
    color: #cda401;
}

.page-item.active .page-link {
    background-color: #cda401;
    border-color: #cda401;
}

.bannerandroid {
    margin: 0 0 25px;
    border-radius: 5px;
    position: relative;
    text-align: center;
    color: white;
}

.bannerandroid .btn {
    display: none;
    position: absolute;
    top: calc(50% - 19px);
    left: calc(50% - 52px);
    background-color: rgb(255 255 255 / 80%);
    border-color: #ffffff;
    color: #cda401;
}

.truncuts {
    max-width: 10rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.splide__slide img {
    width: 100%;
    height: auto;
}